diff options
-rw-r--r-- | lisp/ChangeLog | 6 | ||||
-rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 433260be0ea..6429b17efd8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,11 @@ 2005-03-11 Kenichi Handa <handa@m17n.org> + * international/mule.el (make-coding-system): Set property + 'coding-system-define-form to nil. + (define-coding-system-alias): Likewise. + +2005-03-11 Kenichi Handa <handa@m17n.org> + These changes are suggested by Dave Love <fx@gnu.org>. * textmodes/fill.el: Change encoding to iso-2022-7bit and add diff --git a/src/ChangeLog b/src/ChangeLog index d806f2690df..3a0bceb6701 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2005-03-11 Kenichi Handa <handa@m17n.org> + + * fileio.c (Finsert_file_contents): Call Fcheck_coding_system + before calling setup_coding_system so that autoloading of a coding + system work. + 2005-03-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * xfns.c (hourglass_started): New function. |