Mercurial > hg > xemacs-beta
annotate lwlib/ChangeLog @ 4894:03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Remove two unused internationalization programs and associated Makefile rules.
See message <870180fe1001281158n556cf90eib0d6abf34a4f83d4@mail.gmail.com> in
xemacs-patches for more information.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 28 Jan 2010 12:59:48 -0700 |
parents | 5460287a3327 |
children | a6c778975d7d e813cf16c015 |
rev | line source |
---|---|
4894
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
1 2010-01-28 Jerry James <james@xemacs.org> |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
2 |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
3 * lwlib-internal.h: Add copyright and license boilerplate text |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
4 based on Ben's recollections. |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
5 |
4769
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
6 2009-12-09 Jerry James <james@xemacs.org> |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
7 |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
8 * lwlib-Xlw.c: Include needed Xmu headers instead of obsolete xmu.h. |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
9 * xlwcheckbox.c: Ditto. |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
10 * xlwradio.c: Ditto. |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
11 * xlwgauge.c: Ditto. Unconditionally include HAVE_XMU code. |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
12 * xlwtabs.c: Ditto. |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
13 * xlwgcs.c: Ditto. Remove pre-X11R5 code. |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
14 * xlwgcs.h: Remove pre-X11R5 declarations. |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
15 |
4759
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
16 2009-11-10 Jerry James <james@xemacs.org> |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
17 |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
18 * lwlib.c: Drop workaround for old NeXT systems. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
19 |
4636
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4531
diff
changeset
|
20 2009-05-18 Stephen J. Turnbull <stephen@xemacs.org> |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4531
diff
changeset
|
21 |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4531
diff
changeset
|
22 * XEmacs 21.5.29 "garbanzo" is released. |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4531
diff
changeset
|
23 |
4531
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
24 2008-11-02 Stephen J. Turnbull <stephen@xemacs.org> |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
25 |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
26 G++ 4.3 complains a lot about implicit conversions of string |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
27 literals (const char *) to char *. Shut it up. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
28 |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
29 * xt-wrappers.h: New file. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
30 Contains wrappers for Xt functions and macros for C++ |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
31 type-correctness and/or convenience. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
32 |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
33 * lwlib.h: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
34 * lwlib-Xm.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
35 * lwlib-Xaw.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
36 #include xt-wrappers.h. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
37 |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
38 * xlwcheckbox.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
39 * xlwgauge.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
40 * xlwmenu.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
41 * xlwradio.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
42 * xlwscrollbar.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
43 * xlwtabs.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
44 #include xt-wrappers.h. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
45 Cast class name to String. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
46 Cast action names to String. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
47 Rewrite resources to use Xt_RESOURCE. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
48 |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
49 * lwlib.h (lw_get_value_arg): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
50 * lwlib.c (lw_get_value_arg): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
51 Declare String argument const. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
52 |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
53 * lwlib-Xaw.c (xaw_actions): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
54 Cast to string. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
55 |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
56 * lwlib-Xaw.c (xaw_update_scrollbar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
57 * lwlib-Xaw.c (xaw_update_one_widget): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
58 * lwlib-Xaw.c (xaw_update_one_value): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
59 * lwlib-Xaw.c (make_dialog): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
60 * lwlib-Xaw.c (xaw_generic_callback): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
61 * lwlib-Xaw.c (wm_delete_window): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
62 * lwlib-Xaw.c (xaw_create_scrollbar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
63 * lwlib-Xaw.c (xaw_create_button): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
64 * lwlib-Xaw.c (xaw_create_label): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
65 * lwlib-Xaw.c (xaw_create_progress): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
66 * lwlib-Xaw.c (xaw_create_text_field): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
67 * lwlib-Xaw.c (xaw_creation_table): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
68 * lwlib-Xlw.c (xlw_create_menubar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
69 * lwlib-Xlw.c (xlw_create_popup_menu): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
70 * lwlib-Xlw.c (xlw_create_scrollbar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
71 * lwlib-Xlw.c (xlw_update_scrollbar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
72 * lwlib-Xlw.c (xlw_create_tab_control): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
73 * lwlib-Xlw.c (build_tabs_in_widget): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
74 * lwlib-Xlw.c (xlw_create_clip_window): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
75 * lwlib-Xlw.c (xlw_update_one_widget): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
76 * lwlib-Xm.c (xm_update_label): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
77 * lwlib-Xm.c (xm_update_pushbutton): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
78 * lwlib-Xm.c (xm_update_progress): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
79 * lwlib-Xm.c (xm_update_toggle): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
80 * lwlib-Xm.c (xm_update_radiobox): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
81 * lwlib-Xm.c (make_menu_in_widget): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
82 * lwlib-Xm.c (update_one_menu_entry): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
83 * lwlib-Xm.c (xm_update_scrollbar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
84 * lwlib-Xm.c (xm_update_one_value): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
85 * lwlib-Xm.c (make_dialog): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
86 * lwlib-Xm.c (recenter_widget): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
87 * lwlib-Xm.c (recycle_instance): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
88 * lwlib-Xm.c (make_menubar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
89 * lwlib-Xm.c (make_scrollbar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
90 * lwlib-Xm.c (xm_create_button): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
91 * lwlib-Xm.c (xm_create_progress): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
92 * lwlib-Xm.c (xm_create_text_field): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
93 * lwlib-Xm.c (xm_create_label): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
94 * lwlib-Xm.c (xm_create_combo_box): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
95 * lwlib-Xm.c (xm_popup_menu): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
96 * lwlib-Xm.c (set_min_dialog_size): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
97 * lwlib-Xm.c (do_call): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
98 * lwlib-Xm.c (xm_generic_callback): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
99 * xlwcheckbox.c (offset): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
100 * xlwgauge.c (offset): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
101 * xlwgauge.c (actionsList): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
102 * xlwmenu.c (xlwMenuResources): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
103 * xlwmenu.c (xlwMenuActionsList): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
104 * xlwmenu.c (xlwMenuClassRec): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
105 * xlwmenu.c (nameResource): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
106 * xlwmenu.c (parameterize_string): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
107 * xlwradio.c (actionsList): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
108 * xlwscrollbar.c (offset): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
109 * xlwscrollbar.c (actions): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
110 Use Xt_SET_ARG, Xt_SET_VALUE, and Xt_GET_VALUE instead of raw Xt |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
111 equivalents. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
112 |
4524
03ba50f7ecd7
Commit ChangeLog for bbce7f6de2d6.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4522
diff
changeset
|
113 2008-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
03ba50f7ecd7
Commit ChangeLog for bbce7f6de2d6.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4522
diff
changeset
|
114 |
03ba50f7ecd7
Commit ChangeLog for bbce7f6de2d6.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4522
diff
changeset
|
115 * lwlib-Xm.c (xm_update_progress): Set all values! |
03ba50f7ecd7
Commit ChangeLog for bbce7f6de2d6.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4522
diff
changeset
|
116 |
4173 | 117 2007-09-15 Jerry James <james@xemacs.org> |
118 | |
119 * xlwmenu.c (XlwMenuDestroy): Release XftFont resources | |
120 * xlwtabs.c (TabsDestroy): Ditto | |
121 | |
3975 | 122 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
123 | |
124 * XEmacs 21.5.28 "fuki" is released. | |
125 | |
3968 | 126 2007-05-20 Stephen J. Turnbull <stephen@xemacs.org> |
127 | |
128 Gauge values are signed integers (ints). | |
129 | |
130 * xlwgauge.h: Get rid of references to Cardinal in comment. | |
131 (XawGaugeGetValue): Declare return value as int. | |
132 (XawGaugeSetValue): Declare value as int. | |
133 | |
134 * xlwgauge.c (GaugeGetValue): Declare value as int. | |
135 (GaugeMercury): Declare val0 and val1 as int. Remove redundant casts. | |
136 (XawGaugeGetValue): Declare return value as int. | |
137 (XawGaugeSetValue): Declare value as int. | |
138 | |
3958 | 139 2007-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
140 | |
141 * lwlib-Xaw.c (wm_delete_window): Iterate over children of shell | |
142 (there may be more than one) to find our widget. | |
143 | |
3685 | 144 2006-11-17 Stephen J. Turnbull <stephen@xemacs.org> |
145 | |
146 * xlwmenu.c (xlwMenuResources): | |
147 * xlwmenu.c (XlwMenuInitialize): | |
148 * xlwmenuP.h (_XlwMenu_part): | |
149 * xlwtabs.c (resources): | |
150 * xlwtabs.c (TabsInit): | |
151 * xlwtabsP.h (TabsPart): | |
152 New xftFontName member in each widget part struct, corresponds to | |
153 xftFont String resource. | |
154 Initialize renderFont private member from fcFontName if non-NULL, | |
155 otherwise initialize from xftFontName. | |
156 | |
157 * xlwtabs.h: Update parameter table. | |
158 | |
3462 | 159 2006-06-16 Jerry James <james@xemacs.org> |
160 | |
161 * lwlib-Xlw.c (xlw_scrollbar_callback): Do not dereference | |
162 instance before checking whether it is NULL. | |
163 * xlwmenu.c (xlw_map_menu): Prevent uninitialized access to root | |
164 and waste. | |
165 | |
3402 | 166 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> |
167 | |
168 * XEmacs 21.5.27 "fiddleheads" is released. | |
169 | |
3397 | 170 2006-05-12 Stephen J. Turnbull <stephen@xemacs.org> |
171 | |
172 Make fcFontName and xftFont separate resources. | |
173 | |
174 * lwlib-fonts.h (XtNfcFontName, XtCFcFontName): New macros. | |
175 (XtNxftFont, XtCXftFont): Coalesce the conditional definitions. | |
176 | |
177 * xlwmenuP.h (XlwMenuPart): | |
178 * xlwtabsP.h (TabsPart): | |
179 Rename renderFontSpec member to fcFontName. | |
180 | |
181 * xlwmenu.c (XlwMenuResources): | |
182 * xlwtabs.c (resources): | |
183 Add a record for fcFontName. | |
184 | |
185 * xlwtabs.c (TabsInit): Use the fcFontName resource, not xftFont. | |
186 | |
187 * xlwtabs.c (DrawTab,TabLayout,TabsGeometryManager): Improve | |
188 diagnostics. | |
189 | |
3374 | 190 2006-04-24 Jerry James <james@xemacs.org> |
191 | |
192 * lwlib-Xaw.c (lw_debug_print_class_resources): Casting from a | |
193 pointer to an int throws away half of the bits on an x86_64 | |
194 platform. Print as a pointer instead. | |
195 * xlwgauge.c (XawGaugeSetValue): Use NULL instead of 0 as the | |
196 sentinel to quiet gcc warnings. | |
197 * xlwmenu.c: Cast to FcChar8 * as necessary to quiet warnings. | |
198 * xlwtabs.c: Ditto. | |
199 | |
3360 | 200 2006-04-16 Stephen J. Turnbull <stephen@xemacs.org> |
3354 | 201 |
3360 | 202 * lwlib-fonts.c: Change #include to "font-mgr.h". Make |
203 conditional on HAVE_FONTCONFIG, not USE_XFT. | |
3354 | 204 |
3323 | 205 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
206 | |
207 * XEmacs 21.5.26 "endive" is released. | |
208 | |
3259 | 209 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
210 | |
211 * XEmacs 21.5.25 "eggplant" is released. | |
212 | |
3157 | 213 2005-12-21 Andrey Slusar <anrays@gmail.com> |
214 | |
215 * xlwmenu.c (make_drawing_gcs): Fix build with gcc 2.95. | |
216 | |
3150 | 217 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org> |
218 | |
219 * XEmacs 21.5.24 "dandelion" is released. | |
220 | |
3094 | 221 2005-11-26 Stephen J. Turnbull <stephen@xemacs.org> |
222 | |
223 Merge Xft. | |
224 | |
225 2005-11-25 Stephen J. Turnbull <stephen@xemacs.org> | |
226 | |
227 * lwlib-colors: Improve comments. | |
228 | |
229 2005-11-25 Stephen J. Turnbull <stephen@xemacs.org> | |
230 | |
231 * lwlib-colors: Remove or comment out dead code. | |
232 | |
233 2005-09-26 Olivier Galibert <galibert@xemacs.org> | |
234 | |
235 * xlwmenu.c: | |
236 * xlwmenuP.h: | |
237 Give USE_XFT_MENUBARS priority over USE_MOTIF. | |
238 | |
239 2005-09-06 Stephen J. Turnbull <stephen@xemacs.org> | |
240 | |
241 * lwlib-fonts.c (xft_open_font_by_name): Fix heuristic for XLFDs. | |
242 | |
243 * xlwmenu.c (string_draw_range): Recommend persistent xftDraw. | |
244 | |
245 2005-09-02 Daniel Pittman <daniel@rimspace.net> | |
246 | |
247 * lwlib-fonts.c (xft_open_font_by_name): Eliminate code to avoid | |
248 use of scaled fonts (probably bogus, anyway). Add error message | |
249 in case of fatal failure to find any fonts at all. | |
250 <87ll2fucw1.fsf@rimspace.net> | |
251 | |
252 * xlwmenu.c (string_draw_range): Plug leak of XftDraw. | |
253 | |
254 2005-03-09 Stephen J. Turnbull <stephen@xemacs.org> | |
255 | |
256 * xlwtabs.c (TabsGeometryManager): Fix "fat fingers" mistake. | |
257 | |
258 2005-03-07 Stephen J. Turnbull <stephen@xemacs.org> | |
259 | |
260 * lwlib-Xaw.c (debug_gauge): Fix and suppress gauge debug message. | |
261 | |
262 * xlwtabs.c (TabsGeometryManager): Suppress "kludging" message, too. | |
263 (TabsGeometryManager): Make straight the paths of the layout, or | |
264 at least improve the approximation to Xt conventions by 50%. | |
265 | |
266 2005-02-22 Stephen J. Turnbull <stephen@xemacs.org> | |
267 | |
268 * xlwtabs.c(debug_tabs): Suppress debug output for now. | |
269 | |
270 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> | |
271 | |
272 * xlwtabs.c (TabsGeometryManager,TabsQueryGeometry): Improve comments. | |
273 (debug_tabs): New variable, substitute for debug_xft globally. | |
274 (TabsGeometryManager): Substitute "request" for "req". | |
275 | |
276 2005-02-11 Stephen J. Turnbull <stephen@xemacs.org> | |
277 | |
278 * xlwtabs.c (PreferredSize3): Let TabLayout choose constraints. | |
279 (TabLayout): Default size to current size. Fix header comment. | |
280 (TabsGeometryManager): Comment on redesigning internal API. | |
281 (TabsGeometryManager): Fix typo in format string. | |
282 | |
283 2005-01-27 Stephen J. Turnbull <stephen@xemacs.org> | |
284 | |
285 * xlwtabs.c (DrawTab): | |
286 Correct geometry when clearing rectangle. | |
287 Remove some "check me" comments. | |
288 Deemphasize a lot of debugging output. | |
289 (TabLayout): Add debugging fprintf. | |
290 (TabWidth): Deemphasize some debugging output. | |
291 | |
292 2004-12-10 Stephen J. Turnbull <stephen@xemacs.org> | |
293 | |
294 * lwlib-Xaw.c (xaw_create_button): | |
295 (xaw_create_progress): | |
296 (xaw_create_text_field): | |
297 Changed XtCreateManagedWidget to XtCreateWidget when child is | |
298 managed later in the same function. | |
299 | |
300 (debug_gauge): New variable. | |
301 (lw_debug_print_xt_arglist): | |
302 (lw_debug_print_class_resources): | |
303 New debug functions. | |
304 | |
305 2004-12-09 Stephen J. Turnbull <stephen@xemacs.org> | |
306 | |
307 * xlwmenu.c (xlwMenuResources): Use "redundant" XftFont resource. | |
308 | |
309 * xlwtabs.c: | |
310 * xlwtabsP.h: | |
311 Use USE_XFT_TABS consistently. | |
312 | |
313 2004-12-01 Stephen J. Turnbull <stephen@xemacs.org> | |
314 | |
315 * xlwtabs.c: Move debug_xft to ../src/xft-fonts.c. | |
316 | |
317 2004-11-20 Stephen J. Turnbull <stephen@xemacs.org> | |
318 | |
319 Xft branch based on "Xft reloaded #3" patch by Eric Knauel and | |
320 Mathias Neuebaur, and other contributors. | |
321 | |
322 * lwlib-fonts.h: | |
323 * lwlib-colors.h: | |
324 Declare common facilities use by Xft. | |
325 * lwlib-fonts.c: | |
326 * lwlib-colors.c: | |
327 Implement them. | |
328 * xlwtabs.c: | |
329 * xlwtabsP.h: | |
330 * xlwmenu.c: | |
331 * xlwmenuP.h: | |
332 Implement Xft text drawing. | |
333 | |
3083 | 334 2005-11-22 Ben Wing <ben@xemacs.org> |
335 | |
336 * Makefile.in.in: | |
337 Ignore errors from rm during clean. | |
338 | |
3072 | 339 2005-11-16 Stephen J. Turnbull <stephen@xemacs.org> |
340 | |
341 * xlwcheckbox.c (CheckboxInit): Mark unused parameters. C++ | |
342 correctness. | |
343 (CheckboxRealize): Don't compile at all if unused. | |
344 | |
345 * xlwradio.c (RadioDestroy): #if 0 dead code for later removal. | |
346 | |
3062 | 347 2005-11-13 Ben Wing <ben@xemacs.org> |
348 | |
349 * Makefile.in.in: | |
350 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. | |
351 Do some refactoring for cleanliness. | |
352 | |
3055 | 353 2005-11-08 Marcus Crestani <crestani@xemacs.org> |
354 | |
355 * xlwgauge.c (GaugeInit): | |
356 * xlwgauge.c (GaugeSetValues): | |
357 * xlwradio.c (RadioInit): | |
358 * xlwradio.c (RadioSetValues): Rename new->new_. | |
359 | |
3031 | 360 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
361 | |
362 * XEmacs 21.5.23 "daikon" is released. | |
363 | |
3025 | 364 2005-10-25 Ben Wing <ben@xemacs.org> |
365 | |
366 * lwlib-internal.h (assert): | |
367 redo assert macros to follow lisp.h and not trigger warnings. | |
368 | |
369 * lwlib.c (merge_scrollbar_values): | |
370 * lwlib.c (merge_widget_value_args): | |
371 * xlwtabs.c: | |
372 * xlwtabs.c (TabsInit): | |
373 * xlwtabs.c (TabsConstraintInitialize): | |
374 * xlwtabs.c (TabsSetValues): | |
375 * xlwtabs.c (TabsConstraintSetValues): | |
376 new -> new_. | |
377 | |
2931 | 378 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |
379 | |
380 * XEmacs 21.5.22 "cucumber" is released. | |
381 | |
2791 | 382 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
383 | |
384 * XEmacs 21.5.21 "corn" is released. | |
385 | |
2653 | 386 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org> |
387 | |
388 * XEmacs 21.5.20 "cilantro" is released. | |
389 | |
2641 | 390 2005-03-07 Stephen J. Turnbull <stephen@xemacs.org> |
391 | |
392 * lwlib-Xlw.c (build_tabs_in_widget): Correctly disable geometry | |
393 negotiation for tab children. | |
394 (xlw_create_tab_control): Don't set nonexistent resizable resource. | |
395 | |
2594 | 396 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
397 | |
398 * XEmacs 21.5.19 "chives" is released. | |
399 | |
2346 | 400 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
401 | |
402 * XEmacs 21.5.18 "chestnut" is released. | |
403 | |
2311 | 404 2004-09-27 Jerry James <james@xemacs.org> |
405 | |
406 * lwlib-Xm.c (xm_update_label): | |
407 (xm_update_progress): | |
408 (activate_button): | |
409 (make_dialog): | |
410 (mark_dead_instance_destroyed): | |
411 (xm_nosel_callback): | |
412 Mark more unused parameters with the UNUSED macro. | |
413 | |
2286 | 414 2004-09-14 Jerry James <james@xemacs.org> |
415 | |
416 * Makefile.in.in (cppflags): Make compiler.h available. | |
417 * config.h.in: Include compiler.h. | |
418 * lwlib.c (max): Remove; now defined in compiler.h. | |
419 (merge_widget_value): Fix misplaced `change' computation. | |
420 * xlwcheckbox.c (DrawCheck): conditionalize declaration and | |
421 assignment of variable bw like its use. | |
422 * xlwtabs.c (TabsResize): Comment out declaration and assignment | |
423 of variable tab, whose use is commented out. | |
424 | |
425 * lwlib-Xaw.c: | |
426 * lwlib-Xlw.c: | |
427 * lwlib-Xm.c: | |
428 * lwlib-utils.c: | |
429 * lwlib.c: | |
430 * xlwcheckbox.c: | |
431 * xlwgauge.c: | |
432 * xlwgcs.c: | |
433 * xlwmenu.c: | |
434 * xlwradio.c: | |
435 * xlwscrollbar.c: | |
436 * xlwtabs.c: | |
437 Mark unused parameters with the UNUSED macro. | |
438 | |
2271 | 439 2004-09-14 Jerry James <james@xemacs.org> |
440 | |
441 * xlwgauge.c (GaugeConvert): Fix type-punning warning. | |
442 | |
2041 | 443 2004-04-23 Jerry James <james@xemacs.org> |
444 | |
445 * xlwradio.c (RadioExpose): Do not blindly copy one GC over | |
446 another. It messes up the ref counts and is wrong for radio | |
447 buttons in any case. | |
448 | |
1964 | 449 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
450 | |
451 * XEmacs 21.5.17 "chayote" is released. | |
452 | |
1889 | 453 2003-09-22 Stephen J. Turnbull <stephen@xemacs.org> |
454 | |
455 * Makefile.in.in (XE_CFLAGS): New variant on CFLAGS for XEMACS_CC. | |
456 | |
1716 | 457 2003-09-26 Steve Youngs <youngs@xemacs.org> |
458 | |
459 * XEmacs 21.5.16 "celeriac" is released. | |
460 | |
1665 | 461 2003-09-03 Steve Youngs <youngs@xemacs.org> |
462 | |
463 * XEmacs 21.5.15 "celery" is released. | |
464 | |
1650 | 465 2003-08-28 Jerry James <james@xemacs.org> |
466 | |
467 * lwlib-internal.h: Wrap assert_failed with EXTERN_C for modules. | |
468 | |
1510 | 469 2003-06-01 Steve Youngs <youngs@xemacs.org> |
470 | |
471 * XEmacs 21.5.14 "cassava" is released. | |
472 | |
1473 | 473 2003-05-10 Steve Youngs <youngs@xemacs.org> |
474 | |
475 * XEmacs 21.5.13 "cauliflower" is released. | |
476 | |
1458 | 477 2003-05-05 Steve Youngs <youngs@xemacs.org> |
478 | |
479 * lwlib-Xm.c (xm_update_one_widget): Only call | |
480 `xm_update_progress' if `LWLIB_WIDGETS_MOTIF' is defined. | |
481 | |
1431 | 482 2003-04-24 Steve Youngs <youngs@xemacs.org> |
483 | |
484 * XEmacs 21.5.12 "carrot" is released. | |
485 | |
1389 | 486 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org> |
487 | |
488 * xlwscrollbar.c: Global substitution of .Xresources for .Xdefaults. | |
489 | |
1330 | 490 2003-02-28 Ben Wing <ben@xemacs.org> |
491 | |
492 * lwlib-Xm.c: | |
493 Fix compile warning. | |
494 | |
1307 | 495 2003-02-16 Steve Youngs <youngs@xemacs.org> |
496 | |
497 * XEmacs 21.5.11 "cabbage" is released. | |
498 | |
1294 | 499 2003-02-13 Martin Buchholz <martin@xemacs.org> |
500 | |
501 * xlwmenu.c (xlwMenuClassRec): | |
502 Use symbolic name `XtExposeCompressMaximal' instead of `TRUE'. | |
503 | |
1281 | 504 2003-01-31 Martin Buchholz <martin@xemacs.org> |
505 | |
506 * lwlib-Xm.c (xm_update_progress): | |
507 Don't define unless LWLIB_WIDGETS_MOTIF. | |
508 | |
1261 | 509 2003-02-05 Ben Wing <ben@xemacs.org> |
510 | |
511 * lwlib-Xm.c: | |
512 * lwlib-Xm.c (xm_pop_down_callback): | |
513 * lwlib-Xm.c (xm_pull_down_callback): | |
514 Fix compile warning. | |
515 | |
1201 | 516 2002-12-16 Ben Wing <ben@xemacs.org> |
517 | |
518 * lwlib-Xlw.c (xlw_update_one_widget): | |
519 * lwlib-Xm.c (xm_update_one_widget): | |
520 * lwlib-Xm.c (xm_update_one_value): | |
521 * lwlib.c: | |
522 * lwlib.c (merge_scrollbar_values): | |
523 * xlwmenu.c: | |
524 * xlwmenu.c (display_menu): | |
525 * xlwmenu.c (XlwMenuInitialize): | |
526 * xlwmenu.c (XlwMenuSetValues): | |
527 * xlwradio.c: | |
528 * xlwradio.c (RadioClassPartInit): | |
529 * xlwradio.c (RadioSet): | |
530 * xlwradio.c (RadioUnset): | |
531 class -> class_, new -> new_. | |
532 | |
1187 | 533 2003-01-04 Steve Youngs <youngs@xemacs.org> |
534 | |
535 * XEmacs 21.5.10 "burdock" is released. | |
536 | |
981 | 537 2002-08-30 Steve Youngs <youngs@xemacs.org> |
538 | |
539 * XEmacs 21.5.9 "brussels sprouts" is released. | |
540 | |
933 | 541 2002-07-27 Steve Youngs <youngs@xemacs.org> |
542 | |
543 * XEmacs 21.5.8 "broccoli" is released. | |
544 | |
903 | 545 2002-06-07 Andy Piper <andy@xemacs.org> |
546 | |
547 * lwlib-Xm.c: (xm_safe_update_label): new function. Call | |
548 xm_update_label if the class is appropriate. | |
549 (make_menu_in_widget): use it. | |
550 (update_one_menu_entry): ditto. | |
551 (xm_update_one_widget): ditto. | |
552 | |
894 | 553 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
554 | |
555 * XEmacs 21.5.7 "broccoflower" is released. | |
556 | |
872 | 557 2002-06-20 Ben Wing <ben@xemacs.org> |
558 | |
559 * lwlib.c: | |
560 * lwlib.c (dialog_spec_p): Fix warning. | |
561 | |
805 | 562 2002-02-13 Stephen J. Turnbull <stephen@xemacs.org> |
563 | |
564 * lwlib-Xm.c (make_dialog): Fix XmProcessTraversal crash. | |
565 | |
804 | 566 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
567 | |
568 * XEmacs 21.5.6 "bok choi" is released. | |
569 | |
774 | 570 2002-03-12 Ben Wing <ben@xemacs.org> |
571 | |
3322 | 572 * The Great Mule Merge of March 2002: |
573 see node by that name in the Internals Manual. | |
774 | 574 |
768 | 575 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
576 | |
577 * XEmacs 21.5.5 "beets" is released. | |
578 | |
766 | 579 2001-12-19 Valdis Kletnieks <Valdis.Kletnieks@vt.edu> |
580 | |
581 * xlwscrollbar.c: Fix Xt translations comment. | |
582 | |
725 | 583 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org> |
584 | |
585 * XEmacs 21.5.4 "bamboo" is released. | |
586 | |
654 | 587 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> |
588 | |
589 * XEmacs 21.5.3 "asparagus" is released. | |
590 | |
647 | 591 2001-06-24 Ben Wing <ben@xemacs.org> |
592 | |
593 * lwlib-Xlw.c (xlw_update_tab_control): | |
594 * lwlib-utils.c (XtApplyUntilToWidgets): | |
595 * xlwgauge.c (XawGaugeSetValue): | |
596 * xlwgauge.c (GaugeMercury): | |
597 * xlwmenu.c (close_to_reference_time): | |
598 * xlwtabs.c (TabsSetValues): | |
599 * xlwtabs.c (TabsSelect): | |
600 * xlwtabs.c (DrawTabs): | |
601 Fix unsigned warnings. See src/ChangeLog for details. | |
602 | |
641 | 603 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> |
604 | |
605 * XEmacs 21.5.2 "artichoke" is released. | |
606 | |
639 | 607 2001-07-26 Andy Piper <andy@xemacs.org> |
608 | |
609 * lwlib-Xm.c (xm_update_progress): new function. Set Scale height | |
610 and width from normal height and width. | |
611 * lwlib-Xm.c (xm_create_progress): ditto. | |
612 * lwlib-Xm.c (xm_update_one_widget): call xm_update_progress. | |
613 * lwlib.c (lw_get_value_arg): new function. Return an argument | |
614 based on its name. | |
615 * lwlib.h: declare it. | |
616 | |
551 | 617 2001-05-21 Martin Buchholz <martin@xemacs.org> |
618 | |
619 * lwlib-config.c: Remove. | |
620 * Makefile.in.in: Remove references to lwlib-config. | |
621 | |
522 | 622 2001-05-09 Martin Buchholz <martin@xemacs.org> |
623 | |
624 * XEmacs 21.5.1 "anise" is released. | |
625 | |
487 | 626 2001-04-28 Ben Wing <ben@xemacs.org> |
627 | |
628 * lwlib-utils.c (destroy_all_children): fix warning reported by | |
629 Isaac Hollander <ysh@mindspring.com>. | |
630 | |
472 | 631 2001-04-18 Martin Buchholz <martin@xemacs.org> |
632 | |
633 * XEmacs 21.5.0 "alfalfa" is released. | |
634 | |
464 | 635 2001-03-30 Stephen J. Turnbull <stephen@xemacs.org> |
636 | |
637 * ChangeLog: Restore logs lost in the GTK merge. | |
638 | |
462 | 639 2001-03-21 Martin Buchholz <martin@xemacs.org> |
458 | 640 |
462 | 641 * XEmacs 21.2.46 "Urania" is released. |
456 | 642 |
464 | 643 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org> |
644 | |
645 * xlwradio.c: Revert gratuitous whitespace changes from GTK merge. | |
646 | |
647 2001-02-23 Martin Buchholz <martin@xemacs.org> | |
648 | |
649 * XEmacs 21.2.45 "Thelxepeia" is released. | |
650 | |
651 2001-02-16 Raymond Toy <toy@rtp.ericsson.se> | |
652 | |
653 * lwlib-Xaw.c: Always include ATHENA_AsciiText_h_ to get the | |
654 text-field widget. | |
655 (xaw_creation_table): Always include the text-field widget | |
656 | |
657 2001-02-08 Martin Buchholz <martin@xemacs.org> | |
658 | |
659 * XEmacs 21.2.44 "Thalia" is released. | |
660 | |
661 2001-02-06 Martin Buchholz <martin@xemacs.org> | |
662 | |
663 * xlwgauge.c: | |
664 * xlwgcs.c: | |
665 * xlwgcs.c (XtAllocateGC): Fix typo for X11R4. | |
666 * xlwgcs.h: | |
667 * xlwradio.c (RadioExpose): | |
668 * xlwcheckbox.c: | |
669 Remove use of BSD-specific types. | |
670 s/u_(char|short|int_long)/unsigned $1/g | |
671 | |
672 2001-02-05 Martin Buchholz <martin@xemacs.org> | |
673 | |
674 * lwlib-Xm.c (xm_update_one_value): | |
675 Obey the man page; use XtFree instead of free. | |
676 | |
677 2001-02-02 Martin Buchholz <martin@xemacs.org> | |
678 | |
679 * config.h.in: Use "..." to include config.h | |
680 | |
681 2001-01-26 Martin Buchholz <martin@xemacs.org> | |
682 | |
683 * XEmacs 21.2.43 "Terspichore" is released. | |
684 | |
454 | 685 2001-01-20 Martin Buchholz <martin@xemacs.org> |
686 | |
687 * XEmacs 21.2.42 "Poseidon" is released. | |
688 | |
452 | 689 2001-01-17 Martin Buchholz <martin@xemacs.org> |
690 | |
691 * XEmacs 21.2.41 "Polyhymnia" is released. | |
692 | |
450 | 693 2001-01-08 Martin Buchholz <martin@xemacs.org> |
694 | |
695 * XEmacs 21.2.40 is released. | |
696 | |
697 2001-01-06 Martin Buchholz <martin@xemacs.org> | |
698 | |
699 * lwlib-Xaw.c (xaw_creation_table): Make const. | |
700 * lwlib-Xaw.h (xaw_creation_table): Make const. | |
701 * lwlib-Xlw.c (xlw_creation_table): Make const. | |
702 * lwlib-Xlw.h (xlw_creation_table): Make const. | |
703 * lwlib-Xm.c (xm_creation_table): Make const. | |
704 * lwlib-Xm.h (xm_creation_table): Make const. | |
705 * lwlib.c (find_in_table): Use const. | |
706 | |
707 2001-01-02 Andy Piper <andy@xemacs.org> | |
708 | |
709 * lwlib.h (_widget_args): add args_changed. Necessary because we | |
710 reference count args. | |
711 | |
712 * lwlib.c (lw_add_widget_value_arg): set args_changed flag. | |
713 (merge_widget_value_args): mark as changed if args_changed is | |
714 true. | |
715 (update_all_widget_values): reset args_changed. | |
716 (initialize_widget_instance): ditto. | |
717 | |
448 | 718 2000-12-31 Martin Buchholz <martin@xemacs.org> |
719 | |
720 * XEmacs 21.2.39 is released. | |
721 | |
722 2000-12-30 Andy Piper <andy@xemacs.org> | |
723 | |
724 * xlwtabs.c: remove assertion definitions and put them in | |
725 lwlib-internal.h. This has the effect of enabling assertions which | |
726 should have been done from the very start. | |
727 (TabsShuffleRows): fix duff assertion. | |
728 (PreferredSize3): use dimensions throughout. | |
729 (PreferredSize2): ditto. | |
730 (TabLayout): ditto. | |
731 (DrawFrame): be clever about the enclosing frame if the child | |
732 height is 0. | |
733 (TabsResize): don't configure children that are no visible | |
734 anyway. Make sure geometry calculations don't end up negative. | |
735 | |
736 * lwlib-internal.h: put in assertion definitions. | |
737 | |
446 | 738 2000-12-05 Martin Buchholz <martin@xemacs.org> |
739 | |
740 * XEmacs 21.2.38 is released. | |
741 | |
742 2000-11-30 Andy Piper <andy@xemacs.org> | |
743 | |
744 * lwlib-Xm.c (xm_update_label): Hack to stop %_ labels until | |
745 someone fixes it properly. | |
746 | |
747 2000-11-24 Andy Piper <andy@xemacs.org> | |
748 | |
749 * xlwtabsP.h: add visible flag, realRows and remove displayChildren. | |
750 | |
751 * xlwtabs.c (TabVisible): new macro. Consults visible flag. | |
752 (TabsInit): remove displayChildren, add realRows. | |
753 (TabsConstraintInitialize): ditto. | |
754 (TabsResize): ditto. | |
755 (TabsGeometryManager): ditto. | |
756 (TabsChangeManaged): ditto. | |
757 (TabsSelect): ditto. | |
758 (TabsPage): ditto. | |
759 (TabsHighlight): ditto. | |
760 (DrawTabs): ditto. | |
761 (TabLayout): Caclulate rows for all children and whether they | |
762 should be visible or not.. | |
763 (TabsShuffleRows): shuffle rows based on both real and displayed | |
764 rows. Adjust visibility of all children. | |
765 (PreferredSize): ditto. | |
766 | |
767 2000-11-19 Martin Buchholz <martin@xemacs.org> | |
768 | |
769 * xlwtabs.c (TabsResize): Don't delete `tab', mark unused instead. | |
770 | |
771 2000-11-18 Martin Buchholz <martin@xemacs.org> | |
772 | |
773 * xlwmenu.c (make_windows_if_needed): | |
774 (XlwMenuRealize): | |
775 The proper type for `mask' is `unsigned long', not `int'. | |
776 | |
777 2000-11-18 Martin Buchholz <martin@xemacs.org> | |
778 | |
779 * xlwtabs.c (defaultAccelerators): Add #### to unused var. | |
780 (TabsResize): Remove unused var. | |
781 * xlwmenu.c (XlwMenuInitialize): Remove unused vars. | |
782 * lwlib-Xlw.c (xlw_update_one_widget): Add #### for probable bug. | |
783 | |
444 | 784 2000-11-14 Martin Buchholz <martin@xemacs.org> |
785 | |
786 * XEmacs 21.2.37 is released. | |
787 | |
788 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org> | |
789 | |
790 * lwlib.h: Typo fixes and tiny clarifications. | |
791 | |
442 | 792 2000-10-04 Martin Buchholz <martin@xemacs.org> |
793 | |
794 * XEmacs 21.2.36 is released. | |
795 | |
444 | 796 2000-09-21 Andy Piper <andy@xemacs.org> |
797 | |
798 * lwlib.h: declare copy_widget_value_tree. | |
799 | |
800 * lwlib.c (copy_widget_value_tree): make non-static. | |
801 | |
442 | 802 2000-09-19 Martin Buchholz <martin@xemacs.org> |
803 | |
804 * *: Spelling mega-patch | |
805 | |
806 2000-09-16 Martin Buchholz <martin@xemacs.org> | |
807 | |
808 * lwlib.c (ascii_strcasecmp): New. | |
809 * lwlib.c (find_in_table): Use ascii_strcasecmp. | |
810 Avoid using non-standard non-portable strcasecmp. | |
811 | |
812 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org> | |
813 | |
814 * xlwmenu.c (XlwMenuInitialize): make comment on algorithm for | |
815 setting fontList match code. Suggest using same algorithm for | |
816 X Font Set resources in native lw code. | |
817 | |
818 2000-07-30 Ben Wing <ben@xemacs.org> | |
819 | |
820 * lwlib-Xaw.c (xaw_update_one_widget): | |
821 Remove accelerator specs from buttons, since Athena doesn't handle | |
822 them. | |
823 | |
824 * lwlib.c (lw_remove_accelerator_spec): | |
825 * lwlib.h: | |
826 Define function and prototype to do this. | |
827 | |
828 2000-07-15 Ben Wing <ben@xemacs.org> | |
829 | |
830 * xlwradioP.h: | |
831 Remove duplicate definition of streq(). | |
832 | |
833 2000-07-19 Martin Buchholz <martin@xemacs.org> | |
834 | |
835 * XEmacs 21.2.35 is released. | |
836 | |
837 2000-07-09 Martin Buchholz <martin@xemacs.org> | |
838 | |
839 * xlwcheckbox.c: | |
840 * xlwgauge.h: | |
841 * xlwgaugeP.h: | |
842 * xlwradio.h: | |
843 * xlwradioP.h: | |
844 * xlwgauge.c: | |
845 * config.h.in: | |
846 * xlwradio.c: | |
847 * lwlib-Xaw.c: | |
848 Replace SMART_INCLUDE with a dumber, but more reliable method. | |
849 | |
850 * xlwmenu.c (parameterize_string): Fix C++ compilation warnings. | |
851 | |
852 2000-06-10 Ben Wing <ben@xemacs.org> | |
853 | |
854 * lwlib-Xaw.c (xaw_create_label): add sanity check on arg limit. | |
855 (xaw_update_one_value): fix crash due to incorrect arg count. | |
856 | |
857 2000-05-28 Martin Buchholz <martin@xemacs.org> | |
858 | |
859 * XEmacs 21.2.34 is released. | |
860 | |
861 2000-05-01 Martin Buchholz <martin@xemacs.org> | |
862 | |
863 * XEmacs 21.2.33 is released. | |
864 | |
865 2000-04-19 Martin Buchholz <martin@xemacs.org> | |
866 | |
867 * lwlib.c (lw_destroy_everything): Always use full ANSI prototypes. | |
868 * lwlib.c (lw_destroy_all_pop_ups): Always use full ANSI prototypes. | |
869 | |
870 2000-04-12 Andy Piper <andy@xemacs.org> | |
871 | |
872 * lwlib-Xaw.c (xaw_update_one_widget): no-op for text widgets. | |
873 (xaw_update_one_value): Get strings safely. | |
874 (xaw_create_text_field): add some extra properties. | |
875 | |
876 2000-04-05 Andy Piper <andy@xemacs.org> | |
877 | |
878 * lwlib-Xaw.c (lw_xaw_widget_p): include asciiTextWidgetClass as | |
879 an athena widget. | |
880 | |
881 2000-04-05 Andy Piper <andy@xemacs.org> | |
882 | |
883 * xlwradio.c (RadioSetValues): resize if position information has | |
884 changed. | |
885 | |
886 * lwlib-Xm.c (xm_create_text_field): text fields should be enabled | |
887 even if there is no callback. | |
888 * lwlib-Xaw.c (xaw_create_text_field): ditto. | |
889 | |
890 2000-04-03 Andy Piper <andy@xemacs.org> | |
891 | |
892 * lwlib.c (merge_widget_value_args): only merge when the two args | |
893 are actually different. | |
894 | |
895 2000-03-21 Didier Verna <didier@xemacs.org> | |
896 | |
897 * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 to | |
898 src/config.h.in. | |
899 * config.h.in (ATHENA_INCLUDE): use the `SMART_INCLUDE' macro. | |
900 | |
901 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
902 | |
903 * XEmacs 21.2.32 is released. | |
904 | |
905 2000-03-14 Ben Wing <ben@xemacs.org> | |
906 | |
907 * xlwmenu.c (massage_resource_name): Handle %_ and %%. | |
908 | |
909 2000-02-20 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
910 | |
911 * xlwscrollbar.c (get_gc): Always check for XmUNSPECIFIED_PIXMAP | |
912 even if we are only 'compatible' with the Motif resources. | |
913 (XmUNSPECIFIED_PIXMAP): Define unconditionally. | |
914 | |
915 2000-02-23 Martin Buchholz <martin@xemacs.org> | |
916 | |
917 * XEmacs 21.2.31 is released. | |
918 | |
919 2000-02-22 Andy Piper <andy@xemacs.org> | |
920 | |
921 * lwlib-Xm.c (xm_update_one_widget): set widget args last in case | |
922 anything messes with them in the meantime. | |
923 * lwlib-Xlw.c (xlw_update_one_widget): ditto. | |
924 * lwlib-Xaw.c (xaw_update_one_widget): ditto. | |
925 | |
926 2000-02-21 Martin Buchholz <martin@xemacs.org> | |
927 | |
928 * XEmacs 21.2.30 is released. | |
929 | |
930 2000-02-21 Andy Piper <andy@xemacs.org> | |
931 | |
932 * lwlib.c (merge_widget_value_args): don't delete the args before | |
933 copying, lw_copy_widget_value_args will do this for us if | |
934 necessary. | |
935 (lw_add_widget_value_arg): Allow existing args to be replaced. | |
936 (free_widget_value_args): Set args to 0 rather than 0xdeadbeef, | |
937 reference couting works better that way. | |
938 (lw_copy_widget_value_args): Do the right thing. | |
939 | |
940 * lwlib-Xm.c (xm_create_progress): Make sensitive as this looks | |
941 much better. | |
942 * lwlib-Xaw.c (xaw_create_progress): ditto. | |
943 | |
944 2000-02-12 Jan Vroonhof <vroonhof@math.ethz.ch> | |
945 | |
946 * xlwmenu.h (XmUNSPECIFIED_PIXMAP): Define this if we are using Motif | |
947 compatible resource names. | |
948 | |
949 * xlwmenu.c (make_shadow_gcs): Always check for XmUNSPECIFIED_PIXMAP | |
950 even if we are only 'compatible' with the Motif resources. | |
951 | |
952 2000-02-15 Andy Piper <andy@xemacs.org> | |
953 | |
954 * xlwgauge.c (GaugeExpose): remove shadows. | |
955 | |
956 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
957 | |
958 * XEmacs 21.2.29 is released. | |
959 | |
960 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu> | |
961 | |
962 * config.h.in (ATHENA_INCLUDE): Workaround bugs in both xlc and | |
963 old gccs. | |
964 | |
440 | 965 2000-02-07 Martin Buchholz <martin@xemacs.org> |
966 | |
967 * XEmacs 21.2.28 is released. | |
968 | |
969 2000-01-25 Andy Piper <andy@xemacs.org> | |
970 | |
971 * xlwtabs.c (TabsChangeManaged): Make sure we unmanage the hilight | |
972 widget as well. | |
973 | |
974 2000-01-28 Martin Buchholz <martin@xemacs.org> | |
975 | |
976 * xlwgauge.c (GaugeConvert): bcopy ==> memcpy | |
977 | |
978 2000-01-24 Andy Piper <andy@xemacs.org> | |
979 | |
980 * xlwtabs.c (XawTabsSetTop): Unhighlight before changing the | |
981 stacking order. | |
982 (XawTabsSetHighlight): Don't unhighlight here. | |
983 | |
984 2000-01-22 Martin Buchholz <martin@xemacs.org> | |
985 | |
986 * *.h: Use consistent C-standards-approved guard macro names. | |
987 | |
438 | 988 2000-01-18 Martin Buchholz <martin@xemacs.org> |
989 | |
990 * XEmacs 21.2.27 is released. | |
991 | |
992 2000-01-15 Andy Piper <andy@xemacs.org> | |
993 | |
994 * lwlib-Xlw.c (lw_update_one_widget): make sure global | |
995 properties gets set. | |
996 | |
997 2000-01-07 Martin Buchholz <martin@xemacs.org> | |
998 | |
999 * config.h.in (ATHENA_INCLUDE): CPP trickery to make old cpps happy. | |
1000 This extends support for gcc 2.6 (e.g. on BSD/OS 2.0) | |
1001 | |
1002 * lwlib.c: Fix up memset calls. | |
1003 | |
1004 * lwlib-Xm.c (xm_update_text): Warning suppression. | |
1005 (xm_update_text_field): Warning suppression. | |
1006 | |
1007 2000-01-03 Martin Buchholz <martin@xemacs.org> | |
1008 | |
1009 * lwlib-Xaw.c (xaw_update_one_widget): Emergency fix for this crash: | |
1010 (yes-or-no-p-dialog-box "Yes or No") | |
1011 | |
436 | 1012 1999-12-31 Martin Buchholz <martin@xemacs.org> |
1013 | |
1014 * XEmacs 21.2.26 is released. | |
1015 | |
1016 1999-12-29 Andy Piper <andy@xemacs.org> | |
1017 | |
1018 * xlwtabs.c (TabsHighlight): use displayChildren for highlighting | |
1019 not num_children. | |
1020 (TabsPage): ditto. | |
1021 | |
434 | 1022 1999-12-24 Martin Buchholz <martin@xemacs.org> |
1023 | |
1024 * XEmacs 21.2.25 is released. | |
1025 | |
1026 1999-12-23 Andy Piper <andy@xemacs.org> | |
1027 | |
1028 * lwlib.c (lw_copy_widget_value_args): don't create empty | |
1029 widget_args just because someone might use them later. This makes | |
1030 all widgets look like they've changed. | |
1031 | |
1032 1999-12-22 Andy Piper <andy@xemacs.org> | |
1033 | |
1034 * xlwtabs.c: Fix for X11R5 from Damon Lipparelli | |
1035 <lipp@primus.com>. | |
1036 | |
1037 1999-12-21 Martin Buchholz <martin@xemacs.org> | |
1038 | |
1039 * xlwscrollbar.c (seg_pixel_sizes): ((expr)) ==> (expr) | |
1040 | |
1041 1999-12-12 Daniel Pittman <daniel@danann.net> | |
1042 | |
442 | 1043 * lwlib-Xaw.c: |
434 | 1044 * xlwcheckbox.c: |
1045 * xlwgauge.h: | |
1046 * xlwgaugeP.h: | |
1047 * xlwradio.c: | |
1048 * xlwradio.h: | |
1049 * xlwradioP.h: | |
1050 Clean up Athena widget support: | |
1051 - Athena headers now use dynamic include paths. | |
1052 | |
1053 1999-12-08 Andy Piper <andy@xemacs.org> | |
1054 | |
1055 * xlwtabs.c: sync with Tabs 2.2. | |
1056 * xlwtabP.h: ditto. | |
1057 | |
432 | 1058 1999-12-14 Martin Buchholz <martin@xemacs.org> |
1059 | |
1060 * XEmacs 21.2.24 is released. | |
1061 | |
1062 1999-12-14 Andy Piper <andy@xemacs.org> | |
1063 | |
1064 * xlwtabs.c (TabsResize): reset need_layout so that we don't go | |
1065 into infloop death. | |
1066 | |
1067 1999-12-14 Andy Piper <andy@xemacs.org> | |
1068 | |
1069 * xlwtabs.c (TabsSetValues): re-allocate GCs if font has changed. | |
1070 | |
1071 1999-12-13 Andy Piper <andy@xemacs.org> | |
1072 | |
1073 * xlwtabs.c (TabsResize): We need to expose the tabs after | |
1074 clearing the window they are in. | |
1075 | |
1076 1999-12-08 Andy Piper <andy@xemacs.org> | |
1077 | |
1078 * xlwtabs.c: sync with Tabs 2.1. | |
1079 | |
1080 1999-12-07 Andy Piper <andy@xemacs.org> | |
1081 | |
1082 * lwlib-Xlw.c (lw_lucid_widget_p): make sure we pick up the | |
1083 clip-window as well. | |
1084 | |
430 | 1085 1999-12-07 Martin Buchholz <martin@xemacs.org> |
1086 | |
1087 * XEmacs 21.2.23 is released. | |
1088 | |
1089 1999-12-05 Andy Piper <andy@xemacs.org> | |
1090 | |
1091 * xlwtabs.c: back up to previous rev to make syncing easier. Fix | |
1092 gcc moans. | |
1093 | |
1094 * lwlib-Xaw.c (xaw_update_one_widget): use XtIsSubclass. | |
1095 | |
428 | 1096 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org> |
1097 | |
1098 * XEmacs 21.2.22 is released | |
1099 | |
1100 1999-11-28 Martin Buchholz <martin@xemacs.org> | |
1101 | |
1102 * XEmacs 21.2.21 is released. | |
1103 | |
1104 1999-11-26 Martin Buchholz <martin@xemacs.org> | |
1105 | |
1106 * xlwtabs.c: Remove unused variables. Fix warnings. | |
1107 | |
1108 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1109 | |
1110 * XEmacs 21.2.20 is released | |
1111 | |
1112 1999-09-09 Andy Piper <andy@xemacs.org> | |
1113 | |
1114 * xlwtabs.c: updated tabs widget from Ed Falk. | |
1115 * xlwtabs.h: ditto. | |
1116 * xlwtabsP.h: ditto. | |
1117 | |
1118 1999-09-22 Martin Buchholz <martin@xemacs.org> | |
1119 | |
1120 * lwlib-internal.h: | |
1121 * lwlib-utils.h: | |
1122 Move declaration of destroy_all_children from lwlib-internal.h to | |
1123 lwlib-utils.h, where it belongs. | |
1124 | |
1125 1999-09-21 Andy Piper <andy@xemacs.org> | |
1126 | |
1127 * lwlib-Xm.c (xm_update_label): don't clobber pixmap type labels | |
1128 with text. | |
1129 | |
1130 1999-09-22 Martin Buchholz <martin@xemacs.org> | |
1131 | |
1132 * xlwtabs.c: Fix C++ compilability. | |
1133 | |
1134 1999-09-18 Andy Piper <andy@xemacs.org> | |
1135 | |
1136 * xlwtabs.c: Put in tabs sync because clipping should fix useability | |
1137 problems. | |
1138 | |
1139 1999-09-13 Andy Piper <andy@xemacs.org> | |
1140 | |
1141 * xlwtabs.c: Back out tabs sync because of reported useability | |
1142 problems. | |
1143 | |
1144 1999-09-09 Andy Piper <andy@xemacs.org> | |
1145 | |
1146 * xlwtabs.c: updated tabs widget from Ed Falk. | |
1147 * xlwtabs.h: ditto. | |
1148 * xlwtabsP.h: ditto. | |
1149 * xlwgcs.c: ditto. | |
1150 * xlwgcs.h: ditto. | |
1151 | |
1152 1999-09-03 Martin Buchholz <martin@xemacs.org> | |
1153 | |
1154 * xlwgauge.c: Ansify. | |
1155 Include <stdlib.h> to get prototype for atoi(). | |
1156 (GaugeSelect): Call GaugeExpose with the right number of args. | |
1157 (GaugeLoseSel): Call GaugeExpose with the right number of args. | |
442 | 1158 (GaugeConvert): This is a XtConvertSelectionProc, |
428 | 1159 so 5th parameter must be of type XtPointer, not XPointer. |
442 | 1160 (GaugeGetValue): This is a XtTimerCallbackProc, |
428 | 1161 so 2nd parameter must be of type XtIntervalId *, not XtIntervalId. |
442 | 1162 |
428 | 1163 |
1164 1999-09-01 Martin Buchholz <martin@xemacs.org> | |
1165 | |
1166 * lwlib.c (free_widget_value_contents): Use proper type for cast. | |
1167 | |
1168 * xlwradio.c: Use function prototypes everywhere. | |
1169 * xlwcheckbox.c: | |
1170 * xlwradio.c: | |
1171 * xlwradioP.h: Move declarations of non-static functions defined | |
1172 in xlwradio.c into xlwradioP.h. | |
1173 | |
1174 1999-09-02 Andy Piper <andy@xemacs.org> | |
1175 | |
1176 * xlwgcs.c: include xmu.h | |
1177 | |
1178 1999-09-01 Andy Piper <andy@xemacs.org> | |
1179 | |
1180 * xlwgauge.c: rearrange headers yet again. | |
1181 * xlwcheckbox.c: ditto. | |
1182 * xlwradio.c: ditto. | |
1183 * xlwtabs.c: ditto. | |
1184 | |
1185 1999-09-01 Andy Piper <andy@xemacs.org> | |
1186 | |
1187 * xlwgauge.c: use xmu.h | |
1188 * xlwcheckbox.c: ditto. | |
1189 * xlwradio.c: ditto. | |
1190 | |
1191 1999-08-31 Andy Piper <andy@xemacs.org> | |
1192 | |
1193 * xlwtabs.c: | |
1194 * xlwgcs.c: | |
1195 * xlwradio.c: | |
1196 * xlwcheckbox.c: | |
1197 * xlwgauge.c: Fix for losing systems without Xmu. | |
442 | 1198 |
428 | 1199 1999-08-31 Andy Piper <andy@xemacs.org> |
1200 | |
1201 * lwlib-Xm.c (xm_update_one_widget): fix for AIX compiler lossage. | |
1202 | |
1203 1999-08-30 Andy Piper <andy@xemacs.org> | |
1204 | |
1205 * lwlib.c (free_widget_value_contents): be more precise about | |
1206 freeing user defined args. | |
1207 | |
1208 * lwlib-Xaw.c (xaw_update_one_widget): make sure we use val not | |
1209 its contents for hierarchies one deep. | |
1210 | |
1211 1999-08-29 Andy Piper <andy@xemacs.org> | |
1212 | |
1213 * xlwtabs.c: temporary fixes pending a new release. | |
1214 * xlwtabsP.h: ditto. | |
1215 | |
1216 * lwlib-Xm.c (xm_update_one_widget): update user defined args. | |
1217 (xm_create_label): set args after creation as well as before. | |
1218 | |
1219 * lwlib-Xlw.c (xlw_create_tab_control): orient tabs horizontally. | |
1220 (xlw_update_tab_control): actually update the children rather than | |
1221 the parent. | |
1222 | |
1223 * lwlib-Xaw.c (xaw_update_one_widget): update user defined args. | |
1224 (xaw_create_label): set args after creation as well as before. | |
1225 | |
1226 1999-08-23 Andy Piper <andy@xemacs.org> | |
1227 | |
1228 * lwlib-Xm.c (xm_update_label): don't concatenate value to itself. | |
1229 | |
1230 * lwlib-Xm.c (xm_create_label_field): new function for creating labels. | |
1231 (xm_creation_table): use it. | |
1232 | |
1233 * lwlib-Xaw.c (xaw_create_label_field): new function for creating labels. | |
1234 (xaw_creation_table): use it. | |
1235 | |
1236 1999-08-16 Andy Piper <andy@xemacs.org> | |
1237 | |
1238 * lwlib.h: declare free_widget_value_tree. | |
1239 | |
1240 * lwlib.c (free_widget_value_tree): make non-static. | |
1241 | |
1242 * lwlib-Xm.c (xm_update_label): free val_string when updating. | |
1243 | |
1244 1999-08-04 Andy Piper <andy@xemacs.org> | |
1245 | |
1246 * lwlib-Xm.c (mark_dead_instance_destroyed): change so that its | |
1247 defined for widgets. | |
1248 (xm_nosel_callback): ditto. | |
1249 | |
1250 * xlwtabsP.h: sync with 1.5. | |
1251 | |
1252 * xlwtabs.c: sync with 1.18. | |
1253 | |
1254 1999-07-28 Andy Piper <andy@xemacs.org> | |
1255 | |
1256 * xlwtabs.c: new lucid tabs widget from Ed Falk. | |
1257 * xlwtabs.h: ditto. | |
1258 * xlwtabsP.h: ditto. | |
1259 * xlwgcs.c: GC manipulation for tab widgets. | |
1260 * xlwgcs.h: ditto. | |
1261 | |
1262 * xlwgauge.c: new athena gauge widget from Ed Falk. | |
1263 * xlwgauge.h: ditto. | |
1264 * xlwgaugeP.h: ditto. | |
1265 | |
1266 * xlwradio.c: new athena radio widget from Ed Falk. | |
1267 * xlwradio.h: ditto. | |
1268 * xlwradioP.h: ditto. | |
1269 | |
1270 * xlwcheckbox.c: new athena checkbox widget from Ed Falk. | |
1271 * xlwcheckbox.h: ditto. | |
1272 * xlwcheckboxP.h: ditto. | |
1273 | |
1274 * lwlib-utils.c (destroy_all_children): moved from lwlib-Xm.c. | |
1275 | |
1276 * lwlib-internal.h: declare destroy_all_children. | |
1277 | |
1278 * lwlib-config.c: add widget checks. | |
1279 | |
1280 * lwlib-Xm.h: declare xm_create_label; | |
1281 | |
1282 * lwlib-Xm.c (destroy_all_children): move to lwlib-utils.c. | |
1283 (xm_update_label): enable for widgets. | |
1284 (xm_update_one_widget): ditto. | |
1285 (xm_create_button): rename in line with lwlib-Xaw.c | |
1286 (xm_create_progress): ditto. | |
1287 (xm_create_text_field): ditto. | |
1288 (xm_create_combo_box): ditto. | |
1289 (xm_create_label): new function. | |
1290 (xm_creation_table): rename widget creation functions. | |
1291 (xm_destroy_instance): enable for widgets. | |
1292 (xm_generic_callback): ditto. | |
1293 (xm_generic_callback): ditto. | |
1294 | |
1295 * lwlib-Xlw.c (xlw_tab_control_callback): new function. a special | |
1296 callback that calls the correct function depending on what tab is | |
1297 selected. | |
1298 (xlw_create_tab_control): new function. | |
1299 (build_tabs_in_widget): new function. puts tabs in a tab widget, | |
1300 uses Xaw or Xm depending on how XEmacs was compiled. | |
1301 (xlw_update_tab_control): update the resources for each | |
1302 tab. optionally rebuild the contents of the tab widget. | |
1303 (xlw_creation_table): add tab widget creation function. | |
1304 (lw_lucid_widget_p): add tab widget. | |
1305 (xlw_update_one_widget): ditto. | |
1306 | |
1307 * lwlib-Xaw.h: declare xaw_create_label; | |
1308 | |
1309 * lwlib-Xaw.c (lw_xaw_widget_p): add widgets classes. | |
1310 (xaw_update_one_widget): ditto. | |
1311 (xaw_update_one_value): add code from the Xm version. | |
1312 (xaw_generic_callback): add Xm hack for setting command | |
1313 states. beef up lookup of call data. | |
1314 (xaw_create_button): new function. | |
1315 (xaw_create_label): new function for use by tab widget. | |
1316 (xaw_create_progress): new function. | |
1317 (xaw_create_text_field): new function. | |
1318 (xaw_creation_table): add new widget type creation functions. | |
1319 | |
1320 * Makefile.in.in: add dependencies for new lw widgets. | |
1321 | |
1322 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1323 | |
1324 * XEmacs 21.2.19 is released | |
1325 | |
1326 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1327 | |
1328 * XEmacs 21.2.18 is released | |
1329 | |
442 | 1330 1999-07-05 Didier Verna <didier@xemacs.org> |
428 | 1331 |
1332 * lwlib-Xm.c (xm_update_one_widget): add missing #ifdefs around | |
1333 call to xm_update_label. | |
1334 | |
1335 1999-06-28 Andy Piper <andy@xemacs.org> | |
1336 | |
1337 * lwlib-Xm.c: unconditionally enable text field & list code. | |
1338 (make_progress): new function. creates a slider. | |
1339 (make_text_field): new function. creates an edit field. | |
1340 (make_combo_box): new function. creates a combo box. | |
1341 (xm_creation_table): add new widget functions. | |
1342 | |
1343 1999-06-25 Andy Piper <andy@xemacs.org> | |
1344 | |
1345 * lwlib.h (_widget_value): add arglist slots. | |
1346 declare new functions. | |
1347 | |
1348 * lwlib.c (free_widget_value_contents): handle arglists when | |
1349 freeing. | |
1350 (lw_add_value_args_to_args): new function. add arglist entries | |
1351 from a widget_value structure. | |
1352 | |
1353 * lwlib-Xm.c (make_button): new function, create a motif button | |
1354 for display in a buffer as a glyph. | |
1355 (xm_creation_table): add make_button. | |
1356 | |
1357 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1358 | |
1359 * XEmacs 21.2.17 is released | |
1360 | |
1361 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1362 | |
1363 * XEmacs 21.2.16 is released | |
1364 | |
1365 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1366 | |
1367 * XEmacs 21.2.15 is released | |
1368 | |
1369 1999-05-17 Jerry James <jerry@cs.ucsb.edu> | |
1370 | |
1371 * xlwmenu.c (make_shadow_gcs): Test bottom_shadow_pixmap before | |
1372 using it. | |
1373 | |
1374 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1375 | |
1376 * XEmacs 21.2.14 is released | |
1377 | |
1378 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1379 | |
1380 * XEmacs 21.2.13 is released | |
1381 | |
1382 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1383 | |
1384 * XEmacs 21.2.12 is released | |
1385 | |
1386 1999-02-18 Martin Buchholz <martin@xemacs.org> | |
1387 | |
1388 * lwlib/xlwmenu.c (massage_resource_name): Fix compiler warning | |
1389 - Have to toupper ((int) (unsigned char) x) to be portable. |