Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5026:46cf825f6158
revamp DFC comment in text.h, some whitespace cleanup
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-02-10 Ben Wing <ben@xemacs.org>
* text.h:
* text.h (VALIDATE_IBYTEPTR_BACKWARD):
* text.h (EI_ALLOC):
* text.h (eicpyout_alloca_fmt):
* text.h (eifree):
* text.h (eito_alloca):
* text.h (eito_external):
* text.h (DFC_LISP_STRING_USE_CONVERTED_DATA):
* text.h (EXTERNAL_TO_ITEXT):
(1) Fix up long comment about the internal-external conversion
macros to reflect the recent changes to the macros.
(2) Reformat the macros in text.h so they line up properly.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 10 Feb 2010 07:15:36 -0600 |
parents | 0cd784a6ec44 |
children | 22179cd0fe15 |
comparison
equal
deleted
inserted
replaced
5002:0cd784a6ec44 | 5026:46cf825f6158 |
---|---|
1 2010-02-10 Ben Wing <ben@xemacs.org> | |
2 | |
3 * text.h: | |
4 * text.h (VALIDATE_IBYTEPTR_BACKWARD): | |
5 * text.h (EI_ALLOC): | |
6 * text.h (eicpyout_alloca_fmt): | |
7 * text.h (eifree): | |
8 * text.h (eito_alloca): | |
9 * text.h (eito_external): | |
10 * text.h (DFC_LISP_STRING_USE_CONVERTED_DATA): | |
11 * text.h (EXTERNAL_TO_ITEXT): | |
12 (1) Fix up long comment about the internal-external conversion | |
13 macros to reflect the recent changes to the macros. | |
14 | |
15 (2) Reformat the macros in text.h so they line up properly. | |
16 | |
1 2010-02-07 Ben Wing <ben@xemacs.org> | 17 2010-02-07 Ben Wing <ben@xemacs.org> |
2 | 18 |
3 * fns.c: Qlist, Qstring mistakenly declared twice. | 19 * fns.c: Qlist, Qstring mistakenly declared twice. |
4 * fns.c (mapcarX): | 20 * fns.c (mapcarX): |
5 (void) cast needed to avoid compile problem. | 21 (void) cast needed to avoid compile problem. |