Mercurial > hg > xemacs-beta
comparison lwlib/ChangeLog @ 446:1ccc32a20af4 r21-2-38
Import from CVS: tag r21-2-38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:37:21 +0200 |
parents | 576fb035e263 |
children | 3078fd1074e8 |
comparison
equal
deleted
inserted
replaced
445:34f3776fcf0e | 446:1ccc32a20af4 |
---|---|
1 2000-12-05 Martin Buchholz <martin@xemacs.org> | |
2 | |
3 * XEmacs 21.2.38 is released. | |
4 | |
5 2000-11-30 Andy Piper <andy@xemacs.org> | |
6 | |
7 * lwlib-Xm.c (xm_update_label): Hack to stop %_ labels until | |
8 someone fixes it properly. | |
9 | |
10 2000-11-24 Andy Piper <andy@xemacs.org> | |
11 | |
12 * xlwtabsP.h: add visible flag, realRows and remove displayChildren. | |
13 | |
14 * xlwtabs.c (TabVisible): new macro. Consults visible flag. | |
15 (TabsInit): remove displayChildren, add realRows. | |
16 (TabsConstraintInitialize): ditto. | |
17 (TabsResize): ditto. | |
18 (TabsGeometryManager): ditto. | |
19 (TabsChangeManaged): ditto. | |
20 (TabsSelect): ditto. | |
21 (TabsPage): ditto. | |
22 (TabsHighlight): ditto. | |
23 (DrawTabs): ditto. | |
24 (TabLayout): Caclulate rows for all children and whether they | |
25 should be visible or not.. | |
26 (TabsShuffleRows): shuffle rows based on both real and displayed | |
27 rows. Adjust visibility of all children. | |
28 (PreferredSize): ditto. | |
29 | |
30 2000-11-19 Martin Buchholz <martin@xemacs.org> | |
31 | |
32 * xlwtabs.c (TabsResize): Don't delete `tab', mark unused instead. | |
33 | |
34 2000-11-18 Martin Buchholz <martin@xemacs.org> | |
35 | |
36 * xlwmenu.c (make_windows_if_needed): | |
37 (XlwMenuRealize): | |
38 The proper type for `mask' is `unsigned long', not `int'. | |
39 | |
40 2000-11-18 Martin Buchholz <martin@xemacs.org> | |
41 | |
42 * xlwtabs.c (defaultAccelerators): Add #### to unused var. | |
43 (TabsResize): Remove unused var. | |
44 * xlwmenu.c (XlwMenuInitialize): Remove unused vars. | |
45 * lwlib-Xlw.c (xlw_update_one_widget): Add #### for probable bug. | |
46 | |
1 2000-11-14 Martin Buchholz <martin@xemacs.org> | 47 2000-11-14 Martin Buchholz <martin@xemacs.org> |
2 | 48 |
3 * XEmacs 21.2.37 is released. | 49 * XEmacs 21.2.37 is released. |
4 | 50 |
5 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org> | 51 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org> |