# HG changeset patch # User Lute Kamstra # Date 1113036203 0 # Node ID 8cfd32d71cf45f6fe0c427a739fbf00d3340f6e7 # Parent 88c04d73f43dc365dd1ce3e95126298b6dba2143 *** empty log message *** diff -r 88c04d73f43d -r 8cfd32d71cf4 src/ChangeLog --- a/src/ChangeLog Sat Apr 09 08:42:30 2005 +0000 +++ b/src/ChangeLog Sat Apr 09 08:43:23 2005 +0000 @@ -1,3 +1,8 @@ +2005-04-09 Lute Kamstra + + * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is + within the accessible part of the buffer. + 2005-04-09 Kim F. Storm * lread.c (readevalloop): Add args START and END as region in @@ -41,8 +46,8 @@ 2005-04-01 Kenichi Handa - * lisp.h (Vascii_upcase_table, Vascii_canon_table, - Vascii_eqv_table): Extern them. + * lisp.h (Vascii_upcase_table, Vascii_canon_table) + (Vascii_eqv_table): Extern them. * casetab.c (set_case_table): If standard is nonzero, setup Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table.