Mercurial > emacs
diff src/ChangeLog @ 89078:63d0bc85dea9
*** empty log message ***
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Thu, 05 Sep 2002 17:44:50 +0000 |
| parents | d86aa90b5637 |
| children | 80acaa0a5ad6 |
line wrap: on
line diff
--- a/src/ChangeLog Thu Sep 05 17:43:48 2002 +0000 +++ b/src/ChangeLog Thu Sep 05 17:44:50 2002 +0000 @@ -1,3 +1,20 @@ +2002-09-05 Dave Love <fx@gnu.org> + + * s/usg5-4.h: Fix last change. + + * unexelf.c (unexec): Make .got handling not SGI-specific. + + * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix. + + * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'. + + * keyboard.c (read_key_sequence): Fix type error. + + * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix + type error. + + * fontset.c (fontset_add): Return Lisp_Object. + 2002-09-03 Dave Love <fx@gnu.org> * charset.h (charset_ordered_list_tick): Declare extern.
