all suggestion by it@li.org committed
[midnight-commander.git] / ChangeLog
blob079684a18452c5549834e800c8a67aac7c23cb04
1         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2           fixed, some messages gettext()ed again here and in 
3         gtkedit/editmenu.c:edit_about_cmd()
5 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
7         * doc/mc.sgml (Examples): Fixed documentation, thanx
8         to martin@internet-treff.uni-koeln.de.
10 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
12         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
13         the label text
15 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
17         * gtkedit/syntax.c: treat *.ads as Ada source
18         * syntax/ada95.syntax: escape "+" and "*"
19         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
20         * syntax/Makefile.in: remove diffc.syntax
22         * edit/edit_key_translator.c: interpret code 0177 as
23         backspace unless recognized otherwise
25 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
27         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
28         initialization of array of structure (gcc version 2.96 20000131
29         chokes on it). 
31         * lib/mc.hint: C-y and not C-u can be used to insert text in input
32         lines (e. g. text which has been deleted with M-d).
34         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
36 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
38         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
40 2000-01-29  Matthias Warkus  <mawa@iname.com>
42         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
43         design on Federico's request.
45 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
47         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
48         an ArrangeType enum.
50 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
52         * gdesktop.c, gdnd.c, gaction.c, gicon.c, 
53         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h, 
54         setup.c: Add option of using GNOME "magic" routines to determine file
55         types. This makes MC intelligently look at the data in the file to see
56         what type of file it is, rather than looking at the filename extension.
57         This slows down MC quite a bit, so it has been made an optional
58         preference item. Type detection is expected to improve as mime-magic
59         matures.
60         
61 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
63         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
64         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
65         providing a patch.
67 2000-01-11  Matthias Warkus  <mawa@iname.com>
69         * Added icon and keys entry for Scheme source.
71 1999-12-28  Andrew V. Samoilov <sav@bcs.zp.ua>
73         * vfs/vfs.c (vfs_parse_filedate): don't decode last columns as year
75 2000-01-03  Fatih Demir <kabalak@gmx.net>
77         * configure.in: Added tr -> ALL_LINGUAS .
79 1999-12-28  Matthias Warkus  <mawa@iname.com>
81         * new_icons/*.png: Added a bunch of new icons.
83 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
85         * configure.in (VERSION): Bumped version number to 4.5.42.
87 1999-11-25  Yuri Syrota <rasta@renome.rovno.ua>
89         * configure.in: added 'uk' to ALL_LINGUAS.
91 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
93         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
94         request from David Sauer
96 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
98         * configure.in (VERSION): Bumped version number to 4.5.41.
100 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
102         * configure.in (VERSION): Set version number to 4.5.39.
104 1999-09-23      Jorge Godoy     <godoy@conectiva.com.br>
106         * configure.in: Added pt_BR to ALL_LINGUAS
108 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
110         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
111         path to the mc binary according to @prefix@.
113         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
114         configure. Install mc.sh and mc.csh in $(suppbindir).
116         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
117         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
118         copies of the included function definitions.
120         * mcfn_install.in: Comment out definitions of the mc functions. Source
121         mc.sh instead of adding an outdated mc function definition.
123         * configure.in: output mc.sh and mc.csh
125 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
127         * lib/startup.links: Changed the news link to Gnotices
129 1999-09-19  David Martin <dmartina@usa.net>
131         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that 
132         8 bit chars from strftime get displayed when inserting date.
134         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in 
135         Mandrake 6.0. The generic entry for bzip2 moved to the end of the 
136         file to avoid interferences. In this one I changed the extension check 
137         to a type check (as used for gzip) which might give problems in some 
138         systems.
140         * configure.in: Use -Tlatin1 to format man pages when available and 
141         "view" 8 bit chars.
143 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
145         * gtkedit/edit.h: Include file reordering to make it compile with
146         --with-debug
148         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
149         dependent on lenght of translated strings to display.
151 1999-09-16  Owen Taylor  <otaylor@redhat.com>
153         * Remove the magicdev autoconf test in favor of just
154         including the idl file. Otherwise we have a dependency
155         loop between this and magicdev.
157 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
159         * idl/FileManager.idl: Changed names, and put everything under a
160         FileManager module.  Added a Desktop interface and some methods to
161         the WindowFactory interface.
163 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
165         * doc-gnome/*: Shiny new docs from users-guide.
166         All synced up.
167         
168 1999-09-03  Pablo Saratxaga <pablo@mandrakesoft.com>
170         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
172 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
174         * README: Updated and spell-checked.
176         * NEWS: Updated.
178 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
180         * configure.in (ALL_LINGUAS): Added sv.
182 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
184         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
185         symlink attacks (mcfn_install and the man page still needs to be
186         updated).
188 1999-08-20  Norbert Warmuth <nwarmuth@privat.circular.de>
190         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
191         a symbolic link (ln -sf doesn't work as expected on Solaris)
193 1999-08-19  Elliot Lee <sopwith@redhat.com>
194         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
196 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
198         * doc-gnome/C/gmc.sgml: Index fixes.
200 1999-08-18  Elliot Lee <sopwith@redhat.com>
202         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
203         initializers in the GnomeUIInfo structure.
205 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
207         * configure.in (VERSION): Bumped version number to 4.5.38.
209 1999-08-15  Norbert Warmuth <nwarmuth@privat.circular.de>
211         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
213 1999-08-15  David Martin <dmartina@usa.net>
215         * gtkedit/edit.c: Print localized date with strftime()
217         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
219 1999-08-08  David Martin <dmartina@usa.net>
221         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
222         translation. 
224         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
225         translation as it used to be. 
227 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
229         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
230         that the correct index.html will be generated.
232 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
234         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
235         to the list.
237 1999-07-21  Paul Sheer <psheer@obsidian.co.za>
239         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
240         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
241         This adds some new syntax rules, and spell check on the fly
242         which if someone bugs me for, will actually get enabled in
243         both the text and gnome versions. Bookmark stuff also needs
244         some keys bound to it, I suppose: any takers?
246 July 19, 1999 Elliot Lee
247         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
249 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
251         * Makefile.in (all): Makefile fix.
253 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
255         * Make.common.in (confdir): Define confdir as sysconfdir.  This
256         should fix the problem we had with FSSTND distributions.
258 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
260         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
261         list of distributed files.
263 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
265         * configure.in (VERSION): Bumped version number to 4.5.34.
267 1999-07-02  Tuomas J. Lukka <lukka@iki.fi>
269         * Add fi into ALL_LINGUAS
271 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
273         * gnome/i-zipdisk2.png: Added another zip-disk icon
274         by <scarab@egyptian.net> - It looks very nice. Variation
275         is good.
277 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
279         * acconfig.h: Add WITH_SMBFS
281         * macros/gnome-vfs.m4: Support conditional samba support.
283 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
285         * Make.common.in (confdir): Define confdir as sysconfdir.  This
286         should fix the problem we had with FSSTND distributions.
288 1999-02-22  Vladimir Kondratiev <vkondra@iil.intel.com>
290         * mc.spec.in: added syntax files to %files
292 1999-06-22  David Martin <dmartina@usa.net>
294         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
296 1999-06-07  Shooby Ban  <bansz@szif.hu>
298         * po/hu.po, configure.in: added hungarian translations... 
299           I'm not sure it's OK, but it seems usable.
300           Translators: Tamas Fejos and Andras Kadar
302 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
304         * configure.in, Makefile.in: added the gmc helpfile to the build
305         
306 1999-05-23  Yukihiro Nakai <nacai@iname.com>
308         * Add ja entry to LANG in configure.in
310 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
312         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to 
313         be installed in the system :) (added it to the Makefile.in)
315 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
317         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
318         disks - someone please add it to the mount.c code so it gets used..
319         Everyone have a nice time at the expo! :) I hope to join the 
320         next time.
322 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
324         * configure.in: Added check for getpt ()
326 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
328         * configure.in (VERSION): Bumped version number to 4.5.31.
330 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
332         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no 
333         need to fool it by strdup'ing the return value of tempnam.
335 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
337         * configure.in: New option --with-tm-x-support, use MCCFLAGS and 
338         MCLIBS which are specific to the text edition.
340         * INSTALL: Added documentation for --with-tm-x-support
341         
342 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean <gregm@comstar.net>
344         * mc.spec.in : Folded in some changes from the 'offical' rpm 
345         spec file.
347 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
349         * configure.in (SHELL): Do not use grep -q, as it is not portable
350         to every OS.
352 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
354         * configure.in: Linking from $srcdir/slang is broken when configure
355         isn't called with an absolute path. Link from ../$srcdir/slang if
356         configure was invoked with a relative path.
358 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
360         * configure.in: Do not rm the destination file and then link, use
361         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
363 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
365         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
366         --with-PACKAGE and --without-PACKAGE gave the same results.
368 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
370         * configure.in (VERSION): Bumped version number to 4.5.30.
372 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
374         * configure.in (VERSION): Bumped version number to 4.5.29.
376 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
378         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS 
379         now contains all checks.
381 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
383         * configure.in (VERSION): bumped version number to 4.5.28.
385 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
387         * */Makefie.*: fixed several missed conversions from libdir to
388         mclibdir. (Should be automake'd, really)
390 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
392         * Make.common.in: There were conflicting definitions of mclibdir
393         (one for installation, one for source).  Now the source one is
394         called mcsrclibdir.
396         * doc/Makefile.in: Use mcsrclibdir where appropriate.
398 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
399         
400         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
401         Pascal Program" (Heh, second time :)
402         
403         * Makefile.common: Until things gets clear, keep syntax rules in 
404         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
405         
406         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
407         @libdir@.
409 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
411         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
412         as requested by Paul. Still, need some checking...
414 Sun Mar 21 03:55:24 1999 Paul Sheer <psheer@obsidian.co.za>
416         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
417         to date with cooledit 3.9.0. This adds some new features.
418         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
419         syntax.c. This is because the rule set is becoming too
420         large to maintain in its current form and because file
421         loading is starting to get slow.
423         There is also a bookmark feature which does not yet have
424         key bindings assigned to it, but should be cool once
425         these get inserted. Syntax rules files are named
426             $LIBDIR/cooledit/syntax/*.syntax
428 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
430         * configure.in: Create slang directory, it is needed when
431         builddir != srcdir.
432         Use -f when calling rm, the file does not exist on
433         first compile.
434         No need to copy VERSION from $srcdir, it's already generated in
435         $buildir.
437 Fri Mar 19 06:32:36 1999  David Martin <dmartina@usa.net>
439         * edit/edit_key_translator.c: Added missing translation tags.
441 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
443         * configure.in: Minimum version of glib should be 1.2.0.
444         (VERSION): Bumped version number to 4.5.27.
446 Wed Mar 10 21:52:55 1999  David Martin <dmartina@usa.net>
448         * gtkedit/editcmd.c: Added missing translation tags.
450         * gtkedit/editoptions.c: Added missing translation tags. Translate
451         radio buttons on first use.
453 Sat Feb 27 21:00:45 1999 Gregory McLean <gregm@comstar.net>
455         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
456         to get the mc spec file to work.
457         * hacked configure to generate a properly versioned spec file.
459 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
461         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
462         radio buttons on first pass.
464 Fri Feb 26 21:45:30 1999  David Martin <dmartina@usa.net>
466         * gtkedit/editcmd.c: Mark strings in the search and replace
467         dialogs for translation. Resized these dialogs to let the messages
468         fit. 
470 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
472         * gtkedit/editwidget.c (selection_send): Use the proper type for
473         64-bit cleanliness (Patch from George Lebl).
475 Tue Feb 16 21:24:43 1999  David Martin <dmartina@usa.net>
477         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro 
478         into the catalog file.
480 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
482         * configure.in: Make Timur's libtermcap check work with SLang
483         0.99.98, too.
485 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
487         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
488         PS and EPS files.  Thanks, Tigert!
490 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
492         * configure.in (CCOPTS): Drop the prefix auto-detection.  
494 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
496         * configure.in: Add check, which, in case of system-installed SLang
497         library tries to run a test program, which determines, does we need
498         linking with libtermcap.a. Also, set of if's for finding terminfo
499         dir changed to for cycle - a bit nicer :)
501 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
503         * README.QNX: Deleted documention about mc.menu.qnx.diff.
505 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
507         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
509 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
511         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o 
512         from tar calls when extracting (according to my man page this option 
513         is only useful when creating archieves).
515 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
517         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which 
518         adds support for tar.bz2 and merges the support for freeze-compressed 
519         tar files (tar.F) from mc.menu.qnx.diff.
521 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
523         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
524         GNU-like :)
526 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
528         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
529         the catalog file.
531 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
533         * new_icons/gnome-core.png: New icon for core files. Someone 
534         please add the code part :)
536 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
538         * configure.in: Add check against setuid() and setreuid() functions.
540 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
542         * slang/slang.h: renamed to slang-mc.h
544         * slang/Makefile.in: delete slang.h on "make clean"
546         * configure.in: link slang/slang-mc.h to slang/slang.h when the 
547         included slang is used. Problem was that MC's slang.h was used
548         when we compiled with an already installed SLang and the systems
549         header file were included with <slang/slang.h>.
550         Unfortunatly I can't use AC_LINK_FILES to make the links because
551         if we needn't make any links AC_LINK_FILES makes a link from 
552         srcdir to top_builddir (builddir != srcdir).
554         Temporary add $LGPM to $LIBS when checking for the resizeterm
555         and keyok functions (ncurses might be linked against GPM).
557         Substitude PACKAGE (intl/Makefile makes use of it)
559 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
561         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
562         #include "global.h".
564 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
566         * Make.common.in (gnewdir): new path.
568 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
570         * configure.in: Add comments before "Let" and "the" - typo. Add new
571         path to include's search.
573 1999-01-10  Ilya Zakharevich <ilya@math.ohio-state.edu>
575         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
577 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
579         * configure.in (REGEX_O): Always include regex.o as the code we
580         are using in gmc is not using regcomp/regexec, but the internal
581         Emacs API.  
583         * src/regex.c: Do not compile the POSIX compatibility code, as we
584         do not use it.
586 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
588         * doc/mc.sgml, mc1.in (Color section): minor polishing
589         (Layout section): documented Highlight...
591 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
593         * configure.in: Deleted du checks
595         * INSTALL: Deleted --with-dusum documentation.
597         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
598         Configuration dialog. Added Advanced chown subsection. Deleted
599         variables from the Special settings section which are now covered
600         by the configuration dialog.
602 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
604         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
605         tar_gz_memlimit. Partially rewrote the section about the
606         Virtual FS.. configuration dialog.
608 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
610         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
612 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
614         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir) 
616         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the 
617         builddir
619 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
621         * new_icons/gnome-image-[lots].png: I added some icons for file
622         types (image) there - someone please tell me what the correct
623         location and naming convention is and I will try to follow that. :)
625 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
627         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
628         the build will still work.  (Has this been replaced by new_icons?)
630 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
632         * doc/mc.1.in, mc.sgml: added my name to list ov authors
634 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
636         * Makefile.in (codedirs): Dropped xv and tk ports from the
637         distribution. include idl directory.
639 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
641         * configure.in (slang_use_system_installed_lib): Define slang
642         here, to avoid having this on LIBS.
644 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
646         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
648 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
650         * config.h.in: Removed from CVS, added to .cvsignore
652         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
653         configure.in:
654         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
655         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
656         HAS_CURSES added to acconfig.h
658 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
660         * autogen.sh: Add "-I macros" to the aclocal flags.
662         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
663         so that aclocal will not complain about an obsolete macro.
665         * configure.in: Use MC_HPUX_PROG_CC_STDC
667         * ChangeLog: There was no ChangeLog here, so I added one.