diff options
| author | Martin Rudalics | 2007-08-07 12:23:20 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2007-08-07 12:23:20 +0000 |
| commit | 6f2528d8d8c66e7bfbd0cd33280fabeebcf445aa (patch) | |
| tree | a012cc695e96da9b0fa93e70aca828c8d74a6c95 /src/ChangeLog | |
| parent | 3ceeb306d2d5843f7277a51c5425386d64678e31 (diff) | |
| download | emacs-6f2528d8d8c66e7bfbd0cd33280fabeebcf445aa.tar.gz emacs-6f2528d8d8c66e7bfbd0cd33280fabeebcf445aa.zip | |
(Finsert_file_contents): Run format-decode and
after_insert_file_functions on entire buffer when REPLACE is
non-nil and inhibit modification_hooks and point_motion_hooks.
For consistency, run after_insert_file_functions iff something
got inserted. Move signal_after_change and update_compositions
after code running after_insert_file_functions. Make sure that
undo_list doesn't record intermediate steps of the decoding
process.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c2bb18b6575..2d1a9653f2b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2007-08-07 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * fileio.c (Finsert_file_contents): Run format-decode and | ||
| 4 | after_insert_file_functions on entire buffer when REPLACE is | ||
| 5 | non-nil and inhibit modification_hooks and point_motion_hooks. | ||
| 6 | For consistency, run after_insert_file_functions iff something | ||
| 7 | got inserted. Move signal_after_change and update_compositions | ||
| 8 | after code running after_insert_file_functions. Make sure that | ||
| 9 | undo_list doesn't record intermediate steps of the decoding | ||
| 10 | process. | ||
| 11 | |||
| 1 | 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 12 | 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 13 | ||
| 3 | * emacs.c (main) | 14 | * emacs.c (main) |