ChangeLog 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. 2002-01-21 Pavel Roskin <proski@gnu.org>
  2. * Makefile.PC: Remove OS/2-specific parts. Substitute
  3. TARGET_OS - it is always NT now.
  4. * config.h: Remove definitions for UNIX-specific permission
  5. bits - they are now in fs.h.
  6. * dirent_nt.c: Trim includes, disable code under MSVC.
  7. * chmod.c: Include ../src/global.h, remove unneeded includes.
  8. * cons_nt.c: Likewise.
  9. * drive.c: Likewise.
  10. * key_nt.c: Likewise.
  11. * slint_pc.c: Likewise.
  12. * util_nt.c: Likewise.
  13. 2002-01-17 Pavel Roskin <proski@gnu.org>
  14. * config.h: Remove all HAS_NO_* definitions, they are unused.
  15. * chmod.c: Remove OS/2 specific code.
  16. * config.h: Likewise.
  17. 2002-01-03 Pavel Roskin <proski@gnu.org>
  18. * BUGS: Remove obsolete and OS/2 specific parts.
  19. * README: Likewise.
  20. * TODO: Likewise.
  21. * Makefile.am: Remove all files used by OS/2 only. The OS/2
  22. port is discontinued because there is no support for native OS/2
  23. compilers in glib. Remove sys/time.h and dirent.h - they should
  24. not be needed anymore.
  25. 2002-01-02 Pavel Roskin <proski@gnu.org>
  26. * config.h: Include VERSION, not ..\VERSION. Use sys/utime.h
  27. instead of utime.h for MSVC and MinGW. Don't use dirent on
  28. Win32 - it's replaced by glib.
  29. 2001-11-28 Franco Bez <franco.bez@web.de>
  30. * chmod.c: Fix includes for cross-compiler. Add gettext N_()
  31. and _() calls.
  32. 2001-11-28 Pavel Roskin <proski@gnu.org>
  33. * regex.c: Add temporarily to fix the build.
  34. * regex.h: Likewise.
  35. * Makefile.am: Add regex.c and regex.h.
  36. From Franco Bez <franco.bez@web.de>
  37. 2001-11-14 Pavel Roskin <proski@gnu.org>
  38. * chmod.c: Remove all occurences of HAVE_X.
  39. * drive.c: Likewise.
  40. 2001-10-23 Pavel Roskin <proski@gnu.org>
  41. * util_nt.c (_win32Trace): Add missing va_end().
  42. 2001-07-13 Pavel Roskin <proski@gnu.org>
  43. * util_nt.c (canonicalize_pathname): Don't handle PATH_SEP
  44. after backslash in a special way.
  45. * util_os2.c (canonicalize_pathname): Likewise (was already
  46. commented out).
  47. 2001-06-26 Pavel Roskin <proski@gnu.org>
  48. * dirent_nt.c: Include <config.h>.
  49. 2001-06-14 Pavel Roskin <proski@gnu.org>
  50. * Makefile.am: Remove src/param.h.
  51. * src/param.h: Remove. Should use HAVE_SYS_PARAM_H everywhere
  52. instead.
  53. * key_nt.c: Use indented #error.
  54. * key_os2.c: Use indented #error.
  55. 2001-06-11 Pavel Roskin <proski@gnu.org>
  56. * Makefile.MIN: Add "-mno-cygwin" to MC_MISC_CFLAGS.
  57. * Makefile.PC: Use VERSION, not ../VERSION. Add a rule to
  58. extract package version from ../configure.in.
  59. * mc.rc: Include VERSION, not ../VERSION.
  60. 2000-08-01 Pavel Roskin <proski@gnu.org>
  61. * README: Updated e-mail
  62. 1999-09-01 Federico Mena Quintero <federico@redhat.com>
  63. * Makefile.PC: Add missing semicolon.
  64. 1999-01-08 Miguel de Icaza <miguel@nuclecu.unam.mx>
  65. * chmod.c (chmod_cmd): Killed the tk_end_frame and tk_new_frame
  66. macros.
  67. Wed Oct 14 14:51:23 1998 Franco Bez <franco.bez@augsburg.baynet.de>
  68. * gtkedit/edit.c: Workarround for the CR/LF Translation problem.
  69. This is vital, because otherwise CoolEdit corrupts files -
  70. they keep growing each time you save the file.
  71. * pc/key_nt.c: fixed the problem with the AltGr Key and the
  72. Gray Keys. Still not optimal, but usable.
  73. Especially usefull for international keyboard
  74. * pc/util_nt.c: Provide a mc_doublepopen and mc_doublepclose
  75. function. If one has an egrep.exe installed it's now possible
  76. to search for files containing a search pattern.
  77. Tue May 12 17:16:43 1998 Pavel Roskin <pavel_roskin@geocities.com>
  78. * Makefile.RSX, mc.rc: Resources support for RSX
  79. * Makefile.PC, *.c: Some includes corrected for MinGW
  80. compatability (dir.h exists both in mc and MinGW)
  81. Fri May 8 10:49:21 1998 Pavel Roskin <pavel_roskin@geocities.com>
  82. * Makefile.PC, Makefile.MIN: support for custom extension
  83. for compiled resourses
  84. * key_nt.c: Minor changes for MinGW
  85. * mc.rc: WindRes support
  86. * slint_pc.c: support for syntax highlighting
  87. Fri May 1 17:33:11 1998 Pavel Roskin <pavel_roskin@geocities.com>
  88. * chmod.c: Updated call to update_panels()
  89. * config.h, Makefile.MIN: Support for MinGW added