diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 63da5cbd972..0601e5a5aed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -15,6 +15,9 @@ | |||
| 15 | * window.c (allocate_window): Now static here. | 15 | * window.c (allocate_window): Now static here. |
| 16 | Use ALLOCATE_ZEROED_PSEUDOVECTOR. Add comment. | 16 | Use ALLOCATE_ZEROED_PSEUDOVECTOR. Add comment. |
| 17 | 17 | ||
| 18 | * lisp.h (XTERMINAL): Add eassert. | ||
| 19 | * process.c (make_lisp_proc): Now static here. | ||
| 20 | |||
| 18 | 2015-01-16 Paul Eggert <eggert@cs.ucla.edu> | 21 | 2015-01-16 Paul Eggert <eggert@cs.ucla.edu> |
| 19 | 22 | ||
| 20 | Give up on -Wsuggest-attribute=const | 23 | Give up on -Wsuggest-attribute=const |