comparison src/ChangeLog @ 55583:21f88361795c

Various fixes to support USE_LSB_TAG with carbon emacs. Mostly fixing prototypes and confusions between pointers and lisp objects
author Steven Tamm <steventamm@mac.com>
date Fri, 14 May 2004 03:07:12 +0000
parents 488b7876f9f5
children b7092385d1be
comparison
equal deleted inserted replaced
55582:289388d8464e 55583:21f88361795c
1 2004-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
4 section to frame.c section.
5 (Fxw_display_color_p, Fx_file_dialog): Declare if
6 HAVE_WINDOW_SYSTEM defined.
7 * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
8 * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
9 * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
10 (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
11 (XTread_socket): Fix int/Lisp_Object mixup.
12 (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
13 * macterm.h (struct frame, struct face, struct image)
14 (display_x_get_resource, Fx_display_color_p)
15 (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs): Add
16 prototypes.
17
1 2004-05-14 Kim F. Storm <storm@cua.dk> 18 2004-05-14 Kim F. Storm <storm@cua.dk>
2 19
3 * process.c (wait_reading_process_input): Make reentrant. 20 * process.c (wait_reading_process_input): Make reentrant.
4 Make Available and Connecting non-static. Save and restore value 21 Make Available and Connecting non-static. Save and restore value
5 of waiting_for_user_input_p. 22 of waiting_for_user_input_p.