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