X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/292ddc31493df7571853b27b41f9e2c755ae0e1d..1255b58ae9bbc3d9c8d6f426ec22facbc307fa04:/src/ChangeLog?ds=sidebyside diff --git a/src/ChangeLog b/src/ChangeLog index 669db3449a..355b0203f0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,26 @@ +2003-01-17 Kenichi Handa + + * editfns.c (Fformat): Convert an unibyte char argument that is + formatted by "%c" to multibyte if the total result must be a + multibyte string. + +2003-01-16 Kim F. Storm + + * process.c (set-process-filter): Document unibyte/multibyte-ness + of string argument. + +2003-01-16 Kenichi Handa + + * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros. + + * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY. + (re_search_2): Likewise. + +2003-01-15 Kenichi Handa + + * xdisp.c (message_dolog): Fix bug of the case that *Message* + buffer is unibyte. + 2003-01-15 Francesco Potort,Al(B * fns.c (Fsubstring): Clarify doc string.