From: Stefan Monnier Date: Wed, 31 Oct 2001 02:15:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~18976 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=747d3f2a01c3ffe977641c441214fa82935b81c3;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e4cf1c4e0fc..5d893946c4a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2001-10-30 Stefan Monnier + * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e. + * simple.el (reindent-then-newline-and-indent): Insert the newline before indenting the first line. (undo-get-state, undo-revert-to-state): New funs. diff --git a/src/ChangeLog b/src/ChangeLog index 885b230f29b..ed9e898f40d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-10-30 Stefan Monnier + + * xfaces.c (Fface_attribute_relative_p): Declare args. + 2001-10-30 Jason Rumney * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer. @@ -22,7 +26,7 @@ * lread.c (to_multibyte): Ensure read_buffer is at least twice as large as the number of bytes to convert. - + * lread.c (to_multibyte): New function. (read1): Use it. @@ -33,9 +37,9 @@ 2001-10-30 Gerd Moellmann * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel. - (x_set_glyph_string_background_width): Set - extends_to_end_of_line_p if the row's fill_line_p is set and - drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}. + (x_set_glyph_string_background_width): Set extends_to_end_of_line_p + if the row's fill_line_p is set and drawing the last glyph with + DRAW_IMAGE_{RAISED,SUNKEN}. * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.