aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-05-20 10:13:17 +0000
committerJuanma Barranquero2008-05-20 10:13:17 +0000
commitc0dc8f895cb2cf958b8c63323baffed0b6e7eadd (patch)
tree02b3fa92b84359a1d35da27e0f989b7ba4f678d2
parent1285557220b19dccf382eb9f84f2b8fa6278d2e5 (diff)
downloademacs-c0dc8f895cb2cf958b8c63323baffed0b6e7eadd.tar.gz
emacs-c0dc8f895cb2cf958b8c63323baffed0b6e7eadd.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog.76
-rw-r--r--src/ChangeLog.82
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 @@
7181998-07-26 Ken'ichi Handa <handa@melange.gnu.org> 7181998-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
7911998-07-24 Ken'ichi Handa <handa@melange.gnu.org> 7911998-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
7961998-07-25 Kenichi Handa <handa@etl.go.jp> 7961998-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