aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 386a346afa0..6fcd3fa477c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12004-05-19 Kim F. Storm <storm@cua.dk>
2
3 * .gdbinit (xsymbol): Fix last change.
4
12004-05-18 David Ponce <david@dponce.com> 52004-05-18 David Ponce <david@dponce.com>
2 6
3 * print.c (print): Reset print_depth before to call print_object. 7 * print.c (print): Reset print_depth before to call print_object.
@@ -10,7 +14,7 @@
10 * w32menu.c (add_menu_item, w32_menu_display_help) 14 * w32menu.c (add_menu_item, w32_menu_display_help)
11 [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member. 15 [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
12 16
13 * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype. 17 * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
14 18
152004-05-18 Eli Zaretskii <eliz@gnu.org> 192004-05-18 Eli Zaretskii <eliz@gnu.org>
16 20
@@ -111,12 +115,16 @@
111 section to frame.c section. 115 section to frame.c section.
112 (Fxw_display_color_p, Fx_file_dialog): Declare if 116 (Fxw_display_color_p, Fx_file_dialog): Declare if
113 HAVE_WINDOW_SYSTEM defined. 117 HAVE_WINDOW_SYSTEM defined.
118
114 * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup. 119 * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
120
115 * macmenu.c (set_frame_menubar): Use NILP to test a lisp value. 121 * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
122
116 * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers) 123 * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
117 (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values. 124 (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
118 (XTread_socket): Fix int/Lisp_Object mixup. 125 (XTread_socket): Fix int/Lisp_Object mixup.
119 (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup. 126 (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
127
120 * macterm.h (struct frame, struct face, struct image) 128 * macterm.h (struct frame, struct face, struct image)
121 (display_x_get_resource, Fx_display_color_p) 129 (display_x_get_resource, Fx_display_color_p)
122 (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs): 130 (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
@@ -260,6 +268,7 @@
260 around call to ReceiveEvent to avoid certain crashes. 268 around call to ReceiveEvent to avoid certain crashes.
261 269
2622004-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 2702004-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
271
263 * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData) 272 * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
264 (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap) 273 (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
265 (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap): 274 (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):