aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2005-06-02 12:25:57 +0000
committerKim F. Storm2005-06-02 12:25:57 +0000
commit0493f7be8a656af1956aa8bd127f277e1ed9b0df (patch)
treeb9b530ee85a3f1ae2de623ae52a6a46f10f0d818 /src
parent0f69d598bc0b95891ee020f6ff2268e2ec981b5f (diff)
downloademacs-0493f7be8a656af1956aa8bd127f277e1ed9b0df.tar.gz
emacs-0493f7be8a656af1956aa8bd127f277e1ed9b0df.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 80f0007670a..dbcac952b51 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12005-06-02 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (MODE_LINE_NOPROP_LEN): New macro.
4 (x_consider_frame_title, Fformat_mode_line): Save offset into
5 mode_line_noprop_buf rather than pointer, in case buffer is relocated.
6
12005-06-01 Kim F. Storm <storm@cua.dk> 72005-06-01 Kim F. Storm <storm@cua.dk>
2 8
3 * fns.c (mapcar1): Maybe exit loop if original sequence was modified. 9 * fns.c (mapcar1): Maybe exit loop if original sequence was modified.