Mercurial > hg > xemacs-beta
comparison lwlib/ChangeLog @ 3072:4c038e89d563
[xemacs-hg @ 2005-11-16 07:22:37 by stephent]
Assorted minor fixes.
TODO comment in configure.ac:
<87irutytzq.fsf@tleepslib.sk.tsukuba.ac.jp>
Avoid warning, don't redefine integer types on Mac OS X:
<87ek5hytvq.fsf@tleepslib.sk.tsukuba.ac.jp>
Fix uninitialized variable:
<87acg5yttp.fsf@tleepslib.sk.tsukuba.ac.jp>
Eliminate warnings for unused parameters and functions:
<8764qtytrp.fsf@tleepslib.sk.tsukuba.ac.jp>
Quiet byte-compiler in select.el:
<871x1hytow.fsf@tleepslib.sk.tsukuba.ac.jp>
Quiet compiler about unused parameters in sound.el:
<87wtj9xf16.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Wed, 16 Nov 2005 07:22:46 +0000 |
parents | 21d92abaac3a |
children | 193188e494b2 |
comparison
equal
deleted
inserted
replaced
3071:a80f978d8342 | 3072:4c038e89d563 |
---|---|
1 2005-11-16 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * xlwcheckbox.c (CheckboxInit): Mark unused parameters. C++ | |
4 correctness. | |
5 (CheckboxRealize): Don't compile at all if unused. | |
6 | |
7 * xlwradio.c (RadioDestroy): #if 0 dead code for later removal. | |
8 | |
1 2005-11-13 Ben Wing <ben@xemacs.org> | 9 2005-11-13 Ben Wing <ben@xemacs.org> |
2 | 10 |
3 * Makefile.in.in: | 11 * Makefile.in.in: |
4 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. | 12 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. |
5 Do some refactoring for cleanliness. | 13 Do some refactoring for cleanliness. |
6 | |
7 | 14 |
8 2005-11-08 Marcus Crestani <crestani@xemacs.org> | 15 2005-11-08 Marcus Crestani <crestani@xemacs.org> |
9 | 16 |
10 * xlwgauge.c (GaugeInit): | 17 * xlwgauge.c (GaugeInit): |
11 * xlwgauge.c (GaugeSetValues): | 18 * xlwgauge.c (GaugeSetValues): |