comparison lisp/ChangeLog @ 67148:49baebc0ed70

*** empty log message ***
author John Paul Wallington <jpw@pobox.com>
date Sun, 27 Nov 2005 02:59:52 +0000
parents 6ec8cb8d967f
children 711dd29dd3d2
comparison
equal deleted inserted replaced
67147:bd64098ea241 67148:49baebc0ed70
1 2005-11-27 John Paul Wallington <jpw@pobox.com> 1 2005-11-27 John Paul Wallington <jpw@pobox.com>
2 2
3 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select) 3 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
4 (gdb-threads-select): Use `posn-set-point' instead of 4 (gdb-threads-select, gdb-edit-register-value):
5 `mouse-set-point' because the latter is not fbound when configured 5 Use `posn-set-point' instead of `mouse-set-point' because the
6 without X. 6 latter is not fbound when configured without X.
7 7
8 2005-11-27 Kim F. Storm <storm@cua.dk> 8 2005-11-27 Kim F. Storm <storm@cua.dk>
9 9
10 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve 10 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
11 existing face when partially highlighting a TAB in a rectangle. 11 existing face when partially highlighting a TAB in a rectangle.