ChangeLog 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. 2002-09-18 Andrew V. Samoilov <sav@bcs.zp.ua>
  2. * slerr.c (SLang_doerror): Use error parameter. Eliminate
  3. err[] array.
  4. 2002-08-21 Pavel Roskin <proski@gnu.org>
  5. * slsmg.c (Fake_Alt_Char_Pairs): Update from slang-1.4.5. This
  6. fixes the MC logo in the help screen.
  7. 2002-01-21 Pavel Roskin <proski@gnu.org>
  8. * slvideo.c: Include _slang.h, not slang.h.
  9. * slos2tty.c: Remove since OS/2 is no longer supported.
  10. * Makefile.am (EXTRASRC): Remove slos2tty.c.
  11. 2001-12-21 Pavel Roskin <proski@gnu.org>
  12. * _slang.h: Include slang-mc.h.
  13. * slang-mc.h: Add protection against using with system installed
  14. S-Lang library.
  15. * sl*.c: Only include _slang.h, but not slang.h to avoid making
  16. symlinks.
  17. 2001-09-04 Pavel Roskin <proski@gnu.org>
  18. * Makefile.am (AM_CFLAGS): Remove CFLAGS, don't use substituted
  19. values directly.
  20. 2001-08-26 Pavel Roskin <proski@gnu.org>
  21. * Makefile.am: Don't install libmcslang.a.
  22. * Makefile.am (AM_CPPFLAGS): Remove, it's not needed.
  23. 2001-08-25 Pavel Roskin <proski@gnu.org>
  24. * Makefile.in: Converted to ...
  25. * Makefile.am: ... this.
  26. 2001-02-22 Pavel Roskin <proski@gnu.org>
  27. * _slang.h: Include glib.h.
  28. Tue Apr 13 07:07:36 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  29. * slutty.c (SLsys_getkey): handle EOF on stdin (return
  30. SLANG_GETKEY_ERROR on EOF instead of returning garbage)
  31. * Makefile.in (clean): remove the symbolic link slang.h on the
  32. distclean target and not on the clean target.
  33. Sun Feb 14 01:05:42 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  34. * sldisply.c (SLtt_get_terminfo): use g_snprintf instead of
  35. sprintf
  36. * slsmg.c (SLsmg_printf): ditto
  37. * sltermin.c (SLtt_tigetent): ditto