Added cs to the list of languages
[midnight-commander.git] / nt / ChangeLog
blobceaa86f96898ebf2fd3a13e528cb3c838deda7f1
1 Mon Mar 23 08:16:12 1998  Pavel Roskin <pavel.roskin@ecsoft.co.uk>
3         * nt/key.nt.c: cleanup, more keys work (not all)
5 Sat Mar  7 14:43:27 1998  Pavel Roskin <pavel.roskin@ecsoft.co.uk>
7         * nt/Makefile.NT, nt/Makefile.VC4: rewritten for GNU make.
8         Use gmake -f Makefile.VC4 to compile.
9         
10         * nt/*.c: config.h is included before all other code.
11         
12         * nt/config.h: added some definitions, because some
13         compilers don't accept long command lines.
14         
15         * nt/Makefile.VC1: removed :-( It didn't work anyways.
16         
17         * nt/slint.nt.c: can be compiled under OS/2 too
18         
19         * nt/key.nt.c: correct_key_code was called twice. Shifted
20         functional keys supported. Alt-F1 and Alt-F2 work as F11 and F12.
21         Alt-F7 works as Shift-Alt-? (used for find file). Function
22         alt_pressed() and ctrl_pressed() introduced.