diff options
| author | Richard M. Stallman | 2002-02-26 16:09:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-02-26 16:09:19 +0000 |
| commit | 4a81d892ea342a0fb19131754a8f5422b1548388 (patch) | |
| tree | 2b0b4a67bbe1a21bced983b6825b60ed08567e1d /lisp/ChangeLog | |
| parent | 7dfee0293db4f22fa771a8f68f7bdf45c4accec8 (diff) | |
| download | emacs-4a81d892ea342a0fb19131754a8f5422b1548388.tar.gz emacs-4a81d892ea342a0fb19131754a8f5422b1548388.zip | |
(winner-boring-buffers, winner-set): A window which
displays a buffer whose name is in the list `winner-boring-buffers'
will no longer be restored by `winner-undo'.
(winner-sorted-window-list): Used to improve comparison between
window configurations.
(winner-win-data): Simplified and moved.
(winner-conf): Simplified (now uses `winner-win-data').
(winner-change-fun, winner-save-old-configurations)
(winner-save-(un)conditionally, winner-redo): Changes made while in
the minibuffer will be ignored. (Such changes are undone upon
exit for the minibuffer, anyway.)
(winner-set-conf): Preserve selected window whenever possible.
(winner-make-point-alist): Simplified.
(winner-mode, winner-save-unconditionally): Save current window
configuration on entering minibuffer.
(minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
since it does not change the overall behavior of Emacs.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3c59b6fd1b9..aece4651523 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,31 @@ | |||
| 1 | 2002-02-26 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * rect.el (clear-rectangle-line): Reindent to the same column | ||
| 4 | that move-to-column reached when it tried to go to endcol. | ||
| 5 | |||
| 6 | * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end. | ||
| 7 | |||
| 8 | 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no> | ||
| 9 | |||
| 10 | * winner.el (winner-boring-buffers, winner-set): A window which | ||
| 11 | displays a buffer whose name is in the list | ||
| 12 | `winner-boring-buffers', will no longer be restored by | ||
| 13 | `winner-undo'. | ||
| 14 | (winner-sorted-window-list): Used to improve comparison between | ||
| 15 | window configurations. | ||
| 16 | (winner-win-data): Simplified and moved. | ||
| 17 | (winner-conf): Simplified (now uses `winner-win-data'). | ||
| 18 | (winner-change-fun, winner-save-old-configurations) | ||
| 19 | (winner-save-(un)conditionally, winner-redo): Changes made while in | ||
| 20 | the minibuffer will be ignored. (Such changes are undone upon | ||
| 21 | exit for the minibuffer, anyway.) | ||
| 22 | (winner-set-conf): Preserve selected window whenever possible. | ||
| 23 | (winner-make-point-alist): Simplified. | ||
| 24 | (winner-mode, winner-save-unconditionally): Save current window | ||
| 25 | configuration on entering minibuffer. | ||
| 26 | (minor-mode-alist): Don't add winner-mode to `minor-mode-alist', | ||
| 27 | since it does not change the overall behavior of Emacs. | ||
| 28 | |||
| 1 | 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il> | 29 | 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 30 | ||
| 3 | * international/mule-conf.el (compound-text): Renamed back from | 31 | * international/mule-conf.el (compound-text): Renamed back from |