Mercurial > emacs
comparison src/ChangeLog @ 30785:cbfd75137078
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 14 Aug 2000 14:26:59 +0000 |
parents | 59479ef35bf2 |
children | 9a001fb66358 |
comparison
equal
deleted
inserted
replaced
30784:dbc1e69a89a9 | 30785:cbfd75137078 |
---|---|
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, |
4 make sure to print `C-' before `M-', like in the manual. | 13 make sure to print `C-' before `M-', like in the manual. |
5 | 14 |