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