mirror of https://github.com/MidnightCommander/mc
*** empty log message ***
This commit is contained in:
parent
bb36519e9f
commit
eb88159c64
14
ChangeLog
14
ChangeLog
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue