diff options
| author | Juanma Barranquero | 2008-05-20 10:13:17 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-05-20 10:13:17 +0000 |
| commit | c0dc8f895cb2cf958b8c63323baffed0b6e7eadd (patch) | |
| tree | 02b3fa92b84359a1d35da27e0f989b7ba4f678d2 | |
| parent | 1285557220b19dccf382eb9f84f2b8fa6278d2e5 (diff) | |
| download | emacs-c0dc8f895cb2cf958b8c63323baffed0b6e7eadd.tar.gz emacs-c0dc8f895cb2cf958b8c63323baffed0b6e7eadd.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog.7 | 6 | ||||
| -rw-r--r-- | src/ChangeLog.8 | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index 91a2699fcfd..959b1fb8f5c 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 | |||
| @@ -544,7 +544,7 @@ | |||
| 544 | * international/quail.el (quail-start-translation): Bind help-char | 544 | * international/quail.el (quail-start-translation): Bind help-char |
| 545 | to nil locally. | 545 | to nil locally. |
| 546 | 546 | ||
| 547 | * language/cyril-util.el (cyrillic-encode-koi8-r-char): New funciton. | 547 | * language/cyril-util.el (cyrillic-encode-koi8-r-char): New function. |
| 548 | (cyrillic-encode-alternativnyj-char): New function. | 548 | (cyrillic-encode-alternativnyj-char): New function. |
| 549 | 549 | ||
| 550 | * language/cyrillic.el (cyrillic-koi8-r-decode-table): New | 550 | * language/cyrillic.el (cyrillic-koi8-r-decode-table): New |
| @@ -718,7 +718,7 @@ | |||
| 718 | 1998-07-26 Ken'ichi Handa <handa@melange.gnu.org> | 718 | 1998-07-26 Ken'ichi Handa <handa@melange.gnu.org> |
| 719 | 719 | ||
| 720 | * arc-mode.el (archive-set-buffer-as-visiting-file): Give FILENAME | 720 | * arc-mode.el (archive-set-buffer-as-visiting-file): Give FILENAME |
| 721 | arg to set-auto-coding-funciton. | 721 | arg to set-auto-coding-function. |
| 722 | (archive-extract): Pay attention to enable-multibyte-characters. | 722 | (archive-extract): Pay attention to enable-multibyte-characters. |
| 723 | (archive-*-write-file-member): Likewise. | 723 | (archive-*-write-file-member): Likewise. |
| 724 | (archive-rename-entry): Likewise. | 724 | (archive-rename-entry): Likewise. |
| @@ -790,7 +790,7 @@ | |||
| 790 | 790 | ||
| 791 | 1998-07-24 Ken'ichi Handa <handa@melange.gnu.org> | 791 | 1998-07-24 Ken'ichi Handa <handa@melange.gnu.org> |
| 792 | 792 | ||
| 793 | * tar-mode.el (tar-extract): Give set-auto-coding-funciton | 793 | * tar-mode.el (tar-extract): Give set-auto-coding-function |
| 794 | FILENAME argument. | 794 | FILENAME argument. |
| 795 | 795 | ||
| 796 | 1998-07-25 Kenichi Handa <handa@etl.go.jp> | 796 | 1998-07-25 Kenichi Handa <handa@etl.go.jp> |
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index ff49b9003c5..9387181e7ac 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -13389,7 +13389,7 @@ | |||
| 13389 | * coding.c (setup_coding_system): Fix setting up | 13389 | * coding.c (setup_coding_system): Fix setting up |
| 13390 | coding->spec.ccl.valid_codes for CCL based coding system. | 13390 | coding->spec.ccl.valid_codes for CCL based coding system. |
| 13391 | (code_convert_region): Set point to FROM before inserting the | 13391 | (code_convert_region): Set point to FROM before inserting the |
| 13392 | result of pre-write-funciton. Preserve original point. | 13392 | result of pre-write-function. Preserve original point. |
| 13393 | (code_convert_string): If coding->type is coding_type_ccl, do | 13393 | (code_convert_string): If coding->type is coding_type_ccl, do |
| 13394 | conversion even if the length of conversion region is zero. | 13394 | conversion even if the length of conversion region is zero. |
| 13395 | 13395 | ||