comparison src/ChangeLog @ 88943:b508e1ffe828

*** empty log message ***
author Dave Love <fx@gnu.org>
date Tue, 30 Jul 2002 11:41:15 +0000
parents 6d9bb23ad1e9
children f76e089c1e9e
comparison
equal deleted inserted replaced
88942:3eb3b7ef06e9 88943:b508e1ffe828
1 2002-07-30 Dave Love <fx@gnu.org>
2
3 * xfns.c (x_put_x_image): Declare args.
4
5 * xfaces.c (font_name_registry, choose_face_font): Delete unused
6 vars.
7 (try_font_list): Declare an arg.
8
9 * xdisp.c (message2_nolog, set_message): Declare an arg.
10
11 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
12
13 * syntax.c (scan_sexps_forward): Declare an arg.
14
15 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
16 Declare an arg.
17
18 * lisp.h (Fnew_fontset): Declare.
19
20 * keymap.c (push_key_description): Call CHARACTERP correctly.
21
22 * fontset.c (fontset_add): Declare args. Call make_number
23 correctly.
24 (face_for_char): Delete unused vars.
25 (Fset_fontset_font): Doc fix. Delete unused vars.
26
27 * doc.c (Fsubstitute_command_keys): Delete unused vars.
28
29 * composite.c (update_compositions): Declare arg.
30
31 * cm.c (calccost, cmgoto): Declare args.
32
33 * charset.c: Remove `emacs' conditional. Doc fixes.
34 (map_char_table_for_charset): Declare.
35
36 * character.c (syms_of_character) <translation-table-vector>: Doc
37 fix.
38
39 * ccl.c: Remove `emacs' conditional. Include hash table stuff
40 from trunk.
41
1 2002-07-26 Kenichi Handa <handa@etl.go.jp> 42 2002-07-26 Kenichi Handa <handa@etl.go.jp>
2 43
3 The following changes are to allow specifying multiple font 44 The following changes are to allow specifying multiple font
4 patterns for a character range (specified by script or charset). 45 patterns for a character range (specified by script or charset).
5 46