Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5039:f8ae1031c706
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 20 Feb 2010 19:04:55 -0600 |
parents | 9410323e4b0d 9624523604c5 |
children | 548f1f47eb82 |
comparison
equal
deleted
inserted
replaced
5038:9410323e4b0d | 5039:f8ae1031c706 |
---|---|
64 | 64 |
65 2010-02-20 Ben Wing <ben@xemacs.org> | 65 2010-02-20 Ben Wing <ben@xemacs.org> |
66 | 66 |
67 * tests.c: | 67 * tests.c: |
68 Fix operation of c-tests. | 68 Fix operation of c-tests. |
69 | |
70 2010-02-19 Aidan Kehoe <kehoea@parhasard.net> | |
71 | |
72 * fns.c (split_string_by_ichar_1): | |
73 Use better types (e.g., not an Ichar for a buffer size) in this | |
74 function when dealing with ESCAPECHAR. | |
75 | |
76 2010-02-19 Aidan Kehoe <kehoea@parhasard.net> | |
77 | |
78 * fns.c (mapcarX): | |
79 Correct this function, discarding multiple values when one | |
80 SEQUENCE is supplied, choosing a better label name. Correct the | |
81 comment describing the SOME_OR_EVERY argument. | |
82 | |
83 2010-02-12 Aidan Kehoe <kehoea@parhasard.net> | |
84 | |
85 * syswindows.h: | |
86 Remove the PDWORD_PTR typedef; it's not used in | |
87 intl-auto-encap-win32.h , and it breaks the build with Visual C++ | |
88 2005 Express Edition and a 2005 copy of the SDK. | |
69 | 89 |
70 2010-02-10 Ben Wing <ben@xemacs.org> | 90 2010-02-10 Ben Wing <ben@xemacs.org> |
71 | 91 |
72 * text.h: | 92 * text.h: |
73 * text.h (VALIDATE_IBYTEPTR_BACKWARD): | 93 * text.h (VALIDATE_IBYTEPTR_BACKWARD): |
3503 New function complex_vars_of_unicode(). In it, create the utf-8 | 3523 New function complex_vars_of_unicode(). In it, create the utf-8 |
3504 coding system. Call it appropriately in emacs.c. Sort the | 3524 coding system. Call it appropriately in emacs.c. Sort the |
3505 prototypes of complex_vars_of_*() in symsinit.h, for cosmetic | 3525 prototypes of complex_vars_of_*() in symsinit.h, for cosmetic |
3506 reasons. | 3526 reasons. |
3507 | 3527 |
3528 | |
3529 2010-02-07 Aidan Kehoe <kehoea@parhasard.net> | |
3530 | |
3531 * fns.c (split_string_by_ichar_1): Extend this to take UNESCAPE | |
3532 and ESCAPECHAR arguments. | |
3533 (split_external_path, split_env_path, Fsplit_string_by_char) | |
3534 (Fsplit_path): | |
3535 Pass the new arguments to split_string_by_ichar_1(); take a new | |
3536 optional argument, ESCAPE-CHAR, in #'split-string-by-char, | |
3537 allowing SEPCHAR to be escaped. | |
3508 | 3538 |
3509 2010-01-09 Didier Verna <didier@xemacs.org> | 3539 2010-01-09 Didier Verna <didier@xemacs.org> |
3510 | 3540 |
3511 * glyphs.c (query_string_font): Use proper domain for cachel | 3541 * glyphs.c (query_string_font): Use proper domain for cachel |
3512 updating. | 3542 updating. |