* files.el (confirm-kill-emacs): Clarify doc (bug#15455).
[bpt/emacs.git] / lisp / ChangeLog
index ead1915..285cefe 100644 (file)
@@ -1,5 +1,59 @@
+2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
+
+       * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
+
+       * files.el (confirm-kill-emacs): Allow specifying an arbitrary
+       predicate function (bug#15455).
+
+2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * ielm.el (inferior-emacs-lisp-mode): Instead of
+       `comment-use-global-state', set `comment-use-syntax'.
+
+2014-02-10  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
+
+2014-02-09  Alan Mackenzie  <acm@muc.de>
+
+       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  <larsi@gnus.org>
 
+       * 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.