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