diff options
| author | Stefan Monnier | 2001-10-31 02:15:54 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-10-31 02:15:54 +0000 |
| commit | 747d3f2a01c3ffe977641c441214fa82935b81c3 (patch) | |
| tree | 597a72905f1baa11714775884da2de461fc704ee | |
| parent | 062e040d1b5a601dc4034df8397d6292bce48fe3 (diff) | |
| download | emacs-747d3f2a01c3ffe977641c441214fa82935b81c3.tar.gz emacs-747d3f2a01c3ffe977641c441214fa82935b81c3.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 12 |
2 files changed, 10 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e4cf1c4e0fc..5d893946c4a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2001-10-30 Stefan Monnier <monnier@cs.yale.edu> | 1 | 2001-10-30 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 2 | ||
| 3 | * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e. | ||
| 4 | |||
| 3 | * simple.el (reindent-then-newline-and-indent): Insert the newline | 5 | * simple.el (reindent-then-newline-and-indent): Insert the newline |
| 4 | before indenting the first line. | 6 | before indenting the first line. |
| 5 | (undo-get-state, undo-revert-to-state): New funs. | 7 | (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 @@ | |||
| 1 | 2001-10-30 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * xfaces.c (Fface_attribute_relative_p): Declare args. | ||
| 4 | |||
| 1 | 2001-10-30 Jason Rumney <jasonr@gnu.org> | 5 | 2001-10-30 Jason Rumney <jasonr@gnu.org> |
| 2 | 6 | ||
| 3 | * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer. | 7 | * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer. |
| @@ -22,7 +26,7 @@ | |||
| 22 | 26 | ||
| 23 | * lread.c (to_multibyte): Ensure read_buffer is at least twice | 27 | * lread.c (to_multibyte): Ensure read_buffer is at least twice |
| 24 | as large as the number of bytes to convert. | 28 | as large as the number of bytes to convert. |
| 25 | 29 | ||
| 26 | * lread.c (to_multibyte): New function. | 30 | * lread.c (to_multibyte): New function. |
| 27 | (read1): Use it. | 31 | (read1): Use it. |
| 28 | 32 | ||
| @@ -33,9 +37,9 @@ | |||
| 33 | 2001-10-30 Gerd Moellmann <gerd@gnu.org> | 37 | 2001-10-30 Gerd Moellmann <gerd@gnu.org> |
| 34 | 38 | ||
| 35 | * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel. | 39 | * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel. |
| 36 | (x_set_glyph_string_background_width): Set | 40 | (x_set_glyph_string_background_width): Set extends_to_end_of_line_p |
| 37 | extends_to_end_of_line_p if the row's fill_line_p is set and | 41 | if the row's fill_line_p is set and drawing the last glyph with |
| 38 | drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}. | 42 | DRAW_IMAGE_{RAISED,SUNKEN}. |
| 39 | 43 | ||
| 40 | * xdisp.c (clear_garbaged_frames): Call Fredraw_frame. | 44 | * xdisp.c (clear_garbaged_frames): Call Fredraw_frame. |
| 41 | 45 | ||