diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
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 @@ | |||
| 1 | 2000-01-25 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-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 | |||
| 6 | 2000-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 | ||