diff options
author | Miles Bader <miles@gnu.org> | 2005-03-22 05:05:37 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2005-03-22 05:05:37 +0000 |
commit | 28c22055e5965be089acffb85da35c2f5f134c1e (patch) | |
tree | bf167ed283741c6b1d6113271df0a522c146f820 /lisp | |
parent | e07aa7db90330dd60b179ca4bd69708f57a1b063 (diff) | |
download | emacs-28c22055e5965be089acffb85da35c2f5f134c1e.tar.gz |
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-198
Tweak gdb-ui breakpoint faces
2005-03-22 Miles Bader <miles@gnu.org>
* lisp/progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
Tweak details to look good on both ttys and bitmap displays, light
or dark background, etc.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 24895b5ba10..b6599201913 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2005-03-22 Miles Bader <miles@gnu.org> + + * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled): + Tweak details to look good on both ttys and bitmap displays, light + or dark background, etc. + 2005-03-21 Kim F. Storm <storm@cua.dk> * tooltip.el (tooltip-show-help-function): Check car and cdr of |