# HG changeset patch # User Stefan Monnier # Date 994969725 0 # Node ID 5b7951bd8471993c326259b273acf097cbe9d34c # Parent 6e498054580e54251487b0a3a695b715a07205d7 *** empty log message *** diff -r 6e498054580e -r 5b7951bd8471 src/ChangeLog --- a/src/ChangeLog Thu Jul 12 20:26:18 2001 +0000 +++ b/src/ChangeLog Thu Jul 12 20:28:45 2001 +0000 @@ -1,3 +1,8 @@ +2001-07-12 Stefan Monnier + + * coding.c (Ffind_coding_systems_region_internal): If safe_codings + is t, don't try to append anything to it. + 2001-07-12 Eli Zaretskii * dired.c (file_name_completion): Pass dp->d_name to @@ -13,9 +18,8 @@ the event after checking it with x_handle_property_notify. * xselect.c (TRACE0, TRACE1, TRACE2): New macros, defined - depending on TRACE_SELECTION. Replace fprintfs in #if 0 with - TRACE macros to facilitate debugging. Add additional trace - statements. + depending on TRACE_SELECTION. Replace fprintfs in #if 0 with + TRACE macros to facilitate debugging. Add additional trace statements. (toplevel): Add prototypes for file-local functions. (x_atom_to_symbol): Remove DPYINFO parameter.