aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-12 19:12:17 +0000
committerGerd Moellmann2000-06-12 19:12:17 +0000
commited1056b307e969d243899174c240356273a2ca02 (patch)
treeea4d1a95cf494b4574f1a43edb54890e124e2c2a /src
parentfc8fefedf3125f02de73c9c7756edf611d68d594 (diff)
downloademacs-ed1056b307e969d243899174c240356273a2ca02.tar.gz
emacs-ed1056b307e969d243899174c240356273a2ca02.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 32a2e6679f7..d32a3db297a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12000-06-12 Gerd Moellmann <gerd@gnu.org>
2
3 * xfaces.c (Fdump_colors) [DEBUG_X_COLORS]: New function.
4 (syms_of_xfaces): Defsubr Sdump_colors.
5 (x_free_colors): Don't treat b&w specially on default visual.
6 (x_free_dpy_colors): New function.
7 (free_face_colors): Don't check visual class; it's done
8 in x_free_colors.
9
10 * xterm.c (x_frame_of_widget): New function.
11 (x_alloc_nearest_color_for_widget): Use it.
12 (x_copy_dpy_color): New function.
13 (x_destroy_window): Free various colors.
14
12000-06-12 Kenichi Handa <handa@etl.go.jp> 152000-06-12 Kenichi Handa <handa@etl.go.jp>
2 16
3 * ccl.h (EMACS_CCL_H): Renamed from _CCL_H. 17 * ccl.h (EMACS_CCL_H): Renamed from _CCL_H.
@@ -20,7 +34,7 @@
20 34
212000-06-11 Gerd Moellmann <gerd@gnu.org> 352000-06-11 Gerd Moellmann <gerd@gnu.org>
22 36
23 * xmenu.c (xmenu_show): Case second parameter of lw_popup_menu 37 * xmenu.c (xmenu_show): Cast second parameter of lw_popup_menu
24 to `XEvent *'. 38 to `XEvent *'.
25 39
262000-06-10 Kenichi Handa <handa@etl.go.jp> 402000-06-10 Kenichi Handa <handa@etl.go.jp>