diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c46d23dd82e..95880e806ee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-11-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Uniquify the 'size' symbol. | ||
| 4 | * frame.c (Qsize): | ||
| 5 | * w32notify.c (Qsize): Remove. | ||
| 6 | * lisp.h (Qsize): New decl. | ||
| 7 | * lread.c (Qsize): Now extern. | ||
| 8 | * w32notify.c (syms_of_w32notify): No need to defsym. | ||
| 9 | |||
| 1 | 2014-11-07 Martin Rudalics <rudalics@gmx.at> | 10 | 2014-11-07 Martin Rudalics <rudalics@gmx.at> |
| 2 | 11 | ||
| 3 | * dispnew.c (change_frame_size_1): Fix call of | 12 | * dispnew.c (change_frame_size_1): Fix call of |