Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4898:9a6c3653f58e
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Fri, 29 Jan 2010 20:59:21 -0600 |
parents | 65ad2cd9f2ff 91a023144e72 |
children | 7504864a986c |
comparison
equal
deleted
inserted
replaced
4895:65ad2cd9f2ff | 4898:9a6c3653f58e |
---|---|
1 2010-01-28 Jerry James <james@xemacs.org> | 1 2010-01-28 Jerry James <james@xemacs.org> |
2 | 2 |
3 * Makefile.in.in: Remove internationalization rules, since the | 3 * Makefile.in.in: Remove internationalization rules, since the |
4 lib-src programs they invoke are now gone. | 4 lib-src programs they invoke are now gone. |
5 | |
6 2010-01-29 Ben Wing <ben@xemacs.org> | |
7 | |
8 * search.c (boyer_moore): Fix longstanding bug involving | |
9 searching for Control-1 chars; code was trying to directly | |
10 extract the last byte in the textual representation of a char | |
11 from an Ichar (and doing it in a buggy fashion) rather than | |
12 just converting the Ichar to text and looking at the last byte. | |
5 | 13 |
6 2010-01-28 Ben Wing <ben@xemacs.org> | 14 2010-01-28 Ben Wing <ben@xemacs.org> |
7 | 15 |
8 * syswindows.h: | 16 * syswindows.h: |
9 Add typedefs for PCVOID and PDWORD_PTR for non-Cygwin-headers folks | 17 Add typedefs for PCVOID and PDWORD_PTR for non-Cygwin-headers folks |
276 Never provide #'integerp in this file. Remove #'oddp, | 284 Never provide #'integerp in this file. Remove #'oddp, |
277 #'evenp; their implementations are overridden by those in cl.el. | 285 #'evenp; their implementations are overridden by those in cl.el. |
278 * number.c (vars_of_number): | 286 * number.c (vars_of_number): |
279 most-positive-fixnum, most-negative-fixnum are no longer here. | 287 most-positive-fixnum, most-negative-fixnum are no longer here. |
280 | 288 |
281 >>>>>>> other | |
282 2010-01-17 Vin Shelton <acs@xemacs.org> | 289 2010-01-17 Vin Shelton <acs@xemacs.org> |
283 | 290 |
284 * fileio.c (check_writable): Remove cast from 2010-01-14 | 291 * fileio.c (check_writable): Remove cast from 2010-01-14 |
285 | 292 |
286 * syswindows.h: Use consts in macros where appropriate in lieu of | 293 * syswindows.h: Use consts in macros where appropriate in lieu of |