last fuzzy translated...
[midnight-commander.git] / slang / ChangeLog
blob0a2511c89c5961bff2c162ba9752ba0efb65046b
1 2002-10-25  Pavel Roskin  <proski@gnu.org>
3         * sldisply.c: Patch to swap blue and red colors for setf/setb
4         capabilities.  Needed on QNX Neutrino.
5         Reported by Pavel Shirshov <pavelsh@mail.ru>
7 2002-10-07  Pavel Roskin  <proski@gnu.org>
9         * include/jdmacros.h: Define SLMEMSET and SLMEMCPY
10         unconditionally, use macros with arguments.
11         * include/_slang.h: Make it clear which parts are disabled
12         for compatibility with glib.
13         * include/slinclud.h: Include malloc.h only if STDC_HEADERS is
14         not defined.
16 2002-10-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
18         * sldisply.c (Color_Def_Type): Make const.
19         * slsmg.c (Fake_Alt_Char_Pairs): Likewise.
20         * sltermin.c (Tgetstr_Map_Type): Likewise.
21         * slutty.c (Baud_Rate_Type): Likewise.
23 2002-10-07  Pavel Roskin  <proski@gnu.org>
25         Update to S-Lang 1.4.5.  Move include files to "include"
26         directory to avoid the need to rename slang.h.
27         * Makefile.am: Adjust file list.  Add "-Iinclude" to the
28         compiler flags.
29         * include/jdmacros.h: Rewrite to use glib.
30         * slmisc.c: Trim to include only needed functions.
32 2002-09-18  Andrew V. Samoilov  <sav@bcs.zp.ua>
34         * slerr.c (SLang_doerror): Use error parameter.  Eliminate
35         err[] array.
37 2002-08-21  Pavel Roskin  <proski@gnu.org>
39         * slsmg.c (Fake_Alt_Char_Pairs): Update from slang-1.4.5.  This
40         fixes the MC logo in the help screen.
42 2002-01-21  Pavel Roskin  <proski@gnu.org>
44         * slvideo.c: Include _slang.h, not slang.h.
46         * slos2tty.c: Remove since OS/2 is no longer supported.
47         * Makefile.am (EXTRASRC): Remove slos2tty.c.
49 2001-12-21  Pavel Roskin  <proski@gnu.org>
51         * _slang.h: Include slang-mc.h.
52         * slang-mc.h: Add protection against using with system installed
53         S-Lang library.
54         * sl*.c: Only include _slang.h, but not slang.h to avoid making
55         symlinks.
57 2001-09-04  Pavel Roskin  <proski@gnu.org>
59         * Makefile.am (AM_CFLAGS): Remove CFLAGS, don't use substituted
60         values directly.
62 2001-08-26  Pavel Roskin  <proski@gnu.org>
64         * Makefile.am: Don't install libmcslang.a.
66         * Makefile.am (AM_CPPFLAGS): Remove, it's not needed.
68 2001-08-25  Pavel Roskin  <proski@gnu.org>
70         * Makefile.in: Converted to ...
71         * Makefile.am: ... this.
73 2001-02-22  Pavel Roskin  <proski@gnu.org>
75         * _slang.h: Include glib.h.
77 Tue Apr 13 07:07:36 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
79         * slutty.c (SLsys_getkey): handle EOF on stdin (return
80         SLANG_GETKEY_ERROR on EOF instead of returning garbage)
82         * Makefile.in (clean): remove the symbolic link slang.h on the
83         distclean target and not on the clean target.
85 Sun Feb 14 01:05:42 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
87         * sldisply.c (SLtt_get_terminfo): use g_snprintf instead of
88         sprintf
90         * slsmg.c (SLsmg_printf): ditto
92         * sltermin.c (SLtt_tigetent): ditto