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