* lisp/window.el (display-buffer--action-function-custom-type):
[bpt/emacs.git] / lisp / ChangeLog
index b20f3e1..710cbcf 100644 (file)
@@ -1,3 +1,66 @@
+2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * window.el (display-buffer--action-function-custom-type):
+       Don't include internal functions in the Custom interface.
+
+2011-09-20  Juri Linkov  <juri@jurta.org>
+
+       * info.el (Info-history-skip-intermediate-nodes): New defcustom.
+       (Info-forward-node, Info-backward-node, Info-next-preorder)
+       (Info-last-preorder): Use it.  (Bug#9528)
+
+2011-09-20  Juri Linkov  <juri@jurta.org>
+
+       * info.el (Info-last-preorder): Visit last menu item only when
+       `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
+
+2011-09-20  Julien Danjou  <julien@danjou.info>
+
+       * password-cache.el (password-cache-remove): Remove entries even if the
+       value is nil, so that password with a nil value (negative caching) is
+       possible to invalidate.
+
+2011-09-20  Lawrence Mitchell  <wence@gmx.li>
+
+       * progmodes/f90.el (f90-break-line): If breaking inside comment delete
+       all whitespace around breakpoint.  (Bug#9553)
+       (f90-find-breakpoint): Only break at whitespace inside a comment.
+
+2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el (completion-file-name-table): Keep track of errors.
+       (completion-table-with-predicate): Handle the case where pred1 is nil.
+       * pcomplete.el (pcomplete-completions-at-point): Simplify.
+
+2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/debug.el (debugger-args): Give it a docstring.
+       (debugger-return-value): Signal an error if the debugging context does
+       not await any return value.
+
+       * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
+       * image-mode.el (image-toggle-display-text)
+       (image-toggle-display-image): Stay away from evil `intangible'.
+
+2011-09-19  Leo Liu  <sdl.web@gmail.com>
+
+       * replace.el (occur-revert-arguments): Make it permanent-local.
+       (occur-mode): Don't call font-lock-defontify.
+
+2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
+
+       * net/ldap.el (ldap-search-internal): Don't push empty search
+       result (Bug#9508).
+
+2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
+
+2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
+       Suggested by Liam Stitt <stittl@cuug.ab.ca>.
+
 2011-09-18  Juri Linkov  <juri@jurta.org>
 
        * buff-menu.el (Buffer-menu-mode-map):
        * net/tramp.el (top): Don't require 'shell.
        (tramp-methods): Fix docstring.
        (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
-       Return complete remote file name.  Handle "smb" case.  Use
-       `tramp-tmpdir', if defined for the respective method.
+       Return complete remote file name.  Handle "smb" case.
+       Use `tramp-tmpdir', if defined for the respective method.
        (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
 
        * net/tramp-compat.el (top): Require 'shell.