From: Kim F. Storm Date: Sun, 12 Sep 2004 21:39:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~4941 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c0ad3b38ec2daba15be85cc36ba4961535af9751;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e92f89844de..02112a1208d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -10,6 +10,8 @@ 2004-09-12 Kim F. Storm + * 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. diff --git a/src/ChangeLog b/src/ChangeLog index ab3bd9f6aca..5fee1e8d97d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2004-09-12 Kim F. Storm + + * 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 * xselect.c (x_reply_selection_request): XSync and UNBLOCK before