Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5048:32e1ae4c1e3a
merge
| author | Ben Wing <ben@xemacs.org> |
|---|---|
| date | Sat, 20 Feb 2010 23:34:25 -0600 |
| parents | 07dcc7000bbf 9624523604c5 |
| children | 548f1f47eb82 |
comparison
equal
deleted
inserted
replaced
| 5047:07dcc7000bbf | 5048:32e1ae4c1e3a |
|---|---|
| 267 already in regex.c and modify it so that it recognizes the | 267 already in regex.c and modify it so that it recognizes the |
| 268 debug_regexps variable and the flags in it. | 268 debug_regexps variable and the flags in it. |
| 269 | 269 |
| 270 Rename variable `debug-xemacs-searches' to just `debug-searches', | 270 Rename variable `debug-xemacs-searches' to just `debug-searches', |
| 271 consistent with other debug vars. | 271 consistent with other debug vars. |
| 272 | |
| 273 2010-02-19 Aidan Kehoe <kehoea@parhasard.net> | |
| 274 | |
| 275 * fns.c (split_string_by_ichar_1): | |
| 276 Use better types (e.g., not an Ichar for a buffer size) in this | |
| 277 function when dealing with ESCAPECHAR. | |
| 278 | |
| 279 2010-02-19 Aidan Kehoe <kehoea@parhasard.net> | |
| 280 | |
| 281 * fns.c (mapcarX): | |
| 282 Correct this function, discarding multiple values when one | |
| 283 SEQUENCE is supplied, choosing a better label name. Correct the | |
| 284 comment describing the SOME_OR_EVERY argument. | |
| 285 | |
| 286 2010-02-12 Aidan Kehoe <kehoea@parhasard.net> | |
| 287 | |
| 288 * syswindows.h: | |
| 289 Remove the PDWORD_PTR typedef; it's not used in | |
| 290 intl-auto-encap-win32.h , and it breaks the build with Visual C++ | |
| 291 2005 Express Edition and a 2005 copy of the SDK. | |
| 272 | 292 |
| 273 2010-02-10 Ben Wing <ben@xemacs.org> | 293 2010-02-10 Ben Wing <ben@xemacs.org> |
| 274 | 294 |
| 275 * text.h: | 295 * text.h: |
| 276 * text.h (VALIDATE_IBYTEPTR_BACKWARD): | 296 * text.h (VALIDATE_IBYTEPTR_BACKWARD): |
| 3706 New function complex_vars_of_unicode(). In it, create the utf-8 | 3726 New function complex_vars_of_unicode(). In it, create the utf-8 |
| 3707 coding system. Call it appropriately in emacs.c. Sort the | 3727 coding system. Call it appropriately in emacs.c. Sort the |
| 3708 prototypes of complex_vars_of_*() in symsinit.h, for cosmetic | 3728 prototypes of complex_vars_of_*() in symsinit.h, for cosmetic |
| 3709 reasons. | 3729 reasons. |
| 3710 | 3730 |
| 3731 | |
| 3732 2010-02-07 Aidan Kehoe <kehoea@parhasard.net> | |
| 3733 | |
| 3734 * fns.c (split_string_by_ichar_1): Extend this to take UNESCAPE | |
| 3735 and ESCAPECHAR arguments. | |
| 3736 (split_external_path, split_env_path, Fsplit_string_by_char) | |
| 3737 (Fsplit_path): | |
| 3738 Pass the new arguments to split_string_by_ichar_1(); take a new | |
| 3739 optional argument, ESCAPE-CHAR, in #'split-string-by-char, | |
| 3740 allowing SEPCHAR to be escaped. | |
| 3711 | 3741 |
| 3712 2010-01-09 Didier Verna <didier@xemacs.org> | 3742 2010-01-09 Didier Verna <didier@xemacs.org> |
| 3713 | 3743 |
| 3714 * glyphs.c (query_string_font): Use proper domain for cachel | 3744 * glyphs.c (query_string_font): Use proper domain for cachel |
| 3715 updating. | 3745 updating. |
