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