*** empty log message ***
[midnight-commander.git] / pc / ChangeLog
blob1b04b0d8eede0c04df4a350aa6ae7f5c323a5e7c
1 2001-11-28  Franco Bez  <franco.bez@web.de>
3         * chmod.c: Fix includes for cross-compiler.  Add gettext N_()
4         and _() calls.
6 2001-11-28  Pavel Roskin  <proski@gnu.org>
8         * regex.c: Add temporarily to fix the build.
9         * regex.h: Likewise.
10         * Makefile.am: Add regex.c and regex.h.
11         From Franco Bez <franco.bez@web.de>
13 2001-11-14  Pavel Roskin  <proski@gnu.org>
15         * chmod.c: Remove all occurences of HAVE_X.
16         * drive.c: Likewise.
18 2001-10-23  Pavel Roskin  <proski@gnu.org>
20         * util_nt.c (_win32Trace): Add missing va_end().
22 2001-07-13  Pavel Roskin  <proski@gnu.org>
24         * util_nt.c (canonicalize_pathname): Don't handle PATH_SEP
25         after backslash in a special way.
26         * util_os2.c (canonicalize_pathname): Likewise (was already
27         commented out).
29 2001-06-26  Pavel Roskin  <proski@gnu.org>
31         * dirent_nt.c: Include <config.h>.
33 2001-06-14  Pavel Roskin  <proski@gnu.org>
35         * Makefile.am: Remove src/param.h.
37         * src/param.h: Remove. Should use HAVE_SYS_PARAM_H everywhere
38         instead.
39         * key_nt.c: Use indented #error.
40         * key_os2.c: Use indented #error.
42 2001-06-11  Pavel Roskin  <proski@gnu.org>
44         * Makefile.MIN: Add "-mno-cygwin" to MC_MISC_CFLAGS.
45         * Makefile.PC: Use VERSION, not ../VERSION. Add a rule to
46         extract package version from ../configure.in.
47         * mc.rc: Include VERSION, not ../VERSION.
49 2000-08-01  Pavel Roskin  <proski@gnu.org>
51         * README: Updated e-mail
53 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
55         * Makefile.PC: Add missing semicolon.
57 1999-01-08  Miguel de Icaza  <miguel@nuclecu.unam.mx>
59         * chmod.c (chmod_cmd): Killed the tk_end_frame and tk_new_frame
60         macros.
62 Wed Oct 14 14:51:23 1998  Franco Bez  <franco.bez@augsburg.baynet.de>
64         * gtkedit/edit.c: Workarround for the CR/LF Translation problem.
65         This is vital, because otherwise CoolEdit corrupts files -
66         they keep growing each time you save the file.
68         * pc/key_nt.c: fixed the problem with the AltGr Key and the
69         Gray Keys. Still not optimal, but usable.
70         Especially usefull for international keyboard
72         * pc/util_nt.c: Provide a mc_doublepopen and mc_doublepclose
73         function. If one has an egrep.exe installed it's now possible
74         to search for files containing a search pattern.
76 Tue May 12 17:16:43 1998  Pavel Roskin  <pavel_roskin@geocities.com>
78         * Makefile.RSX, mc.rc: Resources support for RSX
80         * Makefile.PC, *.c: Some includes corrected for MinGW
81         compatability (dir.h exists both in mc and MinGW)
83 Fri May  8 10:49:21 1998  Pavel Roskin  <pavel_roskin@geocities.com>
85         * Makefile.PC, Makefile.MIN: support for custom extension
86         for compiled resourses
88         * key_nt.c: Minor changes for MinGW
90         * mc.rc: WindRes support
92         * slint_pc.c: support for syntax highlighting
94 Fri May  1 17:33:11 1998  Pavel Roskin  <pavel_roskin@geocities.com>
96         * chmod.c: Updated call to update_panels()
98         * config.h, Makefile.MIN: Support for MinGW added