(define-key-after): Clarify that the function is not useful for non-menu keymaps.
[bpt/emacs.git] / lisp / ChangeLog
index 75bad93..13bbd3c 100644 (file)
@@ -1,3 +1,35 @@
+2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * subr.el (define-key-after): Clarify that the function is not
+       useful for non-menu keymaps.
+
+       * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
+
+2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
+
+       * lisp/eshell/eshell.el (eshell-command): Enable `eshell-mode' only
+       in current minibuffer (Fix bug with recursive minibuffers).
+
+2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * progmodes/gdb-mi.el (gdb): Doc fix.
+
+2011-10-05  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (frame-auto-hide-function): New option replacing
+       frame-auto-delete.  Suggested by Stefan Monnier.
+       (window--delete): Call frame-auto-hide-function instead of
+       investigating frame-auto-delete.
+       (window-point-1, set-window-point-1): New functions.
+       (window-in-direction, record-window-buffer, window-state-get-1)
+       (display-buffer-record-window): Use window-point-1 instead of
+       window-point.
+       (set-window-buffer-start-and-point): Use set-window-point-1.
+
+2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/edebug.el: Heed checkdoc recommendations.
+
 2011-10-05  Glenn Morris  <rgm@gnu.org>
 
        * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.