diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 66162f133ec..eb09468a8fc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2000-07-18 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * alloc.c (allocate_string_data): If string had already data | ||
| 4 | assigned, copy old contents to new string data. | ||
| 5 | |||
| 6 | * coding.c (syms_of_coding): Fix typo in spelling of variable | ||
| 7 | `inhibit-iso-escape-detection'. | ||
| 8 | |||
| 3 | * alloca.c (free) [emacs && EMACS_FREE]: Define as EMACS_FREE. | 9 | * alloca.c (free) [emacs && EMACS_FREE]: Define as EMACS_FREE. |
| 4 | 10 | ||
| 5 | * Makefile.in: Add dependencies on dispextern.h. | 11 | * Makefile.in: Add dependencies on dispextern.h. |