From 46540080eac5c7efa800b5646a4e0a2eea450c4f Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Thu, 2 Sep 2004 22:55:59 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 11 +++++++++++ src/ChangeLog | 8 +++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 015fb9253c5..2877097c39a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2004-09-03 Kim F. Storm + + * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that + point is set (and displayed) inside rectangle. + (cua--rectangle-operation): Fix for highlight of empty lines. + (cua--highlight-rectangle): Fix highlight for tabs. + Position cursor at left/right edge of rectangle using new `cursor' + property on overlay strings. + (cua--indent-rectangle): Don't tabify. + (cua-rotate-rectangle): Ignore that point has moved. + 2004-09-02 Juri Linkov * progmodes/compile.el (compilation-buffer-name): Compare major diff --git a/src/ChangeLog b/src/ChangeLog index a2ae10d158a..c2999317d03 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ +2004-09-03 Kim F. Storm + + * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property + in overlay or text-property strings; set cursor on corresponding + glyph rather than at end of the string. + 2004-09-02 YAMAMOTO Mitsuharu - + * term/mac-win.el: Add ASCII equivalents for some function keys. (mode-line-frame-identification): Sync with x-win.el. -- 2.39.5