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