Mercurial > emacs
comparison src/ChangeLog @ 77661:6634ebb68050
(Ftranspose_regions): Yet another int/Lisp_Object mixup (YAILOM)
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 07 May 2007 15:25:47 +0000 |
parents | 2256012fcd2a |
children | 8cba28b4f1b7 ca9519bf5703 |
comparison
equal
deleted
inserted
replaced
77660:7886ac713748 | 77661:6634ebb68050 |
---|---|
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. |
4 | 8 |
5 2007-05-03 Per Cederqvist <ceder@lysator.liu.se> (tiny change) | 9 2007-05-03 Per Cederqvist <ceder@lysator.liu.se> (tiny change) |
63 (Fminibuffer_completion_contents, Fdelete_minibuffer_contents): | 67 (Fminibuffer_completion_contents, Fdelete_minibuffer_contents): |
64 Doc fixes. | 68 Doc fixes. |
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 |
73 display string. Suggested by Lennart Borgman. | 77 display string. Suggested by Lennart Borgman. |
74 | 78 |