# HG changeset patch # User Juanma Barranquero # Date 1192533048 0 # Node ID 10e976a841605fda1590db4bc7ee48659ec77240 # Parent e091b0e7b0c769013d2bce969f2bc769d2a0458a *** empty log message *** diff -r e091b0e7b0c7 -r 10e976a84160 lisp/ChangeLog --- a/lisp/ChangeLog Tue Oct 16 10:57:28 2007 +0000 +++ b/lisp/ChangeLog Tue Oct 16 11:10:48 2007 +0000 @@ -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.