ChangeLog 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. Fri Jan 29 22:55:56 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  2. * slang/slang.h: renamed to slang-mc.h
  3. * slang/Makefile.in: delete slang.h on "make clean"
  4. * configure.in: link slang/slang-mc.h to slang/slang.h when the
  5. included slang is used. Problem was that MC's slang.h was used
  6. when we compiled with an already installed SLang and the systems
  7. header file were included with <slang/slang.h>.
  8. Unfortunatly I can't use AC_LINK_FILES to make the links because
  9. if we needn't make any links AC_LINK_FILES makes a link from
  10. srcdir to top_builddir (builddir != srcdir).
  11. Temporary add $LGPM to $LIBS when checking for the resizeterm
  12. and keyok functions (ncurses might be linked against GPM).
  13. Substitude PACKAGE (intl/Makefile makes use of it)
  14. Wed Jan 27 03:34:44 1999 Timur Bakeyev <mc@bat.ru>
  15. * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
  16. #include "global.h".
  17. 1999-01-13 Jonathan Blandford <jrb@redhat.com>
  18. * Make.common.in (gnewdir): new path.
  19. Sun Jan 17 03:19:47 1999 Timur Bakeyev <mc@bat.ru>
  20. * configure.in: Add comments before "Let" and "the" - typo. Add new
  21. path to include's search.
  22. 1999-01-10 Ilya Zakharevich <ilya@math.ohio-state.edu>
  23. * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
  24. 1999-01-11 Miguel de Icaza <miguel@nuclecu.unam.mx>
  25. * configure.in (REGEX_O): Always include regex.o as the code we
  26. are using in gmc is not using regcomp/regexec, but the internal
  27. Emacs API.
  28. * src/regex.c: Do not compile the POSIX compatibility code, as we
  29. do not use it.
  30. Tue Dec 29 15:49:45 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
  31. * doc/mc.sgml, mc1.in (Color section): minor polishing
  32. (Layout section): documented Highlight...
  33. Thu Dec 24 18:30:53 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
  34. * configure.in: Deleted du checks
  35. * INSTALL: Deleted --with-dusum documentation.
  36. * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
  37. Configuration dialog. Added Advanced chown subsection. Deleted
  38. variables from the Special settings section which are now covered
  39. by the configuration dialog.
  40. Mon Dec 21 22:26:34 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
  41. * doc/mc.sgml, mc.1.in: Deleted obsolete information about
  42. tar_gz_memlimit. Partially rewrote the section about the
  43. Virtual FS.. configuration dialog.
  44. 1998-12-17 Christopher Blizzard <blizzard@appliedtheory.com>
  45. * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
  46. Sun Dec 13 15:26:19 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
  47. * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
  48. * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
  49. builddir
  50. 1998-12-08 Tuomas Kuosmanen <tigert@gimp.org>
  51. * new_icons/gnome-image-[lots].png: I added some icons for file
  52. types (image) there - someone please tell me what the correct
  53. location and naming convention is and I will try to follow that. :)
  54. 1998-12-08 Christopher Blizzard <blizzard@appliedtheory.com>
  55. * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
  56. the build will still work. (Has this been replaced by new_icons?)
  57. Tue Dec 1 11:58:55 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
  58. * doc/mc.1.in, mc.sgml: added my name to list ov authors
  59. 1998-12-02 Miguel de Icaza <miguel@nuclecu.unam.mx>
  60. * Makefile.in (codedirs): Dropped xv and tk ports from the
  61. distribution. include idl directory.
  62. 1998-12-01 Miguel de Icaza <miguel@nuclecu.unam.mx>
  63. * configure.in (slang_use_system_installed_lib): Define slang
  64. here, to avoid having this on LIBS.
  65. 1998-11-26 Herbert Valerio Riedel <hvr@hvrlab.ml.org>
  66. * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
  67. Thu Nov 26 12:20:06 1998 Pavel Roskin <pavel_roskin@geocities.com>
  68. * config.h.in: Removed from CVS, added to .cvsignore
  69. * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
  70. configure.in:
  71. NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
  72. HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
  73. HAS_CURSES added to acconfig.h
  74. 1998-11-24 Federico Mena Quintero <federico@nuclecu.unam.mx>
  75. * autogen.sh: Add "-I macros" to the aclocal flags.
  76. * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
  77. so that aclocal will not complain about an obsolete macro.
  78. * configure.in: Use MC_HPUX_PROG_CC_STDC
  79. * ChangeLog: There was no ChangeLog here, so I added one.