1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2005-03-22 23:08:41 +00:00
parent d196a54737
commit 8df0ffbe5f
2 changed files with 17 additions and 0 deletions

View File

@ -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

View File

@ -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).