diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 49ce02d5bbe..60bd1af0adc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2007-10-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change. | ||
| 4 | (bs--restore-window-config): Keep the selected frame. | ||
| 5 | (bs--track-window-changes, bs--remove-hooks): New functions. | ||
| 6 | (bs-mode): Use `define-derived-mode'. Set hook to track window changes. | ||
| 7 | (bs--show-with-configuration): Revert 2006-11-09 change. | ||
| 8 | Don't reuse window unless it is visible on the selected frame. | ||
| 9 | Restore window configuration (possibly in a different frame) | ||
| 10 | before creating any window. | ||
| 11 | |||
| 1 | 2007-10-16 Richard Stallman <rms@gnu.org> | 12 | 2007-10-16 Richard Stallman <rms@gnu.org> |
| 2 | 13 | ||
| 3 | * emacs-lisp/advice.el (ad-get-advice-info): Change to a function. | 14 | * emacs-lisp/advice.el (ad-get-advice-info): Change to a function. |