diff options
| author | Dave Love | 2002-07-30 11:41:15 +0000 |
|---|---|---|
| committer | Dave Love | 2002-07-30 11:41:15 +0000 |
| commit | d1a6e8e738f36120bb625765e65cc2e1e90281d6 (patch) | |
| tree | 1714905e7cd5006570c9245800d5d52c05eddd9d /src | |
| parent | 7e7f83a41feff9ef32605f68df153a3a43ba8744 (diff) | |
| download | emacs-d1a6e8e738f36120bb625765e65cc2e1e90281d6.tar.gz emacs-d1a6e8e738f36120bb625765e65cc2e1e90281d6.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6514a978463..3f47f10bc7f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,44 @@ | |||
| 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 |