From: Kim F. Storm Date: Sun, 23 Mar 2003 11:38:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~10772 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a526b96ce7ecd6cf1ab3dd67bcb9982ca1bccd9d;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 6d722e521f6..f8facf76f81 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,15 +1,18 @@ +2003-03-23 Kim F. Storm + + * w32term.c (w32_draw_window_cursor): Fix last change. + 2003-03-23 Kenichi Handa - * alloc.c (make_string_from_bytes): Add `const' for the arg - CONTENTS. - (make_specified_string): Likewise. + * alloc.c (make_string_from_bytes, make_specified_string): + Add `const' for the arg CONTENTS. * 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 + * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos. (XG_SB_RANGE): New define.