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