mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
182da213b2
port is discontinued because there is no support for native OS/2 compilers in glib. Remove sys/time.h and dirent.h - they should not be needed anymore.
112 lines
3.2 KiB
Plaintext
112 lines
3.2 KiB
Plaintext
2002-01-03 Pavel Roskin <proski@gnu.org>
|
|
|
|
* Makefile.am: Remove all files used by OS/2 only. The OS/2
|
|
port is discontinued because there is no support for native OS/2
|
|
compilers in glib. Remove sys/time.h and dirent.h - they should
|
|
not be needed anymore.
|
|
|
|
2002-01-02 Pavel Roskin <proski@gnu.org>
|
|
|
|
* config.h: Include VERSION, not ..\VERSION. Use sys/utime.h
|
|
instead of utime.h for MSVC and MinGW. Don't use dirent on
|
|
Win32 - it's replaced by glib.
|
|
|
|
2001-11-28 Franco Bez <franco.bez@web.de>
|
|
|
|
* chmod.c: Fix includes for cross-compiler. Add gettext N_()
|
|
and _() calls.
|
|
|
|
2001-11-28 Pavel Roskin <proski@gnu.org>
|
|
|
|
* regex.c: Add temporarily to fix the build.
|
|
* regex.h: Likewise.
|
|
* Makefile.am: Add regex.c and regex.h.
|
|
From Franco Bez <franco.bez@web.de>
|
|
|
|
2001-11-14 Pavel Roskin <proski@gnu.org>
|
|
|
|
* chmod.c: Remove all occurences of HAVE_X.
|
|
* drive.c: Likewise.
|
|
|
|
2001-10-23 Pavel Roskin <proski@gnu.org>
|
|
|
|
* util_nt.c (_win32Trace): Add missing va_end().
|
|
|
|
2001-07-13 Pavel Roskin <proski@gnu.org>
|
|
|
|
* util_nt.c (canonicalize_pathname): Don't handle PATH_SEP
|
|
after backslash in a special way.
|
|
* util_os2.c (canonicalize_pathname): Likewise (was already
|
|
commented out).
|
|
|
|
2001-06-26 Pavel Roskin <proski@gnu.org>
|
|
|
|
* dirent_nt.c: Include <config.h>.
|
|
|
|
2001-06-14 Pavel Roskin <proski@gnu.org>
|
|
|
|
* Makefile.am: Remove src/param.h.
|
|
|
|
* src/param.h: Remove. Should use HAVE_SYS_PARAM_H everywhere
|
|
instead.
|
|
* key_nt.c: Use indented #error.
|
|
* key_os2.c: Use indented #error.
|
|
|
|
2001-06-11 Pavel Roskin <proski@gnu.org>
|
|
|
|
* Makefile.MIN: Add "-mno-cygwin" to MC_MISC_CFLAGS.
|
|
* Makefile.PC: Use VERSION, not ../VERSION. Add a rule to
|
|
extract package version from ../configure.in.
|
|
* mc.rc: Include VERSION, not ../VERSION.
|
|
|
|
2000-08-01 Pavel Roskin <proski@gnu.org>
|
|
|
|
* README: Updated e-mail
|
|
|
|
1999-09-01 Federico Mena Quintero <federico@redhat.com>
|
|
|
|
* Makefile.PC: Add missing semicolon.
|
|
|
|
1999-01-08 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
* chmod.c (chmod_cmd): Killed the tk_end_frame and tk_new_frame
|
|
macros.
|
|
|
|
Wed Oct 14 14:51:23 1998 Franco Bez <franco.bez@augsburg.baynet.de>
|
|
|
|
* gtkedit/edit.c: Workarround for the CR/LF Translation problem.
|
|
This is vital, because otherwise CoolEdit corrupts files -
|
|
they keep growing each time you save the file.
|
|
|
|
* pc/key_nt.c: fixed the problem with the AltGr Key and the
|
|
Gray Keys. Still not optimal, but usable.
|
|
Especially usefull for international keyboard
|
|
|
|
* pc/util_nt.c: Provide a mc_doublepopen and mc_doublepclose
|
|
function. If one has an egrep.exe installed it's now possible
|
|
to search for files containing a search pattern.
|
|
|
|
Tue May 12 17:16:43 1998 Pavel Roskin <pavel_roskin@geocities.com>
|
|
|
|
* Makefile.RSX, mc.rc: Resources support for RSX
|
|
|
|
* Makefile.PC, *.c: Some includes corrected for MinGW
|
|
compatability (dir.h exists both in mc and MinGW)
|
|
|
|
Fri May 8 10:49:21 1998 Pavel Roskin <pavel_roskin@geocities.com>
|
|
|
|
* Makefile.PC, Makefile.MIN: support for custom extension
|
|
for compiled resourses
|
|
|
|
* key_nt.c: Minor changes for MinGW
|
|
|
|
* mc.rc: WindRes support
|
|
|
|
* slint_pc.c: support for syntax highlighting
|
|
|
|
Fri May 1 17:33:11 1998 Pavel Roskin <pavel_roskin@geocities.com>
|
|
|
|
* chmod.c: Updated call to update_panels()
|
|
|
|
* config.h, Makefile.MIN: Support for MinGW added
|