From: Kim F. Storm Date: Thu, 2 Jun 2005 12:25:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~9360 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0493f7be8a656af1956aa8bd127f277e1ed9b0df;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 80f0007670a..dbcac952b51 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2005-06-02 Kim F. Storm + + * xdisp.c (MODE_LINE_NOPROP_LEN): New macro. + (x_consider_frame_title, Fformat_mode_line): Save offset into + mode_line_noprop_buf rather than pointer, in case buffer is relocated. + 2005-06-01 Kim F. Storm * fns.c (mapcar1): Maybe exit loop if original sequence was modified.