Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Fri May 14 01:03:03 2004 +0000 +++ b/src/ChangeLog Fri May 14 03:07:12 2004 +0000 @@ -1,3 +1,20 @@ +2004-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> + + * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c + section to frame.c section. + (Fxw_display_color_p, Fx_file_dialog): Declare if + HAVE_WINDOW_SYSTEM defined. + * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup. + * macmenu.c (set_frame_menubar): Use NILP to test a lisp value. + * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers) + (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values. + (XTread_socket): Fix int/Lisp_Object mixup. + (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup. + * macterm.h (struct frame, struct face, struct image) + (display_x_get_resource, Fx_display_color_p) + (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs): Add + prototypes. + 2004-05-14 Kim F. Storm <storm@cua.dk> * process.c (wait_reading_process_input): Make reentrant.