Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 2506:8c96bdabcaf9
[xemacs-hg @ 2005-01-26 05:11:01 by ben]
implement next-single-char-property-change and friends
extents.c, extents.h, indent.c, syntax.c: Implement next/previous-single-char-property-change and make
next/previous-single-property-change work like in FSF.
author | ben |
---|---|
date | Wed, 26 Jan 2005 05:11:12 +0000 |
parents | 261c5cd19207 |
children | b49d38bc659d |
comparison
equal
deleted
inserted
replaced
2505:3e5a2d0d57e1 | 2506:8c96bdabcaf9 |
---|---|
1 2005-01-25 Ben Wing <ben@xemacs.org> | |
2 | |
3 * extents.c: | |
4 * extents.c (next_previous_single_property_change): | |
5 * extents.c (next_previous_single_property_change_fn): | |
6 * extents.c (syms_of_extents): | |
7 * extents.h: | |
8 * indent.c (last_visible_position): | |
9 * syntax.c (update_syntax_cache): | |
10 Implement next/previous-single-char-property-change and make | |
11 next/previous-single-property-change work like in FSF. | |
12 | |
1 2005-01-25 Ben Wing <ben@xemacs.org> | 13 2005-01-25 Ben Wing <ben@xemacs.org> |
2 | 14 |
3 * Makefile.in.in: | 15 * Makefile.in.in: |
4 * Makefile.in.in (%.o): | 16 * Makefile.in.in (%.o): |
5 Don't compile executable as Windows (-mwindows) under Cygwin. | 17 Don't compile executable as Windows (-mwindows) under Cygwin. |