diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8c98b52e6aa..b1d67c9c31f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,39 @@ | |||
| 1 | 2010-11-27 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * charset.c (emacs_mule_charset): Make it an array of charset ID; | ||
| 4 | i.e. integer. | ||
| 5 | (Fdefine_charset_internal): Adjusted for the above change. | ||
| 6 | (init_charset_once): Likewise. | ||
| 7 | |||
| 8 | * charset.h (emacs_mule_charset): Adjust the prototype. Delete | ||
| 9 | duplicated extern. | ||
| 10 | |||
| 11 | * coding.c (emacs_mule_char): Adjust for the change of | ||
| 12 | emacs_mule_charset. | ||
| 13 | |||
| 14 | * lread.c (read_emacs_mule_char): Adjust for the change of | ||
| 15 | emacs_mule_charset. | ||
| 16 | |||
| 17 | 2010-11-27 Eli Zaretskii <eliz@gnu.org> | ||
| 18 | |||
| 19 | * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions | ||
| 20 | of w32api >= 3.15. (Bug#6989) (Bug#7452) | ||
| 21 | |||
| 22 | 2010-11-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 23 | |||
| 24 | * alloc.c (mark_terminals): Ensure that the image cache is marked | ||
| 25 | even if the terminal object was marked earlier (Bug#6301). | ||
| 26 | |||
| 27 | 2010-11-21 Chong Yidong <cyd@stupidchicken.com> | ||
| 28 | |||
| 29 | * editfns.c (Fbyte_to_string): Signal an error arg is not a byte. | ||
| 30 | |||
| 31 | 2010-11-27 Jan Djärv <jan.h.d@swipnet.se> | ||
| 32 | |||
| 33 | * gtkutil.c (menubar_map_cb): New function (Bug#7425). | ||
| 34 | (xg_update_frame_menubar): Connect signal map to menubar_map_cb. | ||
| 35 | Use 23 as menubar height if 0. (Bug#7425). | ||
| 36 | |||
| 1 | 2010-11-26 Eli Zaretskii <eliz@gnu.org> | 37 | 2010-11-26 Eli Zaretskii <eliz@gnu.org> |
| 2 | 38 | ||
| 3 | * xdisp.c (set_message_1): Force paragraph direction in echo area | 39 | * xdisp.c (set_message_1): Force paragraph direction in echo area |