annotate lwlib/ChangeLog @ 408:501cfd01ee6d r21-2-34

Import from CVS: tag r21-2-34
author cvs
date Mon, 13 Aug 2007 11:18:11 +0200
parents b8cc9ab3f761
children de805c49cfc1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
408
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1 2000-05-28 Martin Buchholz <martin@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
2
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
3 * XEmacs 21.2.34 is released.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
4
406
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
5 2000-05-01 Martin Buchholz <martin@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
6
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
7 * XEmacs 21.2.33 is released.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
8
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
9 2000-04-19 Martin Buchholz <martin@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
10
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
11 * lwlib.c (lw_destroy_everything): Always use full ANSI prototypes.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
12 * lwlib.c (lw_destroy_all_pop_ups): Always use full ANSI prototypes.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
13
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
14 2000-04-12 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
15
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
16 * lwlib-Xaw.c (xaw_update_one_widget): no-op for text widgets.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
17 (xaw_update_one_value): Get strings safely.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
18 (xaw_create_text_field): add some extra properties.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
19
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
20 2000-04-05 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
21
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
22 * lwlib-Xaw.c (lw_xaw_widget_p): include asciiTextWidgetClass as
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
23 an athena widget.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
24
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
25 2000-04-05 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
26
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
27 * xlwradio.c (RadioSetValues): resize if position information has
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
28 changed.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
29
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
30 * lwlib-Xm.c (xm_create_text_field): text fields should be enabled
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
31 even if there is no callback.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
32 * lwlib-Xaw.c (xaw_create_text_field): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
33
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
34 2000-04-03 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
35
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
36 * lwlib.c (merge_widget_value_args): only merge when the two args
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
37 are actually different.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
38
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
39 2000-03-21 Didier Verna <didier@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
40
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
41 * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 to
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
42 src/config.h.in.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
43 * config.h.in (ATHENA_INCLUDE): use the `SMART_INCLUDE' macro.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
44
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
45 2000-03-20 Martin Buchholz <martin@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
46
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
47 * XEmacs 21.2.32 is released.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
48
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
49 2000-03-14 Ben Wing <ben@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
50
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
51 * xlwmenu.c (massage_resource_name): Handle %_ and %%.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
52
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
53 2000-02-20 Gunnar Evermann <ge204@eng.cam.ac.uk>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
54
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
55 * xlwscrollbar.c (get_gc): Always check for XmUNSPECIFIED_PIXMAP
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
56 even if we are only 'compatible' with the Motif resources.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
57 (XmUNSPECIFIED_PIXMAP): Define unconditionally.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
58
402
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
59 2000-02-23 Martin Buchholz <martin@xemacs.org>
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
60
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
61 * XEmacs 21.2.31 is released.
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
62
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
63 2000-02-22 Andy Piper <andy@xemacs.org>
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
64
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
65 * lwlib-Xm.c (xm_update_one_widget): set widget args last in case
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
66 anything messes with them in the meantime.
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
67 * lwlib-Xlw.c (xlw_update_one_widget): ditto.
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
68 * lwlib-Xaw.c (xaw_update_one_widget): ditto.
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
69
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
70 2000-02-21 Martin Buchholz <martin@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
71
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
72 * XEmacs 21.2.30 is released.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
73
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
74 2000-02-21 Andy Piper <andy@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
75
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
76 * lwlib.c (merge_widget_value_args): don't delete the args before
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
77 copying, lw_copy_widget_value_args will do this for us if
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
78 necessary.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
79 (lw_add_widget_value_arg): Allow existing args to be replaced.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
80 (free_widget_value_args): Set args to 0 rather than 0xdeadbeef,
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
81 reference couting works better that way.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
82 (lw_copy_widget_value_args): Do the right thing.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
83
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
84 * lwlib-Xm.c (xm_create_progress): Make sensitive as this looks
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
85 much better.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
86 * lwlib-Xaw.c (xaw_create_progress): ditto.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
87
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
88 2000-02-12 Jan Vroonhof <vroonhof@math.ethz.ch>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
89
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
90 * xlwmenu.h (XmUNSPECIFIED_PIXMAP): Define this if we are using Motif
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
91 compatible resource names.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
92
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
93 * xlwmenu.c (make_shadow_gcs): Always check for XmUNSPECIFIED_PIXMAP
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
94 even if we are only 'compatible' with the Motif resources.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
95
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
96 2000-02-15 Andy Piper <andy@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
97
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
98 * xlwgauge.c (GaugeExpose): remove shadows.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
99
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
100 2000-02-16 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
101
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
102 * XEmacs 21.2.29 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
103
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
104 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
105
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
106 * config.h.in (ATHENA_INCLUDE): Workaround bugs in both xlc and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
107 old gccs.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
108
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
109 2000-02-07 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
110
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
111 * XEmacs 21.2.28 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
112
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
113 2000-01-25 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
114
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
115 * xlwtabs.c (TabsChangeManaged): Make sure we unmanage the hilight
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
116 widget as well.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
117
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
118 2000-01-28 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
119
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
120 * xlwgauge.c (GaugeConvert): bcopy ==> memcpy
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
121
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
122 2000-01-24 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
123
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
124 * xlwtabs.c (XawTabsSetTop): Unhighlight before changing the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
125 stacking order.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
126 (XawTabsSetHighlight): Don't unhighlight here.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
127
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
128 2000-01-22 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
129
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
130 * *.h: Use consistent C-standards-approved guard macro names.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
131
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
132 2000-01-18 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
133
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
134 * XEmacs 21.2.27 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
135
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
136 2000-01-15 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
137
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
138 * lwlib-Xlw.c (lw_update_one_widget): make sure global
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
139 properties gets set.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
140
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
141 2000-01-07 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
142
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
143 * config.h.in (ATHENA_INCLUDE): CPP trickery to make old cpps happy.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
144 This extends support for gcc 2.6 (e.g. on BSD/OS 2.0)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
145
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
146 * lwlib.c: Fix up memset calls.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
147
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
148 * lwlib-Xm.c (xm_update_text): Warning suppression.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
149 (xm_update_text_field): Warning suppression.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
150
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
151 2000-01-03 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
152
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
153 * lwlib-Xaw.c (xaw_update_one_widget): Emergency fix for this crash:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
154 (yes-or-no-p-dialog-box "Yes or No")
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
155
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
156 1999-12-31 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
157
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
158 * XEmacs 21.2.26 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
159
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
160 1999-12-29 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
161
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
162 * xlwtabs.c (TabsHighlight): use displayChildren for highlighting
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
163 not num_children.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
164 (TabsPage): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
165
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
166 1999-12-24 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
167
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
168 * XEmacs 21.2.25 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
169
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
170 1999-12-23 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
171
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
172 * lwlib.c (lw_copy_widget_value_args): don't create empty
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
173 widget_args just because someone might use them later. This makes
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
174 all widgets look like they've changed.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
175
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
176 1999-12-22 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
177
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
178 * xlwtabs.c: Fix for X11R5 from Damon Lipparelli
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
179 <lipp@primus.com>.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
180
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
181 1999-12-21 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
182
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
183 * xlwscrollbar.c (seg_pixel_sizes): ((expr)) ==> (expr)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
184
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
185 1999-12-12 Daniel Pittman <daniel@danann.net>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
186
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
187 * lwlib-Xaw.c:
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
188 * xlwcheckbox.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
189 * xlwgauge.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
190 * xlwgaugeP.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
191 * xlwradio.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
192 * xlwradio.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
193 * xlwradioP.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
194 Clean up Athena widget support:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
195 - Athena headers now use dynamic include paths.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
196
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
197 1999-12-08 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
198
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
199 * xlwtabs.c: sync with Tabs 2.2.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
200 * xlwtabP.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
201
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
202 1999-12-14 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
203
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
204 * XEmacs 21.2.24 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
205
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
206 1999-12-14 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
207
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
208 * xlwtabs.c (TabsResize): reset need_layout so that we don't go
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
209 into infloop death.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
210
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
211 1999-12-14 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
212
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
213 * xlwtabs.c (TabsSetValues): re-allocate GCs if font has changed.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
214
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
215 1999-12-13 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
216
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
217 * xlwtabs.c (TabsResize): We need to expose the tabs after
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
218 clearing the window they are in.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
219
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
220 1999-12-08 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
221
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
222 * xlwtabs.c: sync with Tabs 2.1.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
223
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
224 1999-12-07 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
225
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
226 * lwlib-Xlw.c (lw_lucid_widget_p): make sure we pick up the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
227 clip-window as well.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
228
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
229 1999-12-07 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
230
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
231 * XEmacs 21.2.23 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
232
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
233 1999-12-05 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
234
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
235 * xlwtabs.c: back up to previous rev to make syncing easier. Fix
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
236 gcc moans.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
237
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
238 * lwlib-Xaw.c (xaw_update_one_widget): use XtIsSubclass.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
239
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
240 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
241
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
242 * XEmacs 21.2.22 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
243
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
244 1999-11-28 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
245
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
246 * XEmacs 21.2.21 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
247
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
248 1999-11-26 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
249
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
250 * xlwtabs.c: Remove unused variables. Fix warnings.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
251
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
252 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
253
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
254 * XEmacs 21.2.20 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
255
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
256 1999-09-09 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
257
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
258 * xlwtabs.c: updated tabs widget from Ed Falk.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
259 * xlwtabs.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
260 * xlwtabsP.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
261
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
262 1999-09-22 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
263
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
264 * lwlib-internal.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
265 * lwlib-utils.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
266 Move declaration of destroy_all_children from lwlib-internal.h to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
267 lwlib-utils.h, where it belongs.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
268
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
269 1999-09-21 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
270
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
271 * lwlib-Xm.c (xm_update_label): don't clobber pixmap type labels
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
272 with text.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
273
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
274 1999-09-22 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
275
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
276 * xlwtabs.c: Fix C++ compilability.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
277
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
278 1999-09-18 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
279
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
280 * xlwtabs.c: Put in tabs sync because clipping should fix useability
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
281 problems.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
282
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
283 1999-09-13 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
284
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
285 * xlwtabs.c: Back out tabs sync because of reported useability
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
286 problems.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
287
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
288 1999-09-09 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
289
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
290 * xlwtabs.c: updated tabs widget from Ed Falk.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
291 * xlwtabs.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
292 * xlwtabsP.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
293 * xlwgcs.c: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
294 * xlwgcs.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
295
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
296 1999-09-03 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
297
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
298 * xlwgauge.c: Ansify.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
299 Include <stdlib.h> to get prototype for atoi().
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
300 (GaugeSelect): Call GaugeExpose with the right number of args.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
301 (GaugeLoseSel): Call GaugeExpose with the right number of args.
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
302 (GaugeConvert): This is a XtConvertSelectionProc,
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
303 so 5th parameter must be of type XtPointer, not XPointer.
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
304 (GaugeGetValue): This is a XtTimerCallbackProc,
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
305 so 2nd parameter must be of type XtIntervalId *, not XtIntervalId.
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
306
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
307
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
308 1999-09-01 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
309
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
310 * lwlib.c (free_widget_value_contents): Use proper type for cast.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
311
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
312 * xlwradio.c: Use function prototypes everywhere.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
313 * xlwcheckbox.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
314 * xlwradio.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
315 * xlwradioP.h: Move declarations of non-static functions defined
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
316 in xlwradio.c into xlwradioP.h.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
317
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
318 1999-09-02 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
319
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
320 * xlwgcs.c: include xmu.h
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
321
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
322 1999-09-01 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
323
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
324 * xlwgauge.c: rearrange headers yet again.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
325 * xlwcheckbox.c: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
326 * xlwradio.c: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
327 * xlwtabs.c: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
328
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
329 1999-09-01 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
330
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
331 * xlwgauge.c: use xmu.h
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
332 * xlwcheckbox.c: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
333 * xlwradio.c: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
334
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
335 1999-08-31 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
336
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
337 * xlwtabs.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
338 * xlwgcs.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
339 * xlwradio.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
340 * xlwcheckbox.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
341 * xlwgauge.c: Fix for losing systems without Xmu.
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
342
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
343 1999-08-31 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
344
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
345 * lwlib-Xm.c (xm_update_one_widget): fix for AIX compiler lossage.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
346
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
347 1999-08-30 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
348
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
349 * lwlib.c (free_widget_value_contents): be more precise about
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
350 freeing user defined args.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
351
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
352 * lwlib-Xaw.c (xaw_update_one_widget): make sure we use val not
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
353 its contents for hierarchies one deep.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
354
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
355 1999-08-29 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
356
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
357 * xlwtabs.c: temporary fixes pending a new release.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
358 * xlwtabsP.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
359
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
360 * lwlib-Xm.c (xm_update_one_widget): update user defined args.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
361 (xm_create_label): set args after creation as well as before.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
362
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
363 * lwlib-Xlw.c (xlw_create_tab_control): orient tabs horizontally.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
364 (xlw_update_tab_control): actually update the children rather than
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
365 the parent.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
366
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
367 * lwlib-Xaw.c (xaw_update_one_widget): update user defined args.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
368 (xaw_create_label): set args after creation as well as before.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
369
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
370 1999-08-23 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
371
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
372 * lwlib-Xm.c (xm_update_label): don't concatenate value to itself.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
373
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
374 * lwlib-Xm.c (xm_create_label_field): new function for creating labels.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
375 (xm_creation_table): use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
376
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
377 * lwlib-Xaw.c (xaw_create_label_field): new function for creating labels.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
378 (xaw_creation_table): use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
379
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
380 1999-08-16 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
381
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
382 * lwlib.h: declare free_widget_value_tree.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
383
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
384 * lwlib.c (free_widget_value_tree): make non-static.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
385
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
386 * lwlib-Xm.c (xm_update_label): free val_string when updating.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
387
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
388 1999-08-04 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
389
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
390 * lwlib-Xm.c (mark_dead_instance_destroyed): change so that its
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
391 defined for widgets.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
392 (xm_nosel_callback): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
393
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
394 * xlwtabsP.h: sync with 1.5.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
395
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
396 * xlwtabs.c: sync with 1.18.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
397
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
398 1999-07-28 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
399
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
400 * xlwtabs.c: new lucid tabs widget from Ed Falk.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
401 * xlwtabs.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
402 * xlwtabsP.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
403 * xlwgcs.c: GC manipulation for tab widgets.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
404 * xlwgcs.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
405
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
406 * xlwgauge.c: new athena gauge widget from Ed Falk.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
407 * xlwgauge.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
408 * xlwgaugeP.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
409
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
410 * xlwradio.c: new athena radio widget from Ed Falk.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
411 * xlwradio.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
412 * xlwradioP.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
413
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
414 * xlwcheckbox.c: new athena checkbox widget from Ed Falk.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
415 * xlwcheckbox.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
416 * xlwcheckboxP.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
417
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
418 * lwlib-utils.c (destroy_all_children): moved from lwlib-Xm.c.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
419
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
420 * lwlib-internal.h: declare destroy_all_children.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
421
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
422 * lwlib-config.c: add widget checks.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
423
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
424 * lwlib-Xm.h: declare xm_create_label;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
425
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
426 * lwlib-Xm.c (destroy_all_children): move to lwlib-utils.c.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
427 (xm_update_label): enable for widgets.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
428 (xm_update_one_widget): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
429 (xm_create_button): rename in line with lwlib-Xaw.c
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
430 (xm_create_progress): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
431 (xm_create_text_field): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
432 (xm_create_combo_box): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
433 (xm_create_label): new function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
434 (xm_creation_table): rename widget creation functions.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
435 (xm_destroy_instance): enable for widgets.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
436 (xm_generic_callback): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
437 (xm_generic_callback): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
438
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
439 * lwlib-Xlw.c (xlw_tab_control_callback): new function. a special
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
440 callback that calls the correct function depending on what tab is
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
441 selected.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
442 (xlw_create_tab_control): new function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
443 (build_tabs_in_widget): new function. puts tabs in a tab widget,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
444 uses Xaw or Xm depending on how XEmacs was compiled.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
445 (xlw_update_tab_control): update the resources for each
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
446 tab. optionally rebuild the contents of the tab widget.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
447 (xlw_creation_table): add tab widget creation function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
448 (lw_lucid_widget_p): add tab widget.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
449 (xlw_update_one_widget): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
450
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
451 * lwlib-Xaw.h: declare xaw_create_label;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
452
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
453 * lwlib-Xaw.c (lw_xaw_widget_p): add widgets classes.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
454 (xaw_update_one_widget): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
455 (xaw_update_one_value): add code from the Xm version.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
456 (xaw_generic_callback): add Xm hack for setting command
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
457 states. beef up lookup of call data.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
458 (xaw_create_button): new function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
459 (xaw_create_label): new function for use by tab widget.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
460 (xaw_create_progress): new function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
461 (xaw_create_text_field): new function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
462 (xaw_creation_table): add new widget type creation functions.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
463
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
464 * Makefile.in.in: add dependencies for new lw widgets.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
465
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
466 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
467
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
468 * XEmacs 21.2.19 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
469
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
470 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
471
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
472 * XEmacs 21.2.18 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
473
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
474 1999-07-05 Didier Verna <didier@xemacs.org>
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
475
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
476 * lwlib-Xm.c (xm_update_one_widget): add missing #ifdefs around
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
477 call to xm_update_label.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
478
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
479 1999-06-28 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
480
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
481 * lwlib-Xm.c: unconditionally enable text field & list code.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
482 (make_progress): new function. creates a slider.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
483 (make_text_field): new function. creates an edit field.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
484 (make_combo_box): new function. creates a combo box.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
485 (xm_creation_table): add new widget functions.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
486
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
487 1999-06-25 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
488
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
489 * lwlib.h (_widget_value): add arglist slots.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
490 declare new functions.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
491
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
492 * lwlib.c (free_widget_value_contents): handle arglists when
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
493 freeing.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
494 (lw_add_value_args_to_args): new function. add arglist entries
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
495 from a widget_value structure.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
496
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
497 * lwlib-Xm.c (make_button): new function, create a motif button
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
498 for display in a buffer as a glyph.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
499 (xm_creation_table): add make_button.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
500
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
501 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
502
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
503 * XEmacs 21.2.17 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
504
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
505 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
506
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
507 * XEmacs 21.2.16 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
508
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
509 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
510
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
511 * XEmacs 21.2.15 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
512
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
513 1999-05-17 Jerry James <jerry@cs.ucsb.edu>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
514
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
515 * xlwmenu.c (make_shadow_gcs): Test bottom_shadow_pixmap before
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
516 using it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
517
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
518 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
519
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
520 * XEmacs 21.2.14 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
521
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
522 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
523
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
524 * XEmacs 21.2.13 is released
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
525
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
526 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
527
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
528 * XEmacs 21.2.12 is released
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
529
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
530 1999-02-18 Martin Buchholz <martin@xemacs.org>
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
531
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
532 * lwlib/xlwmenu.c (massage_resource_name): Fix compiler warning
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
533 - Have to toupper ((int) (unsigned char) x) to be portable.