Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5180:4cd28c29a7a1
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 29 Mar 2010 22:52:01 -0500 |
parents | 14fda1dbdb26 97eb4942aec8 |
children | a00bfbd64e0a |
comparison
equal
deleted
inserted
replaced
5179:14fda1dbdb26 | 5180:4cd28c29a7a1 |
---|---|
2062 * glyphs.c (xbm_mask_file_munging): Clarify comment, remove | 2062 * glyphs.c (xbm_mask_file_munging): Clarify comment, remove |
2063 unreachable condition and provide a cuple of assertions. | 2063 unreachable condition and provide a cuple of assertions. |
2064 * glyphs.c (xbm_normalize): Clarify comments, error on mask file | 2064 * glyphs.c (xbm_normalize): Clarify comments, error on mask file |
2065 not found. | 2065 not found. |
2066 * glyphs.c (xface_normalize): Ditto, and handle inline data properly. | 2066 * glyphs.c (xface_normalize): Ditto, and handle inline data properly. |
2067 | |
2068 2010-02-22 Ben Wing <ben@xemacs.org> | |
2069 | |
2070 * EmacsFrame.c: | |
2071 * Makefile.in.in (x_objs): | |
2072 * Makefile.in.in (mswindows_objs): | |
2073 * Makefile.in.in (tty_objs): | |
2074 * Makefile.in.in (gtk_objs): | |
2075 * Makefile.in.in (objs): | |
2076 * console-tty.h: | |
2077 * console-x-impl.h: | |
2078 * console-x-impl.h (struct x_device): | |
2079 * console-x.h: | |
2080 * console-xlike-inc.h: | |
2081 * depend: | |
2082 * device-gtk.c: | |
2083 * device-msw.c: | |
2084 * device-x.c: | |
2085 * device-x.c (x_init_device): | |
2086 * device-x.c (x_finish_init_device): | |
2087 * device.c: | |
2088 * devslots.h (MARKED_SLOT): | |
2089 * emacs.c (main_1): | |
2090 * event-Xt.c: | |
2091 * event-gtk.c: | |
2092 * event-msw.c: | |
2093 * faces.c: | |
2094 * font-mgr.c: | |
2095 * fontcolor-gtk-impl.h: | |
2096 * fontcolor-gtk.c: | |
2097 * fontcolor-gtk.c (syms_of_fontcolor_gtk): | |
2098 * fontcolor-gtk.c (console_type_create_fontcolor_gtk): | |
2099 * fontcolor-gtk.c (vars_of_fontcolor_gtk): | |
2100 * fontcolor-gtk.h: | |
2101 * fontcolor-impl.h: | |
2102 * fontcolor-msw-impl.h: | |
2103 * fontcolor-msw.c: | |
2104 * fontcolor-msw.c (syms_of_fontcolor_mswindows): | |
2105 * fontcolor-msw.c (console_type_create_fontcolor_mswindows): | |
2106 * fontcolor-msw.c (reinit_vars_of_fontcolor_mswindows): | |
2107 * fontcolor-msw.c (vars_of_fontcolor_mswindows): | |
2108 * fontcolor-msw.h: | |
2109 * fontcolor-msw.h (mswindows_color_to_string): | |
2110 * fontcolor-tty-impl.h: | |
2111 * fontcolor-tty.c: | |
2112 * fontcolor-tty.c (syms_of_fontcolor_tty): | |
2113 * fontcolor-tty.c (console_type_create_fontcolor_tty): | |
2114 * fontcolor-tty.c (vars_of_fontcolor_tty): | |
2115 * fontcolor-tty.h: | |
2116 * fontcolor-x-impl.h: | |
2117 * fontcolor-x.c: | |
2118 * fontcolor-x.c (syms_of_fontcolor_x): | |
2119 * fontcolor-x.c (console_type_create_fontcolor_x): | |
2120 * fontcolor-x.c (vars_of_fontcolor_x): | |
2121 * fontcolor-x.c (Xatoms_of_fontcolor_x): | |
2122 * fontcolor-x.h: | |
2123 * fontcolor.c: | |
2124 * fontcolor.c (syms_of_fontcolor): | |
2125 * fontcolor.c (specifier_type_create_fontcolor): | |
2126 * fontcolor.c (reinit_specifier_type_create_fontcolor): | |
2127 * fontcolor.c (reinit_vars_of_fontcolor): | |
2128 * fontcolor.c (vars_of_fontcolor): | |
2129 * fontcolor.h: | |
2130 * fontcolor.h (set_face_boolean_attached_to): | |
2131 * frame-gtk.c: | |
2132 * frame-x.c: | |
2133 * glyphs-eimage.c: | |
2134 * glyphs-gtk.c: | |
2135 * glyphs-msw.c: | |
2136 * glyphs-widget.c: | |
2137 * glyphs-x.c: | |
2138 * glyphs.c: | |
2139 * gtk-glue.c: | |
2140 * gtk-glue.c (xemacs_type_register): | |
2141 * gtk-xemacs.c: | |
2142 * inline.c: | |
2143 * intl-win32.c: | |
2144 * lisp.h: | |
2145 * lrecord.h: | |
2146 * mule-charset.c: | |
2147 * native-gtk-toolbar.c: | |
2148 * redisplay-msw.c: | |
2149 * redisplay-tty.c: | |
2150 * redisplay.c: | |
2151 * select-x.c: | |
2152 * select.c: | |
2153 * symsinit.h: | |
2154 * toolbar-msw.c: | |
2155 * toolbar-msw.c (TOOLBAR_ITEM_ID_BITS): | |
2156 * toolbar-x.c: | |
2157 * ui-gtk.c: | |
2158 * window.c: | |
2159 Rename objects*.[ch] -> fontcolor*.[ch]. Fix up all references to | |
2160 the old files (e.g. in #include statements, Makefiles, | |
2161 functions like syms_of_objects_x(), etc.). | |
2067 | 2162 |
2068 2010-02-22 Ben Wing <ben@xemacs.org> | 2163 2010-02-22 Ben Wing <ben@xemacs.org> |
2069 | 2164 |
2070 * .gdbinit.in.in: | 2165 * .gdbinit.in.in: |
2071 * Makefile.in.in (batch_test_emacs): | 2166 * Makefile.in.in (batch_test_emacs): |