]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 31 Oct 2001 02:15:54 +0000 (02:15 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 31 Oct 2001 02:15:54 +0000 (02:15 +0000)
lisp/ChangeLog
src/ChangeLog

index e4cf1c4e0fcbee82d875c4d9252c62afcab86477..5d893946c4a23efc23e3d878a8610ee6cd6ad982 100644 (file)
@@ -1,5 +1,7 @@
 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
 
+       * 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.
index 885b230f29bd3ba9b195f543c07c7ff78eab4038..ed9e898f40d3e30fdb401b10f9c7cc066e1bb998 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * xfaces.c (Fface_attribute_relative_p): Declare args.
+
 2001-10-30  Jason Rumney  <jasonr@gnu.org>
 
        * 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  <gerd@gnu.org>
 
        * 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.