comparison 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
comparison
equal deleted inserted replaced
89077:b39c11cf3b5d 89078:63d0bc85dea9
1 2002-09-05 Dave Love <fx@gnu.org>
2
3 * s/usg5-4.h: Fix last change.
4
5 * unexelf.c (unexec): Make .got handling not SGI-specific.
6
7 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
8
9 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
10
11 * keyboard.c (read_key_sequence): Fix type error.
12
13 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
14 type error.
15
16 * fontset.c (fontset_add): Return Lisp_Object.
17
1 2002-09-03 Dave Love <fx@gnu.org> 18 2002-09-03 Dave Love <fx@gnu.org>
2 19
3 * charset.h (charset_ordered_list_tick): Declare extern. 20 * charset.h (charset_ordered_list_tick): Declare extern.
4 21
5 2002-09-03 Kenichi Handa <handa@etl.go.jp> 22 2002-09-03 Kenichi Handa <handa@etl.go.jp>