ChangeLog 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. 2004-10-27 Nerijus Baliunas <nerijus@users.sourceforge.net>
  2. * include/slang.h: Define __unix__ if _AIX is defined.
  3. Needed on AIX.
  4. 2004-10-14 Andrew V. Samoilov <sav@bcs.zp.ua>
  5. * sldisply.c (tt_sprintf): Add missed break.
  6. * sldisply.c (SLtt_erase_line): Use tt_write() instead
  7. tt_write_string().
  8. 2004-09-26 Mike Gorchak <mike@malva.ua>
  9. * sldisplay.c (SLtt_goto_rc): Disable cursor movement optimizations
  10. for qansi-m consoles. Needed on QNX Neutrino.
  11. (SLtt_initialize): Init QANSI_Console variable.
  12. 2004-09-24 Roland Illig <roland.illig@gmx.de>
  13. * slsignal.c (SLsystem): Replaced NULL with (char *) NULL in
  14. call to execl.
  15. From patches from the OpenBSD ports collection.
  16. 2004-09-04 Pavel S. Shirshov <pavelsh@mail.ru>
  17. * sltermin.c (): Avoid strncpy, home_ti is 1K long and
  18. nobody really needs it whole cleared
  19. 2004-08-31 Pavel S. Shirshov <pavelsh@mail.ru>
  20. * include/slang.h: Revert last changes - it breaks compiling
  21. * sldisply.c: Likewise.
  22. * slerr.c: Likewise.
  23. * slsmg.c: Likewise.
  24. * sltermin.c: Likewise.
  25. 2004-08-29 Roland Illig <roland.illig@gmx.de>
  26. * slang.h: Added const qualifier to some of the SLang functions.
  27. 2003-09-26 Andrew V. Samoilov <sav@bcs.zp.ua>
  28. * sldisply.c (RGB_to_BGR): Make const.
  29. * slsignal.c (SLsystem): Commented out.
  30. 2003-09-11 Andrew V. Samoilov <sav@bcs.zp.ua>
  31. * slerr.c (SLang_doerror): Fix possible off-by-one error.
  32. * sltermin.c (_SLtt_tigetent): Likewise.
  33. 2002-11-28 Pavel Roskin <proski@gnu.org>
  34. * sldisply.c: Fix for the previous patch. Only swap colors if
  35. setf and setb are not empty.
  36. Reported by Andras Barthazi <andras@barthazi.hu>
  37. 2002-10-25 Pavel Roskin <proski@gnu.org>
  38. * sldisply.c: Patch to swap blue and red colors for setf/setb
  39. capabilities. Needed on QNX Neutrino.
  40. Reported by Pavel Shirshov <pavelsh@mail.ru>
  41. 2002-10-07 Pavel Roskin <proski@gnu.org>
  42. * include/jdmacros.h: Define SLMEMSET and SLMEMCPY
  43. unconditionally, use macros with arguments.
  44. * include/_slang.h: Make it clear which parts are disabled
  45. for compatibility with glib.
  46. * include/slinclud.h: Include malloc.h only if STDC_HEADERS is
  47. not defined.
  48. 2002-10-07 Andrew V. Samoilov <sav@bcs.zp.ua>
  49. * sldisply.c (Color_Def_Type): Make const.
  50. * slsmg.c (Fake_Alt_Char_Pairs): Likewise.
  51. * sltermin.c (Tgetstr_Map_Type): Likewise.
  52. * slutty.c (Baud_Rate_Type): Likewise.
  53. 2002-10-07 Pavel Roskin <proski@gnu.org>
  54. Update to S-Lang 1.4.5. Move include files to "include"
  55. directory to avoid the need to rename slang.h.
  56. * Makefile.am: Adjust file list. Add "-Iinclude" to the
  57. compiler flags.
  58. * include/jdmacros.h: Rewrite to use glib.
  59. * slmisc.c: Trim to include only needed functions.
  60. 2002-09-18 Andrew V. Samoilov <sav@bcs.zp.ua>
  61. * slerr.c (SLang_doerror): Use error parameter. Eliminate
  62. err[] array.
  63. 2002-08-21 Pavel Roskin <proski@gnu.org>
  64. * slsmg.c (Fake_Alt_Char_Pairs): Update from slang-1.4.5. This
  65. fixes the MC logo in the help screen.
  66. 2002-01-21 Pavel Roskin <proski@gnu.org>
  67. * slvideo.c: Include _slang.h, not slang.h.
  68. * slos2tty.c: Remove since OS/2 is no longer supported.
  69. * Makefile.am (EXTRASRC): Remove slos2tty.c.
  70. 2001-12-21 Pavel Roskin <proski@gnu.org>
  71. * _slang.h: Include slang-mc.h.
  72. * slang-mc.h: Add protection against using with system installed
  73. S-Lang library.
  74. * sl*.c: Only include _slang.h, but not slang.h to avoid making
  75. symlinks.
  76. 2001-09-04 Pavel Roskin <proski@gnu.org>
  77. * Makefile.am (AM_CFLAGS): Remove CFLAGS, don't use substituted
  78. values directly.
  79. 2001-08-26 Pavel Roskin <proski@gnu.org>
  80. * Makefile.am: Don't install libmcslang.a.
  81. * Makefile.am (AM_CPPFLAGS): Remove, it's not needed.
  82. 2001-08-25 Pavel Roskin <proski@gnu.org>
  83. * Makefile.in: Converted to ...
  84. * Makefile.am: ... this.
  85. 2001-02-22 Pavel Roskin <proski@gnu.org>
  86. * _slang.h: Include glib.h.
  87. Tue Apr 13 07:07:36 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  88. * slutty.c (SLsys_getkey): handle EOF on stdin (return
  89. SLANG_GETKEY_ERROR on EOF instead of returning garbage)
  90. * Makefile.in (clean): remove the symbolic link slang.h on the
  91. distclean target and not on the clean target.
  92. Sun Feb 14 01:05:42 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  93. * sldisply.c (SLtt_get_terminfo): use g_snprintf instead of
  94. sprintf
  95. * slsmg.c (SLsmg_printf): ditto
  96. * sltermin.c (SLtt_tigetent): ditto