comparison lisp/ChangeLog @ 67124:47ddc89c842c

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Fri, 25 Nov 2005 21:33:02 +0000
parents 6e41569f62c8
children ed2c1481cde9
comparison
equal deleted inserted replaced
67123:6e41569f62c8 67124:47ddc89c842c
1 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
4 (gdb-mouse-toggle-breakpoint-margin)
5 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
6 Add gdb-server-prefix to keep out of command history.
7 (gdb-edit-register-value): New function.
8 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
9 (gdb-info-registers-custom): Use above map.
10
1 2005-11-25 Chong Yidong <cyd@stupidchicken.com> 11 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
2 12
3 * custom.el (enable-theme): Signal error if argument is not a 13 * custom.el (enable-theme): Signal error if argument is not a
4 theme. Don't recalculate a face if it's not loaded yet. 14 theme. Don't recalculate a face if it's not loaded yet.
5 15