diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6d722e521f6..f8facf76f81 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,15 +1,18 @@ | |||
| 1 | 2003-03-23 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * w32term.c (w32_draw_window_cursor): Fix last change. | ||
| 4 | |||
| 1 | 2003-03-23 Kenichi Handa <handa@m17n.org> | 5 | 2003-03-23 Kenichi Handa <handa@m17n.org> |
| 2 | 6 | ||
| 3 | * alloc.c (make_string_from_bytes): Add `const' for the arg | 7 | * alloc.c (make_string_from_bytes, make_specified_string): |
| 4 | CONTENTS. | 8 | Add `const' for the arg CONTENTS. |
| 5 | (make_specified_string): Likewise. | ||
| 6 | 9 | ||
| 7 | * lisp.h (make_string_from_bytes, make_specified_string): | 10 | * lisp.h (make_string_from_bytes, make_specified_string): |
| 8 | Prototypes adjusted. | 11 | Prototypes adjusted. |
| 9 | 12 | ||
| 10 | 2003-03-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 13 | 2003-03-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 11 | 14 | ||
| 12 | * xdisp.c (get_glyph_string_clip_rect): Removed ; at end of #endif | 15 | * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif |
| 13 | 16 | ||
| 14 | * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos. | 17 | * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos. |
| 15 | (XG_SB_RANGE): New define. | 18 | (XG_SB_RANGE): New define. |