diff options
| author | Paul Eggert | 2011-10-25 16:01:16 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-10-25 16:01:16 -0700 |
| commit | f0ecbca80a004824d74ca9bc8b77cc94b2489b34 (patch) | |
| tree | 1bce01242894a7840910731adc5b76c99f8e6c89 /src/ChangeLog | |
| parent | a14e15687ce2e0a02e27bf85f70b3d9c7dfdf850 (diff) | |
| parent | 507ea2587e3b868468e83ff6bc8b3303c4097984 (diff) | |
| download | emacs-f0ecbca80a004824d74ca9bc8b77cc94b2489b34.tar.gz emacs-f0ecbca80a004824d74ca9bc8b77cc94b2489b34.zip | |
Merge from trunk.
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. |