aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2004-05-14 17:39:35 +0000
committerStefan Monnier2004-05-14 17:39:35 +0000
commit89458937e76b8dcbaf76d03f44736c554e0a7650 (patch)
tree3edd49ddba37e3334c3991a979cf5b24c61dd13a /src/ChangeLog
parent08020f9ad53bb936af961c7476ee032ebc90bb9c (diff)
downloademacs-89458937e76b8dcbaf76d03f44736c554e0a7650.tar.gz
emacs-89458937e76b8dcbaf76d03f44736c554e0a7650.zip
(Fw32_define_rgb_color): Avoid XSET.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 49555f098f8..a0168a7afc1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
4
12004-05-14 Kenichi Handa <handa@m17n.org> 52004-05-14 Kenichi Handa <handa@m17n.org>
2 6
3 * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS. 7 * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
@@ -7,7 +11,7 @@
7 * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c 11 * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
8 section to frame.c section. 12 section to frame.c section.
9 (Fxw_display_color_p, Fx_file_dialog): Declare if 13 (Fxw_display_color_p, Fx_file_dialog): Declare if
10 HAVE_WINDOW_SYSTEM defined. 14 HAVE_WINDOW_SYSTEM defined.
11 * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup. 15 * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
12 * macmenu.c (set_frame_menubar): Use NILP to test a lisp value. 16 * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
13 * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers) 17 * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
@@ -16,8 +20,8 @@
16 (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup. 20 (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
17 * macterm.h (struct frame, struct face, struct image) 21 * macterm.h (struct frame, struct face, struct image)
18 (display_x_get_resource, Fx_display_color_p) 22 (display_x_get_resource, Fx_display_color_p)
19 (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs): Add 23 (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
20 prototypes. 24 Add prototypes.
21 25
222004-05-14 Kim F. Storm <storm@cua.dk> 262004-05-14 Kim F. Storm <storm@cua.dk>
23 27
@@ -1555,7 +1559,7 @@
1555 1559
15562004-02-09 Sam Steingold <sds@gnu.org> 15602004-02-09 Sam Steingold <sds@gnu.org>
1557 1561
1558 * w32term.c (w32_draw_fringe_bitmap): Fixed a typo in the last patch. 1562 * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
1559 1563
15602004-02-09 Kim F. Storm <storm@cua.dk> 15642004-02-09 Kim F. Storm <storm@cua.dk>
1561 1565