comparison src/ChangeLog @ 5880:44ba043ceada

Fix a small typo
author Vin Shelton <acs@xemacs.org>
date Sat, 28 Mar 2015 16:03:33 -0400
parents 77d7b77909c2
children 31dd275fa683
comparison
equal deleted inserted replaced
5879:77d7b77909c2 5880:44ba043ceada
1 2015-03-27 Vin Shelton <acs@xemacs.org>
2
3 * s/cygwin64.h: Fixed another stupid typo.
4
1 2015-03-27 Aidan Kehoe <kehoea@parhasard.net> 5 2015-03-27 Aidan Kehoe <kehoea@parhasard.net>
2 6
3 Fix a small bug, extent_detach(); minimise needless char-byte 7 Fix a small bug, extent_detach(); minimise needless char-byte
4 conversion, extents.c, sticking to byte positions in general in 8 conversion, extents.c, sticking to byte positions in general in
5 this file. 9 this file.
17 Use byte positions, only converting to characters when we are 21 Use byte positions, only converting to characters when we are
18 definitely calling Lisp. 22 definitely calling Lisp.
19 * extents.c (report_extent_modification): 23 * extents.c (report_extent_modification):
20 Use byte positions in this API, move the byte-char conversion to 24 Use byte positions in this API, move the byte-char conversion to
21 our callers, simplifying extents.c (it all now works in byte 25 our callers, simplifying extents.c (it all now works in byte
22 positions). 26 positions).
23 * extents.h: 27 * extents.h:
24 Update report_extent_modification's prototype. 28 Update report_extent_modification's prototype.
25 * gutter.c (gutter_extent_signal_changed_region_maybe): 29 * gutter.c (gutter_extent_signal_changed_region_maybe):
26 Use byte positions here, avoids needless byte-char conversion. 30 Use byte positions here, avoids needless byte-char conversion.
27 * gutter.h: 31 * gutter.h:
33 * insdel.c (signal_after_change): 37 * insdel.c (signal_after_change):
34 Call report_extent_modification() with byte positions, doing the 38 Call report_extent_modification() with byte positions, doing the
35 char->byte conversion here rather than leaving it to extents.c. 39 char->byte conversion here rather than leaving it to extents.c.
36 * insdel.h: 40 * insdel.h:
37 * insdel.h (struct each_buffer_change_data): 41 * insdel.h (struct each_buffer_change_data):
38 The extent unchanged info now describes bytecounts. 42 The extent unchanged info now describes bytecounts.
39 43
40 2015-03-26 Vin Shelton <acs@xemacs.org> 44 2015-03-26 Vin Shelton <acs@xemacs.org>
41 45
42 * m/x86_64.h: Deleted; caused bogus GNUMakefile generation 46 * m/x86_64.h: Deleted; caused bogus GNUMakefile generation
43 on cygwin64. 47 on cygwin64.