# HG changeset patch # User Juanma Barranquero # Date 1163090148 0 # Node ID cf6323762282bfbf31be117914f854220860a677 # Parent c089b114a8eceb17236a76708efdfd752012d618 *** empty log message *** diff -r c089b114a8ec -r cf6323762282 lisp/ChangeLog --- a/lisp/ChangeLog Thu Nov 09 16:32:30 2006 +0000 +++ b/lisp/ChangeLog Thu Nov 09 16:35:48 2006 +0000 @@ -1,3 +1,15 @@ +2006-11-09 Juanma Barranquero + + * bs.el (bs--redisplay): Fix typo in docstring. + (bs--window-config-coming-from): Make frame-local. + (bs--restore-window-config): New function. + (bs-kill, bs-select, bs-select-other-window) + (bs-select-other-frame): Use it. + (bs--window-for-buffer): Return as soon as a matching buffer is found. + (bs--show-with-configuration): Save the window configuration as a + frame local var, and only if *buffer-selection* is not already + visible on this frame. + 2006-11-08 Chong Yidong * vc-svn.el (vc-svn-admin-directory): New var. @@ -5,7 +17,7 @@ (vc-svn-repository-hostname): Use it. Suggested by arit93@yahoo.com. -2006-11-09 Juanma Barranquero +2006-11-08 Juanma Barranquero * ldefs-boot.el: Regenerate.