*** empty log message ***

This commit is contained in:
Paul Sheer 1999-03-21 01:57:34 +00:00
parent bb36519e9f
commit eb88159c64
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
Sun Mar 21 03:55:24 1999 Paul Sheer <psheer@obsidian.co.za>
* 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 <nmrf@rnl.ist.utl.pt>
* configure.in: Create slang directory, it is needed when

View File

@ -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)