changeset 60838:a30123aa4b4a

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 22 Mar 2005 23:08:41 +0000
parents 18fb43577f76
children 7a4f7626e4dc
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Mar 22 23:02:03 2005 +0000
+++ b/lisp/ChangeLog	Tue Mar 22 23:08:41 2005 +0000
@@ -1,3 +1,8 @@
+2005-03-23  Kim F. Storm  <storm@cua.dk>
+
+	* progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
+	Don't inherit from fringe face (now happens automatically).
+
 2005-03-22  Kim F. Storm  <storm@cua.dk>
 
 	* tooltip.el (tooltip-show-help-function): Ignore negative mouse
--- a/src/ChangeLog	Tue Mar 22 23:02:03 2005 +0000
+++ b/src/ChangeLog	Tue Mar 22 23:08:41 2005 +0000
@@ -1,3 +1,15 @@
+2005-03-22  Kim F. Storm  <storm@cua.dk>
+
+	* xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
+	* dispextern.h (lookup_derived_face): Fix prototype.
+	* msdos.c (XMenuActivate): Fix call to lookup_derived_face.
+
+	* xdisp.c (handle_single_display_spec): Derive left-fringe and
+	right-fringe face from fringe face.
+
+	* fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face):
+	Derive face from fringe face.
+
 2005-03-22  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
 
 	* xrdb.c (x_load_resources): Undo previous change (2005-03-18).