Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 5176:8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
-------------------- ChangeLog entries follow: --------------------
etc/ChangeLog addition:
2010-02-22 Ben Wing <ben@xemacs.org>
* dbxrc.in:
Rename objects.c -> fontcolor.c.
lisp/ChangeLog addition:
2010-02-22 Ben Wing <ben@xemacs.org>
* dumped-lisp.el (preloaded-file-list):
* font.el (font-tty-find-closest-color):
* fontcolor.el:
* fontcolor.el (ws-object-property-1): Removed.
* fontcolor.el (fontcolor-property-1): New.
* fontcolor.el (font-name):
* fontcolor.el (font-ascent):
* fontcolor.el (font-descent):
* fontcolor.el (font-width):
* fontcolor.el (font-height):
* fontcolor.el (font-proportional-p):
* fontcolor.el (font-properties):
* fontcolor.el (font-truename):
* fontcolor.el (color-name):
* fontcolor.el (color-rgb-components):
* x-faces.el:
Rename objects.el -> fontcolor.el.
lwlib/ChangeLog addition:
2010-02-22 Ben Wing <ben@xemacs.org>
* lwlib-colors.h:
objects*.h -> fontcolor*.h.
man/ChangeLog addition:
2010-02-22 Ben Wing <ben@xemacs.org>
* internals/internals.texi (A Summary of the Various XEmacs Modules):
* internals/internals.texi (Modules for other Display-Related Lisp Objects):
objects*.[ch] -> fontcolor*.[ch].
nt/ChangeLog addition:
2010-02-22 Ben Wing <ben@xemacs.org>
* xemacs.dsp:
* xemacs.mak:
* xemacs.mak (OPT_OBJS):
objects*.[ch] -> fontcolor*.[ch].
src/ChangeLog addition:
2010-02-22 Ben Wing <ben@xemacs.org>
* EmacsFrame.c:
* Makefile.in.in (x_objs):
* Makefile.in.in (mswindows_objs):
* Makefile.in.in (tty_objs):
* Makefile.in.in (gtk_objs):
* Makefile.in.in (objs):
* console-tty.h:
* console-x-impl.h:
* console-x-impl.h (struct x_device):
* console-x.h:
* console-xlike-inc.h:
* depend:
* device-gtk.c:
* device-msw.c:
* device-x.c:
* device-x.c (x_init_device):
* device-x.c (x_finish_init_device):
* device.c:
* devslots.h (MARKED_SLOT):
* emacs.c (main_1):
* event-Xt.c:
* event-gtk.c:
* event-msw.c:
* faces.c:
* font-mgr.c:
* fontcolor-gtk-impl.h:
* fontcolor-gtk.c:
* fontcolor-gtk.c (syms_of_fontcolor_gtk):
* fontcolor-gtk.c (console_type_create_fontcolor_gtk):
* fontcolor-gtk.c (vars_of_fontcolor_gtk):
* fontcolor-gtk.h:
* fontcolor-impl.h:
* fontcolor-msw-impl.h:
* fontcolor-msw.c:
* fontcolor-msw.c (syms_of_fontcolor_mswindows):
* fontcolor-msw.c (console_type_create_fontcolor_mswindows):
* fontcolor-msw.c (reinit_vars_of_fontcolor_mswindows):
* fontcolor-msw.c (vars_of_fontcolor_mswindows):
* fontcolor-msw.h:
* fontcolor-msw.h (mswindows_color_to_string):
* fontcolor-tty-impl.h:
* fontcolor-tty.c:
* fontcolor-tty.c (syms_of_fontcolor_tty):
* fontcolor-tty.c (console_type_create_fontcolor_tty):
* fontcolor-tty.c (vars_of_fontcolor_tty):
* fontcolor-tty.h:
* fontcolor-x-impl.h:
* fontcolor-x.c:
* fontcolor-x.c (syms_of_fontcolor_x):
* fontcolor-x.c (console_type_create_fontcolor_x):
* fontcolor-x.c (vars_of_fontcolor_x):
* fontcolor-x.c (Xatoms_of_fontcolor_x):
* fontcolor-x.h:
* fontcolor.c:
* fontcolor.c (syms_of_fontcolor):
* fontcolor.c (specifier_type_create_fontcolor):
* fontcolor.c (reinit_specifier_type_create_fontcolor):
* fontcolor.c (reinit_vars_of_fontcolor):
* fontcolor.c (vars_of_fontcolor):
* fontcolor.h:
* fontcolor.h (set_face_boolean_attached_to):
* frame-gtk.c:
* frame-x.c:
* glyphs-eimage.c:
* glyphs-gtk.c:
* glyphs-msw.c:
* glyphs-widget.c:
* glyphs-x.c:
* glyphs.c:
* gtk-glue.c:
* gtk-glue.c (xemacs_type_register):
* gtk-xemacs.c:
* inline.c:
* intl-win32.c:
* lisp.h:
* lrecord.h:
* mule-charset.c:
* native-gtk-toolbar.c:
* redisplay-msw.c:
* redisplay-tty.c:
* redisplay.c:
* select-x.c:
* select.c:
* symsinit.h:
* toolbar-msw.c:
* toolbar-msw.c (TOOLBAR_ITEM_ID_BITS):
* toolbar-x.c:
* ui-gtk.c:
* window.c:
Rename objects*.[ch] -> fontcolor*.[ch]. Fix up all references to
the old files (e.g. in #include statements, Makefiles,
functions like syms_of_objects_x(), etc.).
tests/ChangeLog addition:
2010-02-22 Ben Wing <ben@xemacs.org>
* reproduce-crashes.el (8):
objects*.[ch] -> fontcolor*.[ch].
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 22 Feb 2010 06:49:30 -0600 |
parents | cbe181529c34 |
children | b785049378e3 |
comparison
equal
deleted
inserted
replaced
5175:dc94bf0afa37 | 5176:8b2f75cecb89 |
---|---|
130 gui_objs += toolbar.o | 130 gui_objs += toolbar.o |
131 #endif | 131 #endif |
132 | 132 |
133 #ifdef HAVE_X_WINDOWS | 133 #ifdef HAVE_X_WINDOWS |
134 x_objs=console-x.o device-x.o event-Xt.o frame-x.o \ | 134 x_objs=console-x.o device-x.o event-Xt.o frame-x.o \ |
135 glyphs-x.o objects-x.o redisplay-x.o select-x.o gccache-x.o intl-x.o | 135 glyphs-x.o fontcolor-x.o redisplay-x.o select-x.o gccache-x.o intl-x.o |
136 #ifdef HAVE_XFT | 136 #ifdef HAVE_XFT |
137 x_objs += font-mgr.o | 137 x_objs += font-mgr.o |
138 #endif | 138 #endif |
139 x_gui_objs=$(gui_objs:.o=-x.o) | 139 x_gui_objs=$(gui_objs:.o=-x.o) |
140 #ifdef HAVE_TOOLBARS | 140 #ifdef HAVE_TOOLBARS |
142 #endif | 142 #endif |
143 #endif | 143 #endif |
144 | 144 |
145 #ifdef HAVE_MS_WINDOWS | 145 #ifdef HAVE_MS_WINDOWS |
146 mswindows_objs=console-msw.o device-msw.o event-msw.o frame-msw.o \ | 146 mswindows_objs=console-msw.o device-msw.o event-msw.o frame-msw.o \ |
147 objects-msw.o select-msw.o redisplay-msw.o glyphs-msw.o | 147 fontcolor-msw.o select-msw.o redisplay-msw.o glyphs-msw.o |
148 mswindows_gui_objs=$(gui_objs:.o=-msw.o) | 148 mswindows_gui_objs=$(gui_objs:.o=-msw.o) |
149 #endif | 149 #endif |
150 | 150 |
151 #ifdef HAVE_TTY | 151 #ifdef HAVE_TTY |
152 tty_objs=console-tty.o device-tty.o event-tty.o frame-tty.o objects-tty.o \ | 152 tty_objs=console-tty.o device-tty.o event-tty.o frame-tty.o fontcolor-tty.o \ |
153 redisplay-tty.o cm.o | 153 redisplay-tty.o cm.o |
154 #endif | 154 #endif |
155 | 155 |
156 #ifdef HAVE_GTK | 156 #ifdef HAVE_GTK |
157 gtk_objs=console-gtk.o device-gtk.o event-gtk.o frame-gtk.o \ | 157 gtk_objs=console-gtk.o device-gtk.o event-gtk.o frame-gtk.o \ |
158 objects-gtk.o redisplay-gtk.o glyphs-gtk.o select-gtk.o gccache-gtk.o \ | 158 fontcolor-gtk.o redisplay-gtk.o glyphs-gtk.o select-gtk.o gccache-gtk.o \ |
159 gtk-xemacs.o ui-gtk.o | 159 gtk-xemacs.o ui-gtk.o |
160 gtk_gui_objs=$(gui_objs:.o=-gtk.o) | 160 gtk_gui_objs=$(gui_objs:.o=-gtk.o) |
161 #ifdef HAVE_TOOLBARS | 161 #ifdef HAVE_TOOLBARS |
162 gtk_gui_objs += toolbar-xlike.o | 162 gtk_gui_objs += toolbar-xlike.o |
163 #endif | 163 #endif |
286 gutter.o\ | 286 gutter.o\ |
287 hash.o imgproc.o indent.o insdel.o intl.o\ | 287 hash.o imgproc.o indent.o insdel.o intl.o\ |
288 keymap.o $(RTC_patch_objs) line-number.o $(ldap_objs) lread.o lstream.o\ | 288 keymap.o $(RTC_patch_objs) line-number.o $(ldap_objs) lread.o lstream.o\ |
289 $(new_gc_objs) $(vdb_objs) \ | 289 $(new_gc_objs) $(vdb_objs) \ |
290 macros.o marker.o md5.o minibuf.o $(mswindows_objs) $(mswindows_gui_objs)\ | 290 macros.o marker.o md5.o minibuf.o $(mswindows_objs) $(mswindows_gui_objs)\ |
291 $(mule_objs) $(mule_canna_objs) $(mule_wnn_objs) $(number_objs) objects.o\ | 291 $(mule_objs) $(mule_canna_objs) $(mule_wnn_objs) $(number_objs) fontcolor.o\ |
292 opaque.o $(postgresql_objs) print.o process.o $(process_objs) $(profile_objs)\ | 292 opaque.o $(postgresql_objs) print.o process.o $(process_objs) $(profile_objs)\ |
293 rangetab.o realpath.o redisplay.o redisplay-output.o regex.o\ | 293 rangetab.o realpath.o redisplay.o redisplay-output.o regex.o\ |
294 search.o select.o $(sheap_objs) $(shlib_objs) signal.o sound.o\ | 294 search.o select.o $(sheap_objs) $(shlib_objs) signal.o sound.o\ |
295 specifier.o strftime.o $(sunpro_objs) symbols.o syntax.o sysdep.o\ | 295 specifier.o strftime.o $(sunpro_objs) symbols.o syntax.o sysdep.o\ |
296 text.o $(tooltalk_objs) $(tty_objs) undo.o unicode.o $(x_objs) $(x_gui_objs)\ | 296 text.o $(tooltalk_objs) $(tty_objs) undo.o unicode.o $(x_objs) $(x_gui_objs)\ |