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