Mercurial > emacs
comparison lisp/ChangeLog @ 56895:b4c980745e7f
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 02 Sep 2004 22:55:59 +0000 |
parents | 2d8aa6e59b6b |
children | 8090066a536d |
comparison
equal
deleted
inserted
replaced
56894:8beec197715e | 56895:b4c980745e7f |
---|---|
1 2004-09-03 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that | |
4 point is set (and displayed) inside rectangle. | |
5 (cua--rectangle-operation): Fix for highlight of empty lines. | |
6 (cua--highlight-rectangle): Fix highlight for tabs. | |
7 Position cursor at left/right edge of rectangle using new `cursor' | |
8 property on overlay strings. | |
9 (cua--indent-rectangle): Don't tabify. | |
10 (cua-rotate-rectangle): Ignore that point has moved. | |
11 | |
1 2004-09-02 Juri Linkov <juri@jurta.org> | 12 2004-09-02 Juri Linkov <juri@jurta.org> |
2 | 13 |
3 * progmodes/compile.el (compilation-buffer-name): Compare major | 14 * progmodes/compile.el (compilation-buffer-name): Compare major |
4 mode with second element of compilation-arguments instead of third | 15 mode with second element of compilation-arguments instead of third |
5 to reflect latest changes in compilation-arguments structure. | 16 to reflect latest changes in compilation-arguments structure. |