comparison src/ChangeLog @ 55593:c68e6b717338

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 14 May 2004 17:39:35 +0000
parents b7092385d1be
children 9462ee156651
comparison
equal deleted inserted replaced
55592:9d97dbb17b3f 55593:c68e6b717338
1 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
4
1 2004-05-14 Kenichi Handa <handa@m17n.org> 5 2004-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.
4 8
5 2004-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 9 2004-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6 10
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)
14 (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values. 18 (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
15 (XTread_socket): Fix int/Lisp_Object mixup. 19 (XTread_socket): Fix int/Lisp_Object mixup.
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
22 2004-05-14 Kim F. Storm <storm@cua.dk> 26 2004-05-14 Kim F. Storm <storm@cua.dk>
23 27
24 * process.c (wait_reading_process_input): Make reentrant. 28 * process.c (wait_reading_process_input): Make reentrant.
25 Make Available and Connecting non-static. Save and restore value 29 Make Available and Connecting non-static. Save and restore value
1553 1557
1554 * xfaces.c: Ditto. 1558 * xfaces.c: Ditto.
1555 1559
1556 2004-02-09 Sam Steingold <sds@gnu.org> 1560 2004-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
1560 2004-02-09 Kim F. Storm <storm@cua.dk> 1564 2004-02-09 Kim F. Storm <storm@cua.dk>
1561 1565
1562 * fringe.c: New file. Move original fringe related declarations 1566 * fringe.c: New file. Move original fringe related declarations
1563 and code from dispextern.h and xdisp.c here. 1567 and code from dispextern.h and xdisp.c here.