aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-03-22 23:08:41 +0000
committerKim F. Storm2005-03-22 23:08:41 +0000
commit8df0ffbe5f3aa87b7fd02358b856ca23c764792c (patch)
treeebb43da126fea6088b054e1d60b2f041ee910374
parentd196a54737897fdd4a19ca62034f53ce731d5f20 (diff)
downloademacs-8df0ffbe5f3aa87b7fd02358b856ca23c764792c.tar.gz
emacs-8df0ffbe5f3aa87b7fd02358b856ca23c764792c.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog12
2 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 92c537a2d8f..a47336fc747 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-03-23 Kim F. Storm <storm@cua.dk>
2
3 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4 Don't inherit from fringe face (now happens automatically).
5
12005-03-22 Kim F. Storm <storm@cua.dk> 62005-03-22 Kim F. Storm <storm@cua.dk>
2 7
3 * tooltip.el (tooltip-show-help-function): Ignore negative mouse 8 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
diff --git a/src/ChangeLog b/src/ChangeLog
index 30fc6990499..2354e597844 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12005-03-22 Kim F. Storm <storm@cua.dk>
2
3 * xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
4 * dispextern.h (lookup_derived_face): Fix prototype.
5 * msdos.c (XMenuActivate): Fix call to lookup_derived_face.
6
7 * xdisp.c (handle_single_display_spec): Derive left-fringe and
8 right-fringe face from fringe face.
9
10 * fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face):
11 Derive face from fringe face.
12
12005-03-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 132005-03-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 14
3 * xrdb.c (x_load_resources): Undo previous change (2005-03-18). 15 * xrdb.c (x_load_resources): Undo previous change (2005-03-18).