diff options
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 |