From: Nick Roberts Date: Thu, 20 Apr 2006 23:00:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~3026 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf49275d6e64ecc8b4a59245753452580888b7a0;p=emacs.git *** empty log message *** --- diff --git a/etc/ChangeLog b/etc/ChangeLog index fae2d365adf..013b59d5305 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2006-04-21 Nick Roberts + + * NEWS: Mention t-mouse.el. Touch up description of gdb-ui.el. + 2006-04-20 Carsten Dominik * orgcard.tex: Version number change only. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7ef6a1c3d54..234925efe20 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2006-04-21 Nick Roberts + + * progmodes/gdb-ui.el (gdb-data-list-register-values-handler): + Use font-lock-warning-face for any errors e.g. no stack. + (gdb-stack-list-locals-handler): Display any errors e.g. no stack. + 2006-04-20 Dan Nicolaescu * newcomment.el (comment-start, comment-start-skip) diff --git a/src/ChangeLog b/src/ChangeLog index 245fb87d485..392d0c97ab9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-04-21 Nick Roberts + + * xdisp.c (note_mouse_highlight): Use build_string. + 2006-04-20 Lars Hansen * textprop.c (Fremove_list_of_text_properties): Ensure