diff options
| author | Kenichi Handa | 1999-12-06 04:53:51 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-12-06 04:53:51 +0000 |
| commit | b3e5232e688ad7bcc6c7a38c1aa25bb71b6a47bb (patch) | |
| tree | 3fb1942e9269ca318a0702103c5134bf209d4949 | |
| parent | aeef8f07d65252484e678d25d9c71923784d418e (diff) | |
| download | emacs-b3e5232e688ad7bcc6c7a38c1aa25bb71b6a47bb.tar.gz emacs-b3e5232e688ad7bcc6c7a38c1aa25bb71b6a47bb.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6af6a1640b6..bab5d85407e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 1999-12-06 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * international/mule.el (set-buffer-file-coding-system): Docstring | ||
| 4 | modified. | ||
| 5 | |||
| 1 | 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> | 6 | 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> |
| 2 | 7 | ||
| 3 | * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support | 8 | * 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 @@ | |||
| 1 | 1999-12-06 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * fileio.c (decide_coding_unwind): Renamed from | ||
| 4 | set_auto_coding_unwind. | ||
| 5 | (Finsert_file_contents): Make single unwind protect to call both | ||
| 6 | Vset_auto_coding_function and Ffind_operation_coding_system. | ||
| 7 | |||
| 8 | * insdel.c (adjust_markers_for_delete): Make it non-static. | ||
| 9 | |||
| 1 | 1999-12-04 Stefan Monnier <monnier@cs.yale.edu> | 10 | 1999-12-04 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 11 | ||
| 3 | * regex.c (regex_compile): Recognize *?, +? and ?? as non-greedy | 12 | * regex.c (regex_compile): Recognize *?, +? and ?? as non-greedy |