# HG changeset patch # User Kenichi Handa # Date 1048385315 0 # Node ID 08a9f18d87844b4d10ccf608c8c1bfa1a6030854 # Parent fc6bcd4af6863daea8091b12111a7e9500fbf965 *** empty log message *** diff -r fc6bcd4af686 -r 08a9f18d8784 src/ChangeLog --- a/src/ChangeLog Sun Mar 23 02:08:04 2003 +0000 +++ b/src/ChangeLog Sun Mar 23 02:08:35 2003 +0000 @@ -1,3 +1,12 @@ +2003-03-23 Kenichi Handa + + * alloc.c (make_string_from_bytes): Add `const' for the arg + CONTENTS. + (make_specified_string): Likewise. + + * lisp.h (make_string_from_bytes, make_specified_string): + Prototypes adjusted. + 2003-03-23 Jan Dj,Ad(Brv * xdisp.c (get_glyph_string_clip_rect): Removed ; at end of #endif @@ -209,7 +218,7 @@ * gtkutil.h: Removed xg_ignore_next_thumb. -2003-03-18 Kenichi Handa +2003-03-18 Kenichi Handa * coding.c (Vchar_coding_system_table): Remove this variable. (Vcoding_system_safe_chars): New variable.