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