comparison src/ChangeLog @ 5051:c3d372419e09

merge
author Ben Wing <ben@xemacs.org>
date Sat, 20 Feb 2010 18:57:55 -0600
parents 6f2158fa75ed 9624523604c5
children 92dc90c0bb40
comparison
equal deleted inserted replaced
5050:6f2158fa75ed 5051:c3d372419e09
115 all the files they include into separate variables in the 115 all the files they include into separate variables in the
116 depend part of Makefile so that quick-build can turn off the 116 depend part of Makefile so that quick-build can turn off the
117 lisp.h/config.h/text.h/etc. dependencies of the source files, to 117 lisp.h/config.h/text.h/etc. dependencies of the source files, to
118 speed up recompilation. 118 speed up recompilation.
119 119
120
121 2010-02-19 Aidan Kehoe <kehoea@parhasard.net>
122
123 * fns.c (split_string_by_ichar_1):
124 Use better types (e.g., not an Ichar for a buffer size) in this
125 function when dealing with ESCAPECHAR.
126
127 2010-02-19 Aidan Kehoe <kehoea@parhasard.net>
128
129 * fns.c (mapcarX):
130 Correct this function, discarding multiple values when one
131 SEQUENCE is supplied, choosing a better label name. Correct the
132 comment describing the SOME_OR_EVERY argument.
133
134 2010-02-12 Aidan Kehoe <kehoea@parhasard.net>
135
136 * syswindows.h:
137 Remove the PDWORD_PTR typedef; it's not used in
138 intl-auto-encap-win32.h , and it breaks the build with Visual C++
139 2005 Express Edition and a 2005 copy of the SDK.
120 140
121 2010-02-10 Ben Wing <ben@xemacs.org> 141 2010-02-10 Ben Wing <ben@xemacs.org>
122 142
123 * text.h: 143 * text.h:
124 * text.h (VALIDATE_IBYTEPTR_BACKWARD): 144 * text.h (VALIDATE_IBYTEPTR_BACKWARD):
3554 New function complex_vars_of_unicode(). In it, create the utf-8 3574 New function complex_vars_of_unicode(). In it, create the utf-8
3555 coding system. Call it appropriately in emacs.c. Sort the 3575 coding system. Call it appropriately in emacs.c. Sort the
3556 prototypes of complex_vars_of_*() in symsinit.h, for cosmetic 3576 prototypes of complex_vars_of_*() in symsinit.h, for cosmetic
3557 reasons. 3577 reasons.
3558 3578
3579
3580 2010-02-07 Aidan Kehoe <kehoea@parhasard.net>
3581
3582 * fns.c (split_string_by_ichar_1): Extend this to take UNESCAPE
3583 and ESCAPECHAR arguments.
3584 (split_external_path, split_env_path, Fsplit_string_by_char)
3585 (Fsplit_path):
3586 Pass the new arguments to split_string_by_ichar_1(); take a new
3587 optional argument, ESCAPE-CHAR, in #'split-string-by-char,
3588 allowing SEPCHAR to be escaped.
3559 3589
3560 2010-01-09 Didier Verna <didier@xemacs.org> 3590 2010-01-09 Didier Verna <didier@xemacs.org>
3561 3591
3562 * glyphs.c (query_string_font): Use proper domain for cachel 3592 * glyphs.c (query_string_font): Use proper domain for cachel
3563 updating. 3593 updating.