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