Mercurial > emacs
comparison src/ChangeLog @ 82311:274ccf527227
*** empty log message ***
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Tue, 07 Aug 2007 12:23:20 +0000 |
parents | d004a08e9402 |
children | c38818240a19 |
comparison
equal
deleted
inserted
replaced
82310:b9c61edbe743 | 82311:274ccf527227 |
---|---|
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) |
4 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]: | 15 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]: |
5 Call malloc_enable_thread on interactive startup. | 16 Call malloc_enable_thread on interactive startup. |