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