ChangeLog 6.1 KB

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