Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4922:8934492a0e97
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 03 Feb 2010 08:03:15 -0600 |
parents | 17362f371cc2 c914214b788d |
children | 8ee3c10d1ed5 |
comparison
equal
deleted
inserted
replaced
4921:17362f371cc2 | 4922:8934492a0e97 |
---|---|
119 (Fcanoncase): New function, used for case-insensitive comparison. | 119 (Fcanoncase): New function, used for case-insensitive comparison. |
120 * lisp.h: | 120 * lisp.h: |
121 Make Fcanoncase, bytecode_arithcompare visible here. | 121 Make Fcanoncase, bytecode_arithcompare visible here. |
122 * bytecode.c (bytecode_arithcompare): | 122 * bytecode.c (bytecode_arithcompare): |
123 Make this visible to other files. | 123 Make this visible to other files. |
124 | |
125 2010-02-03 Ben Wing <ben@xemacs.org> | |
126 | |
127 * Makefile.in.in: | |
128 * Makefile.in.in (x_objs): | |
129 * Makefile.in.in (gtk_gui_objs): | |
130 * console-xlike-inc.h: | |
131 * depend: | |
132 * device-x.c: | |
133 * emacs.c: | |
134 * gccache-gtk.h: | |
135 * gccache-gtk.h (gc_cache_lookup): | |
136 * gccache-x.c: | |
137 * gccache-x.c (GCCACHE_HASH): | |
138 * gccache-x.h: | |
139 * toolbar-gtk.c: | |
140 * toolbar-gtk.c (gtk_initialize_frame_toolbars): | |
141 * toolbar-x.c: | |
142 * toolbar-x.c (x_initialize_frame_toolbars): | |
143 * toolbar-xlike.c: | |
144 * toolbar-xlike.c (xlike_draw_blank_toolbar_button): | |
145 * toolbar-xlike.c (xlike_output_toolbar_button): | |
146 * toolbar-xlike.c (xlike_get_button_size): | |
147 * toolbar-xlike.c (XLIKE_OUTPUT_BUTTONS_LOOP): | |
148 * toolbar-xlike.c (xlike_output_toolbar): | |
149 * toolbar-xlike.c (xlike_clear_toolbar): | |
150 * toolbar-xlike.c (xlike_output_frame_toolbars): | |
151 * toolbar-xlike.c (xlike_clear_frame_toolbars): | |
152 * toolbar-xlike.c (xlike_redraw_exposed_toolbar): | |
153 * toolbar-xlike.c (xlike_redraw_exposed_toolbars): | |
154 * toolbar-xlike.c (xlike_redraw_frame_toolbars): | |
155 * toolbar-xlike.h: | |
156 * toolbar-xlike.h (xlike_clear_frame_toolbars): | |
157 Rename some files to make them consistent with general naming rules: | |
158 | |
159 xgccache.c -> gccache-x.c | |
160 xgccache.h -> gccache-x.h | |
161 toolbar-common.c -> toolbar-xlike.c | |
162 toolbar-common.h -> toolbar-xlike.h | |
163 | |
164 Fix include-file references. Also change the names of functions | |
165 in now-named toolbar-xlike.c to be xlike_foo() instead of common_foo(). | |
166 | |
167 Add a longish comment in console-xlike-inc.h describing the "xlike" | |
168 system, how it works and what the various files are used for. | |
169 | |
170 | |
171 2010-02-01 Ben Wing <ben@xemacs.org> | |
172 | |
173 * Makefile.in.in: | |
174 * compiler.h: | |
175 * config.h.in: | |
176 * console-x-impl.h: | |
177 * console-x-impl.h (struct x_frame): | |
178 * console-x-impl.h (FRAME_X_TOTALLY_VISIBLE_P): | |
179 * console-x.h: | |
180 * console-xlike-inc.h: | |
181 * emacs.c (main_1): | |
182 * faces.c (complex_vars_of_faces): | |
183 * font-mgr.h: | |
184 * frame-x.c (x_delete_frame): | |
185 * frame-x.c (x_update_frame_external_traits): | |
186 * glyphs-x.c (update_widget_face): | |
187 * inline.c: | |
188 * objects-x-impl.h: | |
189 * objects-x-impl.h (struct x_color_instance_data): | |
190 * objects-x-impl.h (struct x_font_instance_data): | |
191 * objects-x.c: | |
192 * objects-x.c (x_initialize_color_instance): | |
193 * objects-x.c (x_initialize_font_instance): | |
194 * objects-x.c (x_print_font_instance): | |
195 * objects-x.c (x_finalize_font_instance): | |
196 * objects-x.c (x_font_instance_truename): | |
197 * objects-x.c (vars_of_objects_x): | |
198 * objects-x.h: | |
199 USE_XFT* -> HAVE_XFT*. But in objects-xlike-inc.c and | |
200 redisplay-xlike-inc.c, continue to use USE_XFT, and define | |
201 it appropriately in console-xlike-inc.h when both HAVE_XFT | |
202 and THIS_IS_X -- even if HAVE_XFT, we don't want to enable | |
203 XFT code when included in a *-gtk.c file. | |
204 | |
124 | 205 |
125 2010-02-01 Ben Wing <ben@xemacs.org> | 206 2010-02-01 Ben Wing <ben@xemacs.org> |
126 | 207 |
127 * objects-gtk-impl.h: | 208 * objects-gtk-impl.h: |
128 * objects-gtk-impl.h (XCOLOR_INSTANCE_GTK_COLOR): | 209 * objects-gtk-impl.h (XCOLOR_INSTANCE_GTK_COLOR): |