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