1 2014-02-13 Daniel Colascione <dancol@dancol.org>
3 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
4 when adding overlays so that line numbers from compiler match line
7 2014-02-13 Glenn Morris <rgm@gnu.org>
9 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
11 * jit-lock.el (jit-lock-mode): Doc fix.
13 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
15 * apropos.el (apropos-read-pattern): When the user passes an empty
16 string, give a more helpful error message than "Wrong type
17 argument: stringp, nil".
19 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
21 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
23 2014-02-13 Glenn Morris <rgm@gnu.org>
25 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
27 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
29 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
30 shift-select commands.
32 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
34 * progmodes/js.el (js-indent-line): Don't widen.
35 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
37 2014-02-12 Glenn Morris <rgm@gnu.org>
39 * icomplete.el (icomplete): Add info-link to defgroup.
40 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
41 (icomplete-minibuffer-map, icomplete-mode)
42 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
44 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
45 (package-menu-filter): Rename from package-menu-filter-interactive.
48 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
50 * frameset.el (frameset--jump-to-register): Select the required
51 window and buffer before restoring position (bug#16696).
53 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
55 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
57 2014-02-10 Glenn Morris <rgm@gnu.org>
59 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
61 2014-02-10 Eli Zaretskii <eliz@gnu.org>
63 * w32-common-fns.el (x-get-selection): Doc fix.
64 * select.el (x-get-selection): Doc fix. (Bug#15109)
66 * face-remap.el (face-remap-add-relative)
67 (face-remap-remove-relative, face-remap-reset-base)
68 (face-remap-set-base): Call force-mode-line-update to redisplay
69 the current buffer due to potential change in faces. (Bug#16709)
71 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
73 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
76 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
78 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
80 * simple.el (choose-completion): Doc fix (bug#14160).
82 * subr.el (event-start): Say what a nil EVENT value means.
84 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
87 * progmodes/grep.el (find-program): Doc fix (bug#14289).
89 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
91 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
93 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
94 predicate function (bug#15455).
96 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
98 * ielm.el (inferior-emacs-lisp-mode): Instead of
99 `comment-use-global-state', set `comment-use-syntax'.
101 2014-02-10 Glenn Morris <rgm@gnu.org>
103 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
105 2014-02-09 Alan Mackenzie <acm@muc.de>
107 Fix c-invalidate-state-cache on narrowed buffers.
108 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
109 Widen when setting and clearing the CPP delimiter properties.
111 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
113 * help.el (describe-bindings): Doc fix (bug#9888).
115 * files.el (save-buffer): Use ARG as the parameter name for
116 consistency (bug#10346).
117 (save-buffer): Clarify the 0 argument (bug#10346).
119 * cus-edit.el (customize-apropos): Fix error string.
120 (custom-buffer-create): Doc fix (bug#11122).
121 (custom-sort-items): Doc fix (bug#11121).
123 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
125 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
126 (icomplete-simple-completing-p): Mention the previous variable.
128 * font-lock.el (font-lock-value-in-major-mode): Clarify the
129 meaning of the parameter (bug#12282).
131 * files.el (find-file-noselect): Clarify prompt when changing
132 readedness (bug#13261).
133 (locate-file): Suffixes aren't returned, so don't say that they
135 (backup-inhibited): Doc clarification (bug#12525).
137 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
138 before we actually start to delete things (bug#16331).
140 * subr.el (event-start): Doc fix (bug#14228).
143 2014-02-09 Glenn Morris <rgm@gnu.org>
145 * emacs-lisp/warnings.el (lwarn):
146 Empower help-enable-auto-load. (Bug#15940)
148 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
150 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
153 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
155 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
156 Insert output at end of buffer. (Bug#16120)
158 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
160 * simple.el (choose-completion-string-functions): Document new
161 calling convention (bug#14153).
162 (execute-extended-command): Clarify doc string (bug#13373).
164 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
166 * find-dired.el (find-name-dired): Doc fix (bug#14290).
167 (find-grep-dired): Doc fix (bug#14288).
169 2014-02-08 Juri Linkov <juri@jurta.org>
171 * isearch.el (isearch-quote-char): Check character validity
172 like in `quoted-insert' (bug#16677).
174 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
176 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
178 * isearch.el (isearch-hide-immediately): Doc clarification
181 * simple.el (line-move): Document utility function used many
182 places in the Emacs sources (bug#14843).
184 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
185 (dired-prev-marked-file): Doc fix (bug#14855).
186 (dired-up-directory): Doc fix (bug#14848).
188 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
190 * files.el (file-relative-name): Doc fix (bug#15159).
192 * fringe.el (fringe-styles): Doc fix (bug#15239).
194 * isearch.el (isearch-filter-predicate): Documentation typo fix
197 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
199 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
201 * replace.el (replace-match-maybe-edit): Doc clarification
204 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
206 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
208 2014-02-08 Glenn Morris <rgm@gnu.org>
210 * help-fns.el (describe-variable):
211 Check {file,dir}-local-variables-alist, and buffer-file-name,
212 in the correct buffer.
214 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
216 * help-fns.el (describe-variable): Fix the case where
217 a value is directory-local with no dir-locals file. (Bug#16635)
219 2014-02-08 Glenn Morris <rgm@gnu.org>
221 * abbrev.el (edit-abbrevs-mode):
222 Derive from fundamental-mode. (Bug#16682)
224 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
226 * simple.el (quoted-insert): Check character validity (bug#16677).
228 2014-02-07 Juri Linkov <juri@jurta.org>
230 * desktop.el (desktop-read): Claim the lock when the owner is not
231 the current process. (Bug#16157)
233 2014-02-07 Juri Linkov <juri@jurta.org>
235 * desktop.el (desktop-buffers-not-to-save): Change default from nil
236 to "\\` ". (Bug#16651)
238 2014-02-07 Juri Linkov <juri@jurta.org>
240 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
241 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
242 (desktop-auto-save-cancel-timer): New function with some code from
243 `desktop-auto-save-set-timer'.
244 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
245 Instead of setting `desktop-save-mode' to nil, call
246 `desktop-save-mode' with arg 0. (Bug#16630)
248 2014-02-07 Glenn Morris <rgm@gnu.org>
250 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
251 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
252 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
254 * obsolete/iswitchb.el: Move to obsolete/.
255 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
256 since obsolete/ is not scanned for autoloads.
257 * emacs-lisp/authors.el (authors-valid-file-names):
260 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
261 Disable now non-functional find-file-hook.
263 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
265 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
266 instead of ";" in order to avoid additional prompts. Let heredoc
267 scripts read from tty. (Bug#16582)
268 (tramp-send-command): No special handling of heredocs, it isn't
271 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
273 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
274 with a space (bug#16664). Limit the symbols considered to the ones
275 that are bound or fbound (bug#16646).
277 2014-02-06 Glenn Morris <rgm@gnu.org>
279 * epa.el (epa-mail-aliases): Doc fix.
281 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
283 * emacs-lisp/lisp.el (lisp-completion-at-point):
284 Use `completion-table-merge' instead of `completion-table-in-turn'
287 * minibuffer.el (completion-table-merge): New function.
289 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
291 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
292 (tramp-sh-handle-set-file-acl)
293 (tramp-sh-handle-start-file-process)
294 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
295 (tramp-find-executable, tramp-send-command): Use it.
297 2014-02-05 Glenn Morris <rgm@gnu.org>
299 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
301 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
303 * progmodes/python.el (python-shell-send-string):
304 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
306 2014-02-04 Anders Lindgren <andlind@gmail.com>
308 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
309 the names (bug#16620).
311 2014-02-03 Martin Rudalics <rudalics@gmx.at>
313 * faces.el (window-divider): New default value. Rewrite doc-string.
314 (window-divider-first-pixel, window-divider-last-pixel): New faces.
316 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
318 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
319 `protected' and `public' can also be called without arguments.
321 2014-02-03 Glenn Morris <rgm@gnu.org>
323 * register.el (window-configuration-to-register)
324 (frame-configuration-to-register): Unadvertise unused argument.
325 * frameset.el (frameset-to-register): Remove unused argument.
327 * frameset.el (frameset-to-register):
328 * kmacro.el (kmacro-to-register):
329 * register.el (increment-register):
330 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
331 (calc-append-to-register, calc-prepend-to-register):
332 * play/gametree.el (gametree-layout-to-register)
333 (gametree-apply-register-layout):
334 * textmodes/picture.el (picture-clear-rectangle-to-register)
335 (picture-yank-rectangle-from-register):
336 * vc/emerge.el (emerge-combine-versions-register):
337 Use register-read-with-preview to read registers.
339 2014-02-03 João Távora <joaotavora@gmail.com>
341 * elec-pair.el (electric-pair-backward-delete-char): Don't error
342 when at beginning of (possibly narrowed) buffer.
344 2014-02-02 Daniel Colascione <dancol@dancol.org>
346 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
347 Also try to display local help from just before point.
349 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
351 c-parse-state. Don't "append-lower-brace-pair" in certain
352 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
353 recognised as a comment.
355 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
356 as well as normal comment starter.
357 (c-parse-state-get-strategy): Extra return possibility
359 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
360 return value list to indicate replacement of a brace-pair cons
362 (c-parse-state-1): With 'back-and-forward, only call
363 c-append-lower-brace-pair-to state-cache when cons-separated.
365 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
367 * term/ns-win.el (ns-suspend-error): New function.
368 (ns-initialize-window-system): Add ns-suspend-error to
369 suspend-hook (Bug#16612).
371 2014-02-02 Daniel Colascione <dancol@dancol.org>
373 * progmodes/cc-defs.el (c-find-assignment-for-mode): Make loading cc-mode silent.
375 2014-02-02 Daniel Colascione <dancol@dancol.org>
377 * comint.el (comint-prompt-read-only): Change doc to suggest remap keybinding.
379 2014-02-02 Glenn Morris <rgm@gnu.org>
381 * register.el (register-read-with-preview, point-to-register)
382 (window-configuration-to-register, frame-configuration-to-register)
383 (jump-to-register, number-to-register, view-register, insert-register)
384 (copy-to-register, append-to-register, prepend-to-register)
385 (copy-rectangle-to-register): Doc fixes.
387 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
389 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
390 * emacs-lisp/find-func.el (find-function-C-source): Idem.
391 * emacs-lisp/nadvice.el (advice--cd*r): New function.
392 * help-fns.el (describe-function-1): Use it.
394 2014-02-02 Glenn Morris <rgm@gnu.org>
396 * register.el (register-preview-default): New function,
397 split from register-preview.
398 (register-preview-function): Rename from register-preview-functions,
400 (register-preview): Use register-preview-function.
401 (register-read-with-preview): Error on non-character event. (Bug#16595)
403 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
405 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
406 `:' before binary operators (bug#16609). Don't check for `:'
407 before `[' and `(', or their syntax status. A percent literal
408 can't end with either.
409 (ruby-font-lock-keywords): For built-ins that require arguments,
410 check that they're followed by something that looks like argument
413 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
415 * subr.el (butlast): Document what an omitted N means (bug#13437).
418 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
420 * net/shr.el (shr-generic): Make into a defsubst to make the stack
421 depth shallower (bug#16587).
422 (shr-tag-svg): Respect `shr-inhibit-images'.
423 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
425 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
427 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
428 (ruby-smie-grammar): Make "." right-associative. Make its priority
429 lower than the ternary and all binary operators.
430 (ruby-smie-rules): Indent "(" relative to the first non-"."
431 parent, or the first "." parent at indentation.
432 Use `ruby-align-chained-calls' for indentation of "." tokens.
435 2014-01-31 Juri Linkov <juri@jurta.org>
437 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
438 from `make-hash-table'.
440 * textmodes/ispell.el (ispell-init-process): Change message format
441 to be consistent with other messages.
443 2014-01-31 Glenn Morris <rgm@gnu.org>
445 * delsel.el (delete-selection-mode): Doc fix.
447 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
448 (trace-function-background): Doc fixes.
450 * ido.el (ido-use-virtual-buffers): Doc fix.
451 Reset :version, since the default value has not changed.
453 * register.el (register-preview-delay, register-read-with-preview):
456 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
457 do not mess with mail-buffer position (fixes 2009-11-03 change).
458 * progmodes/cc-mode.el (c-submit-bug-report):
459 Check auto-fill-mode is bound. (Bug#16592)
461 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
463 * startup.el (fancy-splash-image-file): New function,
464 split from fancy-splash-head.
465 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
466 so that we are both using the same image. (Bug#16574)
468 2014-01-30 Glenn Morris <rgm@gnu.org>
470 * simple.el (eval-expression): Doc fix.
472 * hexl.el (hexl-mode-hook):
473 * ielm.el (ielm-mode-hook):
474 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
475 (lisp-interaction-mode-hook):
476 * progmodes/cfengine.e (cfengine3-documentation-function):
477 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
479 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
481 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
482 is a symbol (bug#16584).
484 2014-01-30 Glenn Morris <rgm@gnu.org>
486 * help.el (help-for-help-internal): Add "P" to text.
488 2014-01-29 Glenn Morris <rgm@gnu.org>
490 * simple.el (just-one-space, cycle-spacing): Doc fixes.
492 2014-01-28 Martin Rudalics <rudalics@gmx.at>
494 * window.el (fit-frame-to-buffer): Fix calculations for margins and
497 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
499 * progmodes/hideif.el: Extend to full CPP expression syntax.
500 (hif-token-alist): Add missing tokens.
501 (hif-token-regexp): Add support for float/octal/hex immediates.
502 (hif-string-literal-regexp): New const.
503 (hif-tokenize): Recognize strings and float/octal/hex immediates.
504 (hif-exprlist): New function.
505 (hif-parse-if-exp): Use it.
506 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
507 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
508 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
509 (hif-logxor, hif-comma): New functions.
511 2014-01-28 Glenn Morris <rgm@gnu.org>
513 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
515 * indent.el (tab-stop-list): Doc fix. Add :version.
517 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
518 (cvs-append-to-ignore): Add compatibility alias.
520 2014-01-27 Glenn Morris <rgm@gnu.org>
522 * dired.el (dired-hide-details-mode): Don't autoload it,
523 since it cannot be used outside Dired buffers anyway.
525 * emulation/cua-base.el (cua-mode): Doc fix.
527 * dired.el (dired-hide-details-hide-symlink-targets)
528 (dired-hide-details-hide-information-lines)
529 (dired-hide-details-mode): Doc fixes.
531 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
532 * strokes.el (strokes-file): Doc fix. Bump :version.
533 (strokes-help): Doc fix.
534 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
535 * emulation/viper.el (viper): Doc fix for custom group.
536 (top-level): Remove oh-so-no-longer-relevant text about vip.
537 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
539 * ido.el (ido-save-directory-list-file):
540 * saveplace.el (save-place-file):
541 * calendar/timeclock.el (timeclock-file):
542 * net/quickurl.el (quickurl-url-file):
543 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
544 * progmodes/idlwave.el (idlwave-config-directory):
545 * textmodes/remember.el (remember-data-file):
548 2014-01-26 Glenn Morris <rgm@gnu.org>
550 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
551 Doc fix. Make obsolete.
552 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
554 * sort.el (delete-duplicate-lines): Doc fix.
556 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
558 * progmodes/ada-mode.el (ada):
559 * woman.el (woman): Link to info manual and Commentary section.
561 * progmodes/flymake.el (flymake):
562 * nxml/nxml-mode.el (nxml):
564 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
565 * htmlfontify.el (htmlfontify):
568 * ido.el (ido): Link to info manual.
570 2014-01-25 Leo Liu <sdl.web@gmail.com>
572 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
574 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
576 * net/shr.el (shr-tag-img): Prefer the title over the alt text
579 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
581 * net/eww.el (eww-download-callback):
582 Fix reference to eww-download-directory.
584 * emacs-lisp/bytecomp.el (byte-compile-file):
585 Remove unused local variable `file-name'.
587 2014-01-24 Glenn Morris <rgm@gnu.org>
589 * woman.el (woman-default-faces, woman-monochrome-faces):
590 Fix obsolescence specification.
592 * subr.el (with-demoted-errors): Doc fix.
594 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
596 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
597 (cl--macroexp-fboundp): New function.
598 (cl--make-type-test): Use it.
600 2014-01-23 Glenn Morris <rgm@gnu.org>
602 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
603 * simple.el (eval-expression): Doc fixes.
605 2014-01-22 Glenn Morris <rgm@gnu.org>
607 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
609 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
611 * emacs-lisp/package.el: Write files silently.
612 (package-autoload-ensure-default-file, package--write-file-no-coding)
613 (package-generate-description-file, package--download-one-archive)
614 (package-install-from-archive): Tell `write-region' to stay quiet.
615 (package-menu-mode, package-menu--print-info): Omit the Archive column
616 if there's only one archive.
617 (package-all-keywords, package--has-keyword-p): Remove dead code.
619 2014-01-22 Glenn Morris <rgm@gnu.org>
621 * version.el (emacs-bzr-version-bzr): Fix typo.
623 * version.el (emacs-repository-get-version):
624 Check either .bzr or .git, but not both.
625 Make the git case actually use the DIR argument, and return nil
626 rather than the empty string.
627 Avoid error if .git exists but the git executable is not found.
629 2014-01-22 Martin Rudalics <rudalics@gmx.at>
631 Fixes in window size functions around Bug#16430 and Bug#16470.
632 * window.el (window-total-size, window-size): New argument ROUND.
633 (window--min-delta-1, window-min-delta, window--max-delta-1):
634 Be more conservative when calculating the numbers of lines or
635 columns a window can shrink (Bug#16430).
636 (fit-window-to-buffer): Simplify code.
637 * term.el (term-window-width): Call window-body-width again.
639 2014-01-22 Glenn Morris <rgm@gnu.org>
641 * image.el (image-format-suffixes): Doc fix.
643 * international/quail.el (quail-define-package): Doc fix.
645 * emacs-lisp/authors.el (authors-valid-file-names):
646 (authors-renamed-files-alist): Additions.
648 * vc/vc-git.el (vc-git-print-log): Remove --follow;
649 reverts 2014-01-09 change. (Bug#16422)
651 * calc/calc-embed.el (thing-at-point-looking-at):
652 * emacs-lisp/map-ynp.el (x-popup-dialog):
653 * obsolete/lmenu.el (x-popup-dialog):
654 * emacs-lisp/package.el (url-recreate-url):
655 * mail/mailclient.el (clipboard-kill-ring-save):
656 * subr.el (x-popup-dialog): Update declaration.
657 * mail/rmail.el (rmail-mime-message-p):
658 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
660 2014-01-21 Daniel Colascione <dancol@dancol.org>
662 * progmodes/sh-script.el (sh--inside-noncommand-expression):
663 Correctly detect when we're inside an arithmetic expansion form
664 containing nested parenthesis.
665 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
666 to detect cases where we shouldn't expand "<<" to a heredoc
669 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
671 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
672 (eldoc--message-command-p): New function.
673 (eldoc-display-message-p): Use it.
674 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
675 message is not automatically erased for us.
676 (eldoc-print-current-symbol-info): Erase previous message, if any.
678 2014-01-21 Tassilo Horn <tsdh@gnu.org>
680 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
681 specify it's an interactive function.
683 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
684 Fix regex used for scanning for citation keys which failed for
685 citations with optional arguments.
687 2014-01-21 Leo Liu <sdl.web@gmail.com>
689 * simple.el (read--expression): Don't enable eldoc-mode.
691 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
693 * simple.el (move-beginning-of-line): Make sure we don't move forward
696 2014-01-20 Juri Linkov <juri@jurta.org>
698 * saveplace.el (toggle-save-place, save-place-to-alist)
699 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
700 'dired-mode) before checking for dired-directory. (Bug#16477)
702 2014-01-20 Juri Linkov <juri@jurta.org>
704 * indent.el (indent-line-to): Use backward-to-indentation
705 instead of back-to-indentation. (Bug#16461)
707 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
709 Revert some of the CANNOT_DUMP fix (Bug#16494).
710 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
711 but fixing this can wait until after the next release.
712 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
714 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
716 * eshell/esh-mode.el (eshell-password-prompt-regexp):
717 Use `password-word-equivalents'.
718 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
719 to t. (Bug#5664, Bug#13124)
721 2014-01-19 Alan Mackenzie <acm@muc.de>
723 Bind open-paren-in-column-0-is-defun-start to nil at some entry
725 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
726 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
727 * progmodes/cc-mode.el (c-before-change, c-after-change)
728 (c-font-lock-fontify-region): Bind it here.
730 2014-01-19 Martin Rudalics <rudalics@gmx.at>
732 * term.el (term-window-width): Call window-text-width instead of
733 window-width (Bug#16470).
735 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
737 * simple.el (password-word-equivalents): Remove duplicates.
738 Sort, to make this easier next time.
739 Downcase. Omit ": " after "jelszó".
741 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
743 * term/common-win.el (saved-region-selection): Defvar it.
744 (x-select-text): Set saved-region-selection (Bug#16382).
746 2014-01-18 Glenn Morris <rgm@gnu.org>
748 * emacs-lisp/authors.el (authors-aliases)
749 (authors-renamed-files-alist): Add some entries.
751 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
753 * net/tramp.el (tramp-password-prompt-regexp):
754 Use `password-word-equivalents' if available.
755 (tramp-action-password, tramp-process-one-action)
756 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
758 2014-01-17 Chong Yidong <cyd@gnu.org>
760 * simple.el (password-word-equivalents): New defcustom.
761 * comint.el (comint-password-prompt-regexp): Use it. Bump version
763 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
766 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
768 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
769 (ruby-align-to-stmt-keywords): Change the default value.
770 Use `ruby-alignable-keywords' to generate the possible customization
772 (ruby-smie-rules): Instead of using a hardcoded list of alignable
773 keywords, check against the value of `ruby-alignable-keywords'
774 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
776 2014-01-17 Glenn Morris <rgm@gnu.org>
778 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
780 Make M-x authors return zero *Authors Errors* from current logs.
781 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
782 (authors-ignored-files): Add some entries, remove others.
783 (authors-ambiguous-files, authors-valid-file-names):
785 (authors-renamed-files-alist): Add, remove, and adjust entries.
786 (authors-renamed-files-regexps): Add some entries.
787 Remove some very broad ones. Make some entries `lax'.
788 (authors-lax-changelogs): New constant.
789 (authors-disambiguate-file-name): Treat top-level specially.
790 (authors-lax-changelog-p): New function.
791 (authors-canonical-file-name): Check file as written against
792 authors-valid-file-names. Do not special-case etc/.
793 Handle `lax' logs and authors-renamed-files-regexps elements.
795 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
797 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
798 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
801 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
803 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
804 Assume we're already in the proper buffer.
805 Inspired by Anders Lindgren <andlind@gmail.com>.
806 (follow-post-command-hook): Call it from the right buffer.
807 (follow-comint-scroll-to-bottom): Adjust call.
808 (follow-all-followers): Use get-buffer-window-list.
810 2014-01-15 Daniel Colascione <dancol@dancol.org>
812 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
813 `buffer-file-name' in interactive-form so that we don't leave
814 pathless file names in `file-name-history'.
816 2014-01-15 Juri Linkov <juri@jurta.org>
818 * indent.el (indent-rigidly): Set deactivate-mark to nil
819 in transient indentation mode. (Bug#16438)
821 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
823 * emacs-lisp/package.el (package-desc-keywords): New function
825 (describe-package-1, package-all-keywords)
826 (package--has-keyword-p): Use it.
828 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
830 * simple.el (define-alternatives): When creating the
831 COMMAND-alternatives variable, assign COMMAND as its definition
832 name so that `describe-variable' can relocate it.
834 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
836 * font-lock.el (font-lock-keywords): Fix typo in docstring
839 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
841 * ispell.el (ispell-region): Reset `in-comment' for new line
842 instead of wrongly reset `add-coment' (bug#13577).
844 2014-01-14 Daiki Ueno <ueno@gnu.org>
846 * epa-file.el (epa-file-write-region): Encode the region according
847 to `buffer-file-format'. Problem reported at:
848 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
850 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
852 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
853 so it applies in the right buffer (bug#16410).
855 2014-01-13 Daniel Colascione <dancol@dancol.org>
857 * textmodes/rst.el (rst-define-key): Provide deprecated
858 keybindings through named functions instead of anonymous ones so
859 that "??" doesn't appear in describe-mode output.
861 2014-01-13 Bastien Guerry <bzg@gnu.org>
863 * simple.el (define-alternatives): Call the selected command
864 interactively. When setting `COMMAND--implementation' for the
865 first time, tell the user how to chose another implementation.
866 Enhance the docstring.
868 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
870 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
871 (log-edit--match-first-line): New function.
872 (log-edit-font-lock-keywords): Use it.
873 (log-edit-mode): Make jit-lock-defer-multiline work.
875 2014-01-13 Bastien Guerry <bzg@gnu.org>
877 * rect.el (rectangle-mark-mode): When the region is not active,
878 display a message saying that the mark as been set and that
879 rectangle mode is in use.
880 (rectangle--highlight-for-redisplay): Only put an overlay with a
881 visible vertical bar when (display-graphic-p) is non-nil.
882 This partially fixes Bug#16403.
884 2014-01-13 Juri Linkov <juri@jurta.org>
886 * info.el (Info-find-file): Go to DIR before displaying the error
887 about a nonexistent file if no previous Info file is visited.
888 Use `user-error' instead of `error' for "Info file %s does not exist".
889 (Info-find-node-2): In case of a nonexistent node in unwind forms
890 go to the Top node if there is no previous node to revert to.
893 2014-01-13 Martin Rudalics <rudalics@gmx.at>
895 fit-frame/window-to-buffer code fixes including one for Bug#14096.
896 * window.el (fit-frame-to-buffer): Fix doc-string.
897 Respect window-min-height/-width. Fit pixelwise when
898 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
899 when avoiding that frame goes partially off-screen.
900 (fit-window-to-buffer): Respect window-min-height/-width
903 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
905 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
908 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
910 * net/shr.el (shr-render-region): Autoload.
912 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
914 * net/eww.el (eww-download-directory): Rename from
915 `eww-download-path' (Bug#16419).
917 2014-01-12 Leo Liu <sdl.web@gmail.com>
919 * dired-x.el (dired-mode-map): Fix last change.
921 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
923 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
926 * emacs-lisp/generic.el (generic--normalize-comments):
927 Rename from generic--normalise-comments. All uses changed.
928 * play/bubbles.el (bubbles--neighborhood-score):
929 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
930 (bubbles--neighborhood-available)
931 (bubbles--update-neighborhood-score):
932 Rename from names with 'neighbourhood'. All uses changed.
934 2014-01-12 Leo Liu <sdl.web@gmail.com>
936 Re-implement the feature of showing eldoc info after editing.
937 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
938 (eldoc-edit-message-commands): New function.
939 (eldoc-print-after-edit): New variable.
940 (eldoc-pre-command-refresh-echo-area): Emit message only by
941 eldoc-message-commands.
942 (eldoc-mode): Restrict eldoc-message-commands to editing commands
943 if eldoc-print-after-edit is set. (Bug#16346)
944 * simple.el (read--expression): Enable eldoc-mode.
945 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
947 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
948 Eric S. Raymond <esr@thyrsus.com>
950 * version.el (emacs-repository-get-version): Enhance so the
951 function works correctly in either a Bazaar or Git repo.
953 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
955 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
956 Goes with removal of the joke manpages from /etc.
958 2014-01-10 Kenichi Handa <handa@gnu.org>
960 * mail/rmail.el (rmail-get-coding-system):
961 Check rmail-get-coding-function before "funcall"ing it.
963 2014-01-10 Glenn Morris <rgm@gnu.org>
965 * emacs-lisp/authors.el (authors-fixed-entries):
966 Update for files that no longer exist.
968 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
970 * version.el (emacs-bzr-get-version): Restore compatibilty with
973 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
975 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
978 2014-01-10 Eli Zaretskii <eliz@gnu.org>
980 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
982 2014-01-10 Chong Yidong <cyd@gnu.org>
984 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
986 2014-01-10 Anders Lindgren <andlind@gmail.com>
988 * follow.el (follow-cache-command-list): Include right-char and
991 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
994 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
995 * woman.el (woman-mark-horizontal-position):
996 Rename from woman-mark-horizonal-position. Use changed.
998 2014-01-10 Glenn Morris <rgm@gnu.org>
1000 * info.el (info-initialize): If running uninstalled, ensure our
1001 own info files are always found first, even if INFOPATH is set.
1003 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
1005 2014-01-09 David Engster <deng@randomsample.de>
1007 * emacs-lisp/eieio-custom.el:
1008 * emacs-lisp/eieio-opt.el: Set generated autoload file to
1009 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
1010 * emacs-lisp/eieio.el: Regenerate autoloads.
1012 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
1014 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
1015 following renames. (Bug#8756)
1017 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1019 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
1021 (activate-mark): Add `no-tmm' argument.
1022 (set-mark, push-mark-command): Use it instead of running
1023 activate-mark-hook by hand.
1025 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
1027 In preparation for the move to git, sanitize out some
1028 Bazaar-specific names.
1030 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
1032 * version.el (emacs-bzr-version): Name changed to
1033 emacs-repository-version. Obsolete-variable alias made.
1034 * loadup.el: Follow through on this name change.
1035 * mail/emacsbug.el (report-emacs-bug): Factor out any
1036 assumption about the version control system in use.
1038 2014-01-08 David Engster <deng@randomsample.de>
1040 * help-fns.el (help-fns-describe-function-functions):
1041 New variable to call functions for augmenting help buffers.
1042 (describe-function-1): Remove explicit calls to
1043 `help-fns--compiler-macro', `help-fns--parent-mode' and
1044 `help-fns--obsolete'. Put them in above new variable instead, and
1045 call them through `run-hook-with-args'.
1046 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
1047 `eieio-describe-class'. Not meant for interactive use anymore,
1048 but to augment existing help buffers. Remove optional second
1049 argument. Create proper button for file location.
1050 Rewrite function to use `insert' instead of `princ' and `prin1' where
1052 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
1053 (eieio-method-def, eieio-class-def): Move further up.
1054 (describe-method, describe-generic, eieio-describe-method):
1056 (eieio-help-constructor, eieio-help-generic): Rename from
1057 `eieio-describe-constructor' and `eieio-describe-generic', resp.
1058 Rewrite to use `insert' in the current buffer and use proper help
1060 (eieio-help-find-method-definition)
1061 (eieio-help-find-class-definition): Also accept symbols as
1063 (eieio-help-mode-augmentation-maybee): Remove.
1064 (eieio-describe-class-sb): Use `describe-function'.
1065 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
1066 Add `eieio-help-generic' and `eieio-help-constructor'.
1068 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
1071 * language/china-util.el (hz-ascii-designation):
1072 Rename from hz-ascii-designnation.
1073 (hz-ascii-designation): Rename from hz-ascii-designnation.
1076 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1078 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
1081 2014-01-08 Bastien Guerry <bzg@gnu.org>
1083 * emacs-lisp/package.el (package-delete):
1084 Correctly delete the package from package-alist.
1086 2014-01-08 Daiki Ueno <ueno@gnu.org>
1088 * emacs-lisp/package.el (url-recreate-url): Declare.
1089 (url-http-target-url): Declare.
1090 (package-handle-response): Include requested URL in the error message.
1091 (package--check-signature): Don't re-signal errors from
1092 package--with-work-buffer. Suggested by Stefan Monnier.
1094 2014-01-07 Bastien Guerry <bzg@gnu.org>
1096 * minibuffer.el (completion--try-word-completion): When both a
1097 hyphen and a space are possible candidates for the character
1098 following a word, display both candidates. (Bug#15980)
1100 2014-01-07 Martin Rudalics <rudalics@gmx.at>
1102 * window.el (balance-windows-2): While rounding don't give a
1103 window more than the remainder. Bug#16351, bug#16383.
1105 2014-01-07 Glenn Morris <rgm@gnu.org>
1107 * menu-bar.el (menu-bar-help-extra-packages): Remove.
1108 (menu-bar-help-menu): Use view-external-packages instead.
1110 2014-01-07 Bastien Guerry <bzg@gnu.org>
1112 * emacs-lisp/package.el (package-delete): Also delete the package
1113 name from `package-alist', not its description only.
1115 2014-01-07 Glenn Morris <rgm@gnu.org>
1117 * help.el (view-external-packages):
1118 * menu-bar.el (menu-bar-help-extra-packages):
1119 Visit efaq.info rather than etc/MORE.STUFF.
1121 2014-01-07 Juri Linkov <juri@jurta.org>
1123 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
1124 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
1126 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
1127 that shadows RET. (Bug#16342)
1129 2014-01-07 Chong Yidong <cyd@gnu.org>
1131 * isearch.el (isearch-yank-char, isearch-yank-word)
1132 (isearch-yank-line): Doc fix.
1134 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
1136 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
1137 * emacs-lisp/elint.el (elint-find-builtins):
1138 * emacs-lisp/eldoc.el (eldoc-symbol-function):
1139 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
1140 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
1141 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1142 * apropos.el (apropos-safe-documentation):
1143 * subr.el (symbol-file): Remove redundant fboundp.
1144 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
1146 2014-01-06 Bastien Guerry <bzg@gnu.org>
1148 * hl-line.el (global-hl-line-overlay): Make a local variable.
1149 (global-hl-line-overlays): New variable to store all overlays.
1150 (global-hl-line-mode): Don't delete overlays from the current
1151 buffer when `global-hl-line-sticky-flag' is non-nil.
1152 (global-hl-line-highlight): Add new overlays to
1153 `global-hl-line-overlays'.
1154 (global-hl-line-unhighlight-all): New function to delete all
1155 overlays when turning off `global-hl-line-mode'.
1156 This fixes Bug#16183.
1158 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
1160 * subr.el (set-transient-map): Fix nested case and docstring.
1162 2014-01-06 Tassilo Horn <tsdh@gnu.org>
1164 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
1167 2014-01-06 Daniel Colascione <dancol@dancol.org>
1169 Fix defun navigation in vc log view.
1171 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
1172 like `beginning-of-defun'.
1173 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
1174 log-view-end-of-defun to log-view-end-of-defun-1. Replace
1175 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
1176 (log-view-extract-comment): Call `log-view-current-entry' directly
1177 instead of relying on broken `log-view-beginning-of-defun' behavior.
1179 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
1182 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
1183 * emacs-lisp/debug.el (cancel-debug-on-entry):
1184 * epg.el (epg-error-to-string):
1185 * files.el (recover-file):
1186 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1187 * mail/emacsbug.el (report-emacs-bug-hook):
1188 * mail/sendmail.el (mail-recover):
1189 * ses.el (ses-yank-resize):
1190 * term/ns-win.el (ns-print-buffer):
1191 Spelling fixes in diagnostics, mostly for "canceled" with one L.
1192 * epg.el (epg-key-capability-alist): Rename from misspelled version.
1194 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
1196 2014-01-06 Leo Liu <sdl.web@gmail.com>
1198 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
1199 to avoid shadowing global key. (Bug#16354)
1201 2014-01-06 Daniel Colascione <dancol@dancol.org>
1203 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
1206 2014-01-05 Martin Rudalics <rudalics@gmx.at>
1208 * window.el (balance-windows): Add mising t to fix Bug#16351.
1210 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1212 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
1214 (shr-insert): If we have a word that's longer than `shr-width',
1215 break after it anyway. Otherwise we'll do no breaking once we get
1218 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1220 * net/eww.el (eww): Support single/double quote for search.
1221 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
1222 (eww-history-quit): Delete and use quit-window.
1223 (eww-history-kill): Delete, because it doesn't work well and
1225 (eww-history-mode-map): Delete some keys and add easy-menu.
1227 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
1229 Fix misspelling of 'chinese' in rx (Bug#16237).
1230 * emacs-lisp/rx.el (rx-categories): Correct spelling of
1233 Change subword regexps back to vars (Bug#16296).
1234 * progmodes/subword.el (subword-forward-regexp)
1235 (subword-backward-regexp): Change these back to variables.
1237 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1239 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
1240 syntax-begin-function (bug#16247).
1242 2014-01-03 Chong Yidong <cyd@gnu.org>
1244 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
1245 (advice--docstring): Delete variable.
1246 (advice--make-1): Leave the docstring empty.
1247 (advice-add): Use function-documentation for advised docstring.
1249 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
1250 Ignore function-documentation property when getting documentation.
1251 (ad-activate-advised-definition): Use function-documentation
1252 generate the docstring.
1253 (ad-make-advised-definition): Don't call
1254 ad-make-advised-definition-docstring.
1255 (ad-make-advised-definition-docstring, ad-advised-definition-p):
1258 * progmodes/sql.el (sql-help): Use function-documentation instead
1259 of dynamic-docstring-function property. No need to autoload now.
1260 (sql--help-docstring): New variable.
1261 (sql--make-help-docstring): Use it.
1263 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1265 * ielm.el (ielm-tab): Retarget.
1266 (ielm-map): Use ielm-tab for tab.
1267 (ielm-complete-filename): Use comint-filename-completion.
1268 (ielm-complete-symbol): Remove.
1269 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
1270 remove ielm-tab from completion-at-point-functions (bug#16224).
1272 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
1273 Beware signals raised by predicates (bug#16201).
1275 2014-01-02 Richard Stallman <rms@gnu.org>
1277 * dired-aux.el (dired-do-print): Handle printer-name.
1279 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
1280 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
1281 (rmail-epa-decrypt): Turn off mime processing.
1283 * mail/rmail.el (rmail-make-in-reply-to-field):
1284 Add parens in message-id.
1286 * mail/rmail.el (rmail-get-coding-function): Variable.
1287 (rmail-get-coding-system): Use it.
1289 2013-12-31 Eli Zaretskii <eliz@gnu.org>
1291 * international/mule-conf.el: Unify the charset indian-is13194.
1292 (indian-is13194): Specify unify-map.
1294 2013-12-31 Leo Liu <sdl.web@gmail.com>
1296 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
1298 2013-12-30 Daniel Colascione <dancol@dancol.org>
1300 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
1301 of printing a useless when we resume from sleep.
1303 * progmodes/sh-script.el
1304 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
1305 in indentation code. (Bug#16233)
1307 2013-12-28 João Távora <joaotavora@gmail.com>
1309 * elec-pair.el (electric-pair-post-self-insert-function):
1310 Don't open extra newlines at beginning of buffer. (Bug#16272)
1312 2013-12-28 Eli Zaretskii <eliz@gnu.org>
1314 * frame.el (window-system-for-display): Don't allow to create a
1315 GUI frame from a -nw session on MS-Windows. (Bug#14739)
1317 2013-12-28 Glenn Morris <rgm@gnu.org>
1319 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
1322 * apropos.el (apropos-match-face):
1323 * calculator.el (calculator-displayer):
1324 * dabbrev.el (dabbrev-search-these-buffers-only):
1325 * face-remap.el (buffer-face-mode-face):
1326 * simple.el (yank-handled-properties):
1327 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1328 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
1329 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
1330 (hashcash-double-spend-database):
1331 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
1332 (ruby-deep-indent-paren-style):
1333 * textmodes/flyspell.el (flyspell-auto-correct-binding):
1334 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
1335 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
1336 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
1337 Specify custom types.
1339 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
1340 * bookmark.el (bookmark-bmenu-use-header-line):
1341 * doc-view.el (doc-view-scale-internally):
1342 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
1343 * register.el (register-preview-delay):
1344 * net/shr.el (shr-bullet):
1345 * progmodes/cfengine.el (cfengine-cf-promises)
1346 (cfengine-parameters-indent):
1347 * progmodes/octave.el (inferior-octave-error-regexp-alist):
1348 * textmodes/reftex-vars.el (reftex-label-regexps):
1349 * vc/log-edit.el (log-edit-setup-add-author): Add version.
1351 * net/tls.el (tls-certtool-program): Fix default value.
1353 * desktop.el (desktop-restore-in-current-display):
1354 * newcomment.el (comment-empty-lines):
1355 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
1356 (idlwave-pad-keyword):
1357 * progmodes/tcl.el (tcl-tab-always-indent):
1358 * textmodes/reftex-vars.el (reftex-index-default-tag):
1359 * elec-pair.el (electric-pair-skip-whitespace):
1360 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
1362 * emacs-lisp/authors.el (authors-ignored-files)
1363 (authors-valid-file-names, authors-renamed-files-alist): Additions.
1365 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
1367 * shell.el (shell-dynamic-complete-command): Doc fix.
1368 (shell--command-completion-data): Shell completion now matches
1369 executable filenames from the current buffer's directory, on
1370 systems in which this behavior is the default (windows-nt, ms-dos).
1372 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1374 * net/shr.el (shr-insert): Don't infloop if the width is zero.
1376 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1378 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
1381 * electric.el: Move all electric-pair-* to elec-pair.el.
1382 * elec-pair.el: New file, split from electric.el.
1384 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1386 * net/shr.el (shr-find-fill-point): Don't try to fill if the
1387 indentation level is larger than the width, because that will
1389 (shr-insert): Fill repeatedly long texts, so that Japanese is
1390 formatted correctly (bug#16263).
1391 (shr-find-fill-point): Off by one error in comparison with the
1394 2013-12-26 João Távora <joaotavora@gmail.com>
1396 * electric.el (electric-pair-mode): More flexible engine for skip-
1397 and inhibit predicates, new options for pairing-related functionality.
1398 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
1399 if that keeps or improves their balance in buffers.
1400 (electric-pair-delete-adjacent-pairs): Delete the pair when
1401 backspacing over adjacent matched delimiters.
1402 (electric-pair-open-extra-newline): Open extra newline when
1403 inserting newlines between adjacent matched delimiters.
1404 (electric--sort-post-self-insertion-hook):
1405 Sort post-self-insert-hook according to priority values when
1406 minor-modes are activated.
1407 * simple.el (newline-and-indent): Call newline with interactive
1409 (blink-paren-post-self-insert-function): Set priority to 100.
1410 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1411 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
1412 comments. Locally set electric-pair-skip-whitespace to 'chomp and
1413 electric-pair-open-newline-between-pairs to nil.
1415 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
1417 * progmodes/python.el: Use lexical-binding.
1418 (python-nav-beginning-of-defun): Stop searching ASAP.
1420 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
1422 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
1423 Fix interactive spec. Doc fix. (Bug#15754)
1425 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
1427 * emacs-lisp/byte-run.el (eval-when-compile):
1428 * progmodes/cc-defs.el (cc-eval-when-compile):
1429 Fix edebug spec (bug#16184).
1431 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1433 * net/shr.el (shr-visit-file): Remove debugging function.
1434 (shr-insert): Don't infloop if we can't find a good place to break
1435 the line (bug#16256).
1437 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
1439 * progmodes/python.el:
1440 (python-nav--lisp-forward-sexp): New function.
1441 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
1442 python-nav-lisp-forward-sexp-safe.
1443 (python-nav--forward-sexp): New argument SAFE allows switching
1444 forward sexp movement behavior for parens.
1445 (python-nav-forward-sexp): Throw errors on unterminated parens
1447 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
1448 (python-nav-backward-sexp-safe): New functions.
1449 (python-shell-buffer-substring):
1450 Use `python-nav-forward-sexp-safe'.
1452 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1454 * net/shr.el (shr-find-fill-point): Don't break lines before a
1456 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
1457 (shr-find-fill-point): Remove the special checks for the quotation
1458 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
1460 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1462 * net/eww.el (eww-form-textarea): Use a different face for
1463 textareas than text input since they have different keymaps
1466 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
1468 * progmodes/python.el (python-nav-beginning-of-statement):
1469 Speed up (Bug#15295).
1471 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1473 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
1474 the window configuration.
1476 2013-12-24 Eli Zaretskii <eliz@gnu.org>
1478 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
1479 we run on MS-Windows or MS-DOS.
1481 2013-12-24 Martin Rudalics <rudalics@gmx.at>
1483 * window.el (balance-windows-area): Call window-size instead of
1484 window-height and window-width. Bug#16241.
1486 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1488 * net/eww.el (eww-bookmark-quit): Remove.
1489 (eww-bookmark-browse): Restore the window configuration when you
1490 choose a bookmark (bug#16144).
1492 2013-12-24 Daniel Colascione <dancol@dancol.org>
1494 * icomplete.el: Remove redundant :group arguments to `defcustom'
1496 (icomplete-show-matches-on-no-input): New customizable variable.
1497 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
1498 we have something to show.
1499 (icomplete-exhibit): Compute completions even if we have no user input.
1501 2013-12-23 Daniel Colascione <dancol@dancol.org>
1503 * icomplete.el: Move `provide' to end of file.
1505 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
1507 * net/gnutls.el (gnutls-verify-error): Add version tag.
1509 2013-12-23 Chong Yidong <cyd@gnu.org>
1511 * subr.el (set-transient-map): Rename from
1512 set-temporary-overlay-map. Doc fix.
1514 * face-remap.el (text-scale-adjust):
1515 * indent.el (indent-rigidly):
1516 * kmacro.el (kmacro-call-macro):
1517 * minibuffer.el (minibuffer-force-complete):
1518 * repeat.el (repeat):
1519 * simple.el (universal-argument--mode):
1520 * calendar/todo-mode.el (todo-insert-item--next-param):
1521 * progmodes/f90.el (f90-abbrev-start): Callers changed.
1523 * indent.el (indent-rigidly): Use substitute-command-keys.
1525 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1527 * net/eww.el (eww-tag-select): Add text-property to jump to next
1529 (eww): Add non-supported ftp error.
1531 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
1533 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
1534 comments. Handle electric indent after typing `?' and `!'.
1536 2013-12-22 Chong Yidong <cyd@gnu.org>
1538 * faces.el (face-spec-recalc): If the theme specs are not
1539 applicable to a frame, fall back on the defface spec.
1540 This prevents themes from obliterating faces on low-color terminals.
1542 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
1544 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
1545 after `{'. We need it after block openers, and it doesn't seem
1546 to hurt after hash openers.
1548 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
1550 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
1551 extracted from `ruby-smie-rules'.
1552 (ruby--electric-indent-chars): New variable.
1553 (ruby--electric-indent-p): New function.
1554 (ruby-mode): Use `electric-indent-functions' instead of
1555 `electric-indent-chars'.
1557 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
1559 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
1561 (ruby-smie-rules): Indent plus one level after `=>'.
1563 2013-12-21 Richard Stallman <rms@gnu.org>
1565 * simple.el (newline): Doc fix.
1567 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1569 * net/eww.el (eww-list-histories, eww-list-histories)
1570 (eww-history-browse, eww-history-quit, eww-history-kill)
1571 (eww-history-mode-map, eww-history-mode): New command and
1572 functions to list browser histories.
1573 (eww-form-text): Support text form with disabled
1574 and readonly attributes.
1575 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
1577 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1579 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
1580 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
1581 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
1582 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
1584 (eww-bookmark-mode-map): Add menu.
1585 (eww-render, eww-mode): Use `setq-local'.
1586 (eww-tool-bar-map): New variable.
1587 (eww-mode): Set `tool-bar-map'.
1588 (eww-view-source): Check for `html-mode' with `fboundp'.
1590 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1592 * net/shr.el (shr--extract-best-source): Don't bug out on audio
1593 elements with text inside. Also remove debugging.
1595 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
1597 * cus-start.el (all): Add ns-use-srgb-colorspace.
1599 2013-12-21 Chong Yidong <cyd@gnu.org>
1601 * custom.el (custom-theme-recalc-face): Do nothing if the face is
1602 undefined. Thus, theme settings for undefined faces do not take
1603 effect until the faces are defined with defface, the same as with
1606 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
1607 (face-spec-reset-face): Don't assign extra properties in temacs.
1608 (face-spec-recalc): Apply X resources too.
1610 2013-12-21 Chong Yidong <cyd@gnu.org>
1612 * faces.el (face-spec-set):
1613 * cus-face.el (custom-theme-set-faces, custom-set-faces):
1614 * custom.el (defface): Doc fixes (Bug#16203).
1616 * indent.el (indent-rigidly-map): Add docstring, and move commands
1617 into named functions.
1618 (indent-rigidly-left, indent-rigidly-right)
1619 (indent-rigidly-left-to-tab-stop)
1620 (indent-rigidly-right-to-tab-stop): New functions. Decide on
1621 indentation direction based on bidi direction, and accumulate
1622 sequential commands in a single undo boundary.
1623 (indent-rigidly--pop-undo): New utility function.
1625 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
1627 * faces.el (read-face-name): Require crm.el when using crm-separator.
1629 2013-12-20 Daniel Colascione <dancol@dancol.org>
1631 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
1632 so that we don't reflow comments into the shebang line.
1634 2013-12-20 Juri Linkov <juri@jurta.org>
1636 * saveplace.el (save-place-to-alist): Add `dired-filename' as
1637 a position when `dired-directory' is non-nil. Check integer
1638 positions with `integerp'.
1639 (toggle-save-place, save-places-to-alist): Add check for
1641 (save-place-find-file-hook): Check integer positions with
1643 (save-place-dired-hook): Use `dired-goto-file' when
1644 `dired-filename' is found in the assoc list. Check integer
1645 positions with `integerp'.
1646 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
1648 * dired.el (dired-initial-position-hook): Rename back from
1649 `dired-initial-point-hook'.
1650 (dired-initial-position): Rename `dired-initial-point-hook' to
1651 `dired-initial-position-hook'.
1652 (dired-file-name-at-point): Doc fix. (Bug#15329)
1654 2013-12-20 Juri Linkov <juri@jurta.org>
1656 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
1657 (read-regexp-suggestions): New function.
1658 (read-regexp): Use `read-regexp-defaults-function' to get default values.
1659 Use `read-regexp-suggestions'. Add non-empty default to history
1661 (occur-read-regexp-defaults-function): Remove function.
1662 (occur-read-primary-args): Use `regexp-history-last' instead of
1663 `occur-read-regexp-defaults-function'.
1665 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
1666 (hi-lock-line-face-buffer, hi-lock-face-buffer)
1667 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
1668 `hi-lock-read-regexp-defaults-function'. Doc fix.
1669 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
1670 with `find-tag-default-as-symbol-regexp'. Doc fix.
1671 (hi-lock-read-regexp-defaults): Remove function.
1672 (hi-lock-regexp-okay): Add check for null.
1674 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
1675 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
1677 * subr.el (find-tag-default-as-symbol-regexp): New function.
1678 (find-tag-default-as-regexp): Move symbol regexp formatting to
1679 `find-tag-default-as-symbol-regexp'.
1681 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
1683 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
1686 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
1688 * calendar/todo-mode.el: New implementation of item insertion
1689 commands and key bindings.
1690 (todo-key-prompt): New face.
1691 (todo-insert-item): New command.
1692 (todo-insert-item--parameters): New defconst, replacing defvar
1693 todo-insertion-commands-args-genlist.
1694 (todo-insert-item--param-key-alist): New defconst, replacing
1695 defvar todo-insertion-commands-arg-key-list.
1696 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
1697 (todo-insert-item--argsleft, todo-insert-item--apply-args)
1698 (todo-insert-item--next-param): New functions.
1699 (todo-insert-item--args, todo-insert-item--argleft)
1700 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
1702 (todo-key-bindings-t): Change binding of "i" from
1703 todo-insertion-map to todo-insert-item.
1704 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
1705 (todo-insertion-command-name, todo-insertion-commands-names)
1706 (todo-define-insertion-command, todo-insertion-commands)
1707 (todo-insertion-key-bindings, todo-insertion-map): Remove.
1709 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
1711 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
1712 (todo-toggle-item-highlighting): Use eval-and-compile instead of
1714 (todo-move-category): Allow choosing a non-existing todo file to
1715 move the category to, and create that file.
1716 (todo-default-priority): New user option.
1717 (todo-set-item-priority): Use it.
1718 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
1719 (desktop-restore-file-buffer): Declare.
1720 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
1721 (todo-modes-set-2): Locally set desktop-save-buffer to
1722 todo-desktop-save-buffer.
1723 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
1724 (auto-mode-alist): Add autoload cookie.
1726 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
1728 * emacs-lisp/subr-x.el: Renamed from helpers.el.
1729 helpers.el was a poor choice of name.
1730 (string-remove-prefix): New function.
1731 (string-remove-suffix): New function.
1733 2013-12-20 Martin Rudalics <rudalics@gmx.at>
1735 Fix assignment for new window total sizes.
1736 * window.el (window--pixel-to-size): Remove function.
1737 (window--pixel-to-total-1, window--pixel-to-total):
1738 Fix calculation of new total sizes.
1740 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
1742 * comint.el (comint-output-filter): Fix rear-nonsticky property
1743 placement (Bug#16010).
1745 2013-12-20 Chong Yidong <cyd@gnu.org>
1747 * faces.el (read-color): Minor fix for completion function.
1749 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
1751 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
1752 New option. (Bug#16182)
1753 (ruby-smie--indent-to-stmt-p): Use it.
1754 (ruby-smie-rules): Revert the logic in the handling of `when'.
1755 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
1756 (ruby-deep-arglist, ruby-deep-indent-paren)
1757 (ruby-deep-indent-paren-style): Update docstrings to note that the
1758 vars don't have any effect with SMIE.
1760 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
1762 * calc/calc.el (calc-enter, calc-pop): Use the variable
1763 `calc-context-sensitive-enter'.
1765 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1767 * net/shr.el (shr-insert): Protect against infloops in degenerate
1770 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1772 * progmodes/octave.el (octave): Add link to manual and octave
1774 (octave-mode-menu): Link to octave-mode manual.
1776 2013-12-20 Leo Liu <sdl.web@gmail.com>
1778 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
1779 insertion using skeleton-end-newline. (Bug#16138)
1781 2013-12-20 Juri Linkov <juri@jurta.org>
1783 * replace.el (occur-engine): Use `add-face-text-property'
1784 to add the face property to matches and titles. (Bug#14645)
1786 * hi-lock.el (hi-green): Use lighter color "light green" closer to
1787 the palette of other hi-lock colors.
1788 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
1790 2013-12-19 Juri Linkov <juri@jurta.org>
1792 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
1793 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
1794 (minibuffer-history-symbol): Move variable declaration closer to
1797 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
1800 2013-12-19 Juri Linkov <juri@jurta.org>
1802 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
1804 (log-edit-hook): Add it to :options. (Bug#16170)
1806 2013-12-19 Juri Linkov <juri@jurta.org>
1808 * simple.el (eval-expression-print-format): Don't check for
1809 command names and the last command. Always display additional
1810 formats of the integer result in the echo area, and insert them
1811 to the current buffer only with a zero prefix arg.
1812 Display character when char-displayable-p is non-nil.
1813 (eval-expression): With a zero prefix arg, set `print-length' and
1814 `print-level' to nil, and insert the integer values from
1815 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
1817 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
1818 `eval-last-sexp-arg-internal'. Doc fix.
1819 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
1820 `eval-last-sexp-print-value'. Doc fix.
1821 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
1822 Set `print-length' and `print-level' to nil when arg is zero.
1823 (eval-last-sexp): Doc fix.
1824 (eval-defun-2): Print the integer values from
1825 `eval-expression-print-format' at the end.
1827 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
1828 values from `eval-expression-print-format' at the end.
1830 * ielm.el (ielm-eval-input): Print the integer
1831 values from `eval-expression-print-format' at the end.
1833 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1835 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
1836 2013-12-11T19:01:44Z!tzz@lifelogs.com.
1838 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
1840 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
1841 (hl-line-highlight, global-hl-line-highlight): Use it.
1842 (hl-line-overlay): Use defvar-local.
1844 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
1846 * term/ns-win.el: Require dnd.
1847 (global-map): Remove drag items.
1848 (ns-insert-text, ns-set-foreground-at-mouse)
1849 (ns-set-background-at-mouse):
1850 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
1851 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
1854 2013-12-19 Glenn Morris <rgm@gnu.org>
1856 * emacs-lisp/ert.el (ert-select-tests):
1857 Fix string/symbol mixup. (Bug#16121)
1859 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
1861 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
1862 keywords to their parent.
1864 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
1866 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
1867 first arg to be a string (fixed dead code), or an operator symbol.
1868 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
1870 (ruby-smie-rules): Remove parent token check in the `.' clause, it
1871 did nothing. Don't respond to `(:after ".")', it will be called
1872 with :before anyway. Remove the ` @ ' rule, it didn't seem to
1873 change anything. Only return indentation for binary operators
1874 when they are hanging. De-dent opening paren when its parent is
1875 `.', otherwise it looks bad when the dot is not at bol or eol
1878 2013-12-19 Juri Linkov <juri@jurta.org>
1880 * replace.el (query-replace-read-args): Split a non-negative arg
1881 and a negative arg into separate elements.
1882 (query-replace, query-replace-regexp, replace-string)
1883 (replace-regexp): Add arg `backward'. Doc fix.
1884 (replace-match-maybe-edit): When new arg `backward' is non-nil,
1885 move point to the beginning of the match.
1886 (replace-search, replace-highlight): Use new arg `backward'
1887 to set the value of `isearch-forward'.
1888 (perform-replace): Add arg `backward' and use it to perform
1889 replacement backward. (Bug#14979)
1891 * isearch.el (isearch-query-replace): Use a negative prefix arg
1892 to call `perform-replace' with a non-nil arg `backward'.
1894 2013-12-18 Juri Linkov <juri@jurta.org>
1896 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
1897 to the default list. Move `log-edit-show-files' to the end.
1898 Add more available functions to options.
1899 (log-edit): Move default specific settings to
1900 `log-edit-insert-message-template'. Don't move point.
1901 (log-edit-insert-message-template): New function.
1902 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
1905 2013-12-18 Juri Linkov <juri@jurta.org>
1907 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
1908 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
1910 2013-12-18 Leo Liu <sdl.web@gmail.com>
1912 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
1915 2013-12-18 Eli Zaretskii <eliz@gnu.org>
1917 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
1918 formats for displaying file sizes when the -s switch is given.
1919 Instead, compute a separate format for displaying the size in
1920 blocks, which is displayed in addition to the "regular" size.
1921 When -h is given in addition to -s, produce size in blocks in
1922 human-readable form as well. (Bug#16179)
1924 2013-12-18 Tassilo Horn <tsdh@gnu.org>
1926 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
1927 Reference tables with ~\ref{...} instead of only \ref{...}.
1929 2013-12-18 Chong Yidong <cyd@gnu.org>
1931 * cus-edit.el (custom-magic-alist): Fix "themed" description
1934 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
1935 is non-nil, do not create a new entry in the symbol's theme-value
1936 or theme-face property; update theme-settings only (Bug#14664).
1937 (custom-available-themes): Doc fix.
1939 * cus-theme.el (custom-new-theme-mode-map): Add bindings
1942 * replace.el (occur-engine): Avoid infloop (Bug#7593).
1944 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1946 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
1949 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1951 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
1953 2013-12-18 Glenn Morris <rgm@gnu.org>
1955 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
1956 * cus-start.el (load-prefer-newer): New option.
1958 2013-12-18 Le Wang <l26wang@gmail.com>
1960 * comint.el (comint-previous-matching-input-from-input):
1961 Retain point (Bug#13404).
1963 2013-12-18 Chong Yidong <cyd@gnu.org>
1965 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
1967 2013-12-18 Glenn Morris <rgm@gnu.org>
1969 * mail/emacsbug.el (report-emacs-bug):
1970 Only mention enable-multibyte-characters if non-standard.
1972 2013-12-17 Juri Linkov <juri@jurta.org>
1974 * arc-mode.el (archive-extract-by-file): Check if directory exists
1975 before deletion to not show irrelevant errors if it doesn't exist.
1977 2013-12-17 Juri Linkov <juri@jurta.org>
1979 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
1982 * net/eww.el (browse-web): Add alias to `eww'.
1983 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
1984 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
1986 * net/browse-url.el (browse-url-browser-function): Move `eww'
1987 closer to similar functions.
1989 * startup.el (fancy-startup-screen, fancy-about-screen):
1990 Set browse-url-browser-function to eww-browse-url locally.
1993 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
1995 * window.el (window--pixel-to-total): Remove unused `mini' var.
1996 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
1997 (split-window): Remove unused `new' var.
1998 (window--display-buffer): Remove unused `frame' and `delta' vars.
1999 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
2002 2013-12-17 Martin Rudalics <rudalics@gmx.at>
2004 * dired.el (dired-mark-pop-up):
2005 * register.el (register-preview): Don't bind
2006 split-height-threshold here since it's now done in
2007 display-buffer-below-selected.
2009 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
2011 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
2012 xterm-rgb-convert-to-16bit.
2013 (rxvt-register-default-colors): Standardize with
2014 xterm-register-default-colors (Bug#14078).
2016 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
2018 * simple.el (kill-region): Pass mark first, then point, so that
2019 kill-append works right (Bug#12819).
2020 (copy-region-as-kill, kill-ring-save): Likewise.
2022 2013-12-17 Leo Liu <sdl.web@gmail.com>
2024 * net/rcirc.el (rcirc-add-face):
2025 * eshell/em-prompt.el (eshell-emit-prompt):
2026 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
2029 2013-12-17 Chong Yidong <cyd@gnu.org>
2031 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
2032 Suggested by Xue Fuqiao.
2034 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
2036 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
2038 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
2040 * net/shr.el (shr-insert-document): Remove unused var
2041 `shr-preliminary-table-render'.
2042 (shr-rescale-image): Remove unused arg `force'.
2043 (shr-put-image): Update calls accordingly.
2044 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
2046 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
2048 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
2049 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
2050 :close-all, to see which indentation method to use (Bug#16116).
2051 (smie-rules-function): Document the method :close-all.
2053 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2055 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
2057 * net/eww.el (eww-display-html): If we can't find the anchor we're
2058 looking for, then go to point-min.
2060 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
2062 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
2063 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
2064 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
2065 Expand dir too, in case it's relative.
2067 2013-12-16 Juri Linkov <juri@jurta.org>
2069 * desktop.el (desktop-auto-save-timeout): Change default to
2070 `auto-save-timeout'. Doc fix.
2071 (desktop-save): Skip the timestamp in desktop-saved-frameset
2072 when checking for auto-save changes.
2073 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
2074 `desktop-auto-save' is called repeatedly by the idle timer.
2075 (desktop-auto-save-set-timer): Replace `run-with-timer' with
2076 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
2079 2013-12-16 Juri Linkov <juri@jurta.org>
2081 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
2083 (isearch-pre-command-hook): Check `this-command' for symbolp.
2085 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
2087 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
2089 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2091 * progmodes/cfengine.el (cfengine3--current-word): Remove.
2092 (cfengine3--current-function): Bring in the current-function
2093 functionality from `cfengine3--current-word'.
2094 (cfengine3-completion-function): Bring in the
2095 bounds-of-current-word functionality from
2096 `cfengine3--current-word'.
2098 2013-12-16 Martin Rudalics <rudalics@gmx.at>
2100 * window.el (display-buffer-below-selected):
2101 Bind split-height-threshold to 0 as suggested by Juri Linkov.
2103 2013-12-16 Leo Liu <sdl.web@gmail.com>
2105 * progmodes/compile.el (compile-goto-error): Do not push-mark.
2106 Remove NOMSG arg and all uses changed.
2108 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
2110 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
2111 (cua--deactivate-rectangle): Don't deactivate the mark.
2112 (cua-set-rectangle-mark): Don't set mark-active since
2113 cua--activate-rectangle already does it for us.
2114 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
2115 non-rectangular region.
2117 * emulation/cua-base.el (cua-repeat-replace-region):
2118 Use with-current-buffer.
2120 * net/gnutls.el: Use cl-lib.
2121 (gnutls-negotiate): `mapcan' -> cl-mapcan.
2123 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2125 * emacs-lisp/package.el (package-built-in-p): Support both
2126 built-in and the package.el converted package descriptions.
2127 (package-show-package-list): Allow keywords.
2128 (package-keyword-button-action): Use it instead of
2129 `finder-list-matches'.
2130 (package-menu-filter-interactive): Interactive filtering (by
2132 (package-menu--generate): Support keywords and change keymappings
2133 and headers when they are given.
2134 (package--has-keyword-p): Helper function.
2135 (package-menu--refresh): Use it.
2136 (package--mapc): Helper function.
2137 (package-all-keywords): Use it.
2138 (package-menu-mode-map): Set up menu items and keybindings to
2139 provide a filtering UI.
2141 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2143 * net/gnutls.el (gnutls-verify-error): New defcustom to control
2144 the behavior when a certificate fails validation. Defaults to
2145 old behavior: never abort, just warn.
2146 (gnutls-negotiate): Use it.
2148 2013-12-14 Martin Rudalics <rudalics@gmx.at>
2150 * window.el (display-buffer-below-selected): Never split window
2151 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
2153 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
2155 * emacs-lisp/package.el (package--prepare-dependencies): New function.
2156 (package-buffer-info): Use it (bug#15108).
2158 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
2160 * icomplete.el (icomplete-completions): Make sure the prefix is already
2161 displayed elsewhere before hiding it (bug#16219).
2163 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
2165 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
2166 open-paren tokens when preceded by a open-paren, too.
2167 (ruby-smie-rules): Handle virtual indentation after open-paren
2168 tokens specially. If there is code between it and eol, return the
2169 column where is starts (Bug#16118).
2171 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
2173 * progmodes/cfengine.el: Fix `add-hook' doc.
2174 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
2175 (cfengine3--current-word): Fix parameters.
2176 (cfengine3-make-syntax-cache): Simplify further.
2177 (cfengine3-completion-function, cfengine3--current-function):
2178 Use `assq' for symbols.
2179 (cfengine3--current-function): Fix `cfengine3--current-word' call.
2181 2013-12-13 Glenn Morris <rgm@gnu.org>
2183 * loadup.el (load-path): Warn if site-load or site-init changes it.
2184 No more need to reset it when bootstrapping.
2186 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
2188 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
2189 locations for cf-promises.
2190 (cfengine-mode-syntax-functions-regex): New caching variable.
2191 (cfengine3-fallback-syntax): Fallback syntax for cases where
2192 cf-promises doesn't run.
2193 (cfengine3--current-word): Reimplement using
2194 `cfengine-mode-syntax-functions-regex'.
2195 (cfengine3-completion-function, cfengine3--current-function):
2196 Use `cfengine3-make-syntax-cache' directly.
2197 (cfengine3-clear-syntax-cache): New function.
2198 (cfengine3-make-syntax-cache): Simplify and create
2199 `cfengine-mode-syntax-functions-regex' on demand.
2200 (cfengine3-format-function-docstring): Don't call
2201 `cfengine3-make-syntax-cache' explicitly.
2203 2013-12-13 Martin Rudalics <rudalics@gmx.at>
2205 Fix windmove-find-other-window broken after pixelwise resizing
2207 * windmove.el (windmove-other-window-loc): Revert change from
2209 (windmove-find-other-window): Call window-in-direction.
2210 * window.el (window-in-direction): New arguments SIGN, WRAP and
2211 MINI to emulate original windmove-find-other-window behavior.
2213 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
2215 * simple.el (blink-matching--overlay): New variable.
2216 (blink-matching-open): Instead of moving point, highlight the
2217 matching paren with an overlay
2218 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
2220 * faces.el (paren-showing-faces, show-paren-match)
2221 (show-paren-mismatch): Move from paren.el.
2223 2013-12-13 Leo Liu <sdl.web@gmail.com>
2225 * indent.el (indent-region): Disable progress reporter in
2226 minibuffer. (Bug#16108)
2228 * bindings.el (visual-order-cursor-movement): Fix version.
2230 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
2232 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
2233 Also match after beginning of line.
2234 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
2235 files. Thanks to Russell Sim. (Bug#15378)
2237 2013-12-13 Juri Linkov <juri@jurta.org>
2239 * simple.el <Keypad support>: Remove key bindings duplicated
2240 with bindings.el. (Bug#14397)
2242 2013-12-13 Juri Linkov <juri@jurta.org>
2244 * comint.el (comint-mode-map): Replace `delete-char' with
2245 `delete-forward-char'. (Bug#16109)
2247 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
2249 * progmodes/python.el (python-indent-calculate-indentation):
2250 Fix de-denters cornercase. (Bug#15731)
2252 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2254 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
2255 (advice--make): Pay attention to `depth'.
2256 (advice--make-1): Don't autoload commands eagerly.
2257 * emacs-lisp/elp.el (elp-instrument-function):
2258 * emacs-lisp/trace.el (trace-function-internal):
2259 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
2261 * iswitchb.el (iswitchb-mode): Don't belittle ido.
2263 2013-12-12 Eli Zaretskii <eliz@gnu.org>
2265 * term/w32-win.el (w32-handle-dropped-file):
2266 * startup.el (normal-top-level):
2267 * net/browse-url.el (browse-url-file-url):
2268 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
2269 decode file names using 'utf-8' rather than
2270 file-name-coding-system.
2272 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
2274 * progmodes/python.el (python-indent-context)
2275 (python-indent-calculate-indentation): Fix auto-identation
2276 behavior for comment blocks. (Bug#15916)
2278 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2280 * progmodes/python.el (python-indent-calculate-indentation):
2281 When determining indentation, don't treat "return", "pass", etc., as
2282 operators when they are just string constituents. (Bug#15812)
2284 2013-12-12 Juri Linkov <juri@jurta.org>
2286 * uniquify.el (uniquify-buffer-name-style): Change default to
2287 `post-forward-angle-brackets'.
2289 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
2290 `uniquify'. Change default to `post-forward-angle-brackets'.
2292 2013-12-11 Glenn Morris <rgm@gnu.org>
2294 * emacs-lisp/package.el (finder-list-matches):
2295 Autoload rather than falsely declaring.
2297 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
2299 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
2300 (eww-mode-map): Use them.
2302 2013-12-11 Martin Rudalics <rudalics@gmx.at>
2304 * window.el (display-buffer-in-side-window): Fix doc-string
2307 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
2309 * vc/vc-git.el: Silence byte-compiler warnings.
2310 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
2311 (log-edit-set-header): Declare.
2313 2013-12-11 Eli Zaretskii <eliz@gnu.org>
2315 * Makefile.in (custom-deps, finder-data): Run output file names
2316 through unmsys--file-name. (Bug#16099)
2318 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
2320 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
2321 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
2323 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
2324 instead of deleting the selection "by hand" (bug#16098).
2325 Rely on insert-for-yank to yank rectangles.
2326 (cua-highlight-region-shift-only): Mark obsolete.
2327 (cua-mode): Don't enable/disable transient-mark-mode,
2328 shift-select-mode (cua-mode works both with and without them), and
2329 pc-selection-mode (obsolete).
2330 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
2331 (cua--deactivate-rectangle): Deactivate it.
2333 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
2334 (delete-selection-helper): Make sure yank starts at the top of the
2336 (minibuffer-keyboard-quit): Use region-active-p.
2338 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
2340 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
2341 to `delete' (bug#16109).
2343 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2345 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
2346 info manual and show keybindings and set `:group' keyword.
2348 2013-12-11 Juri Linkov <juri@jurta.org>
2350 * delsel.el (delete-active-region): Let-bind `this-command'
2351 to prevent `kill-region' from changing its original value.
2352 (delete-selection-helper): Handle `overwrite-mode' for the type
2353 `kill' exactly the same way as for the type `t'.
2354 (insert-char, quoted-insert, reindent-then-newline-and-indent):
2355 Support more commands. (Bug#13312)
2357 2013-12-11 Juri Linkov <juri@jurta.org>
2359 * bindings.el: Map kp keys to non-kp keys systematically
2360 with basic modifiers control, meta and shift. (Bug#14397)
2362 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2364 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
2365 "Close browser" menu items. Fix wrong function of "List
2368 2013-12-11 Juri Linkov <juri@jurta.org>
2370 * misearch.el (multi-isearch-buffers): Set the value of
2371 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
2372 arg of isearch-forward to t.
2373 (multi-isearch-buffers-regexp): Set the value of
2374 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
2375 arg of isearch-forward-regexp to t.
2376 (multi-isearch-files): Set the value of
2377 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
2378 arg of isearch-forward to t.
2379 (multi-isearch-files-regexp): Set the value of
2380 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
2381 arg of isearch-forward-regexp to t. (Bug#16035)
2383 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
2384 arg of isearch-forward to t.
2385 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
2386 arg of isearch-forward-regexp to t.
2387 (dired-isearch-filter-filenames): Remove unnecessary check for
2388 `dired-isearch-filenames'.
2390 * comint.el (comint-history-isearch-backward):
2391 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
2392 (comint-history-isearch-backward-regexp):
2393 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
2395 2013-12-10 Eli Zaretskii <eliz@gnu.org>
2397 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
2398 unmsys--file-name. (Bug#16099)
2400 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
2402 * emacs-lisp/package.el (package-keyword-button-action):
2403 Remove finder.el require dependency.
2405 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
2407 * emacs-lisp/package.el: Require finder.el.
2408 (describe-package-1): Add keyword buttons.
2409 (package-make-button): New convenience function.
2410 (package-keyword-button-action): Keyword button action using
2411 `finder-list-matches'.
2413 2013-12-09 Eli Zaretskii <eliz@gnu.org>
2415 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
2418 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
2420 * autorevert.el (auto-revert-notify-add-watch): Do not handle
2423 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
2425 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2426 after the end of a percent literal.
2428 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
2430 * progmodes/ruby-mode.el (ruby-forward-string): Document.
2431 Handle caret-delimited strings (Bug#16079).
2433 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
2435 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
2436 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
2437 `ruby-parse-partial' (Bug#16078).
2439 2013-12-09 Leo Liu <sdl.web@gmail.com>
2441 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
2443 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
2445 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
2446 (js-switch-indent-offset): New option.
2447 (js--proper-indentation): Use it. And handle the case when
2448 "default" is actually a key in an object literal.
2449 (js--same-line): New function.
2450 (js--multi-line-declaration-indentation): Use it.
2451 (js--indent-in-array-comp, js--array-comp-indentation):
2453 (js--proper-indentation): Use them, to handle array comprehension
2456 2013-12-08 Leo Liu <sdl.web@gmail.com>
2458 * progmodes/flymake.el (flymake-highlight-line): Re-write.
2459 (flymake-make-overlay): Remove arg MOUSE-FACE.
2460 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
2462 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2464 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
2466 (redisplay-highlight-region-function): Use it.
2468 * emulation/cua-base.el (cua--explicit-region-start)
2469 (cua--last-region-shifted): Remove.
2470 (cua--deactivate): Use deactivate-mark.
2471 (cua--pre-command-handler-1): Don't handle shift-selection.
2472 (cua--post-command-handler-1): Don't change transient-mark-mode.
2473 (cua--select-keymaps): Use region-active-p rather than
2474 cua--explicit-region-start or cua--last-region-shifted.
2475 (cua-mode): Enable shift-select-mode.
2477 2013-12-08 Leo Liu <sdl.web@gmail.com>
2479 * progmodes/flymake.el (flymake-popup-current-error-menu):
2480 Rename from flymake-display-err-menu-for-current-line. Reimplement.
2481 (flymake-posn-at-point-as-event, flymake-popup-menu)
2482 (flymake-make-emacs-menu): Remove. (Bug#16077)
2484 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2486 * rect.el (rectangle-mark-mode): Activate mark even if
2487 transient-mark-mode is off (bug#16066).
2488 (rectangle--highlight-for-redisplay): Fix boundary condition when point
2489 is > mark and at bolp.
2491 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
2492 (region-extract-function): Use it.
2493 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
2494 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
2496 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
2497 kill-ring-save, kill-region, delete-char, delete-forward-char.
2498 Ignore self-insert-iso.
2500 * emulation/cua-gmrk.el (cua--init-global-mark):
2501 Ignore `self-insert-iso'.
2503 * emulation/cua-base.el (cua--prefix-copy-handler)
2504 (cua--prefix-cut-handler): Rely on region-extract-function rather than
2505 checking cua--rectangle.
2506 (cua-delete-region): Use region-extract-function.
2507 (cua-replace-region): Delete function.
2508 (cua-copy-region, cua-cut-region): Obey region-extract-function.
2509 (cua--pre-command-handler-1): Don't do the delete-selection thing.
2510 (cua--self-insert-char-p): Ignore `self-insert-iso'.
2511 (cua--init-keymaps): Don't remap delete-selection commands.
2512 (cua-mode): Use delete-selection-mode instead of rolling our own
2515 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
2516 Obey region-extract-function.
2518 Make registers and delete-selection-mode work on rectangles.
2519 * register.el (describe-register-1): Don't modify the register's value.
2520 (copy-to-register): Obey region-extract-function.
2521 * delsel.el (delete-active-region): Obey region-extract-function.
2523 2013-12-08 Leo Liu <sdl.web@gmail.com>
2525 * progmodes/flymake.el (flymake, flymake-error-bitmap)
2526 (flymake-warning-bitmap, flymake-fringe-indicator-position)
2527 (flymake-compilation-prevents-syntax-check)
2528 (flymake-start-syntax-check-on-newline)
2529 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
2530 (flymake-start-syntax-check-on-find-file, flymake-log-level)
2531 (flymake-xml-program, flymake-master-file-dirs)
2532 (flymake-master-file-count-limit)
2533 (flymake-allowed-file-name-masks): Relocate.
2534 (flymake-makehash, flymake-float-time)
2535 (flymake-replace-regexp-in-string, flymake-split-string)
2536 (flymake-get-temp-dir): Remove.
2537 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
2538 (flymake-current-row, flymake-selected-frame)
2539 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
2540 related functions. (Bug#16077)
2542 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
2544 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
2546 2013-12-07 Tassilo Horn <tsdh@gnu.org>
2548 * help-fns.el (describe-function-1): Use new advice-* functions
2549 rather than old ad-* functions. Fix function type description and
2550 source links for advised functions and subrs.
2552 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2554 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
2556 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
2558 * progmodes/compile.el (compilation-start):
2559 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
2561 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2562 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
2564 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
2566 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2567 Touch up the last change.
2569 2013-12-06 Leo Liu <sdl.web@gmail.com>
2571 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
2572 (inferior-octave-startup): Always use "octave> " for prompt.
2573 (octave-goto-function-definition)
2574 (octave-sync-function-file-names)
2575 (octave-find-definition-default-filename): Remove redundant backquotes.
2577 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
2579 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
2581 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
2582 where appropriate already.
2583 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
2584 end of method names (Bug#15874).
2586 2013-12-06 Juri Linkov <juri@jurta.org>
2588 * isearch.el (isearch--saved-overriding-local-map):
2589 New internal variable.
2590 (isearch-mode): Set it to the initial value of
2591 `overriding-terminal-local-map'.
2592 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
2593 with `isearch--saved-overriding-local-map'. (Bug#16035)
2595 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
2597 * progmodes/octave.el (inferior-octave-completion-table):
2598 Turn back into function, use `completion-table-with-cache'
2599 (Bug#11906). Update all references.
2601 * minibuffer.el (completion-table-with-cache): New function.
2603 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
2605 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
2607 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
2609 * net/eww.el (eww-current-source): New variable to store page
2611 (eww-display-html, eww-mode, eww-save-history)
2612 (eww-restore-history): Use it.
2613 (eww-view-source): New command to view page source.
2614 Opportunistically uses `html-mode' to highlight the buffer.
2615 (eww-mode-map): Install it.
2617 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
2619 * net/dbus.el (dbus-unregister-service)
2620 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
2622 (dbus-unregister-service): Skip :serial entries in
2623 `dbus-registered-objects-table'.
2624 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
2626 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
2628 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
2629 around keywords with extra `split-string' argument.
2631 2013-12-04 Martin Rudalics <rudalics@gmx.at>
2633 * windmove.el (windmove-other-window-loc): Handle navigation
2634 between windows (excluding the minibuffer window - Bug#16017).
2636 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
2638 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
2639 in D-Bus type syntax.
2640 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
2641 preserve unibyte strings. (Bug#16048)
2643 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2645 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
2646 Call force-mode-line-update is the proper buffer (bug#16042).
2648 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
2650 * vc/log-edit.el (log-edit-add-new-comment): Rename to
2651 `log-edit-remember-comment', make argument optional. Adjust all
2653 (log-edit-mode): Add `log-edit-remember-comment' to
2654 `kill-buffer-hook' locally.
2655 (log-edit-kill-buffer): Don't remember comment explicitly since
2656 the buffer is killed anyway.
2658 2013-12-04 Juri Linkov <juri@jurta.org>
2660 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
2661 add-hook and remove-hook for multi-buffer search. (Bug#16035)
2663 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
2665 * notifications.el (notifications-close-notification): Call the
2666 D-Bus method with ID being a `:uint32'. (Bug#16030)
2668 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2670 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
2672 2013-12-03 Juri Linkov <juri@jurta.org>
2674 * progmodes/compile.el (compilation-start): Rename window alist
2675 entry `no-display-ok' to `allow-no-window'.
2677 * simple.el (shell-command): Add window alist entry
2678 `allow-no-window' to `display-buffer'.
2679 (async-shell-command): Doc fix.
2681 * window.el (display-buffer-no-window): New action function.
2682 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
2684 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
2686 * vc/log-edit.el (log-edit-set-header): Extract from
2687 `log-edit-toggle-header'.
2688 (log-edit-extract-headers): Separate the summary, when extracted
2689 from header, from the rest of the message with an empty line.
2691 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
2692 line, if present, to the Summary header.
2694 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2696 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
2697 in current-buffer (bug#16029).
2699 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
2701 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
2702 (debugger-mode-map): Bind it.
2703 (debugger--backtrace-base): New function.
2704 (debugger-eval-expression): Use it.
2705 (debugger-frame-number): Skip local vars when present.
2706 (debugger--locals-visible-p, debugger--insert-locals)
2707 (debugger--show-locals, debugger--hide-locals): New functions.
2709 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
2711 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
2713 (tramp-get-remote-locale): New defun.
2714 (tramp-open-connection-setup-interactive-shell): Use it.
2716 2013-12-02 Leo Liu <sdl.web@gmail.com>
2718 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
2720 * progmodes/sh-script.el (sh-shell-process):
2721 * progmodes/octave.el (inferior-octave-process-live-p):
2722 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
2723 (gdb-inferior-io-sentinel):
2724 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
2726 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
2728 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
2729 `save-selected-window' to `log-edit-hide-buf'. This makes
2730 `log-edit-show-files' idempotent.
2731 (log-edit-show-files): Mark the new window as dedicated.
2733 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
2735 * vc/log-edit.el (log-edit-mode-map): Add binding for
2736 `log-edit-kill-biffer'.
2737 (log-edit-hide-buf): Add a FIXME comment.
2738 (log-edit-add-new-comment): New function, extracted from
2740 (log-edit-done, log-edit-add-to-changelog): Use it.
2741 (log-edit-kill-buffer): New command.
2743 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2745 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
2746 instead of killing the buffer.
2748 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2750 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
2752 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2754 * net/eww.el (eww-form-checkbox-selected-symbol)
2755 (eww-form-checkbox-symbol): New customizable variable.
2756 (eww-form-checkbox, eww-toggle-checkbox):
2757 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
2759 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
2760 (shr--get-media-pref, shr--extract-best-source): New function.
2761 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
2762 no :src tag was specified.
2764 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
2765 (eww-render): Handle `eww-use-external-browser-for-content-type'.
2766 Use \\` to match beginning of string instead of ^.
2767 (eww-browse-with-external-browser): Provide optional URL parameter.
2768 (eww-render): Set `eww-current-title' back to "".
2770 * net/shr.el (shr-tag-video): Display content for video if no
2771 poster is available.
2772 (shr-tag-audio): Add support for <audio> tag.
2774 * net/eww.el (eww-text-input-types): New const.
2775 (eww-process-text-input): Treat input types in
2776 `eww-text-input-types' as text.
2778 * net/shr.el (shr-tag-table): Fix comment typo.
2780 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2782 * net/eww.el (eww-follow-link): New command to avoid reloading
2783 pages when we follow #target links (bug#15243).
2784 (eww-quit): Special mode buffers shouldn't query before exiting.
2786 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2788 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
2791 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2793 * net/eww.el (eww-restore-history): Update the window title after
2794 moving in the history.
2795 (eww-current-dom): New variable used to save the current DOM.
2797 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
2799 * vc/log-edit.el (log-edit-mode-map): Add binding for
2800 `log-edit-beginning-of-line'.
2801 (log-edit-setup-add-author): New user option.
2802 (log-edit-beginning-of-line): New command.
2803 (log-edit): Move major mode call above the contents setup so that
2804 the local variable values are already applied.
2805 (log-edit): Only insert "Author: " when
2806 `log-edit-setup-add-author' is non-nil.
2807 (log-edit): When SETUP is non-nil, position point after ": "
2808 instead of point-min.
2810 2013-12-01 Glenn Morris <rgm@gnu.org>
2812 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
2814 2013-11-30 Eli Zaretskii <eliz@gnu.org>
2816 * startup.el (fancy-splash-frame): On MS-Windows, trigger
2817 redisplay to make sure the initial frame gets a chance to become
2818 visible. (Bug#16014)
2820 2013-11-30 Martin Rudalics <rudalics@gmx.at>
2822 Support resizing frames and windows pixelwise.
2823 * cus-start.el (frame-resize-pixelwise)
2824 (window-resize-pixelwise): New entries.
2825 * emacs-lisp/debug.el (debug): Use window-total-height instead
2826 of window-total-size.
2827 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
2828 * help.el (describe-bindings-internal): Call help-buffer
2829 (temp-buffer-max-width): New option.
2830 (resize-temp-buffer-window, help-window-setup)
2831 (with-help-window): Rewrite.
2832 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
2834 * window.el (frame-char-size, window-min-pixel-height)
2835 (window-safe-min-pixel-height, window-safe-min-pixel-width)
2836 (window-min-pixel-width, window-safe-min-pixel-size)
2837 (window-combination-p, window-safe-min-size)
2838 (window-resizable-p, window--size-to-pixel)
2839 (window--pixel-to-size, window--resize-apply-p): New functions.
2840 (window-safe-min-height): Fix doc-string.
2841 (window-size, window-min-size, window--min-size-1)
2842 (window-sizable, window-sizable-p, window--min-delta-1)
2843 (window-min-delta, window--max-delta-1, window-max-delta)
2844 (window--resizable, window--resizable-p, window-resizable)
2845 (window-full-height-p, window-full-width-p, window-at-side-p)
2846 (window--in-direction-2, window-in-direction)
2847 (window--resize-reset-1, window--resize-mini-window)
2848 (window-resize, window-resize-no-error)
2849 (window--resize-child-windows-normal)
2850 (window--resize-child-windows, window--resize-siblings)
2851 (window--resize-this-window, window--resize-root-window)
2852 (window--resize-root-window-vertically)
2853 (adjust-window-trailing-edge, enlarge-window, shrink-window)
2854 (maximize-window, minimize-window, delete-window)
2855 (quit-restore-window, window-split-min-size, split-window)
2856 (balance-windows-2, balance-windows)
2857 (balance-windows-area-adjust, balance-windows-area)
2858 (window--state-get-1, window-state-get, window--state-put-1)
2859 (window--state-put-2, window-state-put)
2860 (display-buffer-record-window, window--display-buffer):
2861 Make functions handle pixelwise sizing of windows.
2862 (display-buffer--action-function-custom-type)
2863 (display-buffer-fallback-action):
2864 Add display-buffer-in-previous-window.
2865 (display-buffer-use-some-window): Resize window to height it had
2867 (fit-window-to-buffer-horizontally): New option.
2868 (fit-frame-to-buffer): Describe new values.
2869 (fit-frame-to-buffer-bottom-margin): Replace with
2870 fit-frame-to-buffer-margins.
2871 (window--sanitize-margin): New function.
2872 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
2873 using window-text-pixel-size.
2875 2013-11-30 Glenn Morris <rgm@gnu.org>
2877 * emacs-lisp/bytecomp.el (byte-compile-form):
2878 Make the `interactive-only' warning like the `obsolete' one.
2879 * comint.el (comint-run):
2880 * files.el (insert-file-literally, insert-file):
2881 * replace.el (replace-string, replace-regexp):
2882 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
2883 (goto-line, insert-buffer, next-line, previous-line):
2884 Tweak `interactive-only' spec.
2886 Stop keeping (most) generated cedet grammar files in the repository.
2887 * Makefile.in (semantic): New.
2888 (compile-main): Depend on semantic.
2890 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2892 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
2893 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
2895 * uniquify.el (uniquify-buffer-name-style): Change default.
2897 * loadup.el: Preload "uniquify".
2899 * time.el (display-time-update): Update all mode lines (bug#15999).
2901 * electric.el (electric-indent-mode): Enable by default.
2902 * loadup.el: Preload "electric".
2904 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
2906 * emacs-lisp/helpers.el (string-empty-p): New function.
2907 (string-blank-p): New function.
2909 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
2911 * imenu.el (imenu--index-alist): Add missing dot to the docstring
2914 2013-11-29 Andreas Politz <politza@fh-trier.de>
2915 * imenu.el (imenu--subalist-p): Don't error on non-conses and
2916 allow non-lambda lists as functions.
2917 (imenu--in-alist): Don't recurse into non-subalists.
2918 (imenu): Don't pass function itself as an argument (Bug#14029).
2920 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2922 * progmodes/python.el (python-mode-map): Remove binding for ":".
2923 (python-indent-electric-colon): Remove command.
2924 (python-indent-post-self-insert-function): Integrate the previous code
2925 of python-indent-electric-colon. Make it conditional on
2926 electric-indent-mode.
2927 (python-mode): Add ?: to electric-indent-chars.
2928 Move python-indent-post-self-insert-function to the end of
2929 post-self-insert-hook.
2931 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2933 * doc-view.el (doc-view-goto-page): Update mode-line.
2935 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
2937 2013-11-27 Glenn Morris <rgm@gnu.org>
2939 * international/charprop.el, international/uni-bidi.el:
2940 * international/uni-category.el, international/uni-combining.el:
2941 * international/uni-comment.el, international/uni-decimal.el:
2942 * international/uni-decomposition.el, international/uni-digit.el:
2943 * international/uni-lowercase.el, international/uni-mirrored.el:
2944 * international/uni-name.el, international/uni-numeric.el:
2945 * international/uni-old-name.el, international/uni-titlecase.el:
2946 * international/uni-uppercase.el:
2947 Remove generated files from VCS repository.
2949 2013-11-27 Eli Zaretskii <eliz@gnu.org>
2951 * filenotify.el (file-notify-add-watch): Don't special-case
2952 w32notify when computing the directory to watch.
2954 2013-11-27 Glenn Morris <rgm@gnu.org>
2956 Make bootstrap without generated uni-*.el files possible again.
2957 * loadup.el: Update command-line-args checking for unidata-gen.
2958 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
2959 * composite.el, international/characters.el:
2960 Handle unicode tables being undefined.
2962 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
2963 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
2964 (compile-main): Depend on leim rule.
2966 * loadup.el: Move leim-list.el to leim/ subdirectory.
2967 * startup.el (normal-top-level): No more leim directory.
2968 * international/ja-dic-cnv.el (skkdic-convert):
2969 Disable version-control and autoloads in output files.
2970 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
2971 Disable version-control and autoloads in output files.
2972 * leim/quail: Move here from ../leim.
2973 * leim/quail/hangul.el (hangul-input-method-activate):
2974 Add autoload cookie.
2975 (generated-autoload-load-name): Set file-local value.
2976 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
2977 (generated-autoload-load-name): Set file-local value.
2979 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
2981 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
2982 (eww-add-bookmark): Ask confirmation when add to bookmarks.
2983 (eww-quit): Ask confirmation before quitting eww.
2985 2013-11-26 Eli Zaretskii <eliz@gnu.org>
2987 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
2988 reading output from Diff on MS-Windows and MS-DOS.
2990 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
2992 * emacs-lisp/helpers.el (string-reverse): New function.
2994 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
2996 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
2997 names on MS Windows, like "/[::1]:".
2999 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
3002 2013-11-26 Glenn Morris <rgm@gnu.org>
3004 * progmodes/python.el (python-indent-guess-indent-offset):
3005 Avoid corner-case error. (Bug#15975)
3007 Preload leim-list.el. (Bug#4789)
3008 * loadup.el: Load leim-list.el when found.
3009 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
3011 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
3013 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
3015 * emacs-lisp/helpers.el (string-join): New function.
3017 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
3019 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3020 Mark as obsolete and replace it with a symbol property.
3021 (byte-compile-form): Use new 'interactive-only property.
3022 * comint.el, files.el, replace.el, simple.el:
3023 Apply new 'interactive-only properly.
3025 2013-11-25 Martin Rudalics <rudalics@gmx.at>
3027 * window.el (display-buffer-at-bottom): Make sure that
3028 split-window-sensibly creates the new window on bottom
3031 2013-11-23 David Kastrup <dak@gnu.org>
3033 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
3034 on the conflict markers when available.
3035 (smerge--get-marker): New function.
3036 (smerge-end-re, smerge-base-re): Add subgroup.
3038 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3040 * frame.el (handle-focus-in, handle-focus-out): Add missing
3043 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
3045 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3046 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
3048 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3050 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
3051 (gomoku--last-pos): New var.
3052 (gomoku--intangible-chars): New const.
3053 (gomoku--intangible): New function.
3054 (gomoku-mode): Use it. Derive from special-mode.
3055 (gomoku-move-up): Adjust line count.
3056 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
3057 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
3058 Simplify accordingly.
3060 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
3061 Remove blink-cursor code.
3062 (blink-cursor-timer-function, blink-cursor-suspend):
3063 Don't special-case GUIs.
3064 (blink-cursor-mode): Use focus-in/out-hook.
3066 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
3068 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
3069 work when annotation is invisible (Bug#13886).
3071 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
3073 * json.el (json-alist-p): Only return non-nil if the alist has
3074 simple keys (Bug#13518).
3076 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
3078 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
3079 when control-statement is the first statement in a buffer (Bug#15956).
3081 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
3083 * imenu.el (imenu-generic-skip-comments-and-strings):
3084 New option (Bug#15560).
3085 (imenu--generic-function): Use it.
3087 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
3089 * minibuffer.el (completion--in-region-1): Scroll the correct window.
3092 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
3094 * emacs-lisp/helpers.el: Add some string helpers.
3095 (string-trim-left): Removes leading whitespace.
3096 (string-trim-right): Removes trailing whitespace.
3097 (string-trim): Removes leading and trailing whitespace.
3099 * subr.el (string-suffix-p): New function.
3101 2013-11-23 Glenn Morris <rgm@gnu.org>
3103 * progmodes/python.el (python-shell-send-file):
3104 Add option to delete file when done. (Bug#15647)
3105 (python-shell-send-string, python-shell-send-region): Use it.
3107 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
3109 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
3110 to set buffer-read-only to t, never to nil. (Bug#15938)
3112 * textmodes/tex-mode.el (latex-noindent-environments):
3113 Add safe-local-variable property. (Bug#15936)
3115 2013-11-23 Glenn Morris <rgm@gnu.org>
3117 * textmodes/enriched.el (enriched-mode): Doc fix.
3118 * emacs-lisp/authors.el (authors-renamed-files-alist):
3119 Add enriched.doc -> enriched.txt.
3121 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
3123 2013-11-22 Leo Liu <sdl.web@gmail.com>
3125 * progmodes/octave.el (inferior-octave-startup): Spit out error
3128 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
3130 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
3133 (ruby-encoding-magic-comment-style): Add :version.
3135 2013-11-22 Leo Liu <sdl.web@gmail.com>
3137 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
3139 (octave-help-mode): Adapt to change to help-mode-finish to use
3140 derived-mode-p on 2013-09-17.
3141 (inferior-octave-prompt): Also match octave-gui.
3142 (octave-kill-process): Don't ask twice. (Bug#10564)
3144 2013-11-22 Leo Liu <sdl.web@gmail.com>
3146 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
3147 (inferior-octave-startup, inferior-octave-check-process)
3148 (inferior-octave-track-window-width-change)
3149 (octave-completion-at-point, octave-eldoc-function): Use it.
3150 (octave-kill-process): Provide confirmation. (Bug#10564)
3152 2013-11-21 Leo Liu <sdl.web@gmail.com>
3154 * progmodes/octave.el (octave-mode, inferior-octave-mode):
3155 Fix obsolete variable comment-use-global-state.
3157 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3159 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
3160 Add `octave-source-file'.
3161 (octave-source-file): New function. (Bug#15935)
3163 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
3165 * net/eww.el (eww-local-regex): New variable.
3166 (eww): Use it to detect localhost and similar.
3168 2013-11-21 Leo Liu <sdl.web@gmail.com>
3170 Add completion for command `ag'.
3171 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
3172 (pcomplete/ag): New function.
3173 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
3175 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3177 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
3179 (make-obsolete): Remove interactive spec.
3181 2013-11-21 Glenn Morris <rgm@gnu.org>
3183 * startup.el (command-line-1): Use path-separator with -L.
3185 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
3187 * emacs-lisp/package.el (describe-package-1): Add package archive
3190 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
3192 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
3193 Change default to "# encoding: %s" to differentiate it from the
3194 default Ruby encoding comment template.
3196 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
3198 * ses.el (ses-mode): Doc fix. (Bug#14748)
3200 2013-11-20 Leo Liu <sdl.web@gmail.com>
3202 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
3204 2013-11-19 Dan Nicolaescu <dann@gnu.org>
3206 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
3207 when rebase or bisect are in progress.
3209 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
3211 * filenotify.el (file-notify-add-watch): Doc fix.
3213 2013-11-19 Leo Liu <sdl.web@gmail.com>
3215 * obsolete/rcompile.el: Mark obsolete.
3217 * progmodes/compile.el (compilation-start)
3218 (compilation-goto-locus, compilation-find-file):
3219 Pass no-display-ok and handle nil value from display-buffer.
3222 * window.el (display-buffer-alist, display-buffer): Document the
3223 new parameter no-display-ok. Return either a window or nil
3224 but never a non-window value.
3226 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3228 * electric.el (electric-indent-mode-map): Remove.
3229 (electric-indent-mode): Change the global-map instead (bug#15915).
3231 * textmodes/text-mode.el (paragraph-indent-minor-mode):
3234 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3236 * emacs-lisp/nadvice.el (remove-function): Align with
3237 add-function's behavior.
3239 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
3240 (gdb--string-regexp): New constant.
3241 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
3242 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
3243 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
3245 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
3246 Adjust use accordingly.
3247 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
3249 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
3251 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
3252 interpolation curlies (Bug#15914).
3254 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
3256 * calc/calc.el (calc-context-sensitive-enter): New variable.
3257 (calc-enter): Use `calc-context-sensitive-enter'.
3259 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
3261 * progmodes/cfengine.el: Version bump.
3262 (cfengine-cf-promises): New defcustom to locate cf-promises.
3263 (cfengine3-vartypes): Add new "data" type.
3264 (cfengine3--current-word): New function to get current name-like
3266 (cfengine3--current-function): New function to look up a CFEngine
3267 function's definition.
3268 (cfengine3-format-function-docstring): New function.
3269 (cfengine3-make-syntax-cache): New function.
3270 (cfengine3-documentation-function): New function: ElDoc glue.
3271 (cfengine3-completion-function): New function: completion glue.
3272 (cfengine3-mode): Set `compile-command',
3273 `eldoc-documentation-function', and add to
3274 `completion-at-point-functions'.
3276 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
3278 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3279 `tramp-current-connection'.
3281 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
3283 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
3284 nil/self/true/false with "end of symbol".
3286 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
3288 * subr.el (version-regexp-alist): Fix a typo.
3290 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
3292 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
3293 "en_US.utf8" and "LC_CTYPE" to "".
3294 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
3295 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
3297 2013-11-15 Leo Liu <sdl.web@gmail.com>
3299 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
3301 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3303 * progmodes/gud.el (ctl-x-map):
3304 Remove C-x SPC binding. (Bug#12342)
3305 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
3307 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
3309 * subr.el (version-regexp-alist):
3310 Recognize hg, svn and darcs versions as snapshot versions.
3312 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
3313 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
3314 (ruby--encoding-comment-required-p): Extract from
3315 `ruby-mode-set-encoding'.
3316 (ruby-mode-set-encoding): Add the ability to always insert an
3317 utf-8 encoding comment. Fix and simplify coding comment update
3320 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
3322 * net/tramp-gvfs.el (top): Run init code only when
3323 `tramp-gvfs-enabled' is not nil.
3324 (tramp-gvfs-enabled): Check also :system bus.
3326 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3328 Sync with upstream verilog-mode revision 78e66ba.
3329 * progmodes/verilog-mode.el (verilog-end-of-defun)
3330 (verilog-type-completion, verilog-get-list): Remove unused funcs.
3331 (verilog-get-end-of-defun): Remove unused argument.
3332 (verilog-comment-depth): Remove unused local `e'.
3333 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
3334 Don't pass arg to verilog-get-end-of-defun.
3336 2013-11-14 Glenn Morris <rgm@gnu.org>
3338 * obsolete/assoc.el (aget): Prefix dynamic variable.
3340 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
3342 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3344 * widget.el, hfy-cmap.el: Remove bogus package version number.
3346 2013-11-13 Glenn Morris <rgm@gnu.org>
3348 * replace.el (replace-eval-replacement):
3349 Try to give more helpful error message. (Bug#15836)
3351 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3352 (archive-7z-update): Avoid custom type mismatches.
3354 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
3356 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
3358 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
3359 address can be empty.
3361 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
3362 Accept nil SWITCHES.
3363 (tramp-gvfs-handle-write-region): Implement APPEND.
3365 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
3367 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
3368 binary "|" operator and closing block args delimiter.
3369 Remove FIXME comment referring to Ruby 1.8-only syntax.
3370 (ruby-smie--implicit-semi-p): Not after "|" operator.
3371 (ruby-smie--closing-pipe-p): New function.
3372 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
3373 (ruby-smie-rules): Indent after "|".
3375 2013-11-12 Glenn Morris <rgm@gnu.org>
3377 * ps-print.el (ps-face-attribute-list):
3378 Handle anonymous faces. (Bug#15827)
3380 2013-11-12 Martin Rudalics <rudalics@gmx.at>
3382 * window.el (display-buffer-other-frame): Fix doc-string.
3385 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3387 * subr.el (force-mode-line-update): Delete, move to buffer.c.
3389 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
3391 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
3392 (tramp-sh-handle-file-local-copy): Don't write a message when
3393 saving temporary files.
3395 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
3396 both directories are remote.
3397 (tramp-smb-handle-directory-files): Do not return double entries.
3398 Do not expand full file names.
3399 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
3400 (tramp-smb-handle-write-region): Implement APPEND.
3401 (tramp-smb-get-stat-capability): Fix a stupid bug.
3403 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3405 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
3407 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3409 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
3410 throwing error over malformed let/let* (bug#15814).
3412 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3414 * iswitchb.el (iswitchb-mode): Mark obsolete.
3416 2013-11-11 Glenn Morris <rgm@gnu.org>
3418 * international/uni-bidi.el, international/uni-category.el:
3419 * international/uni-name.el, international/uni-numeric.el:
3420 Regenerate for Unicode 6.3.0.
3422 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
3424 * net/tramp.el (tramp-methods):
3425 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
3426 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
3428 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
3430 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3431 Force highlighting text after Summary keyword in doc face for rpm.
3433 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
3435 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
3436 available and the word has no wildcards, append one to the grep pattern.
3437 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
3438 (ispell-complete-word): Call `ispell-lookup-words' with the value
3439 independent of `ispell-look-p'.
3441 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
3443 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
3445 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
3448 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3450 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
3451 (ruby-font-lock-keywords): Use backquote.
3453 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
3455 * progmodes/ruby-mode.el (ruby-smie--forward-token)
3456 (ruby-smie--backward-token): Only consider full-string matches.
3458 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
3460 * faces.el (describe-face): Add distant-foreground.
3462 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
3464 * progmodes/ruby-mode.el: Improve encoding comment handling.
3465 (ruby-encoding-magic-comment-style): New option.
3466 (ruby-custom-encoding-magic-comment-template): New option.
3467 (ruby--insert-coding-comment, ruby--detect-encoding):
3468 New functions extracted from `ruby-mode-set-encoding'.
3469 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
3470 to control the style of the auto-inserted encoding comment.
3472 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
3474 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
3475 Use `smie-backward-sexp' with token argument.
3477 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
3479 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
3480 Remove instrumentation code.
3482 2013-11-08 Glenn Morris <rgm@gnu.org>
3484 * progmodes/autoconf.el (autoconf-mode):
3485 Tweak comment-start-skip. (Bug#15822)
3487 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3489 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
3490 at bobp (bug#15826).
3491 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
3493 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
3495 * man.el (Man-start-calling): New macro, extracted from
3496 Man-getpage-in-background.
3497 (Man-getpage-in-background): Use it.
3498 (Man-update-manpage): New command.
3499 (Man-mode-map): Bind it.
3501 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
3503 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
3504 of "and", "or", "&&" and "||".
3505 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
3506 argument. Prohibit opening curly brace because it could only be a
3507 block opener in that position.
3508 (ruby-smie--forward-token, ruby-smie--backward-token):
3509 Separate "|" from "&" or "*" going after it. That can happen in block
3511 (ruby-smie--indent-to-stmt): New function, seeks the end of
3512 previous statement or beginning of buffer.
3513 (ruby-smie-rules): Use it.
3514 (ruby-smie-rules): Check if there's a ":" before a curly block
3515 opener candidate; if there is, it's a hash.
3517 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3519 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
3520 (cl--block-wrapper): Fix last accidental change.
3522 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
3524 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
3525 Instrument, in order to hunt failure on hydra.
3527 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3529 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
3530 malformed bindings form (bug#15814).
3532 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
3534 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
3535 "." compared to " @ ". This incidentally fixes some indentation
3537 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
3538 (ruby-smie-grammar): New tokens: "and" and "or".
3539 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
3540 Exclude "and" and "or". Remove "do" in order to work around token
3542 (ruby-smie-rules): Add all infix tokens. Handle the case of
3543 beginning-of-buffer.
3545 2013-11-06 Glenn Morris <rgm@gnu.org>
3547 * Makefile.in (setwins_almost, setwins_for_subdirs):
3548 Avoid accidental matches.
3550 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3552 * menu-bar.el (popup-menu): Use key-binding.
3554 2013-11-06 Eli Zaretskii <eliz@gnu.org>
3556 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
3557 menus, support also the menus produced by minor modes.
3560 2013-11-06 Leo Liu <sdl.web@gmail.com>
3562 * thingatpt.el (thing-at-point-looking-at): Add optional arg
3563 DISTANCE to bound the search. All uses changed. (Bug#15808)
3565 2013-11-06 Glenn Morris <rgm@gnu.org>
3567 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
3568 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
3569 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
3571 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3573 * electric.el (electric-indent-just-newline): New command.
3574 (electric-indent-mode-map): New keymap.
3575 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
3576 Re-add :group which weren't redundant.
3578 * electric.el (electric-indent-local-mode): New minor mode.
3579 (electric-indent-functions-without-reindent): New var.
3580 (electric-indent-post-self-insert-function): Use it.
3581 * emacs-lisp/gv.el (buffer-local-value): Add setter.
3583 2013-11-05 Eli Zaretskii <eliz@gnu.org>
3585 * international/quail.el (quail-help): Be more explicit about the
3586 meaning of the labels shown on the keys. (Bug#15800)
3588 * startup.el (normal-top-level): Load the subdirs.el files before
3589 setting the locale environment. (Bug#15805)
3591 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3593 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
3594 via arguments so as to get the right ones (bug#15418).
3596 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
3598 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
3600 Fix problems found while writing a test suite.
3602 * net/tramp-compat.el (tramp-compat-load): New defun.
3603 * net/tramp.el (tramp-handle-load): Use it.
3605 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
3606 "(numberp ok-if-already-exists)" correctly.
3608 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
3610 * international/characters.el (glyphless-char-display-control):
3613 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
3615 * progmodes/python.el (python-mode):
3616 * progmodes/scheme.el (scheme-mode):
3617 * progmodes/prolog.el (prolog-mode):
3618 * progmodes/ruby-mode.el (ruby-mode):
3619 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
3620 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
3622 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3624 * rect.el (rectangle--highlight-for-redisplay):
3625 * emacs-lisp/smie.el (smie--next-indent-change):
3626 Use buffer-chars-modified-tick.
3628 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
3630 * electric.el (electric-indent-post-self-insert-function):
3631 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
3633 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
3635 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
3637 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3639 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
3642 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3644 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
3646 * progmodes/python.el: Fix up last change.
3647 (python-shell--save-temp-file): New function.
3648 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
3649 `string' comes from the current buffer.
3650 (python-shell-send-string-no-output): Remove `msg' arg.
3651 (python--use-fake-loc): New var.
3652 (python-shell-buffer-substring): Obey it. Try to compensate for the
3653 extra coding line added by python-shell--save-temp-file.
3654 (python-shell-send-region): Use python-shell--save-temp-file and
3655 python-shell-send-file directly. Add `nomain' argument.
3656 (python-shell-send-buffer): Use python-shell-send-region.
3657 (python-electric-pair-string-delimiter): New function.
3658 (python-mode): Use it.
3660 2013-11-04 Eli Zaretskii <eliz@gnu.org>
3662 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
3663 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
3664 environment and decoding all of the default-directory's to here
3666 (command-line): Decode also argv[0].
3668 * loadup.el: Error out if default-directory is a multibyte string
3669 when we are dumping.
3671 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
3673 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
3675 * emacs-lisp/package.el (package-menu-mode)
3676 (package-menu--print-info, package-menu--archive-predicate):
3677 Add Archive column to package list.
3679 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
3681 Fix problems found while writing a test suite.
3683 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
3684 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
3685 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
3686 to nil when running original file name handler. Otherwise,
3687 there are problems with constructs like "$$FOO".
3689 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
3692 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
3694 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
3696 * subr.el (version<, version<=, version=):
3697 Update docstrings with information for snapshot versions.
3699 * helpers.el: New library for misc helper functions.
3700 (hash-table-keys): New function returning a list of hash keys.
3701 (hash-table-values): New function returning a list of hash values.
3703 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
3705 * progmodes/ruby-mode.el (ruby-smie--forward-token)
3706 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
3708 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
3710 * textmodes/fill.el (fill-single-char-nobreak-p): New function
3711 checking whether point is after a 1-letter word.
3713 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3715 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
3716 Don't infloop when expanding region over `multiline' syntax-type that
3717 begins a line (bug#15778).
3719 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3721 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
3722 Make it into a proper minor mode.
3723 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
3724 (rectangle-mark-mode-map): New keymap.
3725 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
3727 2013-11-04 Glenn Morris <rgm@gnu.org>
3729 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
3731 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3733 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
3734 (ruby-smie-rules): Use smie-rule-parent instead.
3736 * emacs-lisp/smie.el (smie-rule-parent): Always call
3737 smie-indent-virtual rather than only for hanging tokens.
3738 (smie--next-indent-change): New helper command.
3740 2013-11-03 Glenn Morris <rgm@gnu.org>
3742 * Makefile.in (abs_srcdir): Remove.
3743 (emacs): Unset EMACSLOADPATH.
3745 2013-11-02 Glenn Morris <rgm@gnu.org>
3747 * Makefile.in (EMACS): Use a relative filename.
3748 (abs_top_builddir): Remove.
3749 (custom-deps, finder-data, autoloads): Use --chdir.
3751 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
3753 Use relative filenames in TAGS files.
3754 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
3755 (lisptagsfiles4, TAGS): Use relative file names.
3756 (TAGS-LISP): Remove.
3757 (maintainer-clean): No more TAGS-LISP file.
3759 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
3760 (lisptagsfiles4): Use absolute filenames again.
3761 (TAGS, TAGS-LISP): Not everything needs to run in one line.
3762 Remove all *loaddefs files, not just the first. Remove esh-groups.
3763 (maintainer-clean): Delete TAGS, TAGS-LISP.
3765 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
3767 * emacs-lisp/package.el (package-version-join):
3768 Recognize snapshot versions.
3770 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
3772 * subr.el (version-regexp-alist): Add support for snapshot versions.
3774 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
3776 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
3777 New function, replacement for `smie-rule-parent' for when we want to
3778 skip over our direct parent if it's an assignment token..
3779 (ruby-smie-rules): Use it.
3781 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
3783 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
3784 unconditionally. Remove now unnecessary forward declarations.
3785 Remove XEmacs-specific setup.
3786 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
3787 (ruby-font-lock-syntactic-keywords)
3788 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
3789 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
3790 (ruby-here-doc-end-syntax): Remove.
3791 (ruby-mode): Don't check whether `syntax-propertize-rules' is
3792 defined as function.
3794 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
3796 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
3798 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
3800 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
3801 table and abbrev table, `define-derived-mode' does that for us
3804 2013-11-01 Glenn Morris <rgm@gnu.org>
3806 * Makefile.in: Remove manual mh-e dependencies (writing .elc
3807 files is atomic for some time, so no parallel compilation issues).
3809 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
3811 * faces.el (face-x-resources): Add :distant-foreground.
3812 (region): Use :distant-foreground for gtk and ns.
3814 2013-11-01 Tassilo Horn <tsdh@gnu.org>
3816 Allow multiple bibliographies when BibLaTeX is used rather than
3818 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
3819 (reftex-locate-bibliography-files): Us it.
3821 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
3823 * image.el (image-type-header-regexps): Fix the 'pbm' part to
3824 allow comments in pbm files.
3826 * term/w32-win.el (dynamic-library-alist): Support newer versions
3827 of libjpeg starting with v7: look only for the DLL from the
3828 version against which Emacs was built.
3829 Support versions of libpng beyond 1.4.x.
3830 Support libtiff v4.x.
3832 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
3834 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
3835 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
3837 (ruby-deep-arglist): Add property :type.
3839 2013-10-31 Glenn Morris <rgm@gnu.org>
3841 * Makefile.in (custom-deps, finder-data): No need to setq the target
3842 variables, we are in the right directory and the defaults work fine.
3844 2013-10-30 Glenn Morris <rgm@gnu.org>
3846 * Makefile.in (autoloads): Do not use abs_lisp.
3848 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3849 `newline' does not respect `standard-output', so use `princ'.
3851 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
3853 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
3854 * buff-menu.el (Buffer-menu--unmark): New function.
3855 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
3857 2013-10-30 Glenn Morris <rgm@gnu.org>
3859 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
3861 * emacs-lisp/package.el (lm-homepage): Declare.
3863 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
3866 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
3868 * Makefile.in (finder-data, autoloads, update-subdirs)
3869 (compile-main, compile-clean, compile-always, bootstrap-clean):
3870 Check return value of cd.
3871 (compile-calc): Remove.
3873 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3875 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
3877 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
3878 (byte-compile-and-folded): New function.
3879 (=, <, >, <=, >=): Use it.
3881 * dos-w32.el (minibuffer-history-case-insensitive-variables)
3882 (path-separator, null-device, buffer-file-coding-system)
3883 (lpr-headers-switches): Check system-type before modifying them.
3884 (find-buffer-file-type-coding-system): Mark obsolete.
3885 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
3886 find-file-not-found-set-buffer-file-coding-system.
3887 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
3888 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
3889 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
3890 (w32-direct-print-region-helper, w32-direct-print-region-function)
3891 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
3892 * startup.el (normal-top-level-add-subdirs-to-load-path):
3893 * ps-print.el (ps-print-region-function):
3894 * lpr.el (print-region-function): Use new name.
3896 * subr.el (custom-declare-variable-early): Remove function.
3897 (custom-declare-variable-list): Remove var.
3898 (error, user-error): Remove `while' loop.
3899 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
3900 (user-emacs-directory-warning, locate-user-emacs-file):
3902 * simple.el (read-quoted-char-radix, read-quoted-char):
3903 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
3905 * custom.el (custom-declare-variable-list): Don't process
3906 custom-declare-variable-list.
3908 * progmodes/python.el (python-shell-get-buffer): New function.
3909 (python-shell-get-process): Use it.
3910 (python-shell-send-string): Always use utf-8 and add a cookie to tell
3911 Python which encoding was used. Don't split-string since we only care
3912 about the first line. Return the temp-file, if applicable.
3913 (python-shell-send-region): Tell compile.el how to turn locations in
3914 the temp-file into locations in the source buffer.
3916 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3918 * subr.el (undefined): Add missing behavior from the C code for
3921 * rect.el: Use lexical-binding. Add new rectangular region support.
3922 (rectangle-mark): New command.
3923 (rectangle--region): New var.
3924 (deactivate-mark-hook): Reset rectangle--region.
3925 (rectangle--extract-region, rectangle--insert-for-yank)
3926 (rectangle--highlight-for-redisplay)
3927 (rectangle--unhighlight-for-redisplay): New functions.
3928 (region-extract-function, redisplay-unhighlight-region-function)
3929 (redisplay-highlight-region-function): Use them to handle
3931 * simple.el (region-extract-function): New var.
3932 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
3933 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
3934 (kill-region): Replace obsolete `yank-handler' arg with `region'.
3935 (copy-region-as-kill, kill-ring-save): Add `region' argument.
3936 (redisplay-unhighlight-region-function)
3937 (redisplay-highlight-region-function): New vars.
3938 (redisplay--update-region-highlight): New function.
3939 (pre-redisplay-function): Use it.
3940 (exchange-point-and-mark): Don't deactivate the mark before
3941 reactivate-it anyway.
3942 * comint.el (comint-kill-region): Remove yank-handler argument.
3943 * delsel.el (delete-backward-char, backward-delete-char-untabify)
3944 (delete-char): Remove property, since it's now part of their
3946 (self-insert-iso): Remove property since this command doesn't exist.
3948 * emacs-lisp/package.el (package--download-one-archive)
3949 (describe-package-1): Don't query the user about final newline.
3951 2013-10-29 Daniel Colascione <dancol@dancol.org>
3953 * net/tramp.el (tramp-methods): Document new functionality.
3954 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
3955 tramp-hostname-checker if method provides one instead of scanning
3956 argument list for "%h" to decide hostname acceptability.
3958 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
3960 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
3961 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
3962 Handle COPY-CONTENTS. (Bug#15737)
3964 2013-10-28 Daiki Ueno <ueno@gnu.org>
3967 (epa-file-cache-passphrase-for-symmetric-encryption):
3968 Document that this option has no effect with GnuPG 2.0 (bug#15552).
3970 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
3972 * image.el (defimage):
3973 (image-load-path): Doc fixes.
3975 2013-10-27 Alan Mackenzie <acm@muc.de>
3977 Indent statements in macros following "##" correctly.
3978 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
3979 Modify the "#" arm of a cond form to handle "#" and "##" operators.
3981 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3983 * linum.el (linum-update-window): Fix boundary test (bug#13446).
3985 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
3987 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
3988 after `=' is probably a new expression.
3990 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3992 * man.el (man-imenu-title): New option.
3993 (Man-mode-map): Add menu. (Bug#15722)
3994 (Man-mode): Add imenu to menu.
3996 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
3998 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
3999 specific in what the first arg can be: a non-keyword word,
4000 string/regexp/percent literal opener, opening paren, or unary
4001 operator followed directly by word.
4003 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4005 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
4006 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
4007 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
4008 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
4009 Remove vars, they do not apply any more.
4010 (prolog-mode-abbrev-table): Remove redundant declaration.
4011 (prolog-upper-case-string, prolog-lower-case-string): Remove.
4012 (prolog-use-smie): Remove.
4013 (prolog-smie-rules): Add indentation rule for the if-then-else layout
4014 supported by prolog-electric-if-then-else-flag.
4015 (prolog-mode-variables, prolog-menu): Use setq-local.
4016 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
4017 Remove binding to `Backspace' since this key doesn't exist anyway.
4018 Remove bindings for electric self-inserting keys.
4019 (prog-mode): Assume it's defined.
4020 (prolog-post-self-insert): New function.
4021 (prolog-mode): Use it.
4022 (prolog-indent-line, prolog-indent-level)
4023 (prolog-find-indent-of-matching-paren)
4024 (prolog-indentation-level-of-line, prolog-goto-comment-column)
4025 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
4026 (prolog-goto-next-paren, prolog-in-string-or-comment)
4027 (prolog-tokenize, prolog-inside-mline-comment)
4028 (prolog-find-start-of-mline-comment): Remove functions.
4029 (prolog-find-unmatched-paren, prolog-clause-end)
4030 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
4031 (prolog-electric--if-then-else): Rename from
4032 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
4033 (prolog-tokenize-searchkey): Remove const.
4034 (prolog-clause-info): Use forward-sexp.
4035 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
4036 (prolog-electric-if-then-else): Remove commands.
4037 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
4038 for use in post-self-insert-hook.
4039 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
4040 for use in post-self-insert-hook.
4041 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
4042 for use in post-self-insert-hook.
4043 (prolog-electric--underscore): Rename from prolog-electric--underscore;
4044 adapt it for use in post-self-insert-hook.
4046 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
4048 * emacs-lisp/ert.el (ert-run-tests-interactively):
4049 Use `completing-read'. (Bug#9756)
4051 2013-10-25 Eli Zaretskii <eliz@gnu.org>
4053 * simple.el (line-move): Call line-move-1 instead of
4054 line-move-visual when the current window hscroll is zero, but
4055 temporary-goal-column indicates we will need to hscroll as result
4056 of the movement. (Bug#15712)
4058 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
4060 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
4061 capitalization. Use :visible instead of :active.
4062 Fix `ruby-indent-exp' reference. Add menu items for the generic
4063 commands that are used with SMIE.
4064 (ruby-do-end-to-brace): Insert space after `{'.
4066 2013-10-25 John Anthony <john@jo.hnanthony.com>
4068 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
4070 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
4072 2013-10-25 Glenn Morris <rgm@gnu.org>
4074 * vc/vc.el (vc-print-log): Don't use a working revision unless
4075 one was explicitly specified. (Bug#15322)
4077 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4079 * subr.el (add-to-list): Preserve return value in compiler-macro
4082 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4084 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
4085 result. Ask user to retry using '-all' flag. (Bug#15701)
4087 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4089 * emacs-lisp/smie.el: New smie-config system.
4090 (smie-config): New defcustom.
4091 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
4092 (smie-config-guess, smie-config-save): New commands.
4093 (smie-config--mode-local, smie-config--buffer-local)
4094 (smie-config--trace, smie-config--modefuns): New vars.
4095 (smie-config--advice, smie-config--mode-hook)
4096 (smie-config--setter, smie-config-local, smie-config--get-trace)
4097 (smie-config--guess-value, smie-config--guess): New functions.
4098 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
4099 text properties. Treat "string fence" syntax like string syntax.
4101 * progmodes/sh-script.el (sh-use-smie): Change default.
4102 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
4103 (sh-var-value): Simplify by CSE.
4104 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
4105 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
4107 (sh-guess-basic-offset): Use cl-incf.
4108 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
4110 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
4112 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
4115 2013-10-24 Glenn Morris <rgm@gnu.org>
4117 * Makefile.in (abs_top_srcdir): Remove.
4118 (update-subdirs): Use relative path to update-subdirs.
4120 2013-10-24 Eli Zaretskii <eliz@gnu.org>
4122 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
4123 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4124 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4125 Call unmsys--file-name before expand-file-name, not after it.
4127 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
4129 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
4130 (ert-test-skipped): New error.
4131 (ert-skip, ert-stats-skipped): New defuns.
4132 (ert--skip-unless): New macro.
4133 (ert-test-skipped): New struct.
4134 (ert--run-test-debugger, ert-test-result-type-p)
4135 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
4136 (ert--stats-set-test-and-result, ert-char-for-test-result)
4137 (ert-string-for-test-result, ert-run-tests-batch)
4138 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
4139 Handle skipped tests. (Bug#9803)
4141 2013-10-24 Glenn Morris <rgm@gnu.org>
4143 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
4145 * Makefile.in (abs_top_srcdir): New, set by configure.
4146 (update-subdirs): Correct build-aux location.
4148 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
4150 * vc/vc.el (vc-print-root-log): Always set `default-directory'
4151 value, whether we could auto-deduce `backend', or not.
4153 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
4154 with parameters" example. Simplify the "is it block or is it
4155 hash" check, but also make it more thorough.
4157 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
4159 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
4161 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4163 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
4166 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
4169 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
4171 * progmodes/compile.el (compilation-directory-matcher)
4172 (compilation-page-delimiter):
4173 Support GNU Make-4.0 directory quoting. (Bug#15678)
4175 2013-10-23 Leo Liu <sdl.web@gmail.com>
4177 * ido.el (ido-tidy): Handle read-only text.
4179 2013-10-23 Glenn Morris <rgm@gnu.org>
4181 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
4182 (emacs, compile, compile-always):
4183 Quote entities that might contain whitespace.
4184 (custom-deps, finder-data, autoloads): Use abs_lisp.
4185 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
4186 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
4187 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
4189 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
4191 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
4192 Use `following-char'.
4194 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4196 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
4197 * progmodes/ruby-mode.el (ruby-smie-rules):
4198 Remove corresponding workaround. Fix indentation rule of ";" so it
4199 also applies when ";" is the parent.
4201 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
4203 * frame.el (display-screens, display-pixel-height)
4204 (display-pixel-width, display-mm-width, display-backing-store)
4205 (display-save-under, display-planes, display-color-cells)
4206 (display-visual-class, display-monitor-attributes-list):
4207 Mention the optional ‘display’ argument in doc strings.
4209 2013-10-22 Michael Gauland <mikelygee@amuri.net>
4211 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
4212 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
4214 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
4216 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
4217 TODO. Add "." after " @ ".
4218 (ruby-smie--at-dot-call): New function. Checks if point at method
4219 call with explicit target.
4220 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
4221 to the method name tokens when it precedes them.
4222 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
4223 (ruby-smie-rules): Add rule for indentation before and after "."
4226 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4228 * textmodes/remember.el (remember-diary-extract-entries):
4231 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
4234 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
4236 * progmodes/ruby-mode.el (ruby-smie-grammar):
4237 Add (almost) all infix operators.
4238 (ruby-smie--implicit-semi-p): Add new operator chars.
4240 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4242 (ruby-smie--args-separator-p): Check that there's no newline
4243 between method call and its arguments.
4245 2013-10-20 Alan Mackenzie <acm@muc.de>
4247 Allow comma separated lists after Java "implements".
4249 * progmodes/cc-engine.el (c-backward-over-enum-header):
4251 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
4252 from a "disallowed" list in enum fontification.
4254 2013-10-20 Johan Bockgård <bojohan@gnu.org>
4256 * startup.el (default-frame-background-mode): Remove unused defvar.
4258 * progmodes/verilog-mode.el (verilog-mode): Don't set
4259 comment-indent-function globally.
4261 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
4263 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
4264 Move Info menu item creation to ns-win.el.
4266 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
4269 * menu-bar.el: Move GNUstep specific menus...
4271 * term/ns-win.el (ns-initialize-window-system): ... to here.
4273 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4275 * simple.el (newline): Only run post-self-insert-hook when
4276 called interactively.
4278 2013-10-19 Johan Bockgård <bojohan@gnu.org>
4280 * icomplete.el (icomplete-with-completion-tables): Add :version.
4282 2013-10-19 Alan Mackenzie <acm@muc.de>
4284 Fix fontification bugs with constructors and const.
4286 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
4287 CASE 2) Remove the check for the absence of a suffix construct
4288 after a function declaration with only types (no identifiers) in
4289 the parentheses. Also, accept a function declaration with just a
4290 type inside the parentheses, if this type can be positively
4291 recognised as such, or if a prefix keyword like "explicit" nails
4292 down the construct as a declaration.
4294 2013-10-19 Eli Zaretskii <eliz@gnu.org>
4296 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
4297 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
4298 the problem whereby selecting a menu item that leads to a
4299 minibuffer prompt moves the cursor out of the minibuffer window,
4300 making it hard to type at the prompt. Suggested by Stefan Monnier
4301 <monnier@iro.umontreal.ca>.
4303 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
4305 * menu-bar.el: Don't make Services menu.
4307 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4309 * ffap.el: Handle "/usr/include/c++/<version>" directories.
4310 (ffap-alist): Use ffap-c++-mode for c++-mode.
4311 (ffap-c++-path): New variable.
4312 (ffap-c++-mode): New function.
4314 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
4316 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
4318 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
4320 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
4321 introduced on 2013-09-08, which results in an infinite loop
4322 requesting a password.
4324 2013-10-18 Glenn Morris <rgm@gnu.org>
4326 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
4328 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
4330 Sync with upstream verilog-mode revision 1a6ecec7.
4331 * progmodes/verilog-mode.el (verilog-mode-version): Update.
4332 (verilog-mode-release-date): Remove.
4333 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
4334 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
4335 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
4336 (verilog-auto-tieoff-ignore-regexp)
4337 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
4338 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
4339 (verilog-signals-with, verilog-dir-cache-preserving)
4340 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
4342 (verilog-case-fold): New option, to control case folding in
4343 regexp searches, bug597.
4344 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
4345 (verilog-string-match-fold, verilog-in-paren-count)
4346 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
4347 (verilog-at-close-struct-p): New functions.
4348 (verilog-beg-block-re-ordered, verilog-extended-case-re)
4349 (verilog-forward-sexp, verilog-set-auto-endcomments):
4350 (verilog-leap-to-case-head): Handle "unique0" case.
4351 (verilog-in-constraint-re): New constant.
4352 (verilog-keywords, verilog-type-font-keywords):
4353 Add some SystemVerilog 1800-2012 keywords.
4354 (verilog-label-be): Remove unimplemented argument, bug669.
4355 (verilog-batch-execute-func): When batch expanding clear
4356 create-lockfiles to prevent spurious user locks when a file ends
4358 (verilog-calculate-indent, verilog-calc-1)
4359 (verilog-at-close-constraint-p, verilog-at-constraint-p)
4360 (verilog-do-indent): Fix indentation of nested constraints
4362 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
4363 (verilog-auto-inst-param): Use verilog-string-match-fold.
4364 (verilog-read-inst-module-matcher):
4365 Fix AUTOINST on gate primitives with #1.
4366 (verilog-read-decls): Fix double-declaring user-defined typed signals.
4367 Reads all user-defined typed variables.
4368 (verilog-read-defines): Fix reading definitions inside comments, bug647.
4369 (verilog-signals-matching-regexp)
4370 (verilog-signals-not-matching-regexp, verilog-auto):
4371 Respect verilog-case-fold.
4372 (verilog-diff-report): Fix line count.
4373 (verilog-auto-assign-modport): Remove unused local `modi'.
4374 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
4375 better handle multidimensional arrays.
4376 Fix packed array ports misadding bit index in AUTOINST, bug637.
4377 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
4378 to not double-declare existing outputs and inputs, respectively.
4379 (verilog-template-map): Bind U to verilog-sk-uvm-component.
4380 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
4381 (verilog-sk-uvm-component): New skeleton.
4382 (verilog-submit-bug-report): Add verilog-case-fold,
4383 remove verilog-mode-release-date.
4385 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
4387 * subr.el (sit-for): Call (input-pending-p t) so as to behave
4390 2013-10-18 Reuben Thomas <rrt@sc3d.org>
4392 * textmodes/remember.el (remember): Set buffer-offer-save in
4393 remember buffers (bug#13566).
4395 2013-10-18 Daniel Colascione <dancol@dancol.org>
4397 When evaluating forms in ielm, direct standard output to ielm
4398 buffer. Add new ielm-return-for-effect command. Remove trailing
4399 whitespace throughout.
4401 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
4402 (ielm-return-for-effect): New command.
4403 (ielm-send-input): Accept optional `for-effect' parameter.
4404 (ielm-eval-input): Accept optional `for-effect' parameter.
4405 Bind `standard-output' to stream we create using
4406 `ielm-standard-output-impl'. Suppress printing result when
4408 (ielm-standard-output-impl): New function.
4409 (inferior-emacs-lisp-mode): Explain new features in documentation.
4411 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
4415 * net/tramp.el (tramp-debug-message): Do not check for connection
4417 (tramp-message): Use "vector" connection property.
4419 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
4420 (tramp-equal-remote, tramp-eshell-directory-change)
4421 * net/tramp-adb.el (tramp-adb-handle-copy-file)
4422 (tramp-adb-handle-rename-file)
4423 * net/tramp-cmds.el (tramp-list-remote-buffers)
4424 (tramp-cleanup-connection, tramp-cleanup-this-connection)
4425 * net/tramp-compat.el (tramp-compat-process-running-p)
4426 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
4427 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
4428 (tramp-gvfs-handle-rename-file)
4429 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
4430 (tramp-set-file-uid-gid)
4431 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4432 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
4435 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
4436 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
4437 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
4438 (tramp-gw-open-network-stream): Suppress unrelated traces.
4440 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
4441 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
4442 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4443 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
4444 connection property.
4446 * net/tramp-cache.el (top): Suppress traces when reading
4449 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
4450 Refactor common code. Improve debug message.
4451 (tramp-maybe-open-connection)
4452 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
4453 connection buffer too early.
4455 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
4456 from `tramp-smb-actions-with-acl'.
4457 (tramp-smb-actions-set-acl): New defconst.
4458 (tramp-smb-handle-copy-directory)
4459 (tramp-smb-action-get-acl): New defun, renamed from
4460 `tramp-smb-action-with-acl'.
4461 (tramp-smb-action-set-acl): New defun.
4462 (tramp-smb-handle-set-file-acl): Rewrite.
4464 2013-10-17 Glenn Morris <rgm@gnu.org>
4466 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
4468 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4470 * skeleton.el (skeleton-newline): Remove.
4471 (skeleton-internal-1): Use (insert "\n") instead.
4473 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
4476 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
4477 forward-sexp-function while we redo its job (bug#15613).
4479 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
4481 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
4482 represented by lists.
4484 2013-10-16 Glenn Morris <rgm@gnu.org>
4486 * tmm.el (tmm--history): New dynamic variable.
4487 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
4489 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
4491 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
4492 (tramp-smb-errors): Add error messages.
4493 (tramp-smb-actions-with-acl): New defconst.
4494 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
4495 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
4496 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
4497 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
4498 (tramp-smb-get-stat-capability): Fix tests.
4500 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
4502 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
4505 2013-10-16 Glenn Morris <rgm@gnu.org>
4507 * ansi-color.el (ansi-color-drop-regexp):
4508 Add 1J, 1K, 2K. (Bug#15617)
4510 * files.el (hack-local-variables--warned-lexical): New.
4511 (hack-local-variables):
4512 Warn about misplaced lexical-binding. (Bug#15616)
4514 * net/eww.el (eww-render): Always set eww-current-url,
4515 and update header line. (Bug#15622)
4516 (eww-display-html): ... Rather than just doing it here.
4518 2013-10-15 Eli Zaretskii <eliz@gnu.org>
4520 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
4521 menu navigations commands.
4523 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
4525 * progmodes/subword.el (subword-capitalize): Be careful when
4526 the search for [[:alpha:]] fails (bug#15580).
4528 2013-10-14 Eli Zaretskii <eliz@gnu.org>
4530 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
4531 to commands that scroll the menu.
4533 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
4535 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
4536 Handle methods ending with `?' and `!'.
4538 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
4540 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
4541 `japanese-cp932' to `cp932' to fix the problem where saving a
4542 source file written in Shift_JIS twice would end up having
4543 `coding: japanese-cp932' which Ruby could not recognize.
4544 (ruby-mode-set-encoding): Add support for encodings mapped to nil
4545 in `ruby-encoding-map'.
4546 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
4547 doesn't need to be explicitly declared in magic comment.
4548 (ruby-encoding-map): Add type declaration for better customize UI.
4550 2013-10-13 Glenn Morris <rgm@gnu.org>
4552 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
4553 Occur buffers are read-only. http://bugs.debian.org/720775
4555 * emacs-lisp/authors.el (authors-fixed-entries):
4556 Comment out old alpha stuff.
4558 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
4560 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
4561 to `after-save-hook' instead of `before-save-hook'.
4562 (ruby-mode-set-encoding): Use the value of coding system used to
4563 write the file. Call `basic-save-buffer-1' after modifying the
4566 2013-10-13 Alan Mackenzie <acm@muc.de>
4568 Fix indentation/fontification of Java enum with
4569 "implements"/generic.
4571 * progmodes/cc-engine.el (c-backward-over-enum-header):
4572 Extracted from the three other places and enhanced to handle generics.
4573 (c-inside-bracelist-p): Uses new function above.
4574 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
4576 (c-font-lock-enum-tail): Uses new function above.
4578 2013-10-13 Kenichi Handa <handa@gnu.org>
4580 * international/mule-cmds.el (select-safe-coding-system): Remove a
4581 superfluous condition in chekcing whether a coding system is safe
4584 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
4586 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
4588 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
4590 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
4592 2013-10-13 Glenn Morris <rgm@gnu.org>
4594 * menu-bar.el (menu-bar-update-buffers):
4595 Unify Buffers menu prompt string. (Bug#15576)
4597 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
4599 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
4601 (authors-fixed-entries): Use accented form of name.
4603 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4605 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
4606 method calls (bug#15594).
4607 (ruby-smie--args-separator-p): New function.
4608 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
4609 recognize paren-free method calls.
4611 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
4612 internals of universal-argument.
4614 2013-10-11 Eli Zaretskii <eliz@gnu.org>
4616 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
4617 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
4618 dropped menu on second mouse click on the menu bar.
4620 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4622 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
4623 (explicit-shell-file-name): Declare.
4624 (sh--vars-before-point, sh--cmd-completion-table): New functions.
4625 (sh-completion-at-point-function): New function.
4627 (sh-smie--keyword-p): Remove unused argument.
4628 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
4630 (sh-set-shell): Always setup SMIE, even if we use the
4631 old indentation code.
4633 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
4635 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
4637 (ruby-smie-rules): Simplify the "do" rule. The cases when the
4638 predicate would return nil are almost non-existent.
4639 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
4641 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
4642 cache also after commands that modify the buffer but don't move
4645 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4647 * env.el (substitute-env-in-file-name): New function.
4648 (substitute-env-vars): Extend the meaning of the optional arg.
4650 2013-10-10 Eli Zaretskii <eliz@gnu.org>
4652 * term/w32-win.el (dynamic-library-alist): Define separate lists
4653 of GIF DLLs for versions before and after 5.0.0 of giflib.
4656 2013-10-10 João Távora <joaotavora@gmail.com>
4658 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
4659 not locked, use last revision and current source as
4660 defaults. (Bug#15569)
4662 2013-10-10 Masatake YAMATO <yamato@redhat.com>
4664 * menu-bar.el (menu-bar-open): Don't use popup-menu if
4667 2013-10-10 Martin Rudalics <rudalics@gmx.at>
4669 * window.el (pop-to-buffer-same-window): Fix doc-string.
4672 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4674 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
4676 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
4678 * calendar/icalendar.el (icalendar-import-file):
4679 Fix interactive spec. (Bug#15482)
4681 2013-10-10 Glenn Morris <rgm@gnu.org>
4683 * desktop.el (desktop-save): Default to saving in .emacs.d,
4684 since PWD is no longer in desktop-path by default. (Bug#15319)
4686 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
4687 now that text mode has a menu with the same entry.
4688 (menu-bar-text-mode-auto-fill): Remove now unused func.
4689 * textmodes/text-mode.el (text-mode-map):
4690 Use auto-fill help text from menu-bar.el.
4692 2013-10-10 John Anthony <john@jo.hnanthony.com>
4694 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
4696 2013-10-09 Juri Linkov <juri@jurta.org>
4698 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
4699 instead of this-command-keys. Add universal-argument-more and
4700 universal-argument-minus to the list of prefix commands. (Bug#15568)
4702 2013-10-09 Glenn Morris <rgm@gnu.org>
4704 * vc/vc-svn.el (vc-svn-create-repo):
4705 Expand paths in file://... url. (Bug#15446)
4707 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
4709 (authors): Remove unused local variables.
4711 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4713 * profiler.el: Create a more coherent calltree from partial backtraces.
4714 (profiler-format): Hide the tail with `invisible' so that C-s can still
4715 find the hidden elements.
4716 (profiler-calltree-depth): Don't recurse so enthusiastically.
4717 (profiler-function-equal): New hash-table-test.
4718 (profiler-calltree-build-unified): New function.
4719 (profiler-calltree-build): Use it.
4720 (profiler-report-make-name-part): Indent the calltree less.
4721 (profiler-report-mode): Add visibility specs for profiler-format.
4722 (profiler-report-expand-entry, profiler-report-toggle-entry):
4723 Expand the whole subtree when provided with a prefix arg.
4725 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
4727 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
4729 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
4730 hanging iuwu-mod token.
4731 (ruby-smie--forward-token): Do not include a dot after a token in
4733 (ruby-smie--backward-token): Likewise.
4735 2013-10-08 Juri Linkov <juri@jurta.org>
4737 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
4738 to isearch-other-control-char.
4739 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
4740 and isearch-post-command-hook to post-command-hook.
4741 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
4742 and isearch-post-command-hook from post-command-hook.
4743 (isearch-unread-key-sequence)
4744 (isearch-reread-key-sequence-naturally)
4745 (isearch-lookup-scroll-key, isearch-other-control-char)
4746 (isearch-other-meta-char): Remove functions.
4747 (isearch-pre-command-hook, isearch-post-command-hook):
4748 New functions based on isearch-other-meta-char rewritten
4749 relying on the new behavior of overriding-terminal-local-map
4750 that does not replace the local keymaps any more. (Bug#15200)
4752 2013-10-08 Eli Zaretskii <eliz@gnu.org>
4754 Support menus on text-mode terminals.
4755 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
4758 * tooltip.el (tooltip-mode): Don't error out on TTYs.
4760 * menu-bar.el (popup-menu, popup-menu-normalize-position):
4761 Move here from mouse.el.
4762 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
4764 (tty-menu-navigation-map): New map for TTY menu navigation.
4766 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
4768 * frame.el (display-mouse-p): Report text-mode mouse as available
4770 (display-popup-menus-p): Report availability if mouse is
4771 available; don't condition on window-system.
4773 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
4774 (tty-menu-selected-face): New faces.
4776 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4778 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
4779 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
4780 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
4781 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
4783 (lisp-mode-variables): New `elisp' argument.
4784 (emacs-lisp-mode): Use it.
4785 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
4786 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
4788 * indent.el: Use lexical-binding.
4789 (indent-region): Add progress reporter.
4790 (tab-stop-list): Make it implicitly extend to infinity by repeating the
4792 (indent--next-tab-stop): New function to implement this behavior.
4793 (tab-to-tab-stop, move-to-tab-stop): Use it.
4795 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
4797 * indent.el (indent-rigidly--current-indentation): New function.
4798 (indent-rigidly-map): New var.
4799 (indent-rigidly): Use it to provide interactive mode (bug#8196).
4801 2013-10-08 Bastien Guerry <bzg@gnu.org>
4803 * register.el (insert-register): Fix 2013-10-07 change.
4805 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4807 * progmodes/perl-mode.el: Use lexical-binding.
4808 Remove redundant :group args.
4809 (perl-nochange): Change default to be closer to other major modes's
4811 (perl-indent-line): Don't consider text on current line as a
4812 valid beginning of function from which to indent.
4814 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
4815 with more than one argument (bug#15538).
4817 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
4819 * vc/pcvs.el: Use lexical-binding.
4820 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
4821 environment of `eval'.
4822 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
4823 than a list of expressions. Adjust callers.
4824 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
4826 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
4828 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
4829 case of the dot in a chained method call being on the following line.
4831 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4833 * electric.el (electric-indent-inhibit): New var.
4834 (electric-indent-post-self-insert-function): Use it.
4835 * progmodes/python.el (python-mode): Set it.
4837 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
4840 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
4842 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
4843 (css-mode): Use electric-indent-chars.
4845 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
4846 (font-lock-beg, font-lock-end): Move before first use.
4847 (nxml-mode): Use syntax-propertize-function.
4848 (nxml-after-change, nxml-after-change1): Adjust accordingly.
4849 (nxml-extend-after-change-region): Remove.
4850 * nxml/xmltok.el: Use lexical-binding.
4851 (xmltok-save): Use `declare'.
4852 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
4853 * nxml/nxml-util.el: Use lexical-binding.
4854 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
4856 * nxml/nxml-ns.el: Use lexical-binding.
4857 (nxml-ns-save): Use `declare'.
4858 (nxml-ns-prefixes-for): Avoid add-to-list.
4859 * nxml/rng-match.el: Use lexical-binding.
4860 (rng--ipattern): Use cl-defstruct.
4861 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
4862 (rng-cons-group-after, rng-subst-group-after)
4863 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
4864 Use closures instead of `(lambda...).
4866 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
4868 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
4871 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4872 Use `tramp-handle-insert-file-contents'.
4873 (tramp-gvfs-handle-insert-file-contents): Remove function.
4875 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
4876 Use `save-restriction' in order to keep markers.
4878 * net/trampver.el: Update release number.
4880 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4882 * progmodes/compile.el (compilation-parse-errors):
4883 Use compilation--put-prop.
4884 (compilation--ensure-parse): Check compilation-multiline.
4886 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
4888 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
4891 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
4893 * progmodes/ruby-mode.el: Fix recently added tests.
4894 (ruby-smie-grammar): Add - and +.
4895 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
4896 (ruby-smie--backward-id): New functions.
4897 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
4898 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
4901 2013-10-07 Leo Liu <sdl.web@gmail.com>
4903 * register.el (register-preview-delay)
4904 (register-preview-functions): New variables.
4905 (register-read-with-preview, register-preview)
4906 (register-describe-oneline): New functions.
4907 (point-to-register, window-configuration-to-register)
4908 (frame-configuration-to-register, jump-to-register)
4909 (number-to-register, view-register, insert-register)
4910 (copy-to-register, append-to-register, prepend-to-register)
4911 (copy-rectangle-to-register): Use register-read-with-preview to
4912 read register. (Bug#15525)
4914 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
4916 * net/network-stream.el (network-stream-open-starttls): Don't add
4917 --insecure if it's already present, because that gnutls-cli
4918 rejects getting that parameter twice.
4920 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
4922 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
4925 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
4927 * newcomment.el (comment-use-global-state): Change default value
4928 to t, mark obsolete (Bug#15251).
4929 (comment-beginning): In addition to `comment-to-syntax', check the
4930 value of `comment-use-global-state'.
4932 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4934 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
4935 (ruby-comment-column): Follow the global default, by default.
4936 (ruby-smie-grammar): Add assignment syntax.
4937 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
4938 open-paren, a comma, or a \.
4939 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
4940 and line continuations.
4941 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
4942 followed by implicit semi-colons. Add rule for string concatenation
4943 and for indentation at BOB.
4944 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
4946 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
4947 calling next-sexp, since next-token may have skipped chars which
4948 next-sexp doesn't know should be skipped!
4950 2013-10-05 Leo Liu <sdl.web@gmail.com>
4952 * progmodes/octave.el (octave-send-region):
4953 Call compilation-forget-errors.
4955 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
4957 * vc/vc-svn.el (vc-svn-find-admin-dir):
4958 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
4959 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
4960 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
4961 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
4963 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
4965 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
4967 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
4969 * subr.el (read-passwd): Hide chars even when called within a context
4970 where after-change-functions is disabled (bug#15501).
4971 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
4972 until we removed ourself from overriding-terminal-local-map.
4974 2013-10-04 Leo Liu <sdl.web@gmail.com>
4976 * progmodes/octave.el (inferior-octave-mode):
4977 Call compilation-forget-errors.
4979 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
4981 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
4983 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
4985 * net/secrets.el (secrets-create-collection): Add optional
4986 argument ALIAS. Use proper Label keyword. Append ALIAS as
4987 dbus-call-method argument. (Bug#15516)
4989 2013-10-04 Leo Liu <sdl.web@gmail.com>
4991 * progmodes/octave.el (inferior-octave-error-regexp-alist)
4992 (inferior-octave-compilation-font-lock-keywords): New variables.
4993 (compilation-error-regexp-alist)
4994 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
4995 (inferior-octave-mode): Use compilation-shell-minor-mode.
4997 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
4999 * minibuffer.el (completion--replace): Be careful that `end' might be
5002 2013-10-03 Daiki Ueno <ueno@gnu.org>
5004 Add support for package signature checking.
5005 * emacs-lisp/package.el (url-http-file-exists-p)
5006 (epg-make-context, epg-context-set-home-directory)
5007 (epg-verify-string, epg-context-result-for)
5008 (epg-signature-status, epg-signature-to-string)
5009 (epg-check-configuration, epg-configuration)
5010 (epg-import-keys-from-file): Declare.
5011 (package-check-signature): New user option.
5012 (package-unsigned-archives): New user option.
5013 (package-desc): Add `signed' field.
5014 (package-load-descriptor): Set `signed' field if .signed file exists.
5015 (package--archive-file-exists-p): New function.
5016 (package--check-signature): New function.
5017 (package-install-from-archive): Check package signature.
5018 (package--download-one-archive): Check archive signature.
5019 (package-delete): Remove .signed file.
5020 (package-import-keyring): New command.
5021 (package-refresh-contents): Import default keyring.
5022 (package-desc-status): Add "unsigned" status.
5023 (describe-package-1, package-menu--print-info)
5024 (package-menu-mark-delete, package-menu--find-upgrades)
5025 (package-menu--status-predicate): Support "unsigned" status.
5027 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5029 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
5030 the new compilation scheme using the new byte-codes.
5032 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
5033 (byte-pophandler): New byte codes.
5034 (byte-goto-ops): Adjust accordingly.
5035 (byte-compile--use-old-handlers): New var.
5036 (byte-compile-catch): Use new byte codes depending on
5037 byte-compile--use-old-handlers.
5038 (byte-compile-condition-case--old): Rename from
5039 byte-compile-condition-case.
5040 (byte-compile-condition-case--new): New function.
5041 (byte-compile-condition-case): New function that dispatches depending
5042 on byte-compile--use-old-handlers.
5043 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
5046 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5047 Optimize under `condition-case' and `catch' if
5048 byte-compile--use-old-handlers is nil.
5049 (disassemble-offset): Handle new bytecodes.
5051 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5053 * subr.el (error): Use `declare'.
5054 (decode-char, encode-char): Use advertised-calling-convention instead
5055 of the docstring to discourage use of the `restriction' arg.
5057 2013-10-03 Daiki Ueno <ueno@gnu.org>
5059 * epg.el (epg-verify-file): Add a comment saying that it does not
5060 notify verification error as a return value nor a signal.
5061 (epg-verify-string): Ditto.
5063 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
5065 * progmodes/compile.el (compilation-start): Try globbing the arg to
5068 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
5070 Sync with Tramp 2.2.8.
5072 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
5073 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
5074 * net/trampver.el: Update release number.
5076 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
5078 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5079 and default-process-coding-system for darwin only.
5081 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5083 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
5085 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
5087 * vc/vc-git.el (vc-git-grep): Disable pager.
5089 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
5091 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
5092 Use :url instead of :homepage, as per
5093 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
5095 * newcomment.el (comment-beginning): When `comment-use-syntax' is
5096 non-nil, use `syntax-ppss' (Bug#15251).
5098 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5100 * progmodes/octave.el (inferior-octave-startup-file):
5101 Prefer ~/.emacs.d/init_octave.m.
5103 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
5105 * emacs-lisp/package.el (package-desc-from-define):
5106 Accept additional arguments as plist, convert them to an alist and store
5107 them in the `extras' slot.
5108 (package-generate-description-file): Convert extras alist back to
5109 plist and append to the `define-package' form arguments.
5110 (package--alist-to-plist): New function.
5111 (package--ac-desc): Add `extras' slot.
5112 (package--add-to-archive-contents): Check if the archive-contents
5113 vector is long enough, and if it is, pass its `extras' slot value
5114 to `package-desc-create'.
5115 (package-buffer-info): Call `lm-homepage', pass the returned value
5116 to `package-desc-from-define'.
5117 (describe-package-1): Render the homepage button (Bug#13291).
5119 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5120 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
5122 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
5124 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5125 and default-process-coding-system to utf-8-unix (Bug#15402).
5127 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
5129 * subr.el (looking-back): Do not recommend using looking-back.
5131 2013-09-28 Alan Mackenzie <acm@muc.de>
5133 Fix indentation/fontification of Java enum with "implements".
5135 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
5136 regexp which matches "implements", etc., in Java.
5137 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
5138 specifier clauses coming after "enum".
5139 * progmodes/cc-fonts.el (c-font-lock-declarations)
5140 (c-font-lock-enum-tail): Check for extra specifier clauses coming
5143 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
5145 * faces.el (region): Change ns_selection_color to
5146 ns_selection_fg_color, add ns_selection_bg_color.
5148 2013-09-28 Leo Liu <sdl.web@gmail.com>
5150 * progmodes/octave.el (inferior-octave-completion-table)
5151 (inferior-octave-completion-at-point): Minor tweaks.
5153 * textmodes/ispell.el (ispell-lookup-words): Rename from
5154 lookup-words. (Bug#15460)
5155 (lookup-words): Obsolete.
5156 (ispell-complete-word, ispell-command-loop): All uses changed.
5158 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5160 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
5161 (octave-mode-menu): Add octave-send-buffer.
5162 (octave-send-buffer): New function.
5164 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5166 * progmodes/octave.el (octave-mode-map): Add key binding for
5168 (octave-mode-menu): Add octave-lookfor.
5169 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
5171 (octave-lookfor): New function.
5173 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5175 * emacs-lisp/cl-macs.el:
5176 (cl--loop-destr-temps): Remove.
5177 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
5179 (cl--loop-set-iterator-function): New function.
5180 (cl-loop): Adjust accordingly, so as not to use cl-subst.
5181 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
5182 Bind `it' with `let' instead of substituting it with `cl-subst'.
5183 (cl--unused-var-p): New function.
5184 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
5185 Eliminate some unused variable warnings (bug#15326).
5187 2013-09-27 Tassilo Horn <tsdh@gnu.org>
5189 * doc-view.el (doc-view-scale-reset): Rename from
5190 `doc-view-reset-zoom-level'.
5191 (doc-view-scale-adjust): New command.
5192 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
5193 `doc-view-scale-adjust'.
5195 2013-09-26 Tassilo Horn <tsdh@gnu.org>
5197 * doc-view.el (doc-view-reset-zoom-level): New command.
5198 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
5199 zoom commands (bug#15466).
5201 2013-09-26 Kenichi Handa <handa@gnu.org>
5203 * international/quail.el (quail-help): Make it not a command.
5205 2013-09-26 Leo Liu <sdl.web@gmail.com>
5207 * minibuffer.el (completion-all-sorted-completions): Make args
5208 optional as they are.
5210 2013-09-25 Daniel Colascione <dancol@dancol.org>
5212 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
5213 specs are and that they're not evaluated.
5215 2013-09-24 Sam Steingold <sds@gnu.org>
5217 * midnight.el (clean-buffer-list-kill-regexps)
5218 (clean-buffer-list-kill-buffer-names): Update for the new Man
5219 buffer naming which includes the object name.
5221 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5223 * eshell/esh-cmd.el (eshell--sep-terms): New var.
5224 (eshell-parse-command, eshell-parse-pipeline): Use it since
5225 eshell-separate-commands requires a dynamic scoped var.
5226 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
5228 2013-09-23 Leo Liu <sdl.web@gmail.com>
5230 * autoinsert.el (auto-insert-alist): Make the value of
5231 lexical-binding match its file setting.
5233 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
5235 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
5237 * autoarg.el (autoarg-kp-digit-argument):
5238 * electric.el (Electric-command-loop):
5239 * kmacro.el (kmacro-step-edit-insert):
5240 Do not set universal-argument-num-events.
5242 2013-09-22 Leo Liu <sdl.web@gmail.com>
5244 * files.el (interpreter-mode-alist): Add octave.
5246 2013-09-21 Alan Mackenzie <acm@muc.de>
5248 C++: fontify identifier in declaration following "public:" correctly.
5249 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
5250 to match "public", etc.
5251 (c-decl-prefix-re): Add ":" into the C++ value.
5252 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
5253 bit. Add a check for a ":" preceded by "public", etc.
5255 2013-09-21 Eli Zaretskii <eliz@gnu.org>
5257 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
5258 recognized by GDB 7.5 and later.
5260 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
5262 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
5264 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5266 * subr.el (internal--call-interactively): New const.
5267 (called-interactively-p): Use it (bug#3984).
5269 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
5271 * vc/pcvs.el (cvs-mode-ignore):
5272 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
5273 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
5275 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5277 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
5278 (eshell-ls-orig-insert-directory): Remove.
5279 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
5280 (eshell-ls-use-in-dired): Use advice-add/remove.
5281 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
5282 Add `orig-fun' arg for use in :around advice.
5283 Make it check (redundantly) eshell-ls-use-in-dired.
5285 2013-09-19 Glenn Morris <rgm@gnu.org>
5287 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
5289 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
5291 * emacs-lisp/eieio.el (class-parent): Undo previous change.
5293 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
5295 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
5296 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
5297 (tramp-get-remote-python): New defuns.
5298 (tramp-get-remote-uid-with-perl)
5299 (tramp-get-remote-gid-with-perl): New defuns. Perl code
5300 contributed by yary <not.com@gmail.com> (tiny change).
5301 (tramp-get-remote-uid-with-python)
5302 (tramp-get-remote-gid-with-python): New defuns. Python code
5303 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
5304 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
5306 2013-09-19 Glenn Morris <rgm@gnu.org>
5308 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
5310 * eshell/em-unix.el (eshell-remove-entries):
5311 Rename argument to avoid name-clash with global `top-level'.
5313 * eshell/esh-proc.el (eshell-kill-process-function):
5314 Remove eshell-reset-after-proc from eshell-kill-hook if present.
5315 (eshell-reset-after-proc): Remove unused arg `proc'.
5317 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
5318 (directory-files-and-attributes): Mark unused arg.
5320 * eshell/em-unix.el (eshell-remove-entries):
5321 Remove unused arg `path'. Update callers.
5323 * eshell/em-hist.el (eshell-hist-parse-arguments):
5324 Remove unused arg `silent'. Update callers.
5326 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
5327 Fix (f)boundp mix-up.
5329 * eshell/em-smart.el (eshell-smart-scroll-window)
5330 (eshell-disable-after-change):
5331 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
5333 2013-09-18 Alan Mackenzie <acm@muc.de>
5335 Fix fontification of type when followed by "const".
5336 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
5337 "known" types from fontification.
5339 2013-09-18 Glenn Morris <rgm@gnu.org>
5341 * emacs-lisp/chart.el (x-display-color-cells): Declare.
5342 (chart-face-list): Drop Emacsen without display-color-p.
5344 * net/eww.el (libxml-parse-html-region): Declare.
5345 (eww-display-html): Explicit error if no libxml2 support.
5347 * doc-view.el (doc-view-mode): Silence --without-x compilation.
5349 * image.el (image-type-from-buffer, image-multi-frame-p):
5350 Remove --without-x warning/error.
5352 * mouse.el (mouse-yank-primary):
5353 * term.el (term-mouse-paste):
5354 Reorder to silence --without-x compilation.
5356 * mpc.el (doc-view-mode): Silence --without-x compilation.
5358 * mail/rmailmm.el (rmail-mime-set-bulk-data):
5359 Silence --without-x compilation.
5361 * progmodes/gud.el (gud-find-file, gud-mode):
5362 Silence --without-x compilation.
5363 (tooltip-mode): Declare.
5365 * wdired.el (dired-backup-overwrite): Remove declaration.
5366 (wdired-mode-map): Add doc string.
5368 * custom.el (x-get-resource): Declare.
5370 * eshell/em-glob.el (ange-cache):
5371 * eshell/em-unix.el (ange-cache): Declare.
5373 * faces.el (x-display-list, x-open-connection, x-get-resource):
5376 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
5377 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
5380 * frame.el (x-display-grayscale-p, x-display-name): Declare.
5382 * net/gnutls.el (gnutls-log-level): Declare.
5384 * net/shr.el (image-size, image-animate): Declare.
5386 * simple.el (font-info): Declare.
5388 * subr.el (x-popup-dialog): Declare.
5390 * term/common-win.el (x-select-enable-primary)
5391 (x-last-selected-text-primary, x-last-selected-text-clipboard):
5394 * term/ns-win.el (x-handle-args): Declare.
5396 * term/x-win.el (x-select-enable-clipboard): Declare.
5398 * term/w32-win.el (create-default-fontset): Declare.
5400 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
5403 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
5404 (fit-frame-to-buffer): Explicit error if --without-x.
5405 (mouse-autoselect-window-select): Silence compiler.
5407 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
5409 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
5410 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
5411 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
5412 * eshell/esh-util.el (eshell-sublist):
5413 Remove unused local variables.
5415 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
5417 * textmodes/two-column.el: Make 2C-split work for --without-x.
5418 (scroll-bar-columns): Autoload.
5419 (top-level): Require fringe when compiling.
5421 2013-09-18 Leo Liu <sdl.web@gmail.com>
5423 * subr.el (add-hook): Robustify to handle closure as well.
5425 2013-09-17 Glenn Morris <rgm@gnu.org>
5427 * simple.el (messages-buffer-mode-map): Unbind "g".
5429 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5431 * help-mode.el (help-mode-finish): Use derived-mode-p.
5432 Remove obsolete highlighting.
5434 * play/life.el (life-mode): Use define-derived-mode. Derive from
5436 (life): Let-bind inhibit-read-only.
5437 (life-setup): Avoid `setq'. Use `life-mode'.
5439 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
5440 which should not be needed any more.
5441 (package-menu-refresh, package-menu-describe-package): Use user-error.
5443 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
5444 (eshell-post-rewrite-command-hook): Make obsolete.
5445 (eshell-parse-command): Simplify.
5446 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
5447 (eshell--cmd): Declare.
5448 (eshell-parse-pipeline): Remove unused var `final-p'.
5449 Pass a dynvar to eshell-post-rewrite-command-hook.
5450 Implement the new eshell-post-rewrite-command-function.
5451 (eshell-invoke-directly): Remove unused arg `input'.
5452 * eshell/esh-io.el (eshell-io-initialize):
5453 Use eshell-post-rewrite-command-function (bug#15399).
5454 (eshell--apply-redirections): Rename from eshell-apply-redirections;
5455 adjust to new calling convention.
5456 (eshell-create-handles): Rename args to avoid clashing with dynvar
5459 2013-09-17 Glenn Morris <rgm@gnu.org>
5461 * simple.el (messages-buffer-mode): New major mode.
5462 (messages-buffer): New function.
5463 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
5464 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
5465 (ert-run-test): Use `messages-buffer' function.
5466 (ert--force-message-log-buffer-truncation): Ignore read-only.
5467 * help.el (view-echo-area-messages): Use `messages-buffer' function.
5468 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
5470 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5472 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
5474 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
5476 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5478 * icomplete.el (icomplete-in-buffer): New var.
5479 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
5480 vars and replace them with functions.
5481 (icomplete-minibuffer-setup): Adjust accordingly.
5482 (icomplete--completion-table, icomplete--completion-predicate)
5483 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
5485 (icomplete-forward-completions, icomplete-backward-completions)
5486 (icomplete-simple-completing-p, icomplete-exhibit)
5487 (icomplete-completions): Use them.
5488 (icomplete--in-region-buffer): New var.
5489 (icomplete--in-region-setup): New function.
5490 (icomplete-mode): Use it.
5492 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
5494 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
5495 return args and options.
5496 (eshell-eval-using-options): Use the new return value of
5497 eshell--do-opts to set the options's vars in their scope.
5498 (eshell--set-option): Rename from eshell-set-option.
5500 (eshell--process-option): Rename from eshell-process-option.
5502 (eshell--process-args): Use an `opt-vals' alist to store the options's
5503 values during their processing and return them additionally to the
5506 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
5508 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
5509 continuation character an operator, as far as indentation is
5510 concerned (Bug#15369).
5512 2013-09-15 Martin Rudalics <rudalics@gmx.at>
5514 * window.el (window--state-put-2): Don't process buffer state
5515 when buffer doesn't exist any more (Bug#15382).
5517 2013-09-15 Glenn Morris <rgm@gnu.org>
5519 * eshell/em-unix.el (eshell/rm):
5520 Make -f ignore missing files. (Bug#15373)
5522 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
5523 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
5524 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
5526 2013-09-14 Glenn Morris <rgm@gnu.org>
5528 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
5530 2013-09-13 Glenn Morris <rgm@gnu.org>
5532 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
5533 (dired-guess-default): Make `file' available in the env. (Bug#15363)
5535 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
5537 * frame.el (x-focus-frame): Mark as declared in frame.c.
5539 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5541 * ls-lisp.el: Use advice-add.
5542 (original-insert-directory): Remove.
5543 (ls-lisp--insert-directory): Rename from insert-directory; add
5544 `orig-fun' argument.
5545 (insert-directory): Advise.
5547 2013-09-13 Eli Zaretskii <eliz@gnu.org>
5549 * term.el (term-emulate-terminal): Decode the command string
5550 before passing it to term-command-hook. (Bug#15337)
5552 2013-09-13 Glenn Morris <rgm@gnu.org>
5554 * eshell/esh-util.el (ange-cache): Move declaration earlier.
5556 * eshell/esh-ext.el (eshell-search-path): Declare.
5558 * eshell/em-prompt.el (eshell/pwd): Autoload it.
5559 Otherwise an error occurs if eshell-dirs module not loaded.
5561 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
5563 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
5565 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
5566 `tramp-check-proper-host'. Check for a valid method name.
5568 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5569 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5570 * net/tramp-sh.el (tramp-maybe-open-connection):
5571 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
5573 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
5574 also for hash values.
5576 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5578 * term/ns-win.el (parameters): Don't declare as dynamic.
5579 (before-make-frame-hook): Don't add ineffective function.
5581 * eshell/*.el: Use lexical-binding (bug#15231).
5583 2013-09-12 Kenichi Handa <handa@gnu.org>
5585 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
5587 2013-09-12 Glenn Morris <rgm@gnu.org>
5589 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
5590 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
5592 * subr.el (do-after-load-evaluation): Also give compiler warnings
5593 when obsolete files are used (except by obsolete files).
5595 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
5596 in the status output, assume `filename' is the first. (Bug#15322)
5598 * vc/vc.el (vc-deduce-fileset): Doc fix.
5600 * calc/calc-help.el (Info-goto-node):
5601 * progmodes/cperl-mode.el (Info-find-node):
5602 * vc/ediff.el (Info-goto-node): Update declarations.
5604 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
5606 * vc/vc-bzr.el (vc-compilation-mode): Declare.
5607 (vc-bzr-pull): Require vc-dispatcher.
5608 * vc/vc-git.el (vc-compilation-mode): Declare.
5609 (vc-git-pull): Require vc-dispatcher.
5611 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
5613 * progmodes/octave.el (help-button-action): Declare.
5615 * shell.el (shell-directory-tracker): Output error as a message
5616 rather than just returning it as a string.
5617 (shell-process-pushd): Remove useless use of message.
5619 * dframe.el (dframe-timer-fn):
5620 * files.el (dir-locals-read-from-file):
5621 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
5623 * reveal.el (reveal-post-command):
5624 * saveplace.el (load-save-place-alist-from-file):
5625 * shell.el (shell-resync-dirs):
5626 * w32-common-fns.el (x-get-selection-value):
5627 * emacs-lisp/copyright.el (copyright-find-copyright):
5628 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
5629 * emulation/tpu-edt.el (tpu-copy-keyfile):
5630 * play/bubbles.el (bubbles--mark-neighbourhood):
5631 * progmodes/executable.el
5632 (executable-make-buffer-file-executable-if-script-p):
5633 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
5635 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5637 Cleanup Eshell to rely less on dynamic scoping.
5638 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
5639 last-value, and ext-command here. Bind `args' closer to `body'.
5640 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
5641 (eshell--args): Declare new dynamic var.
5642 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
5643 last-value, and ext-command. Pass `args' to `body'.
5644 (eshell-process-args): Bind eshell--args.
5645 (eshell-set-option): Use eshell--args.
5646 * eshell/eshell.el (eshell): Use derived-mode-p.
5647 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
5648 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
5649 (eshell-glob-function): Declare.
5650 * eshell/esh-util.el: Require cl-lib.
5651 (eshell-read-hosts-file): Avoid add-to-list.
5652 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
5654 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
5656 (eshell/diff): Remove unused var `err'.
5657 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
5659 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
5660 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
5662 * eshell/em-glob.el (eshell-glob-matches, message-shown):
5663 Move declaration before first use.
5664 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
5665 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
5668 2013-09-12 Glenn Morris <rgm@gnu.org>
5670 * term/ns-win.el (global-map): Remove binding for ispell-next,
5671 deleted 1999-05-29. (Bug#15357)
5673 2013-09-11 Glenn Morris <rgm@gnu.org>
5675 * echistory.el (electric-command-history): Remove call to deleted func.
5677 * play/landmark.el (landmark-mode): Fix typos.
5679 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
5680 Check cvs-sort-ignore-file is bound.
5682 * savehist.el: No need for cl when compiling on Emacs.
5684 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5686 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
5688 (eshell-self-insert-command, eshell-send-invisible):
5689 Remove unused argument.
5690 (eshell-handle-control-codes): Remove unused var `orig'.
5691 Avoid delete-backward-char.
5693 * files.el (set-auto-mode): Simplify a bit further.
5695 2013-09-11 Glenn Morris <rgm@gnu.org>
5697 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
5698 (set-auto-mode): Don't regexp-quote elements.
5699 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
5700 * progmodes/cc-mode.el (interpreter-mode-alist):
5701 * progmodes/ruby-mode.el (interpreter-mode-alist):
5702 Revert previous change.
5704 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5706 * play/snake.el (snake-mode):
5707 * play/mpuz.el (mpuz-mode):
5708 * play/landmark.el (lm-mode):
5709 * play/blackbox.el (blackbox-mode):
5710 * play/5x5.el (5x5-mode):
5711 * obsolete/options.el (Edit-options-mode):
5712 * net/quickurl.el (quickurl-list-mode):
5713 * net/newst-treeview.el (newsticker-treeview-mode):
5714 * mail/rmailsum.el (rmail-summary-mode):
5715 * mail/mspools.el (mspools-mode):
5716 * locate.el (locate-mode):
5717 * ibuffer.el (ibuffer-mode):
5718 * emulation/ws-mode.el (wordstar-mode):
5719 * emacs-lisp/debug.el (debugger-mode):
5720 * array.el (array-mode):
5721 * net/eudc.el (eudc-mode): Use define-derived-mode.
5722 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
5723 Move initialization into declaration.
5724 (mairix-searches-mode): Use define-derived-mode.
5725 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
5726 (eudc-edit-hotlist): Use dolist.
5727 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
5728 (Man-mode): Use define-derived-mode.
5729 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
5730 (Info-edit-mode): Use define-derived-mode.
5731 (Info-cease-edit): Use Info-mode.
5732 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
5734 (eshell-mode): Use define-derived-mode.
5735 * chistory.el (command-history-mode-map): Rename from
5736 command-history-map.
5737 (command-history-mode): Use define-derived-mode.
5738 (Command-history-setup): Remove function.
5739 * calc/calc.el (calc-trail-mode-map): New var.
5740 (calc-trail-mode): Use define-derived-mode.
5741 (calc-trail-buffer): Set calc-main-buffer manually.
5742 * bookmark.el (bookmark-insert-annotation): New function.
5743 (bookmark-edit-annotation): Use it.
5744 (bookmark-edit-annotation-mode): Make it a proper major mode.
5745 (bookmark-send-edited-annotation): Use derived-mode-p.
5746 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
5747 closer to its ideal place. Use \' to match EOS.
5749 * profiler.el (profiler-calltree-find): Use function-equal.
5751 2013-09-10 Glenn Morris <rgm@gnu.org>
5753 * files.el (interpreter-mode-alist): Convert to regexps.
5754 (set-auto-mode): Adapt for this. (Bug#15306)
5755 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
5756 Comment out unused variable.
5757 * progmodes/cc-mode.el (interpreter-mode-alist):
5758 * progmodes/python.el (interpreter-mode-alist):
5759 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
5760 * progmodes/sh-script.el (sh-set-shell):
5761 No longer use interpreter-mode-alist to get list of shells.
5763 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
5765 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5767 * simple.el: Use set-temporary-overlay-map for universal-argument.
5768 (universal-argument-map): Don't use default-bindings (bug#15317).
5769 Bind switch-frame explicitly. Replace universal-argument-minus with
5770 a conditional binding.
5771 (universal-argument-num-events, saved-overriding-map): Remove.
5772 (restore-overriding-map): Remove.
5773 (universal-argument--mode): Rename from save&set-overriding-map,
5775 (universal-argument, universal-argument-more, negative-argument)
5776 (digit-argument): Adjust accordingly.
5777 (universal-argument-minus): Remove.
5778 (universal-argument-other-key): Remove.
5780 * subr.el (with-demoted-errors): Add `format' argument.
5782 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
5784 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
5785 `tramp-cleanup-connection'.
5787 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
5788 parameters KEEP-DEBUG and KEEP-PASSWORD.
5790 * net/tramp.el (tramp-file-name-handler):
5791 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5792 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5793 (tramp-maybe-open-connection):
5794 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5795 Use `tramp-cleanup-connection'.
5797 * net/tramp-sh.el (tramp-maybe-open-connection):
5798 Catch 'uname-changed inside the progress reporter.
5800 2013-09-10 Glenn Morris <rgm@gnu.org>
5802 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
5804 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
5805 returns "alternate access method" in mode (eg "-rw-r--r--.").
5807 2013-09-08 Glenn Morris <rgm@gnu.org>
5809 * saveplace.el (load-save-place-alist-from-file):
5810 Demote errors. (Bug#15305)
5812 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
5814 Improve compatibility with older Emacsen, and XEmacs.
5816 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
5817 only if it is bound. It isn't for XEmacs.
5818 (with-tramp-progress-reporter): Do not let-bind `result'.
5819 This yields to scoping errors in XEmacs.
5820 (tramp-handle-make-auto-save-file-name): New function, moved from
5823 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
5824 for `make-auto-save-file-name'.
5825 (tramp-adb--gnu-switches-to-ash):
5826 Use `tramp-compat-replace-regexp-in-string'.
5828 * net/tramp-cache.el (tramp-cache-print): Call
5829 `substring-no-properties' only if it is bound. It isn't for XEmacs.
5831 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
5832 bound. It isn't for XEmacs.
5834 * net/tramp-compat.el (tramp-compat-copy-file):
5835 Catch `wrong-number-of-arguments' error.
5836 (tramp-compat-replace-regexp-in-string): New defun.
5838 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
5839 for `make-auto-save-file-name'.
5840 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
5842 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
5843 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
5844 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
5846 * net/tramp-gw.el (tramp-gw-open-network-stream):
5847 Use `tramp-compat-replace-regexp-in-string'.
5849 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5850 Call `tramp-handle-make-auto-save-file-name'.
5851 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
5852 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5853 (tramp-sh-file-inotifywait-process-filter):
5854 Use `tramp-compat-replace-regexp-in-string'.
5855 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
5857 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
5858 for `make-auto-save-file-name'.
5859 (tramp-smb-handle-copy-directory):
5860 Call `tramp-compat-replace-regexp-in-string'.
5861 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
5862 (tramp-smb-handle-copy-file): Improve error message.
5863 (tramp-smb-handle-rename-file): Rename directly only in case
5864 `newname' does not exist yet. This is a restriction of smbclient.
5865 (tramp-smb-maybe-open-connection): Rerun the function only when
5866 `auth-sources' is non-nil.
5868 2013-09-08 Kenichi Handa <handa@gnu.org>
5870 * international/characters.el: Set category "^" (Combining) for
5873 2013-09-07 Alan Mackenzie <acm@muc.de>
5875 Correctly fontify Java class constructors.
5876 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
5878 (c-recognize-typeless-decls): Set the Java value to t.
5879 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
5880 While handling a "(", add a check for, effectively, Java, and handle a
5881 "typeless" declaration there.
5883 2013-09-07 Roland Winkler <winkler@gnu.org>
5885 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
5886 field subtitle for entry type book.
5888 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5890 * minibuffer.el: Make minibuffer-complete call completion-in-region
5891 rather than other way around.
5892 (completion--some, completion-pcm--find-all-completions):
5893 Don't delay signals when debugging.
5894 (minibuffer-completion-contents): Beware fields within the
5895 minibuffer contents.
5896 (completion-all-sorted-completions): Use defvar-local.
5897 (completion--do-completion, completion--cache-all-sorted-completions)
5898 (completion-all-sorted-completions, minibuffer-force-complete):
5899 Add args `beg' and `end'.
5900 (completion--in-region-1): New fun, extracted from minibuffer-complete.
5901 (minibuffer-complete): Use completion-in-region.
5902 (completion-complete-and-exit): New fun, extracted from
5903 minibuffer-complete-and-exit.
5904 (minibuffer-complete-and-exit): Use it.
5905 (completion--complete-and-exit): Rename from
5906 minibuffer--complete-and-exit.
5907 (completion-in-region--single-word): New function, extracted from
5908 minibuffer-complete-word.
5909 (minibuffer-complete-word): Use it.
5910 (display-completion-list): Make `common-substring' argument obsolete.
5911 (completion--in-region): Call completion--in-region-1 instead of
5912 minibuffer-complete.
5913 (completion-help-at-point): Pass boundaries to
5914 minibuffer-completion-help as args rather than via an overlay.
5915 (completion-pcm--string->pattern): Use `any-delim'.
5916 (completion-pcm--optimize-pattern): New function.
5917 (completion-pcm--pattern->regex): Handle `any-delim'.
5918 * icomplete.el (icomplete-forward-completions)
5919 (icomplete-backward-completions, icomplete-completions):
5920 Adjust calls to completion-all-sorted-completions and
5921 completion--cache-all-sorted-completions.
5922 (icomplete-with-completion-tables): Default to t.
5923 * emacs-lisp/crm.el (crm--current-element): Rename from
5924 crm--select-current-element. Don't put an overlay but return the
5926 (crm--completion-command): Take two new args to bind to the boundaries.
5927 (crm-completion-help): Adjust accordingly.
5928 (crm-complete): Use completion-in-region.
5929 (crm-complete-word): Use completion-in-region--single-word.
5930 (crm-complete-and-exit): Use completion-complete-and-exit.
5932 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5934 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
5937 2013-09-06 Juri Linkov <juri@jurta.org>
5939 * info.el (Info-display-images-node): When image file doesn't exist
5940 display text version of the image if it's provided in the Info file.
5941 Otherwise, display the location of missing image from SRC attribute.
5942 Add help-echo text property from ALT attribute. (Bug#15279)
5944 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5946 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
5947 (edit-abbrevs-mode): Use define-derived-mode.
5949 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
5950 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
5952 (epa-key-list-mode, epa-key-mode, epa-info-mode):
5953 Use define-derived-mode.
5955 * epg.el (epg-start-encrypt): Minor CSE simplification.
5957 2013-09-06 William Xu <william.xwl@gmail.com>
5959 * arc-mode.el: Add support for 7za (bug#15264).
5960 (archive-7z-program): New var.
5961 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
5962 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
5963 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
5965 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
5969 * net/tramp.el (tramp-syntax, tramp-prefix-format)
5970 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
5971 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
5972 (tramp-postfix-host-format, tramp-file-name-regexp)
5973 (tramp-completion-file-name-regexp)
5974 (tramp-completion-dissect-file-name)
5975 (tramp-handle-substitute-in-file-name): Remove 'url case.
5976 (tramp-file-name-regexp-url)
5977 (tramp-completion-file-name-regexp-url): Remove constants.
5979 2013-09-06 Glenn Morris <rgm@gnu.org>
5981 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
5983 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
5985 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
5986 keywords" below "here-doc beginnings" (Bug#15270).
5988 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
5990 * subr.el (pop): Use `car-safe'.
5991 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
5992 to detect unused `pop' return value.
5994 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
5996 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
5997 (python-fill-string): Remove unused var `marker'.
5998 (python-skeleton-add-menu-items): Remove unused var `items'.
6000 * international/mule-cmds.el: Require CL.
6001 (find-coding-systems-for-charsets): Avoid add-to-list.
6002 (sanitize-coding-system-list): New function, extracted from
6003 select-safe-coding-system-interactively.
6004 (select-safe-coding-system-interactively): Use it.
6005 (read-input-method-name): Accept symbols for `default'.
6007 * emacs-lisp/advice.el (defadvice): Add indent rule.
6009 2013-09-05 Daniel Hackney <dan@haxney.org>
6013 * net/browse-url.el:
6016 * net/eudcb-ldap.el:
6029 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
6030 byte compiler. Remove some unused let-bound variables.
6032 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6034 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
6035 a "ref-cell", since it gets better optimized (bug#14883).
6037 2013-09-05 Glenn Morris <rgm@gnu.org>
6039 * progmodes/cc-awk.el (c-forward-sws): Declare.
6041 2013-09-04 Glenn Morris <rgm@gnu.org>
6043 * generic-x.el [rul-generic-mode]: Require cc-mode.
6044 (c++-mode-syntax-table): Declare.
6045 (rul-generic-mode-syntax-table): Init in the defvar.
6047 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6049 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
6050 (vc-do-command, vc-set-async-update):
6051 * vc/vc-mtn.el (vc-mtn-dir-status):
6052 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
6053 (vc-hg-pull, vc-hg-merge-branch):
6054 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
6055 (vc-git-merge-branch):
6056 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
6057 (vc-cvs-dir-status-files):
6058 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
6059 (vc-bzr-dir-status-files):
6060 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
6061 * vc/vc-annotate.el: Use lexical-binding.
6062 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
6063 (vc-sentinel-movepoint): Declare.
6064 (vc-annotate): Don't use `goto-line'.
6065 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
6066 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
6067 (vc-sentinel-movepoint): Declare.
6068 * vc/vc-svn.el: Use lexical-binding.
6069 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
6071 * vc/vc-rcs.el: Use lexical-binding.
6073 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
6074 `deleted'. Don't drop errors silently.
6076 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
6078 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
6080 * vc/vc.el (vc-ignore): Rewrite.
6081 (vc-default-ignore): New function.
6082 (vc-default-ignore-completion-table): Use find-ignore-file.
6084 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
6085 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
6086 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
6087 Remove. Most code moved to vc.el.
6089 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6091 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
6092 * net/tramp-smb.el (tramp-smb-get-file-entries):
6093 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
6094 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
6096 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
6098 (eww-change-select): Remove unused var `properties'.
6099 (eww-make-unique-file-name): Remove unused var `base'.
6101 * finder.el (finder-compile-keywords): Don't mess with windows.
6103 * calculator.el (calculator-funcall): Fix typo in last change.
6105 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
6107 * emacs-lisp/package.el (package-activate-1): Don't let a missing
6108 <pkg>-autoloads.el file stop us.
6110 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
6111 warnings, and factor out common code.
6113 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
6115 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
6116 two-character operators and whether the character preceding them
6117 changes their meaning (Bug#15208).
6119 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
6121 Format code sent to Python shell for robustness.
6122 * progmodes/python.el (python-shell-buffer-substring):
6124 (python-shell-send-region, python-shell-send-buffer): Use it.
6126 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
6128 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
6129 * net/tramp.el (tramp-user-error): ... here.
6130 (tramp-find-method, tramp-check-proper-host)
6131 (tramp-dissect-file-name, tramp-debug-message)
6132 (tramp-handle-shell-command):
6133 * net/tramp-adb.el (tramp-adb-handle-shell-command):
6134 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
6136 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
6138 2013-09-02 Martin Rudalics <rudalics@gmx.at>
6140 * avoid.el (mouse-avoidance-point-position)
6141 (mouse-avoidance-too-close-p): Handle case where posn-at-point
6144 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
6146 * progmodes/python.el (python-shell-completion-get-completions):
6147 Drop use of deleted `comint-last-prompt-overlay'.
6148 (python-nav-if-name-main): New command.
6150 2013-09-01 Glenn Morris <rgm@gnu.org>
6152 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6153 Avoid leading space in $wins. Otherwise the sed command used by
6154 eg compile-main ends up containing "/*.el". (Bug#15170)
6156 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
6158 2013-08-30 Glenn Morris <rgm@gnu.org>
6160 * emacs-lisp/bytecomp.el (byte-recompile-directory):
6161 Fix is-this-a-directory logic. (Bug#15220)
6163 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6165 * textmodes/css-mode.el: Use SMIE.
6166 (css-smie-grammar): New var.
6167 (css-smie--forward-token, css-smie--backward-token)
6168 (css-smie-rules): New functions.
6169 (css-mode): Use them.
6170 (css-navigation-syntax-table): Remove var.
6171 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
6172 (css-indent-calculate, css-indent-line): Remove functions.
6174 Misc changes to reduce use of `(lambda...); and other cleanups.
6175 * cus-edit.el: Use lexical-binding.
6176 (customize-push-and-save, customize-apropos)
6177 (custom-buffer-create-internal): Use closures.
6178 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
6179 * progmodes/ada-xref.el: Use setq.
6180 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
6181 * dframe.el: Use lexical-binding.
6182 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
6183 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
6184 * descr-text.el: Use lexical-binding.
6185 (describe-text-widget, describe-text-sexp, describe-property-list):
6187 * comint.el (comint-history-isearch-push-state): Use a closure.
6188 * calculator.el: Use lexical-binding.
6189 (calculator-number-to-string): Make it work with lexical-binding.
6190 (calculator-funcall): Same and use cl-letf.
6192 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
6193 (lisp--company-doc-string, lisp--company-location): New functions.
6194 (lisp-completion-at-point): Use them to improve Company support.
6196 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
6197 params of lambda expressions.
6198 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
6199 (ruby-smie--opening-pipe-p): New function.
6200 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
6201 symbols and matched |...| for formal params.
6202 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
6203 from being treated as hanging. Handle "rescue".
6205 2013-08-29 Glenn Morris <rgm@gnu.org>
6207 * progmodes/cc-engine.el (c-pull-open-brace):
6208 Move definition before use.
6210 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6212 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
6213 are immutable. Don't use `unsafe' any more.
6214 (cl--defsubst-expand): Don't substitute at the same time as keeping
6215 a residual unused let-binding. Don't use `unsafe' any more.
6217 2013-08-29 Glenn Morris <rgm@gnu.org>
6219 * calendar/cal-china.el (calendar-chinese-year-cache):
6222 * nxml/nxml-util.el (nxml-debug-clear-inside):
6223 Use cl-loop rather than loop.
6225 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
6227 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
6229 2013-08-28 Glenn Morris <rgm@gnu.org>
6231 * progmodes/antlr-mode.el: No need to require cc-mode twice.
6233 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
6235 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
6237 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6239 * simple.el (repeat-complex-command--called-interactively-skip):
6241 (repeat-complex-command): Use it (bug#14136).
6243 * progmodes/cc-mode.el: Minor cleanup of var declarations.
6244 (c-define-abbrev-table): Add `doc' argument.
6245 (c-mode-abbrev-table, c++-mode-abbrev-table)
6246 (objc-mode-abbrev-table, java-mode-abbrev-table)
6247 (idl-mode-abbrev-table, pike-mode-abbrev-table)
6248 (awk-mode-abbrev-table): Use it.
6249 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
6250 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
6251 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
6252 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
6253 Move initialization into the declaration; and remove any
6256 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
6257 and dynamic let binding.
6259 * vc/smerge-mode.el: Remove redundant :group args.
6261 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
6264 2013-08-28 Juri Linkov <juri@jurta.org>
6266 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
6267 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
6268 (isearch-other-meta-char): Handle an undefined shifted printing
6269 character by downshifting it. (Bug#15200)
6271 2013-08-28 Juri Linkov <juri@jurta.org>
6273 * isearch.el (isearch-search): Change regexp error message for
6274 non-regexp searches. (Bug#15166)
6276 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
6278 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
6279 for portability to hosts where /bin/sh has problems.
6281 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6283 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
6285 2013-08-27 Juri Linkov <juri@jurta.org>
6287 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
6288 in the keyboard macro. (Bug#15126)
6290 2013-08-27 Juri Linkov <juri@jurta.org>
6292 * isearch.el (isearch-quote-char): Comment out converting unibyte
6293 to multibyte, thus syncing with its `quoted-insert' counterpart.
6296 2013-08-27 Martin Rudalics <rudalics@gmx.at>
6298 * window.el (display-buffer-use-some-window): Add missing
6299 argument in call of get-largest-window (Bug#15185).
6300 Reported by Stephen Leake.
6302 2013-08-27 Glenn Morris <rgm@gnu.org>
6304 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
6306 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6308 * progmodes/python.el (python-font-lock-keywords): Don't return nil
6309 from a matcher-function unless there's no more matches (bug#15161).
6311 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
6313 * minibuffer.el: Revert change from 2013-08-20.
6315 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
6316 with text property `tramp-default', if appropriate.
6317 (tramp-check-proper-host): New defun.
6318 (tramp-dissect-file-name): Do not check hostname. Revert change
6320 (tramp-backtrace): Make VEC-OR-PROC optional.
6322 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6323 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6324 * net/tramp-sh.el (tramp-maybe-open-connection):
6325 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6326 Apply `tramp-check-proper-host'.
6328 2013-08-26 Tassilo Horn <tsdh@gnu.org>
6330 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
6331 lambda expression in order to have `describe-variable' display it.
6333 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
6335 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
6336 BUF can be optional. (Bug#15186)
6338 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
6340 * progmodes/flymake.el (flymake-get-real-file-name-function):
6341 Fix broken customization. (Bug#15184)
6343 2013-08-25 Alan Mackenzie <acm@muc.de>
6345 Improve indentation of bracelists defined by macros (without "=").
6347 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
6348 expansion begins with "{", regard it as bracelist when it doesn't
6351 Parse C++ inher-intro when there's a template split over 2 lines.
6353 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
6354 rigorously the search for "class" etc. followed by ":".
6356 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
6357 random languages a regexp which never matches rather than nil.
6359 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
6361 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
6362 (c-awk-regexp-one-line-possibly-open-char-list-re)
6363 (c-awk-one-line-possibly-open-regexp-re)
6364 (c-awk-one-line-non-syn-ws*-re): Remove.
6365 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
6366 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
6367 (c-awk-space*-unclosed-regexp-/-re): New constants.
6368 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
6369 aren't regexp delimiters.
6371 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
6372 handling for a rare situation in AWK Mode involving unterminated
6375 2013-08-23 Glenn Morris <rgm@gnu.org>
6377 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
6379 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
6381 * files.el (create-file-buffer): If the result would begin with
6382 spaces, prepend a "|" instead of removing them. (Bug#15162)
6384 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6386 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
6387 text-properties (bug#15155).
6389 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
6391 (calc-keypad-redraw): Remove unused var `pad'.
6392 (calc-keypad-press): Remove unused var `menu'.
6394 2013-08-23 Martin Rudalics <rudalics@gmx.at>
6396 * window.el (display-buffer-pop-up-frame):
6397 Call pop-up-frame-function with BUFFER current so `make-frame' will
6398 use it as the new frame's buffer (Bug#15133).
6400 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6402 * calendar/timeclock.el: Minor cleanups.
6403 (timeclock-ask-before-exiting, timeclock-use-display-time):
6405 (timeclock-modeline-display): Define as alias before the
6407 (timeclock-mode-line-display): Use define-minor-mode.
6408 (timeclock-day-list-template): Make it a function, add an argument.
6409 (timeclock-day-list-required, timeclock-day-list-length)
6410 (timeclock-day-list-debt, timeclock-day-list-span)
6411 (timeclock-day-list-break): Adjust calls accordingly.
6413 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6415 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
6416 Use read--expression so that completion works again.
6418 2013-08-21 Sam Steingold <sds@gnu.org>
6420 Add rudimentary inferior shell interaction
6421 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
6422 (sh-set-shell): Reset it.
6423 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
6424 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6426 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6428 * align.el: Use lexical-binding.
6429 (align-region): Simplify accordingly.
6431 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
6433 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
6435 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
6438 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
6442 * net/tramp-cmds.el:
6444 * net/tramp-gvfs.el:
6446 * net/tramp-sh.el: Don't wrap external variable declarations by
6447 `eval-when-compile'.
6449 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6451 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
6452 now that Emacs supports ImageMagick animations.
6454 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
6456 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
6457 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
6459 2013-08-16 Martin Rudalics <rudalics@gmx.at>
6461 * window.el (mouse-autoselect-window-select): Do autoselect when
6462 mouse pointer is on margin.
6464 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
6466 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
6468 2013-08-16 Glenn Morris <rgm@gnu.org>
6470 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
6471 Handle "Remote Directory" response of some clients. (Bug#15058)
6473 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
6474 Tweak warning. (Bug#14926)
6476 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
6477 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
6479 * image-mode.el (image-mode-map): Add menu items to reverse,
6480 increase, decrease, reset animation speed.
6481 (image--set-speed, image-increase-speed, image-decrease-speed)
6482 (image-reverse-speed, image-reset-speed): New functions.
6483 (image-mode-map): Add bindings for speed commands.
6485 * image.el (image-animate-get-speed, image-animate-set-speed):
6487 (image-animate-timeout): Respect image :speed property.
6489 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6491 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
6492 previous line (bug#15101).
6493 (debugger-eval-expression, debugger-record-expression):
6494 Use read--expression (bug#15102).
6496 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
6498 Remove byte compiler warnings, visible when compiling with
6499 `byte-compile-force-lexical-warnings' set to t.
6501 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
6502 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
6503 (tramp-handle-unhandled-file-name-directory)
6504 (tramp-handle-file-notify-add-watch, tramp-action-login)
6505 (tramp-action-succeed, tramp-action-permission-denied)
6506 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
6509 * net/tramp-adb.el (tramp-adb-parse-device-names)
6510 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
6511 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
6512 (tramp-adb-handle-file-truename): Remove unused arguments.
6514 * net/tramp-cache.el (tramp-flush-directory-property)
6515 (tramp-flush-connection-property, tramp-list-connections)
6516 (tramp-parse-connection-properties): Prefix unused arguments with "_".
6518 * net/tramp-compat.el (tramp-compat-make-temp-file):
6519 Rename FILENAME to F.
6521 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6522 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
6523 (tramp-zeroconf-parse-workstation-device-names)
6524 (tramp-zeroconf-parse-webdav-device-names)
6525 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
6527 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6528 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
6530 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
6532 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
6533 (tramp-sh-handle-insert-file-contents-literally)
6534 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
6536 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
6537 Remove unused variables.
6539 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6540 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
6541 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
6543 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
6544 Make them a defconst.
6545 (tramp-uuencode-region): Remove unused variable.
6547 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
6549 * frameset.el (frameset--prop-setter): New function.
6550 (frameset-prop): Add gv-setter declaration.
6551 (frameset-filter-minibuffer): Deal with the case that the minibuffer
6552 parameter was already set in FILTERED. Doc fix.
6553 (frameset--record-minibuffer-relationships): Allow saving a
6554 minibufferless frame without its corresponding minibuffer frame.
6555 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
6556 frame, if the frame id matches.
6557 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
6558 frames before orphaned ones.
6559 (frameset-restore): Warn about orphaned windows, instead of error out.
6561 2013-08-14 Martin Rudalics <rudalics@gmx.at>
6563 * window.el (window-make-atom): Don't overwrite parameter
6565 (display-buffer-in-atom-window): Handle special case where we
6566 split an already atomic window.
6567 (window--major-non-side-window, display-buffer-in-side-window)
6568 (window--side-check): Ignore minibuffer window when walking
6570 (window-deletable-p): Return 'frame only if no other frame uses
6571 our minibuffer window.
6572 (record-window-buffer): Run buffer-list-update-hook.
6573 (split-window): Make sure window--check-frame won't destroy an
6574 existing atomic window in case the new window gets nested
6576 (display-buffer-at-bottom): Ignore minibuffer window when
6577 walking window tree. Don't split a side window.
6578 (pop-to-buffer): Don't set-buffer here, the select-window call
6580 (mouse-autoselect-window-select): Autoselect only if we are in the
6581 text portion of the window.
6583 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6585 * net/shr.el (shr-parse-image-data): New function to grab both the
6586 data itself and the Content-Type.
6587 (shr-put-image): Use it.
6589 * net/eww.el (eww-display-image): Ditto.
6591 * image.el (image-content-type-suffixes): New variable.
6593 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
6595 * progmodes/python.el (python-imenu--build-tree)
6596 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
6598 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
6600 * simple.el (backward-word): Mention the optional argument.
6602 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6604 * frameset.el (frameset--make): Rename constructor from make-frameset.
6605 (frameset-p, frameset-valid-p): Don't autoload.
6606 (frameset-valid-p): Use normal accessors.
6608 2013-08-13 Glenn Morris <rgm@gnu.org>
6610 * progmodes/compile.el (compile-command): Tweak example in doc.
6611 * obsolete/scribe.el (scribe-mode):
6612 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
6614 * mail/feedmail.el (feedmail-confirm-outgoing)
6615 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
6617 * cus-start.el (truncate-partial-width-windows): Fix type.
6619 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
6621 * net/shr.el (shr-table-horizontal-line): Fix custom type.
6623 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6625 * emacs-lisp/timer.el (timer--time-setter): New function.
6626 (timer--time): Use it as gv-setter.
6628 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
6629 setter is not a symbol.
6631 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
6633 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
6634 if sending fails. This makes debugging easier.
6636 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
6638 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
6639 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
6640 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
6642 2013-08-12 Eli Zaretskii <eliz@gnu.org>
6644 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
6646 2013-08-12 Glenn Morris <rgm@gnu.org>
6648 * format.el (format-annotate-function):
6649 Handle read-only text properties in the source. (Bug#14887)
6651 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6653 * net/eww.el (eww-display-html): Ignore coding system errors.
6654 One web site uses "utf-8lias" as the coding system.
6656 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
6658 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
6660 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
6662 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
6663 (tutorial--detailed-help): Remove unused local variables.
6664 (tutorial--save-tutorial-to): Use ignore-errors.
6665 (help-with-tutorial): Use looking-at-p.
6667 * view.el (view-buffer-other-window, view-buffer-other-frame):
6668 Mark unused arguments.
6670 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
6671 (woman-select-symbol-fonts, woman, woman-find-file)
6672 (woman-insert-file-contents, woman-non-underline-faces):
6674 (woman1-unquote): Move declaration.
6676 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
6677 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
6678 argument. Remove unused local variable.
6679 (xml-parse-elem-type): Use string-match-p.
6680 (xml-substitute-numeric-entities): Use ignore-errors.
6682 * calculator.el (calculator): Mark unused argument.
6683 (calculator-paste, calculator-quit, calculator-integer-p):
6685 (calculator-string-to-number, calculator-decimal, calculator-exp)
6686 (calculator-op-or-exp): Use string-match-p.
6688 * dired.el (dired-buffer-more-recently-used-p): Declare.
6689 (dired-insert-set-properties, dired-insert-old-subdirs):
6692 * dired-aux.el (dired-compress): Use ignore-errors.
6693 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
6694 (dired-do-async-shell-command, dired-do-shell-command)
6695 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
6696 (dired-insert-subdir-validate): Use string-match-p.
6697 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
6698 (dired-add-entry): Use string-match-p, looking-at-p.
6699 (dired-insert-subdir-newpos): Remove unused local variable.
6701 * filenotify.el (file-notify-callback): Remove unused local variable.
6703 * filesets.el (filesets-error): Mark unused argument.
6704 (filesets-which-command-p, filesets-filter-dir-names)
6705 (filesets-directory-files, filesets-get-external-viewer)
6706 (filesets-ingroup-get-data): Use string-match-p.
6708 * find-file.el (ff-other-file-name, ff-other-file-name)
6709 (ff-find-the-other-file, ff-cc-hh-converter):
6710 Remove unused local variables.
6711 (ff-get-file-name): Use string-match-p.
6712 (ff-all-dirs-under): Use ignore-errors.
6714 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
6715 (follow-select-if-visible): Remove unused local variable.
6717 * forms.el (read-file-filter): Move declaration.
6718 (forms--make-format, forms--make-parser, forms-insert-record):
6719 Quote function with #'.
6720 (forms--update): Use string-match-p. Quote function with #'.
6722 * help-mode.el (help-dir-local-var-def): Mark unused argument.
6723 (help-make-xrefs): Use looking-at-p.
6724 (help-xref-on-pp): Use looking-at-p, ignore-errors.
6726 * ibuffer.el (ibuffer-ext-visible-p): Declare.
6727 (ibuffer-confirm-operation-on): Use string-match-p.
6729 * msb.el (msb-item-handler, msb-dired-item-handler):
6730 Mark unused arguments.
6732 * ses.el (ses-decode-cell-symbol)
6733 (ses-kill-override): Remove unused local variable.
6734 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
6735 (ses-load): Use ignore-errors, looking-at-p.
6736 (ses-jump-safe): Use ignore-errors.
6737 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
6739 * tabify.el (untabify, tabify): Mark unused arguments.
6741 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
6742 Mark unused argument.
6743 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
6744 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
6746 * emacs-lisp/timer.el (timer--time): Define setter with
6747 gv-define-setter to avoid deprecation warning.
6749 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
6750 (*record-cmpl-statistics-p*): Remove (was commented out).
6751 (cmpl-statistics-block): Remove (body was commented out).
6752 All callers changed.
6753 (add-completions-from-buffer, load-completions-from-file):
6754 Remove unused variables.
6756 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
6758 * filecache.el (file-cache-delete-file-list):
6759 Print message only when told so.
6760 (file-cache-files-matching): Use #' in mapconcat argument.
6762 * ffap.el (ffap-url-at-point): Fix reference to variable
6763 thing-at-point-default-mail-uri-scheme.
6765 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
6767 * subr.el (define-error): New function.
6768 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
6769 error-file-not-found and define with define-error.
6770 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
6771 and define with define-error.
6772 * userlock.el (file-locked, file-supersession):
6773 * simple.el (mark-inactive):
6774 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
6775 * progmodes/ada-mode.el (ada-mode-errors):
6776 * play/life.el (life-extinct):
6777 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
6778 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
6779 * nxml/rng-util.el (rng-error):
6780 * nxml/rng-uri.el (rng-uri-error):
6781 * nxml/rng-match.el (rng-compile-error):
6782 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
6783 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
6784 * nxml/nxml-rap.el (nxml-scan-error):
6785 * nxml/nxml-outln.el (nxml-outline-error):
6786 * net/soap-client.el (soap-error):
6787 * net/gnutls.el (gnutls-error):
6788 * net/ange-ftp.el (ftp-error):
6789 * mpc.el (mpc-proc-error):
6790 * json.el (json-error, json-readtable-error, json-unknown-keyword)
6791 (json-number-format, json-string-escape, json-string-format)
6792 (json-key-format, json-object-format):
6793 * jka-compr.el (compression-error):
6794 * international/quail.el (quail-error):
6795 * international/kkc.el (kkc-error):
6796 * emacs-lisp/ert.el (ert-test-failed):
6797 * calc/calc.el (calc-error, inexact-result, math-overflow)
6799 * bookmark.el (bookmark-error-no-filename):
6800 * epg.el (epg-error): Define with define-error.
6802 * time.el (display-time-event-handler)
6803 (display-time-next-load-average): Don't call sit-for since it seems
6804 unnecessary (bug#15045).
6806 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
6807 Use #' instead of ' to quote functions.
6808 (checkdoc-output-mode): Use setq-local.
6809 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
6810 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
6811 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
6812 (checkdoc-ispell, checkdoc-ispell-current-buffer)
6813 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
6814 (checkdoc-ispell-message-text, checkdoc-ispell-start)
6815 (checkdoc-ispell-continue, checkdoc-ispell-comments)
6816 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
6818 * ido.el (ido-completion-help): Fix up compiler warning.
6820 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
6822 * frameset.el (frameset-p): Add autoload cookie.
6823 (frameset--jump-to-register): New function, based on code moved from
6825 (frameset-to-register): Move from register.el. Adapt to `registerv'.
6827 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
6828 (frameset-restore, frameset-save, frameset-session-filter-alist):
6829 Remove declarations.
6830 (register-alist): Doc fix.
6831 (frameset-to-register): Move to frameset.el.
6832 (jump-to-register, describe-register-1): Remove frameset-specific code.
6834 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
6836 * allout-widgets.el (allout-widgets-pre-command-business)
6837 (allout-widgets-post-command-business)
6838 (allout-widgets-after-change-handler)
6839 (allout-decorate-item-and-context, allout-set-boundary-marker)
6840 (allout-body-modification-handler)
6841 (allout-graphics-modification-handler): Mark ignored arguments.
6842 (allout-widgets-post-command-business)
6843 (allout-widgets-exposure-change-processor)
6844 (allout-widgets-exposure-undo-processor)
6845 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
6846 (allout-parse-item-at-point, allout-decorate-item-guides)
6847 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
6848 * allout.el (epa-passphrase-callback-function): Declare.
6849 (allout-overlay-insert-in-front-handler)
6850 (allout-overlay-interior-modification-handler)
6851 (allout-isearch-end-handler, allout-chart-siblings)
6852 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
6853 (allout-yank-processing, allout-process-exposed)
6854 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
6855 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
6856 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
6857 (lisp-indent-defform): Mark ignored arguments.
6858 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
6859 (calculate-lisp-indent): Remove unused variables.
6860 * international/characters.el (indian-2-column, arabic-2-column)
6861 (tibetan): Mark ignored arguments.
6862 (use-cjk-char-width-table): Mark ignored arguments.
6863 Remove unused variables.
6864 * international/fontset.el (build-default-fontset-data)
6865 (x-compose-font-name, create-fontset-from-fontset-spec):
6866 Mark ignored arguments.
6867 (fontset-plain-name): Remove unused variables.
6868 * international/mule.el (charset-id, charset-bytes, generic-char-p)
6869 (keyboard-coding-system): Mark ignored arguments.
6870 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
6871 * help.el (resize-temp-buffer-window):
6872 * window.el (display-buffer-in-major-side-window)
6873 (display-buffer-in-side-window, display-buffer-in-previous-window):
6874 Remove unused variables.
6875 * isearch.el (isearch-forward-symbol):
6876 * version.el (emacs-bzr-version-bzr):
6877 * international/mule-cmds.el (current-language-environment):
6878 * term/common-win.el (x-handle-iconic, x-handle-geometry)
6880 * term/pc-win.el (x-list-fonts, x-display-planes)
6881 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
6882 (x-server-version, x-display-screens, x-display-mm-height)
6883 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
6884 (x-selection-owner-p, x-own-selection-internal)
6885 (x-disown-selection-internal, x-get-selection-internal)
6886 (msdos-initialize-window-system):
6887 * term/tty-colors.el (tty-color-alist, tty-color-clear):
6888 * term/x-win.el (x-handle-no-bitmap-icon):
6889 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
6890 (vc-default-find-file-hook, vc-default-extra-menu):
6891 Mark ignored arguments.
6893 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6895 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
6896 break-condition in the context of the debugged code (bug#12685).
6898 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
6901 Do not use an overlay to highlight the last prompt. (Bug#14744)
6902 (comint-mode): Make comint-last-prompt buffer local.
6903 (comint-last-prompt): New variable.
6904 (comint-last-prompt-overlay): Remove. Superseded by
6906 (comint-snapshot-last-prompt, comint-output-filter):
6907 Use comint-last-prompt.
6909 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
6911 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
6912 (frameset-save): Check validity of the resulting frameset.
6914 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
6916 * ido.el (ido-record-command): Add doc string.
6918 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
6920 * frameset.el (frameset): Do not disable creation of the default
6921 frameset-p predicate. Doc fix.
6922 (frameset-valid-p): New function, copied from the old predicate-p.
6923 Add additional checks.
6924 (frameset-restore): Check with frameset-valid-p.
6925 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
6926 (frameset-name, frameset-description, frameset-properties)
6927 (frameset-states): Add docstring.
6928 (frameset-session-filter-alist, frameset-persistent-filter-alist)
6929 (frameset-filter-alist): Doc fixes.
6931 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
6933 * frameset.el (frameset-p, frameset-prop): Doc fixes.
6935 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6937 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
6938 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
6939 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
6940 (byte-compile-normal-call): Remove obsolescence check.
6942 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
6944 * frameset.el (frameset-restore): Doc fix.
6946 * register.el (frameset-frame-id, frameset-frame-with-id)
6947 (frameset-p, frameset-restore, frameset-save): Declare.
6948 (register-alist): Document framesets.
6949 (frameset-session-filter-alist): Declare.
6950 (frameset-to-register): New function.
6951 (jump-to-register): Implement jumping to framesets. Doc fix.
6952 (describe-register-1): Describe framesets.
6954 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
6956 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
6958 * desktop.el (desktop-save-frameset): Use new frameset-save args.
6959 Use lexical-binding.
6961 * frameset.el (frameset): Use type vector, not list (incompatible
6962 change). Do not declare a new constructor, use the default one.
6963 Upgrade suggested properties `app', `name' and `desc' to slots `app',
6964 `name' and `description', respectively, and add read-only slot
6965 `timestamp'. Doc fixes.
6966 (frameset-copy, frameset-persistent-filter-alist)
6967 (frameset-filter-alist, frameset-switch-to-gui-p)
6968 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
6969 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
6970 (frameset-filter-iconified, frameset-keep-original-display-p):
6972 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
6973 Rename from frameset-filter-(save|restore)-param. All callers changed.
6975 (frameset-p): Adapt to change to vector and be more thorough.
6976 Change arg name to OBJECT. Doc fix.
6977 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
6978 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
6979 All callers changed.
6980 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
6981 All callers changed.
6982 (frameset--record-minibuffer-relationships): Rename from
6983 frameset--process-minibuffer-frames. All callers changed.
6984 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
6985 Use new default constructor (again). Doc fix.
6986 (frameset--find-frame-if): Rename from `frameset--find-frame'.
6987 All callers changed.
6988 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
6989 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
6991 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
6992 PARAMETERS and WINDOW-STATE, respectively.
6993 (frameset-restore): Add new keyword argument PREDICATE.
6994 Reset frameset--target-display to nil. Doc fix.
6996 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
6998 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
7000 (bat-mode-syntax-table): Mark \n as end-of-comment.
7001 (bat-font-lock-keywords): Remove comment rule.
7003 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
7004 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
7006 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
7007 (byte-compile-callargs-warn): Use `push'.
7008 (byte-compile-arglist-warn): Ignore higher-order "calls".
7009 (byte-compile-file-form-autoload): Use `pcase'.
7010 (byte-compile-function-form): If quoting a symbol, check that it exists.
7012 2013-08-07 Eli Zaretskii <eliz@gnu.org>
7014 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
7015 and add a few popular commands found in batch files.
7016 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
7017 (dos-mode): Doc fixes.
7019 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7021 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
7022 (dos-mode): Use setq-local. Add space after "rem".
7023 (dos-mode-syntax-table): Don't use "w" for symbol chars.
7024 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
7026 2013-08-07 Arni Magnusson <arnima@hafro.is>
7028 * progmodes/dos.el: New file.
7029 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
7032 2013-08-06 Glenn Morris <rgm@gnu.org>
7034 * calendar/calendar.el: Add new faces, and day-header-array.
7035 (calendar-weekday-header, calendar-weekend-header)
7036 (calendar-month-header): New faces.
7037 (calendar-day-header-construct): New function.
7038 (calendar-day-header-width): Also :set calendar-day-header-array.
7039 (calendar-american-month-header, calendar-european-month-header)
7040 (calendar-iso-month-header): Use calendar- faces.
7041 (calendar-generate-month):
7042 Use calendar-day-header-array for day headers; apply faces to them.
7043 (calendar-mode): Check calendar-font-lock-keywords non-nil.
7044 (calendar-abbrev-construct): Add optional maxlen argument.
7045 (calendar-day-name-array): Doc fix.
7046 (calendar-day-name-array, calendar-abbrev-length)
7047 (calendar-day-abbrev-array):
7048 Also :set calendar-day-header-array, and maybe redraw.
7049 (calendar-day-header-array): New option. (Bug#15007)
7050 (calendar-font-lock-keywords): Set to nil and make obsolete.
7051 (calendar-day-name): Add option to use header array.
7053 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7055 * net/shr.el (shr-render-td): Remove debugging.
7056 (shr-render-td): Make width computation consistent by defaulting
7057 all zero-width columns to 10 characters. This may not be optimal,
7058 but it's at least consistent.
7059 (shr-make-table-1): Redo last change to fix the real problem in
7062 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7064 * files.el (cache-long-line-scans):
7065 Make obsolete alias to `cache-long-scans'.
7067 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
7069 * frameset.el (frameset, frameset-filter-alist)
7070 (frameset-filter-params, frameset-save, frameset--reuse-frame)
7071 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
7072 (frameset-compute-pos): Rename from frameset--compute-pos,
7074 (frameset-move-onscreen): Use frameset-compute-pos.
7075 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7077 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
7078 Fix typos in docstrings.
7080 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7082 * frame.el (get-other-frame): Tiny cleanup.
7084 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
7086 * vc/vc.el (vc-default-ignore-completion-table):
7087 Silence byte-compiler warning.
7089 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
7090 slot, which can indeed be nil.
7091 (frameset-live-filter-alist, frameset-persistent-filter-alist):
7092 Move entry for `left' from persistent to live filter alist.
7093 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
7095 (frameset-filter-params): When restoring a frame, copy items added to
7096 `filtered', to avoid unwittingly modifying the original parameters.
7097 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
7098 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
7100 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
7101 to use looking-at-p instead of looking-at. (Bug#15028)
7103 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
7105 Revert introduction of isearch-filter-predicates (bug#14714).
7106 Rely on add-function instead.
7107 * isearch.el (isearch-filter-predicates): Rename it back to
7108 isearch-filter-predicate.
7109 (isearch-message-prefix): Use advice-function-mapc and advice
7110 properties to get the isearch-message-prefix.
7111 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
7112 instead of run-hook-with-args-until-failure.
7113 (isearch-filter-visible): Not obsolete any more.
7114 * loadup.el: Preload nadvice.
7115 * replace.el (perform-replace): Revert to funcall
7116 instead of run-hook-with-args-until-failure.
7117 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
7118 * dired-aux.el (dired-isearch-filenames-mode): Rename from
7119 dired-isearch-filenames-toggle; make it into a proper minor mode.
7120 Use add/remove-function.
7121 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
7122 Call the minor-mode rather than add/remove-hook.
7123 (dired-isearch-filter-filenames):
7124 Remove isearch-message-prefix property.
7125 * info.el (Info--search-loop): New function, extracted from Info-search.
7126 Funcall isearch-filter-predicate instead of
7127 run-hook-with-args-until-failure isearch-filter-predicates.
7128 (Info-search): Use it.
7129 (Info-mode): Use isearch-filter-predicate instead of
7130 isearch-filter-predicates.
7132 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
7134 Do not call to `selected-window' where it is assumed by default.
7135 Affected functions are `window-minibuffer-p', `window-dedicated-p',
7136 `window-hscroll', `window-width', `window-height', `window-buffer',
7137 `window-frame', `window-start', `window-point', `next-window'
7138 and `window-display-table'.
7139 * abbrev.el (abbrev--default-expand):
7140 * bs.el (bs--show-with-configuration):
7141 * buff-menu.el (Buffer-menu-mouse-select):
7142 * calc/calc.el (calc):
7143 * calendar/calendar.el (calendar-generate-window):
7144 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
7146 * comint.el (send-invisible, comint-dynamic-complete-filename)
7147 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
7148 * completion.el (complete):
7149 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
7150 * disp-table.el (describe-current-display-table):
7151 * doc-view.el (doc-view-insert-image):
7152 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
7153 * ehelp.el (with-electric-help):
7154 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7155 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
7156 * emacs-lisp/helper.el (Helper-help-scroller):
7157 * emulation/cua-base.el (cua--post-command-handler-1):
7158 * eshell/esh-mode.el (eshell-output-filter):
7159 * ffap.el (ffap-gnus-wrapper):
7160 * help-macro.el (make-help-screen):
7161 * hilit-chg.el (highlight-compare-buffers):
7162 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
7163 * hl-line.el (global-hl-line-highlight):
7164 * icomplete.el (icomplete-simple-completing-p):
7165 * isearch.el (isearch-done):
7166 * jit-lock.el (jit-lock-stealth-fontify):
7167 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
7168 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7169 * mpc.el (mpc-tagbrowser, mpc):
7170 * net/rcirc.el (rcirc-any-buffer):
7171 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
7172 * play/landmark.el (landmark-max-width, landmark-max-height):
7173 * play/zone.el (zone):
7174 * progmodes/compile.el (compilation-goto-locus):
7175 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
7176 * progmodes/etags.el (find-tag-other-window):
7177 * progmodes/fortran.el (fortran-column-ruler):
7178 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7179 * progmodes/verilog-mode.el (verilog-point-text):
7180 * reposition.el (reposition-window):
7181 * rot13.el (toggle-rot13-mode):
7182 * server.el (server-switch-buffer):
7183 * shell.el (shell-dynamic-complete-command)
7184 (shell-dynamic-complete-environment-variable):
7185 * simple.el (insert-buffer, set-selective-display)
7186 (delete-completion-window):
7187 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
7188 (speedbar-recenter):
7189 * startup.el (fancy-splash-head):
7190 * textmodes/ispell.el (ispell-command-loop):
7191 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
7192 * tutorial.el (help-with-tutorial):
7193 * vc/add-log.el (add-change-log-entry):
7194 * vc/compare-w.el (compare-windows):
7195 * vc/ediff-help.el (ediff-indent-help-message):
7196 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
7197 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
7198 (ediff-setup-control-frame):
7199 * vc/emerge.el (emerge-position-region):
7200 * vc/pcvs-util.el (cvs-bury-buffer):
7201 * window.el (walk-windows, mouse-autoselect-window-select):
7202 * winner.el (winner-set-conf, winner-undo): Related users changed.
7204 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
7206 * frameset.el (frameset--set-id): Doc fix.
7207 (frameset-frame-id, frameset-frame-id-equal-p)
7208 (frameset-locate-frame-id): New functions.
7209 (frameset--process-minibuffer-frames, frameset--reuse-frame)
7210 (frameset-restore): Use them.
7212 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
7214 Do not call to `selected-frame' where it is assumed by default.
7215 Affected functions are `raise-frame', `redraw-frame',
7216 `frame-first-window', `frame-terminal' and `delete-frame'.
7217 * calendar/appt.el (appt-disp-window):
7218 * epg.el (epg-wait-for-completion):
7219 * follow.el (follow-delete-other-windows-and-split)
7220 (follow-avoid-tail-recenter):
7221 * international/mule.el (set-terminal-coding-system):
7222 * mail/rmail.el (rmail-mail-return):
7223 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7224 * progmodes/f90.el (f90-add-imenu-menu):
7225 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
7226 * server.el (server-switch-buffer):
7227 * simple.el (delete-completion-window):
7229 * term/xterm.el (terminal-init-xterm-modify-other-keys)
7230 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
7231 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
7232 * vc/ediff.el (ediff-documentation): Related users changed.
7233 * frame.el (selected-terminal): Remove the leftover.
7235 2013-08-05 Glenn Morris <rgm@gnu.org>
7237 * calendar/calendar.el (calendar-generate-month):
7238 Fix for calendar-column-width != 1 + calendar-day-digit-width.
7239 (calendar-generate-month, calendar-font-lock-keywords):
7240 Fix for calendar-day-header-width > length of any day name.
7242 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
7244 * desktop.el (desktop-clear): Use new name of sort predicate.
7246 * frameset.el (frameset): Add docstring. Move :version property to its
7248 (frameset-copy): Rename from copy-frameset.
7249 (frameset-p): Check more thoroughly.
7250 (frameset-prop): Do not check for :version, which is no longer a prop.
7251 (frameset-live-filter-alist, frameset-persistent-filter-alist):
7252 Use new :never value instead of t.
7253 (frameset-filter-alist): Expand and clarify docstring.
7254 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
7255 (frameset-filter-minibuffer, frameset-filter-save-param)
7256 (frameset-filter-restore-param, frameset-filter-iconified):
7257 Add pointer to docstring of frameset-filter-alist.
7258 (frameset-filter-params): Rename filter values to be more meaningful:
7259 :never instead of t, and reverse the meanings of :save and :restore.
7260 (frameset--process-minibuffer-frames): Clarify error message.
7261 (frameset-save): Avoid unnecessary and confusing call to framep.
7262 Use new BOA constructor for framesets.
7263 (frameset--reuse-list): Doc fix.
7264 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
7265 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
7266 (frameset-minibufferless-first-p): Doc fix.
7267 Rename from frameset-sort-frames-for-deletion.
7268 (frameset-restore): Doc fixes. Use new function names.
7269 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7271 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
7273 * desktop.el (desktop-restore-forces-onscreen)
7274 (desktop-restore-reuses-frames): Document :keyword constant values.
7275 (desktop-filter-parameters-alist): Remove, now identical to
7276 frameset-filter-alist.
7277 (desktop--filter-tty*): Remove, moved to frameset.el.
7278 (desktop-save-frameset, desktop-restore-frameset):
7279 Do not pass :filters argument.
7281 * frameset.el (frameset-live-filter-alist)
7282 (frameset-persistent-filter-alist): New variables.
7283 (frameset-filter-alist): Use them. Add autoload cookie.
7284 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
7285 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
7286 `frameset--id' (it's supposed to be internal to frameset.el).
7287 (frameset--process-minibuffer-frames): Ditto. Doc fix.
7288 (frameset--initial-params): New function.
7289 (frameset--get-frame): Use it. Doc fix.
7290 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
7291 Accept :all, not 'all.
7292 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
7293 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
7294 with fbound symbols. Fix frame id matching, and remove matching ids if
7295 the frame being restored is deleted. Obey :delete.
7297 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
7299 * subr.el (macrop): New function.
7300 (text-clone--maintaining): New var.
7301 (text-clone--maintain): Rename from text-clone-maintain. Use it
7302 instead of inhibit-modification-hooks.
7304 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
7305 a proxy, so as handle autoloads and redefinitions of the target.
7306 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
7308 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
7309 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
7310 (pcase--mutually-exclusive-p): New function.
7311 (pcase--split-consp): Use it.
7312 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
7313 mutually exclusive with the current predicate.
7315 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
7316 (edebug-macrop): Remove. Use `macrop' instead.
7317 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
7319 * eshell/esh-cmd.el (eshell-macrop):
7320 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
7322 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
7324 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
7325 (advice-mapc): New function, using it.
7326 (advice-function-member-p): New function.
7327 (advice--normalize): Store the cdr in advice--saved-rewrite since
7328 that's the part that will be changed.
7329 (advice--symbol-function): New function.
7330 (advice-remove): Handle removal before the function is defined.
7331 Adjust to new advice--saved-rewrite.
7332 (advice-member-p): Use advice-function-member-p and
7333 advice--symbol-function.
7335 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
7337 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
7338 (frameset-filter-minibuffer): Doc fix.
7339 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
7340 (frameset--set-id, frameset--process-minibuffer-frames)
7341 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
7342 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
7344 * desktop.el (desktop-clear): Only delete frames when called
7345 interactively and desktop-restore-frames is non-nil. Doc fix.
7346 (desktop-read): Set desktop-saved-frameset to nil.
7348 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
7350 * vc/vc.el (vc-ignore): Rewrite.
7351 (vc-default-ignore-completion-table):
7353 (vc--add-line, vc--remove-regexp): New functions.
7355 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
7356 (vc-svn-ignore-completion-table): New function.
7358 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
7359 (vc-hg-ignore-completion-table):
7360 (vc-hg-find-ignore-file): New functions.
7362 * vc/vc-git.el (vc-git-ignore): Rewrite.
7363 (vc-git-ignore-completion-table):
7364 (vc-git-find-ignore-file): New functions.
7366 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
7368 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
7369 (vc-bzr-ignore-completion-table):
7370 (vc-bzr-find-ignore-file): New functions.
7372 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
7374 * frameset.el (frameset-prop): New function and setter.
7375 (frameset-save): Do not modify frame list passed by the caller.
7377 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7379 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
7381 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7383 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
7384 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
7386 * custom.el (custom-initialize-default, custom-initialize-set)
7387 (custom-initialize-reset, custom-initialize-changed): Affect the
7388 toplevel-default-value (bug#6275, bug#14586).
7389 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
7392 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
7394 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7395 Add cl-def* expressions.
7397 * frameset.el (frameset-filter-params): Fix order of arguments.
7399 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
7401 Move code related to saving frames to frameset.el.
7402 * desktop.el: Require frameset.
7403 (desktop-restore-frames): Doc fix.
7404 (desktop-restore-reuses-frames): Rename from
7405 desktop-restoring-reuses-frames.
7406 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
7407 (desktop-clear): Clear frames too.
7408 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
7409 (desktop--filter-tty*, desktop-save, desktop-read):
7410 Use frameset functions.
7411 (desktop-before-saving-frames-functions, desktop--filter-*-color)
7412 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
7413 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
7414 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
7415 (desktop--process-minibuffer-frames, desktop-save-frames)
7416 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
7417 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
7418 (desktop--sort-states, desktop-restoring-frames-p)
7419 (desktop-restore-frames): Remove. Most code moved to frameset.el.
7420 (desktop-restoring-frameset-p, desktop-restore-frameset)
7421 (desktop--check-dont-save, desktop-save-frameset): New functions.
7422 (desktop--app-id): New constant.
7423 (desktop-first-buffer, desktop-buffer-ok-count)
7424 (desktop-buffer-fail-count): Move before first use.
7425 * frameset.el: New file.
7427 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7429 * files.el: Use lexical-binding.
7430 (dir-locals-read-from-file): Remove unused `err' variable.
7431 (hack-dir-local-variables--warned-coding): New var.
7432 (hack-dir-local-variables): Use it to avoid repeated warnings.
7433 (make-backup-file-name--default-function): New function.
7434 (make-backup-file-name-function): Use it as default.
7435 (buffer-stale--default-function): New function.
7436 (buffer-stale-function): Use it as default.
7437 (revert-buffer-insert-file-contents--default-function): New function.
7438 (revert-buffer-insert-file-contents-function): Use it as default.
7439 (insert-directory): Avoid add-to-list.
7441 * autorevert.el (auto-revert-handler): Simplify.
7442 Use buffer-stale--default-function.
7444 2013-08-01 Tassilo Horn <tsdh@gnu.org>
7446 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
7448 * whitespace.el (whitespace-ensure-local-variables): New function.
7449 (whitespace-cleanup-region): Call it.
7450 (whitespace-turn-on): Call it.
7452 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
7454 Complete file name handlers.
7456 * net/tramp.el (tramp-handle-set-visited-file-modtime)
7457 (tramp-handle-verify-visited-file-modtime)
7458 (tramp-handle-file-notify-rm-watch): New functions.
7459 (tramp-call-process): Do not bind `default-directory'.
7461 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7462 Order alphabetically.
7463 [access-file, add-name-to-file, dired-call-process]:
7464 [dired-compress-file, file-acl, file-notify-rm-watch]:
7465 [file-ownership-preserved-p, file-selinux-context]:
7466 [make-directory-internal, make-symbolic-link, set-file-acl]:
7467 [set-file-selinux-context, set-visited-file-modtime]:
7468 [verify-visited-file-modtime]: Add handler.
7469 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
7471 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
7472 [file-notify-add-watch, file-notify-rm-watch]:
7473 [set-file-times, set-visited-file-modtime]:
7474 [verify-visited-file-modtime]: Add handler.
7475 (with-tramp-gvfs-error-message)
7476 (tramp-gvfs-handle-set-visited-file-modtime)
7477 (tramp-gvfs-fuse-file-name): Remove.
7478 (tramp-gvfs-handle-file-notify-add-watch)
7479 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
7480 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
7482 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7483 Order alphabetically.
7484 [file-notify-rm-watch ]: Use default Tramp handler.
7485 [executable-find]: Remove private handler.
7486 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
7487 `default-directory'.
7488 (tramp-sh-handle-executable-find)
7489 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
7490 (tramp-sh-file-gvfs-monitor-dir-process-filter)
7491 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
7492 Do not use `format' in `tramp-message'.
7494 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
7495 [file-notify-rm-watch, set-visited-file-modtime]:
7496 [verify-visited-file-modtime]: Add handler.
7497 (tramp-smb-call-winexe): Do not bind `default-directory'.
7499 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
7501 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
7503 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
7505 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
7507 (log-view-diff-changeset): Same.
7508 (log-view-diff-common): Call backend command `previous-revision'
7509 to find out the previous revision, in both cases. Swap the
7510 variables `to' and `fr', so that `fr' usually refers to the
7511 earlier revision (Bug#14989).
7513 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
7515 * ibuf-ext.el (ibuffer-filter-by-filename):
7516 Make it work with dired buffers too.
7518 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
7520 * emacs-lisp/re-builder.el (reb-color-display-p):
7521 * files.el (save-buffers-kill-terminal):
7522 * net/browse-url.el (browse-url):
7523 * server.el (server-save-buffers-kill-terminal):
7524 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
7525 Prefer nil to selected-frame for the first arg of frame-parameter.
7527 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
7529 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
7531 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
7533 * minibuffer.el (completion--twq-all): Try and preserve each
7534 completion's case choice (bug#14907).
7536 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7538 * net/network-stream.el (open-network-stream): Mention the new
7539 :nogreeting parameter.
7540 (network-stream-open-starttls): Use the :nogreeting parameter
7543 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
7545 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
7546 more natural than popping.
7548 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
7549 (shr-urlify): Highlight under mouse.
7551 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
7553 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
7555 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
7557 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
7560 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
7561 point-min==1. Fix search string. Fix parentheses missing.
7563 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
7564 assume point-min==1. Fix search string. Fix parentheses missing.
7566 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
7568 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
7571 2013-07-29 Eli Zaretskii <eliz@gnu.org>
7573 * frame.el (frame-notice-user-settings): Avoid inflooping when the
7574 initial frame is minibuffer-less. (Bug#14841)
7576 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
7578 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
7581 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7582 (tramp-maybe-open-connection): Use it.
7584 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
7586 * desktop.el (desktop--make-frame): Include `minibuffer' in the
7587 minimal set of parameters passed when creating a frame, because
7588 the minibuffer status of a frame cannot be changed later.
7590 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
7592 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
7593 replace-regexp-in-string and inadvertent omissions in previous change.
7594 (todo-filter-items): Ensure only file names are comma-separated in
7595 name of filtered items buffer.
7597 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
7599 * desktop.el: Optionally force offscreen frames back onscreen.
7600 (desktop-restoring-reuses-frames): New option.
7601 (desktop--compute-pos, desktop--move-onscreen): New functions.
7602 (desktop--make-frame): Use desktop--move-onscreen.
7604 2013-07-27 Alan Mackenzie <acm@muc.de>
7606 Fontify a Java generic method as a function.
7607 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
7610 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
7612 * calendar/todo-mode.el: Add command to rename todo files.
7613 (todo-rename-file): New command.
7614 (todo-key-bindings-t): Add key binding for it. Change the
7615 bindings of todo-filter-regexp-items(-multifile) to use `x'
7616 instead of `r', since the latter is better suited to the new
7619 2013-07-27 Alan Mackenzie <acm@muc.de>
7621 Make Java try-with-resources statement parse properly.
7622 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
7623 (c-block-stmt-1-2-key): New language constants/variables.
7624 * progmodes/cc-engine.el (c-beginning-of-statement-1)
7625 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
7626 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
7627 with c-block-stmt-1-2-key.
7629 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
7631 * desktop.el (desktop--make-frame): Apply most frame parameters after
7632 creating the frame to force (partially or totally) offscreen frames to
7633 be restored as such.
7635 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
7637 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
7640 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7642 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
7643 `base' arg of backtrace-frame.
7645 2013-07-26 Eli Zaretskii <eliz@gnu.org>
7647 * simple.el (list-processes): Doc fix.
7649 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
7651 * desktop.el (desktop--select-frame):
7652 Try harder to reuse existing frames.
7654 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7656 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
7657 (edebug-eval): Use backtrace-eval.
7658 (edebug--display, edebug--recursive-edit): Don't let-bind the
7659 edebug-outer-* vars that keep track of variables we locally let-bind.
7660 (edebug-outside-excursion): Don't restore outside values of locally
7662 (edebug--display): Use user-error.
7663 (cl-lexical-debug, cl-debug-env): Remove.
7665 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
7667 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
7668 are restored to be sure that they are visible before deleting any
7671 2013-07-26 Matthias Meulien <orontee@gmail.com>
7673 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
7674 vc-print-root-log. (Bug#14948)
7676 2013-07-26 Richard Stallman <rms@gnu.org>
7678 Add aliases for encrypting mail.
7679 * epa.el (epa-mail-aliases): New option.
7680 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
7681 Bind inhibit-read-only so read-only text doesn't ruin everything.
7682 (epa-mail-default-recipients): New subroutine broken out.
7683 Handle epa-mail-aliases.
7685 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7687 Add support for lexical variables to the debugger's `e' command.
7688 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
7689 vars, except for debugger-outer-match-data.
7690 (debugger-frame-number): Move check for "on a function call" from
7691 callers into it. Add `skip-base' argument.
7692 (debugger-frame, debugger-frame-clear): Simplify accordingly.
7693 (debugger-env-macro): Only reset the state stored in non-variables,
7694 i.e. current-buffer and match-data.
7695 (debugger-eval-expression): Rewrite using backtrace-eval.
7696 * subr.el (internal--called-interactively-p--get-frame): Remove.
7697 (called-interactively-p):
7698 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
7699 `base' arg of backtrace-frame instead.
7701 2013-07-26 Glenn Morris <rgm@gnu.org>
7703 * align.el (align-regexp): Doc fix. (Bug#14857)
7704 (align-region): Explicit error if subexpression missing/does not match.
7706 * simple.el (global-visual-line-mode):
7707 Do not duplicate the mode lighter. (Bug#14858)
7709 2013-07-25 Martin Rudalics <rudalics@gmx.at>
7711 * window.el (display-buffer): In display-buffer bind
7712 split-window-keep-point to t, bug#14829.
7714 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
7716 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
7717 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
7718 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
7719 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
7721 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
7722 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
7724 2013-07-25 Glenn Morris <rgm@gnu.org>
7726 * dired-x.el (dired-mark-extension): Convert comment to doc string.
7728 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
7730 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
7731 parameter to modify-frame-parameters if the value has not changed;
7732 this is a workaround for bug#14949.
7733 (desktop--make-frame): On cl-delete-if call, check parameter name,
7736 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
7738 * vc/vc.el (vc-ignore): New function.
7740 * vc/vc-svn.el (vc-svn-ignore): New function.
7742 * vc/vc-hg.el (vc-hg-ignore): New function.
7744 * vc/vc-git.el (vc-git-ignore): New function.
7746 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
7747 (vc-dir-ignore): New function.
7749 * vc/vc-cvs.el (vc-cvs-ignore): New function.
7750 (cvs-append-to-ignore): Move here from pcvs.el.
7752 * vc/vc-bzr.el (vc-bzr-ignore): New function.
7754 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
7756 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
7758 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
7759 (desktop-restore-frames): Warn when deleting an existing frame failed.
7761 2013-07-24 Glenn Morris <rgm@gnu.org>
7763 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
7765 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
7767 * filenotify.el (file-notify-supported-p):
7768 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
7771 * autorevert.el (auto-revert-use-notify):
7772 (auto-revert-notify-add-watch):
7773 * net/tramp.el (tramp-file-name-for-operation):
7774 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7775 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7776 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7777 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7778 Remove `file-notify-supported-p' entry.
7780 2013-07-24 Glenn Morris <rgm@gnu.org>
7782 * printing.el: Replace all uses of deleted ps-windows-system,
7783 ps-lp-system, ps-flatten-list with lpr- versions.
7785 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7787 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
7788 checked with memq (bug#14935).
7790 * files.el (revert-buffer-function): Use a non-nil default.
7791 (revert-buffer-preserve-modes): Declare var to
7792 provide access to the `preserve-modes' argument.
7793 (revert-buffer): Let-bind it.
7794 (revert-buffer--default): New function, extracted from revert-buffer.
7796 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7798 * lpr.el: Signal print errors more prominently.
7799 (print-region-function): Don't default to nil.
7800 (lpr-print-region): New function, extracted from print-region-1.
7801 Check lpr's return value and signal an error in case of problem.
7802 (print-region-1): Use it.
7803 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
7805 (ps-printer-name): Default to nil.
7806 (ps-printer-name-option): Default to lpr-printer-switch.
7807 (ps-print-region-function): Don't default to nil.
7808 (ps-postscript-code-directory): Simplify default.
7809 (ps-do-despool): Use lpr-print-region to properly check the outcome.
7810 (ps-string-list, ps-eval-switch, ps-flatten-list)
7811 (ps-flatten-list-1): Remove.
7812 (ps-multibyte-buffer): Avoid setq.
7813 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
7814 (print-region-function, ps-print-region-function): Don't set them here.
7816 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
7818 * ido.el (ido-fractionp):
7819 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
7820 (ido-max-file-prompt-width, ido-unc-hosts-cache)
7821 (ido-max-directory-size, ido-max-dir-file-cache)
7822 (ido-decorations): Doc fix.
7824 * ansi-color.el: Fix old URL.
7826 2013-07-23 Michael R. Mauger <michael@mauger.com>
7828 * progmodes/sql.el: Version 3.3
7829 (sql-product-alist): Improve oracle :prompt-cont-regexp.
7830 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
7831 (sql-interactive-remove-continuation-prompt): Rewrite, use
7832 functions above. Fix continuation prompt and complete output line
7834 (sql-redirect-one, sql-execute): Use `read-only-mode' on
7835 redirected output buffer.
7836 (sql-mode): Restore deleted code (Bug#13591).
7838 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
7840 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
7842 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
7844 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
7846 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7847 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7848 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
7850 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
7852 * desktop.el (desktop-clear): Simplify; remove useless checks
7853 against invalid buffer names.
7854 (desktop-list*): Use cl-list*.
7855 (desktop-buffer-info, desktop-create-buffer): Simplify.
7857 2013-07-23 Leo Liu <sdl.web@gmail.com>
7859 * bookmark.el (bookmark-make-record): Restore NAME as a default
7862 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7864 * emacs-lisp/autoload.el (autoload--setup-output): New function,
7865 extracted from autoload--insert-text.
7866 (autoload--insert-text): Remove.
7867 (autoload--print-cookie-text): New function, extracted from
7868 autoload--insert-cookie-text.
7869 (autoload--insert-cookie-text): Remove.
7870 (autoload-generate-file-autoloads): Adjust calls accordingly.
7872 * winner.el (winner-hook-installed-p): Remove.
7873 (winner-mode): Simplify accordingly.
7875 * subr.el (add-to-list): Fix compiler-macro when `append' is
7876 not constant. Don't use `cl-member' for the base case.
7878 * progmodes/subword.el: Fix boundary case (bug#13758).
7879 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
7881 (subword-backward-regexp): Make it a constant.
7882 (subword-forward-internal): Don't treat a trailing capital as the
7883 beginning of a word.
7885 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
7887 * emacs-lisp/package.el (package-menu-mode): Don't modify the
7888 global value of tabulated-list-revert-hook (bug#14930).
7890 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
7892 * desktop.el: Require 'cl-lib.
7893 (desktop-before-saving-frames-functions): New hook.
7894 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
7895 for frames being saved. Rename from desktop--save-minibuffer-frames.
7896 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
7897 Do not save frames with non-nil `desktop-dont-save' parameter.
7898 Filter out deleted frames.
7899 (desktop--find-frame): Use cl-find-if.
7900 (desktop--select-frame): Use cl-(first|second|third) to access values
7902 (desktop--make-frame): Use cl-delete-if.
7903 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
7904 (desktop-restore-frames): Use cl-(first|second|third) to access values
7905 of desktop-mini. Look for visible frame at the end, not while
7908 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
7909 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
7910 Use string-match-p, looking-at-p (bug#14927).
7912 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
7914 * desktop.el (desktop-saved-frame-states):
7915 Rename from desktop--saved-states; all users changed.
7916 (desktop-save-frames): Rename from desktop--save-frames.
7917 Do not save state to desktop file.
7918 (desktop-save): Save desktop-saved-frame-states to desktop file
7920 (desktop-restoring-frames-p): New function.
7921 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
7922 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
7923 buffer-lists when restoring frames. Suggested by Martin Rudalics.
7925 * desktop.el: Correctly restore iconified frames.
7926 (desktop--filter-iconified-position): New function.
7927 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
7929 2013-07-20 Glenn Morris <rgm@gnu.org>
7931 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
7932 Let `message' do the formatting.
7933 (def-gdb-preempt-display-buffer): Add explicit format.
7935 * image-dired.el (image-dired-track-original-file):
7936 Use with-current-buffer.
7937 (image-dired-track-thumbnail): Use with-current-buffer.
7938 Avoid changing point of wrong window.
7940 * image-dired.el (image-dired-track-original-file):
7941 Avoid changing point of wrong window. (Bug#14909)
7943 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
7945 * progmodes/gdb-mi.el (gdb-done-or-error):
7946 Guard against "%" in gdb output. (Bug#14127)
7948 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
7950 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
7953 * international/mule.el (coding-system-iso-2022-flags): Fix last
7956 2013-07-20 Kenichi Handa <handa@gnu.org>
7958 * international/mule.el (coding-system-iso-2022-flags):
7959 Add `8-bit-level-4'. (Bug#8522)
7961 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7963 * net/shr.el (shr-mouse-browse-url): New command and keystroke
7966 * net/eww.el (eww-process-text-input): Allow inputting when the
7967 point is at the start of the line, as the properties aren't
7970 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
7973 2013-07-19 Richard Stallman <rms@gnu.org>
7975 * epa.el (epa-popup-info-window): Doc fix.
7977 * subr.el (split-string): New arg TRIM.
7979 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
7981 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
7982 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
7984 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
7986 * filenotify.el (file-notify--library): Rename from
7987 `file-notify-support'. Do not autoload. Adapt all uses.
7988 (file-notify-supported-p): New defun.
7990 * autorevert.el (auto-revert-use-notify):
7991 Use `file-notify-supported-p' instead of `file-notify-support'.
7993 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
7995 * net/tramp.el (tramp-file-name-for-operation):
7996 Add `file-notify-supported-p'.
7998 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8000 (tramp-sh-file-name-handler-alist): Add it as handler for
8001 `file-notify-supported-p '.
8003 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8004 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8005 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8006 Add `ignore' as handler for `file-notify-*' functions.
8008 2013-07-17 Eli Zaretskii <eliz@gnu.org>
8010 * simple.el (line-move-partial, line-move): Don't start vscroll or
8011 scroll-up if the current line is not taller than the window.
8014 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
8016 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
8017 highlight question marks in the method names as strings.
8018 (ruby-block-beg-keywords): Inline.
8019 (ruby-font-lock-keyword-beg-re): Extract from
8020 `ruby-font-lock-keywords'.
8022 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
8024 * frame.el (blink-cursor-blinks): New defcustom.
8025 (blink-cursor-blinks-done): New defvar.
8026 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
8027 (blink-cursor-timer-function): Check if number of blinks has been
8029 (blink-cursor-suspend, blink-cursor-check): New defuns.
8031 2013-07-15 Glenn Morris <rgm@gnu.org>
8033 * edmacro.el (edmacro-format-keys): Fix previous change.
8035 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
8037 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
8038 The hack didn't work outside English locales anyway.
8040 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
8042 * simple.el (define-alternatives): Rename from alternatives-define,
8043 per RMS' suggestion.
8045 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
8047 * desktop.el (desktop-restore-frames): Change default to t.
8048 (desktop-restore-in-current-display): Now offer more options.
8049 (desktop-restoring-reuses-frames): New customization option.
8050 (desktop--saved-states): Doc fix.
8051 (desktop-filter-parameters-alist): New variable, renamed and expanded
8052 from desktop--excluded-frame-parameters.
8053 (desktop--target-display): New variable.
8054 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
8055 (desktop--filter-tty*, desktop--filter-*-color)
8056 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8057 (desktop--filter-save-desktop-parm)
8058 (desktop-restore-in-original-display-p): New functions.
8059 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
8060 (desktop--save-minibuffer-frames): New function, inspired by a similar
8061 function from Martin Rudalics.
8062 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
8063 (desktop--restore-in-this-display-p): Remove.
8064 (desktop--find-frame): Rename from desktop--find-frame-in-display
8065 and add predicate argument.
8066 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
8067 (desktop--reuse-list): New variable.
8068 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
8070 (desktop--restore-frames): Add support for "minibuffer-special" frames.
8072 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
8074 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
8076 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
8078 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8079 Highlight conversion methods on Kernel.
8081 2013-07-13 Alan Mackenzie <acm@muc.de>
8083 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
8084 and comment it out. This out-commenting enables certain C++
8085 declarations to be parsed correctly.
8087 2013-07-13 Eli Zaretskii <eliz@gnu.org>
8089 * international/mule.el (define-coding-system): Doc fix.
8091 * simple.el (default-font-height): Don't call font-info if the
8092 frame's default font didn't change since the frame was created.
8095 2013-07-13 Leo Liu <sdl.web@gmail.com>
8097 * ido.el (ido-read-file-name): Guard against non-symbol value.
8099 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
8101 * progmodes/python.el (python-imenu--build-tree): Fix corner case
8104 2013-07-13 Leo Liu <sdl.web@gmail.com>
8106 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
8107 ido-set-matches call. (Bug#6852)
8109 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
8111 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
8112 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
8114 (ruby-font-lock-keywords): Distinguish calls to functions with
8115 module-like names from module references. Highlight character
8118 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
8120 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
8121 (gdb-send): Handle continued commands. (Bug#14847)
8123 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
8125 * desktop.el (desktop--v2s): Remove unused local variable.
8126 (desktop-save-buffer): Make defvar-local; adjust docstring.
8127 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
8128 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
8130 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
8132 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
8134 2013-07-12 Eli Zaretskii <eliz@gnu.org>
8136 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
8139 2013-07-12 Glenn Morris <rgm@gnu.org>
8141 * doc-view.el: Require cl-lib at runtime too.
8142 (doc-view-remove-if): Remove.
8143 (doc-view-search-next-match, doc-view-search-previous-match):
8146 * edmacro.el: Require cl-lib at runtime too.
8147 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
8148 (edmacro-mismatch, edmacro-subseq): Remove.
8150 * shadowfile.el: Require cl-lib.
8151 (shadow-remove-if): Remove.
8152 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
8155 * wid-edit.el: Require cl-lib.
8156 (widget-choose): Use cl-remove-if.
8157 (widget-remove-if): Remove.
8159 * progmodes/ebrowse.el: Require cl-lib at runtime too.
8160 (ebrowse-delete-if-not): Remove.
8161 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
8162 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
8163 Use cl-delete-if-not.
8165 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
8167 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
8168 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
8170 2013-07-12 Leo Liu <sdl.web@gmail.com>
8172 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
8174 2013-07-11 Glenn Morris <rgm@gnu.org>
8176 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
8177 (edebug-gensym-index, edebug-gensym):
8178 Remove reimplementation of cl-gensym.
8179 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
8181 * thumbs.el: Require cl-lib at run-time too.
8182 (thumbs-gensym-counter, thumbs-gensym):
8183 Remove reimplementation of cl-gensym.
8184 (thumbs-temp-file): Use cl-gensym.
8186 * emacs-lisp/ert.el: Require cl-lib at runtime too.
8187 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
8188 (ert--intersection, ert--set-difference, ert--set-difference-eq)
8189 (ert--union, ert--gensym-counter, ert--gensym-counter)
8190 (ert--coerce-to-vector, ert--remove*, ert--string-position)
8191 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
8192 (ert-make-test-unbound, ert--expand-should-1)
8193 (ert--expand-should, ert--should-error-handle-error)
8194 (should-error, ert--explain-equal-rec)
8195 (ert--plist-difference-explanation, ert-select-tests)
8196 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
8197 Use cl-lib functions rather than reimplementations.
8199 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
8201 * net/tramp.el (tramp-methods): Extend docstring.
8202 (tramp-connection-timeout): New defcustom.
8203 (tramp-error-with-buffer): Reset timestamp only when appropriate.
8204 (with-tramp-progress-reporter): Simplify.
8205 (tramp-process-actions): Improve messages.
8207 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8208 * net/tramp-sh.el (tramp-maybe-open-connection):
8209 Use `tramp-connection-timeout'.
8210 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
8213 2013-07-11 Leo Liu <sdl.web@gmail.com>
8215 * ido.el (ido-read-file-name): Conform to the requirements of
8216 read-file-name. (Bug#11861)
8217 (ido-read-directory-name): Conform to the requirements of
8218 read-directory-name.
8220 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
8222 * subr.el (delay-warning): New function.
8224 2013-07-10 Eli Zaretskii <eliz@gnu.org>
8226 * simple.el (default-line-height): New function.
8227 (line-move-partial, line-move): Use it instead of computing the
8229 (line-move-partial): Always compute ROWH. If the last line is
8230 partially-visible, but its text is completely visible, allow
8231 cursor to enter such a partially-visible line.
8233 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
8235 Improve error messages. (Bug#14808)
8237 * net/tramp.el (tramp-current-connection): New defvar, moved from
8239 (tramp-message-show-progress-reporter-message): Remove, not
8241 (tramp-error-with-buffer): Show message in minibuffer.
8242 Discard input before waiting. Reset connection timestamp.
8243 (with-tramp-progress-reporter): Improve messages.
8244 (tramp-process-actions): Use progress reporter. Delete process in
8245 case of error. Improve messages.
8247 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
8248 Call `tramp-error-with-buffer' with vector and buffer.
8249 (tramp-current-connection): Remove.
8250 (tramp-maybe-open-connection): The car of
8251 `tramp-current-connection' are the first 3 slots of the vector.
8253 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
8255 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
8256 inside continued strings.
8258 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
8260 Timestamp fixes for undo (Bug#14824).
8261 * files.el (clear-visited-file-modtime): Move here from fileio.c.
8263 2013-07-10 Leo Liu <sdl.web@gmail.com>
8265 * files.el (require-final-newline): Allow safe local value.
8268 2013-07-09 Leo Liu <sdl.web@gmail.com>
8270 * ido.el (ido-read-directory-name): Handle fallback.
8271 (ido-read-file-name): Update DIR to ido-current-directory.
8273 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
8275 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
8277 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
8278 "autoload". Remove "warn lower camel case" section, previously
8279 commented out. Highlight negation char. Do not highlight the
8280 target in singleton method definitions.
8282 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8284 * faces.el (tty-setup-hook): Declare the hook.
8286 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
8287 and detect when a guard/pred depends on local vars (bug#14773).
8288 (pcase--u1): Adjust caller.
8290 2013-07-08 Eli Zaretskii <eliz@gnu.org>
8292 * simple.el (line-move-partial, line-move): Account for
8294 (line-move-partial): Avoid setting vscroll when the last
8295 partially-visible line in window is of default height.
8297 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8299 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
8302 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
8304 * subr.el (read-quoted-char): Remove unused local variable `char'.
8306 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
8308 * ediff.el (ediff-version): Version update.
8309 (ediff-files-command, ediff3-files-command, ediff-merge-command)
8310 (ediff-merge-with-ancestor-command, ediff-directories-command)
8311 (ediff-directories3-command, ediff-merge-directories-command)
8312 (ediff-merge-directories-with-ancestor-command): New functions.
8313 All are command-line interfaces to ediff: to facilitate calling
8314 Emacs with the appropriate ediff functions invoked.
8316 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
8317 (viper-save-kill-buffer): Check if buffer is modified.
8319 * viper.el (viper-version): Version update.
8320 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
8322 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8324 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
8325 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
8326 (viper-intercept-ESC-key): Simplify.
8327 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
8328 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
8329 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
8330 (viper-setup-ESC-to-escape): New functions.
8331 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
8332 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
8334 2013-07-07 Eli Zaretskii <eliz@gnu.org>
8336 * simple.el (default-font-height, window-screen-lines):
8338 (line-move, line-move-partial): Use them instead of
8339 frame-char-height and window-text-height. This makes scrolling
8340 text smoother when the buffer's default face uses a font that is
8341 different from the frame's default font.
8343 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
8345 * files.el (write-file): Do not display confirm dialog for NS,
8346 it does its own dialog, which can't be canceled (Bug#14578).
8348 2013-07-06 Eli Zaretskii <eliz@gnu.org>
8350 * simple.el (line-move-partial): Adjust the row returned by
8351 posn-at-point for the current window-vscroll. (Bug#14567)
8353 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
8355 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
8356 (tramp-sh-file-inotifywait-process-filter): Handle file names with
8359 2013-07-06 Martin Rudalics <rudalics@gmx.at>
8361 * window.el (window-state-put-stale-windows): New variable.
8362 (window--state-put-2): Save list of windows without matching buffer.
8363 (window-state-put): Remove "bufferless" windows if possible.
8365 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
8367 * simple.el (alternatives-define): Remove leftover :group keyword.
8370 2013-07-06 Leo Liu <sdl.web@gmail.com>
8372 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
8373 (ido-enable-virtual-buffers): New variable.
8374 (ido-buffer-internal, ido-toggle-virtual-buffers)
8375 (ido-make-buffer-list): Use it.
8376 (ido-exhibit): Support turning on and off virtual buffers
8379 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
8381 * simple.el (alternatives-define): New macro.
8383 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
8385 * subr.el (read-quoted-char): Use read-key.
8386 (sit-for): Let read-event decode tty input (bug#14782).
8388 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
8390 * calendar/todo-mode.el: Add handling of file deletion, both by
8391 mode command and externally. Fix various related bugs.
8392 Clarify Commentary and improve some documentation strings and code.
8393 (todo-delete-file): New command.
8394 (todo-check-file): New function.
8395 (todo-show): Handle external deletion of the file we're trying to
8396 show (bug#14688). Replace called-interactively-p by an optional
8397 prefix argument to avoid problematic interaction with catch form
8398 when byte compiled (bug#14702).
8399 (todo-quit): Handle external deletion of the archive's todo file.
8400 Make sure the buffer that was visiting the archive file is still
8401 live before trying to bury it.
8402 (todo-category-completions): Handle external deletion of any
8403 category completion files.
8404 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
8405 of todo files, in case of external deletion.
8406 (todo-add-file): Replace unnecessary setq by let-binding.
8407 (todo-find-archive): Check whether there are any archives.
8408 Replace unnecessary setq by let-binding.
8409 (todo-archive-done-item): Use find-file-noselect to get the
8410 archive buffer whether or not the archive already exists.
8411 Remove superfluous code. Use file size instead of buffer-file-name to
8412 check if the archive is new; if it is, update list of archives.
8413 (todo-default-todo-file): Allow nil to be a valid value for when
8414 there are no todo files.
8415 (todo-reevaluate-default-file-defcustom): Use corrected definition
8416 of todo-default-todo-file.
8417 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
8418 (todo-delete-category, todo-show-categories-table)
8419 (todo-category-number): Clarify comment.
8420 (todo-filter-items): Clarify documentation string.
8421 (todo-show-current-file, todo-display-as-todo-file)
8422 (todo-reset-and-enable-done-separator): Tweak documentation string.
8423 (todo-done-separator): Make separator length window-width, since
8424 bug#2749 is now fixed.
8426 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
8428 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
8429 Support both "gvfs-monitor-dir" and "inotifywait".
8430 (tramp-sh-file-inotifywait-process-filter): Rename from
8431 `tramp-sh-file-notify-process-filter'.
8432 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8433 (tramp-get-remote-gvfs-monitor-dir): New defuns.
8435 2013-07-05 Leo Liu <sdl.web@gmail.com>
8437 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
8439 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8441 * frame.el (display-pixel-height, display-pixel-width)
8442 (display-mm-height, display-mm-width): Mention behavior on
8443 multi-monitor setups in docstrings.
8444 (w32-display-monitor-attributes-list): Declare function.
8445 (display-monitor-attributes-list): Use it.
8447 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
8449 * filenotify.el: New package.
8451 * autorevert.el (top): Require filenotify.el.
8452 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
8454 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
8455 (auto-revert-notify-handler): Use `file-notify-*' functions.
8457 * subr.el (file-notify-handle-event): Move function to filenotify.el.
8459 * net/tramp.el (tramp-file-name-for-operation):
8460 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
8462 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
8463 for `file-notify-add-watch' and `file-notify-rm-watch'.
8464 (tramp-process-sentinel): Improve trace.
8465 (tramp-sh-handle-file-notify-add-watch)
8466 (tramp-sh-file-notify-process-filter)
8467 (tramp-sh-handle-file-notify-rm-watch)
8468 (tramp-get-remote-inotifywait): New defuns.
8470 2013-07-03 Juri Linkov <juri@jurta.org>
8472 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
8473 call of `occur-read-primary-args' to interactive spec.
8475 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
8476 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
8478 2013-07-03 Matthias Meulien <orontee@gmail.com>
8480 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
8481 `Buffer-menu-multi-occur'. Add it to the menu.
8482 (Buffer-menu-mode): Document it in docstring.
8483 (Buffer-menu-multi-occur): New command. (Bug#14673)
8485 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
8487 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
8488 keywords and built-ins.
8490 2013-07-03 Glenn Morris <rgm@gnu.org>
8492 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
8494 Make info-xref checks case-sensitive by default
8495 * info.el (Info-find-node, Info-find-in-tag-table)
8496 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
8497 Add option for exact case matching of nodes.
8498 * info-xref.el (info-xref): New custom group.
8499 (info-xref-case-fold): New option.
8500 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
8502 2013-07-03 Leo Liu <sdl.web@gmail.com>
8504 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
8506 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
8508 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
8509 middle of block statement initially, lower the depth. Remove
8510 FIXME comment, not longer valid. Remove middle of block statement
8511 detection, no need to do that anymore since we've been using
8512 `ruby-parse-region' here.
8514 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
8516 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
8518 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
8520 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
8522 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
8524 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
8525 (desktop-restore-in-current-display): New customization option.
8526 (desktop--excluded-frame-parameters): Add `font'.
8527 (desktop--save-frames): Rename from desktop--save-windows.
8528 (desktop--restore-in-this-display-p): New function.
8529 (desktop--make-full-frame): Remove unwanted width/height from
8530 full(width|height) frames.
8531 (desktop--restore-frames): Rename from desktop--restore-windows.
8532 Obey desktop-restore-current-display. Do not delete old frames or
8533 select a new frame unless we were able to restore at least one frame.
8535 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
8537 * files.el (find-file-noselect): Simplify conditional expression.
8539 * textmodes/remember.el (remember-append-to-file):
8540 Don't mix `find-buffer-visiting' and `get-file-buffer'.
8542 Add `remember-notes' function to store random notes across Emacs
8544 * textmodes/remember.el (remember-data-file): Add :set callback to
8545 affect notes buffer (if any).
8546 (remember-notes): New command.
8547 (remember-notes-buffer-name, bury-remember-notes-on-kill):
8548 New defcustoms for the `remember-notes' function.
8549 (remember-notes-save-and-bury-buffer): New command.
8550 (remember-notes-mode-map): New variable.
8551 (remember-mode): New minor mode.
8552 (remember-notes--kill-buffer-query): New function.
8553 * startup.el (initial-buffer-choice): Add notes to custom type.
8555 2013-06-30 Eli Zaretskii <eliz@gnu.org>
8557 * bindings.el (right-char, left-char): Don't call sit-for, this is
8558 no longer needed. Use arithmetic comparison only for numerical
8561 * international/mule-cmds.el (select-safe-coding-system):
8562 Handle the case of FROM being a string correctly. (Bug#14755)
8564 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8566 * net/shr.el (shr-make-table-1): Add a sanity check that allows
8567 progression on degenerate tables.
8568 (shr-rescale-image): ImageMagick animated images currently don't work.
8570 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
8572 Some fixes and improvements for desktop frame restoration.
8573 It is still experimental and disabled by default.
8574 * desktop.el (desktop--save-windows): Put the selected frame at
8575 the head of the list.
8576 (desktop--make-full-frame): New function.
8577 (desktop--restore-windows): Try to re-select the frame that was
8578 selected upon saving. Do not abort if some frames fail to restore,
8579 just show an error message and continue. Set up maximized frames
8580 so they have default non-maximized dimensions.
8582 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
8584 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
8585 Don't start heredoc inside a string or comment.
8587 2013-06-29 Eli Zaretskii <eliz@gnu.org>
8589 * bindings.el (visual-order-cursor-movement): New defcustom.
8590 (right-char, left-char): Provide visual-order cursor motion by
8591 calling move-point-visually. Update the doc strings.
8593 2013-06-28 Kenichi Handa <handa@gnu.org>
8595 * international/mule.el (define-coding-system): New coding system
8596 properties :inhibit-null-byte-detection,
8597 :inhibit-iso-escape-detection, and :prefer-utf-8.
8598 (set-buffer-file-coding-system): If :charset-list property of
8599 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
8600 appropriate for setting.
8602 * international/mule-cmds.el (select-safe-coding-system):
8603 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
8604 multibyte characters, return utf-8 (or one of its siblings).
8606 * international/mule-conf.el (prefer-utf-8): New coding system.
8607 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
8610 2013-06-28 Ivan Kanis <ivan@kanis.fr>
8612 * net/shr.el (shr-render-region): New function.
8614 * net/eww.el: Autoload `eww-browse-url'.
8616 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
8618 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8619 Adapt to `package-desc-version' being a list.
8620 Use `package--ac-desc-version' to retrieve version from a package
8623 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
8625 New experimental feature to save&restore window and frame setup.
8626 * desktop.el (desktop-save-windows): New defcustom.
8627 (desktop--saved-states): New var.
8628 (desktop--excluded-frame-parameters): New defconst.
8629 (desktop--filter-frame-parms, desktop--find-frame-in-display)
8630 (desktop--restore-windows, desktop--save-windows): New functions.
8631 (desktop-save): Call `desktop--save-windows'.
8632 (desktop-read): Call `desktop--restore-windows'.
8634 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8636 * net/shr.el (add-face-text-property): Remove compat definition.
8638 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
8640 * info.el (Info-try-follow-nearest-node): Move search for footnote
8641 above search for node name to prevent missing a footnote (bug#14717).
8643 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
8645 * obsolete/otodo-mode.el: Add obsolescence info to file header.
8647 2013-06-27 Leo Liu <sdl.web@gmail.com>
8649 * net/eww.el (eww-read-bookmarks): Check file size.
8651 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8653 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
8654 advice--pending if newdef is nil or an autoload (bug#13820).
8655 (advice-mapc): New function.
8657 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8659 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
8661 (eww-mode-map): Add a menu bar.
8662 (eww-add-bookmark): New command.
8663 (eww-bookmark-mode): New mode and commands.
8664 (eww-add-bookmark): Remove newlines from the title.
8665 (eww-bookmark-browse): Don't bug out if it's the only window.
8667 2013-06-26 Glenn Morris <rgm@gnu.org>
8669 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
8670 (hfy-size): Handle ttys. (Bug#14668)
8672 * info-xref.el: Update for Texinfo 5 change in *note format.
8673 (info-xref-node-re, info-xref-note-re): New constants.
8674 (info-xref-check-buffer): Use info-xref-note-re.
8676 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8678 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
8680 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
8681 nil terminate the loop (bug#14718).
8683 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8685 * net/eww.el: Rework history traversal. When going forward/back,
8686 put these actions into the history, too, so that they can be
8688 (eww-render): Move the history reset to the correct buffer.
8690 2013-06-25 Juri Linkov <juri@jurta.org>
8692 * files-x.el (modify-dir-local-variable): Change the header comment
8693 in the file with directory local variables. (Bug#14692)
8695 * files-x.el (read-file-local-variable-value): Add `default'.
8698 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8700 * net/eww.el (eww-make-unique-file-name): Create a unique file
8701 name before saving to entering `y' accidentally asynchronously.
8703 2013-06-25 Ivan Kanis <ivan@kanis.fr>
8705 * net/eww.el (eww-download): New command and keystroke.
8707 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8709 * net/eww.el (eww-copy-page-url): Change name of command.
8711 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
8712 be more consistent with Info and dired.
8714 * net/eww.el (eww-mode-map): Ditto.
8716 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8718 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
8719 packages from archives.
8720 (package-archive-contents): Change format; include obsolete packages.
8721 (package-desc): Use `dir' to mark builtin packages.
8722 (package--from-builtin): Set the `dir' field to `builtin'.
8723 (generated-autoload-file, version-control): Declare.
8724 (package-compute-transaction): Change first arg and return value to be
8725 lists of package-descs. Adjust to new package-archive-contents format.
8726 (package--add-to-archive-contents): Adjust to new
8727 package-archive-contents format.
8728 (package-download-transaction): Arg is now a list of package-descs.
8729 (package-install): If `pkg' is a package name, pass it as
8730 a requirement, so it is subject to the usual (e.g. disabled) checks.
8731 (describe-package): Accept package-desc as well.
8732 (describe-package-1): Describe a specific package-desc. Add links to
8733 other package-descs for the same package name.
8734 (package-menu-describe-package): Pass the actual package-desc.
8735 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
8737 (package-desc-status): New function.
8738 (package-menu--refresh): New function, extracted
8739 from package-menu--generate.
8740 (package-menu--generate): Use it.
8741 (package-delete): Update package-alist.
8742 (package-menu-execute): Don't call package-initialize.
8744 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
8745 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
8746 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
8747 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
8748 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
8749 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
8751 2013-06-25 Martin Rudalics <rudalics@gmx.at>
8753 * window.el (window--state-get-1): Workaround for bug#14527.
8754 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
8756 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8758 * net/eww.el (eww-back-url): Implement the history by stashing all
8759 the data into a list.
8760 (eww-forward-url): Allow going forward in the history, too.
8762 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8764 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
8765 for values and use read--expression for expressions (bug#14710).
8766 (read-file-local-variable): Avoid setq.
8767 (read-file-local-variable-mode): Use minor-mode-list.
8769 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8771 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
8774 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8776 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
8777 Update imenu-support when dialect changes.
8779 2013-06-25 Leo Liu <sdl.web@gmail.com>
8781 * ido.el (ido-read-internal): Allow forward slash on windows.
8783 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8785 * net/eww.el (eww): Start of strings is \\`, not ^.
8787 2013-06-24 Ivan Kanis <ivan@kanis.fr>
8789 * net/shr.el (shr-browse-url): Fix interactive spec.
8791 * net/eww.el (eww): Add a trailing slash to domain names.
8793 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
8795 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
8797 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8799 * net/shr.el (shr-browse-url): Use an external browser if given a
8802 * net/eww.el (eww-external-browser): Move to shr.
8804 2013-06-24 Ivan Kanis <ivan@kanis.fr>
8806 * net/eww.el (eww): Work more correctly for file: URLs.
8807 (eww-detect-charset): Allow quoted charsets.
8808 (eww-yank-page-url): New command and keystroke.
8810 2013-06-24 Daiki Ueno <ueno@gnu.org>
8812 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
8813 file name of gpg executable.
8814 (epg-context-program): New function.
8815 (epg-context-home-directory): New function.
8816 (epg-context-set-program): New function.
8817 (epg-context-set-home-directory): New function.
8818 (epg--start): Use `epg-context-program' instead of
8820 (epg--list-keys-1): Likewise.
8822 2013-06-24 Leo Liu <sdl.web@gmail.com>
8824 * ido.el (ido-read-internal): Fix bug#14620.
8826 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
8828 * faces.el (face-documentation): Simplify.
8829 (read-face-attribute, tty-find-type, x-resolve-font-name):
8830 Use `string-match-p'.
8831 (list-faces-display): Use `string-match-p'. Simplify.
8832 (face-spec-recalc): Check face to avoid face alias loops.
8833 (read-color): Use `string-match-p' and non-capturing parenthesis.
8835 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8837 * net/shr.el (shr-rescale-image): Use the new
8838 :max-width/:max-height functionality.
8840 2013-06-23 Ivan Kanis <ivan@kanis.fr>
8842 * net/eww.el (eww-search-prefix): New variable.
8844 (eww-external-browser): New variable.
8845 (eww-mode-map): New keystroke.
8846 (eww-browse-with-external-browser): New command.
8848 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
8850 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
8852 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
8853 Don't skip aligning the next header field when padding is 0;
8854 otherwise, field width is not respected unless the title is as
8857 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8859 * emacs-lisp/package.el (package-el-version): Remove.
8860 (package-process-define-package): Fix inf-loop.
8861 (package-install): Allow symbols as arguments again.
8863 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
8865 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
8866 add some more keyword-like methods.
8867 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
8869 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
8871 * bs.el (bs-buffer-show-mark): Make defvar-local.
8872 (bs-mode): Use setq-local.
8874 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
8875 (emacs-lock--try-unlocking): Make defvar-local.
8877 2013-06-22 Glenn Morris <rgm@gnu.org>
8879 * play/cookie1.el (cookie-apropos): Minor simplification.
8881 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
8883 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
8885 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
8886 `regexp-opt', it breaks the build during dumping.
8888 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
8890 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8891 Highlight keyword-like methods on Kernel and Module with
8892 font-lock-builtin-face.
8893 (auto-mode-alist): Consolidate different entries into one regexp
8894 and add more *file-s.
8896 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
8898 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
8900 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
8901 (diary-entry): Use it in the action of this button type instead of
8904 * calendar/todo-mode.el: New version.
8905 (todo-add-category): Append new category to end of file and give
8906 it the highest number, instead of putting it at the beginning and
8907 giving it 0. Incorporate noninteractive functionality.
8908 (todo-forward-category): Adapt to 1-based category numbering.
8909 Allow skipping over archived categories.
8910 (todo-backward-category): Derive from todo-forward-category.
8911 (todo-backward-item, todo-forward-item): Make noninteractive and
8912 delegate interactive part to new commands. Make sensitive to done items.
8913 (todo-categories): Make value an alist of category names and
8914 vectors of item counts.
8915 (todo-category-beg): Make a defconst.
8916 (todo-category-number): Use 1 instead of 0 as initial value.
8917 (todo-category-select): Make sensitive to overlays, optional item
8918 highlighting and done items.
8919 (todo-delete-item): Make sensitive to overlays and marked and done items.
8920 (todo-edit-item): Make sensitive to overlays and editing of
8921 date/time header optional. Add format checks.
8922 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
8923 no-op if point is not on an item. Advertise using todo-edit-quit.
8924 (todo-edit-mode): Make sensitive to new format, font-locking, and
8925 multiple todo files.
8926 (todo-insert-item, todo-insert-item-here): Derive from
8927 todo-basic-insert-item and extend functionality.
8928 (todo-item-end, todo-item-start): Make sensitive to done items.
8929 (todo-item-string): Don't return text properties. Restore point.
8930 (todo-jump-to-category): Make sensitive to multiple todo files and
8931 todo archives. Use extended category completion.
8932 (todo-lower-item, todo-raise-item): Rename to *-priority and
8933 derive from todo-set-item-priority.
8934 (todo-mode): Derive from special-mode. Make sensitive to new
8935 format, font-locking and multiple todo files. Make read-only.
8936 (todo-mode-map): Don't suppress digit keys, so they can supply
8937 prefix arguments. Add many new key bindings.
8938 (todo-prefix): Insert as an overlay instead of file text.
8939 Change semantics from diary date expression to purely visual mark.
8940 (todo-print): Rename to todo-print-buffer. Make buffer display
8941 features printable. Remove option to restrict number of items
8942 printed. Add option to print to file.
8943 (todo-print-function): Rename to todo-print-buffer-function.
8944 (todo-quit): Extend to handle exiting new todo modes.
8945 (todo-remove-item): Make sensitive to overlays.
8946 (todo-save): Extend to buffers of filtered items.
8947 (todo-show): Make sensitive to done items, multiple todo files and
8948 new todo modes. Offer to convert legacy todo file before creating
8949 first new todo file.
8950 (todo-show-priorities): Rename to todo-top-priorities.
8951 Change semantics of value 0.
8952 (todo-top-priorities): Rename to todo-filter-top-priorities,
8953 derive from todo-filter-items and extend functionality.
8954 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
8955 and extend functionality to other types of filtered items.
8956 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
8957 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
8958 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
8959 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
8960 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
8961 (todo-edit-mode-hook, todo-entry-prefix-function)
8962 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
8963 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
8964 (todo-initials, todo-insert-threshold, todo-item-string-start)
8965 (todo-line-string, todo-menu, todo-mode-hook)
8966 (todo-more-important-p, todo-previous-answer, todo-previous-line)
8967 (todo-print-priorities, todo-remove-separator)
8968 (todo-save-top-priorities-too, todo-string-count-lines)
8969 (todo-string-multiline-p, todo-time-string-format)
8970 (todo-tmp-buffer-name): Remove.
8971 (todo-add-file, todo-archive-done-item, todo-choose-archive)
8972 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
8973 (todo-edit-category-diary-inclusion)
8974 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
8975 (todo-edit-file, todo-edit-item-date-day)
8976 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
8977 (todo-edit-item-date-month, todo-edit-item-date-to-today)
8978 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
8979 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
8980 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
8981 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
8982 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
8983 (todo-filter-top-priorities-multifile, todo-find-archive)
8984 (todo-find-filtered-items-file, todo-go-to-source-item)
8985 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
8986 (todo-jump-to-archive-category, todo-lower-category)
8987 (todo-mark-category, todo-marked-item-p, todo-merge-category)
8988 (todo-move-category, todo-move-item, todo-next-button)
8989 (todo-next-item, todo-padded-string, todo-powerset)
8990 (todo-previous-button, todo-previous-item)
8991 (todo-print-buffer-to-file, todo-raise-category)
8992 (todo-rename-category, todo-repair-categories-sexp, todo-search)
8993 (todo-set-category-number, todo-set-item-priority)
8994 (todo-set-top-priorities-in-category)
8995 (todo-set-top-priorities-in-file, todo-show-categories-table)
8996 (todo-sort-categories-alphabetically-or-numerically)
8997 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
8998 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
8999 (todo-toggle-item-header, todo-toggle-item-highlighting)
9000 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
9001 (todo-toggle-view-done-items, todo-toggle-view-done-only)
9002 (todo-unarchive-items, todo-unmark-category): New commands.
9003 (todo-absolute-file-name, todo-add-to-buffer-list)
9004 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
9005 (todo-basic-insert-item, todo-category-completions)
9006 (todo-category-number, todo-category-string-matcher-1)
9007 (todo-category-string-matcher-2, todo-check-filtered-items-file)
9008 (todo-check-format, todo-clear-matches)
9009 (todo-comment-string-matcher, todo-convert-legacy-date-time)
9010 (todo-current-category, todo-date-string-matcher)
9011 (todo-define-insertion-command, todo-diary-expired-matcher)
9012 (todo-diary-goto-entry, todo-diary-item-p)
9013 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
9014 (todo-display-categories, todo-display-sorted, todo-done-item-p)
9015 (todo-done-item-section-p, todo-done-separator)
9016 (todo-done-string-matcher, todo-files, todo-filter-items)
9017 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
9018 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
9019 (todo-insert-category-line, todo-insert-item-from-calendar)
9020 (todo-insert-sort-button, todo-insert-with-overlays)
9021 (todo-insertion-command-name, todo-insertion-key-bindings)
9022 (todo-label-to-key, todo-longest-category-name-length)
9023 (todo-make-categories-list, todo-mode-external-set)
9024 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
9025 (todo-modes-set-3, todo-multiple-filter-files)
9026 (todo-nondiary-marker-matcher, todo-prefix-overlays)
9027 (todo-read-category, todo-read-date, todo-read-dayname)
9028 (todo-read-file-name, todo-read-time)
9029 (todo-reevaluate-category-completions-files-defcustom)
9030 (todo-reevaluate-default-file-defcustom)
9031 (todo-reevaluate-filelist-defcustoms)
9032 (todo-reevaluate-filter-files-defcustom)
9033 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
9034 (todo-reset-done-separator, todo-reset-done-separator-string)
9035 (todo-reset-done-string, todo-reset-global-current-todo-file)
9036 (todo-reset-highlight-item, todo-reset-nondiary-marker)
9037 (todo-reset-prefix, todo-set-categories)
9038 (todo-set-date-from-calendar, todo-set-show-current-file)
9039 (todo-set-top-priorities, todo-short-file-name)
9040 (todo-show-current-file, todo-sort, todo-time-string-matcher)
9041 (todo-total-item-counts, todo-update-buffer-list)
9042 (todo-update-categories-display, todo-update-categories-sexp)
9043 (todo-update-count, todo-validate-name, todo-y-or-n-p):
9045 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
9047 (todo-categories, todo-display, todo-edit, todo-faces)
9048 (todo-filtered): New defgroups.
9049 (todo-archived-only, todo-button, todo-category-string, todo-date)
9050 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
9051 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
9052 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
9053 (todo-add-item-if-new-category, todo-always-add-time-string)
9054 (todo-categories-align, todo-categories-archived-label)
9055 (todo-categories-category-label, todo-categories-diary-label)
9056 (todo-categories-done-label, todo-categories-number-separator)
9057 (todo-categories-todo-label, todo-categories-totals-label)
9058 (todo-category-completions-files, todo-completion-ignore-case)
9059 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
9060 (todo-done-separator-string, todo-done-string)
9061 (todo-files-function, todo-filter-done-items, todo-filter-files)
9062 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
9063 (todo-initial-category, todo-initial-file, todo-item-mark)
9064 (todo-legacy-date-time-regexp, todo-mode-line-function)
9065 (todo-nondiary-marker, todo-number-prefix)
9066 (todo-print-buffer-function, todo-show-current-file)
9067 (todo-show-done-only, todo-show-first, todo-show-with-done)
9068 (todo-skip-archived-categories, todo-top-priorities-overrides)
9069 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
9070 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
9072 (todo-category-done, todo-date-pattern, todo-date-string-start)
9073 (todo-diary-items-buffer, todo-done-string-start)
9074 (todo-filtered-items-buffer, todo-item-start)
9075 (todo-month-abbrev-array, todo-month-name-array)
9076 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
9077 (todo-top-priorities-buffer): New defconsts.
9078 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
9079 (todo-categories-with-marks, todo-category-string-face)
9080 (todo-comment-face, todo-comment-string, todo-current-todo-file)
9081 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
9082 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
9083 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
9084 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
9085 (todo-font-lock-keywords, todo-global-current-todo-file)
9086 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
9087 (todo-insertion-commands-args)
9088 (todo-insertion-commands-args-genlist)
9089 (todo-insertion-commands-names, todo-insertion-map)
9090 (todo-key-bindings-t, todo-key-bindings-t+a)
9091 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
9092 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
9093 (todo-nondiary-face, todo-print-buffer, todo-time-face)
9094 (todo-visited): New variables.
9096 2013-06-21 Glenn Morris <rgm@gnu.org>
9098 * play/cookie1.el (cookie-apropos): Add optional display argument.
9099 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
9100 (psychoanalyze-pinhead): Use cookie-doctor.
9102 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
9104 * emacs-lisp/package.el (tar-get-file-descriptor)
9105 (tar--extract): Declare.
9107 2013-06-21 Eduard Wiebe <usenet@pusto.de>
9109 Extend flymake's warning predicate to be a function (bug#14217).
9110 * progmodes/flymake.el (flymake-warning-predicate): New.
9111 (flymake-parse-line): Use it.
9112 (flymake-warning-re): Make obsolete alias to
9113 `flymake-warning-predicate'.
9115 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9117 * emacs-lisp/package.el (package-alist): Include obsolete packages.
9118 (package-obsolete-list): Remove.
9119 (package-activate): Remove min-version argument. Add `force' argument.
9120 Adjust to new package-alist format.
9121 (package-mark-obsolete): Remove.
9122 (package-unpack): Force reload of the package's autoloads.
9123 (package-installed-p): Check builtins if the installed package is not
9125 (package-initialize): Don't reset package-obsolete-list.
9126 Don't specify which package version to activate.
9127 (package-process-define-package, describe-package-1)
9128 (package-menu--generate): Adjust to new package-alist format.
9130 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
9132 * allout-widgets.el (allout-widgets-mode-off)
9133 (allout-widgets-mode-on, allout-widgets-pre-command-business)
9134 (allout-widgets-post-command-business)
9135 (allout-widgets-after-copy-or-kill-function)
9136 (allout-widgets-after-undo-function, allout-test-range-overlaps)
9137 (allout-decorate-item-and-context)
9138 (allout-graphics-modification-handler): Fix typos in docstrings.
9139 (allout-get-or-create-parent-widget): Use `looking-at-p'.
9141 * cmuscheme.el (scheme-start-file): Doc fix.
9142 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
9143 (scheme-input-filter): Use `string-match-p'.
9145 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
9147 * dired-x.el: Use Dired consistently in docstrings.
9149 * dired.el: Use Dired consistently in docstrings.
9150 (dired-readin, dired-mode): Use `setq-local'.
9151 (dired-switches-alist): Make defvar-local.
9152 (dired-buffers-for-dir): Use `zerop'.
9153 (dired-safe-switches-p, dired-switches-escape-p)
9154 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
9155 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
9156 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
9157 (dired-goto-next-nontrivial-file): Use `string-match-p'.
9158 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
9159 (dired-toggle-marks, dired-mark-files-containing-regexp)
9160 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
9161 (dired-flag-auto-save-files, dired-flag-backup-files):
9163 (dired-mark-files-regexp, dired-build-subdir-alist):
9164 Use `string-match-p', `looking-at-p'.
9166 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
9167 (direct-print-region-helper): Use `string-match-p'.
9169 2013-06-21 Leo Liu <sdl.web@gmail.com>
9171 * comint.el (comint-redirect-results-list-from-process):
9174 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9176 * net/eww.el (eww-update-header-line-format): Quote % characters.
9178 2013-06-21 Glenn Morris <rgm@gnu.org>
9180 * play/cookie1.el (cookie): New custom group.
9181 (cookie-file): New option.
9182 (cookie-check-file): New function.
9183 (cookie): Make it interactive. Make start and end messages optional.
9184 Interactively, display the result. Default to cookie-file.
9185 (cookie-insert): Default to cookie-file.
9186 (cookie-snarf): Make start and end messages optional.
9187 Default to cookie-file. Use with-temp-buffer.
9188 (cookie-read): Rename from read-cookie.
9189 Make start and end messages optional. Default to cookie-file.
9190 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
9192 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
9193 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
9195 2013-06-21 Leo Liu <sdl.web@gmail.com>
9197 * progmodes/octave.el (octave-mode): Backward compatibility fix.
9199 2013-06-21 Glenn Morris <rgm@gnu.org>
9201 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
9203 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9204 Daniel Hackney <dan@haxney.org>
9206 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
9207 Consolidate the single-file vs tarball code.
9208 (package-desc-suffix): New function.
9209 (package-desc-full-name): Don't bother inlining it.
9210 (package-load-descriptor): Return the new package-desc.
9211 (package-mark-obsolete): Remove unused arg `package'.
9212 (package-unpack): Make it work for single files as well.
9213 Make it update package-alist.
9214 (package--make-autoloads-and-stuff): Rename from
9215 package--make-autoloads-and-compile. Don't compile any more.
9216 (package--compile): New function.
9217 (package-generate-description-file): New function, extracted from
9218 package-unpack-single.
9219 (package-unpack-single): Remove.
9220 (package--with-work-buffer): Add indentation and debugging info.
9221 (package-download-single): Remove.
9222 (package-install-from-archive): Rename from package-download-tar, make
9223 it take a pkg-desc, and make it work for single files as well.
9224 (package-download-transaction): Simplify.
9225 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
9226 external tar program.
9227 (package-install-from-buffer): Remove `pkg-desc' argument.
9228 Use package-tar-file-info for tar-mode buffers.
9229 (package-install-file): Simplify accordingly.
9230 (package-archive-base): Change to take a pkg-desc.
9231 * tar-mode.el (tar--check-descriptor): New function, extracted from
9233 (tar-get-descriptor): Use it.
9234 (tar-get-file-descriptor): New function.
9235 (tar--extract): New function, extracted from tar-extract.
9236 (tar--extract): Use it.
9237 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
9238 case the summary uses non-ascii. Adjust to new calling convention of
9239 package-tar-file-info.
9241 2013-06-21 Leo Liu <sdl.web@gmail.com>
9243 * comint.el (comint-redirect-results-list-from-process):
9244 Fix random delay. (Bug#14681)
9246 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
9248 * profiler.el (profiler-format-number): Use log, not log10.
9250 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
9252 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
9254 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9256 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
9257 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
9259 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
9260 (AUTOGENEL): ... here.
9261 * emacs-lisp/cl-macs.el (cl--sublis): New function.
9262 (cl--defsubst-expand): Use it.
9264 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
9266 * subr.el (log10): Move here from C code, and declare as obsolete.
9267 All uses of (log10 X) replaced with (log X 10).
9269 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
9271 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
9272 Declare with `defvar-local'.
9273 (tabulated-list-use-header-line, tabulated-list-entries)
9274 (tabulated-list-padding, tabulated-list-printer)
9275 (tabulated-list-sort-key): Declare with `defvar-local'.
9276 (tabulated-list-init-header, tabulated-list-print-fake-header):
9279 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
9281 * arc-mode.el (archive-mode): Add `archive-write-file' to
9282 `write-contents-functions' also for remote files. (Bug#14652)
9284 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
9286 * cus-edit.el (custom-commands): Fix typos.
9287 (custom-display): Fix tooltip text.
9288 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
9289 Fix typos in docstrings.
9290 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
9291 (custom-unlispify-menu-entry, custom-magic-value-create)
9292 (custom-add-see-also, custom-group-value-create): Use ?\s.
9293 (custom-guess-type, customize-apropos, editable-field)
9294 (custom-face-value-create): Use `string-match-p'.
9295 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
9297 * custom.el (custom-load-symbol): Use `string-match-p'.
9299 * ansi-color.el: Convert to lexical binding.
9300 (ansi-colors): Fix URL.
9301 (ansi-color-context, ansi-color-context-region): Use defvar-local.
9302 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
9303 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
9305 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9307 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
9309 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
9311 2013-06-19 Tom Tromey <tromey@redhat.com>
9313 * net/eww.el (eww-top-url): Remove.
9314 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
9315 (eww-render): Set new variables. Don't set eww-top-url.
9316 (eww-handle-link): Handle "prev", "home", and "contents".
9317 Downcase the rel text.
9318 (eww-top-url): Choose best top URL.
9320 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9322 * net/eww.el: Rewrite to implement form elements "by hand" instead of
9323 relying in widget.el. Using widget.el leads to too many
9324 user interface inconsistencies.
9325 (eww-self-insert): Implement entering commands in text fields.
9326 (eww-process-text-input): New function to make text input field editing
9328 (eww-submit): Rewrite to use the new-style form methods.
9329 (eww-select-display): Display the correct selected item.
9330 (eww-change-select): Implement changing the select value.
9331 (eww-toggle-checkbox): Implement radio/checkboxes.
9332 (eww-update-field): Fix compilation error.
9333 (eww-tag-textarea): Implement <textarea>.
9335 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
9336 we don't shadow mode-specific bindings.
9338 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
9341 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
9343 2013-06-19 Glenn Morris <rgm@gnu.org>
9345 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
9347 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
9349 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
9352 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
9354 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9356 * net/browse-url.el (browse-url-browser-function):
9357 `eww-browse-url' has the right calling signature, `eww' does not.
9359 2013-06-19 Glenn Morris <rgm@gnu.org>
9361 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9362 Only eval autoloaded macros.
9363 (byte-compile-autoload): Only give the macro warning for macros.
9365 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
9366 (ps-underlined-faces): Declare.
9368 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
9369 (speedbar-add-supported-extension): Declare.
9371 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
9372 Don't include a date stamp in the header of the generated file;
9373 it leads to needless differences between output files.
9375 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
9377 * net/secrets.el (secrets-struct-secret-content-type):
9378 Replace check of introspection data by a test call of "CreateItem".
9379 Some servers do not offer introspection.
9381 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
9383 * electric.el (electric-pair-mode): Improve interaction with
9384 electric-layout-mode.
9385 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
9386 (electric-pair-syntax): Use text-mode-syntax-table in comments
9388 (electric-pair--insert): New function.
9389 (electric-pair-post-self-insert-function): Use it and
9390 electric--after-char-pos.
9392 2013-06-19 Leo Liu <sdl.web@gmail.com>
9394 * progmodes/octave.el (octave-help): Fix regexp.
9396 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9398 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
9399 (shr-table-horizontal-line): Allow nil as a value, and change the
9401 (shr-insert-table-ruler): Respect the nil value.
9403 2013-06-18 Tom Tromey <tromey@barimba>
9405 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
9407 (eww-open-file): New defun.
9408 (eww-render): Initialize new variables.
9409 (eww-display-html): Handle "link" and "a".
9410 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
9411 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
9412 (eww-back-url): Rename from eww-previous-url.
9413 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
9416 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
9418 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
9419 Distinguish ternary operator tokens from slash symbol and slash
9422 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
9424 Convert symbol prettification into minor mode and global minor mode.
9426 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
9427 `prog-prettify-symbols', and make a local defvar instead of defcustom.
9428 (prettify-symbols--keywords): Rename from
9429 `prog-prettify-symbols-alist' and make a local defvar.
9430 (prettify-symbols--compose-symbol): Rename from
9431 `prog--prettify-font-lock-compose-symbol'.
9432 (prettify-symbols--make-keywords): Rename from
9433 `prog-prettify-font-lock-symbols-keywords' and simplify.
9434 (prog-prettify-install): Remove.
9435 (prettify-symbols-mode): New minor mode, based on
9436 `prog-prettify-install'.
9437 (turn-on-prettify-symbols-mode): New function.
9438 (global-prettify-symbols-mode): New globalized minor mode.
9440 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9441 * progmodes/cfengine.el (cfengine3-mode):
9442 * progmodes/perl-mode.el (perl-mode): Don't call
9443 `prog-prettify-install'; set `prettify-symbols-alist' instead.
9445 2013-06-18 Juri Linkov <juri@jurta.org>
9447 * files-x.el (modify-file-local-variable-message): New function.
9448 (modify-file-local-variable)
9449 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
9450 and call `modify-file-local-variable-message' when it's non-nil.
9451 (add-file-local-variable, delete-file-local-variable)
9452 (add-file-local-variable-prop-line)
9453 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
9454 and use it. (Bug#9820)
9456 2013-06-18 Juri Linkov <juri@jurta.org>
9458 * emulation/vi.el (vi-shell-op):
9459 * emulation/vip.el (vip-execute-com, ex-command):
9460 * emulation/viper-cmd.el (viper-exec-bang):
9461 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
9462 the call of `shell-command-on-region'. (Bug#14637)
9464 * simple.el (shell-command-on-region): Doc fix.
9466 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9468 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
9471 2013-06-18 Glenn Morris <rgm@gnu.org>
9473 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
9475 * newcomment.el (comment-search-forward, comment-search-backward):
9476 Doc fix. (Bug#14376)
9478 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
9480 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
9481 (buffer-face-mode-invoke): Doc fix.
9483 2013-06-18 Matthias Meulien <orontee@gmail.com>
9485 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
9486 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9488 2013-06-18 Glenn Morris <rgm@gnu.org>
9490 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
9491 Replace obsolete function generic-make-keywords with its expansion.
9493 * progmodes/python.el (ffap-alist): Declare.
9495 * textmodes/reftex.el (bibtex-mode-map): Declare.
9497 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9499 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
9500 (package-unpack, package-unpack-single): Return the pkg-dir.
9501 (package-download-transaction): Use it to update package-alist.
9503 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9505 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
9508 2013-06-17 Juri Linkov <juri@jurta.org>
9510 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
9512 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
9514 * emacs-lisp/package.el (package-load-descriptor):
9515 Remove `with-syntax-table' call, `read' doesn't need it.
9516 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
9518 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
9520 * startup.el (command-line): Expand package name returned by
9521 `package--description-file' (bug#14639).
9523 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
9525 * emacs-lisp/package.el (package-load-descriptor): Do not call
9526 `emacs-lisp-mode', just use its syntax table.
9528 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
9530 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
9531 `font-lock-extra-managed-props' if any prettifying keyword is added.
9532 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
9533 (prog-mode): Use `setq-local'.
9535 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9537 * international/characters.el (standard-case-table): Set syntax of ?»
9538 and ?« to punctuation.
9540 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
9542 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
9543 Save relevant match data before calling `syntax-ppss' (bug#14595).
9545 2013-06-15 Juri Linkov <juri@jurta.org>
9547 * files-x.el (modify-file-local-variable-prop-line): Add local
9548 variables to the end of the existing comment on the first line.
9549 Use `file-auto-mode-skip' to skip interpreter magic line,
9550 and also skip XML declaration.
9552 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9554 * startup.el (package--builtin-versions): New var.
9555 (package-subdirectory-regexp): Remove.
9556 (package--description-file): Hard code its value instead.
9558 * emacs-lisp/package.el: Don't activate packages older than builtin.
9559 (package-obsolete-list): Rename from package-obsolete-alist, and make
9560 it into a simple list of package-desc.
9561 (package-strip-version): Remove.
9562 (package-built-in-p): Use package--builtin-versions.
9563 (package-mark-obsolete): Simplify.
9564 (package-process-define-package): Mark it obsolete if older than the
9566 (package-handle-response): Use line-end-position.
9567 (package-read-archive-contents, package--download-one-archive):
9569 (package--add-to-archive-contents): Skip if older than the builtin or
9571 (package-menu-describe-package): Fix last change.
9572 (package-list-unversioned): New var.
9573 (package-menu--generate): Use it.
9575 * emacs-lisp/autoload.el: Manage package--builtin-versions.
9576 (autoload--insert-text, autoload--insert-cookie-text): New functions.
9577 (autoload-builtin-package-versions): New variable.
9578 (autoload-generate-file-autoloads): Use them.
9579 Remove the list of autoloaded functions/macros from the
9580 (autoload...) comments.
9582 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
9584 2013-06-15 Eli Zaretskii <eliz@gnu.org>
9586 * simple.el (line-move-partial): Don't jump to the next screen
9587 line as soon as it becomes visible. Instead, continue enlarging
9588 the vscroll until the portion of a tall screen line that's left on
9589 display is about the height of the frame's default font.
9592 2013-06-15 Glenn Morris <rgm@gnu.org>
9594 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
9595 compilation-error-regexp-alist void, or local while let-bound.
9597 * progmodes/make-mode.el (makefile-mode-syntax-table):
9598 Treat "=" as punctuation. (Bug#14614)
9600 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
9602 * help-fns.el (describe-variable):
9603 Add extra line for permanent-local variables.
9605 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
9607 * progmodes/scheme.el (scheme-font-lock-keywords-2):
9608 Add export, import, library. (Bug#9164)
9609 (library): Set indent function.
9611 2013-06-14 Glenn Morris <rgm@gnu.org>
9613 * term/xterm.el (xterm--query):
9614 Stop after first matching handler. (Bug#14615)
9616 2013-06-14 Ivan Kanis <ivan@kanis.fr>
9618 Add support for dired in saveplace.
9619 * dired.el (dired-initial-position-hook): New variable.
9620 (dired-initial-position): Call hook to place cursor position.
9621 * saveplace.el (save-place-to-alist): Add dired position.
9622 (save-place-dired-hook): New function.
9624 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9626 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
9627 through a symbol rather than letrec.
9629 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
9630 (package-desc): Add `dir' field.
9631 (package-desc-full-name): New function.
9632 (package-load-descriptor): Combine the two arguments. Don't use `load'.
9633 (package-maybe-load-descriptor): Remove.
9634 (package-load-all-descriptors): Just call package-load-descriptor.
9635 (package--disabled-p): New function.
9636 (package-desc-vers, package-desc-doc): Remove aliases.
9637 (package--dir): Remove function.
9638 (package-activate): Check if a package is disabled.
9639 (package-process-define-package): New function, extracted from
9641 (define-package): Turn into a place holder.
9642 (package-unpack-single, package-tar-file-info):
9643 Use package--description-file.
9644 (package-compute-transaction): Use package--disabled-p.
9645 (package-download-transaction): Don't call
9646 package-maybe-load-descriptor since they're all loaded anyway.
9647 (package-install): Change argument to be a pkg-desc.
9648 (package-delete): Use a single pkg-desc argument.
9649 (describe-package-1): Use package-desc-dir instead of package--dir.
9650 Use package-desc property instead of package-symbol.
9651 (package-install-button-action): Adjust accordingly.
9652 (package--push): Rewrite.
9653 (package-menu--print-info): Adjust accordingly. Change the ID format
9655 (package-menu-describe-package, package-menu-get-status)
9656 (package-menu--find-upgrades, package-menu-mark-upgrades)
9657 (package-menu-execute, package-menu--name-predicate):
9659 * startup.el (package--description-file): New function.
9660 (command-line): Use it.
9661 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9662 Use package-desc-version.
9664 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
9665 (byte-compile-preprocess): Use it.
9666 (byte-compile-file-form-defalias): Try a bit harder to use macros we
9667 can't quite recognize.
9668 (byte-compile-add-to-list): Remove.
9669 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
9670 (cconv-closure-convert): Add assertion.
9672 * emacs-lisp/map-ynp.el: Use lexical-binding.
9673 (map-y-or-n-p): Remove unused vars `tail' and `object'.
9674 Factor out some repeated code.
9676 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9678 * subr.el (with-eval-after-load): New macro.
9679 (eval-after-load): Allow form to be a function.
9680 take advantage of lexical-binding.
9681 (do-after-load-evaluation): Use dolist and adjust to new format.
9682 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
9684 2013-06-13 Juri Linkov <juri@jurta.org>
9686 * replace.el (perform-replace): Display "symbol " and other search
9687 modes from `isearch-message-prefix' in the *Help* buffer.
9689 * isearch.el (isearch-query-replace): Add " symbol" and other
9690 possible search modes from `isearch-message-prefix' to the prompt.
9691 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
9692 when reading a regexp to collect.
9694 2013-06-13 Juri Linkov <juri@jurta.org>
9696 * isearch.el (word-search-regexp): Match whitespace if the search
9697 string begins or ends in whitespace. The LAX arg is applied to
9698 both ends of the search string. Use `regexp-quote' and explicit
9699 \< and \> instead of \b. Use \` and \' instead of ^ and $.
9700 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
9701 boundaries are replaced with symbol boundaries, and characters
9702 between symbols match non-word non-symbol syntax. (Bug#14602)
9704 2013-06-13 Juri Linkov <juri@jurta.org>
9706 * isearch.el (isearch-del-char): Don't exceed the length of
9707 `isearch-string' by the prefix arg. (Bug#14563)
9709 2013-06-13 Juri Linkov <juri@jurta.org>
9711 * isearch.el (isearch-yank-word, isearch-yank-line)
9712 (isearch-char-by-name, isearch-quote-char)
9713 (isearch-printing-char, isearch-process-search-char):
9714 Add optional count prefix arg. (Bug#14563)
9716 * international/isearch-x.el
9717 (isearch-process-search-multibyte-characters):
9718 Add optional count prefix arg.
9720 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9722 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
9723 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
9726 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
9728 * subr.el (set-temporary-overlay-map): Add on-exit argument.
9730 2013-06-13 Glenn Morris <rgm@gnu.org>
9732 * startup.el (tty-handle-args):
9733 Don't just discard "--" and anything after. (Bug#14608)
9735 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
9737 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
9739 Implement changes in Secret Service API. Make it backward compatible.
9740 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
9741 (secrets-create-item): Use it. Prefix properties with interface.
9743 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
9745 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
9746 (term-emulate-terminal): Respect term-suppress-hard-newline.
9748 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
9750 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
9751 Only remove a `thumb-file' overlay. (Bug#14548)
9753 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
9755 * mail/reporter.el (reporter-submit-bug-report):
9756 Handle missing package-name. (Bug#14600)
9758 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9760 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
9761 (reftex-citation-prompt, reftex-default-bibliography)
9762 (reftex-bib-or-thebib, reftex-get-bibfile-list)
9763 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
9764 (reftex-bib-sort-author, reftex-bib-sort-year)
9765 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
9766 (reftex-extract-bib-entries-from-thebibliography)
9767 (reftex-get-bibkey-default, reftex-get-bib-names)
9768 (reftex-parse-bibtex-entry, reftex-get-bib-field)
9769 (reftex-format-bib-entry, reftex-parse-bibitem)
9770 (reftex-format-bibitem, reftex-do-citation)
9771 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
9772 (reftex-restrict-bib-matches, reftex-extract-bib-file)
9773 (reftex-insert-bib-matches, reftex-format-citation)
9774 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
9775 (reftex-create-bibtex-file): Add docstrings, mostly by converting
9776 existing comments into docstrings.
9778 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
9780 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
9782 2013-06-12 Andreas Schwab <schwab@suse.de>
9784 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
9785 for auto-save files.
9787 2013-06-12 Glenn Morris <rgm@gnu.org>
9789 * ido.el (ido-delete-ignored-files): Remove.
9790 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
9791 Go back to calling ido-ignore-item-p directly.
9793 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
9795 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
9797 * ido.el (ido-delete-ignored-files): New function,
9798 split from ido-make-file-list-1.
9799 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
9800 (ido-make-file-list-1): Use ido-delete-ignored-files.
9802 2013-06-12 Leo Liu <sdl.web@gmail.com>
9804 * progmodes/octave.el (inferior-octave-startup)
9805 (inferior-octave-completion-table)
9806 (inferior-octave-track-window-width-change)
9807 (octave-eldoc-function-signatures, octave-help)
9808 (octave-find-definition): Use single quoted strings.
9809 (inferior-octave-startup-args): Change default value.
9810 (inferior-octave-startup): Do not hard code "-i" and
9811 "--no-line-editing".
9812 (inferior-octave-resync-dirs): Add optional arg NOERROR.
9813 (inferior-octave-directory-tracker): Use it.
9814 (octave-goto-function-definition): Robustify.
9815 (octave-help): Support highlighting operators in 'See also'.
9816 (octave-find-definition): Find subfunctions only in Octave mode.
9818 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9820 * help-fns.el (help-fns--compiler-macro): If the handler function is
9821 named, then put a link to it.
9822 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
9823 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
9825 (cl-eval-when): Simplify debug spec.
9826 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
9827 compiler-macro function instead of setting `compiler-macro-file'.
9829 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
9831 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
9832 * vc/vc-hooks.el (vc-stay-local): Doc fix.
9834 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9835 Daniel Hackney <dan@haxney.org>
9837 First part of Daniel Hackney's patch to package.el.
9838 * emacs-lisp/package.el: Use defstruct.
9839 (package-desc): New, main struct.
9840 (package--bi-desc, package--ac-desc): New structs, used to describe the
9841 format in external files.
9842 (package-desc-vers): Replace with package-desc-version accessor.
9843 (package-desc-doc): Replace with package-desc-summary accessor.
9844 (package-activate-1): Remove `package' arg since the pkg-vec now
9846 (define-package): Use package-desc-from-define.
9847 (package-unpack-single): Change file-name arg to be a symbol.
9848 (package--add-to-archive-contents): Use package-desc-create and new
9849 accessor functions to package--ac-desc.
9850 (package-buffer-info, package-tar-file-info): Return a package-desc.
9851 (package-install-from-buffer): Remove `type' argument. Change pkg-info
9852 arg to be a package-desc.
9853 (package-install-file): Adjust accordingly. Use \' to match EOS.
9854 (package--from-builtin): New function.
9855 (describe-package-1, package-menu--generate): Use it.
9856 (package--make-autoloads-and-compile): Change name arg to be a symbol.
9857 (package-generate-autoloads): Idem and return the name of the file.
9858 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9859 Change pkg-info arg to be a package-desc.
9860 Use package-make-ac-desc.
9861 (package-upload-file): Use \' to match EOS.
9862 * finder.el (finder-compile-keywords): Use package-make-builtin.
9864 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9866 * vc/vc.el (vc-deduce-fileset): Change error message.
9867 (vc-read-backend): New function.
9868 (vc-next-action): Use it.
9870 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
9872 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
9873 (prolog-font-lock-keywords): Use regexp-opt instead.
9874 Don't manually highlight strings.
9875 (prolog-mode-variables): Simplify comment-start-skip.
9876 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
9878 * emacs-lisp/generic.el (generic--normalise-comments)
9879 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
9880 (generic-mode-set-comments): Use them.
9881 (generic-bracket-support): Use setq-local.
9882 (generic-make-keywords-list): Declare obsolete.
9884 2013-06-11 Glenn Morris <rgm@gnu.org>
9886 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9887 Prettify after setting font-lock-defaults. (Bug#14574)
9889 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
9891 * replace.el (query-replace, occur-read-regexp-defaults-function)
9893 * subr.el (declare-function, number-sequence, local-set-key)
9894 (substitute-key-definition, locate-user-emacs-file)
9895 (with-silent-modifications, split-string, eval-after-load):
9896 Fix typos, remove unneeded backslashes and reflow some docstrings.
9898 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9900 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
9901 default for Elisp files.
9903 2013-06-11 Glenn Morris <rgm@gnu.org>
9905 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
9906 although define-derived-mode was doing this anyway. (Bug#14583)
9908 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
9910 * allout.el (allout-encryption-plaintext-sanitization-regexps):
9911 Fix make-variable-buffer-local call to refer to the correct variable.
9913 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
9915 * eshell/em-term.el (eshell-visual-commands)
9916 (eshell-visual-subcommands, eshell-visual-options):
9917 Add summary line to docstrings. Add cross-references.
9919 2013-06-10 Glenn Morris <rgm@gnu.org>
9921 * epa.el (epa-read-file-name): New function. (Bug#14510)
9922 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
9924 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
9926 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
9927 output redirection to be ignored with visual commands.
9929 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
9931 * eshell/em-term.el (eshell-visual-command-p): New function.
9932 (eshell-term-initialize): Move long lambda to separate function
9933 eshell-visual-command-p.
9934 * eshell/em-dirs.el (eshell-dirs-initialise):
9935 * eshell/em-script.el (eshell-script-initialize):
9936 Add missing #' to lambda.
9938 2013-06-08 Leo Liu <sdl.web@gmail.com>
9940 * progmodes/octave.el (octave-add-log-current-defun): New function.
9941 (octave-mode): Set add-log-current-defun-function.
9942 (octave-goto-function-definition): Do not move point if not found.
9943 (octave-find-definition): Enhance to try subfunctions first.
9945 2013-06-08 Glenn Morris <rgm@gnu.org>
9947 * emacs-lisp/bytecomp.el (byte-compile-char-before)
9948 (byte-compile-backward-char, byte-compile-backward-word):
9949 Improve previous change, to handle non-explicit nil.
9951 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9953 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
9954 (smie--opener/closer-at-point): New function.
9955 (smie--matching-block-data): Use it. Don't match from right after an
9956 opener or right before a closer. Obey smie-blink-matching-inners.
9957 Don't signal a mismatch for repeated inners like "switch..case..case".
9959 2013-06-07 Leo Liu <sdl.web@gmail.com>
9961 * progmodes/octave.el (octave-mode): Set comment-use-global-state
9963 (octave-function-header-regexp): Fix. (Bug#14570)
9964 (octave-help-mode-finish-hook, octave-help-mode-finish):
9965 Remove. Just use temp-buffer-show-hook.
9967 * newcomment.el (comment-search-backward): Revert last change.
9970 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
9972 2013-06-07 Eli Zaretskii <eliz@gnu.org>
9974 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
9975 through xargs, to avoid failure due to MS-Windows limitations on
9976 command-line length.
9978 2013-06-06 Glenn Morris <rgm@gnu.org>
9980 * font-lock.el (lisp-font-lock-keywords-2):
9981 Treat user-error like error.
9983 * emacs-lisp/bytecomp.el (byte-compile-char-before)
9984 (byte-compile-backward-char, byte-compile-backward-word):
9985 Handle explicit nil arguments. (Bug#14565)
9987 2013-06-05 Alan Mackenzie <acm@muc.de>
9989 * isearch.el (isearch-allow-prefix): New user option.
9990 (isearch-other-meta-char): Don't exit isearch when a prefix
9991 argument is typed whilst `isearch-allow-prefix' is non-nil.
9994 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9996 * autorevert.el (auto-revert-notify-handler): Use memq.
9997 Hide assertion failure.
9999 * skeleton.el: Use cl-lib.
10000 (skeleton-further-elements): Use defvar-local.
10001 (skeleton-insert): Use cl-progv.
10003 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
10005 * progmodes/prog-mode.el (prog-prettify-symbols)
10006 (prog-prettify-install): Update docstrings.
10008 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10010 * simple.el: Move all the prog-mode code to prog-mode.el.
10011 * progmodes/prog-mode.el: New file.
10012 * loadup.el: Add prog-mode.el.
10014 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
10016 * simple.el (prog-prettify-symbols): Add version.
10017 (prog-prettify-install): Add convenience function to prettify symbols.
10019 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
10020 (perl--augmented-font-lock-keywords-1)
10021 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
10022 variables and use it.
10024 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10025 (cfengine3-mode): Remove unneeded variable and use it.
10027 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10028 (lisp--augmented-font-lock-keywords-1)
10029 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
10030 Remove unneeded variables and use it.
10032 2013-06-05 João Távora <joaotavora@gmail.com>
10034 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
10035 to point when opening the connection. (Bug#14380)
10037 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10039 * subr.el (load-history-regexp, load-history-filename-element)
10040 (eval-after-load, after-load-functions, do-after-load-evaluation)
10041 (eval-next-after-load, display-delayed-warnings)
10042 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
10043 definition of save-match-data.
10044 (overriding-local-map): Remove accidental obsolescence declaration.
10046 * emacs-lisp/edebug.el (edebug-result): Move before first use.
10048 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
10050 Generalize symbol prettify support to prog-mode and implement it
10051 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
10052 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
10053 (prog--prettify-font-lock-compose-symbol)
10054 (prog-prettify-font-lock-symbols-keywords): New variables and
10055 functions to support symbol prettification.
10056 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10057 (lisp--augmented-font-lock-keywords-1)
10058 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
10059 (lisp--prettify-symbols-alist): Implement prettify of lambda.
10060 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10061 (cfengine3--prettify-symbols-alist, cfengine3-mode):
10062 Implement prettify of -> => :: strings.
10063 * progmodes/perl-mode.el (perl-prettify-symbols)
10064 (perl--font-lock-compose-symbol)
10065 (perl--font-lock-symbols-keywords): Move to prog-mode.
10066 (perl--prettify-symbols-alist): Prettify -> => :: strings.
10067 (perl-font-lock-keywords-1)
10068 (perl-font-lock-keywords-2): Remove explicit prettify support.
10069 (perl--augmented-font-lock-keywords)
10070 (perl--augmented-font-lock-keywords-1)
10071 (perl--augmented-font-lock-keywords-2, perl-mode):
10072 Implement prettify support.
10074 2013-06-05 Leo Liu <sdl.web@gmail.com>
10076 Re-implement smie matching block highlight using
10077 show-paren-data-function. (Bug#14395)
10078 * emacs-lisp/smie.el (smie-matching-block-highlight)
10079 (smie--highlight-matching-block-overlay)
10080 (smie--highlight-matching-block-lastpos)
10081 (smie-highlight-matching-block)
10082 (smie-highlight-matching-block-mode): Remove.
10083 (smie--matching-block-data-cache): New variable.
10084 (smie--matching-block-data): New function.
10085 (smie-setup): Use smie--matching-block-data for
10086 show-paren-data-function.
10088 * progmodes/octave.el (octave-mode-menu): Fix.
10089 (octave-find-definition): Skip garbage lines.
10091 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10093 Fix compilation error with simultaneous dynamic+lexical scoping.
10094 Add warning when a defvar appears after the first let-binding.
10095 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
10096 (byte-compile-close-variables): Initialize it.
10097 (byte-compile--declare-var): New function.
10098 (byte-compile-file-form-defvar)
10099 (byte-compile-file-form-define-abbrev-table)
10100 (byte-compile-file-form-custom-declare-variable): Use it.
10101 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
10102 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
10103 (byte-compile-bind): Handle dynamic bindings that shadow
10105 (byte-compile-unbind): Make arg non-optional.
10106 (byte-compile-let): Simplify.
10107 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
10108 (cconv--analyse-function, cconv-analyse-form): Populate it.
10109 Protect byte-compile-bound-variables to limit the scope of defvars.
10110 (cconv-analyse-form): Add missing rule for (defvar <foo>).
10111 Remove unneeded rule for `declare'.
10113 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
10114 so as to avoid depending on cl-adjoin at run-time.
10115 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
10117 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
10118 (macroexp--warn-and-return): Use it.
10120 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10122 * subr.el: Convert to lexical binding.
10123 (overriding-local-map): Make obsolete.
10124 (add-to-list): Doc fix. Add compiler macro.
10125 (read-key): Swap values of local maps.
10127 2013-06-05 Leo Liu <sdl.web@gmail.com>
10129 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
10131 2013-06-04 Leo Liu <sdl.web@gmail.com>
10133 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
10134 (compilation-auto-jump): Suppress the "Mark set" message to give
10135 way to exit message.
10137 2013-06-04 Alan Mackenzie <acm@muc.de>
10139 Remove faulty optimisation from indentation calculation.
10140 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
10141 search limit based on 2000 characters back from indent-point.
10143 2013-06-03 Tassilo Horn <tsdh@gnu.org>
10145 * eshell/em-term.el (cl-lib): Require `cl-lib'.
10147 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10149 * emacs-lisp/lisp.el: Use lexical-binding.
10150 (lisp--local-variables-1, lisp--local-variables): New functions.
10151 (lisp--local-variables-completion-table): New var.
10152 (lisp-completion-at-point): Use it complete let-bound vars.
10154 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
10155 eagerly (bug#14422).
10157 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
10159 * autorevert.el (auto-revert-notify-enabled)
10160 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10161 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
10162 (auto-revert-notify-handler): Handle also gfilenotify.
10164 * subr.el (file-notify-handle-event): New defun. Replacing ...
10165 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
10168 2013-06-03 Juri Linkov <juri@jurta.org>
10170 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
10171 `M-s h .'. (Bug#14427)
10173 * hi-lock.el (highlight-symbol-at-point): New alias for the new
10174 command `hi-lock-face-symbol-at-point'.
10175 (hi-lock-face-symbol-at-point): New command.
10176 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
10177 (hi-lock-menu): Add `highlight-symbol-at-point'.
10178 (hi-lock-mode): Doc fix.
10180 * isearch.el (isearch-forward-symbol-at-point): New command.
10181 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
10182 (isearch-highlight-regexp): Add a regexp which matches
10183 words/symbols for word/symbol mode.
10185 * subr.el (find-tag-default-bounds): New function with the body
10186 mostly moved from `find-tag-default'.
10187 (find-tag-default): Move most code to `find-tag-default-bounds',
10188 call it and apply `buffer-substring-no-properties' afterwards.
10190 2013-06-03 Tassilo Horn <tsdh@gnu.org>
10192 * eshell/em-term.el (eshell-term-initialize):
10193 Use `cl-intersection' rather than `intersection'.
10195 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
10197 * vc/log-view.el: Doc fix.
10198 (log-view-mode-map): Copy keymap from `special-mode-map'.
10200 2013-06-02 Eric Ludlam <zappo@gnu.org>
10202 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
10203 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
10204 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
10205 (eieio-unbound, eieio-default-superclass)
10206 (eieio--define-field-accessors, method-static, method-before)
10207 (method-primary, method-after, method-num-lists)
10208 (method-generic-before, method-generic-primary)
10209 (method-generic-after, method-num-slots)
10210 (eieio-specialized-key-to-generic-key)
10211 (eieio--check-type, class-v, class-p)
10212 (eieio-class-name, define-obsolete-function-alias)
10213 (eieio-class-parents-fast, eieio-class-children-fast)
10214 (same-class-fast-p, class-constructor, generic-p)
10215 (generic-primary-only-p, generic-primary-only-one-p)
10216 (class-option-assoc, class-option, eieio-object-p)
10217 (class-abstract-p, class-method-invocation-order)
10218 (eieio-defclass-autoload-map, eieio-defclass-autoload)
10219 (eieio-class-un-autoload, eieio-defclass)
10220 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
10221 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
10222 (eieio--defgeneric-init-form, eieio-defgeneric-form)
10223 (eieio-defgeneric-reset-generic-form)
10224 (eieio-defgeneric-form-primary-only)
10225 (eieio-defgeneric-reset-generic-form-primary-only)
10226 (eieio-defgeneric-form-primary-only-one)
10227 (eieio-defgeneric-reset-generic-form-primary-only-one)
10228 (eieio-unbind-method-implementations)
10229 (eieio--defmethod, eieio--typep)
10230 (eieio-perform-slot-validation, eieio-validate-slot-value)
10231 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
10232 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
10233 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
10234 (eieio-slot-name-index, eieio-class-slot-name-index)
10235 (eieio-set-defaults, eieio-initarg-to-attribute)
10236 (eieio-attribute-to-initarg, eieio-c3-candidate)
10237 (eieio-c3-merge-lists, eieio-class-precedence-c3)
10238 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
10239 (eieio-class-precedence-list, eieio-generic-call-methodname)
10240 (eieio-generic-call-arglst, eieio-generic-call-key)
10241 (eieio-generic-call-next-method-list)
10242 (eieio-pre-method-execution-functions, eieio-generic-call)
10243 (eieio-generic-call-primary-only, eieiomt-method-list)
10244 (eieiomt-optimizing-obarray, eieiomt-install)
10245 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
10246 (eieio-generic-form, eieio-defmethod, make-obsolete)
10247 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
10248 (defclass): Remove `eval-and-compile' from macro.
10249 (call-next-method, shared-initialize): Instead of using
10250 `scoped-class' variable, use new eieio--scoped-class, and
10251 eieio--with-scoped-class.
10252 (initialize-instance): Rename local variable 'scoped-class' to
10253 'this-class' to remove ambiguitity from old global.
10255 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
10257 (eieio--scoped-class-stack): New variable.
10258 (eieio--scoped-class): New fcn.
10259 (eieio--with-scoped-class): New scoping macro.
10260 (eieio-defclass): Use pushnew instead of add-to-list.
10261 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
10262 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
10263 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
10264 `scoped-class' variable, use new eieio--scoped-class, and
10265 eieio--with-scoped-class.
10267 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
10269 2013-06-02 Tassilo Horn <tsdh@gnu.org>
10271 * eshell/esh-ext.el (eshell-external-command): Pass args to
10272 `eshell-find-interpreter'.
10273 (eshell-find-interpreter): Add new second parameter ARGS.
10275 * eshell/em-script.el (eshell-script-initialize): Add second arg
10276 to the function added as MATCH to `eshell-interpreter-alist'.
10278 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
10279 the function added as MATCH to `eshell-interpreter-alist'.
10281 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
10282 (eshell-visual-options): New defcustom.
10283 (eshell-escape-control-x): Adapt docstring.
10284 (eshell-term-initialize): Test `eshell-visual-subcommands' and
10285 `eshell-visual-options' in addition to `eshell-visual-commands'.
10286 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
10288 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
10290 * progmodes/python.el (python-indent-block-enders): Add break,
10291 continue and raise keywords.
10293 2013-06-01 Glenn Morris <rgm@gnu.org>
10295 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
10297 Plain (f)boundp silences compilation warnings since Emacs 22.1.
10298 * progmodes/cc-cmds.el (delete-forward-p):
10299 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
10300 * progmodes/cc-engine.el (buffer-syntactic-context):
10301 * progmodes/cc-fonts.el (face-property-instance):
10302 * progmodes/cc-mode.el (set-keymap-parents):
10303 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
10304 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
10305 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
10306 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
10307 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
10309 * progmodes/cc-vars.el (other): Emacs has this widget since
10310 at least 21.1, so don't (re)define it.
10312 * eshell/em-cmpl.el (eshell-cmpl-initialize):
10313 Replace the obsolete alias pcomplete-arg-quote-list.
10315 2013-06-01 Leo Liu <sdl.web@gmail.com>
10317 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
10318 punctuation syntax.
10319 (inferior-octave-minimal-columns)
10320 (inferior-octave-last-column-width): New variables.
10321 (inferior-octave-track-window-width-change): New function.
10322 (inferior-octave-mode): Adjust column width so that Octave output,
10323 for example from 'ls', can fit into the window nicely.
10325 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
10327 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
10328 Highlight expansions inside regexp literals.
10330 2013-05-31 Glenn Morris <rgm@gnu.org>
10332 * obsolete/sym-comp.el (symbol-complete):
10333 Replace obsolete completion-annotate-function.
10335 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
10337 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
10339 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
10340 New function, checks if point is inside a literal that allows
10341 expression expansion.
10342 (ruby-syntax-propertize-expansion): Use it.
10343 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
10346 2013-05-30 Juri Linkov <juri@jurta.org>
10348 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
10350 (isearch-invisible): New variable.
10351 (isearch-forward): Doc fix.
10352 (isearch-mode): Set `isearch-invisible'
10353 to the value of `search-invisible'.
10354 (isearch-toggle-case-fold): Doc fix.
10355 (isearch-toggle-invisible): New command.
10356 (isearch-query-replace): Let-bind `search-invisible'
10357 to the value of `isearch-invisible'.
10358 (isearch-search): Use `isearch-invisible' instead of
10359 `search-invisible'. Let-bind `search-invisible'
10360 to the value of `isearch-invisible'. (Bug#11378)
10362 2013-05-30 Juri Linkov <juri@jurta.org>
10364 * replace.el (perform-replace): Avoid `isearch-range-invisible'
10365 call when `query-flag' is nil and `search-invisible' is non-nil.
10368 2013-05-30 Glenn Morris <rgm@gnu.org>
10370 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
10372 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
10373 (cc-require): Suppress spurious "noruntime" warnings.
10374 (cc-require-when-compile): Use fboundp, for sake of compiler.
10376 * progmodes/cc-mode.el: Move load of cc-vars before that of
10377 cc-langs (which in turn loads cc-vars), to quieten compiler.
10379 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10381 * paren.el: Simplify the code.
10382 (show-paren-mode): Always start the timer.
10383 (show-paren--idle-timer): Rename from show-paren-idle-timer.
10384 (show-paren--overlay, show-paren--overlay-1): Rename from
10385 show-paren-overlay and show-paren-overlay-1, and initialize to an
10386 overlay rather than to nil.
10387 (show-paren-function): Misc cleanup and simplifications.
10389 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10391 * paren.el (show-paren-data-function): New hook.
10392 (show-paren--default): New function, extracted from show-paren-function.
10393 (show-paren-function): Use show-paren-data-function.
10395 2013-05-30 Glenn Morris <rgm@gnu.org>
10397 * ielm.el (ielm-map, ielm-complete-symbol):
10398 Use completion-at-point rather than obsolete functions.
10399 (inferior-emacs-lisp-mode): Doc fix.
10400 Set completion-at-point-functions, rather than
10401 comint-dynamic-complete-functions.
10403 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
10404 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
10405 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
10407 * image.el (image-animated-p): Tweak definition.
10409 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
10410 (rlogin-process-connection-type): Tweak default. Add set-after.
10411 (rlogin-host): Doc fix.
10412 (rlogin): Tweak prompt.
10413 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
10415 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
10416 * progmodes/tcl.el (inferior-tcl-mode-map):
10417 Use completion-at-point rather than obsolete alias.
10419 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
10421 * minibuffer.el (read-file-name-completion-ignore-case):
10422 Move before completion--in-region, for eager macro expansion.
10424 2013-05-29 Juri Linkov <juri@jurta.org>
10426 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
10427 for total count of matching lines. Add `global-matches' for total
10428 count of matches. Rename `matches' to `lines' for count of
10429 matching lines. Add `matches' for count of matches.
10430 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
10431 to `prev-line' for line number of prev match endpt.
10432 Increment `matches' for every match. Print the number of
10433 matching lines in the header.
10434 (occur-context-lines): Rename `lines' to `curr-line'.
10435 Rename `prev-lines' to `prev-line'. (Bug#14017)
10437 2013-05-29 Juri Linkov <juri@jurta.org>
10439 * replace.el (perform-replace): Add `skip-read-only-count',
10440 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
10441 Increment them for corresponding conditions and report the number
10442 of skipped occurrences in the final message. (Bug#11746)
10443 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10444 (replace-string, replace-regexp): Doc fix.
10446 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10448 * emacs-lisp/trace.el (trace--read-args): Provide a default.
10450 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
10451 prog-mode-map (bug#14504).
10453 2013-05-29 Leo Liu <sdl.web@gmail.com>
10455 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
10456 (octave-help): Small simplification.
10458 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
10459 off the highlight first.
10461 2013-05-29 Glenn Morris <rgm@gnu.org>
10463 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
10464 Handle idlwave-last-system-routine-info-cons-cell being nil.
10466 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10467 (idlwave-write-paths): Simplify via with-temp-buffer.
10469 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
10470 * emulation/cua-rect.el: Also load cua-base at run time.
10472 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
10473 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
10474 (cperl-imenu-on-info): Require imenu.
10476 2013-05-28 Alan Mackenzie <acm@muc.de>
10478 Handle "capitalised keywords" correctly.
10479 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
10481 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
10483 * eshell/em-unix.el: Add -r option to cp.
10485 2013-05-28 Glenn Morris <rgm@gnu.org>
10487 * vc/vc-arch.el (vc-exec-after): Declare.
10488 (vc-switches): Autoload.
10489 * vc/vc-bzr.el: No need to require vc when compiling.
10490 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
10491 (vc-resynch-buffer, vc-dir-refresh): Declare.
10492 (vc-setup-buffer, vc-switches): Autoload.
10493 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
10494 (vc-resynch-buffer): Declare.
10495 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
10496 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
10497 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
10498 (grep-read-regexp, grep-read-files, grep-expand-template)
10499 (vc-dir-refresh): Declare.
10500 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
10501 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
10502 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
10503 * vc/vc-mtn.el (vc-exec-after): Declare.
10504 (vc-switches): Autoload.
10505 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
10506 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
10507 (vc-file-tree-walk): Declare.
10508 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
10509 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
10510 (vc-tag-precondition, vc-rename-master): Autoload.
10511 * vc/vc-svn.el (vc-exec-after): Declare.
10512 (vc-switches, vc-setup-buffer): Autoload.
10513 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
10515 (vc-resynch-buffer): Declare.
10517 * obsolete/fast-lock.el (byte-compile-warnings):
10518 Don't warn about obsolete features in this obsolete file.
10520 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
10521 Move definition before use.
10523 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
10524 (dun-unix-verbs): Remove dun-zippy.
10525 (dun-zippy): Remove function.
10527 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10529 2013-05-27 Juri Linkov <juri@jurta.org>
10531 * replace.el (replace-search): New function with code moved out
10532 from `perform-replace'.
10533 (replace-highlight, replace-dehighlight): Move function definitions
10534 up closer to `replace-search'. (Bug#11746)
10536 2013-05-27 Juri Linkov <juri@jurta.org>
10538 * replace.el (perform-replace): Ignore invisible matches.
10539 In addition to checking `query-replace-skip-read-only', also
10540 filter out matches by calling `run-hook-with-args-until-failure'
10541 on `isearch-filter-predicates', and also check `search-invisible'
10542 for t or call `isearch-range-invisible'.
10543 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
10545 2013-05-27 Juri Linkov <juri@jurta.org>
10547 * isearch.el (isearch-filter-predicates): Rename from
10548 `isearch-filter-predicate'. Doc fix. (Bug#11378)
10549 (isearch-message-prefix): Display text from the property
10550 `isearch-message-prefix' of the currently active filters.
10551 (isearch-search): Don't compare `isearch-filter-predicate' with
10552 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
10553 on `isearch-filter-predicates'. Also check `search-invisible' for t
10554 or call `isearch-range-invisible'.
10555 (isearch-filter-visible): Make obsolete.
10556 (isearch-lazy-highlight-search):
10557 Call `run-hook-with-args-until-failure' on
10558 `isearch-filter-predicates' and use `isearch-range-invisible'.
10560 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
10561 `isearch-filter-predicates' instead of `funcall'ing
10562 `isearch-filter-predicate'.
10563 (Info-mode): Set `Info-isearch-filter' to
10564 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
10566 * dired-aux.el (dired-isearch-filter-predicate-orig):
10568 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
10569 (dired-isearch-filenames-end): Add and remove
10570 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
10571 instead of changing the value of `isearch-filter-predicate'.
10572 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
10573 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
10574 Put property `isearch-message-prefix' to "filename " on
10575 `dired-isearch-filter-filenames'.
10577 * wdired.el (wdired-change-to-wdired-mode):
10578 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
10579 locally instead of changing `isearch-filter-predicate'.
10580 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
10582 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
10584 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
10585 return the commit hash (Bug#14459). Also set the
10586 `vc-git-detached' property.
10587 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
10588 (vc-git-mode-line-string): Use the same help-echo format whether
10589 in detached mode or not, because we know the actual revision now.
10590 When in detached mode, shorten the revision to 7 chars.
10592 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10594 * emacs-lisp/easy-mmode.el (define-minor-mode):
10595 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
10596 mode hook and provide a docstring.
10598 2013-05-27 Alan Mackenzie <acm@muc.de>
10600 Remove spurious syntax-table text properties inserted by C-y.
10601 * progmodes/cc-mode.el (c-after-change): Also clear hard
10602 syntax-table property with value nil.
10604 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
10606 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
10607 when reading the events; the buffer layout shall not be changed.
10609 2013-05-27 Leo Liu <sdl.web@gmail.com>
10611 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
10613 (inferior-octave-directory-tracker): Automatically re-sync
10615 (octave-help): Improve handling of 'See also'.
10617 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10619 * doc-view.el: Minor naming convention tweaks.
10620 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
10622 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
10623 even if there's no `display' property yet (bug#14435).
10625 2013-05-25 Eli Zaretskii <eliz@gnu.org>
10627 * subr.el (unmsys--file-name): Rename from reveal-filename.
10629 * Makefile.in (custom-deps, finder-data, autoloads)
10630 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
10631 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
10632 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
10634 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10636 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
10637 error-completion on the first 2 args of condition-case (bug#14446).
10640 2013-05-25 Leo Liu <sdl.web@gmail.com>
10642 * comint.el (comint-previous-matching-input): Do not flood the
10643 *Messages* buffer with trivial messages.
10645 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10647 * progmodes/flymake.el (flymake-nop): Don't return a string.
10648 (flymake-set-at): Fix typo.
10650 * simple.el (read--expression): New function, extracted from
10651 eval-expression. Set completion-at-point-functions (bug#14465).
10652 (eval-expression, eval-minibuffer): Use it.
10654 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
10656 * progmodes/flymake.el (flymake-save-buffer-in-file)
10657 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
10658 (flymake-selected-frame, flymake-log, flymake-ins-after)
10659 (flymake-set-at, flymake-get-buildfile-from-cache)
10660 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
10661 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
10662 Refine the doc string.
10663 (flymake-get-file-name-mode-and-masks): Reformat.
10664 (flymake-get-real-file-name-function): Fix a minor bug.
10666 2013-05-24 Juri Linkov <juri@jurta.org>
10668 * progmodes/grep.el (grep-mode-font-lock-keywords):
10669 Support =linenumber= format used by git-grep for lines with
10670 function names. (Bug#13549)
10672 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10674 * progmodes/octave.el (octave-smie-rules): Return nil rather than
10675 0 after a semi-colon; it works better for smie-auto-fill.
10676 (octave--indent-new-comment-line): New function.
10677 (octave-indent-new-comment-line): Use it (indirectly).
10678 (octave-mode): Don't disable smie-auto-fill. Use add-function to
10679 modify comment-line-break-function.
10681 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
10682 (smie-setup): Use add-function to set it.
10684 2013-05-24 Sam Steingold <sds@gnu.org>
10686 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
10687 argument (before the `interactive' argument).
10689 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10691 * image-mode.el (image-mode-winprops): Add winprops to
10692 image-mode-winprops-alist before running
10693 image-mode-new-window-functions.
10694 * doc-view.el (doc-view-new-window-function): Don't delay
10695 doc-view-goto-page via timers (bug#14435).
10697 2013-05-24 Tassilo Horn <tsdh@gnu.org>
10699 * doc-view.el: Integrate with desktop.el. (Bug#14435)
10700 (doc-view-desktop-save-buffer): New function.
10701 (doc-view-restore-desktop-buffer): New function.
10702 (desktop-buffer-mode-handlers):
10703 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
10705 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
10706 `desktop-save-buffer' function.
10708 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
10710 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
10711 (tramp-gvfs-file-name-handler): Raise a user error when
10712 `tramp-gvfs-enabled' is nil.
10713 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
10714 Do not raise a user error when loading package. (Bug#14447)
10716 * net/xesam.el: Move to obsolete/.
10718 2013-05-24 Glenn Morris <rgm@gnu.org>
10720 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
10722 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
10724 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
10725 (Info-find-node, Man-getpage-in-background): Declare.
10727 * mail/unrmail.el (unrmail):
10728 Replace obsolete detect-coding-with-priority.
10730 * net/socks.el (socks-split-string): Use this rather than split-string.
10731 (socks-nslookup-host): Update for above change.
10732 (dynamic-choice, s5-dynamic-choice-match)
10733 (s5-dynamic-choice-match-inline, s5-widget-value-create):
10734 Comment out unused code.
10736 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
10737 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
10738 (gud-tooltip-echo-area): Make obsolete.
10739 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
10741 * progmodes/js.el (js--optimize-arglist): Declare.
10743 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
10745 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
10746 (ediff-window-C): Declare.
10748 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
10749 Tweak requires to silence compiler.
10751 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
10752 (he-search-string, he-tried-table, he-expand-list)
10753 (he-init-string, he-string-member, he-substitute-string)
10754 (he-reset-string): Declare.
10756 * obsolete/options.el (list-options): Use custom-variable-p,
10757 rather than obsolete alias.
10759 2013-05-23 Sam Steingold <sds@gnu.org>
10761 * simple.el (shell-command-on-region): Pass the `replace' argument
10762 down to `call-process-region' to comply with the doc as reported on
10763 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
10765 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10767 * emacs-lisp/smie.el (smie-indent-forward-token)
10768 (smie-indent-backward-token): Handle string tokens (bug#14381).
10770 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10772 * ielm.el (ielm-menu): New menu.
10773 (inferior-emacs-lisp-mode): Set comment-start.
10775 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10777 * textmodes/reftex.el (reftex-ref-style-toggle):
10778 Fix deactivate action.
10780 * textmodes/reftex-vars.el (reftex-ref-style-alist):
10781 Add cleveref macros.
10783 * textmodes/reftex-parse.el
10784 (reftex-locate-bibliography-files): Accept options for
10785 bibliography commands.
10786 * textmodes/reftex-vars.el (reftex-bibliography-commands):
10787 Add addbibresource. Basic Biblatex support.
10789 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
10791 * net/tramp-gvfs.el (top):
10792 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
10793 when loading package. (Bug#14447)
10795 2013-05-23 Glenn Morris <rgm@gnu.org>
10797 * progmodes/js.el: No need to load comint when compiling.
10798 (ring-insert, comint-send-string, comint-send-input)
10799 (comint-last-input-end, ido-chop): Declare.
10801 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
10802 * vc/ediff-mult.el: Adjust requires.
10803 (ediff-directories-internal, ediff-directory-revisions-internal)
10804 (ediff-patch-file-internal): Declare.
10805 * vc/ediff-ptch.el: Adjust requires.
10806 (ediff-use-last-dir, ediff-buffers-internal): Declare.
10807 (ediff-find-file): Autoload.
10808 * vc/ediff-util.el: No need to load ediff when compiling.
10809 (ediff-regions-internal): Declare.
10810 * vc/ediff-wind.el: Adjust requires.
10811 (ediff-compute-toolbar-width): Define when compiling.
10812 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
10813 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
10814 (dired-get-filename, dired-get-marked-files)
10815 (ediff-last-dir-patch, ediff-patch-default-directory)
10816 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
10817 (ediff-patch-buffer-internal): Declare.
10819 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
10820 (ispell-process, ispell-buffer-local-words, lm-summary)
10821 (lm-section-start, lm-section-end): Declare.
10822 (checkdoc-ispell-init): Simplify.
10824 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
10825 (he-string-member, he-reset-string, he-substitute-string): Declare.
10827 * eshell/em-ls.el: Adjust requires.
10828 (eshell-glob-regexp): Declare.
10829 * eshell/em-tramp.el: Adjust requires.
10830 (eshell-parse-command): Autoload.
10831 * eshell/em-xtra.el: Adjust requires.
10832 (eshell-parse-command): Autoload.
10833 * eshell/esh-ext.el: Adjust requires.
10834 (eshell-parse-command, eshell-close-handles): Autoload.
10835 * eshell/esh-io.el: Adjust requires.
10836 (eshell-output-filter): Autoload.
10837 * eshell/esh-util.el: No need to load tramp when compiling.
10838 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
10840 (eshell-parse-ange-ls): Require ange-ftp and tramp.
10841 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10842 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
10843 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
10844 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
10845 * eshell/esh-opt.el, eshell/esh-proc.el:
10846 * eshell/esh-var.el: Adjust requires.
10847 * eshell/eshell.el: Do not require esh-util twice.
10848 (eshell-add-input-to-history): Declare.
10849 (eshell-command): Check history module is active before using it.
10851 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
10853 2013-05-22 Leo Liu <sdl.web@gmail.com>
10855 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
10857 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
10859 * autorevert.el (auto-revert-notify-add-watch)
10860 (auto-revert-notify-handler): Add `attrib' for the inotify case,
10861 it indicates changes in file modification time.
10863 2013-05-22 Glenn Morris <rgm@gnu.org>
10865 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10866 Always delete the autoloaded function from the noruntime and
10867 unresolved functions lists.
10869 * allout.el: No need to load epa, epg, overlay when compiling.
10870 (epg-context-set-passphrase-callback, epg-list-keys)
10871 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
10872 (epg-key-user-id-list): Declare.
10874 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10875 (viper-set-parsing-style-toggling-macro)
10876 (viper-set-emacs-state-searchstyle-macros):
10877 Use called-interactively-p on Emacs.
10878 (viper-looking-back): Make it an obsolete alias. Update callers.
10879 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
10880 Use looking-back rather than viper-looking-back.
10881 (viper-tmp-insert-at-eob, viper-enlarge-region)
10882 (viper-read-string-with-history, viper-register-to-point)
10883 (viper-append-to-register, viper-change-state-to-vi)
10884 (viper-backward-char-carefully, viper-forward-char-carefully)
10885 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
10886 (viper-change-state-to-emacs): Declare.
10887 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
10888 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
10889 * emulation/viper-mous.el: Do not load viper-cmd.
10890 (viper-backward-char-carefully, viper-forward-char-carefully)
10891 (viper-forward-word, viper-adjust-window): Declare.
10893 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
10895 * progmodes/idlw-help.el (idlwave-help-fontify):
10896 Use called-interactively-p.
10898 * term/w32console.el (w32-get-console-codepage)
10899 (w32-get-console-output-codepage): Declare.
10901 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
10902 Remove unnecessary declarations.
10903 (dframe-message): Doc fix.
10905 * info.el (dframe-select-attached-frame, dframe-current-frame):
10908 * speedbar.el (speedbar-message): Make it an obsolete alias.
10909 Update all callers.
10910 (speedbar-with-attached-buffer)
10911 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
10912 (speedbar-with-writable): Use backquote.
10913 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
10914 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
10915 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
10916 rather than speedbar- aliases.
10917 * mail/rmail.el: Load dframe rather than speedbar when compiling.
10918 (speedbar-make-specialized-keymap, speedbar-insert-button)
10919 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
10920 (speedbar-do-function-pointer): Declare.
10921 (rmail-speedbar-button, rmail-speedbar-find-file)
10922 (rmail-speedbar-move-message):
10923 Use dframe-with-attached-buffer rather than speedbar- alias.
10924 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
10925 (dframe-message, speedbar-make-specialized-keymap)
10926 (speedbar-add-expansion-list, speedbar-mode-functions-list)
10927 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
10928 (speedbar-insert-button, dframe-select-attached-frame)
10929 (dframe-maybee-jump-to-attached-frame)
10930 (speedbar-change-initial-expansion-list)
10931 (speedbar-previously-used-expansion-list-name): Declare.
10932 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
10933 Use dframe-message, dframe-with-attached-buffer rather than
10935 (gud-sentinel): Silence compiler.
10936 * progmodes/vhdl-mode.el (speedbar-refresh)
10937 (speedbar-do-function-pointer, speedbar-add-supported-extension)
10938 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
10939 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
10940 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
10941 (speedbar-file-lists, speedbar-make-tag-line)
10942 (speedbar-line-directory, speedbar-goto-this-file)
10943 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
10944 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
10945 (speedbar-make-button, speedbar-reset-scanners)
10946 (speedbar-files-item-info, speedbar-line-text)
10947 (speedbar-find-file-in-frame, speedbar-set-timer)
10948 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
10949 (speedbar-with-writable): Do not (re)define it.
10950 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
10951 rather than speedbar- alias.
10953 2013-05-21 Leo Liu <sdl.web@gmail.com>
10955 * progmodes/octave.el (octave-mode-menu): Update and re-organize
10957 (octave-mode): Tweak fill-nobreak-predicate.
10958 (inferior-octave-startup): Check process to avoid infinite loop.
10959 (inferior-octave): Pop to buffer first to show abornmal process
10962 2013-05-21 Glenn Morris <rgm@gnu.org>
10964 * printing.el (pr-menu-bar): Define when compiling.
10966 2013-05-21 Leo Liu <sdl.web@gmail.com>
10968 * progmodes/octave.el (octave-auto-fill): Remove.
10969 (octave-indent-new-comment-line): Improve.
10970 (octave-mode): Use auto fill mode through
10971 comment-line-break-function and fill-nobreak-predicate.
10972 (octave-goto-function-definition): Support DEFUN_DLD.
10973 (octave-beginning-of-defun): Small tweak.
10974 (octave-help): Show parent directory.
10976 2013-05-21 Glenn Morris <rgm@gnu.org>
10978 * files.el (dired-unmark):
10979 * progmodes/gud.el (gdb-input): Update declarations.
10981 * calculator.el (electric, ehelp): No need to load when compiling.
10982 (Electric-command-loop, electric-describe-mode): Declare.
10984 * doc-view.el (doc-view-current-converter-processes): Move before use.
10986 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10987 Move MODE-set-explicitly definition before use.
10989 * international/mule-diag.el (mule-diag):
10990 Don't use obsolete window-system-version.
10992 * mail/feedmail.el (smtpmail): No need to load when compiling.
10993 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
10995 * mail/mail-utils.el (rfc822): No need to load when compiling.
10996 (rfc822-addresses): Autoload it.
10997 (mail-strip-quoted-names): Trivial simplification.
10999 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
11000 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
11002 * net/snmp-mode.el (tempo): Don't duplicate requires.
11004 * progmodes/prolog.el (info): No need to load when compiling.
11005 (comint): Require before shell requires it.
11006 (Info-goto-node): Autoload it.
11007 (Info-follow-nearest-node): Declare.
11008 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
11010 * textmodes/artist.el (picture-mode-exit): Declare.
11012 * textmodes/reftex-parse.el (reftex-parse-from-file):
11013 Trivial rewrite so the compiler can parse it better.
11015 2013-05-20 Leo Liu <sdl.web@gmail.com>
11017 * progmodes/octave.el (octave-help-mode-map)
11018 (octave-help-mode-finish-hook): New variables.
11019 (octave-help-mode, octave-help-mode-finish): New functions.
11020 (octave-help): Use octave-help-mode.
11022 2013-05-20 Glenn Morris <rgm@gnu.org>
11024 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
11026 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
11028 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
11029 start at point, so that expansion starting right after opening
11030 slash in a regexp is recognized.
11031 (ruby-syntax-before-regexp-re): New defvar, extracted from
11032 ruby-syntax-propertize-function. Since the value of this regexp
11033 is looked up at runtime now, we should be able to turn
11034 `ruby-syntax-methods-before-regexp' into a defcustom later.
11035 (ruby-syntax-propertize-function): Split regexp matching into two
11036 parts, for opening and closing slashes. That allows us to skip
11037 over string interpolations and support multiline regexps.
11038 Don't call `ruby-syntax-propertize-expansions', instead use another rule
11039 for them, which calls `ruby-syntax-propertize-expansion'.
11040 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
11041 call to `ruby-syntax-propertize-function'.
11042 (ruby-syntax-propertize-expansion): Extracted from
11043 `ruby-syntax-propertize-expansions'. Handles one expansion.
11044 (ruby-syntax-propertize-percent-literal): Leave point right after
11045 the percent symbol, so that the expression expansion rule can
11046 propertize the contents.
11047 (ruby-syntax-propertize-heredoc): Leave point at bol following the
11049 (ruby-syntax-propertize-expansions): Remove.
11051 2013-05-18 Juri Linkov <juri@jurta.org>
11053 * man.el (Man-default-man-entry): Remove `-' from the end
11054 of the default value. (Bug#14400)
11056 2013-05-18 Glenn Morris <rgm@gnu.org>
11058 * comint.el (comint-password-prompt-regexp):
11059 Allow "password for XXX" where XXX contains colons (eg https://...).
11061 2013-05-18 Leo Liu <sdl.web@gmail.com>
11063 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
11064 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
11065 (octave-source-directories): Don't check process.
11066 (octave-source-directories, octave-find-definition): Doc fix.
11068 2013-05-18 Glenn Morris <rgm@gnu.org>
11070 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11071 Remove backspace/delete bindings. (Bug#14392)
11073 * cus-dep.el (custom-make-dependencies): Sort the output.
11074 (custom-versions-load-alist): Convert comment to doc.
11076 2013-05-17 Leo Liu <sdl.web@gmail.com>
11078 * newcomment.el (comment-search-backward): Stricter in finding
11079 comment start. (Bug#14303)
11081 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
11082 (octave-comment-start-skip): Properly anchored.
11084 2013-05-17 Leo Liu <sdl.web@gmail.com>
11086 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
11087 Clean up when turned off. (Bug#14395)
11088 (smie--highlight-matching-block-overlay): No longer buffer-local.
11089 (smie-highlight-matching-block): Adjust.
11091 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
11093 Doc string fix for "nanoseconds" (Bug#14406).
11094 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
11095 Fix doc string typo that had "nanoseconds" instead of "microseconds".
11097 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
11099 * calc/calc-units.el (math-extract-units): Preserve powers
11102 2013-05-17 Leo Liu <sdl.web@gmail.com>
11104 * subr.el (delete-consecutive-dups): New function.
11105 * ido.el (ido-set-matches-1): Use it.
11106 * progmodes/octave.el (inferior-octave-completion-table): Use it.
11107 * ido.el (ido-remove-consecutive-dups): Remove.
11109 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11111 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11112 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
11113 regexp-opt's `words'.
11115 2013-05-16 Leo Liu <sdl.web@gmail.com>
11117 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
11118 (smie--highlight-matching-block-overlay)
11119 (smie--highlight-matching-block-lastpos)
11120 (smie--highlight-matching-block-timer): New variables.
11121 (smie-highlight-matching-block): New function.
11122 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
11123 (smie-setup): Conditionally enable smie-blink-matching-open.
11125 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
11127 Sync with upstream verilog-mode r840.
11128 * progmodes/verilog-mode.el (verilog-mode-version)
11129 (verilog-mode-release-date): Update.
11130 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
11131 (verilog-sig-tieoff): Fix string error on
11132 AUTORESET with colon define, bug594. Reported by Andrew Hou.
11133 (verilog-read-decls): Fix parameters confusing
11134 AUTOINST interfaces, bug565. Reported by Leith Johnson.
11136 2013-05-16 Eli Zaretskii <eliz@gnu.org>
11138 * subr.el (reveal-filename): New function.
11140 * loadup.el: Compute Emacs executable versions on MS-Windows,
11141 where executables have the .exe extension. Add a hard link
11142 emacs-XX.YY.ZZ.exe on MS-Windows.
11144 * Makefile.in (XARGS_LIMIT): New variable.
11145 (custom-deps, finder-data, autoloads)
11146 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11147 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11148 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
11149 (compile-main): Limit xargs according to $(XARGS_LIMIT).
11151 2013-05-16 Leo Liu <sdl.web@gmail.com>
11153 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
11154 (octave-mode-menu, octave-mode-map): Remove its uses.
11156 2013-05-16 Reto Zimmermann <reto@gnu.org>
11158 Sync with upstream vhdl mode v3.34.2.
11159 * progmodes/vhdl-mode.el: Use `push' throughout.
11160 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
11161 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
11162 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
11163 (vhdl-actual-generic-name): New option to derive actual generic name.
11164 (vhdl-port-paste-signals): Replace formal by actual generics.
11165 (vhdl-beautify): New name for old group vhdl-align. Update users.
11166 (vhdl-beautify-options): New option.
11167 (vhdl-last-input-event): New compat alias. Use throughout.
11168 (vhdl-goto-line): Replace user level function `goto-line'.
11169 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
11170 vhdl-fix-statement-buffer.
11171 (vhdl-create-mode-menu): Add some entries.
11172 (vhdl-align-region-groups): Respect vhdl-beautify-options.
11173 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
11174 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
11175 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
11176 to force statements on one line.
11177 (vhdl-remove-trailing-spaces-region):
11178 New, split from vhdl-remove-trailing-spaces.
11179 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
11180 Respect vhdl-beautify-options.
11181 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
11182 (vhdl-update-sensitivity-list): Not add with index if exists without.
11183 Not include array index with signal. Ignore keywords in comments.
11184 (vhdl-get-visible-signals): Regexp tweaks.
11185 (vhdl-template-component-inst): Handle empty library.
11186 (vhdl-template-type): Add template for 'enum' type.
11187 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
11188 Use vhdl-replace-string.
11189 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
11190 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
11191 (vhdl-speedbar-initialize): Update for above name change.
11192 (vhdl-compose-wire-components): Fix in handling of constants.
11193 (vhdl-error-regexp-emacs-alist): New variable.
11194 (vhdl-error-regexp-add-emacs): New function;
11195 adds support for new compile.el (Emacs 22+)
11196 (vhdl-generate-makefile-1): Change target order for single lib. units.
11197 Allow use of absolute file names.
11199 2013-05-16 Leo Liu <sdl.web@gmail.com>
11201 * simple.el (prog-indent-sexp): Indent enclosing defun.
11203 2013-05-15 Glenn Morris <rgm@gnu.org>
11205 * cus-start.el (show-trailing-whitespace): Move to editing basics.
11206 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
11207 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
11208 (whitespace-highlight): Move to whitespace group.
11210 * comint.el (comint-source):
11211 * pcmpl-linux.el (pcmpl-linux):
11212 * shell.el (shell-faces):
11213 * eshell/esh-opt.el (eshell-opt):
11214 * international/ccl.el (ccl): Remove empty custom groups.
11216 * completion.el (dynamic-completion-mode):
11217 * jit-lock.el (jit-lock-debug-mode):
11218 * minibuffer.el (completion-in-region-mode):
11219 * type-break.el (type-break-mode-line-message-mode)
11220 (type-break-query-mode):
11221 * emulation/tpu-edt.el (tpu-edt-mode):
11222 * progmodes/subword.el (global-subword-mode, global-superword-mode):
11223 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11224 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
11226 * term/xterm.el (xterm): Change parent group to terminals.
11228 * master.el (master): Remove empty custom group.
11229 (master-mode): Remove unused :group argument.
11230 * textmodes/refill.el (refill): Remove empty custom group.
11231 (refill-mode): Remove unused :group argument.
11233 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
11235 * cus-dep.el: Provide a feature.
11236 (custom-make-dependencies): Ignore dotfiles (dir-locals).
11237 Don't mistakenly ignore files whose basenames match a basename
11238 from preloaded-file-list (eg cedet/ede/simple.el).
11239 Add a fallback method for getting :group.
11241 2013-05-15 Juri Linkov <juri@jurta.org>
11243 * isearch.el (isearch-char-by-name): Rename from
11244 `isearch-insert-char-by-name'. Doc fix.
11245 (isearch-forward): Mention `isearch-char-by-name' in
11246 the docstring. (Bug#13348)
11248 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
11249 `exit-minibuffer' instead of
11250 `isearch-nonincremental-exit-minibuffer'.
11251 (isearch-edit-string): Remove mention of
11252 `isearch-nonincremental-exit-minibuffer' from docstring.
11253 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
11254 (isearch-forward-exit-minibuffer)
11255 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
11257 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11259 * loadup.el: Just use unversioned DOC.
11261 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
11262 literals as extending to EOB.
11263 (nxml-last-fontify-end): Remove unused variable.
11264 (nxml-after-change1): Use with-silent-modifications.
11265 (nxml-extend-after-change-region): Simplify.
11266 (nxml-extend-after-change-region1): Remove function.
11267 (nxml-after-change1): Don't adjust for dependent regions.
11268 (nxml-fontify-matcher): Simplify.
11269 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
11270 (xmltok-add-dependent): Remove function.
11271 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
11272 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
11273 (xmltok-scan-prolog-after-processing-instruction-open): Treat
11274 unclosed <[[, <?, comment, and other literals as extending to EOB.
11275 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
11276 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
11278 (rng-do-some-validation-1): Don't mark dependent regions.
11279 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
11280 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
11281 (nxml-clear-dependent-regions): Remove functions.
11282 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
11283 (nxml-ensure-scan-up-to-date):
11284 Don't clear&mark dependent regions.
11286 2013-05-15 Leo Liu <sdl.web@gmail.com>
11288 * progmodes/octave.el (octave-goto-function-definition):
11289 Improve and fix callers.
11291 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11293 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
11294 the setter (bug#14387).
11296 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
11297 surrounding group (bug#14402).
11299 2013-05-14 Juri Linkov <juri@jurta.org>
11301 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
11304 2013-05-14 Glenn Morris <rgm@gnu.org>
11306 * progmodes/f90.el (f90-imenu-generic-expression):
11307 Fix typo in 2013-05-08 change. (Bug#14402)
11309 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
11311 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
11312 Remove signals for which replies are never received.
11314 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
11316 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
11317 (gdb-handler-alist, gdb-handler-number): Remove variables.
11318 (gdb-handler-list): New variable.
11319 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
11320 (gdb-pending-handler-p, gdb-handle-reply)
11321 (gdb-remove-all-pending-triggers): New functions.
11322 (gdb-discard-unordered-replies): New defcustom.
11323 (gdb-handler): New defstruct.
11324 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
11325 instead of gdb-pending-triggers. Update docstring.
11326 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
11327 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
11328 (gdb-var-update-handler, def-gdb-auto-update-trigger)
11329 (def-gdb-auto-update-handler, gdb-get-changed-registers)
11330 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
11331 (gdb-frame-handler): Pending triggers are now automatically managed.
11332 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
11334 (gdb-input): Automatically handles pending triggers. Update docstring.
11335 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
11336 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
11338 (gdb-done-or-error): Now use gdb-handle-reply.
11340 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
11342 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
11345 2013-05-14 Glenn Morris <rgm@gnu.org>
11347 * subr.el (user-emacs-directory-warning): New option.
11348 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
11350 2013-05-14 Leo Liu <sdl.web@gmail.com>
11352 * progmodes/octave.el (octave-font-lock-keywords): Fix error
11354 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
11355 (octave-font-lock-texinfo-comment): Fix invalid search bound
11356 error: wrong side of point.
11358 2013-05-14 Glenn Morris <rgm@gnu.org>
11360 * progmodes/flymake.el (flymake-xml-program): New option.
11361 (flymake-xml-init): Use it.
11363 * term/xterm.el: Provide a feature.
11365 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
11367 2013-05-13 Glenn Morris <rgm@gnu.org>
11369 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
11370 Add compat aliases as a hack workaround. (Bug#14384)
11372 2013-05-13 Leo Liu <sdl.web@gmail.com>
11374 * progmodes/octave.el (octave-indent-comment): Fix indentation for
11376 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
11378 (octave-comment-start-skip): Include %!.
11379 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
11381 2013-05-12 Leo Liu <sdl.web@gmail.com>
11383 * progmodes/octave.el (inferior-octave-startup): Store the value
11384 of __octave_srcdir__ for octave-source-directories.
11385 (inferior-octave-check-process): New function refactored out of
11386 inferior-octave-send-list-and-digest.
11387 (octave-source-directories)
11388 (octave-find-definition-filename-function): New variables.
11389 (octave-source-directories)
11390 (octave-find-definition-default-filename): New functions.
11391 (octave-find-definition): Improve to find functions implemented in C++.
11393 2013-05-12 Glenn Morris <rgm@gnu.org>
11395 * calendar/diary-lib.el (diary-outlook-format-1):
11396 Don't include dayname in the output. (Bug#14349)
11398 2013-05-11 Glenn Morris <rgm@gnu.org>
11400 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
11402 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
11403 Treat cc-provide like provide.
11405 2013-05-11 Kevin Ryde <user42@zip.com.au>
11407 * cus-dep.el (custom-make-dependencies):
11408 Use generated-autoload-load-name for the sake of files such
11409 such cedet/semantic/bovine/c.el, where the base file name
11410 is not in load-path. (Bug#5277)
11412 2013-05-11 Glenn Morris <rgm@gnu.org>
11414 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
11417 2013-05-11 Leo Liu <sdl.web@gmail.com>
11419 * progmodes/octave.el (octave-indent-comment): Improve.
11420 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
11421 (octave-eldoc-function-signatures, octave-eldoc-function):
11423 (octave-mode, inferior-octave-mode): Add eldoc support.
11425 2013-05-11 Richard Stallman <rms@gnu.org>
11427 * epa.el (epa-decrypt-file): Take output file name as argument
11428 and read it using `interactive'.
11430 2013-05-11 Leo Liu <sdl.web@gmail.com>
11432 * progmodes/octave.el (octave-beginning-of-line)
11433 (octave-end-of-line): Check before using up-list because it jumps
11434 out of more syntactic contructs since moving to smie.
11435 (octave-indent-comment): New function.
11436 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
11437 (octave-begin-keywords, octave-end-keywords)
11438 (octave-reserved-words, octave-smie-bnf-table)
11439 (octave-smie-rules): Add new keywords from Octave 3.6.4.
11441 2013-05-11 Glenn Morris <rgm@gnu.org>
11443 * faces.el (internal-face-x-get-resource):
11444 * frame.el (ns-display-monitor-attributes-list):
11445 * calc/calc-aent.el (math-to-radians-2):
11446 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
11449 * calc/calc-menu.el: Make it loadable in isolation.
11451 * net/eudcb-bbdb.el: Make it loadable without bbdb.
11452 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
11453 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
11454 (eudc-bbdb-query-internal): Require 'bbdb.
11456 * lpr.el (lpr-headers-switches):
11457 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
11459 * progmodes/sql.el (sql-login-params): Fix and improve :type.
11461 * emulation/edt-mapper.el: In batch mode, error rather than hang.
11463 * term.el (term-set-escape-char): Make it idempotent.
11465 2013-05-10 Leo Liu <sdl.web@gmail.com>
11467 * progmodes/octave.el (inferior-octave-completion-table):
11468 No longer a function and all uses changed. Use cache to speed up
11469 completion due to bug#11906.
11470 (octave-beginning-of-defun): Re-write to be more general.
11472 2013-05-10 Glenn Morris <rgm@gnu.org>
11474 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
11476 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11478 * comint.el (comint-redirect-send-command-to-process): Use :around
11479 rather than :override for comint-redirect-filter.
11480 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
11481 Call it instead of comint-redirect-original-filter-function (which
11482 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
11484 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
11486 * frame.el (display-monitor-attributes-list): Add NS case.
11487 (ns-display-monitor-attributes-list): Declare.
11489 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
11491 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
11493 2013-05-09 Glenn Morris <rgm@gnu.org>
11495 * international/fontset.el (vertical-centering-font-regexp):
11496 Set standard-value.
11498 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
11500 * bookmark.el (bookmark-search-delay):
11501 * cus-start.el (vertical-centering-font-regexp):
11502 * ps-mule.el (ps-mule-font-info-database-default):
11503 * ps-print.el (ps-default-fg, ps-default-bg):
11504 * type-break.el (type-break-good-break-interval):
11505 * whitespace.el (whitespace-indentation-regexp)
11506 (whitespace-space-after-tab-regexp):
11507 * emacs-lisp/testcover.el (testcover-1value-functions)
11508 (testcover-noreturn-functions, testcover-progn-functions)
11509 (testcover-prog1-functions):
11510 * emulation/viper-init.el (viper-emacs-state-cursor-color):
11511 * eshell/em-glob.el (eshell-glob-translate-alist):
11512 * play/tetris.el (tetris-tty-colors):
11513 * progmodes/cpp.el (cpp-face-default-list):
11514 * progmodes/flymake.el (flymake-allowed-file-name-masks):
11515 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
11516 (idlwave-help-browser-generic-args):
11517 * progmodes/make-mode.el (makefile-special-targets-list):
11518 * progmodes/python.el (python-shell-virtualenv-path):
11519 * progmodes/verilog-mode.el (verilog-active-low-regexp)
11520 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
11521 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
11522 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
11523 * textmodes/reftex-vars.el (reftex-format-label-function):
11524 * textmodes/remember.el (remember-diary-file): Fix custom types.
11526 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
11529 2013-05-09 Leo Liu <sdl.web@gmail.com>
11531 * progmodes/octave.el (inferior-octave-completion-at-point):
11532 Restore file completion. (Bug#14300)
11533 (inferior-octave-startup): Fix incorrect highlighting for the
11536 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11538 * progmodes/ruby-mode.el: First cut at SMIE support.
11539 (ruby-use-smie): New var.
11540 (ruby-smie-grammar): New constant.
11541 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
11542 (ruby-smie--forward-token, ruby-smie--backward-token)
11543 (ruby-smie-rules): New functions.
11544 (ruby-mode-variables): Setup SMIE if applicable.
11546 2013-05-08 Eli Zaretskii <eliz@gnu.org>
11548 * simple.el (line-move-visual): Signal beginning/end of buffer
11549 only if vertical-motion moved less than it was requested. Avoids
11550 silly incorrect error messages when there are display strings with
11551 multiple newlines at EOL.
11553 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11555 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
11556 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
11557 (prolog-char-quote-workaround):
11558 * progmodes/cperl-mode.el (cperl-under-as-char):
11559 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
11561 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
11563 (vhdl-mode-syntax-table-init): Remove.
11565 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
11568 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
11570 (ld-script-font-lock-keywords):
11571 Change regexps to use things like \_< and \_>.
11573 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
11574 Change all regexps to use things like \_< and \_>.
11576 * progmodes/autoconf.el (autoconf-definition-regexp)
11577 (autoconf-font-lock-keywords, autoconf-current-defun-function):
11578 Handle a _ with symbol syntax.
11579 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
11581 * progmodes/ada-mode.el (ada-mode-abbrev-table):
11582 Consolidate declaration.
11583 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
11585 (ada-create-syntax-table): Remove.
11586 (ada-capitalize-word): Don't mess with the syntax of "_" since it
11587 already has the right syntax nowadays.
11588 (ada-goto-next-word): Don't change the syntax of "_".
11590 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
11593 2013-05-08 Sam Steingold <sds@gnu.org>
11595 * thingatpt.el (thing-at-point): Accept optional second argument
11596 NO-PROPERTIES to strip the text properties from the return value.
11597 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
11598 to `thing-at-point' instead of stripping the properties ourselves.
11599 Also, when `thing-at-point' fails to find a url, prepend "http://"
11600 to the filename at point on the assumption that the user is
11601 pointing at something like gnu.org/gnu.
11603 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
11605 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
11606 * faces.el (crm-separator):
11607 Silence byte-compiler.
11609 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
11610 (tool-bar-map): Remove unneeded defvars.
11612 2013-05-08 Leo Liu <sdl.web@gmail.com>
11614 Re-work a fix for bug#10994 based on Le Wang's patch.
11615 * ido.el (ido-remove-consecutive-dups): New helper.
11616 (ido-completing-read): Use it.
11617 (ido-chop): Revert fix for bug#10994.
11619 2013-05-08 Adam Spiers <emacs@adamspiers.org>
11621 * cus-edit.el (custom-save-variables):
11622 Pretty-print long values. (Bug#14187)
11624 2013-05-08 Glenn Morris <rgm@gnu.org>
11626 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
11627 (m4-mode-syntax-table): Init in the defvar.
11628 (m4-mode-abbrev-table): Let define-derived-mode define it.
11630 2013-05-08 Tom Tromey <tromey@redhat.com>
11632 * progmodes/m4-mode.el (m4-mode-syntax-table):
11633 Do not treat "_" as word constituent. (Bug#14167)
11635 2013-05-07 Glenn Morris <rgm@gnu.org>
11637 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
11638 Remove explicit eshell-isearch-cancel-map.
11640 * progmodes/f90.el (f90-smart-end-names): New option.
11641 (f90-smart-end): Doc fix.
11642 (f90-end-block-optional-name): New constant.
11643 (f90-block-match): Respect f90-smart-end-names.
11645 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11647 * progmodes/octave.el (octave-smie-forward-token): Be more careful
11648 about implicit semi-colons (bug#14218).
11650 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11652 * frame.el (display-monitor-attributes-list)
11653 (frame-monitor-attributes): New functions.
11655 2013-05-06 Leo Liu <sdl.web@gmail.com>
11657 * progmodes/octave.el (octave-syntax-propertize-function): Change
11658 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
11659 (octave-font-lock-keywords): Use octave-operator-regexp.
11660 (octave-completion-at-point): Rename from
11661 octave-completion-at-point-function.
11662 (inferior-octave-directory-tracker): Robustify.
11663 (octave-text-functions): Remove and fix its uses. No such things
11666 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11668 * emacs-lisp/trace.el (trace--display-buffer): New function.
11669 (trace-make-advice): Use it.
11671 2013-05-06 Juri Linkov <juri@jurta.org>
11673 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
11674 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
11676 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
11677 in the help string. (Bug#12985)
11679 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
11681 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
11683 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11685 * progmodes/perl-mode.el: Add support for here documents.
11686 (perl-syntax-propertize-function): Match here-doc markers.
11687 (perl-syntax-propertize-special-constructs): Find their end.
11688 (perl-imenu-generic-expression): Use [:alnum:].
11690 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
11691 (advice--add-function): Refresh the advice if already present
11694 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
11696 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
11698 2013-05-06 Glenn Morris <rgm@gnu.org>
11700 * w32-fns.el (w32-charset-info-alist): Declare.
11702 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
11703 of its defcustom properties.
11704 (eshell-cmpl-initialize): No need to load pcomplete.
11706 * generic-x.el: No need to require comint when compiling.
11708 * net/eudc-export.el: Make it loadable without bbdb.
11709 (top-level): Use require rather than load-library.
11710 (eudc-create-bbdb-record, eudc-bbdbify-phone)
11711 (eudc-batch-export-records-to-bbdb)
11712 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
11715 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11717 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
11718 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
11719 some tweaks, instead.
11721 2013-05-05 Leo Liu <sdl.web@gmail.com>
11723 * progmodes/octave.el (octave-font-lock-keywords)
11724 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
11725 (inferior-octave-send-list-and-digest): Improve error message.
11726 (octave-mode, inferior-octave-mode): Use setq-local.
11727 (octave-help): Set info-lookup-mode.
11729 2013-05-05 Richard Stallman <rms@gnu.org>
11731 * vc/compare-w.el (compare-windows-whitespace):
11732 Treat no-break space as whitespace.
11734 * mail/rmailsum.el (rmail-summary-rmail-update):
11735 Detect empty summary and don't change selected message.
11736 (rmail-summary-goto-msg): Likewise.
11738 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
11739 Doc fixes, rename args.
11741 2013-05-05 Alan Mackenzie <acm@muc.de>
11743 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
11745 2013-05-05 Juri Linkov <juri@jurta.org>
11747 * info.el (Info-read-subfile): Use (point-min) instead of (point)
11748 to not add the length of the summary segment to the return value.
11751 2013-05-05 Leo Liu <sdl.web@gmail.com>
11753 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
11754 (inferior-octave-output-filter): Remove.
11755 (octave-send-region, inferior-octave-startup): Fix callers.
11756 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
11757 (octave-binary-file-extensions): New user variable.
11758 (octave-find-definition): Confirm if opening binary files.
11759 (octave-help-file): Use octave-find-definition to get the binary
11761 (octave-help): Adjust for octave-help-file change.
11763 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11765 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
11766 Merge the two entries that handle function definitions.
11767 (pascal--syntax-propertize): New const.
11768 (pascal-mode): Use it. Use setq-local.
11770 2013-05-04 Glenn Morris <rgm@gnu.org>
11772 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
11773 (diary-from-outlook): Respect diary-from-outlook-function.
11775 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11777 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
11778 Move the declaration from C.
11779 (read-minibuffer, eval-minibuffer): Move from C.
11780 (completion-setup-function): Avoid minibuffer-completion-contents.
11782 2013-05-03 Leo Liu <sdl.web@gmail.com>
11784 * progmodes/octave.el (octave-font-lock-keywords): Do not
11785 dehighlight 'end' in comments or strings.
11786 (octave-completing-read, octave-goto-function-definition):
11788 (octave-help-buffer): New user variable.
11789 (octave-help-file, octave-help-function): New button types.
11790 (octave-help): New command and bind it to C-h ;.
11791 (octave-find-definition): New command and bind it to M-.
11792 (user-error): Alias to error if not defined.
11794 2013-05-02 Leo Liu <sdl.web@gmail.com>
11796 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
11798 (octave-font-lock-keywords): Include [ and {.
11800 2013-05-02 Leo Liu <sdl.web@gmail.com>
11802 * progmodes/octave.el (inferior-octave-startup-file): Change default.
11803 (inferior-octave): Remove calling comint-mode and return the buffer.
11804 (inferior-octave-startup): Cosmetic changes.
11806 2013-05-02 Leo Liu <sdl.web@gmail.com>
11808 * progmodes/octave.el (octave-syntax-propertize-function):
11809 Include the case when ' is at line beginning. (Bug#14336)
11811 2013-05-02 Glenn Morris <rgm@gnu.org>
11813 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
11814 * desktop.el (vc-dir-mode): Just autoload it here.
11816 2013-05-02 Alan Mackenzie <acm@muc.de>
11818 Eliminate variable c-standard-font-lock-fontify-region-function.
11819 * progmodes/cc-mode.el
11820 (c-standard-font-lock-fontify-region-function): Remove.
11821 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
11823 2013-05-01 Leo Liu <sdl.web@gmail.com>
11825 * progmodes/octave.el: Compatible with older emacs-24 releases.
11826 (inferior-octave-has-built-in-variables): Remove. Built-in
11827 variables were removed from Octave in 2007.
11828 (inferior-octave-startup): Fix uses.
11829 (comint-line-beginning-position): Remove compatibility code for
11832 2013-05-01 Juri Linkov <juri@jurta.org>
11834 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
11836 2013-05-01 Juri Linkov <juri@jurta.org>
11838 * comint.el (comint-previous-matching-input): Don't print message
11839 "History item: %d" when `isearch-mode' is active.
11840 (comint-history-isearch-message): Print message "History item: %d"
11841 when `comint-input-ring-index' is not empty and this function is
11842 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
11844 2013-05-01 Leo Liu <sdl.web@gmail.com>
11846 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
11847 definitions. Use completion-at-point to insert keywords.
11848 (octave-abbrev-start): Remove.
11849 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
11851 2013-04-30 Leo Liu <sdl.web@gmail.com>
11853 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
11856 2013-04-30 Alan Mackenzie <acm@muc.de>
11858 Handle arbitrarily long C++ member initialisation lists.
11859 * progmodes/cc-engine.el (c-back-over-member-initializers):
11861 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
11862 (most) member init lists.
11864 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11866 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
11869 2013-04-30 Leo Liu <sdl.web@gmail.com>
11871 * progmodes/octave.el (octave-variables): Remove. No builtin
11872 variables any more. All converted to functions.
11873 (octave-font-lock-keywords, octave-completion-at-point-function):
11875 (octave-font-lock-texinfo-comment): New user variable.
11876 (octave-texinfo-font-lock-keywords): New variable for texinfo
11878 (octave-function-comment-block): New face.
11879 (octave-font-lock-texinfo-comment): New function.
11880 (octave-mode): Font lock texinfo comment block.
11882 2013-04-29 Leo Liu <sdl.web@gmail.com>
11884 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
11885 indexing expression.
11886 (octave-continuation-string): Do not use \.
11887 (inferior-octave-complete-impossible): Remove.
11888 (inferior-octave-completion-table)
11889 (inferior-octave-completion-at-point): Remove its uses.
11890 (inferior-octave-startup): completion_matches was introduced to
11891 Octave in 1996 so safe to assume it.
11892 (octave-function-file-comment): Improve to follow how Octave does it.
11893 (octave-update-function-file-comment): Tweak.
11895 2013-04-29 Leo Liu <sdl.web@gmail.com>
11897 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
11898 (inferior-octave-startup): Remove inferior-octave-startup-hook.
11899 (octave-function-file-comment): Fix typo.
11900 (octave-sync-function-file-names): Use read-char-choice.
11902 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
11904 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
11905 to t for the less important warnings.
11907 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
11909 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
11911 2013-04-27 Glenn Morris <rgm@gnu.org>
11913 * vc/log-view.el (log-view-current-entry):
11914 Treat "---" separator lines as part of the following rev. (Bug#14169)
11916 2013-04-27 Juri Linkov <juri@jurta.org>
11918 * subr.el (read-number): Doc fix about using it by interactive
11919 code letter `n'. (Bug#14254)
11921 2013-04-27 Juri Linkov <juri@jurta.org>
11923 * desktop.el (desktop-auto-save-timeout): New option.
11924 (desktop-file-checksum): New variable.
11925 (desktop-save): Add optional arg `auto-save' and don't auto-save
11926 if nothing changed.
11927 (desktop-auto-save-timer): New variable.
11928 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
11929 (after-init-hook): Call `desktop-auto-save-set-timer'.
11930 Suggested by Reuben Thomas <rrt@sc3d.org> in
11931 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
11933 2013-04-27 Leo Liu <sdl.web@gmail.com>
11935 * progmodes/octave.el (octave-function-file-p)
11936 (octave-skip-comment-forward, octave-function-file-comment)
11937 (octave-update-function-file-comment): New functions.
11938 (octave-mode-map): Bind C-c ; to
11939 octave-update-function-file-comment.
11940 (octave-mode-menu): Add octave-update-function-file-comment.
11941 (octave-mode, inferior-octave-mode): Fix doc-string.
11942 (octave-insert-defun): Conform to Octave's coding convention.
11945 * files.el (basic-save-buffer): Don't let errors in
11946 before-save-hook prevent saving buffer.
11948 2013-04-20 Roland Winkler <winkler@gnu.org>
11950 * faces.el (read-face-name): Use completing-read if arg multiple
11953 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
11955 * ls-lisp.el (ls-lisp-insert-directory): If no files are
11956 displayed, move point to after the totals line.
11957 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
11960 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11962 * emacs-lisp/package.el (package-autoload-ensure-default-file):
11963 Add current dir to the load-path.
11964 (package-generate-autoloads): Don't rely on
11965 autoload-ensure-default-file.
11967 2013-04-26 Reuben Thomas <rrt@sc3d.org>
11969 * textmodes/remember.el (remember-store-in-files): Document that
11970 the file name format is passed to `format-time-string'.
11972 2013-04-26 Leo Liu <sdl.web@gmail.com>
11974 * progmodes/octave.el (octave-sync-function-file-names): New function.
11975 (octave-mode): Use it in before-save-hook.
11977 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11979 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
11982 * progmodes/octave.el (octave-smie-forward-token): Properly skip
11983 \n and comment, even if it's not an implicit ; (bug#14218).
11985 2013-04-26 Glenn Morris <rgm@gnu.org>
11987 * subr.el (read-number): Once more use `read' rather than
11988 `string-to-number', to trap non-numeric input. (Bug#14254)
11990 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
11992 * emacs-lisp/syntax.el (syntax-propertize-multiline):
11993 Use `syntax-multiline' text property consistently instead of
11994 `font-lock-multiline'. (Bug#14237)
11996 2013-04-26 Glenn Morris <rgm@gnu.org>
11998 * emacs-lisp/shadow.el (list-load-path-shadows):
11999 No longer necessary to check for duplicate simple.el, since
12000 2012-07-07 change to init_lread to not include installation lisp
12001 directories in load-path when running uninstalled. (Bug#14270)
12003 2013-04-26 Leo Liu <sdl.web@gmail.com>
12005 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
12006 (octave-mode, inferior-octave-mode): Use setq-local.
12007 (octave-not-in-string-or-comment-p): Rename to
12008 octave-in-string-or-comment-p.
12009 (octave-in-comment-p, octave-in-string-p)
12010 (octave-in-string-or-comment-p): Replace defsubst with defun.
12012 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
12014 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
12016 2013-04-25 Bastien Guerry <bzg@gnu.org>
12018 * textmodes/remember.el (remember-data-directory)
12019 (remember-directory-file-name-format): Fix custom types.
12021 2013-04-25 Leo Liu <sdl.web@gmail.com>
12023 * progmodes/octave.el (octave-completion-at-point-function):
12024 Make use of inferior octave process.
12025 (octave-initialize-completions): Remove.
12026 (inferior-octave-completion-table): New function.
12027 (inferior-octave-completion-at-point): Use it.
12028 (octave-completion-alist): Remove.
12030 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12032 * progmodes/opascal.el: Use font-lock and syntax-propertize.
12033 (opascal-mode-syntax-table): New var.
12034 (opascal-literal-kind, opascal-is-literal-end)
12035 (opascal-literal-token-at): Rewrite.
12036 (opascal--literal-start-re, opascal-font-lock-keywords)
12037 (opascal--syntax-propertize): New constants.
12038 (opascal-font-lock-defaults): Adjust.
12039 (opascal-mode): Use them. Set comment-<foo> variables as well.
12040 (delphi-comment-face, opascal-comment-face, delphi-string-face)
12041 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
12042 (delphi-other-face, opascal-other-face): Remove face variables.
12043 (opascal-save-state): Remove macro.
12044 (opascal-fontifying-progress-step): Remove constant.
12045 (opascal--ignore-changes): Remove var.
12046 (opascal-set-token-property, opascal-parse-next-literal)
12047 (opascal-is-stable-literal, opascal-complete-literal)
12048 (opascal-is-literal-start, opascal-face-of)
12049 (opascal-parse-region, opascal-parse-region-until-stable)
12050 (opascal-fontify-region, opascal-after-change)
12051 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
12052 (opascal-debug-parse-region, opascal-debug-parse-window)
12053 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
12054 (opascal-debug-fontify-buffer): Remove.
12055 (opascal-debug-mode-map): Adjust accordingly.
12057 2013-04-25 Leo Liu <sdl.web@gmail.com>
12059 Merge octave-mod.el and octave-inf.el into octave.el with some
12061 * progmodes/octave.el: New file renamed from octave-mod.el.
12062 * progmodes/octave-inf.el: Merged into octave.el.
12063 * progmodes/octave-mod.el: Renamed to octave.el.
12065 2013-04-25 Tassilo Horn <tsdh@gnu.org>
12067 * textmodes/reftex-vars.el
12068 (reftex-label-ignored-macros-and-environments): New defcustom.
12070 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
12072 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12074 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
12075 (smie-indent-keyword): Improve the check to ensure that the next
12076 comment is really on the same line.
12077 (smie-indent-comment): Don't align with a subsequent closer (or eob).
12079 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
12080 semi-colons if the line is not otherwise empty (bug#14218).
12082 2013-04-25 Glenn Morris <rgm@gnu.org>
12084 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
12086 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12088 * progmodes/opascal.el (opascal-set-token-property): Rename from
12089 opascal-set-text-properties and only set `token' (bug#14134).
12090 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
12091 (opascal-literal-text-properties): Remove.
12092 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
12095 2013-04-24 Reuben Thomas <rrt@sc3d.org>
12097 * textmodes/remember.el (remember-handler-functions): Add an
12098 option for a new handler `remember-store-in-files'.
12099 (remember-data-directory, remember-directory-file-name-format):
12101 (remember-store-in-files): New function to store remember notes
12102 as separate files within a directory.
12104 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
12106 * progmodes/compile.el (compilation-next-error-function):
12107 Pass "formats" to compilation-find-file (bug#11777).
12109 2013-04-24 Glenn Morris <rgm@gnu.org>
12111 * vc/vc-bzr.el (vc-bzr-print-log):
12112 * vc/vc-hg.el (vc-hg-print-log):
12113 * vc/vc-svn.el (vc-svn-print-log):
12114 Fix START-REVISION with LIMIT != 1. (Bug#14168)
12116 * vc/vc-bzr.el (vc-bzr-print-log):
12117 * vc/vc-cvs.el (vc-cvs-print-log):
12118 * vc/vc-git.el (vc-git-print-log):
12119 * vc/vc-hg.el (vc-hg-print-log):
12120 * vc/vc-mtn.el (vc-mtn-print-log):
12121 * vc/vc-rcs.el (vc-rcs-print-log):
12122 * vc/vc-sccs.el (vc-sccs-print-log):
12123 * vc/vc-svn.el (vc-svn-print-log):
12124 * vc/vc.el (vc-print-log-internal): Doc fixes.
12126 2013-04-23 Glenn Morris <rgm@gnu.org>
12128 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
12129 Remove venerable code attempting to avoid substitute-command-keys.
12131 2013-04-23 Tassilo Horn <tsdh@gnu.org>
12133 * textmodes/reftex-vars.el (reftex-label-regexps):
12134 Call `reftex-compile-variables' after changes to this variable.
12136 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12138 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
12139 Use lexical-binding.
12140 (jit-lock-force-redisplay): Use markers, check buffer's continued
12141 existence and beware narrowed buffers.
12142 (jit-lock-fontify-now): Adjust call accordingly.
12144 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12146 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
12147 to avoid misleading the user.
12149 2013-04-22 Leo Liu <sdl.web@gmail.com>
12151 * info-look.el: Prefer latex2e.info. (Bug#14240)
12153 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
12155 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
12157 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
12158 * net/tramp.el (tramp-call-process): ... here.
12159 (tramp-set-completion-function, tramp-parse-putty):
12160 * net/tramp-adb.el (tramp-adb-execute-adb-command):
12161 * net/tramp-gvfs.el (tramp-gvfs-send-command):
12162 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
12163 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
12164 (tramp-call-local-coding-command): Use `tramp-call-process'
12165 instead of `tramp-compat-call-process'.
12167 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
12168 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
12169 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
12170 (tramp-find-inline-compress): Improve traces.
12171 (tramp-maybe-send-script): Check for Perl binary.
12172 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
12174 2013-04-22 Daiki Ueno <ueno@gnu.org>
12176 * epg.el (epg-context-pinentry-mode): New function.
12177 (epg-context-set-pinentry-mode): New function.
12178 (epg--start): Pass --pinentry-mode option to gpg command.
12180 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
12182 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
12183 `comint-dynamic-complete' is obsolete since 24.1, replaced by
12184 `completion-at-point'. (Bug#13774)
12186 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
12187 default key binding for `describe-distribution' has been moved to
12188 `C-h C-o'. (Bug#13970)
12190 2013-04-21 Glenn Morris <rgm@gnu.org>
12192 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
12194 (vc-print-log): Clarify interactive prompt.
12196 2013-04-20 Glenn Morris <rgm@gnu.org>
12198 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12199 No longer include timestamp etc information.
12201 2013-04-20 Roland Winkler <winkler@gnu.org>
12203 * faces.el (read-face-name): Bug fix, return just one face if arg
12204 multiple is nil. (Bug#14209)
12206 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12208 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
12209 (remove-function): Autoload.
12211 * comint.el (comint-redirect-original-filter-function): Remove.
12212 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
12213 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
12214 (vc-cvs-annotate-command):
12215 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
12216 * progmodes/prolog.el (prolog-consult-compile):
12217 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
12218 Use add/remove-function instead.
12219 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
12220 (gud-tooltip-process-output, gud-tooltip-tips):
12221 Use add/remove-function instead.
12222 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
12223 (scheme-interaction-mode, exit-scheme-interaction-mode):
12224 Use add/remove-function instead.
12226 * vc/vc-dispatcher.el: Use lexical-binding.
12227 (vc--process-sentinel): Rename from vc-process-sentinel.
12228 Change last arg to be the code to run. Don't use vc-previous-sentinel
12229 and vc-sentinel-commands any more.
12230 (vc-exec-after): Allow code to be a function. Use add/remove-function.
12231 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
12233 2013-04-19 Masatake YAMATO <yamato@redhat.com>
12235 * progmodes/sh-script.el (sh-imenu-generic-expression):
12236 Handle function names with a single character. (Bug#14111)
12238 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
12240 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
12241 for subroutines defined in an eval (bug#14182).
12243 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12245 * bookmark.el (bookmark-completing-read): Improve handling of empty
12246 string (bug#14176).
12248 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12250 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
12252 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
12254 New faster Imenu implementation (bug#14058).
12255 * progmodes/python.el:
12256 (python-imenu-prev-index-position):
12257 (python-imenu-format-item-label-function)
12258 (python-imenu-format-parent-item-label-function)
12259 (python-imenu-format-parent-item-jump-label-function):
12261 (python-imenu-format-item-label)
12262 (python-imenu-format-parent-item-label)
12263 (python-imenu-format-parent-item-jump-label)
12264 (python-imenu--put-parent, python-imenu--build-tree)
12265 (python-imenu-create-index, python-imenu-create-flat-index)
12266 (python-util-popn): New functions.
12267 (python-mode): Set imenu-create-index-function to
12268 python-imenu-create-index.
12270 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12272 * winner.el (winner-active-region): Use region-active-p, activate-mark
12273 and deactivate-mark (bug#14225).
12275 * simple.el (deactivate-mark): Don't inline it.
12277 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
12279 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
12281 2013-04-18 Tassilo Horn <tsdh@gnu.org>
12283 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
12284 file extensions from the archive-mode entry in order to prefer
12285 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
12287 2013-04-18 Leo Liu <sdl.web@gmail.com>
12289 * bindings.el (help-event-list): Add ?\?.
12291 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12293 * subr.el (with-wrapper-hook): Declare obsolete.
12294 * simple.el (filter-buffer-substring-function): New hook.
12295 (filter-buffer-substring): Use it.
12296 (filter-buffer-substring-functions): Mark obsolete.
12297 * minibuffer.el (completion-in-region-function): New hook.
12298 (completion-in-region): Use it.
12299 (completion-in-region-functions): Mark obsolete.
12300 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
12301 * abbrev.el (abbrev-expand-function): New hook.
12302 (expand-abbrev): Use it.
12303 (abbrev-expand-functions): Mark obsolete.
12304 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
12305 and :filter-return.
12307 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
12309 * progmodes/python.el (python-nav--syntactically): Fix cornercases
12310 and do not care about match data.
12312 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12314 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
12315 completion tables when completing error conditions and
12316 `declare' arguments.
12317 (lisp-complete-symbol, field-complete): Mark as obsolete.
12318 (check-parens): Unmatched parens are user errors.
12319 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
12321 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
12323 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
12324 command changed buffer (ie. `flyspell-pre-buffer' is not current
12325 buffer), which prevents making decisions based on invalid value of
12326 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
12327 cause an error when `flyspell-pre-point' was nil after switching
12329 (flyspell-post-command-hook): No longer needs to change buffers when
12330 checking pre-word. While at it remove unnecessary progn.
12332 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
12334 * textmodes/ispell.el (ispell-add-per-file-word-list):
12335 Fix `flyspell-correct-word-before-point' error when accepting
12336 words and `coment-padding' is an integer by using
12337 `comment-normalize-vars' (Bug #14214).
12339 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
12341 New defun movement commands.
12342 * progmodes/python.el (python-nav--syntactically)
12343 (python-nav--forward-defun, python-nav-backward-defun)
12344 (python-nav-forward-defun): New functions.
12346 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
12348 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
12349 (python-syntax-context): Use named compiler-macro for backwards
12350 compatibility with Emacs 24.x.
12352 2013-04-17 Leo Liu <sdl.web@gmail.com>
12354 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
12355 octave-hide-process-buffer.
12357 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12359 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
12362 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
12364 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
12365 Fix adjustment of offset when receiving incomplete responses from GDB
12368 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12370 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
12371 python-mode-abbrev-table.
12372 (python-skeleton-define): Adjust accordingly.
12373 (python-mode-abbrev-table): New table that inherits from it so that
12374 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
12376 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
12377 (abbrev-symbol): Use it.
12378 (abbrev--before-point): Use it since we already handle inheritance.
12380 2013-04-16 Leo Liu <sdl.web@gmail.com>
12382 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
12383 binding to info-lookup-symbol.
12385 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
12387 * minibuffer.el (completion--twq-all):
12388 * term/ns-win.el (ns-initialize-window-system):
12389 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
12391 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12393 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
12396 * doc-view.el (doc-view-start-process): Handle url-handler directories.
12398 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
12400 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
12401 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
12403 (ruby-end-of-defun): Remove the unused arg, change the docstring
12404 to reflect that this function is only used as the value of
12405 `end-of-defun-function'.
12406 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
12407 to reflect an earlier change that beginning/end-of-defun functions
12408 jump between methods in a class definition, as well as top-level
12411 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12413 * minibuffer.el (minibuffer-complete): Don't just scroll
12414 a *Completions* that's been iconified.
12415 (minibuffer-force-complete): Make sure repetitions do cycle when going
12416 through completion-in-region -> minibuffer-complete.
12418 2013-04-15 Alan Mackenzie <acm@muc.de>
12420 Correct the placement of c-cpp-delimiters when there're #s not at
12423 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
12424 place a submatch around the #.
12425 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
12426 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
12429 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12431 * emacs-lisp/nadvice.el: Properly test names when adding advice.
12432 (advice--member-p): New arg `name'.
12433 (advice--add-function, advice-member-p): Use it (bug#14202).
12435 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
12437 Reformulate java imenu-generic-expression.
12438 The old expression contained ill formed regexps.
12440 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
12441 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
12442 (cc-imenu-java-method-arg-regexp): New defconsts.
12443 (cc-imenu-java-build-type-args-regex): New defun.
12444 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
12445 handling of spaces in the regexp.
12447 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12449 * textmodes/ispell.el (ispell-command-loop): Remove
12450 flyspell highlight of a word when ispell accepts it (bug #14178).
12452 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
12454 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
12455 uses code from the previous `ange-ftp-run-real-handler'.
12456 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
12457 only in case that function exist. This is needed for proper
12458 unloading of Tramp.
12460 2013-04-15 Tassilo Horn <tsdh@gnu.org>
12462 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
12464 * textmodes/reftex.el (reftex-compile-variables): Use it.
12466 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12468 * files.el (normal-mode): Only use default major-mode if no other mode
12471 * emacs-lisp/trace.el (trace-values): New function.
12473 * files.el: Allow : in local variables (bug#14089).
12474 (hack-local-variable-regexp): New var.
12475 (hack-local-variables-prop-line, hack-local-variables): Use it.
12477 2013-04-13 Roland Winkler <winkler@gnu.org>
12479 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
12480 data before it gets modified by bibtex-beginning-of-entry.
12482 2013-04-13 Roland Winkler <winkler@gnu.org>
12484 * textmodes/bibtex.el (bibtex-url): Doc fix.
12486 2013-04-13 Roland Winkler <winkler@gnu.org>
12488 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
12489 does not visit a BibTeX file, exclude it from the list of buffers
12490 returned by bibtex-initialize.
12492 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
12494 * window.el (split-window): Remove interactive form, since as a
12495 command this function is a special case of split-window-below.
12496 Correct doc string.
12498 2013-04-12 Roland Winkler <winkler@gnu.org>
12500 * faces.el (read-face-name): Do not override value of arg default.
12501 Allow single faces and strings as default values. Remove those
12502 elements from return value that are not faces.
12503 (describe-face): Simplify.
12504 (face-at-point): New optional args thing and multiple so that this
12505 function can provide the same functionality previously provided by
12507 (make-face-bold, make-face-unbold, make-face-italic)
12508 (make-face-unitalic, make-face-bold-italic, invert-face)
12509 (modify-face, read-face-and-attribute): Use face-at-point.
12511 * cus-edit.el (customize-face, customize-face-other-window)
12512 * cus-theme.el (custom-theme-add-face)
12513 * face-remap.el (buffer-face-set)
12514 * facemenu.el (facemenu-set-face): Use face-at-point.
12516 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
12518 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
12520 2013-04-10 Tassilo Horn <tsdh@gnu.org>
12522 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
12523 off leading { and trailing } from field values.
12525 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12527 * emacs-lisp/timer.el (timer--check): New function.
12528 (timer--time, timer-set-function, timer-event-handler): Use it.
12529 (timer-set-idle-time): Simplify.
12530 (timer--activate): CSE.
12531 (timer-event-handler): Give more info in error message.
12532 (internal-timer-start-idle): New function, moved from C.
12534 * mpc.el (mpc-proc): Add `restart' argument.
12535 (mpc-proc-cmd): Use it.
12536 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
12537 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
12540 2013-04-10 Masatake YAMATO <yamato@redhat.com>
12542 * progmodes/sh-script.el: Implement `sh-mode' own
12543 `add-log-current-defun-function' (bug#14112).
12544 (sh-current-defun-name): New function.
12545 (sh-mode): Use the function.
12547 2013-04-09 Bastien Guerry <bzg@gnu.org>
12549 * simple.el (choose-completion-string): Fix docstring (bug#14163).
12551 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12553 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
12555 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
12558 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
12560 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
12563 2013-04-07 Leo Liu <sdl.web@gmail.com>
12565 * pcmpl-x.el: New file.
12567 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
12569 Do not set x-display-name until X connection is established.
12570 This is needed to prevent from weird situation described at
12571 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
12572 * frame.el (make-frame): Set x-display-name after call to
12573 window system initialization function, not before.
12574 * term/x-win.el (x-initialize-window-system): Add optional
12575 display argument and use it.
12576 * term/w32-win.el (w32-initialize-window-system):
12577 * term/ns-win.el (ns-initialize-window-system):
12578 * term/pc-win.el (msdos-initialize-window-system):
12579 Add compatible optional display argument.
12581 2013-04-06 Eli Zaretskii <eliz@gnu.org>
12583 * files.el (normal-backup-enable-predicate): On MS-Windows and
12584 MS-DOS compare truenames of temporary-file-directory and of the
12585 file, so that 8+3 aliases (usually found in $TEMP on Windows)
12586 don't fail comparison by compare-strings. Also, compare file
12587 names case-insensitively on MS-Windows and MS-DOS.
12589 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12591 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
12592 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
12594 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
12596 * whitespace.el (whitespace-color-on, whitespace-color-off):
12597 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
12599 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
12601 * ispell.el (ispell-set-spellchecker-params):
12602 Really set `ispell-args' for all equivs.
12604 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12606 * ido.el (ido-completions): Use extra elements of ido-decorations
12608 (ido-decorations): Update docstring.
12610 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
12612 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
12613 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
12614 nil during initialization, in order not to miss changes since the
12615 file was opened. (Bug#14140)
12617 2013-04-05 Leo Liu <sdl.web@gmail.com>
12619 * kmacro.el (kmacro-call-macro): Fix bug#14135.
12621 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
12623 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
12625 2013-04-04 Glenn Morris <rgm@gnu.org>
12627 * electric.el (electric-pair-inhibit-predicate): Add :version.
12629 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12631 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
12632 when a package is required several times (bug#14082).
12634 2013-04-04 Roland Winkler <winkler@gnu.org>
12636 * faces.el (read-face-name): Behave as promised by the docstring.
12637 Assume that arg default is a list of faces.
12638 (describe-face): Call read-face-name with list of default faces.
12640 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12642 * bookmark.el: Fix deletion of bookmarks (bug#13972).
12643 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
12644 (bookmark-bmenu-execute-deletions): Only skip first line if it's
12646 (bookmark-exit-hook-internal): Save even if list is empty.
12648 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
12650 * emacs-lisp/package.el (package-pinned-packages): New var.
12651 (package--add-to-archive-contents): Obey it (bug#14118).
12653 2013-04-03 Alan Mackenzie <acm@muc.de>
12655 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
12656 Also adapt to the new values of element 7 of a parse state.
12658 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
12659 parameter `not-in-delimiter'. Handle being inside comment opener.
12660 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
12661 character in case we're typing a '*' after a '/'.
12662 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
12663 instead by passing the parameter to c-state-pp-to-literal.
12665 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
12666 for elt. 7 of a parse state.
12668 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
12670 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
12671 * international/latin1-disp.el, international/mule-util.el:
12672 * language/cyril-util.el, language/european.el, language/ind-util.el:
12673 * language/lao-util.el, language/thai.el, language/tibet-util.el:
12674 * language/tibetan.el, language/viet-util.el:
12675 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
12677 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12679 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
12680 (electric-pair-post-self-insert-function): Use it.
12681 (electric-pair-default-inhibit): New function, extracted from
12682 electric-pair-post-self-insert-function.
12684 2013-03-31 Roland Winkler <winkler@gnu.org>
12686 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
12688 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12690 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
12692 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
12694 Un-indent after "pass" and "return" statements (Bug#13888)
12695 * progmodes/python.el (python-indent-block-enders): New var.
12696 (python-indent-calculate-indentation): Use it.
12698 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
12700 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
12701 defun. Defining it as defalias could introduce too eager
12702 byte-compiler optimization. (Bug#14030)
12704 2013-03-30 Chong Yidong <cyd@gnu.org>
12706 * iswitchb.el (iswitchb-read-buffer): Fix typo.
12708 2013-03-30 Leo Liu <sdl.web@gmail.com>
12710 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
12711 (kmacro-execute-from-register): Pass the keyboard macro to
12712 kmacro-call-macro or repeating won't work correctly.
12714 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
12716 * progmodes/subword.el: Back to using `forward-symbol'.
12718 * subr.el (forward-whitespace, forward-symbol)
12719 (forward-same-syntax): Move from thingatpt.el.
12721 2013-03-29 Leo Liu <sdl.web@gmail.com>
12723 * kmacro.el (kmacro-to-register): New command.
12724 (kmacro-execute-from-register): New function.
12725 (kmacro-keymap): Bind to 'x'. (Bug#14071)
12727 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12729 * mpc.el: Use defvar-local and setq-local.
12730 (mpc--proc-connect): Connection failures are not bugs.
12731 (mpc-mode-map): `follow-link' only applies to the buffer's content.
12732 (mpc-volume-map): Bind to the up-events.
12734 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
12736 * progmodes/subword.el (superword-mode): Use `forward-sexp'
12737 instead of `forward-symbol'.
12739 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12741 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
12742 (edebug--recursive-edit): Use it.
12743 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
12744 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
12746 2013-03-28 Leo Liu <sdl.web@gmail.com>
12748 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
12750 2013-03-27 Eli Zaretskii <eliz@gnu.org>
12752 * facemenu.el (list-colors-callback): New defvar.
12753 (list-colors-redisplay): New function.
12754 (list-colors-display): Install list-colors-redisplay as the
12755 revert-buffer-function. (Bug#14063)
12757 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12759 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
12760 and suffixes don't overlap (bug#14061).
12762 * case-table.el: Use lexical-binding.
12763 (case-table-get-table): New function.
12764 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
12766 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
12768 * progmodes/subword.el: Add `superword-mode' to do word motion
12769 over symbol_words (parallels and leverages `subword-mode' which
12770 does word motion inside MixedCaseWords).
12772 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
12774 * eshell/em-unix.el: Move su and sudo to...
12775 * eshell/em-tramp.el: ...Eshell tramp module.
12777 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12779 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
12780 Change return value to be a sexp. Delay `get-buffer' to after
12781 restoring the desktop (bug#13951).
12783 2013-03-26 Leo Liu <sdl.web@gmail.com>
12785 * register.el: Move semantic tag handling back to
12786 cedet/semantic/senator.el. (Bug#14052)
12788 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12790 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
12791 into the prompt either (bug#13963).
12793 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12795 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
12796 part of "(error-foo)".
12798 2013-03-24 Juri Linkov <juri@jurta.org>
12800 * replace.el (list-matching-lines-prefix-face): New defcustom.
12801 (occur-1): Pass `list-matching-lines-prefix-face' to the function
12802 `occur-engine' if `face-differs-from-default-p' returns t.
12803 (occur-engine): Add `,' inside backquote construct to evaluate
12804 `prefix-face'. Propertize the prefix with the `prefix-face' face.
12805 Pass `prefix-face' to the functions `occur-context-lines' and
12806 `occur-engine-add-prefix'.
12807 (occur-engine-add-prefix, occur-context-lines): Add optional arg
12808 `prefix-face' and propertize the prefix with `prefix-face'.
12811 2013-03-24 Leo Liu <sdl.web@gmail.com>
12813 * nxml/rng-valid.el (rng-validate-while-idle)
12814 (rng-validate-quick-while-idle): Guard against deleted buffer.
12817 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
12818 is the last entry in kill-buffer-hook.
12820 * files.el (kill-buffer-hook): Doc fix.
12822 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
12824 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
12825 Make it safe-local.
12827 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
12829 2013-03-23 Leo Liu <sdl.web@gmail.com>
12831 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
12834 * nxml/rng-valid.el (rng-validate-mode)
12835 (rng-after-change-function, rng-do-some-validation):
12836 * nxml/rng-maint.el (rng-validate-buffer):
12837 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
12838 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
12839 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
12840 (nxml-extend-after-change-region): Use with-silent-modifications.
12842 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
12845 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
12846 (rng-next-error-1, rng-previous-error-1): Do not let-bind
12847 timer-idle-list. (Bug#13999)
12849 2013-03-23 Juri Linkov <juri@jurta.org>
12851 * info.el (info-index-match): New face.
12852 (Info-index, Info-apropos-matches): Add a nested subgroup to the
12853 main pattern and add text properties with the new face to matches
12854 in index entries relative to the beginning of the index entry.
12857 2013-03-21 Eric Ludlam <zappo@gnu.org>
12859 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
12860 Inhibit read only while inserting objects.
12862 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
12864 * progmodes/cfengine.el: Update docs to mention
12865 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
12866 symbol motion. Remove "_" from the word syntax.
12868 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
12870 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
12871 syntax for both `cfengine2-mode' and `cfengine3-mode'.
12873 2013-03-20 Juri Linkov <juri@jurta.org>
12875 * info.el (Info-next-reference-or-link)
12876 (Info-prev-reference-or-link): New functions.
12877 (Info-next-reference, Info-prev-reference): Use them.
12878 (Info-try-follow-nearest-node): Handle footnote navigation.
12879 (Info-fontify-node): Fontify footnotes. (Bug#13989)
12881 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12883 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
12884 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
12886 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
12888 Suppress unnecessary non-ASCII chatter during build process.
12889 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
12890 (batch-skkdic-convert): Suppress most of the chatter.
12891 It's not needed so much now that machines are faster,
12892 and its non-ASCII component was confusing; see Dmitry Gutov in
12893 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
12895 2013-03-20 Leo Liu <sdl.web@gmail.com>
12897 * ido.el (ido-chop): Fix bug#10994.
12899 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
12901 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
12903 (whitespace-color-on, whitespace-color-off):
12904 Use `font-lock-fontify-buffer' (Bug#13817).
12906 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12908 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
12909 remapping in mode-line.
12910 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
12912 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
12914 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
12915 value for `whitespace-line' face (Bug#13875).
12916 (whitespace-font-lock-keywords): Change description.
12917 (whitespace-color-on): Don't save `font-lock-keywords' value, save
12918 the constructed keywords instead.
12919 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
12921 2013-03-19 Leo Liu <sdl.web@gmail.com>
12923 * progmodes/compile.el (compilation-display-error): New command.
12924 (compilation-mode-map, compilation-minor-mode-map): Bind it to
12927 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
12929 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
12931 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
12933 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
12935 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
12937 * net/tramp-compat.el (tramp-compat-user-error): New defun.
12939 * net/tramp-adb.el (tramp-adb-handle-shell-command):
12940 * net/tramp-gvfs.el (top):
12941 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
12942 (tramp-handle-shell-command): Use it.
12943 (tramp-dissect-file-name): Raise an error when hostname is a
12944 method name, and neither method nor user is specified.
12946 * net/trampver.el: Update release number.
12948 2013-03-18 Leo Liu <sdl.web@gmail.com>
12950 Make sure eldoc can be turned off properly.
12951 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
12953 (eldoc-display-message-p): Revert last change.
12954 (eldoc-display-message-no-interference-p)
12955 (eldoc-print-current-symbol-info): Tweak.
12957 2013-03-18 Tassilo Horn <tsdh@gnu.org>
12959 * doc-view.el (doc-view-new-window-function): Check the new window
12960 overlay's display property instead the char property of the
12961 buffer's first char. Use `with-selected-window' instead of
12962 `save-window-excursion' with `select-window'.
12963 (doc-view-document->bitmap): Check the current doc-view overlay's
12964 display property instead the char property of the buffer's first char.
12966 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
12968 Automate the build of ja-dic.el (Bug#13984).
12969 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
12970 from the input, rather than assume that it's been done for us by the
12971 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
12972 the current date into a ja-dic.el comment, as that complicates
12973 regression testing.
12975 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
12977 * whitespace.el: Fix double evaluation.
12978 (whitespace-space, whitespace-hspace, whitespace-tab)
12979 (whitespace-newline, whitespace-trailing, whitespace-line)
12980 (whitespace-space-before-tab, whitespace-indentation)
12981 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
12983 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
12984 (whitespace-color-on): Use a single font-lock-add-keywords call.
12985 Fix double-evaluation of face variables.
12987 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
12989 * net/tramp-adb.el (tramp-adb-parse-device-names):
12990 Use `start-process' instead of `call-process'. Otherwise, the
12991 function might be blocked under MS Windows. (Bug#13299)
12993 2013-03-17 Leo Liu <sdl.web@gmail.com>
12995 Extend eldoc to display info in the mode-line. (Bug#13978)
12996 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
12997 (eldoc-mode-line-string): New variable.
12998 (eldoc-minibuffer-message): New function.
12999 (eldoc-message-function): New variable.
13000 (eldoc-message): Use it.
13001 (eldoc-display-message-p)
13002 (eldoc-display-message-no-interference-p):
13003 Support eldoc-post-insert-mode.
13005 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
13006 (eval-expression): Run it.
13008 2013-03-17 Roland Winkler <winkler@gnu.org>
13010 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
13011 strings in the list of return values.
13013 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13015 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
13016 radix before checking for HMS forms.
13018 2013-03-16 Leo Liu <sdl.web@gmail.com>
13020 * progmodes/scheme.el: Add indentation and font-locking for λ.
13023 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13025 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
13026 token before point (bug#13942).
13028 2013-03-16 Leo Liu <sdl.web@gmail.com>
13030 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
13032 2013-03-16 Eli Zaretskii <eliz@gnu.org>
13034 * startup.el (command-line-normalize-file-name): Fix handling of
13035 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
13036 <xfq.free@gmail.com> in
13037 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
13039 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
13041 Sync with Tramp 2.2.7.
13043 * net/trampver.el: Update release number.
13045 2013-03-14 Tassilo Horn <tsdh@gnu.org>
13047 * doc-view.el: Fix bug#13887.
13048 (doc-view-insert-image): Don't modify overlay associated to
13049 non-live windows, and implement horizontal centering of image in
13050 case it's smaller than the window.
13051 (doc-view-new-window-function): Force redisplay of new windows on
13054 2013-03-13 Karl Fogel <kfogel@red-bean.com>
13056 * saveplace.el (save-place-alist-to-file): Don't sort
13057 `save-place-alist', just pretty-print it (bug#13882).
13059 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
13061 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
13062 Check whether `default-file-name-coding-system' is bound.
13063 It isn't in XEmacs.
13065 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13067 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
13068 backquotes for `obsolete' (bug#13929).
13070 * international/mule.el (find-auto-coding): Include file name in
13071 obsolescence warning (bug#13922).
13073 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
13075 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
13076 for CFEngine 3-specific indentation.
13077 (cfengine3-indent-line): Use it. Fix up category regex.
13078 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
13080 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13082 * type-break.el (type-break-file-name):
13083 * textmodes/remember.el (remember-data-file):
13084 * strokes.el (strokes-file):
13085 * shadowfile.el (shadow-initialize):
13086 * saveplace.el (save-place-file):
13087 * ps-bdf.el (bdf-cache-file):
13088 * progmodes/idlwave.el (idlwave-config-directory):
13089 * net/quickurl.el (quickurl-url-file):
13090 * international/kkc.el (kkc-init-file-name):
13091 * ido.el (ido-save-directory-list-file):
13092 * emulation/viper.el (viper-custom-file-name):
13093 * emulation/vip.el (vip-startup-file):
13094 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
13095 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
13097 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
13099 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
13100 * language/thai-word.el: Switch to UTF-8.
13102 See ChangeLog.16 for earlier changes.
13104 ;; Local Variables:
13108 Copyright (C) 2011-2014 Free Software Foundation, Inc.
13110 This file is part of GNU Emacs.
13112 GNU Emacs is free software: you can redistribute it and/or modify
13113 it under the terms of the GNU General Public License as published by
13114 the Free Software Foundation, either version 3 of the License, or
13115 (at your option) any later version.
13117 GNU Emacs is distributed in the hope that it will be useful,
13118 but WITHOUT ANY WARRANTY; without even the implied warranty of
13119 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13120 GNU General Public License for more details.
13122 You should have received a copy of the GNU General Public License
13123 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.