diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 46c22caeea9..fb0057770e6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-10-24 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-10-25 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Fix integer width and related bugs. | 3 | Fix integer width and related bugs. |
| 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,20 @@ | |||
| 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 | 2011-10-25 Paul Eggert <eggert@cs.ucla.edu> | ||
| 792 | |||
| 793 | * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2). | ||
| 794 | |||
| 795 | 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 796 | |||
| 797 | * keyboard.c (test_undefined): New function (bug#9751). | ||
| 798 | (read_key_sequence): Use it to detect when a key is bound to `undefined'. | ||
| 799 | |||
| 800 | 2011-10-25 Enami Tsugutomo <tsugutomo.enami@jp.sony.com> | ||
| 801 | |||
| 802 | * sysdep.c (init_sys_modes): Fix the check for the controlling | ||
| 803 | terminal (Bug#6649). | ||
| 804 | |||
| 791 | 2011-10-20 Eli Zaretskii <eliz@gnu.org> | 805 | 2011-10-20 Eli Zaretskii <eliz@gnu.org> |
| 792 | 806 | ||
| 793 | * dispextern.h (struct bidi_it): New member next_en_type. | 807 | * dispextern.h (struct bidi_it): New member next_en_type. |