comparison src/ChangeLog @ 88859:b3fe0014215b

*** empty log message ***
author Dave Love <fx@gnu.org>
date Tue, 16 Jul 2002 15:22:12 +0000
parents 8a17b9f646a3
children 66e4b336caba
comparison
equal deleted inserted replaced
88858:889b48cce7a1 88859:b3fe0014215b
1 2002-07-16 Dave Love <fx@gnu.org>
2
3 * casetab.c (init_casetab_once, init_casetab_once): Fix
4 CHAR_TABLE_SET call.
5
6 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
7
8 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
9
10 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
11 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
12 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
13
14 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
15
16 * coding.c (ENCODE_DESIGNATION, decode_eol)
17 (make_conversion_work_buffer, code_conversion_restore)
18 (Fdefine_coding_system_internal): Convert Lisp types.
19 (code_conversion_restore): Use EQ, not ==.
20 (Fencode_coding_string): Fix code_convert_string call.
21
22 * coding.h (code_convert_region): Fix prototype.
23
24 * dispextern.h (redraw_frame, redraw_garbaged_frames): Removed.
25
26 * fontset.c (fontset_ref, fontset_set, fs_load_font)
27 (Ffontset_info): Convert Lisp types.
28
29 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
30
31 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
32
33 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
34
35 * chartab.c: Include "...h", not <...h> in some cases.
36
37 * callproc.c (Fcall_process): Remove unused variables.
38
1 2002-07-12 Dave Love <fx@gnu.org> 39 2002-07-12 Dave Love <fx@gnu.org>
2 40
3 * coding.c (Fset_coding_system_priority): Allow null arg list. 41 * coding.c (Fset_coding_system_priority): Allow null arg list.
4 42
5 2002-07-03 Dave Love <fx@gnu.org> 43 2002-07-03 Dave Love <fx@gnu.org>