# HG changeset patch # User Vin Shelton # Date 1427573013 14400 # Node ID 44ba043ceada060011d23581b81256527d6fcd9f # Parent 77d7b77909c28f4902e44be750dd7597ab32c15d Fix a small typo diff -r 77d7b77909c2 -r 44ba043ceada src/ChangeLog --- a/src/ChangeLog Fri Mar 27 23:39:49 2015 +0000 +++ b/src/ChangeLog Sat Mar 28 16:03:33 2015 -0400 @@ -1,3 +1,7 @@ +2015-03-27 Vin Shelton + + * s/cygwin64.h: Fixed another stupid typo. + 2015-03-27 Aidan Kehoe Fix a small bug, extent_detach(); minimise needless char-byte @@ -19,7 +23,7 @@ * extents.c (report_extent_modification): Use byte positions in this API, move the byte-char conversion to our callers, simplifying extents.c (it all now works in byte - positions). + positions). * extents.h: Update report_extent_modification's prototype. * gutter.c (gutter_extent_signal_changed_region_maybe): @@ -35,7 +39,7 @@ char->byte conversion here rather than leaving it to extents.c. * insdel.h: * insdel.h (struct each_buffer_change_data): - The extent unchanged info now describes bytecounts. + The extent unchanged info now describes bytecounts. 2015-03-26 Vin Shelton diff -r 77d7b77909c2 -r 44ba043ceada src/s/cygwin64.h --- a/src/s/cygwin64.h Fri Mar 27 23:39:49 2015 +0000 +++ b/src/s/cygwin64.h Sat Mar 28 16:03:33 2015 -0400 @@ -1,4 +1,4 @@ -/* system description file for 64-bet cygwin. +/* system description file for 64-bit cygwin. Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. Copyright (C) 2001 Ben Wing.