3083
|
1 2005-11-22 Ben Wing <ben@xemacs.org>
|
|
2
|
|
3 * Makefile.in.in:
|
|
4 Ignore errors from rm during clean.
|
|
5
|
3072
|
6 2005-11-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
7
|
|
8 * xlwcheckbox.c (CheckboxInit): Mark unused parameters. C++
|
|
9 correctness.
|
|
10 (CheckboxRealize): Don't compile at all if unused.
|
|
11
|
|
12 * xlwradio.c (RadioDestroy): #if 0 dead code for later removal.
|
|
13
|
3062
|
14 2005-11-13 Ben Wing <ben@xemacs.org>
|
|
15
|
|
16 * Makefile.in.in:
|
|
17 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
|
|
18 Do some refactoring for cleanliness.
|
|
19
|
3055
|
20 2005-11-08 Marcus Crestani <crestani@xemacs.org>
|
|
21
|
|
22 * xlwgauge.c (GaugeInit):
|
|
23 * xlwgauge.c (GaugeSetValues):
|
|
24 * xlwradio.c (RadioInit):
|
|
25 * xlwradio.c (RadioSetValues): Rename new->new_.
|
|
26
|
3031
|
27 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
28
|
|
29 * XEmacs 21.5.23 "daikon" is released.
|
|
30
|
3025
|
31 2005-10-25 Ben Wing <ben@xemacs.org>
|
|
32
|
|
33 * lwlib-internal.h (assert):
|
|
34 redo assert macros to follow lisp.h and not trigger warnings.
|
|
35
|
|
36 * lwlib.c (merge_scrollbar_values):
|
|
37 * lwlib.c (merge_widget_value_args):
|
|
38 * xlwtabs.c:
|
|
39 * xlwtabs.c (TabsInit):
|
|
40 * xlwtabs.c (TabsConstraintInitialize):
|
|
41 * xlwtabs.c (TabsSetValues):
|
|
42 * xlwtabs.c (TabsConstraintSetValues):
|
|
43 new -> new_.
|
|
44
|
2931
|
45 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org>
|
|
46
|
|
47 * XEmacs 21.5.22 "cucumber" is released.
|
|
48
|
2791
|
49 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
50
|
|
51 * XEmacs 21.5.21 "corn" is released.
|
|
52
|
2653
|
53 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org>
|
|
54
|
|
55 * XEmacs 21.5.20 "cilantro" is released.
|
|
56
|
2641
|
57 2005-03-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
58
|
|
59 * lwlib-Xlw.c (build_tabs_in_widget): Correctly disable geometry
|
|
60 negotiation for tab children.
|
|
61 (xlw_create_tab_control): Don't set nonexistent resizable resource.
|
|
62
|
2594
|
63 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
64
|
|
65 * XEmacs 21.5.19 "chives" is released.
|
|
66
|
2346
|
67 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
68
|
|
69 * XEmacs 21.5.18 "chestnut" is released.
|
|
70
|
2311
|
71 2004-09-27 Jerry James <james@xemacs.org>
|
|
72
|
|
73 * lwlib-Xm.c (xm_update_label):
|
|
74 (xm_update_progress):
|
|
75 (activate_button):
|
|
76 (make_dialog):
|
|
77 (mark_dead_instance_destroyed):
|
|
78 (xm_nosel_callback):
|
|
79 Mark more unused parameters with the UNUSED macro.
|
|
80
|
2286
|
81 2004-09-14 Jerry James <james@xemacs.org>
|
|
82
|
|
83 * Makefile.in.in (cppflags): Make compiler.h available.
|
|
84 * config.h.in: Include compiler.h.
|
|
85 * lwlib.c (max): Remove; now defined in compiler.h.
|
|
86 (merge_widget_value): Fix misplaced `change' computation.
|
|
87 * xlwcheckbox.c (DrawCheck): conditionalize declaration and
|
|
88 assignment of variable bw like its use.
|
|
89 * xlwtabs.c (TabsResize): Comment out declaration and assignment
|
|
90 of variable tab, whose use is commented out.
|
|
91
|
|
92 * lwlib-Xaw.c:
|
|
93 * lwlib-Xlw.c:
|
|
94 * lwlib-Xm.c:
|
|
95 * lwlib-utils.c:
|
|
96 * lwlib.c:
|
|
97 * xlwcheckbox.c:
|
|
98 * xlwgauge.c:
|
|
99 * xlwgcs.c:
|
|
100 * xlwmenu.c:
|
|
101 * xlwradio.c:
|
|
102 * xlwscrollbar.c:
|
|
103 * xlwtabs.c:
|
|
104 Mark unused parameters with the UNUSED macro.
|
|
105
|
2271
|
106 2004-09-14 Jerry James <james@xemacs.org>
|
|
107
|
|
108 * xlwgauge.c (GaugeConvert): Fix type-punning warning.
|
|
109
|
2041
|
110 2004-04-23 Jerry James <james@xemacs.org>
|
|
111
|
|
112 * xlwradio.c (RadioExpose): Do not blindly copy one GC over
|
|
113 another. It messes up the ref counts and is wrong for radio
|
|
114 buttons in any case.
|
|
115
|
1964
|
116 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
117
|
|
118 * XEmacs 21.5.17 "chayote" is released.
|
|
119
|
1889
|
120 2003-09-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
121
|
|
122 * Makefile.in.in (XE_CFLAGS): New variant on CFLAGS for XEMACS_CC.
|
|
123
|
1716
|
124 2003-09-26 Steve Youngs <youngs@xemacs.org>
|
|
125
|
|
126 * XEmacs 21.5.16 "celeriac" is released.
|
|
127
|
1665
|
128 2003-09-03 Steve Youngs <youngs@xemacs.org>
|
|
129
|
|
130 * XEmacs 21.5.15 "celery" is released.
|
|
131
|
1650
|
132 2003-08-28 Jerry James <james@xemacs.org>
|
|
133
|
|
134 * lwlib-internal.h: Wrap assert_failed with EXTERN_C for modules.
|
|
135
|
1510
|
136 2003-06-01 Steve Youngs <youngs@xemacs.org>
|
|
137
|
|
138 * XEmacs 21.5.14 "cassava" is released.
|
|
139
|
1473
|
140 2003-05-10 Steve Youngs <youngs@xemacs.org>
|
|
141
|
|
142 * XEmacs 21.5.13 "cauliflower" is released.
|
|
143
|
1458
|
144 2003-05-05 Steve Youngs <youngs@xemacs.org>
|
|
145
|
|
146 * lwlib-Xm.c (xm_update_one_widget): Only call
|
|
147 `xm_update_progress' if `LWLIB_WIDGETS_MOTIF' is defined.
|
|
148
|
1431
|
149 2003-04-24 Steve Youngs <youngs@xemacs.org>
|
|
150
|
|
151 * XEmacs 21.5.12 "carrot" is released.
|
|
152
|
1389
|
153 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
154
|
|
155 * xlwscrollbar.c: Global substitution of .Xresources for .Xdefaults.
|
|
156
|
1330
|
157 2003-02-28 Ben Wing <ben@xemacs.org>
|
|
158
|
|
159 * lwlib-Xm.c:
|
|
160 Fix compile warning.
|
|
161
|
1307
|
162 2003-02-16 Steve Youngs <youngs@xemacs.org>
|
|
163
|
|
164 * XEmacs 21.5.11 "cabbage" is released.
|
|
165
|
1294
|
166 2003-02-13 Martin Buchholz <martin@xemacs.org>
|
|
167
|
|
168 * xlwmenu.c (xlwMenuClassRec):
|
|
169 Use symbolic name `XtExposeCompressMaximal' instead of `TRUE'.
|
|
170
|
1281
|
171 2003-01-31 Martin Buchholz <martin@xemacs.org>
|
|
172
|
|
173 * lwlib-Xm.c (xm_update_progress):
|
|
174 Don't define unless LWLIB_WIDGETS_MOTIF.
|
|
175
|
1261
|
176 2003-02-05 Ben Wing <ben@xemacs.org>
|
|
177
|
|
178 * lwlib-Xm.c:
|
|
179 * lwlib-Xm.c (xm_pop_down_callback):
|
|
180 * lwlib-Xm.c (xm_pull_down_callback):
|
|
181 Fix compile warning.
|
|
182
|
1201
|
183 2002-12-16 Ben Wing <ben@xemacs.org>
|
|
184
|
|
185 * lwlib-Xlw.c (xlw_update_one_widget):
|
|
186 * lwlib-Xm.c (xm_update_one_widget):
|
|
187 * lwlib-Xm.c (xm_update_one_value):
|
|
188 * lwlib.c:
|
|
189 * lwlib.c (merge_scrollbar_values):
|
|
190 * xlwmenu.c:
|
|
191 * xlwmenu.c (display_menu):
|
|
192 * xlwmenu.c (XlwMenuInitialize):
|
|
193 * xlwmenu.c (XlwMenuSetValues):
|
|
194 * xlwradio.c:
|
|
195 * xlwradio.c (RadioClassPartInit):
|
|
196 * xlwradio.c (RadioSet):
|
|
197 * xlwradio.c (RadioUnset):
|
|
198 class -> class_, new -> new_.
|
|
199
|
1187
|
200 2003-01-04 Steve Youngs <youngs@xemacs.org>
|
|
201
|
|
202 * XEmacs 21.5.10 "burdock" is released.
|
|
203
|
981
|
204 2002-08-30 Steve Youngs <youngs@xemacs.org>
|
|
205
|
|
206 * XEmacs 21.5.9 "brussels sprouts" is released.
|
|
207
|
933
|
208 2002-07-27 Steve Youngs <youngs@xemacs.org>
|
|
209
|
|
210 * XEmacs 21.5.8 "broccoli" is released.
|
|
211
|
903
|
212 2002-06-07 Andy Piper <andy@xemacs.org>
|
|
213
|
|
214 * lwlib-Xm.c: (xm_safe_update_label): new function. Call
|
|
215 xm_update_label if the class is appropriate.
|
|
216 (make_menu_in_widget): use it.
|
|
217 (update_one_menu_entry): ditto.
|
|
218 (xm_update_one_widget): ditto.
|
|
219
|
894
|
220 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
221
|
|
222 * XEmacs 21.5.7 "broccoflower" is released.
|
|
223
|
872
|
224 2002-06-20 Ben Wing <ben@xemacs.org>
|
|
225
|
|
226 * lwlib.c:
|
|
227 * lwlib.c (dialog_spec_p): Fix warning.
|
|
228
|
805
|
229 2002-02-13 Stephen J. Turnbull <stephen@xemacs.org>
|
|
230
|
|
231 * lwlib-Xm.c (make_dialog): Fix XmProcessTraversal crash.
|
|
232
|
804
|
233 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
234
|
|
235 * XEmacs 21.5.6 "bok choi" is released.
|
|
236
|
774
|
237 2002-03-12 Ben Wing <ben@xemacs.org>
|
|
238
|
|
239 * The Great Mule Merge: placeholder.
|
|
240
|
768
|
241 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
242
|
|
243 * XEmacs 21.5.5 "beets" is released.
|
|
244
|
766
|
245 2001-12-19 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
|
|
246
|
|
247 * xlwscrollbar.c: Fix Xt translations comment.
|
|
248
|
725
|
249 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
250
|
|
251 * XEmacs 21.5.4 "bamboo" is released.
|
|
252
|
654
|
253 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
254
|
|
255 * XEmacs 21.5.3 "asparagus" is released.
|
|
256
|
647
|
257 2001-06-24 Ben Wing <ben@xemacs.org>
|
|
258
|
|
259 * lwlib-Xlw.c (xlw_update_tab_control):
|
|
260 * lwlib-utils.c (XtApplyUntilToWidgets):
|
|
261 * xlwgauge.c (XawGaugeSetValue):
|
|
262 * xlwgauge.c (GaugeMercury):
|
|
263 * xlwmenu.c (close_to_reference_time):
|
|
264 * xlwtabs.c (TabsSetValues):
|
|
265 * xlwtabs.c (TabsSelect):
|
|
266 * xlwtabs.c (DrawTabs):
|
|
267 Fix unsigned warnings. See src/ChangeLog for details.
|
|
268
|
641
|
269 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
270
|
|
271 * XEmacs 21.5.2 "artichoke" is released.
|
|
272
|
639
|
273 2001-07-26 Andy Piper <andy@xemacs.org>
|
|
274
|
|
275 * lwlib-Xm.c (xm_update_progress): new function. Set Scale height
|
|
276 and width from normal height and width.
|
|
277 * lwlib-Xm.c (xm_create_progress): ditto.
|
|
278 * lwlib-Xm.c (xm_update_one_widget): call xm_update_progress.
|
|
279 * lwlib.c (lw_get_value_arg): new function. Return an argument
|
|
280 based on its name.
|
|
281 * lwlib.h: declare it.
|
|
282
|
551
|
283 2001-05-21 Martin Buchholz <martin@xemacs.org>
|
|
284
|
|
285 * lwlib-config.c: Remove.
|
|
286 * Makefile.in.in: Remove references to lwlib-config.
|
|
287
|
522
|
288 2001-05-09 Martin Buchholz <martin@xemacs.org>
|
|
289
|
|
290 * XEmacs 21.5.1 "anise" is released.
|
|
291
|
487
|
292 2001-04-28 Ben Wing <ben@xemacs.org>
|
|
293
|
|
294 * lwlib-utils.c (destroy_all_children): fix warning reported by
|
|
295 Isaac Hollander <ysh@mindspring.com>.
|
|
296
|
472
|
297 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
298
|
|
299 * XEmacs 21.5.0 "alfalfa" is released.
|
|
300
|
464
|
301 2001-03-30 Stephen J. Turnbull <stephen@xemacs.org>
|
|
302
|
|
303 * ChangeLog: Restore logs lost in the GTK merge.
|
|
304
|
462
|
305 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
458
|
306
|
462
|
307 * XEmacs 21.2.46 "Urania" is released.
|
456
|
308
|
464
|
309 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
310
|
|
311 * xlwradio.c: Revert gratuitous whitespace changes from GTK merge.
|
|
312
|
|
313 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
314
|
|
315 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
316
|
|
317 2001-02-16 Raymond Toy <toy@rtp.ericsson.se>
|
|
318
|
|
319 * lwlib-Xaw.c: Always include ATHENA_AsciiText_h_ to get the
|
|
320 text-field widget.
|
|
321 (xaw_creation_table): Always include the text-field widget
|
|
322
|
|
323 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
324
|
|
325 * XEmacs 21.2.44 "Thalia" is released.
|
|
326
|
|
327 2001-02-06 Martin Buchholz <martin@xemacs.org>
|
|
328
|
|
329 * xlwgauge.c:
|
|
330 * xlwgcs.c:
|
|
331 * xlwgcs.c (XtAllocateGC): Fix typo for X11R4.
|
|
332 * xlwgcs.h:
|
|
333 * xlwradio.c (RadioExpose):
|
|
334 * xlwcheckbox.c:
|
|
335 Remove use of BSD-specific types.
|
|
336 s/u_(char|short|int_long)/unsigned $1/g
|
|
337
|
|
338 2001-02-05 Martin Buchholz <martin@xemacs.org>
|
|
339
|
|
340 * lwlib-Xm.c (xm_update_one_value):
|
|
341 Obey the man page; use XtFree instead of free.
|
|
342
|
|
343 2001-02-02 Martin Buchholz <martin@xemacs.org>
|
|
344
|
|
345 * config.h.in: Use "..." to include config.h
|
|
346
|
|
347 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
348
|
|
349 * XEmacs 21.2.43 "Terspichore" is released.
|
|
350
|
454
|
351 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
352
|
|
353 * XEmacs 21.2.42 "Poseidon" is released.
|
|
354
|
452
|
355 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
356
|
|
357 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
358
|
450
|
359 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
360
|
|
361 * XEmacs 21.2.40 is released.
|
|
362
|
|
363 2001-01-06 Martin Buchholz <martin@xemacs.org>
|
|
364
|
|
365 * lwlib-Xaw.c (xaw_creation_table): Make const.
|
|
366 * lwlib-Xaw.h (xaw_creation_table): Make const.
|
|
367 * lwlib-Xlw.c (xlw_creation_table): Make const.
|
|
368 * lwlib-Xlw.h (xlw_creation_table): Make const.
|
|
369 * lwlib-Xm.c (xm_creation_table): Make const.
|
|
370 * lwlib-Xm.h (xm_creation_table): Make const.
|
|
371 * lwlib.c (find_in_table): Use const.
|
|
372
|
|
373 2001-01-02 Andy Piper <andy@xemacs.org>
|
|
374
|
|
375 * lwlib.h (_widget_args): add args_changed. Necessary because we
|
|
376 reference count args.
|
|
377
|
|
378 * lwlib.c (lw_add_widget_value_arg): set args_changed flag.
|
|
379 (merge_widget_value_args): mark as changed if args_changed is
|
|
380 true.
|
|
381 (update_all_widget_values): reset args_changed.
|
|
382 (initialize_widget_instance): ditto.
|
|
383
|
448
|
384 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
385
|
|
386 * XEmacs 21.2.39 is released.
|
|
387
|
|
388 2000-12-30 Andy Piper <andy@xemacs.org>
|
|
389
|
|
390 * xlwtabs.c: remove assertion definitions and put them in
|
|
391 lwlib-internal.h. This has the effect of enabling assertions which
|
|
392 should have been done from the very start.
|
|
393 (TabsShuffleRows): fix duff assertion.
|
|
394 (PreferredSize3): use dimensions throughout.
|
|
395 (PreferredSize2): ditto.
|
|
396 (TabLayout): ditto.
|
|
397 (DrawFrame): be clever about the enclosing frame if the child
|
|
398 height is 0.
|
|
399 (TabsResize): don't configure children that are no visible
|
|
400 anyway. Make sure geometry calculations don't end up negative.
|
|
401
|
|
402 * lwlib-internal.h: put in assertion definitions.
|
|
403
|
446
|
404 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
405
|
|
406 * XEmacs 21.2.38 is released.
|
|
407
|
|
408 2000-11-30 Andy Piper <andy@xemacs.org>
|
|
409
|
|
410 * lwlib-Xm.c (xm_update_label): Hack to stop %_ labels until
|
|
411 someone fixes it properly.
|
|
412
|
|
413 2000-11-24 Andy Piper <andy@xemacs.org>
|
|
414
|
|
415 * xlwtabsP.h: add visible flag, realRows and remove displayChildren.
|
|
416
|
|
417 * xlwtabs.c (TabVisible): new macro. Consults visible flag.
|
|
418 (TabsInit): remove displayChildren, add realRows.
|
|
419 (TabsConstraintInitialize): ditto.
|
|
420 (TabsResize): ditto.
|
|
421 (TabsGeometryManager): ditto.
|
|
422 (TabsChangeManaged): ditto.
|
|
423 (TabsSelect): ditto.
|
|
424 (TabsPage): ditto.
|
|
425 (TabsHighlight): ditto.
|
|
426 (DrawTabs): ditto.
|
|
427 (TabLayout): Caclulate rows for all children and whether they
|
|
428 should be visible or not..
|
|
429 (TabsShuffleRows): shuffle rows based on both real and displayed
|
|
430 rows. Adjust visibility of all children.
|
|
431 (PreferredSize): ditto.
|
|
432
|
|
433 2000-11-19 Martin Buchholz <martin@xemacs.org>
|
|
434
|
|
435 * xlwtabs.c (TabsResize): Don't delete `tab', mark unused instead.
|
|
436
|
|
437 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
438
|
|
439 * xlwmenu.c (make_windows_if_needed):
|
|
440 (XlwMenuRealize):
|
|
441 The proper type for `mask' is `unsigned long', not `int'.
|
|
442
|
|
443 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
444
|
|
445 * xlwtabs.c (defaultAccelerators): Add #### to unused var.
|
|
446 (TabsResize): Remove unused var.
|
|
447 * xlwmenu.c (XlwMenuInitialize): Remove unused vars.
|
|
448 * lwlib-Xlw.c (xlw_update_one_widget): Add #### for probable bug.
|
|
449
|
444
|
450 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
451
|
|
452 * XEmacs 21.2.37 is released.
|
|
453
|
|
454 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
455
|
|
456 * lwlib.h: Typo fixes and tiny clarifications.
|
|
457
|
442
|
458 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
459
|
|
460 * XEmacs 21.2.36 is released.
|
|
461
|
444
|
462 2000-09-21 Andy Piper <andy@xemacs.org>
|
|
463
|
|
464 * lwlib.h: declare copy_widget_value_tree.
|
|
465
|
|
466 * lwlib.c (copy_widget_value_tree): make non-static.
|
|
467
|
442
|
468 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
469
|
|
470 * *: Spelling mega-patch
|
|
471
|
|
472 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
473
|
|
474 * lwlib.c (ascii_strcasecmp): New.
|
|
475 * lwlib.c (find_in_table): Use ascii_strcasecmp.
|
|
476 Avoid using non-standard non-portable strcasecmp.
|
|
477
|
|
478 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
479
|
|
480 * xlwmenu.c (XlwMenuInitialize): make comment on algorithm for
|
|
481 setting fontList match code. Suggest using same algorithm for
|
|
482 X Font Set resources in native lw code.
|
|
483
|
|
484 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
485
|
|
486 * lwlib-Xaw.c (xaw_update_one_widget):
|
|
487 Remove accelerator specs from buttons, since Athena doesn't handle
|
|
488 them.
|
|
489
|
|
490 * lwlib.c (lw_remove_accelerator_spec):
|
|
491 * lwlib.h:
|
|
492 Define function and prototype to do this.
|
|
493
|
|
494 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
495
|
|
496 * xlwradioP.h:
|
|
497 Remove duplicate definition of streq().
|
|
498
|
|
499 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
500
|
|
501 * XEmacs 21.2.35 is released.
|
|
502
|
|
503 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
504
|
|
505 * xlwcheckbox.c:
|
|
506 * xlwgauge.h:
|
|
507 * xlwgaugeP.h:
|
|
508 * xlwradio.h:
|
|
509 * xlwradioP.h:
|
|
510 * xlwgauge.c:
|
|
511 * config.h.in:
|
|
512 * xlwradio.c:
|
|
513 * lwlib-Xaw.c:
|
|
514 Replace SMART_INCLUDE with a dumber, but more reliable method.
|
|
515
|
|
516 * xlwmenu.c (parameterize_string): Fix C++ compilation warnings.
|
|
517
|
|
518 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
519
|
|
520 * lwlib-Xaw.c (xaw_create_label): add sanity check on arg limit.
|
|
521 (xaw_update_one_value): fix crash due to incorrect arg count.
|
|
522
|
|
523 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
524
|
|
525 * XEmacs 21.2.34 is released.
|
|
526
|
|
527 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
528
|
|
529 * XEmacs 21.2.33 is released.
|
|
530
|
|
531 2000-04-19 Martin Buchholz <martin@xemacs.org>
|
|
532
|
|
533 * lwlib.c (lw_destroy_everything): Always use full ANSI prototypes.
|
|
534 * lwlib.c (lw_destroy_all_pop_ups): Always use full ANSI prototypes.
|
|
535
|
|
536 2000-04-12 Andy Piper <andy@xemacs.org>
|
|
537
|
|
538 * lwlib-Xaw.c (xaw_update_one_widget): no-op for text widgets.
|
|
539 (xaw_update_one_value): Get strings safely.
|
|
540 (xaw_create_text_field): add some extra properties.
|
|
541
|
|
542 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
543
|
|
544 * lwlib-Xaw.c (lw_xaw_widget_p): include asciiTextWidgetClass as
|
|
545 an athena widget.
|
|
546
|
|
547 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
548
|
|
549 * xlwradio.c (RadioSetValues): resize if position information has
|
|
550 changed.
|
|
551
|
|
552 * lwlib-Xm.c (xm_create_text_field): text fields should be enabled
|
|
553 even if there is no callback.
|
|
554 * lwlib-Xaw.c (xaw_create_text_field): ditto.
|
|
555
|
|
556 2000-04-03 Andy Piper <andy@xemacs.org>
|
|
557
|
|
558 * lwlib.c (merge_widget_value_args): only merge when the two args
|
|
559 are actually different.
|
|
560
|
|
561 2000-03-21 Didier Verna <didier@xemacs.org>
|
|
562
|
|
563 * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 to
|
|
564 src/config.h.in.
|
|
565 * config.h.in (ATHENA_INCLUDE): use the `SMART_INCLUDE' macro.
|
|
566
|
|
567 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
568
|
|
569 * XEmacs 21.2.32 is released.
|
|
570
|
|
571 2000-03-14 Ben Wing <ben@xemacs.org>
|
|
572
|
|
573 * xlwmenu.c (massage_resource_name): Handle %_ and %%.
|
|
574
|
|
575 2000-02-20 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
576
|
|
577 * xlwscrollbar.c (get_gc): Always check for XmUNSPECIFIED_PIXMAP
|
|
578 even if we are only 'compatible' with the Motif resources.
|
|
579 (XmUNSPECIFIED_PIXMAP): Define unconditionally.
|
|
580
|
|
581 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
582
|
|
583 * XEmacs 21.2.31 is released.
|
|
584
|
|
585 2000-02-22 Andy Piper <andy@xemacs.org>
|
|
586
|
|
587 * lwlib-Xm.c (xm_update_one_widget): set widget args last in case
|
|
588 anything messes with them in the meantime.
|
|
589 * lwlib-Xlw.c (xlw_update_one_widget): ditto.
|
|
590 * lwlib-Xaw.c (xaw_update_one_widget): ditto.
|
|
591
|
|
592 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
593
|
|
594 * XEmacs 21.2.30 is released.
|
|
595
|
|
596 2000-02-21 Andy Piper <andy@xemacs.org>
|
|
597
|
|
598 * lwlib.c (merge_widget_value_args): don't delete the args before
|
|
599 copying, lw_copy_widget_value_args will do this for us if
|
|
600 necessary.
|
|
601 (lw_add_widget_value_arg): Allow existing args to be replaced.
|
|
602 (free_widget_value_args): Set args to 0 rather than 0xdeadbeef,
|
|
603 reference couting works better that way.
|
|
604 (lw_copy_widget_value_args): Do the right thing.
|
|
605
|
|
606 * lwlib-Xm.c (xm_create_progress): Make sensitive as this looks
|
|
607 much better.
|
|
608 * lwlib-Xaw.c (xaw_create_progress): ditto.
|
|
609
|
|
610 2000-02-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
611
|
|
612 * xlwmenu.h (XmUNSPECIFIED_PIXMAP): Define this if we are using Motif
|
|
613 compatible resource names.
|
|
614
|
|
615 * xlwmenu.c (make_shadow_gcs): Always check for XmUNSPECIFIED_PIXMAP
|
|
616 even if we are only 'compatible' with the Motif resources.
|
|
617
|
|
618 2000-02-15 Andy Piper <andy@xemacs.org>
|
|
619
|
|
620 * xlwgauge.c (GaugeExpose): remove shadows.
|
|
621
|
|
622 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
623
|
|
624 * XEmacs 21.2.29 is released.
|
|
625
|
|
626 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
|
|
627
|
|
628 * config.h.in (ATHENA_INCLUDE): Workaround bugs in both xlc and
|
|
629 old gccs.
|
|
630
|
440
|
631 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
632
|
|
633 * XEmacs 21.2.28 is released.
|
|
634
|
|
635 2000-01-25 Andy Piper <andy@xemacs.org>
|
|
636
|
|
637 * xlwtabs.c (TabsChangeManaged): Make sure we unmanage the hilight
|
|
638 widget as well.
|
|
639
|
|
640 2000-01-28 Martin Buchholz <martin@xemacs.org>
|
|
641
|
|
642 * xlwgauge.c (GaugeConvert): bcopy ==> memcpy
|
|
643
|
|
644 2000-01-24 Andy Piper <andy@xemacs.org>
|
|
645
|
|
646 * xlwtabs.c (XawTabsSetTop): Unhighlight before changing the
|
|
647 stacking order.
|
|
648 (XawTabsSetHighlight): Don't unhighlight here.
|
|
649
|
|
650 2000-01-22 Martin Buchholz <martin@xemacs.org>
|
|
651
|
|
652 * *.h: Use consistent C-standards-approved guard macro names.
|
|
653
|
438
|
654 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
655
|
|
656 * XEmacs 21.2.27 is released.
|
|
657
|
|
658 2000-01-15 Andy Piper <andy@xemacs.org>
|
|
659
|
|
660 * lwlib-Xlw.c (lw_update_one_widget): make sure global
|
|
661 properties gets set.
|
|
662
|
|
663 2000-01-07 Martin Buchholz <martin@xemacs.org>
|
|
664
|
|
665 * config.h.in (ATHENA_INCLUDE): CPP trickery to make old cpps happy.
|
|
666 This extends support for gcc 2.6 (e.g. on BSD/OS 2.0)
|
|
667
|
|
668 * lwlib.c: Fix up memset calls.
|
|
669
|
|
670 * lwlib-Xm.c (xm_update_text): Warning suppression.
|
|
671 (xm_update_text_field): Warning suppression.
|
|
672
|
|
673 2000-01-03 Martin Buchholz <martin@xemacs.org>
|
|
674
|
|
675 * lwlib-Xaw.c (xaw_update_one_widget): Emergency fix for this crash:
|
|
676 (yes-or-no-p-dialog-box "Yes or No")
|
|
677
|
436
|
678 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
679
|
|
680 * XEmacs 21.2.26 is released.
|
|
681
|
|
682 1999-12-29 Andy Piper <andy@xemacs.org>
|
|
683
|
|
684 * xlwtabs.c (TabsHighlight): use displayChildren for highlighting
|
|
685 not num_children.
|
|
686 (TabsPage): ditto.
|
|
687
|
434
|
688 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
689
|
|
690 * XEmacs 21.2.25 is released.
|
|
691
|
|
692 1999-12-23 Andy Piper <andy@xemacs.org>
|
|
693
|
|
694 * lwlib.c (lw_copy_widget_value_args): don't create empty
|
|
695 widget_args just because someone might use them later. This makes
|
|
696 all widgets look like they've changed.
|
|
697
|
|
698 1999-12-22 Andy Piper <andy@xemacs.org>
|
|
699
|
|
700 * xlwtabs.c: Fix for X11R5 from Damon Lipparelli
|
|
701 <lipp@primus.com>.
|
|
702
|
|
703 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
704
|
|
705 * xlwscrollbar.c (seg_pixel_sizes): ((expr)) ==> (expr)
|
|
706
|
|
707 1999-12-12 Daniel Pittman <daniel@danann.net>
|
|
708
|
442
|
709 * lwlib-Xaw.c:
|
434
|
710 * xlwcheckbox.c:
|
|
711 * xlwgauge.h:
|
|
712 * xlwgaugeP.h:
|
|
713 * xlwradio.c:
|
|
714 * xlwradio.h:
|
|
715 * xlwradioP.h:
|
|
716 Clean up Athena widget support:
|
|
717 - Athena headers now use dynamic include paths.
|
|
718
|
|
719 1999-12-08 Andy Piper <andy@xemacs.org>
|
|
720
|
|
721 * xlwtabs.c: sync with Tabs 2.2.
|
|
722 * xlwtabP.h: ditto.
|
|
723
|
432
|
724 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
725
|
|
726 * XEmacs 21.2.24 is released.
|
|
727
|
|
728 1999-12-14 Andy Piper <andy@xemacs.org>
|
|
729
|
|
730 * xlwtabs.c (TabsResize): reset need_layout so that we don't go
|
|
731 into infloop death.
|
|
732
|
|
733 1999-12-14 Andy Piper <andy@xemacs.org>
|
|
734
|
|
735 * xlwtabs.c (TabsSetValues): re-allocate GCs if font has changed.
|
|
736
|
|
737 1999-12-13 Andy Piper <andy@xemacs.org>
|
|
738
|
|
739 * xlwtabs.c (TabsResize): We need to expose the tabs after
|
|
740 clearing the window they are in.
|
|
741
|
|
742 1999-12-08 Andy Piper <andy@xemacs.org>
|
|
743
|
|
744 * xlwtabs.c: sync with Tabs 2.1.
|
|
745
|
|
746 1999-12-07 Andy Piper <andy@xemacs.org>
|
|
747
|
|
748 * lwlib-Xlw.c (lw_lucid_widget_p): make sure we pick up the
|
|
749 clip-window as well.
|
|
750
|
430
|
751 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
752
|
|
753 * XEmacs 21.2.23 is released.
|
|
754
|
|
755 1999-12-05 Andy Piper <andy@xemacs.org>
|
|
756
|
|
757 * xlwtabs.c: back up to previous rev to make syncing easier. Fix
|
|
758 gcc moans.
|
|
759
|
|
760 * lwlib-Xaw.c (xaw_update_one_widget): use XtIsSubclass.
|
|
761
|
428
|
762 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
763
|
|
764 * XEmacs 21.2.22 is released
|
|
765
|
|
766 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
767
|
|
768 * XEmacs 21.2.21 is released.
|
|
769
|
|
770 1999-11-26 Martin Buchholz <martin@xemacs.org>
|
|
771
|
|
772 * xlwtabs.c: Remove unused variables. Fix warnings.
|
|
773
|
|
774 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
775
|
|
776 * XEmacs 21.2.20 is released
|
|
777
|
|
778 1999-09-09 Andy Piper <andy@xemacs.org>
|
|
779
|
|
780 * xlwtabs.c: updated tabs widget from Ed Falk.
|
|
781 * xlwtabs.h: ditto.
|
|
782 * xlwtabsP.h: ditto.
|
|
783
|
|
784 1999-09-22 Martin Buchholz <martin@xemacs.org>
|
|
785
|
|
786 * lwlib-internal.h:
|
|
787 * lwlib-utils.h:
|
|
788 Move declaration of destroy_all_children from lwlib-internal.h to
|
|
789 lwlib-utils.h, where it belongs.
|
|
790
|
|
791 1999-09-21 Andy Piper <andy@xemacs.org>
|
|
792
|
|
793 * lwlib-Xm.c (xm_update_label): don't clobber pixmap type labels
|
|
794 with text.
|
|
795
|
|
796 1999-09-22 Martin Buchholz <martin@xemacs.org>
|
|
797
|
|
798 * xlwtabs.c: Fix C++ compilability.
|
|
799
|
|
800 1999-09-18 Andy Piper <andy@xemacs.org>
|
|
801
|
|
802 * xlwtabs.c: Put in tabs sync because clipping should fix useability
|
|
803 problems.
|
|
804
|
|
805 1999-09-13 Andy Piper <andy@xemacs.org>
|
|
806
|
|
807 * xlwtabs.c: Back out tabs sync because of reported useability
|
|
808 problems.
|
|
809
|
|
810 1999-09-09 Andy Piper <andy@xemacs.org>
|
|
811
|
|
812 * xlwtabs.c: updated tabs widget from Ed Falk.
|
|
813 * xlwtabs.h: ditto.
|
|
814 * xlwtabsP.h: ditto.
|
|
815 * xlwgcs.c: ditto.
|
|
816 * xlwgcs.h: ditto.
|
|
817
|
|
818 1999-09-03 Martin Buchholz <martin@xemacs.org>
|
|
819
|
|
820 * xlwgauge.c: Ansify.
|
|
821 Include <stdlib.h> to get prototype for atoi().
|
|
822 (GaugeSelect): Call GaugeExpose with the right number of args.
|
|
823 (GaugeLoseSel): Call GaugeExpose with the right number of args.
|
442
|
824 (GaugeConvert): This is a XtConvertSelectionProc,
|
428
|
825 so 5th parameter must be of type XtPointer, not XPointer.
|
442
|
826 (GaugeGetValue): This is a XtTimerCallbackProc,
|
428
|
827 so 2nd parameter must be of type XtIntervalId *, not XtIntervalId.
|
442
|
828
|
428
|
829
|
|
830 1999-09-01 Martin Buchholz <martin@xemacs.org>
|
|
831
|
|
832 * lwlib.c (free_widget_value_contents): Use proper type for cast.
|
|
833
|
|
834 * xlwradio.c: Use function prototypes everywhere.
|
|
835 * xlwcheckbox.c:
|
|
836 * xlwradio.c:
|
|
837 * xlwradioP.h: Move declarations of non-static functions defined
|
|
838 in xlwradio.c into xlwradioP.h.
|
|
839
|
|
840 1999-09-02 Andy Piper <andy@xemacs.org>
|
|
841
|
|
842 * xlwgcs.c: include xmu.h
|
|
843
|
|
844 1999-09-01 Andy Piper <andy@xemacs.org>
|
|
845
|
|
846 * xlwgauge.c: rearrange headers yet again.
|
|
847 * xlwcheckbox.c: ditto.
|
|
848 * xlwradio.c: ditto.
|
|
849 * xlwtabs.c: ditto.
|
|
850
|
|
851 1999-09-01 Andy Piper <andy@xemacs.org>
|
|
852
|
|
853 * xlwgauge.c: use xmu.h
|
|
854 * xlwcheckbox.c: ditto.
|
|
855 * xlwradio.c: ditto.
|
|
856
|
|
857 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
858
|
|
859 * xlwtabs.c:
|
|
860 * xlwgcs.c:
|
|
861 * xlwradio.c:
|
|
862 * xlwcheckbox.c:
|
|
863 * xlwgauge.c: Fix for losing systems without Xmu.
|
442
|
864
|
428
|
865 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
866
|
|
867 * lwlib-Xm.c (xm_update_one_widget): fix for AIX compiler lossage.
|
|
868
|
|
869 1999-08-30 Andy Piper <andy@xemacs.org>
|
|
870
|
|
871 * lwlib.c (free_widget_value_contents): be more precise about
|
|
872 freeing user defined args.
|
|
873
|
|
874 * lwlib-Xaw.c (xaw_update_one_widget): make sure we use val not
|
|
875 its contents for hierarchies one deep.
|
|
876
|
|
877 1999-08-29 Andy Piper <andy@xemacs.org>
|
|
878
|
|
879 * xlwtabs.c: temporary fixes pending a new release.
|
|
880 * xlwtabsP.h: ditto.
|
|
881
|
|
882 * lwlib-Xm.c (xm_update_one_widget): update user defined args.
|
|
883 (xm_create_label): set args after creation as well as before.
|
|
884
|
|
885 * lwlib-Xlw.c (xlw_create_tab_control): orient tabs horizontally.
|
|
886 (xlw_update_tab_control): actually update the children rather than
|
|
887 the parent.
|
|
888
|
|
889 * lwlib-Xaw.c (xaw_update_one_widget): update user defined args.
|
|
890 (xaw_create_label): set args after creation as well as before.
|
|
891
|
|
892 1999-08-23 Andy Piper <andy@xemacs.org>
|
|
893
|
|
894 * lwlib-Xm.c (xm_update_label): don't concatenate value to itself.
|
|
895
|
|
896 * lwlib-Xm.c (xm_create_label_field): new function for creating labels.
|
|
897 (xm_creation_table): use it.
|
|
898
|
|
899 * lwlib-Xaw.c (xaw_create_label_field): new function for creating labels.
|
|
900 (xaw_creation_table): use it.
|
|
901
|
|
902 1999-08-16 Andy Piper <andy@xemacs.org>
|
|
903
|
|
904 * lwlib.h: declare free_widget_value_tree.
|
|
905
|
|
906 * lwlib.c (free_widget_value_tree): make non-static.
|
|
907
|
|
908 * lwlib-Xm.c (xm_update_label): free val_string when updating.
|
|
909
|
|
910 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
911
|
|
912 * lwlib-Xm.c (mark_dead_instance_destroyed): change so that its
|
|
913 defined for widgets.
|
|
914 (xm_nosel_callback): ditto.
|
|
915
|
|
916 * xlwtabsP.h: sync with 1.5.
|
|
917
|
|
918 * xlwtabs.c: sync with 1.18.
|
|
919
|
|
920 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
921
|
|
922 * xlwtabs.c: new lucid tabs widget from Ed Falk.
|
|
923 * xlwtabs.h: ditto.
|
|
924 * xlwtabsP.h: ditto.
|
|
925 * xlwgcs.c: GC manipulation for tab widgets.
|
|
926 * xlwgcs.h: ditto.
|
|
927
|
|
928 * xlwgauge.c: new athena gauge widget from Ed Falk.
|
|
929 * xlwgauge.h: ditto.
|
|
930 * xlwgaugeP.h: ditto.
|
|
931
|
|
932 * xlwradio.c: new athena radio widget from Ed Falk.
|
|
933 * xlwradio.h: ditto.
|
|
934 * xlwradioP.h: ditto.
|
|
935
|
|
936 * xlwcheckbox.c: new athena checkbox widget from Ed Falk.
|
|
937 * xlwcheckbox.h: ditto.
|
|
938 * xlwcheckboxP.h: ditto.
|
|
939
|
|
940 * lwlib-utils.c (destroy_all_children): moved from lwlib-Xm.c.
|
|
941
|
|
942 * lwlib-internal.h: declare destroy_all_children.
|
|
943
|
|
944 * lwlib-config.c: add widget checks.
|
|
945
|
|
946 * lwlib-Xm.h: declare xm_create_label;
|
|
947
|
|
948 * lwlib-Xm.c (destroy_all_children): move to lwlib-utils.c.
|
|
949 (xm_update_label): enable for widgets.
|
|
950 (xm_update_one_widget): ditto.
|
|
951 (xm_create_button): rename in line with lwlib-Xaw.c
|
|
952 (xm_create_progress): ditto.
|
|
953 (xm_create_text_field): ditto.
|
|
954 (xm_create_combo_box): ditto.
|
|
955 (xm_create_label): new function.
|
|
956 (xm_creation_table): rename widget creation functions.
|
|
957 (xm_destroy_instance): enable for widgets.
|
|
958 (xm_generic_callback): ditto.
|
|
959 (xm_generic_callback): ditto.
|
|
960
|
|
961 * lwlib-Xlw.c (xlw_tab_control_callback): new function. a special
|
|
962 callback that calls the correct function depending on what tab is
|
|
963 selected.
|
|
964 (xlw_create_tab_control): new function.
|
|
965 (build_tabs_in_widget): new function. puts tabs in a tab widget,
|
|
966 uses Xaw or Xm depending on how XEmacs was compiled.
|
|
967 (xlw_update_tab_control): update the resources for each
|
|
968 tab. optionally rebuild the contents of the tab widget.
|
|
969 (xlw_creation_table): add tab widget creation function.
|
|
970 (lw_lucid_widget_p): add tab widget.
|
|
971 (xlw_update_one_widget): ditto.
|
|
972
|
|
973 * lwlib-Xaw.h: declare xaw_create_label;
|
|
974
|
|
975 * lwlib-Xaw.c (lw_xaw_widget_p): add widgets classes.
|
|
976 (xaw_update_one_widget): ditto.
|
|
977 (xaw_update_one_value): add code from the Xm version.
|
|
978 (xaw_generic_callback): add Xm hack for setting command
|
|
979 states. beef up lookup of call data.
|
|
980 (xaw_create_button): new function.
|
|
981 (xaw_create_label): new function for use by tab widget.
|
|
982 (xaw_create_progress): new function.
|
|
983 (xaw_create_text_field): new function.
|
|
984 (xaw_creation_table): add new widget type creation functions.
|
|
985
|
|
986 * Makefile.in.in: add dependencies for new lw widgets.
|
|
987
|
|
988 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
989
|
|
990 * XEmacs 21.2.19 is released
|
|
991
|
|
992 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
993
|
|
994 * XEmacs 21.2.18 is released
|
|
995
|
442
|
996 1999-07-05 Didier Verna <didier@xemacs.org>
|
428
|
997
|
|
998 * lwlib-Xm.c (xm_update_one_widget): add missing #ifdefs around
|
|
999 call to xm_update_label.
|
|
1000
|
|
1001 1999-06-28 Andy Piper <andy@xemacs.org>
|
|
1002
|
|
1003 * lwlib-Xm.c: unconditionally enable text field & list code.
|
|
1004 (make_progress): new function. creates a slider.
|
|
1005 (make_text_field): new function. creates an edit field.
|
|
1006 (make_combo_box): new function. creates a combo box.
|
|
1007 (xm_creation_table): add new widget functions.
|
|
1008
|
|
1009 1999-06-25 Andy Piper <andy@xemacs.org>
|
|
1010
|
|
1011 * lwlib.h (_widget_value): add arglist slots.
|
|
1012 declare new functions.
|
|
1013
|
|
1014 * lwlib.c (free_widget_value_contents): handle arglists when
|
|
1015 freeing.
|
|
1016 (lw_add_value_args_to_args): new function. add arglist entries
|
|
1017 from a widget_value structure.
|
|
1018
|
|
1019 * lwlib-Xm.c (make_button): new function, create a motif button
|
|
1020 for display in a buffer as a glyph.
|
|
1021 (xm_creation_table): add make_button.
|
|
1022
|
|
1023 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1024
|
|
1025 * XEmacs 21.2.17 is released
|
|
1026
|
|
1027 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1028
|
|
1029 * XEmacs 21.2.16 is released
|
|
1030
|
|
1031 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1032
|
|
1033 * XEmacs 21.2.15 is released
|
|
1034
|
|
1035 1999-05-17 Jerry James <jerry@cs.ucsb.edu>
|
|
1036
|
|
1037 * xlwmenu.c (make_shadow_gcs): Test bottom_shadow_pixmap before
|
|
1038 using it.
|
|
1039
|
|
1040 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1041
|
|
1042 * XEmacs 21.2.14 is released
|
|
1043
|
|
1044 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1045
|
|
1046 * XEmacs 21.2.13 is released
|
|
1047
|
|
1048 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1049
|
|
1050 * XEmacs 21.2.12 is released
|
|
1051
|
|
1052 1999-02-18 Martin Buchholz <martin@xemacs.org>
|
|
1053
|
|
1054 * lwlib/xlwmenu.c (massage_resource_name): Fix compiler warning
|
|
1055 - Have to toupper ((int) (unsigned char) x) to be portable.
|