diff options
| author | Eli Zaretskii | 2001-07-06 16:51:41 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-07-06 16:51:41 +0000 |
| commit | 24b97d4bf8cb03379c1b7e9ffe21a5ce3e657ba1 (patch) | |
| tree | 88f6994bc649105765bc254c6f8b1f624028ec6e /src/ChangeLog | |
| parent | 5abfcd73341189072ebd8132c92cc97b7c5d6e68 (diff) | |
| download | emacs-24b97d4bf8cb03379c1b7e9ffe21a5ce3e657ba1.tar.gz emacs-24b97d4bf8cb03379c1b7e9ffe21a5ce3e657ba1.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 833e14a874e..da8913ea9ed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,9 +1,12 @@ | |||
| 1 | 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * dosfns.c (syms_of_dosfns): Add \n\ at the end of a line in the | ||
| 4 | doc string line for dos-timezone-offset. | ||
| 5 | |||
| 3 | * msdos.c (do_visible_bell): Add \n\ at the end of each line of | 6 | * msdos.c (do_visible_bell): Add \n\ at the end of each line of |
| 4 | inline assembly, to avoid compiler warnings. | 7 | inline assembly, to avoid compiler warnings. |
| 5 | (syms_of_msdos): Add \n\ at the end of a doc string line for | 8 | (syms_of_msdos): Add \n\ at the end of a line in the doc string |
| 6 | dos-unsupported-char-glyph. | 9 | line for dos-unsupported-char-glyph. |
| 7 | 10 | ||
| 8 | * buffer.c (syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0. | 11 | * buffer.c (syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0. |
| 9 | 12 | ||