From: Gerd Moellmann Date: Mon, 12 Jun 2000 19:12:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3361 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed1056b307e969d243899174c240356273a2ca02;p=emacs.git *** empty log message *** --- diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index cc80c85d22c..92644250cca 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -1,3 +1,9 @@ +2000-06-12 Gerd Moellmann + + * xlwmenu.c (make_shadow_gcs): Free and copy colors so that + color reference counts are right. + (release_shadow_gcs): Free colors. + 2000-06-06 Dave Love * xlwmenu.c (x_alloc_nearest_color_for_widget, x_catch_errors) diff --git a/src/ChangeLog b/src/ChangeLog index 32a2e6679f7..d32a3db297a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2000-06-12 Gerd Moellmann + + * xfaces.c (Fdump_colors) [DEBUG_X_COLORS]: New function. + (syms_of_xfaces): Defsubr Sdump_colors. + (x_free_colors): Don't treat b&w specially on default visual. + (x_free_dpy_colors): New function. + (free_face_colors): Don't check visual class; it's done + in x_free_colors. + + * xterm.c (x_frame_of_widget): New function. + (x_alloc_nearest_color_for_widget): Use it. + (x_copy_dpy_color): New function. + (x_destroy_window): Free various colors. + 2000-06-12 Kenichi Handa * ccl.h (EMACS_CCL_H): Renamed from _CCL_H. @@ -20,7 +34,7 @@ 2000-06-11 Gerd Moellmann - * xmenu.c (xmenu_show): Case second parameter of lw_popup_menu + * xmenu.c (xmenu_show): Cast second parameter of lw_popup_menu to `XEvent *'. 2000-06-10 Kenichi Handa