diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 86fa5f449be..5472e7d3dd0 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,10 +1,10 @@ 2001-05-14 Francesco Potorti` - * /cvs/emacs/lib-src/etags.c (add_regex): - Reset the whole newly allocated pattern buffer instead of - the individual members. It's safer and works with Xemacs. + * etags.c (add_regex): Reset the whole newly allocated pattern + buffer instead of the individual members. It's safer and works + with Xemacs. - * /cvs/emacs/lib-src/etags.1: Markups corrected. + * etags.1: Markups corrected. 2001-05-08 Gerd Moellmann diff --git a/src/ChangeLog b/src/ChangeLog index 3f6c6dd7ad0..f99fc4d1547 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-05-15 Gerd Moellmann + * xfaces.c (split_font_name): Handle `[...]' for the right + font name fields. + * ccl.c (ccl_driver): Don't copy remaining bytes in case of CCL_STAT_INVALID_CMD.