diff options
| author | Stefan Monnier | 2007-05-07 15:25:47 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-05-07 15:25:47 +0000 |
| commit | c10b2810641680402f94f98239186e4e99495727 (patch) | |
| tree | ffa7034b335c098a69ad88e038111256658f2fab /src/ChangeLog | |
| parent | b70b6847b7f9a26a2220b4a737001fba4e884b90 (diff) | |
| download | emacs-c10b2810641680402f94f98239186e4e99495727.tar.gz emacs-c10b2810641680402f94f98239186e4e99495727.zip | |
(Ftranspose_regions): Yet another int/Lisp_Object mixup (YAILOM)
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 |