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