diff options
| author | Gerd Moellmann | 2000-05-16 14:37:08 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-05-16 14:37:08 +0000 |
| commit | b15f3b7779ac0e14fd31be00b5301f0358cb5e11 (patch) | |
| tree | 8e2f8713e706452aa7677868cf8167a3aa9c0a4c /src/ChangeLog | |
| parent | be3981a8ea2d417ea3263e5c45730edca0e270b8 (diff) | |
| download | emacs-b15f3b7779ac0e14fd31be00b5301f0358cb5e11.tar.gz emacs-b15f3b7779ac0e14fd31be00b5301f0358cb5e11.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 390e364a625..3111472fe0c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2000-05-16 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c, w32.c, print.c, msdos.c, emacs.c: Use the term | ||
| 4 | `invalid' instead of `illegal'. | ||
| 5 | |||
| 6 | * indent.c (Fmove_to_column): When ending within a tab, insert | ||
| 7 | spaces first so that markers at the end of the tab get adjusted. | ||
| 8 | |||
| 3 | * frame.c (frames_bury_buffer): Don't add a buffer to the frame's | 9 | * frame.c (frames_bury_buffer): Don't add a buffer to the frame's |
| 4 | buffer list that wasn't selected in that frame. | 10 | buffer list that wasn't selected in that frame. |
| 5 | 11 | ||