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