diff --git a/ChangeLog b/ChangeLog index 9c03ea41d..a13f11a9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Sun Mar 21 03:55:24 1999 Paul Sheer + + * edit/*.[ch] gtkedit/*.[ch]: brought the editor up + to date with cooledit 3.9.0. This adds some new features. + Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into + syntax.c. This is because the rule set is becoming too + large to maintain in its current form and because file + loading is starting to get slow. + + There is also a bookmark feature which does not yet have + key bindings assigned to it, but should be cool once + these get inserted. Syntax rules files are named + $LIBDIR/cooledit/syntax/*.syntax + 1999-03-20 Nuno Ferreira * configure.in: Create slang directory, it is needed when diff --git a/edit/Makefile.in b/edit/Makefile.in index d5a7be695..d74ec7655 100644 --- a/edit/Makefile.in +++ b/edit/Makefile.in @@ -21,7 +21,7 @@ AR = @AR@ EDITSRC = edit_key_translator.c EDITOBJS = edit.o editcmd.o editwidget.o editdraw.o editmenu.o wordproc.o \ - syntax.o editoptions.o + syntax.o editoptions.o bookmark.o DIST = Makefile.in $(EDITSRC)