aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-01-25 21:44:04 +0000
committerGerd Moellmann2000-01-25 21:44:04 +0000
commitd0c037d81d868a35c1c5d0dffefc6324134c7cd3 (patch)
tree64275db79b5100cb25b4d7ef710f69cfd0d633f5 /src/ChangeLog
parente12489f9ab542b1c83f7ac9cca05fd21a37d4080 (diff)
downloademacs-d0c037d81d868a35c1c5d0dffefc6324134c7cd3.tar.gz
emacs-d0c037d81d868a35c1c5d0dffefc6324134c7cd3.zip
(Fstring): If there is a multibyte char among
the args, always return a multibyte string.
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 adcfb0089f9..f3a765f5661 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12000-01-25 Gerd Moellmann <gerd@gnu.org> 12000-01-25 Gerd Moellmann <gerd@gnu.org>
2 2
3 * charset.c (Fstring): If there is a multibyte char among
4 the args, always return a multibyte string.
5
62000-01-25 Gerd Moellmann <gerd@gnu.org>
7
3 * sysdep.c (sys_select): Turn atimers off and on instead of 8 * sysdep.c (sys_select): Turn atimers off and on instead of
4 recording and restoring old alarm handler 9 recording and restoring old alarm handler
5 10