forked from MidnightCommander/mc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
63 lines (37 loc) · 1.63 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
2002-09-18 Andrew V. Samoilov <[email protected]>
* slerr.c (SLang_doerror): Use error parameter. Eliminate
err[] array.
2002-08-21 Pavel Roskin <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* _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 <[email protected]>
* Makefile.am (AM_CFLAGS): Remove CFLAGS, don't use substituted
values directly.
2001-08-26 Pavel Roskin <[email protected]>
* Makefile.am: Don't install libmcslang.a.
* Makefile.am (AM_CPPFLAGS): Remove, it's not needed.
2001-08-25 Pavel Roskin <[email protected]>
* Makefile.in: Converted to ...
* Makefile.am: ... this.
2001-02-22 Pavel Roskin <[email protected]>
* _slang.h: Include glib.h.
Tue Apr 13 07:07:36 1999 Norbert Warmuth <[email protected]>
* 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 <[email protected]>
* sldisply.c (SLtt_get_terminfo): use g_snprintf instead of
sprintf
* slsmg.c (SLsmg_printf): ditto
* sltermin.c (SLtt_tigetent): ditto