changeset 44564:ada5f764f32a

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 13 Apr 2002 17:49:34 +0000
parents 3f86b146a02b
children 9bdd94e7a205
files src/ChangeLog
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <rms@gnu.org>
+
+	* 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  <eliz@is.elta.co.il>
 
 	* unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.