mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
aaa7b5e9a2
- GNOME edition now compiles without any trace of the text mode dependencies. - We no longer link with libraries we do not use (crypt, gpm), this fixes the recent bug reports. - More tree updates, enhancements. Miguel.
30 lines
967 B
Plaintext
30 lines
967 B
Plaintext
1998-12-01 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
* configure.in (slang_use_system_installed_lib): Define slang
|
|
here, to avoid having this on LIBS.
|
|
|
|
1998-11-26 Herbert Valerio Riedel <hvr@hvrlab.ml.org>
|
|
|
|
* gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
|
|
|
|
Thu Nov 26 12:20:06 1998 Pavel Roskin <pavel_roskin@geocities.com>
|
|
|
|
* config.h.in: Removed from CVS, added to .cvsignore
|
|
|
|
* acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
|
|
configure.in:
|
|
NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
|
|
HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
|
|
HAS_CURSES added to acconfig.h
|
|
|
|
1998-11-24 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
|
|
|
* autogen.sh: Add "-I macros" to the aclocal flags.
|
|
|
|
* mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
|
|
so that aclocal will not complain about an obsolete macro.
|
|
|
|
* configure.in: Use MC_HPUX_PROG_CC_STDC
|
|
|
|
* ChangeLog: There was no ChangeLog here, so I added one.
|