diff options
| author | Gerd Moellmann | 2000-10-12 13:06:00 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-10-12 13:06:00 +0000 |
| commit | 2483cf581bf1378059e09147c1061045aabadab0 (patch) | |
| tree | 781fc5a60d2fdfc28eb79771a922688cd40ce390 /src/ChangeLog | |
| parent | ef2ed8ab525d3b24ec5b9bd4feeabf5d1c335f0d (diff) | |
| download | emacs-2483cf581bf1378059e09147c1061045aabadab0.tar.gz emacs-2483cf581bf1378059e09147c1061045aabadab0.zip | |
(save_excursion_save): Additionally record the
selected window.
(save_excursion_restore): If buffer was visible in a window, and a
different window was selected, and the old selected window is
still live, restore point in that window.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ff20a3785f0..9346f36d630 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2000-10-12 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * editfns.c (save_excursion_save): Additionally record the | ||
| 4 | selected window. | ||
| 5 | (save_excursion_restore): If buffer was visible in a window, and a | ||
| 6 | different window was selected, and the old selected window is | ||
| 7 | still live, restore point in that window. | ||
| 8 | |||
| 1 | 2000-10-12 Kenichi Handa <handa@etl.go.jp> | 9 | 2000-10-12 Kenichi Handa <handa@etl.go.jp> |
| 2 | 10 | ||
| 3 | * xterm.c (x_produce_glyphs): Handle | 11 | * xterm.c (x_produce_glyphs): Handle |