Mercurial > emacs
changeset 57077:35b4fdda578a
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 12 Sep 2004 21:39:06 +0000 |
parents | d2baef38bbd7 |
children | 778b22aae530 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Sep 12 21:35:14 2004 +0000 +++ b/lisp/ChangeLog Sun Sep 12 21:39:06 2004 +0000 @@ -10,6 +10,8 @@ 2004-09-12 Kim F. Storm <storm@cua.dk> + * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message. + * emulation/cua-rect.el (cua--rectangle-operation): Let bind inhibit-field-text-motion to t so rectangles work in comint buffers.
--- a/src/ChangeLog Sun Sep 12 21:35:14 2004 +0000 +++ b/src/ChangeLog Sun Sep 12 21:39:06 2004 +0000 @@ -1,3 +1,9 @@ +2004-09-12 Kim F. Storm <storm@cua.dk> + + * editfns.c (Fformat): Handle format strings with multiple text + properties. Reverse text property list from the format string, + so the positions are in increasing order. + 2004-09-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * xselect.c (x_reply_selection_request): XSync and UNBLOCK before