diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
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 |