(make-directory): Clarify that an error will be raised if there's an error
[bpt/emacs.git] / lisp / ChangeLog
index 41a7f0b..00a48ff 100644 (file)
@@ -1,5 +1,22 @@
+2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
+
+       * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.  Use
+       pop-to-buffer buffer-or-name if it is nil.
+
+       * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
+       Remove switch-to-buffer.
+
 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * files.el (make-directory): Clarify that an error will be raised
+       if there's an error (bug#6397).
+
+       * startup.el (initial-buffer-choice): Add `none' as a choice
+       (bug#6234).
+
+       * subr.el (add-hook): Clarify section about buffer-local hooks
+       (bug#6218).
+
        * dired.el (dired-flagged): Clarify doc string (bug#6117).
 
 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>