From 8320414c2babf66a2f95e909524552296585ab32 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 20 Sep 2000 11:22:36 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 3 +++ src/ChangeLog | 11 +++++++++++ 2 files changed, 14 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 26b141c4e14..3366c911ed2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2000-09-20 Gerd Moellmann + * dired.el (dired-font-lock-keywords): Undo last change. + (dired-readin): Bind indent-tabs-mode to nil. + * startup.el (fancy-splash-head): If frame's background mode is `dark', change the black background of the image to gray. (fancy-splash-screens): Display startup echo area message. diff --git a/src/ChangeLog b/src/ChangeLog index 7534a0d6fee..9cf9978e295 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2000-09-20 Gerd Moellmann + + * xfns.c (xpm_init_color_cache) [ALLOC_XPM_COLORS]: If color + symbols are specified, add color translations to the cache. + (xpm_color_bucket, xpm_cache_color) [ALLOC_XPM_COLORS]: New + functions. + (xpm_lookup_color) [ALLOC_XPM_COLORS]: Use xpm_color_bucket and + xpm_cache_color. + (xpm_load) [ALLOC_XPM_COLORS]: Pass frame and XPM attributes + structures to xpm_init_color_cache. + 2000-09-19 Gerd Moellmann * dispnew.c (update_window_line): Make sure to always draw -- 2.39.2