diff options
| author | Kenichi Handa | 2000-12-14 01:27:24 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-12-14 01:27:24 +0000 |
| commit | 1da1bb05a859d33100b018259458ae5436767c17 (patch) | |
| tree | 2d1c9c516dd0095e046514100244ac37007e77ed /src | |
| parent | 984742da9cc44dfac38e5d7ce3eab90aa897c136 (diff) | |
| download | emacs-1da1bb05a859d33100b018259458ae5436767c17.tar.gz emacs-1da1bb05a859d33100b018259458ae5436767c17.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b425bb2bc07..3ff59a15679 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -9,7 +9,10 @@ | |||
| 9 | argument MULTIBYTEP. Callers changed. | 9 | argument MULTIBYTEP. Callers changed. |
| 10 | (detect_coding_mask, detect_coding_system): New argument | 10 | (detect_coding_mask, detect_coding_system): New argument |
| 11 | MULTIBYTEP. Callers changed. | 11 | MULTIBYTEP. Callers changed. |
| 12 | 12 | (decode_coding_string): Set coding->src_multibyte and | |
| 13 | coding->dst_multibyte before calling detect_coding and detect_eol. | ||
| 14 | Update them after some coding system is detected. | ||
| 15 | |||
| 13 | 2000-12-13 Stefan Monnier <monnier@cs.yale.edu> | 16 | 2000-12-13 Stefan Monnier <monnier@cs.yale.edu> |
| 14 | 17 | ||
| 15 | * keymap.c (get_keyelt): Only eval the filter if `autoload' is set. | 18 | * keymap.c (get_keyelt): Only eval the filter if `autoload' is set. |