diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 03f4fcee063..35acd030955 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2011-04-11 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-11 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * coding.h (coding, code_convert_region, encode_coding_gap): Remove | ||
| 4 | decls. | ||
| 5 | * coding.c (Vsjis_coding_system, Vbig5_coding_system): | ||
| 6 | (iso_code_class, detect_coding, code_convert_region): Now static. | ||
| 7 | (encode_coding_gap): Remove; unused. | ||
| 8 | |||
| 3 | * chartab.c (chartab_chars, chartab_bits): Now static. | 9 | * chartab.c (chartab_chars, chartab_bits): Now static. |
| 4 | 10 | ||
| 5 | * charset.h (charset_iso_8859_1): Remove decl. | 11 | * charset.h (charset_iso_8859_1): Remove decl. |