diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 568e9c4f98a..1d311787237 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2000-12-14 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro. | ||
| 4 | (detect_coding_emacs_mule, detect_coding_iso2022,) | ||
| 5 | (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8) | ||
| 6 | (detect_coding_utf_16, detect_coding_ccl): Make them static. New | ||
| 7 | argument MULTIBYTEP. Callers changed. | ||
| 8 | (detect_coding_mask, detect_coding_system): New argument | ||
| 9 | MULTIBYTEP. Callers changed. | ||
| 10 | |||
| 1 | 2000-12-13 Stefan Monnier <monnier@cs.yale.edu> | 11 | 2000-12-13 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 12 | ||
| 3 | * keymap.c (get_keyelt): Only eval the filter if `autoload' is set. | 13 | * keymap.c (get_keyelt): Only eval the filter if `autoload' is set. |