From: Kenichi Handa Date: Mon, 6 Dec 1999 04:53:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~5876 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b3e5232e688ad7bcc6c7a38c1aa25bb71b6a47bb;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6af6a1640b6..bab5d85407e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +1999-12-06 Kenichi Handa + + * international/mule.el (set-buffer-file-coding-system): Docstring + modified. + 1999-12-05 Dirk Herrmann * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support diff --git a/src/ChangeLog b/src/ChangeLog index f350ca6312f..9d8bfaf50fc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +1999-12-06 Kenichi Handa + + * fileio.c (decide_coding_unwind): Renamed from + set_auto_coding_unwind. + (Finsert_file_contents): Make single unwind protect to call both + Vset_auto_coding_function and Ffind_operation_coding_system. + + * insdel.c (adjust_markers_for_delete): Make it non-static. + 1999-12-04 Stefan Monnier * regex.c (regex_compile): Recognize *?, +? and ?? as non-greedy