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