diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 31115be1de9..12d92626b3f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object mixup (YAILOM) | ||
| 4 | |||
| 1 | 2007-05-06 Richard Stallman <rms@gnu.org> | 5 | 2007-05-06 Richard Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * process.c: Undo May 3 change. | 7 | * process.c: Undo May 3 change. |
| @@ -65,8 +69,8 @@ | |||
| 65 | 69 | ||
| 66 | 2007-04-16 Chong Yidong <cyd@stupidchicken.com> | 70 | 2007-04-16 Chong Yidong <cyd@stupidchicken.com> |
| 67 | 71 | ||
| 68 | * dispnew.c (adjust_frame_glyphs_for_frame_redisplay): Set | 72 | * dispnew.c (adjust_frame_glyphs_for_frame_redisplay): |
| 69 | garbaged flag in presence of window margins. | 73 | Set garbaged flag in presence of window margins. |
| 70 | (showing_window_margins_p): New function. | 74 | (showing_window_margins_p): New function. |
| 71 | 75 | ||
| 72 | * xdisp.c (cursor_row_p): Only end row on newline if it's a | 76 | * xdisp.c (cursor_row_p): Only end row on newline if it's a |