Mercurial > emacs
comparison src/ChangeLog @ 50277:08a9f18d8784
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 23 Mar 2003 02:08:35 +0000 |
parents | 15e511b7973a |
children | 307ec0333b31 |
comparison
equal
deleted
inserted
replaced
50276:fc6bcd4af686 | 50277:08a9f18d8784 |
---|---|
1 2003-03-23 Kenichi Handa <handa@m17n.org> | |
2 | |
3 * alloc.c (make_string_from_bytes): Add `const' for the arg | |
4 CONTENTS. | |
5 (make_specified_string): Likewise. | |
6 | |
7 * lisp.h (make_string_from_bytes, make_specified_string): | |
8 Prototypes adjusted. | |
9 | |
1 2003-03-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 10 2003-03-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
2 | 11 |
3 * xdisp.c (get_glyph_string_clip_rect): Removed ; at end of #endif | 12 * xdisp.c (get_glyph_string_clip_rect): Removed ; at end of #endif |
4 | 13 |
5 * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos. | 14 * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos. |
207 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for | 216 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for |
208 all widgets. | 217 all widgets. |
209 | 218 |
210 * gtkutil.h: Removed xg_ignore_next_thumb. | 219 * gtkutil.h: Removed xg_ignore_next_thumb. |
211 | 220 |
212 2003-03-18 Kenichi Handa <handa@etlken2> | 221 2003-03-18 Kenichi Handa <handa@m17n.org> |
213 | 222 |
214 * coding.c (Vchar_coding_system_table): Remove this variable. | 223 * coding.c (Vchar_coding_system_table): Remove this variable. |
215 (Vcoding_system_safe_chars): New variable. | 224 (Vcoding_system_safe_chars): New variable. |
216 (intersection): Remove this function. | 225 (intersection): Remove this function. |
217 (find_safe_codings): Don't use Vchar_coding_system_table, but try | 226 (find_safe_codings): Don't use Vchar_coding_system_table, but try |