* lisp/emacs-lisp/warnings.el (lwarn): Empower help-enable-auto-load.
[bpt/emacs.git] / lisp / ChangeLog
index 92f3963..493a3d1 100644 (file)
@@ -1,3 +1,123 @@
+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'
+       when enabling, and `desktop-auto-save-cancel-timer' when disabling.
+       (desktop-auto-save-cancel-timer): New function with some code from
+       `desktop-auto-save-set-timer'.
+       (after-init-hook): Don't call `desktop-auto-save-set-timer'.
+       Instead of setting `desktop-save-mode' to nil, call
+       `desktop-save-mode' with arg 0.  (Bug#16630)
+
+2014-02-07  Glenn Morris  <rgm@gnu.org>
+
+       * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
+       (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
+       (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
+
+       * obsolete/iswitchb.el: Move to obsolete/.
+       * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
+       since obsolete/ is not scanned for autoloads.
+       * emacs-lisp/authors.el (authors-valid-file-names):
+       Add iswitchb.el.
+
+       * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
+       Disable now non-functional find-file-hook.
+
 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"