aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2004-01-15 11:31:57 +0000
committerKenichi Handa2004-01-15 11:31:57 +0000
commit8046052576e208af420cf72646a99b4d1cefa02a (patch)
tree2234743a66d5b2bca3430439a8a0c352a55ab3d6 /src/ChangeLog
parente75c1a57f7d262845b072f1789ca646fc952528f (diff)
downloademacs-8046052576e208af420cf72646a99b4d1cefa02a.tar.gz
emacs-8046052576e208af420cf72646a99b4d1cefa02a.zip
(Freplace_match): Use make_multibyte_string or
make_unibyte_string according to the buffer multibyteness.
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 1b662507358..8914c65e41f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12004-01-15 Kenichi Handa <handa@m17n.org>
2
3 * search.c (Freplace_match): Use make_multibyte_string or
4 make_unibyte_string according to the buffer multibyteness.
5
12004-01-14 Stefan Monnier <monnier@iro.umontreal.ca> 62004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * alloc.c (struct interval_block, struct string_block) 8 * alloc.c (struct interval_block, struct string_block)