Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 3833:2b1e7cb9ae2c
[xemacs-hg @ 2007-02-17 15:55:21 by stephent]
Fix 64-bit issues in X property handling. <87d548dgqz.fsf@uwakimon.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sat, 17 Feb 2007 15:55:22 +0000 |
parents | e58f4b9ab1ad |
children | edaaf9a96d40 |
comparison
equal
deleted
inserted
replaced
3832:21b3a0f9cbfd | 3833:2b1e7cb9ae2c |
---|---|
1 2007-02-18 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 Code by Mike FABIAN <mfabian@suse.de>, Takashi Iwai <tiwai@suse.de>. | |
4 See xemacs-beta <s3thctmf46c.fsf@magellan.suse.de>. Thanks! | |
5 Documentation marshalled by me. | |
6 | |
7 * select-x.c (x_get_window_property): | |
8 The buffer for property data in 32-bit format is an array of longs, | |
9 which need not be 32-bit. Compute residual from partial reads and | |
10 buffer sizes correctly for sizeof(long) == 8. | |
11 | |
12 * select-common.h: Refer to documentation in select-x.c. | |
13 | |
1 2007-02-16 Stephen J. Turnbull <stephen@xemacs.org> | 14 2007-02-16 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 15 |
3 * config.h.in: Move CANNA_NEW_WCHAR_AWARE here from canna_api.c. | 16 * config.h.in: Move CANNA_NEW_WCHAR_AWARE here from canna_api.c. |
4 Remove crufty CANNA2 define, we can't support CANNA1 (IROHA). | 17 Remove crufty CANNA2 define, we can't support CANNA1 (IROHA). |
5 | 18 |