* lisp/jit-lock.el (jit-lock-force-redisplay): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
index ca224a7..94c647b 100644 (file)
@@ -1,3 +1,187 @@
+2014-02-10  Glenn Morris  <rgm@gnu.org>
+
+       * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
+
+2014-02-10  Eli Zaretskii  <eliz@gnu.org>
+
+       * w32-common-fns.el (x-get-selection): Doc fix.
+       * select.el (x-get-selection): Doc fix.  (Bug#15109)
+
+       * face-remap.el (face-remap-add-relative)
+       (face-remap-remove-relative, face-remap-reset-base)
+       (face-remap-set-base): Call force-mode-line-update to redisplay
+       the current buffer due to potential change in faces.  (Bug#16709)
+
+2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
+       script more robustly.
+
+2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * dired.el (dired-get-marked-files): Doc fix (bug#11534).
+
+       * simple.el (choose-completion): Doc fix (bug#14160).
+
+       * subr.el (event-start): Say what a nil EVENT value means.
+
+       * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
+       (bug#14197).
+
+       * progmodes/grep.el (find-program): Doc fix (bug#14289).
+
+       * 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.
+
+2014-02-09  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/warnings.el (lwarn):
+       Empower help-enable-auto-load.  (Bug#15940)
+
+2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
+       (Bug#16690)
+
+2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-sh-handle-start-file-process):
+       Insert output at end of buffer.  (Bug#16120)
+
+2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * 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  <juri@jurta.org>
+
+       * isearch.el (isearch-quote-char): Check character validity
+       like in `quoted-insert' (bug#16677).
+
+2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * 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).
+
+       * minibuffer.el (read-file-name): Doc clarification (bug#15096).
+
+       * files.el (file-relative-name): Doc fix (bug#15159).
+
+       * fringe.el (fringe-styles): Doc fix (bug#15239).
+
+       * isearch.el (isearch-filter-predicate): Documentation typo fix
+       (bug#15474).
+
+       * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
+
+       * isearch.el (isearch-cmds): Doc clarification (bug#15547).
+
+       * replace.el (replace-match-maybe-edit): Doc clarification
+       (bug#15632).
+
+       * subr.el (add-to-list): Refill the paragraphs (bug#15791).
+
+       * macros.el (insert-kbd-macro): Doc fix (bug#16025).
+
+2014-02-08  Glenn Morris  <rgm@gnu.org>
+
+       * help-fns.el (describe-variable):
+       Check {file,dir}-local-variables-alist, and buffer-file-name,
+       in the correct buffer.
+
+2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
+
+       * help-fns.el (describe-variable): Fix the case where
+       a value is directory-local with no dir-locals file.  (Bug#16635)
+
+2014-02-08  Glenn Morris  <rgm@gnu.org>
+
+       * abbrev.el (edit-abbrevs-mode):
+       Derive from fundamental-mode.  (Bug#16682)
+
+2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * simple.el (quoted-insert): Check character validity (bug#16677).
+
+2014-02-07  Juri Linkov  <juri@jurta.org>
+
+       * desktop.el (desktop-read): Claim the lock when the owner is not
+       the current process.  (Bug#16157)
+
+2014-02-07  Juri Linkov  <juri@jurta.org>
+
+       * desktop.el (desktop-buffers-not-to-save): Change default from nil
+       to "\\` ".  (Bug#16651)
+
 2014-02-07  Juri Linkov  <juri@jurta.org>
 
        * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'