Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 2952:861a7995b9fe
[xemacs-hg @ 2005-09-26 08:29:27 by ben]
fix range table boundaries
rangetab.c: Fix bug in handling of range endpoints when not start-closed, end-open.
author | ben |
---|---|
date | Mon, 26 Sep 2005 08:29:31 +0000 |
parents | 4a9a804b31cb |
children | c7d4a681eb2c |
comparison
equal
deleted
inserted
replaced
2951:b694dfd2f40e | 2952:861a7995b9fe |
---|---|
1 2005-09-26 Ben Wing <ben@xemacs.org> | |
2 | |
3 * rangetab.c: | |
4 * rangetab.c (Fmap_range_table): | |
5 Fix bug in handling of range endpoints when not start-closed, end-open. | |
6 | |
1 2005-09-17 Olivier Galibert <galibert@xemacs.org> | 7 2005-09-17 Olivier Galibert <galibert@xemacs.org> |
2 | 8 |
3 * intl.c (Fset_current_locale): setlocale return string is valid | 9 * intl.c (Fset_current_locale): setlocale return string is valid |
4 only until the next setlocale call. | 10 only until the next setlocale call. |
5 | 11 |