diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a989246335d..c27b4c69bb5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2012-01-15 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-01-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Fix integer width and related bugs (Bug#9874). | 3 | Fix integer width and related bugs (Bug#9874). |
| 4 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | 4 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): |
| @@ -788,6 +788,12 @@ | |||
| 788 | rather than rolling our own approximation. | 788 | rather than rolling our own approximation. |
| 789 | (SCROLL_BAR_VEC_SIZE): Remove; not used. | 789 | (SCROLL_BAR_VEC_SIZE): Remove; not used. |
| 790 | 790 | ||
| 791 | 2012-01-16 Martin Rudalics <rudalics@gmx.at> | ||
| 792 | |||
| 793 | * window.c (Vwindow_persistent_parameters): New variable. | ||
| 794 | (Fset_window_configuration, save_window_save): Handle persistent | ||
| 795 | window parameters. | ||
| 796 | |||
| 791 | 2012-01-14 Eli Zaretskii <eliz@gnu.org> | 797 | 2012-01-14 Eli Zaretskii <eliz@gnu.org> |
| 792 | 798 | ||
| 793 | * w32fns.c (signal_user_input): Don't do a QUIT, to avoid | 799 | * w32fns.c (signal_user_input): Don't do a QUIT, to avoid |