aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorSteven Tamm2004-05-14 03:07:12 +0000
committerSteven Tamm2004-05-14 03:07:12 +0000
commita433994a5a3d2bab4c4d659f73b23524201b6819 (patch)
tree0866f6d4b49f14d7f289bc61a1880d4be463e9aa /src/ChangeLog
parent97dad9d378e973c5bc9d3c13cb1fb399764db6dc (diff)
downloademacs-a433994a5a3d2bab4c4d659f73b23524201b6819.tar.gz
emacs-a433994a5a3d2bab4c4d659f73b23524201b6819.zip
Various fixes to support USE_LSB_TAG with carbon emacs. Mostly fixing
prototypes and confusions between pointers and lisp objects
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 04b889cd70f..2f5f8c59315 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
12004-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
12004-05-14 Kim F. Storm <storm@cua.dk> 182004-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.