annotate lwlib/ChangeLog @ 404:2f8bb876ab1d r21-2-32

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