aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa1999-12-06 04:53:51 +0000
committerKenichi Handa1999-12-06 04:53:51 +0000
commitb3e5232e688ad7bcc6c7a38c1aa25bb71b6a47bb (patch)
tree3fb1942e9269ca318a0702103c5134bf209d4949 /src
parentaeef8f07d65252484e678d25d9c71923784d418e (diff)
downloademacs-b3e5232e688ad7bcc6c7a38c1aa25bb71b6a47bb.tar.gz
emacs-b3e5232e688ad7bcc6c7a38c1aa25bb71b6a47bb.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog9
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 @@
11999-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
11999-12-04 Stefan Monnier <monnier@cs.yale.edu> 101999-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