comparison lwlib/ChangeLog @ 448:3078fd1074e8 r21-2-39

Import from CVS: tag r21-2-39
author cvs
date Mon, 13 Aug 2007 11:38:25 +0200
parents 1ccc32a20af4
children 98528da0b7fc
comparison
equal deleted inserted replaced
447:4fc5f13f3bd3 448:3078fd1074e8
1 2000-12-31 Martin Buchholz <martin@xemacs.org>
2
3 * XEmacs 21.2.39 is released.
4
5 2000-12-30 Andy Piper <andy@xemacs.org>
6
7 * xlwtabs.c: remove assertion definitions and put them in
8 lwlib-internal.h. This has the effect of enabling assertions which
9 should have been done from the very start.
10 (TabsShuffleRows): fix duff assertion.
11 (PreferredSize3): use dimensions throughout.
12 (PreferredSize2): ditto.
13 (TabLayout): ditto.
14 (DrawFrame): be clever about the enclosing frame if the child
15 height is 0.
16 (TabsResize): don't configure children that are no visible
17 anyway. Make sure geometry calculations don't end up negative.
18
19 * lwlib-internal.h: put in assertion definitions.
20
1 2000-12-05 Martin Buchholz <martin@xemacs.org> 21 2000-12-05 Martin Buchholz <martin@xemacs.org>
2 22
3 * XEmacs 21.2.38 is released. 23 * XEmacs 21.2.38 is released.
4 24
5 2000-11-30 Andy Piper <andy@xemacs.org> 25 2000-11-30 Andy Piper <andy@xemacs.org>