comparison src/ChangeLog @ 5079:aa4cae427255

merge
author Ben Wing <ben@xemacs.org>
date Thu, 25 Feb 2010 06:14:50 -0600
parents a04cf0fea770 8af6a32b170d
children 5502045ec510
comparison
equal deleted inserted replaced
5078:a04cf0fea770 5079:aa4cae427255
115 but hardly seems w to matter -- frames are heavy weight objects 115 but hardly seems w to matter -- frames are heavy weight objects
116 anyway. Same with top_gutter_was_visible, etc. 116 anyway. Same with top_gutter_was_visible, etc.
117 117
118 Remove duplicated SET_TOOLBAR_WAS_VISIBLE_FLAG and put defn in 118 Remove duplicated SET_TOOLBAR_WAS_VISIBLE_FLAG and put defn in
119 one place (toolbar.h). 119 one place (toolbar.h).
120
121 2010-02-24 Didier Verna <didier@xemacs.org>
122
123 Modify XLIKE_get_gc's prototype.
124 * redisplay-xlike-inc.c (XLIKE_get_gc): Take a frame instead of a
125 device as first argument.
126 * redisplay-xlike-inc.c (XLIKE_output_string): Update caller.
127 * redisplay-xlike-inc.c (XLIKE_output_pixmap): Ditto.
128 * redisplay-xlike-inc.c (XLIKE_output_blank): Ditto.
129 * redisplay-xlike-inc.c (XLIKE_output_horizontal_line): Ditto.
130 * redisplay-xlike-inc.c (XLIKE_clear_region): Ditto.
131 * redisplay-xlike-inc.c (XLIKE_output_eol_cursor): Ditto.
132 * console-gtk.h (gtk_get_gc): Take a frame instead of a device as
133 first argument.
134 * gtk-glue.c (face_to_gc): Update caller.
135
136 2010-02-24 Didier Verna <didier@xemacs.org>
137
138 * glyphs.c: Clarify comment about potential_pixmap_file_instantiator.
139 * glyphs.c (xbm_mask_file_munging): Clarify comment, remove
140 unreachable condition and provide a cuple of assertions.
141 * glyphs.c (xbm_normalize): Clarify comments, error on mask file
142 not found.
143 * glyphs.c (xface_normalize): Ditto, and handle inline data properly.
120 144
121 2010-02-22 Ben Wing <ben@xemacs.org> 145 2010-02-22 Ben Wing <ben@xemacs.org>
122 146
123 * .gdbinit.in.in: 147 * .gdbinit.in.in:
124 * Makefile.in.in (batch_test_emacs): 148 * Makefile.in.in (batch_test_emacs):