comparison src/ChangeLog @ 54083:16821fe4a0bf

(union Lisp_Object): Give a more precise type for `type'. Remove unused `gu' alternative.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 19 Feb 2004 20:24:54 +0000
parents 3e751a748427
children 36a15ead0fb0
comparison
equal deleted inserted replaced
54082:326f995edc57 54083:16821fe4a0bf
1 2004-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * lisp.h (union Lisp_Object): Give a more precise type for `type'.
4 Remove unused `gu' alternative.
5
1 2004-02-19 Andreas Schwab <schwab@suse.de> 6 2004-02-19 Andreas Schwab <schwab@suse.de>
2 7
3 * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid 8 * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
4 warning. 9 warning.
5 10
47 52
48 * fringe.c (init_fringe_bitmap): Define j in MAC_OS code. 53 * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
49 54
50 2004-02-15 Stefan Monnier <monnier@iro.umontreal.ca> 55 2004-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
51 56
52 * data.c (Fbyteorder): 57 * data.c (Fbyteorder):
53 * fringe.c (Fdefine_fringe_bitmap): 58 * fringe.c (Fdefine_fringe_bitmap):
54 * xdisp.c (handle_single_display_prop): 59 * xdisp.c (handle_single_display_prop):
55 * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup. 60 * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
56 61
57 2004-02-16 Jason Rumney <jasonr@gnu.org> 62 2004-02-16 Jason Rumney <jasonr@gnu.org>
58 63
59 * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps. 64 * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
62 67
63 * macterm.c (Vmac_emulate_three_button_mouse): New variable for 68 * macterm.c (Vmac_emulate_three_button_mouse): New variable for
64 controlling emulation of a three button mouse with option and 69 controlling emulation of a three button mouse with option and
65 command keys. 70 command keys.
66 (Qreverse, mac_get_enumlated_btn): Handle the emulation 71 (Qreverse, mac_get_enumlated_btn): Handle the emulation
67 (mac_event_to_emacs_modifiers, XTread_socket): Ditto 72 (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
68 73
69 2004-02-15 Kim F. Storm <storm@cua.dk> 74 2004-02-15 Kim F. Storm <storm@cua.dk>
70 75
71 * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries. 76 * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
72 77