804
|
1 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2
|
|
3 * XEmacs 21.5.6 "bok choi" is released.
|
|
4
|
774
|
5 2002-03-12 Ben Wing <ben@xemacs.org>
|
|
6
|
|
7 * The Great Mule Merge: placeholder.
|
|
8
|
768
|
9 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
10
|
|
11 * XEmacs 21.5.5 "beets" is released.
|
|
12
|
766
|
13 2001-12-19 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
|
|
14
|
|
15 * xlwscrollbar.c: Fix Xt translations comment.
|
|
16
|
725
|
17 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
18
|
|
19 * XEmacs 21.5.4 "bamboo" is released.
|
|
20
|
654
|
21 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
22
|
|
23 * XEmacs 21.5.3 "asparagus" is released.
|
|
24
|
647
|
25 2001-06-24 Ben Wing <ben@xemacs.org>
|
|
26
|
|
27 * lwlib-Xlw.c (xlw_update_tab_control):
|
|
28 * lwlib-utils.c (XtApplyUntilToWidgets):
|
|
29 * xlwgauge.c (XawGaugeSetValue):
|
|
30 * xlwgauge.c (GaugeMercury):
|
|
31 * xlwmenu.c (close_to_reference_time):
|
|
32 * xlwtabs.c (TabsSetValues):
|
|
33 * xlwtabs.c (TabsSelect):
|
|
34 * xlwtabs.c (DrawTabs):
|
|
35 Fix unsigned warnings. See src/ChangeLog for details.
|
|
36
|
641
|
37 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
38
|
|
39 * XEmacs 21.5.2 "artichoke" is released.
|
|
40
|
639
|
41 2001-07-26 Andy Piper <andy@xemacs.org>
|
|
42
|
|
43 * lwlib-Xm.c (xm_update_progress): new function. Set Scale height
|
|
44 and width from normal height and width.
|
|
45 * lwlib-Xm.c (xm_create_progress): ditto.
|
|
46 * lwlib-Xm.c (xm_update_one_widget): call xm_update_progress.
|
|
47 * lwlib.c (lw_get_value_arg): new function. Return an argument
|
|
48 based on its name.
|
|
49 * lwlib.h: declare it.
|
|
50
|
551
|
51 2001-05-21 Martin Buchholz <martin@xemacs.org>
|
|
52
|
|
53 * lwlib-config.c: Remove.
|
|
54 * Makefile.in.in: Remove references to lwlib-config.
|
|
55
|
522
|
56 2001-05-09 Martin Buchholz <martin@xemacs.org>
|
|
57
|
|
58 * XEmacs 21.5.1 "anise" is released.
|
|
59
|
487
|
60 2001-04-28 Ben Wing <ben@xemacs.org>
|
|
61
|
|
62 * lwlib-utils.c (destroy_all_children): fix warning reported by
|
|
63 Isaac Hollander <ysh@mindspring.com>.
|
|
64
|
472
|
65 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
66
|
|
67 * XEmacs 21.5.0 "alfalfa" is released.
|
|
68
|
464
|
69 2001-03-30 Stephen J. Turnbull <stephen@xemacs.org>
|
|
70
|
|
71 * ChangeLog: Restore logs lost in the GTK merge.
|
|
72
|
462
|
73 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
458
|
74
|
462
|
75 * XEmacs 21.2.46 "Urania" is released.
|
456
|
76
|
464
|
77 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
78
|
|
79 * xlwradio.c: Revert gratuitous whitespace changes from GTK merge.
|
|
80
|
|
81 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
82
|
|
83 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
84
|
|
85 2001-02-16 Raymond Toy <toy@rtp.ericsson.se>
|
|
86
|
|
87 * lwlib-Xaw.c: Always include ATHENA_AsciiText_h_ to get the
|
|
88 text-field widget.
|
|
89 (xaw_creation_table): Always include the text-field widget
|
|
90
|
|
91 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
92
|
|
93 * XEmacs 21.2.44 "Thalia" is released.
|
|
94
|
|
95 2001-02-06 Martin Buchholz <martin@xemacs.org>
|
|
96
|
|
97 * xlwgauge.c:
|
|
98 * xlwgcs.c:
|
|
99 * xlwgcs.c (XtAllocateGC): Fix typo for X11R4.
|
|
100 * xlwgcs.h:
|
|
101 * xlwradio.c (RadioExpose):
|
|
102 * xlwcheckbox.c:
|
|
103 Remove use of BSD-specific types.
|
|
104 s/u_(char|short|int_long)/unsigned $1/g
|
|
105
|
|
106 2001-02-05 Martin Buchholz <martin@xemacs.org>
|
|
107
|
|
108 * lwlib-Xm.c (xm_update_one_value):
|
|
109 Obey the man page; use XtFree instead of free.
|
|
110
|
|
111 2001-02-02 Martin Buchholz <martin@xemacs.org>
|
|
112
|
|
113 * config.h.in: Use "..." to include config.h
|
|
114
|
|
115 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
116
|
|
117 * XEmacs 21.2.43 "Terspichore" is released.
|
|
118
|
454
|
119 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
120
|
|
121 * XEmacs 21.2.42 "Poseidon" is released.
|
|
122
|
452
|
123 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
124
|
|
125 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
126
|
450
|
127 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
128
|
|
129 * XEmacs 21.2.40 is released.
|
|
130
|
|
131 2001-01-06 Martin Buchholz <martin@xemacs.org>
|
|
132
|
|
133 * lwlib-Xaw.c (xaw_creation_table): Make const.
|
|
134 * lwlib-Xaw.h (xaw_creation_table): Make const.
|
|
135 * lwlib-Xlw.c (xlw_creation_table): Make const.
|
|
136 * lwlib-Xlw.h (xlw_creation_table): Make const.
|
|
137 * lwlib-Xm.c (xm_creation_table): Make const.
|
|
138 * lwlib-Xm.h (xm_creation_table): Make const.
|
|
139 * lwlib.c (find_in_table): Use const.
|
|
140
|
|
141 2001-01-02 Andy Piper <andy@xemacs.org>
|
|
142
|
|
143 * lwlib.h (_widget_args): add args_changed. Necessary because we
|
|
144 reference count args.
|
|
145
|
|
146 * lwlib.c (lw_add_widget_value_arg): set args_changed flag.
|
|
147 (merge_widget_value_args): mark as changed if args_changed is
|
|
148 true.
|
|
149 (update_all_widget_values): reset args_changed.
|
|
150 (initialize_widget_instance): ditto.
|
|
151
|
448
|
152 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
153
|
|
154 * XEmacs 21.2.39 is released.
|
|
155
|
|
156 2000-12-30 Andy Piper <andy@xemacs.org>
|
|
157
|
|
158 * xlwtabs.c: remove assertion definitions and put them in
|
|
159 lwlib-internal.h. This has the effect of enabling assertions which
|
|
160 should have been done from the very start.
|
|
161 (TabsShuffleRows): fix duff assertion.
|
|
162 (PreferredSize3): use dimensions throughout.
|
|
163 (PreferredSize2): ditto.
|
|
164 (TabLayout): ditto.
|
|
165 (DrawFrame): be clever about the enclosing frame if the child
|
|
166 height is 0.
|
|
167 (TabsResize): don't configure children that are no visible
|
|
168 anyway. Make sure geometry calculations don't end up negative.
|
|
169
|
|
170 * lwlib-internal.h: put in assertion definitions.
|
|
171
|
446
|
172 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
173
|
|
174 * XEmacs 21.2.38 is released.
|
|
175
|
|
176 2000-11-30 Andy Piper <andy@xemacs.org>
|
|
177
|
|
178 * lwlib-Xm.c (xm_update_label): Hack to stop %_ labels until
|
|
179 someone fixes it properly.
|
|
180
|
|
181 2000-11-24 Andy Piper <andy@xemacs.org>
|
|
182
|
|
183 * xlwtabsP.h: add visible flag, realRows and remove displayChildren.
|
|
184
|
|
185 * xlwtabs.c (TabVisible): new macro. Consults visible flag.
|
|
186 (TabsInit): remove displayChildren, add realRows.
|
|
187 (TabsConstraintInitialize): ditto.
|
|
188 (TabsResize): ditto.
|
|
189 (TabsGeometryManager): ditto.
|
|
190 (TabsChangeManaged): ditto.
|
|
191 (TabsSelect): ditto.
|
|
192 (TabsPage): ditto.
|
|
193 (TabsHighlight): ditto.
|
|
194 (DrawTabs): ditto.
|
|
195 (TabLayout): Caclulate rows for all children and whether they
|
|
196 should be visible or not..
|
|
197 (TabsShuffleRows): shuffle rows based on both real and displayed
|
|
198 rows. Adjust visibility of all children.
|
|
199 (PreferredSize): ditto.
|
|
200
|
|
201 2000-11-19 Martin Buchholz <martin@xemacs.org>
|
|
202
|
|
203 * xlwtabs.c (TabsResize): Don't delete `tab', mark unused instead.
|
|
204
|
|
205 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
206
|
|
207 * xlwmenu.c (make_windows_if_needed):
|
|
208 (XlwMenuRealize):
|
|
209 The proper type for `mask' is `unsigned long', not `int'.
|
|
210
|
|
211 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
212
|
|
213 * xlwtabs.c (defaultAccelerators): Add #### to unused var.
|
|
214 (TabsResize): Remove unused var.
|
|
215 * xlwmenu.c (XlwMenuInitialize): Remove unused vars.
|
|
216 * lwlib-Xlw.c (xlw_update_one_widget): Add #### for probable bug.
|
|
217
|
444
|
218 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
219
|
|
220 * XEmacs 21.2.37 is released.
|
|
221
|
|
222 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
223
|
|
224 * lwlib.h: Typo fixes and tiny clarifications.
|
|
225
|
442
|
226 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
227
|
|
228 * XEmacs 21.2.36 is released.
|
|
229
|
444
|
230 2000-09-21 Andy Piper <andy@xemacs.org>
|
|
231
|
|
232 * lwlib.h: declare copy_widget_value_tree.
|
|
233
|
|
234 * lwlib.c (copy_widget_value_tree): make non-static.
|
|
235
|
442
|
236 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
237
|
|
238 * *: Spelling mega-patch
|
|
239
|
|
240 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
241
|
|
242 * lwlib.c (ascii_strcasecmp): New.
|
|
243 * lwlib.c (find_in_table): Use ascii_strcasecmp.
|
|
244 Avoid using non-standard non-portable strcasecmp.
|
|
245
|
|
246 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
247
|
|
248 * xlwmenu.c (XlwMenuInitialize): make comment on algorithm for
|
|
249 setting fontList match code. Suggest using same algorithm for
|
|
250 X Font Set resources in native lw code.
|
|
251
|
|
252 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
253
|
|
254 * lwlib-Xaw.c (xaw_update_one_widget):
|
|
255 Remove accelerator specs from buttons, since Athena doesn't handle
|
|
256 them.
|
|
257
|
|
258 * lwlib.c (lw_remove_accelerator_spec):
|
|
259 * lwlib.h:
|
|
260 Define function and prototype to do this.
|
|
261
|
|
262 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
263
|
|
264 * xlwradioP.h:
|
|
265 Remove duplicate definition of streq().
|
|
266
|
|
267 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
268
|
|
269 * XEmacs 21.2.35 is released.
|
|
270
|
|
271 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
272
|
|
273 * xlwcheckbox.c:
|
|
274 * xlwgauge.h:
|
|
275 * xlwgaugeP.h:
|
|
276 * xlwradio.h:
|
|
277 * xlwradioP.h:
|
|
278 * xlwgauge.c:
|
|
279 * config.h.in:
|
|
280 * xlwradio.c:
|
|
281 * lwlib-Xaw.c:
|
|
282 Replace SMART_INCLUDE with a dumber, but more reliable method.
|
|
283
|
|
284 * xlwmenu.c (parameterize_string): Fix C++ compilation warnings.
|
|
285
|
|
286 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
287
|
|
288 * lwlib-Xaw.c (xaw_create_label): add sanity check on arg limit.
|
|
289 (xaw_update_one_value): fix crash due to incorrect arg count.
|
|
290
|
|
291 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
292
|
|
293 * XEmacs 21.2.34 is released.
|
|
294
|
|
295 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
296
|
|
297 * XEmacs 21.2.33 is released.
|
|
298
|
|
299 2000-04-19 Martin Buchholz <martin@xemacs.org>
|
|
300
|
|
301 * lwlib.c (lw_destroy_everything): Always use full ANSI prototypes.
|
|
302 * lwlib.c (lw_destroy_all_pop_ups): Always use full ANSI prototypes.
|
|
303
|
|
304 2000-04-12 Andy Piper <andy@xemacs.org>
|
|
305
|
|
306 * lwlib-Xaw.c (xaw_update_one_widget): no-op for text widgets.
|
|
307 (xaw_update_one_value): Get strings safely.
|
|
308 (xaw_create_text_field): add some extra properties.
|
|
309
|
|
310 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
311
|
|
312 * lwlib-Xaw.c (lw_xaw_widget_p): include asciiTextWidgetClass as
|
|
313 an athena widget.
|
|
314
|
|
315 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
316
|
|
317 * xlwradio.c (RadioSetValues): resize if position information has
|
|
318 changed.
|
|
319
|
|
320 * lwlib-Xm.c (xm_create_text_field): text fields should be enabled
|
|
321 even if there is no callback.
|
|
322 * lwlib-Xaw.c (xaw_create_text_field): ditto.
|
|
323
|
|
324 2000-04-03 Andy Piper <andy@xemacs.org>
|
|
325
|
|
326 * lwlib.c (merge_widget_value_args): only merge when the two args
|
|
327 are actually different.
|
|
328
|
|
329 2000-03-21 Didier Verna <didier@xemacs.org>
|
|
330
|
|
331 * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 to
|
|
332 src/config.h.in.
|
|
333 * config.h.in (ATHENA_INCLUDE): use the `SMART_INCLUDE' macro.
|
|
334
|
|
335 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
336
|
|
337 * XEmacs 21.2.32 is released.
|
|
338
|
|
339 2000-03-14 Ben Wing <ben@xemacs.org>
|
|
340
|
|
341 * xlwmenu.c (massage_resource_name): Handle %_ and %%.
|
|
342
|
|
343 2000-02-20 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
344
|
|
345 * xlwscrollbar.c (get_gc): Always check for XmUNSPECIFIED_PIXMAP
|
|
346 even if we are only 'compatible' with the Motif resources.
|
|
347 (XmUNSPECIFIED_PIXMAP): Define unconditionally.
|
|
348
|
|
349 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
350
|
|
351 * XEmacs 21.2.31 is released.
|
|
352
|
|
353 2000-02-22 Andy Piper <andy@xemacs.org>
|
|
354
|
|
355 * lwlib-Xm.c (xm_update_one_widget): set widget args last in case
|
|
356 anything messes with them in the meantime.
|
|
357 * lwlib-Xlw.c (xlw_update_one_widget): ditto.
|
|
358 * lwlib-Xaw.c (xaw_update_one_widget): ditto.
|
|
359
|
|
360 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
361
|
|
362 * XEmacs 21.2.30 is released.
|
|
363
|
|
364 2000-02-21 Andy Piper <andy@xemacs.org>
|
|
365
|
|
366 * lwlib.c (merge_widget_value_args): don't delete the args before
|
|
367 copying, lw_copy_widget_value_args will do this for us if
|
|
368 necessary.
|
|
369 (lw_add_widget_value_arg): Allow existing args to be replaced.
|
|
370 (free_widget_value_args): Set args to 0 rather than 0xdeadbeef,
|
|
371 reference couting works better that way.
|
|
372 (lw_copy_widget_value_args): Do the right thing.
|
|
373
|
|
374 * lwlib-Xm.c (xm_create_progress): Make sensitive as this looks
|
|
375 much better.
|
|
376 * lwlib-Xaw.c (xaw_create_progress): ditto.
|
|
377
|
|
378 2000-02-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
379
|
|
380 * xlwmenu.h (XmUNSPECIFIED_PIXMAP): Define this if we are using Motif
|
|
381 compatible resource names.
|
|
382
|
|
383 * xlwmenu.c (make_shadow_gcs): Always check for XmUNSPECIFIED_PIXMAP
|
|
384 even if we are only 'compatible' with the Motif resources.
|
|
385
|
|
386 2000-02-15 Andy Piper <andy@xemacs.org>
|
|
387
|
|
388 * xlwgauge.c (GaugeExpose): remove shadows.
|
|
389
|
|
390 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
391
|
|
392 * XEmacs 21.2.29 is released.
|
|
393
|
|
394 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
|
|
395
|
|
396 * config.h.in (ATHENA_INCLUDE): Workaround bugs in both xlc and
|
|
397 old gccs.
|
|
398
|
440
|
399 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
400
|
|
401 * XEmacs 21.2.28 is released.
|
|
402
|
|
403 2000-01-25 Andy Piper <andy@xemacs.org>
|
|
404
|
|
405 * xlwtabs.c (TabsChangeManaged): Make sure we unmanage the hilight
|
|
406 widget as well.
|
|
407
|
|
408 2000-01-28 Martin Buchholz <martin@xemacs.org>
|
|
409
|
|
410 * xlwgauge.c (GaugeConvert): bcopy ==> memcpy
|
|
411
|
|
412 2000-01-24 Andy Piper <andy@xemacs.org>
|
|
413
|
|
414 * xlwtabs.c (XawTabsSetTop): Unhighlight before changing the
|
|
415 stacking order.
|
|
416 (XawTabsSetHighlight): Don't unhighlight here.
|
|
417
|
|
418 2000-01-22 Martin Buchholz <martin@xemacs.org>
|
|
419
|
|
420 * *.h: Use consistent C-standards-approved guard macro names.
|
|
421
|
438
|
422 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
423
|
|
424 * XEmacs 21.2.27 is released.
|
|
425
|
|
426 2000-01-15 Andy Piper <andy@xemacs.org>
|
|
427
|
|
428 * lwlib-Xlw.c (lw_update_one_widget): make sure global
|
|
429 properties gets set.
|
|
430
|
|
431 2000-01-07 Martin Buchholz <martin@xemacs.org>
|
|
432
|
|
433 * config.h.in (ATHENA_INCLUDE): CPP trickery to make old cpps happy.
|
|
434 This extends support for gcc 2.6 (e.g. on BSD/OS 2.0)
|
|
435
|
|
436 * lwlib.c: Fix up memset calls.
|
|
437
|
|
438 * lwlib-Xm.c (xm_update_text): Warning suppression.
|
|
439 (xm_update_text_field): Warning suppression.
|
|
440
|
|
441 2000-01-03 Martin Buchholz <martin@xemacs.org>
|
|
442
|
|
443 * lwlib-Xaw.c (xaw_update_one_widget): Emergency fix for this crash:
|
|
444 (yes-or-no-p-dialog-box "Yes or No")
|
|
445
|
436
|
446 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
447
|
|
448 * XEmacs 21.2.26 is released.
|
|
449
|
|
450 1999-12-29 Andy Piper <andy@xemacs.org>
|
|
451
|
|
452 * xlwtabs.c (TabsHighlight): use displayChildren for highlighting
|
|
453 not num_children.
|
|
454 (TabsPage): ditto.
|
|
455
|
434
|
456 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
457
|
|
458 * XEmacs 21.2.25 is released.
|
|
459
|
|
460 1999-12-23 Andy Piper <andy@xemacs.org>
|
|
461
|
|
462 * lwlib.c (lw_copy_widget_value_args): don't create empty
|
|
463 widget_args just because someone might use them later. This makes
|
|
464 all widgets look like they've changed.
|
|
465
|
|
466 1999-12-22 Andy Piper <andy@xemacs.org>
|
|
467
|
|
468 * xlwtabs.c: Fix for X11R5 from Damon Lipparelli
|
|
469 <lipp@primus.com>.
|
|
470
|
|
471 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
472
|
|
473 * xlwscrollbar.c (seg_pixel_sizes): ((expr)) ==> (expr)
|
|
474
|
|
475 1999-12-12 Daniel Pittman <daniel@danann.net>
|
|
476
|
442
|
477 * lwlib-Xaw.c:
|
434
|
478 * xlwcheckbox.c:
|
|
479 * xlwgauge.h:
|
|
480 * xlwgaugeP.h:
|
|
481 * xlwradio.c:
|
|
482 * xlwradio.h:
|
|
483 * xlwradioP.h:
|
|
484 Clean up Athena widget support:
|
|
485 - Athena headers now use dynamic include paths.
|
|
486
|
|
487 1999-12-08 Andy Piper <andy@xemacs.org>
|
|
488
|
|
489 * xlwtabs.c: sync with Tabs 2.2.
|
|
490 * xlwtabP.h: ditto.
|
|
491
|
432
|
492 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
493
|
|
494 * XEmacs 21.2.24 is released.
|
|
495
|
|
496 1999-12-14 Andy Piper <andy@xemacs.org>
|
|
497
|
|
498 * xlwtabs.c (TabsResize): reset need_layout so that we don't go
|
|
499 into infloop death.
|
|
500
|
|
501 1999-12-14 Andy Piper <andy@xemacs.org>
|
|
502
|
|
503 * xlwtabs.c (TabsSetValues): re-allocate GCs if font has changed.
|
|
504
|
|
505 1999-12-13 Andy Piper <andy@xemacs.org>
|
|
506
|
|
507 * xlwtabs.c (TabsResize): We need to expose the tabs after
|
|
508 clearing the window they are in.
|
|
509
|
|
510 1999-12-08 Andy Piper <andy@xemacs.org>
|
|
511
|
|
512 * xlwtabs.c: sync with Tabs 2.1.
|
|
513
|
|
514 1999-12-07 Andy Piper <andy@xemacs.org>
|
|
515
|
|
516 * lwlib-Xlw.c (lw_lucid_widget_p): make sure we pick up the
|
|
517 clip-window as well.
|
|
518
|
430
|
519 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
520
|
|
521 * XEmacs 21.2.23 is released.
|
|
522
|
|
523 1999-12-05 Andy Piper <andy@xemacs.org>
|
|
524
|
|
525 * xlwtabs.c: back up to previous rev to make syncing easier. Fix
|
|
526 gcc moans.
|
|
527
|
|
528 * lwlib-Xaw.c (xaw_update_one_widget): use XtIsSubclass.
|
|
529
|
428
|
530 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
531
|
|
532 * XEmacs 21.2.22 is released
|
|
533
|
|
534 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
535
|
|
536 * XEmacs 21.2.21 is released.
|
|
537
|
|
538 1999-11-26 Martin Buchholz <martin@xemacs.org>
|
|
539
|
|
540 * xlwtabs.c: Remove unused variables. Fix warnings.
|
|
541
|
|
542 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
543
|
|
544 * XEmacs 21.2.20 is released
|
|
545
|
|
546 1999-09-09 Andy Piper <andy@xemacs.org>
|
|
547
|
|
548 * xlwtabs.c: updated tabs widget from Ed Falk.
|
|
549 * xlwtabs.h: ditto.
|
|
550 * xlwtabsP.h: ditto.
|
|
551
|
|
552 1999-09-22 Martin Buchholz <martin@xemacs.org>
|
|
553
|
|
554 * lwlib-internal.h:
|
|
555 * lwlib-utils.h:
|
|
556 Move declaration of destroy_all_children from lwlib-internal.h to
|
|
557 lwlib-utils.h, where it belongs.
|
|
558
|
|
559 1999-09-21 Andy Piper <andy@xemacs.org>
|
|
560
|
|
561 * lwlib-Xm.c (xm_update_label): don't clobber pixmap type labels
|
|
562 with text.
|
|
563
|
|
564 1999-09-22 Martin Buchholz <martin@xemacs.org>
|
|
565
|
|
566 * xlwtabs.c: Fix C++ compilability.
|
|
567
|
|
568 1999-09-18 Andy Piper <andy@xemacs.org>
|
|
569
|
|
570 * xlwtabs.c: Put in tabs sync because clipping should fix useability
|
|
571 problems.
|
|
572
|
|
573 1999-09-13 Andy Piper <andy@xemacs.org>
|
|
574
|
|
575 * xlwtabs.c: Back out tabs sync because of reported useability
|
|
576 problems.
|
|
577
|
|
578 1999-09-09 Andy Piper <andy@xemacs.org>
|
|
579
|
|
580 * xlwtabs.c: updated tabs widget from Ed Falk.
|
|
581 * xlwtabs.h: ditto.
|
|
582 * xlwtabsP.h: ditto.
|
|
583 * xlwgcs.c: ditto.
|
|
584 * xlwgcs.h: ditto.
|
|
585
|
|
586 1999-09-03 Martin Buchholz <martin@xemacs.org>
|
|
587
|
|
588 * xlwgauge.c: Ansify.
|
|
589 Include <stdlib.h> to get prototype for atoi().
|
|
590 (GaugeSelect): Call GaugeExpose with the right number of args.
|
|
591 (GaugeLoseSel): Call GaugeExpose with the right number of args.
|
442
|
592 (GaugeConvert): This is a XtConvertSelectionProc,
|
428
|
593 so 5th parameter must be of type XtPointer, not XPointer.
|
442
|
594 (GaugeGetValue): This is a XtTimerCallbackProc,
|
428
|
595 so 2nd parameter must be of type XtIntervalId *, not XtIntervalId.
|
442
|
596
|
428
|
597
|
|
598 1999-09-01 Martin Buchholz <martin@xemacs.org>
|
|
599
|
|
600 * lwlib.c (free_widget_value_contents): Use proper type for cast.
|
|
601
|
|
602 * xlwradio.c: Use function prototypes everywhere.
|
|
603 * xlwcheckbox.c:
|
|
604 * xlwradio.c:
|
|
605 * xlwradioP.h: Move declarations of non-static functions defined
|
|
606 in xlwradio.c into xlwradioP.h.
|
|
607
|
|
608 1999-09-02 Andy Piper <andy@xemacs.org>
|
|
609
|
|
610 * xlwgcs.c: include xmu.h
|
|
611
|
|
612 1999-09-01 Andy Piper <andy@xemacs.org>
|
|
613
|
|
614 * xlwgauge.c: rearrange headers yet again.
|
|
615 * xlwcheckbox.c: ditto.
|
|
616 * xlwradio.c: ditto.
|
|
617 * xlwtabs.c: ditto.
|
|
618
|
|
619 1999-09-01 Andy Piper <andy@xemacs.org>
|
|
620
|
|
621 * xlwgauge.c: use xmu.h
|
|
622 * xlwcheckbox.c: ditto.
|
|
623 * xlwradio.c: ditto.
|
|
624
|
|
625 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
626
|
|
627 * xlwtabs.c:
|
|
628 * xlwgcs.c:
|
|
629 * xlwradio.c:
|
|
630 * xlwcheckbox.c:
|
|
631 * xlwgauge.c: Fix for losing systems without Xmu.
|
442
|
632
|
428
|
633 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
634
|
|
635 * lwlib-Xm.c (xm_update_one_widget): fix for AIX compiler lossage.
|
|
636
|
|
637 1999-08-30 Andy Piper <andy@xemacs.org>
|
|
638
|
|
639 * lwlib.c (free_widget_value_contents): be more precise about
|
|
640 freeing user defined args.
|
|
641
|
|
642 * lwlib-Xaw.c (xaw_update_one_widget): make sure we use val not
|
|
643 its contents for hierarchies one deep.
|
|
644
|
|
645 1999-08-29 Andy Piper <andy@xemacs.org>
|
|
646
|
|
647 * xlwtabs.c: temporary fixes pending a new release.
|
|
648 * xlwtabsP.h: ditto.
|
|
649
|
|
650 * lwlib-Xm.c (xm_update_one_widget): update user defined args.
|
|
651 (xm_create_label): set args after creation as well as before.
|
|
652
|
|
653 * lwlib-Xlw.c (xlw_create_tab_control): orient tabs horizontally.
|
|
654 (xlw_update_tab_control): actually update the children rather than
|
|
655 the parent.
|
|
656
|
|
657 * lwlib-Xaw.c (xaw_update_one_widget): update user defined args.
|
|
658 (xaw_create_label): set args after creation as well as before.
|
|
659
|
|
660 1999-08-23 Andy Piper <andy@xemacs.org>
|
|
661
|
|
662 * lwlib-Xm.c (xm_update_label): don't concatenate value to itself.
|
|
663
|
|
664 * lwlib-Xm.c (xm_create_label_field): new function for creating labels.
|
|
665 (xm_creation_table): use it.
|
|
666
|
|
667 * lwlib-Xaw.c (xaw_create_label_field): new function for creating labels.
|
|
668 (xaw_creation_table): use it.
|
|
669
|
|
670 1999-08-16 Andy Piper <andy@xemacs.org>
|
|
671
|
|
672 * lwlib.h: declare free_widget_value_tree.
|
|
673
|
|
674 * lwlib.c (free_widget_value_tree): make non-static.
|
|
675
|
|
676 * lwlib-Xm.c (xm_update_label): free val_string when updating.
|
|
677
|
|
678 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
679
|
|
680 * lwlib-Xm.c (mark_dead_instance_destroyed): change so that its
|
|
681 defined for widgets.
|
|
682 (xm_nosel_callback): ditto.
|
|
683
|
|
684 * xlwtabsP.h: sync with 1.5.
|
|
685
|
|
686 * xlwtabs.c: sync with 1.18.
|
|
687
|
|
688 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
689
|
|
690 * xlwtabs.c: new lucid tabs widget from Ed Falk.
|
|
691 * xlwtabs.h: ditto.
|
|
692 * xlwtabsP.h: ditto.
|
|
693 * xlwgcs.c: GC manipulation for tab widgets.
|
|
694 * xlwgcs.h: ditto.
|
|
695
|
|
696 * xlwgauge.c: new athena gauge widget from Ed Falk.
|
|
697 * xlwgauge.h: ditto.
|
|
698 * xlwgaugeP.h: ditto.
|
|
699
|
|
700 * xlwradio.c: new athena radio widget from Ed Falk.
|
|
701 * xlwradio.h: ditto.
|
|
702 * xlwradioP.h: ditto.
|
|
703
|
|
704 * xlwcheckbox.c: new athena checkbox widget from Ed Falk.
|
|
705 * xlwcheckbox.h: ditto.
|
|
706 * xlwcheckboxP.h: ditto.
|
|
707
|
|
708 * lwlib-utils.c (destroy_all_children): moved from lwlib-Xm.c.
|
|
709
|
|
710 * lwlib-internal.h: declare destroy_all_children.
|
|
711
|
|
712 * lwlib-config.c: add widget checks.
|
|
713
|
|
714 * lwlib-Xm.h: declare xm_create_label;
|
|
715
|
|
716 * lwlib-Xm.c (destroy_all_children): move to lwlib-utils.c.
|
|
717 (xm_update_label): enable for widgets.
|
|
718 (xm_update_one_widget): ditto.
|
|
719 (xm_create_button): rename in line with lwlib-Xaw.c
|
|
720 (xm_create_progress): ditto.
|
|
721 (xm_create_text_field): ditto.
|
|
722 (xm_create_combo_box): ditto.
|
|
723 (xm_create_label): new function.
|
|
724 (xm_creation_table): rename widget creation functions.
|
|
725 (xm_destroy_instance): enable for widgets.
|
|
726 (xm_generic_callback): ditto.
|
|
727 (xm_generic_callback): ditto.
|
|
728
|
|
729 * lwlib-Xlw.c (xlw_tab_control_callback): new function. a special
|
|
730 callback that calls the correct function depending on what tab is
|
|
731 selected.
|
|
732 (xlw_create_tab_control): new function.
|
|
733 (build_tabs_in_widget): new function. puts tabs in a tab widget,
|
|
734 uses Xaw or Xm depending on how XEmacs was compiled.
|
|
735 (xlw_update_tab_control): update the resources for each
|
|
736 tab. optionally rebuild the contents of the tab widget.
|
|
737 (xlw_creation_table): add tab widget creation function.
|
|
738 (lw_lucid_widget_p): add tab widget.
|
|
739 (xlw_update_one_widget): ditto.
|
|
740
|
|
741 * lwlib-Xaw.h: declare xaw_create_label;
|
|
742
|
|
743 * lwlib-Xaw.c (lw_xaw_widget_p): add widgets classes.
|
|
744 (xaw_update_one_widget): ditto.
|
|
745 (xaw_update_one_value): add code from the Xm version.
|
|
746 (xaw_generic_callback): add Xm hack for setting command
|
|
747 states. beef up lookup of call data.
|
|
748 (xaw_create_button): new function.
|
|
749 (xaw_create_label): new function for use by tab widget.
|
|
750 (xaw_create_progress): new function.
|
|
751 (xaw_create_text_field): new function.
|
|
752 (xaw_creation_table): add new widget type creation functions.
|
|
753
|
|
754 * Makefile.in.in: add dependencies for new lw widgets.
|
|
755
|
|
756 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
757
|
|
758 * XEmacs 21.2.19 is released
|
|
759
|
|
760 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
761
|
|
762 * XEmacs 21.2.18 is released
|
|
763
|
442
|
764 1999-07-05 Didier Verna <didier@xemacs.org>
|
428
|
765
|
|
766 * lwlib-Xm.c (xm_update_one_widget): add missing #ifdefs around
|
|
767 call to xm_update_label.
|
|
768
|
|
769 1999-06-28 Andy Piper <andy@xemacs.org>
|
|
770
|
|
771 * lwlib-Xm.c: unconditionally enable text field & list code.
|
|
772 (make_progress): new function. creates a slider.
|
|
773 (make_text_field): new function. creates an edit field.
|
|
774 (make_combo_box): new function. creates a combo box.
|
|
775 (xm_creation_table): add new widget functions.
|
|
776
|
|
777 1999-06-25 Andy Piper <andy@xemacs.org>
|
|
778
|
|
779 * lwlib.h (_widget_value): add arglist slots.
|
|
780 declare new functions.
|
|
781
|
|
782 * lwlib.c (free_widget_value_contents): handle arglists when
|
|
783 freeing.
|
|
784 (lw_add_value_args_to_args): new function. add arglist entries
|
|
785 from a widget_value structure.
|
|
786
|
|
787 * lwlib-Xm.c (make_button): new function, create a motif button
|
|
788 for display in a buffer as a glyph.
|
|
789 (xm_creation_table): add make_button.
|
|
790
|
|
791 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
792
|
|
793 * XEmacs 21.2.17 is released
|
|
794
|
|
795 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
796
|
|
797 * XEmacs 21.2.16 is released
|
|
798
|
|
799 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
800
|
|
801 * XEmacs 21.2.15 is released
|
|
802
|
|
803 1999-05-17 Jerry James <jerry@cs.ucsb.edu>
|
|
804
|
|
805 * xlwmenu.c (make_shadow_gcs): Test bottom_shadow_pixmap before
|
|
806 using it.
|
|
807
|
|
808 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
809
|
|
810 * XEmacs 21.2.14 is released
|
|
811
|
|
812 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
813
|
|
814 * XEmacs 21.2.13 is released
|
|
815
|
|
816 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
817
|
|
818 * XEmacs 21.2.12 is released
|
|
819
|
|
820 1999-02-18 Martin Buchholz <martin@xemacs.org>
|
|
821
|
|
822 * lwlib/xlwmenu.c (massage_resource_name): Fix compiler warning
|
|
823 - Have to toupper ((int) (unsigned char) x) to be portable.
|