diff options
| author | Gerd Moellmann | 2000-06-30 19:21:04 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-30 19:21:04 +0000 |
| commit | 3780bc22276f5b2cfa4556ca11c7b9febed1d317 (patch) | |
| tree | e6c07531e3314937ffc7d9187ad5cda01bf9f3fa /src/ChangeLog | |
| parent | bb6677a88c75d748da5613611b367226ab07a3b8 (diff) | |
| download | emacs-3780bc22276f5b2cfa4556ca11c7b9febed1d317.tar.gz emacs-3780bc22276f5b2cfa4556ca11c7b9febed1d317.zip | |
(next_frame): Don't check frame-focus redirection in
case MINIBUF is a window. Doing so excludes frames using MINIBUF
unless their focus is redirected, which contradicts the
specification of next-frame, and leads to infinite loops in
certain situations when cycling through windows with next-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 9d44e3092b5..0a254301fa6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2000-06-30 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * frame.c (next_frame): Don't check frame-focus redirection in | ||
| 4 | case MINIBUF is a window. Doing so excludes frames using MINIBUF | ||
| 5 | unless their focus is redirected, which contradicts the | ||
| 6 | specification of next-frame, and leads to infinite loops in | ||
| 7 | certain situations when cycling through windows with next-window. | ||
| 8 | |||
| 1 | 2000-06-30 Kenichi Handa <handa@etl.go.jp> | 9 | 2000-06-30 Kenichi Handa <handa@etl.go.jp> |
| 2 | 10 | ||
| 3 | * coding.c (code_convert_region): Even if the length of text is | 11 | * coding.c (code_convert_region): Even if the length of text is |