# HG changeset patch # User Richard M. Stallman # Date 1018720174 0 # Node ID ada5f764f32af3d11e07233b57c0ca19a143450d # Parent 3f86b146a02b81e3fd146156b1542a06f4d6c161 *** empty log message *** diff -r 3f86b146a02b -r ada5f764f32a src/ChangeLog --- a/src/ChangeLog Sat Apr 13 17:49:28 2002 +0000 +++ b/src/ChangeLog Sat Apr 13 17:49:34 2002 +0000 @@ -1,3 +1,19 @@ +2002-04-13 Richard M. Stallman + + * fileio.c (Finsert_file_contents): + Don't call temp_output_buffer_setup--do just part, by hand. + + * coding.c (run_pre_post_conversion_on_str): + Don't call temp_output_buffer_setup--do just part, by hand. + + * keyboard.c (command_loop_1): Don't call start_hourglass + or cancel_hourglass when executing a macro. + + * marker.c (count_markers): New function. + + * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist + grow without limit. Move recently used elements to the front. + 2002-04-13 Eli Zaretskii * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.