diff options
| author | Richard M. Stallman | 2002-04-13 17:49:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-04-13 17:49:34 +0000 |
| commit | 685fc579ad33256c0aa4407db483ff27b20f32af (patch) | |
| tree | 025b2a5619812418bc179c474bc48ec37652a44c /src/ChangeLog | |
| parent | 3fd9494be46a04a821c22759d80131ebc136c57c (diff) | |
| download | emacs-685fc579ad33256c0aa4407db483ff27b20f32af.tar.gz emacs-685fc579ad33256c0aa4407db483ff27b20f32af.zip | |
(Finsert_file_contents):
Don't call temp_output_buffer_setup--do just part, by hand.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8b02330ffef..0483eea4a42 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2002-04-13 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * fileio.c (Finsert_file_contents): | ||
| 4 | Don't call temp_output_buffer_setup--do just part, by hand. | ||
| 5 | |||
| 6 | * coding.c (run_pre_post_conversion_on_str): | ||
| 7 | Don't call temp_output_buffer_setup--do just part, by hand. | ||
| 8 | |||
| 9 | * keyboard.c (command_loop_1): Don't call start_hourglass | ||
| 10 | or cancel_hourglass when executing a macro. | ||
| 11 | |||
| 12 | * marker.c (count_markers): New function. | ||
| 13 | |||
| 14 | * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist | ||
| 15 | grow without limit. Move recently used elements to the front. | ||
| 16 | |||
| 1 | 2002-04-13 Eli Zaretskii <eliz@is.elta.co.il> | 17 | 2002-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 18 | ||
| 3 | * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20. | 19 | * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20. |