comparison src/ChangeLog @ 4918:c914214b788d

Automatic merge
author Ben Wing <ben@xemacs.org>
date Wed, 03 Feb 2010 02:56:21 -0600
parents 1628e3b9601a fce43cb76a1c
children 8934492a0e97
comparison
equal deleted inserted replaced
4915:bedf3747a6d7 4918:c914214b788d
25 (Fcanoncase): New function, used for case-insensitive comparison. 25 (Fcanoncase): New function, used for case-insensitive comparison.
26 * lisp.h: 26 * lisp.h:
27 Make Fcanoncase, bytecode_arithcompare visible here. 27 Make Fcanoncase, bytecode_arithcompare visible here.
28 * bytecode.c (bytecode_arithcompare): 28 * bytecode.c (bytecode_arithcompare):
29 Make this visible to other files. 29 Make this visible to other files.
30
31 2010-02-03 Ben Wing <ben@xemacs.org>
32
33 * Makefile.in.in:
34 * Makefile.in.in (x_objs):
35 * Makefile.in.in (gtk_gui_objs):
36 * console-xlike-inc.h:
37 * depend:
38 * device-x.c:
39 * emacs.c:
40 * gccache-gtk.h:
41 * gccache-gtk.h (gc_cache_lookup):
42 * gccache-x.c:
43 * gccache-x.c (GCCACHE_HASH):
44 * gccache-x.h:
45 * toolbar-gtk.c:
46 * toolbar-gtk.c (gtk_initialize_frame_toolbars):
47 * toolbar-x.c:
48 * toolbar-x.c (x_initialize_frame_toolbars):
49 * toolbar-xlike.c:
50 * toolbar-xlike.c (xlike_draw_blank_toolbar_button):
51 * toolbar-xlike.c (xlike_output_toolbar_button):
52 * toolbar-xlike.c (xlike_get_button_size):
53 * toolbar-xlike.c (XLIKE_OUTPUT_BUTTONS_LOOP):
54 * toolbar-xlike.c (xlike_output_toolbar):
55 * toolbar-xlike.c (xlike_clear_toolbar):
56 * toolbar-xlike.c (xlike_output_frame_toolbars):
57 * toolbar-xlike.c (xlike_clear_frame_toolbars):
58 * toolbar-xlike.c (xlike_redraw_exposed_toolbar):
59 * toolbar-xlike.c (xlike_redraw_exposed_toolbars):
60 * toolbar-xlike.c (xlike_redraw_frame_toolbars):
61 * toolbar-xlike.h:
62 * toolbar-xlike.h (xlike_clear_frame_toolbars):
63 Rename some files to make them consistent with general naming rules:
64
65 xgccache.c -> gccache-x.c
66 xgccache.h -> gccache-x.h
67 toolbar-common.c -> toolbar-xlike.c
68 toolbar-common.h -> toolbar-xlike.h
69
70 Fix include-file references. Also change the names of functions
71 in now-named toolbar-xlike.c to be xlike_foo() instead of common_foo().
72
73 Add a longish comment in console-xlike-inc.h describing the "xlike"
74 system, how it works and what the various files are used for.
75
76
77 2010-02-01 Ben Wing <ben@xemacs.org>
78
79 * Makefile.in.in:
80 * compiler.h:
81 * config.h.in:
82 * console-x-impl.h:
83 * console-x-impl.h (struct x_frame):
84 * console-x-impl.h (FRAME_X_TOTALLY_VISIBLE_P):
85 * console-x.h:
86 * console-xlike-inc.h:
87 * emacs.c (main_1):
88 * faces.c (complex_vars_of_faces):
89 * font-mgr.h:
90 * frame-x.c (x_delete_frame):
91 * frame-x.c (x_update_frame_external_traits):
92 * glyphs-x.c (update_widget_face):
93 * inline.c:
94 * objects-x-impl.h:
95 * objects-x-impl.h (struct x_color_instance_data):
96 * objects-x-impl.h (struct x_font_instance_data):
97 * objects-x.c:
98 * objects-x.c (x_initialize_color_instance):
99 * objects-x.c (x_initialize_font_instance):
100 * objects-x.c (x_print_font_instance):
101 * objects-x.c (x_finalize_font_instance):
102 * objects-x.c (x_font_instance_truename):
103 * objects-x.c (vars_of_objects_x):
104 * objects-x.h:
105 USE_XFT* -> HAVE_XFT*. But in objects-xlike-inc.c and
106 redisplay-xlike-inc.c, continue to use USE_XFT, and define
107 it appropriately in console-xlike-inc.h when both HAVE_XFT
108 and THIS_IS_X -- even if HAVE_XFT, we don't want to enable
109 XFT code when included in a *-gtk.c file.
110
30 111
31 2010-02-01 Ben Wing <ben@xemacs.org> 112 2010-02-01 Ben Wing <ben@xemacs.org>
32 113
33 * objects-gtk-impl.h: 114 * objects-gtk-impl.h:
34 * objects-gtk-impl.h (XCOLOR_INSTANCE_GTK_COLOR): 115 * objects-gtk-impl.h (XCOLOR_INSTANCE_GTK_COLOR):