X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/574e477fb64ab8b6ca12bbd522210e5ac8d13eeb..a11463de21dc8dc4f36ab8c2afa65aa91a689e83:/lisp/ChangeLog?ds=sidebyside diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4b65d0b4ee..b76e0c174c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,94 @@ +2014-02-10 Dmitry Gutov + + * ielm.el (inferior-emacs-lisp-mode): Instead of + `comment-use-global-state', set `comment-use-syntax'. + +2014-02-10 Glenn Morris + + * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel. + +2014-02-09 Alan Mackenzie + + Fix c-invalidate-state-cache on narrowed buffers. + * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out): + Widen when setting and clearing the CPP delimiter properties. + +2014-02-09 Lars Ingebrigtsen + + * help.el (describe-bindings): Doc fix (bug#9888). + + * files.el (save-buffer): Use ARG as the parameter name for + consistency (bug#10346). + (save-buffer): Clarify the 0 argument (bug#10346). + + * cus-edit.el (customize-apropos): Fix error string. + (custom-buffer-create): Doc fix (bug#11122). + (custom-sort-items): Doc fix (bug#11121). + + * dired-aux.el (dired-copy-file-recursive): Remove slighly + misleading comment (bug#11328). + + * repeat.el (repeat-message-function): Reword doc slightly (bug#11619). + + * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654). + (icomplete-simple-completing-p): Mention the previous variable. + + * font-lock.el (font-lock-value-in-major-mode): Clarify the + meaning of the parameter (bug#12282). + + * files.el (find-file-noselect): Clarify prompt when changing + readedness (bug#13261). + (locate-file): Suffixes aren't returned, so don't say that they + are (bug#12674). + (backup-inhibited): Doc clarification (bug#12525). + + * dired.el (dired-internal-do-deletions): Don't say "Deleting..." + before we actually start to delete things (bug#16331). + + * subr.el (event-start): Doc fix (bug#14228). + (event-end): Ditto. + +2014-02-09 Glenn Morris + + * emacs-lisp/warnings.el (lwarn): + Empower help-enable-auto-load. (Bug#15940) + +2014-02-08 Andreas Schwab + + * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix. + (Bug#16690) + +2014-02-08 Michael Albinus + + * net/tramp-sh.el (tramp-sh-handle-start-file-process): + Insert output at end of buffer. (Bug#16120) + 2014-02-08 Lars Ingebrigtsen + * simple.el (choose-completion-string-functions): Document new + calling convention (bug#14153). + (execute-extended-command): Clarify doc string (bug#13373). + + * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198). + + * find-dired.el (find-name-dired): Doc fix (bug#14290). + (find-grep-dired): Doc fix (bug#14288). + +2014-02-08 Juri Linkov + + * isearch.el (isearch-quote-char): Check character validity + like in `quoted-insert' (bug#16677). + +2014-02-08 Lars Ingebrigtsen + + * files.el (find-file-visit-truename): Doc clarification (bug#14697). + + * isearch.el (isearch-hide-immediately): Doc clarification + (bug#14723). + + * simple.el (line-move): Document utility function used many + places in the Emacs sources (bug#14843). + * dired.el (dired-mode-map): Make :help text more accurate (bug#14893). (dired-prev-marked-file): Doc fix (bug#14855). (dired-up-directory): Doc fix (bug#14848).