diff options
| author | Paul Eggert | 2012-01-16 19:43:00 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-01-16 19:43:00 -0800 |
| commit | 78df1fb1d46d556bfc2698ca1802972b13613ba8 (patch) | |
| tree | 114803047bb77b06e149d9218cd4540b9f287e65 /src/ChangeLog | |
| parent | 807f82fcebc7d946baa23f1d29ff5b0cf336f08e (diff) | |
| parent | 1b0880d5f1b478fe097aef8b702a5c7c70bd9f18 (diff) | |
| download | emacs-78df1fb1d46d556bfc2698ca1802972b13613ba8.tar.gz emacs-78df1fb1d46d556bfc2698ca1802972b13613ba8.zip | |
Merge from trunk.
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 |