it.po converted in UTF-8, changed some upper/lower convention in a more 'italian...
[midnight-commander.git] / pc / ChangeLog
blob08dd5d21e8d47315a22f85f312ef6fdcd48530ff
1 2002-11-11  Pavel Roskin  <proski@gnu.org>
3         * key_nt.c: Remove C++ style comments.
5 2002-11-06  Pavel Roskin  <proski@gnu.org>
7         * key_nt.c: Don't use ERR - it conflicts with sys/ucontext.h
8         in glibc 2.1.3.
10 2002-09-02  Pavel Roskin  <proski@gnu.org>
12         * chmod.c: Eliminate x_set_dialog_title().
13         * drive.c: Likewise.
15 2002-08-01  Pavel Roskin  <proski@gnu.org>
17         * chmod.c: Don't include mad.h.
18         * drive.c: Likewise.
19         * slint_pc.c: Likewise.
21 2002-07-15  Pavel Roskin  <proski@gnu.org>
23         * chmod.c: Remove all translatable strings - gettext doesn't
24         work in the PC port, no need to waste translators' time.
26 2002-07-01  Andrew V. Samoilov  <kai@cmail.ru>
28         * util_nt.c: Eliminate C++ comments everywhere.
29         (check_error_pipe): Use "%s" in message () to
30         prevent possible crash.
31         (close_error_pipe): Likewise.
33 2002-06-04  Andrew V. Samoilov  <kai@cmail.ru>
35         * key_nt.c (define_sequence): Adjust for declaration.
36         * util_nt.c (close_error_pipe): Likewise.
37         (tilde_expand): Likewise.
39 2002-03-18  Pavel Roskin  <proski@gnu.org>
41         * Makefile.am: Remove regex.h and regex.c.
43         * regex.h: Remove.  We now have complete regex in src.
44         * regex.c: Likewise.
46 2002-01-21  Pavel Roskin  <proski@gnu.org>
48         * Makefile.PC: Remove OS/2-specific parts.  Substitute
49         TARGET_OS - it is always NT now.
51         * config.h: Remove definitions for UNIX-specific permission
52         bits - they are now in fs.h.
53         * dirent_nt.c: Trim includes, disable code under MSVC.
55         * chmod.c: Include ../src/global.h, remove unneeded includes.
56         * cons_nt.c: Likewise.
57         * drive.c: Likewise.
58         * key_nt.c: Likewise.
59         * slint_pc.c: Likewise.
60         * util_nt.c: Likewise.
62 2002-01-17  Pavel Roskin  <proski@gnu.org>
64         * config.h: Remove all HAS_NO_* definitions, they are unused.
66         * chmod.c: Remove OS/2 specific code.
67         * config.h: Likewise.
69 2002-01-03  Pavel Roskin  <proski@gnu.org>
71         * BUGS: Remove obsolete and OS/2 specific parts.
72         * README: Likewise.
73         * TODO: Likewise.
75         * Makefile.am: Remove all files used by OS/2 only.  The OS/2
76         port is discontinued because there is no support for native OS/2
77         compilers in glib.  Remove sys/time.h and dirent.h - they should
78         not be needed anymore.
80 2002-01-02  Pavel Roskin  <proski@gnu.org>
82         * config.h: Include VERSION, not ..\VERSION.  Use sys/utime.h
83         instead of utime.h for MSVC and MinGW.  Don't use dirent on
84         Win32 - it's replaced by glib.
86 2001-11-28  Franco Bez  <franco.bez@web.de>
88         * chmod.c: Fix includes for cross-compiler.  Add gettext N_()
89         and _() calls.
91 2001-11-28  Pavel Roskin  <proski@gnu.org>
93         * regex.c: Add temporarily to fix the build.
94         * regex.h: Likewise.
95         * Makefile.am: Add regex.c and regex.h.
96         From Franco Bez <franco.bez@web.de>
98 2001-11-14  Pavel Roskin  <proski@gnu.org>
100         * chmod.c: Remove all occurences of HAVE_X.
101         * drive.c: Likewise.
103 2001-10-23  Pavel Roskin  <proski@gnu.org>
105         * util_nt.c (_win32Trace): Add missing va_end().
107 2001-07-13  Pavel Roskin  <proski@gnu.org>
109         * util_nt.c (canonicalize_pathname): Don't handle PATH_SEP
110         after backslash in a special way.
111         * util_os2.c (canonicalize_pathname): Likewise (was already
112         commented out).
114 2001-06-26  Pavel Roskin  <proski@gnu.org>
116         * dirent_nt.c: Include <config.h>.
118 2001-06-14  Pavel Roskin  <proski@gnu.org>
120         * Makefile.am: Remove src/param.h.
122         * src/param.h: Remove. Should use HAVE_SYS_PARAM_H everywhere
123         instead.
124         * key_nt.c: Use indented #error.
125         * key_os2.c: Use indented #error.
127 2001-06-11  Pavel Roskin  <proski@gnu.org>
129         * Makefile.MIN: Add "-mno-cygwin" to MC_MISC_CFLAGS.
130         * Makefile.PC: Use VERSION, not ../VERSION. Add a rule to
131         extract package version from ../configure.in.
132         * mc.rc: Include VERSION, not ../VERSION.
134 2000-08-01  Pavel Roskin  <proski@gnu.org>
136         * README: Updated e-mail
138 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
140         * Makefile.PC: Add missing semicolon.
142 1999-01-08  Miguel de Icaza  <miguel@nuclecu.unam.mx>
144         * chmod.c (chmod_cmd): Killed the tk_end_frame and tk_new_frame
145         macros.
147 Wed Oct 14 14:51:23 1998  Franco Bez  <franco.bez@augsburg.baynet.de>
149         * gtkedit/edit.c: Workarround for the CR/LF Translation problem.
150         This is vital, because otherwise CoolEdit corrupts files -
151         they keep growing each time you save the file.
153         * pc/key_nt.c: fixed the problem with the AltGr Key and the
154         Gray Keys. Still not optimal, but usable.
155         Especially usefull for international keyboard
157         * pc/util_nt.c: Provide a mc_doublepopen and mc_doublepclose
158         function. If one has an egrep.exe installed it's now possible
159         to search for files containing a search pattern.
161 Tue May 12 17:16:43 1998  Pavel Roskin  <pavel_roskin@geocities.com>
163         * Makefile.RSX, mc.rc: Resources support for RSX
165         * Makefile.PC, *.c: Some includes corrected for MinGW
166         compatability (dir.h exists both in mc and MinGW)
168 Fri May  8 10:49:21 1998  Pavel Roskin  <pavel_roskin@geocities.com>
170         * Makefile.PC, Makefile.MIN: support for custom extension
171         for compiled resourses
173         * key_nt.c: Minor changes for MinGW
175         * mc.rc: WindRes support
177         * slint_pc.c: support for syntax highlighting
179 Fri May  1 17:33:11 1998  Pavel Roskin  <pavel_roskin@geocities.com>
181         * chmod.c: Updated call to update_panels()
183         * config.h, Makefile.MIN: Support for MinGW added