De-fuzzyed some msgs...
[midnight-commander.git] / pc / ChangeLog
blob55976f6e9fcc6624c26e0e945a24f020ab967e36
1 2001-06-14  Pavel Roskin  <proski@gnu.org>
3         * Makefile.am: Remove src/param.h.
5         * src/param.h: Remove. Should use HAVE_SYS_PARAM_H everywhere
6         instead.
7         * key_nt.c: Use indented #error.
8         * key_os2.c: Use indented #error.
10 2001-06-11  Pavel Roskin  <proski@gnu.org>
12         * Makefile.MIN: Add "-mno-cygwin" to MC_MISC_CFLAGS.
13         * Makefile.PC: Use VERSION, not ../VERSION. Add a rule to
14         extract package version from ../configure.in.
15         * mc.rc: Include VERSION, not ../VERSION.
17 2000-08-01  Pavel Roskin  <proski@gnu.org>
19         * README: Updated e-mail
21 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
23         * Makefile.PC: Add missing semicolon.
25 1999-01-08  Miguel de Icaza  <miguel@nuclecu.unam.mx>
27         * chmod.c (chmod_cmd): Killed the tk_end_frame and tk_new_frame
28         macros. 
30 Wed Oct 14 14:51:23 1998  Franco Bez <franco.bez@augsburg.baynet.de>
32         * gtkedit/edit.c: Workarround for the CR/LF Translation problem.
33         This is vital, because otherwise CoolEdit corrupts files -
34         they keep growing each time you save the file.
36         * pc/key_nt.c: fixed the problem with the AltGr Key and the
37         Gray Keys. Still not optimal, but usable.
38         Especially usefull for international keyboard
40         * pc/util_nt.c: Provide a mc_doublepopen and mc_doublepclose
41         function. If one has an egrep.exe installed it's now possible
42         to search for files containing a search pattern.
44 Tue May 12 17:16:43 1998  Pavel Roskin <pavel_roskin@geocities.com>
46         * Makefile.RSX, mc.rc: Resources support for RSX
47         
48         * Makefile.PC, *.c: Some includes corrected for MinGW
49         compatability (dir.h exists both in mc and MinGW)
51 Fri May  8 10:49:21 1998  Pavel Roskin <pavel_roskin@geocities.com>
53         * Makefile.PC, Makefile.MIN: support for custom extension
54         for compiled resourses
55         
56         * key_nt.c: Minor changes for MinGW
57         
58         * mc.rc: WindRes support
59         
60         * slint_pc.c: support for syntax highlighting
62 Fri May  1 17:33:11 1998  Pavel Roskin <pavel_roskin@geocities.com>
64         * chmod.c: Updated call to update_panels()
66         * config.h, Makefile.MIN: Support for MinGW added