diff options
| author | Dave Love | 2000-08-14 14:26:59 +0000 |
|---|---|---|
| committer | Dave Love | 2000-08-14 14:26:59 +0000 |
| commit | 4eb22d33e48bea14996610cc3f3223fe40aff41e (patch) | |
| tree | a60c36bca63c862208559434779d9d6a36878330 /src | |
| parent | bf952fb6449772186914a0324732782bc2900d48 (diff) | |
| download | emacs-4eb22d33e48bea14996610cc3f3223fe40aff41e.tar.gz emacs-4eb22d33e48bea14996610cc3f3223fe40aff41e.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 93f8c924f15..cb299eaec77 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2000-08-14 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * alloc.c [HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk. | ||
| 4 | [!HAVE_UNISTD_H]: Use POINTER_TYPE to declare sbrk. | ||
| 5 | (lisp_free): Declare and make static. | ||
| 6 | |||
| 7 | * window.c: Fix embedded comment. | ||
| 8 | (syms_of_window): Fix doc string. | ||
| 9 | |||
| 1 | 2000-08-14 Gerd Moellmann <gerd@gnu.org> | 10 | 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
| 2 | 11 | ||
| 3 | * keymap.c (push_key_description): If C without modifiers is < 32, | 12 | * keymap.c (push_key_description): If C without modifiers is < 32, |