diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3ee8cce1a3e..6d722e521f6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 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 |
| @@ -209,7 +218,7 @@ | |||
| 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. |