ChangeLog 864 B

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