aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2005-09-14 07:06:20 +0000
committerKenichi Handa2005-09-14 07:06:20 +0000
commit24a2b282278cd0e245894851bfc208bd53e9b2e3 (patch)
treecdeb8a28b26ddb37d6d3d748c0f08e74a4ac07dc /src/ChangeLog
parent2b046a720b0564ae3f8685cb153370586c87e17c (diff)
downloademacs-24a2b282278cd0e245894851bfc208bd53e9b2e3.tar.gz
emacs-24a2b282278cd0e245894851bfc208bd53e9b2e3.zip
(code_convert_region_unwind): Argument format changed.
(run_pre_post_conversion_on_str): If pre-write-conversion function changed the current buffer, delete the new buffer. (run_pre_write_conversin_on_c_str): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 44fcf21a242..7ec41e85fe2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12005-09-14 Kenichi Handa <handa@m17n.org> 12005-09-14 Kenichi Handa <handa@m17n.org>
2 2
3 * coding.c (code_convert_region_unwind): Argument format changed.
4 (run_pre_post_conversion_on_str): If pre-write-conversion function
5 changed the current buffer, delete the new buffer.
6 (run_pre_write_conversin_on_c_str): Likewise.
7
3 * fileio.c (Fexpand_file_name): Check multibyteness of 8 * fileio.c (Fexpand_file_name): Check multibyteness of
4 default_directory. 9 default_directory.
5 10