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