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