Mercurial > hg > xemacs-beta
comparison src/emacs.c @ 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 | 6f2158fa75ed |
children | 97eb4942aec8 |
comparison
equal
deleted
inserted
replaced
5175:dc94bf0afa37 | 5176:8b2f75cecb89 |
---|---|
1561 syms_of_module (); | 1561 syms_of_module (); |
1562 #endif | 1562 #endif |
1563 #ifdef WITH_NUMBER_TYPES | 1563 #ifdef WITH_NUMBER_TYPES |
1564 syms_of_number (); | 1564 syms_of_number (); |
1565 #endif | 1565 #endif |
1566 syms_of_objects (); | 1566 syms_of_fontcolor (); |
1567 syms_of_print (); | 1567 syms_of_print (); |
1568 syms_of_process (); | 1568 syms_of_process (); |
1569 #ifdef HAVE_WIN32_PROCESSES | 1569 #ifdef HAVE_WIN32_PROCESSES |
1570 syms_of_process_nt (); | 1570 syms_of_process_nt (); |
1571 #endif | 1571 #endif |
1595 | 1595 |
1596 #ifdef HAVE_TTY | 1596 #ifdef HAVE_TTY |
1597 syms_of_console_tty (); | 1597 syms_of_console_tty (); |
1598 syms_of_device_tty (); | 1598 syms_of_device_tty (); |
1599 syms_of_frame_tty (); | 1599 syms_of_frame_tty (); |
1600 syms_of_objects_tty (); | 1600 syms_of_fontcolor_tty (); |
1601 #endif | 1601 #endif |
1602 | 1602 |
1603 #ifdef HAVE_GTK | 1603 #ifdef HAVE_GTK |
1604 syms_of_device_gtk (); | 1604 syms_of_device_gtk (); |
1605 syms_of_frame_gtk (); | 1605 syms_of_frame_gtk (); |
1606 syms_of_glyphs_gtk (); | 1606 syms_of_glyphs_gtk (); |
1607 syms_of_objects_gtk (); | 1607 syms_of_fontcolor_gtk (); |
1608 syms_of_ui_gtk (); | 1608 syms_of_ui_gtk (); |
1609 syms_of_select_gtk (); | 1609 syms_of_select_gtk (); |
1610 #ifdef HAVE_DIALOGS | 1610 #ifdef HAVE_DIALOGS |
1611 syms_of_dialog_gtk (); | 1611 syms_of_dialog_gtk (); |
1612 #endif | 1612 #endif |
1628 #ifdef HAVE_X_DIALOGS | 1628 #ifdef HAVE_X_DIALOGS |
1629 syms_of_dialog_x (); | 1629 syms_of_dialog_x (); |
1630 #endif | 1630 #endif |
1631 syms_of_frame_x (); | 1631 syms_of_frame_x (); |
1632 syms_of_glyphs_x (); | 1632 syms_of_glyphs_x (); |
1633 syms_of_objects_x (); | 1633 syms_of_fontcolor_x (); |
1634 #ifdef HAVE_MENUBARS | 1634 #ifdef HAVE_MENUBARS |
1635 syms_of_menubar_x (); | 1635 syms_of_menubar_x (); |
1636 #endif | 1636 #endif |
1637 syms_of_select_x (); | 1637 syms_of_select_x (); |
1638 #ifdef HAVE_GUI_OBJECTS | 1638 #ifdef HAVE_GUI_OBJECTS |
1657 syms_of_event_mswindows (); | 1657 syms_of_event_mswindows (); |
1658 #ifdef HAVE_DIALOGS | 1658 #ifdef HAVE_DIALOGS |
1659 syms_of_dialog_mswindows (); | 1659 syms_of_dialog_mswindows (); |
1660 #endif | 1660 #endif |
1661 syms_of_frame_mswindows (); | 1661 syms_of_frame_mswindows (); |
1662 syms_of_objects_mswindows (); | 1662 syms_of_fontcolor_mswindows (); |
1663 syms_of_select_mswindows (); | 1663 syms_of_select_mswindows (); |
1664 syms_of_glyphs_mswindows (); | 1664 syms_of_glyphs_mswindows (); |
1665 #ifdef HAVE_GUI_OBJECTS | 1665 #ifdef HAVE_GUI_OBJECTS |
1666 syms_of_gui_mswindows (); | 1666 syms_of_gui_mswindows (); |
1667 #endif | 1667 #endif |
1751 | 1751 |
1752 #ifdef HAVE_TTY | 1752 #ifdef HAVE_TTY |
1753 console_type_create_tty (); | 1753 console_type_create_tty (); |
1754 console_type_create_device_tty (); | 1754 console_type_create_device_tty (); |
1755 console_type_create_frame_tty (); | 1755 console_type_create_frame_tty (); |
1756 console_type_create_objects_tty (); | 1756 console_type_create_fontcolor_tty (); |
1757 console_type_create_redisplay_tty (); | 1757 console_type_create_redisplay_tty (); |
1758 #endif | 1758 #endif |
1759 | 1759 |
1760 #ifdef HAVE_GTK | 1760 #ifdef HAVE_GTK |
1761 console_type_create_gtk (); | 1761 console_type_create_gtk (); |
1762 console_type_create_select_gtk (); | 1762 console_type_create_select_gtk (); |
1763 console_type_create_device_gtk (); | 1763 console_type_create_device_gtk (); |
1764 console_type_create_frame_gtk (); | 1764 console_type_create_frame_gtk (); |
1765 console_type_create_objects_gtk (); | 1765 console_type_create_fontcolor_gtk (); |
1766 console_type_create_glyphs_gtk (); | 1766 console_type_create_glyphs_gtk (); |
1767 console_type_create_redisplay_gtk (); | 1767 console_type_create_redisplay_gtk (); |
1768 #ifdef HAVE_MENUBARS | 1768 #ifdef HAVE_MENUBARS |
1769 console_type_create_menubar_gtk (); | 1769 console_type_create_menubar_gtk (); |
1770 #endif | 1770 #endif |
1786 console_type_create_glyphs_x (); | 1786 console_type_create_glyphs_x (); |
1787 console_type_create_select_x (); | 1787 console_type_create_select_x (); |
1788 #ifdef HAVE_MENUBARS | 1788 #ifdef HAVE_MENUBARS |
1789 console_type_create_menubar_x (); | 1789 console_type_create_menubar_x (); |
1790 #endif | 1790 #endif |
1791 console_type_create_objects_x (); | 1791 console_type_create_fontcolor_x (); |
1792 console_type_create_redisplay_x (); | 1792 console_type_create_redisplay_x (); |
1793 #ifdef HAVE_SCROLLBARS | 1793 #ifdef HAVE_SCROLLBARS |
1794 console_type_create_scrollbar_x (); | 1794 console_type_create_scrollbar_x (); |
1795 #endif | 1795 #endif |
1796 #ifdef HAVE_TOOLBARS | 1796 #ifdef HAVE_TOOLBARS |
1803 | 1803 |
1804 #ifdef HAVE_MS_WINDOWS | 1804 #ifdef HAVE_MS_WINDOWS |
1805 console_type_create_mswindows (); | 1805 console_type_create_mswindows (); |
1806 console_type_create_device_mswindows (); | 1806 console_type_create_device_mswindows (); |
1807 console_type_create_frame_mswindows (); | 1807 console_type_create_frame_mswindows (); |
1808 console_type_create_objects_mswindows (); | 1808 console_type_create_fontcolor_mswindows (); |
1809 console_type_create_redisplay_mswindows (); | 1809 console_type_create_redisplay_mswindows (); |
1810 console_type_create_glyphs_mswindows (); | 1810 console_type_create_glyphs_mswindows (); |
1811 console_type_create_select_mswindows (); | 1811 console_type_create_select_mswindows (); |
1812 # ifdef HAVE_SCROLLBARS | 1812 # ifdef HAVE_SCROLLBARS |
1813 console_type_create_scrollbar_mswindows (); | 1813 console_type_create_scrollbar_mswindows (); |
1835 | 1835 |
1836 specifier_type_create (); | 1836 specifier_type_create (); |
1837 | 1837 |
1838 specifier_type_create_image (); | 1838 specifier_type_create_image (); |
1839 specifier_type_create_gutter (); | 1839 specifier_type_create_gutter (); |
1840 specifier_type_create_objects (); | 1840 specifier_type_create_fontcolor (); |
1841 #ifdef HAVE_TOOLBARS | 1841 #ifdef HAVE_TOOLBARS |
1842 specifier_type_create_toolbar (); | 1842 specifier_type_create_toolbar (); |
1843 #endif | 1843 #endif |
1844 | 1844 |
1845 /* Now initialize the coding system types and associated symbols. | 1845 /* Now initialize the coding system types and associated symbols. |
1919 #endif | 1919 #endif |
1920 | 1920 |
1921 reinit_specifier_type_create (); | 1921 reinit_specifier_type_create (); |
1922 reinit_specifier_type_create_image (); | 1922 reinit_specifier_type_create_image (); |
1923 reinit_specifier_type_create_gutter (); | 1923 reinit_specifier_type_create_gutter (); |
1924 reinit_specifier_type_create_objects (); | 1924 reinit_specifier_type_create_fontcolor (); |
1925 #ifdef HAVE_TOOLBARS | 1925 #ifdef HAVE_TOOLBARS |
1926 reinit_specifier_type_create_toolbar (); | 1926 reinit_specifier_type_create_toolbar (); |
1927 #endif | 1927 #endif |
1928 | 1928 |
1929 reinit_coding_system_type_create (); | 1929 reinit_coding_system_type_create (); |
2139 vars_of_nt (); | 2139 vars_of_nt (); |
2140 #endif | 2140 #endif |
2141 #ifdef WITH_NUMBER_TYPES | 2141 #ifdef WITH_NUMBER_TYPES |
2142 vars_of_number (); | 2142 vars_of_number (); |
2143 #endif | 2143 #endif |
2144 vars_of_objects (); | 2144 vars_of_fontcolor (); |
2145 vars_of_print (); | 2145 vars_of_print (); |
2146 | 2146 |
2147 vars_of_process (); | 2147 vars_of_process (); |
2148 #ifdef HAVE_UNIX_PROCESSES | 2148 #ifdef HAVE_UNIX_PROCESSES |
2149 vars_of_process_unix (); | 2149 vars_of_process_unix (); |
2178 #endif | 2178 #endif |
2179 | 2179 |
2180 #ifdef HAVE_TTY | 2180 #ifdef HAVE_TTY |
2181 vars_of_console_tty (); | 2181 vars_of_console_tty (); |
2182 vars_of_frame_tty (); | 2182 vars_of_frame_tty (); |
2183 vars_of_objects_tty (); | 2183 vars_of_fontcolor_tty (); |
2184 #endif | 2184 #endif |
2185 | 2185 |
2186 #ifdef HAVE_GTK | 2186 #ifdef HAVE_GTK |
2187 vars_of_device_gtk (); | 2187 vars_of_device_gtk (); |
2188 vars_of_console_gtk (); | 2188 vars_of_console_gtk (); |
2194 vars_of_glyphs_gtk (); | 2194 vars_of_glyphs_gtk (); |
2195 vars_of_ui_gtk (); | 2195 vars_of_ui_gtk (); |
2196 #ifdef HAVE_MENUBARS | 2196 #ifdef HAVE_MENUBARS |
2197 vars_of_menubar_gtk (); | 2197 vars_of_menubar_gtk (); |
2198 #endif | 2198 #endif |
2199 vars_of_objects_gtk (); | 2199 vars_of_fontcolor_gtk (); |
2200 vars_of_select_gtk (); | 2200 vars_of_select_gtk (); |
2201 #ifdef HAVE_SCROLLBARS | 2201 #ifdef HAVE_SCROLLBARS |
2202 vars_of_scrollbar_gtk (); | 2202 vars_of_scrollbar_gtk (); |
2203 #endif | 2203 #endif |
2204 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_DIALOGS) || defined (HAVE_TOOLBARS) | 2204 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_DIALOGS) || defined (HAVE_TOOLBARS) |
2218 vars_of_frame_x (); | 2218 vars_of_frame_x (); |
2219 vars_of_glyphs_x (); | 2219 vars_of_glyphs_x (); |
2220 #ifdef HAVE_MENUBARS | 2220 #ifdef HAVE_MENUBARS |
2221 vars_of_menubar_x (); | 2221 vars_of_menubar_x (); |
2222 #endif | 2222 #endif |
2223 vars_of_objects_x (); | 2223 vars_of_fontcolor_x (); |
2224 vars_of_select_x (); | 2224 vars_of_select_x (); |
2225 #ifdef HAVE_SCROLLBARS | 2225 #ifdef HAVE_SCROLLBARS |
2226 vars_of_scrollbar_x (); | 2226 vars_of_scrollbar_x (); |
2227 #endif | 2227 #endif |
2228 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_X_DIALOGS) || defined (HAVE_TOOLBARS) | 2228 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_X_DIALOGS) || defined (HAVE_TOOLBARS) |
2238 | 2238 |
2239 #ifdef HAVE_MS_WINDOWS | 2239 #ifdef HAVE_MS_WINDOWS |
2240 vars_of_device_mswindows (); | 2240 vars_of_device_mswindows (); |
2241 vars_of_console_mswindows (); | 2241 vars_of_console_mswindows (); |
2242 vars_of_frame_mswindows (); | 2242 vars_of_frame_mswindows (); |
2243 vars_of_objects_mswindows (); | 2243 vars_of_fontcolor_mswindows (); |
2244 vars_of_select_mswindows (); | 2244 vars_of_select_mswindows (); |
2245 vars_of_glyphs_mswindows (); | 2245 vars_of_glyphs_mswindows (); |
2246 #ifdef HAVE_SCROLLBARS | 2246 #ifdef HAVE_SCROLLBARS |
2247 vars_of_scrollbar_mswindows (); | 2247 vars_of_scrollbar_mswindows (); |
2248 #endif | 2248 #endif |
2327 #endif /* not NEW_GC */ | 2327 #endif /* not NEW_GC */ |
2328 reinit_vars_of_minibuf (); | 2328 reinit_vars_of_minibuf (); |
2329 #ifdef HAVE_SHLIB | 2329 #ifdef HAVE_SHLIB |
2330 reinit_vars_of_module (); | 2330 reinit_vars_of_module (); |
2331 #endif | 2331 #endif |
2332 reinit_vars_of_objects (); | 2332 reinit_vars_of_fontcolor (); |
2333 reinit_vars_of_print (); | 2333 reinit_vars_of_print (); |
2334 reinit_vars_of_search (); | 2334 reinit_vars_of_search (); |
2335 reinit_vars_of_text (); | 2335 reinit_vars_of_text (); |
2336 reinit_vars_of_undo (); | 2336 reinit_vars_of_undo (); |
2337 reinit_vars_of_window (); | 2337 reinit_vars_of_window (); |
2338 | 2338 |
2339 #ifdef HAVE_MS_WINDOWS | 2339 #ifdef HAVE_MS_WINDOWS |
2340 reinit_vars_of_event_mswindows (); | 2340 reinit_vars_of_event_mswindows (); |
2341 reinit_vars_of_frame_mswindows (); | 2341 reinit_vars_of_frame_mswindows (); |
2342 reinit_vars_of_object_mswindows (); | 2342 reinit_vars_of_fontcolor_mswindows (); |
2343 #endif | 2343 #endif |
2344 | 2344 |
2345 #ifdef HAVE_GTK | 2345 #ifdef HAVE_GTK |
2346 reinit_vars_of_event_gtk (); | 2346 reinit_vars_of_event_gtk (); |
2347 reinit_vars_of_menubar_gtk (); | 2347 reinit_vars_of_menubar_gtk (); |