diff options
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) |