From: Juanma Barranquero Date: Tue, 16 Oct 2007 11:10:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.1.90~596 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c2c0d96fcaa3dc16a2ddc7b7f0b2e1fcdfffb285;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 49ce02d5bbe..60bd1af0adc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2007-10-16 Juanma Barranquero + + * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change. + (bs--restore-window-config): Keep the selected frame. + (bs--track-window-changes, bs--remove-hooks): New functions. + (bs-mode): Use `define-derived-mode'. Set hook to track window changes. + (bs--show-with-configuration): Revert 2006-11-09 change. + Don't reuse window unless it is visible on the selected frame. + Restore window configuration (possibly in a different frame) + before creating any window. + 2007-10-16 Richard Stallman * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.