Translated til menu left and right ...
[midnight-commander.git] / pc / ChangeLog
blob873ab7046455c02d647aaa1f2544bb88176bc0f9
1 2002-08-01  Pavel Roskin  <proski@gnu.org>
3         * (chmod.c): Don't include mad.h.
4         * (drive.c): Likewise.
5         * (slint_pc.c): Likewise.
7 2002-07-15  Pavel Roskin  <proski@gnu.org>
9         * chmod.c: Remove all translatable strings - gettext doesn't
10         work in the PC port, no need to waste translators' time.
12 2002-07-01  Andrew V. Samoilov  <kai@cmail.ru>
14         * util_nt.c: Eliminate C++ comments everywhere.
15         (check_error_pipe): Use "%s" in message () to
16         prevent possible crash.
17         (close_error_pipe): Likewise.
19 2002-06-04  Andrew V. Samoilov  <kai@cmail.ru>
21         * key_nt.c (define_sequence): Adjust for declaration.
22         * util_nt.c (close_error_pipe): Likewise.
23         (tilde_expand): Likewise.
25 2002-03-18  Pavel Roskin  <proski@gnu.org>
27         * Makefile.am: Remove regex.h and regex.c.
29         * regex.h: Remove.  We now have complete regex in src.
30         * regex.c: Likewise.
32 2002-01-21  Pavel Roskin  <proski@gnu.org>
34         * Makefile.PC: Remove OS/2-specific parts.  Substitute
35         TARGET_OS - it is always NT now.
37         * config.h: Remove definitions for UNIX-specific permission
38         bits - they are now in fs.h.
39         * dirent_nt.c: Trim includes, disable code under MSVC.
41         * chmod.c: Include ../src/global.h, remove unneeded includes.
42         * cons_nt.c: Likewise.
43         * drive.c: Likewise.
44         * key_nt.c: Likewise.
45         * slint_pc.c: Likewise.
46         * util_nt.c: Likewise.
48 2002-01-17  Pavel Roskin  <proski@gnu.org>
50         * config.h: Remove all HAS_NO_* definitions, they are unused.
52         * chmod.c: Remove OS/2 specific code.
53         * config.h: Likewise.
55 2002-01-03  Pavel Roskin  <proski@gnu.org>
57         * BUGS: Remove obsolete and OS/2 specific parts.
58         * README: Likewise.
59         * TODO: Likewise.
61         * Makefile.am: Remove all files used by OS/2 only.  The OS/2
62         port is discontinued because there is no support for native OS/2
63         compilers in glib.  Remove sys/time.h and dirent.h - they should
64         not be needed anymore.
66 2002-01-02  Pavel Roskin  <proski@gnu.org>
68         * config.h: Include VERSION, not ..\VERSION.  Use sys/utime.h
69         instead of utime.h for MSVC and MinGW.  Don't use dirent on
70         Win32 - it's replaced by glib.
72 2001-11-28  Franco Bez  <franco.bez@web.de>
74         * chmod.c: Fix includes for cross-compiler.  Add gettext N_()
75         and _() calls.
77 2001-11-28  Pavel Roskin  <proski@gnu.org>
79         * regex.c: Add temporarily to fix the build.
80         * regex.h: Likewise.
81         * Makefile.am: Add regex.c and regex.h.
82         From Franco Bez <franco.bez@web.de>
84 2001-11-14  Pavel Roskin  <proski@gnu.org>
86         * chmod.c: Remove all occurences of HAVE_X.
87         * drive.c: Likewise.
89 2001-10-23  Pavel Roskin  <proski@gnu.org>
91         * util_nt.c (_win32Trace): Add missing va_end().
93 2001-07-13  Pavel Roskin  <proski@gnu.org>
95         * util_nt.c (canonicalize_pathname): Don't handle PATH_SEP
96         after backslash in a special way.
97         * util_os2.c (canonicalize_pathname): Likewise (was already
98         commented out).
100 2001-06-26  Pavel Roskin  <proski@gnu.org>
102         * dirent_nt.c: Include <config.h>.
104 2001-06-14  Pavel Roskin  <proski@gnu.org>
106         * Makefile.am: Remove src/param.h.
108         * src/param.h: Remove. Should use HAVE_SYS_PARAM_H everywhere
109         instead.
110         * key_nt.c: Use indented #error.
111         * key_os2.c: Use indented #error.
113 2001-06-11  Pavel Roskin  <proski@gnu.org>
115         * Makefile.MIN: Add "-mno-cygwin" to MC_MISC_CFLAGS.
116         * Makefile.PC: Use VERSION, not ../VERSION. Add a rule to
117         extract package version from ../configure.in.
118         * mc.rc: Include VERSION, not ../VERSION.
120 2000-08-01  Pavel Roskin  <proski@gnu.org>
122         * README: Updated e-mail
124 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
126         * Makefile.PC: Add missing semicolon.
128 1999-01-08  Miguel de Icaza  <miguel@nuclecu.unam.mx>
130         * chmod.c (chmod_cmd): Killed the tk_end_frame and tk_new_frame
131         macros.
133 Wed Oct 14 14:51:23 1998  Franco Bez  <franco.bez@augsburg.baynet.de>
135         * gtkedit/edit.c: Workarround for the CR/LF Translation problem.
136         This is vital, because otherwise CoolEdit corrupts files -
137         they keep growing each time you save the file.
139         * pc/key_nt.c: fixed the problem with the AltGr Key and the
140         Gray Keys. Still not optimal, but usable.
141         Especially usefull for international keyboard
143         * pc/util_nt.c: Provide a mc_doublepopen and mc_doublepclose
144         function. If one has an egrep.exe installed it's now possible
145         to search for files containing a search pattern.
147 Tue May 12 17:16:43 1998  Pavel Roskin  <pavel_roskin@geocities.com>
149         * Makefile.RSX, mc.rc: Resources support for RSX
151         * Makefile.PC, *.c: Some includes corrected for MinGW
152         compatability (dir.h exists both in mc and MinGW)
154 Fri May  8 10:49:21 1998  Pavel Roskin  <pavel_roskin@geocities.com>
156         * Makefile.PC, Makefile.MIN: support for custom extension
157         for compiled resourses
159         * key_nt.c: Minor changes for MinGW
161         * mc.rc: WindRes support
163         * slint_pc.c: support for syntax highlighting
165 Fri May  1 17:33:11 1998  Pavel Roskin  <pavel_roskin@geocities.com>
167         * chmod.c: Updated call to update_panels()
169         * config.h, Makefile.MIN: Support for MinGW added