* syntax/changelog.syntax: Fix highlighting of functions. Relax
[midnight-commander.git] / ChangeLog
blobd0b1a4f63668d0830de7de66a116a9cf7c473860
1 2001-09-04  Pavel Roskin  <proski@gnu.org>
3         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
4         strictness for dates.
6         * doc/mc.1.in: Fix troff warnings.
7         * doc/mcedit.1.in: Likewise.
9 2001-09-03  Pavel Roskin  <proski@gnu.org>
11         * doc/mc.1.in: Spellcheck.
12         * doc/mcedit.1.in: Likewise.
13         * doc/mcserv.8.in: Likewise.
15         * doc/mc.1.in (Learn Keys): Complete rewrite.
17 2001-09-02  Pavel Roskin  <proski@gnu.org>
19         * acconfig.h: Remove all unused symbols.
21         * lib/ncurses.h: Remove.
22         * lib/Makefile.am: Remove ncurses.h.
24 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
26         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
28 2001-08-28  Pavel Roskin  <proski@gnu.org>
30         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
31         like EOF.
33 2001-08-26  Pavel Roskin  <proski@gnu.org>
35         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
36         CONS_SAVER.  Put all conditionals together.
38         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
39         Automake 1.5.
41         * configure.in: Remove XCURSES variable - it's unused.
43         * configure.in: New conditional USE_EDIT.
45         * syntax/changelog.syntax: Don't require '@' to be in the
46         address.  This also works around a bug in the syntax engine
47         that prevented highlighting of addresses.
49 2001-08-25  Pavel Roskin  <proski@gnu.org>
51         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
53 2001-08-24  Pavel Roskin  <proski@gnu.org>
55         * extraconf.h: Remove all references to HAVE_X.
56         * acinclude.m4: s/GNOME_/MC_/
57         * configure.in: Likewise.  Remove or clarify all references to
58         the "text edition".  Minor fixes.
60         * configure.in: Remove support for curses libraries other than
61         ncurses.
62         * acinclude.m4: Likewise.
63         * FAQ: Remove everything about UNIX curses.
64         * INSTALL: Likewise.
66         * configure.in: Enable large file support by default.
67         * NEWS: Mention it.
68         * INSTALL: Document it.  Minor fixes.
70         * FAQ: Remove information about GNOME edition.  Minor fixes.
71         * README: Likewise.
72         * NEWS: Mention removing the GNOME edition.
74         * acinclude.m4: Include all used macros from the macros
75         directory.
76         * autogen.sh: Remove all references to "macros".
77         * Makefile.am: Likewise.
79         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
80         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
82         * lib/startup.links: Remove.
83         * lib/README.desktop: Likewise.
84         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
86         * configure.in: Bump version to 4.5.99a.
88         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
89         * po/*.po: Regenerate.
91         * AUTHORS: Update and spell check.
92         * FAQ: Likewise.
93         * INSTALL: Likewise.
94         * INSTALL.FAST: Likewise.
95         * NEWS: Likewise.
96         * README.PC: Likewise.
97         * README.QNX: Likewise.
99         * configure.in: Add check for stropts.h.
101 2001-08-23  Pavel Roskin  <proski@gnu.org>
103         * lib/edit.indent.rc: Create cooledit.error right away to
104         override its old contents.  Don't use ksh extentions.  Treat *.C
105         files as C++.  Recognize more C++ extensions.  Support java.
106         Update URL for "astyle".  Quote all arguments to protect spaces.
107         * lib/edit.spell.rc: Don't save terminal settings - mc does it
108         itself.  Quote all arguments to protect spaces.
110 2001-08-21  Pavel Roskin  <proski@gnu.org>
112         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
113         files if GNOME frontend is disabled.
114         * idl/Makefile.am: Likewise.
115         * lib/Makefile.am: Likewise.
116         * new_icons/Makefile.am: Likewise.
118         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
119         case it already has gettext macros elsewhere and doesn't like
120         duplicates (i.e. it's aclocal from Automake-1.4).
122 2001-08-20  Pavel Roskin  <proski@gnu.org>
124         * AUTHORS: Updated.
125         * INSTALL: Likewise.
126         * NEWS: Likewise.
127         * doc/mc.1.in: Likewise.
128         * doc/mcserv.8.in: Likewise.
130         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
131         for sys/mount.h.
133 2001-08-19  Andras Timar  <timar@gnome.hu>
135         * lib/Makefile.am: Added Hungarian hints
136         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
138 2001-08-19  Pavel Roskin  <proski@gnu.org>
140         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
142 2001-08-17  Pavel Roskin  <proski@gnu.org>
144         * syntax/po.syntax: New file - PO file highlighting.
145         From David Martin <dmartina@excite.es>
146         * syntax/Makefile.am: Add po.syntax.
148         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
149         it's sometimes missing from the databases.
151 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
153         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
154         * lib/Makefile.am: Reflect above change.
156 2001-08-15  Pavel Roskin  <proski@gnu.org>
158         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
160 2001-08-14  Pavel Roskin  <proski@gnu.org>
162         * lib/mc.lib: Add popular sequences for "home" and "end" in
163         "xterm" and "xterm-color" terminals.
165 2001-08-13  Pavel Roskin  <proski@gnu.org>
167         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
169         Replace "Can't" with "Cannot" everywhere.
171 2001-08-12  Pavel Roskin  <proski@gnu.org>
173         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
174         subshell, not for "Open file...".
175         (emacs_key_map): Likewise.
177         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
179 2001-08-10  Pavel Roskin  <proski@gnu.org>
181         * Makefile.am (EXTRA_DIST): Remove BUGS.
182         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
184         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
186         * doc/LSM: Remove, it's outdated.
187         * doc/FILES: Likewise.
188         * doc/DEVEL: Remove information about FILES.
190         * FAQ: Eliminate all broken URLs on the MC site.
191         From Frederic L. W. Meunier <0@pervalidus.net>
193         * FAQ: Restore information about xterm.
195 2001-08-08  Pavel Roskin  <proski@gnu.org>
197         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
199 2001-08-07  Pavel Roskin  <proski@gnu.org>
201         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
203         * doc/mc.1.in: Fix all broken links.
205 2001-08-06  Pavel Roskin  <proski@gnu.org>
207         * INSTALL: Numerous changes.  Declare old curses obsolete.
208         Partly from Frederic L. W. Meunier <0@pervalidus.net>
210         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
212 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
214         * lib/Makefile.am: Remove space after backslash introduced in the
215         previous commit.
217         * lib/mc.hint.zh_TW.Big5: New file.
218         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
220 2001-08-02  Pavel Roskin  <proski@gnu.org>
222         * lib/mc.hint.uk: New file.
223         From Maksym Polyakov <polyama@yahoo.com>
224         * lib/Makefile.am: Add mc.hint.uk.
226 2001-08-01  Pavel Roskin  <proski@gnu.org>
228         * lib/mc.hint.nl: New file.
229         From Steef Boerrigter <sxmboer@sci.kun.nl>
230         * lib/Makefile.am: Add mc.hint.nl.
231         * lib/mc.hint: Remove ftp site.  Update copyright.
232         * lib/mc.hint.cs: Likewise.
233         * lib/mc.hint.es: Likewise.
234         * lib/mc.hint.it: Likewise.
235         * lib/mc.hint.pl: Likewise.
236         * lib/mc.hint.ru: Likewise.  Shorten some lines.
238         * edit/Makefile.in: Allow running "make install" before "make all".
239         * gtkedit/Makefile.in: Likewise.
241 2001-07-31  Pavel Roskin  <proski@gnu.org>
243         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
244         editor.
245         * lib/Makefile.am: Add lib/edit.spell.rc.
247         * autogen.sh: Use gettextize.
248         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
249         * po/Makefile.in.in: Likewise.
251 2001-07-29  Pavel Roskin  <proski@gnu.org>
253         * syntax/slang.syntax: New file.
254         From Walery Studennikov <despair@sama.ru>
255         * syntax/Makefile.am: Add slang.syntax.
257 2001-07-27  Pavel Roskin  <proski@gnu.org>
259         * extraconf.h: Move WITH_BACKGROUND here.
261 2001-07-24  Pavel Roskin  <proski@gnu.org>
263         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
265 2001-07-23  Pavel Roskin  <proski@gnu.org>
267         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
269 2001-07-20  Pavel Roskin  <proski@gnu.org>
271         * Make.common.in: Move all defines ...
272         * gnome/Makefile.in: ... here ...
273         * src/Makefile.in: ... and here.
275 2001-07-19  Pavel Roskin  <proski@gnu.org>
277         * configure.in: Don't check for getwd, it's completely
278         eliminated.
279         * INSTALL: Remove reference to HAVE_GETWD.
281         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
282         entries for compressed cpio archives.
284         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
285         they were only used in obsolete frontends.  Don't ever use %view
286         without commands - it's slower and loses user settings, e.g.
287         hex mode.  Put shared libraries before man pages and read.me
288         before .me macros so that they match correctly.  Use nm for
289         shared libraries.  Add rules for StarOffice and AbiWord.
291 2001-07-14  Pavel Roskin  <proski@gnu.org>
293         * configure.in: Bump version to 4.5.54a.
295 2001-07-13  Pavel Roskin  <proski@gnu.org>
297         * lib/mcserv.init: Fix exit status.
298         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
300         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
301         "executable", which should follow a space. Simplify rules for
302         images. Add shell/ rule for *.info files. Fix all incorrect
303         uses of the alternation operator.
304         Reported by Oskar Liljeblad and Michel Casabona.
306 2001-07-12  Pavel Roskin  <proski@gnu.org>
308         * configure.in: Don't check for iconv, it's already checked for
309         in AM_GNU_GETTEXT.
311 2001-07-10  Pavel Roskin  <proski@gnu.org>
313         * doc/mc.1.in: Update documentation about hex search.
315         * edit/edit_key_translator.c (cooledit_key_map): Bind
316         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
317         From Steef Boerrigter <sxmboer@sci.kun.nl>
319         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
320         * edit/edit_key_translator.c (cooledit_key_map): Add support
321         for bracket matching on Alt-B.
322         * gtkedit/gtkeditkey.c: Likewise.
323         From Steef Boerrigter <sxmboer@sci.kun.nl>
325 2001-07-06  Pavel Roskin  <proski@gnu.org>
327         * lib/mc.ext.in: Use nm to view object files.
329         * Make.common.in: Remove GNOME-specific and unused definitions.
330         Partly moved to gnome/Makefile.in.
332         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
333         they are usused.
334         * Make.common.in: Likewise.
336 2001-06-29  Pavel Roskin  <proski@gnu.org>
338         * ABOUT-NLS: Update to the version from gettext-0.10.38.
340         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
341         now done in configure. Move -I.. to the beginning.
342         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
343         libintl.a may be required to link mc.
344         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
345         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
346         Move all i18n code to one place. Don't substitute INTLSUB - it's
347         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
348         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
350 2001-06-25  Pavel Roskin  <proski@gnu.org>
352         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
353         It should be enabled explicitly by giving `--enable-largefile'
354         to configure.
355         * INSTALL: Document it.
357 2001-06-22  Pavel Roskin  <proski@gnu.org>
359         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
361         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
362         in struct statfs.
363         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
365         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
366         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
367         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
368         found.
369         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
371 2001-06-19  Pavel Roskin  <proski@gnu.org>
373         * configure.in: Check for telldir and seekdir. Join adjacent
374         calls to AC_CHECK_FUNCS.
376 2001-06-16  Pavel Roskin  <proski@gnu.org>
378         * Makefile.am: Change the order of SUBDIRS to fully compile text
379         edition before compiling anything for GNOME.
380         * mc.spec.in: Don't use brace expansion to avoid implicit
381         build-time dependency on bash.
383 2001-06-13  Pavel Roskin  <proski@gnu.org>
385         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
386         the test code.
387         * configure.in: Fix compiler warnings in the arguments to
388         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
389         around `=' in the `test' command.
391 2001-06-07  Pavel Roskin  <proski@gnu.org>
393         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
394         GNOME documentation template.
395         * doc-gnome/C/mkhtml: Don't generate index.
396         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
398 2001-06-06  Pavel Roskin  <proski@gnu.org>
400         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
401         conditional variables from EXTRA_DIST.
403 2001-06-05  Pavel Roskin  <proski@gnu.org>
405         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
406         conversion support.
407         From Walery Studennikov <hqsoftware@mail.ru>.
409         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
411 2001-06-01  Pavel Roskin  <proski@gnu.org>
413         * lib/mc.charsets: Synchronize with the latest patch - remove
414         a comment.
416 2001-05-30  Pavel Roskin  <proski@gnu.org>
418         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
419         work with GNOME.
421         * lib/mc.charsets: New file. From Walery Studennikov.
422         * lib/Makefile.am: Distribute mc.charsets. Install it if
423         the charset support is enabled.
425         * configure.in: Add check for iconv() and the necessary code
426         to support the charset selection patch.
428         * configure.in: Add check for ESCDELAY variable in ncurses.
430 2001-05-29  Pavel Roskin  <proski@gnu.org>
432         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
433         USE_EXT2FSLIB.
435         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
436         * pc/config.h: Likewise.
438         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
439         and "strings". Recognize "write" files and MS Word templates.
440         For MS Excel documents try "xls2csv" and "strings".
441         Escape spaces in the "type" directives.
442         From Nerijus Baliunas.
444         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
446         * Make.common.in: Remove hpath, it's unused.
448         * acconfig.h: Move constant parts ...
449         * extraconf.h: ... here.
450         [HAVE_X]: Disable subshell, s-lang and curses.
451         * Makefile.am: Add extraconf.h.
453 2001-05-28  Pavel Roskin  <proski@gnu.org>
455         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
456         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
457         * configure.in: ... here.
459 2001-05-27  Pavel Roskin  <proski@gnu.org>
461         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
462         * acconfig.h: Likewise.
463         * src/layout.c: Likewise.
465         * Make.common.in: Remove all percent rules.
466         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
467         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
468         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
469         AM_INIT_AUTOMAKE.
471         * Make.common.in: Remove obsolete dependency tracking system.
472         * configure.in: Likewise.
473         * edit/Makefile.in: Likewise.
474         * gnome/Makefile.in: Likewise.
475         * gtkedit/Makefile.in: Likewise.
476         * slang/Makefile.in: Likewise.
477         * src/Makefile.in: Likewise.
478         * vfs/Make-mc.in: Likewise.
479         * src/depend.awk: Remove.
481 2001-05-26  Pavel Roskin  <proski@gnu.org>
483         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
484         * syntax/octave.syntax: New file. From Walery Studennikov.
485         * syntax/Makefile.am: Add octave.syntax.
487         * configure.in: Fix incorrect test for stdin support in grep -
488         it would always fail when configuring in an empty directory.
489         Portability fixes - unset, backslashed space in here-documents.
490         Eliminate all instances of "changequote".
492         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
493         user choice.
494         * acconfig.h: Changes for the above.
495         * INSTALL: Don't document --with-sco - it's now defunct.
496         * INSTALL.FAST: Likewise.
498 2001-05-25  Pavel Roskin  <proski@gnu.org>
500         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
501         are in the beginning of the "file" output.
503 2001-05-23  Pavel Roskin  <proski@gnu.org>
505         * lib/mc.ext.in: Add associations for viewing RPM files.
507 2001-05-22  Pavel Roskin  <proski@gnu.org>
509         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
510         By default exit after the first error in jade.
512         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
513         JADEFLAGS environment variables. Report progress. Clean up on
514         failure.
516 2001-05-21  Pavel Roskin  <proski@gnu.org>
518         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
519         files.
521         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
522         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
524 2001-05-20  Pavel Roskin  <proski@gnu.org>
526         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
527         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
528         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
529         * doc-gnome/C/figs/Makefile.am: Add support for converting from
530         PNG to EPS.
532         * Makefile.am (EXTRA_DIST): Remove create_vcs.
533         * doc/FILES: Likewise. Typo fix.
535 2001-05-19  Pavel Roskin  <proski@gnu.org>
537         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
538         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
539         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
541         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
542         index entry "Moving files".
544 2001-05-18  Pavel Roskin  <proski@gnu.org>
546         * configure.in: Use src/main.c in AC_INIT.
548         * create_vcs: Remove.
550         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
551         Add download location for glib.
552         * mc.spec.in: Likewise.
553         * doc/LSM: Likewise.
554         * doc/mc.1.in: Likewise.
555         * doc/mcedit.1.in: Likewise.
556         * src/ext.c: Don't mention download location for MC.
558         * FAQ: Update status of Tk, XView. and GNOME editions. Update
559         homepage of gpm.
561         * INSTALL: Remove information about Tk and XView. Change the
562         mailing list addresses again.
563         * FAQ: Change the mailing list addresses again.
564         * MAINTAINERS: Likewise.
565         * README: Likewise.
566         * doc/mc.1.in: Likewise.
567         * gnome/gmc-window.c: Likewise.
568         * lib/README.xterm: Likewise.
569         * lib/mc.ext.in: Likewise.
570         * lib/mc.hint*: Likewise.
571         * lib/mc.hlp.hu: Likewise.
572         * po/*.po: Likewise.
573         * src/main.c: Likewise.
575 2001-04-20  Pavel Roskin  <proski@gnu.org>
577         * FAQ: Change the mailing list addresses and the download
578         locations.
579         * INSTALL: Likewise.
580         * MAINTAINERS: Likewise.
581         * README: Likewise.
582         * doc/mc.1.in: Likewise.
583         * gnome/gmc-window.c: Likewise.
584         * lib/README.xterm: Likewise.
585         * lib/mc.ext.in: Likewise.
586         * lib/mc.hint*: Likewise.
587         * lib/mc.hlp.hu: Likewise.
588         * po/*.po: Likewise.
589         * src/main.c: Likewise.
591 2001-04-19  Pavel Roskin  <proski@gnu.org>
593         * configure.in: Don't install mcserv unless
594         "--enable-mcserv-install" has heen specified.
595         Don't quote the first argument in all calls to AM_CONDITIONAL
596         to work around a bug in Automake 1.4.
597         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
598         * vfs/Make-mc.in: Likewise.
600 2001-04-13  Pavel Roskin  <proski@gnu.org>
602         * configure.in: Bump version to 4.5.53a.
604 2001-04-06  Pavel Roskin  <proski@gnu.org>
606         * gtkedit/editcmd.c: Remove support for XView layout attributes.
607         * gtkedit/editoptions.c: Likewise.
608         * pc/chmod.c: Likewise.
609         * pc/drive.c: Likewise.
610         * src/boxes.c: Likewise.
611         * src/chmod.c: Likewise.
612         * src/dlg.c: Likewise.
613         * src/dlg.h: Likewise.
614         * src/filegui.c: Likewise.
615         * src/find.c: Likewise.
616         * src/hotlist.c: Likewise.
617         * src/layout.c: Likewise.
618         * src/listmode.c: Likewise.
619         * src/main.c: Likewise.
620         * src/option.c: Likewise.
621         * src/panelize.c: Likewise.
622         * src/wtools.c: Likewise.
623         * src/wtools.h: Likewise.
624         * vfs/smbfs.c: Likewise.
626         * autogen.sh: Check out "intl" and "macros" directories if they
627         are missing. Simply "cvs up -d" won't restore them.
629         * configure.in: Bump version to 4.5.52a.
631 2001-03-14  Pavel Roskin  <proski@gnu.org>
633         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
634         Automake conditional USE_SAMBA_FS if Samba is to be supported
635         in VFS.
637 2001-03-07  Pavel Roskin  <proski@gnu.org>
639         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
640         defined.
641         Reported by Norbert Warmuth.
643         * configure.in: Don't process vfs/extfs/uzip - it's now
644         constant.
646         * syntax/changelog.syntax: Require space after asterisk to have
647         it highlighted.
649 2001-03-02  Pavel Roskin  <proski@gnu.org>
651         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
652         * configure.in: Use AC_PROG_CC_STDC instead.
654         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
655         Suggested by Christian Gennerat.
657         * lib/mc.ext.in: Add support for "freeze" - old compression
658         program used mostly on QNX.
659         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
660         * lib/Makefile.am: Adjusted.
662 2001-02-26  Pavel Roskin  <proski@gnu.org>
664         * lib/mc-gnome.ext.in: Remove, it's not used.
665         * configure.in: Remove lib/mc-gnome.ext.
666         * lib/Makefile.am: Likewise.
668 2001-02-20  Pavel Roskin  <proski@gnu.org>
670         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
671         defined to prevent warnings on OpenBSD 2.7.
672         * slang/jdmacros.h: Likewise.
673         * src/mad.h: Likewise.
674         * src/poptalloca.h: Likewise.
676         * configure.in: Check for sys/time.h and sys/timeb.h. Use
677         AC_HEADER_TIME.
679 2001-02-07  Pavel Roskin  <proski@gnu.org>
681         * autogen.sh: Create vfs/samba/include/stamp-h.in.
682         * vfs/samba/include/stamp-h.in: Remove.
684         * macros/curses.m4: Quote first argument to AC_DEFUN.
685         * macros/gnome-cxx-check.m4: Likewise.
686         * macros/gnome-gettext.m4: Likewise.
687         * macros/gnome-libgtop-check.m4: Likewise.
688         * macros/gnome-print-check.m4: Likewise.
689         * macros/linger.m4: Likewise.
690         * macros/need-declaration.m4: Likewise.
692         * configure.in: Only configure in vfs/samba if smbfs support is
693         enabled even with Autoconf 2.13.
695 2001-01-30  Pavel Roskin  <proski@gnu.org>
697         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
698         --without-samba due to a typo.
700         * configure.in: Only configure in vfs/samba if smbfs support is
701         enabled. This optimization will only work with Autoconf-2.49c
702         and above.
704 2001-01-13  Pavel Roskin  <proski@gnu.org>
706         * configure.in: Don't create a faked malloc.h.
707         * gtkedit/edit.h: Don't assume that malloc.h always exists.
708         * src/mad.h: Likewise.
710         * configure.in: Simplified handling of cons.saver.
711         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
712         * mc.spec.in: Remove a workaround for the above.
714         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
715         for MC. Don't rely on the output of uname - use $host_os.
717 2001-01-11  Pavel Roskin  <proski@gnu.org>
719         * configure.in: Check for ext2 libraries only if VFS is enabled.
721         * src/Makefile.in: Create directories before installing files.
722         Removed all occurences of libprefix - it's never defined.
724         * configure.in: All macros from configure.in moved to
725         acinclude.m4. Added missing quotes in several places.
726         * acinclude.m4: Likewise.
728         * edit/Makefile.in: Don't install or uninstall mcedit -
729         it cannot be installed before mc on systems without symlinks.
730         * gtkedit/Makefile.in: Likewise.
731         * src/Makefile.in: Install mcedit (if enabled) and mcview.
732         Uninstall them.
734         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
735         from acinclude.m4 in gtk+:
736         Don't define ENABLE_NLS unless we have a working NLS.
737         (This should keep libintl.h from being included when it doesn't
738         exist).
740 2001-01-09  Pavel Roskin  <proski@gnu.org>
742         * doc-gnome/C/figs/Makefile.am: New file.
743         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
744         makefile do it.
745         * configure: Substitute doc-gnome/C/figs/Makefile.
747         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
749 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
751         * lib/mc.hlp.hu: Added Hungarian help file from
752           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
753           maci@integrity.hu, mfh47@freemail.hu
754         * lib/Makefile.am: Added LOCALIZED_HELP for further
755           mc.hlp l10ns
756         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
757           gtkedit/editcmd.c: I18n of mc.hlp
759 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
761         * doc/mc.1.in: Corrected badly formatted link...
763 2000-11-10  Robert Brady  <robert@suse.co.uk>
765         * configure.in: Add Tamil to ALL_LINGUAS.
767 2000-10-23  Pavel Roskin  <proski@gnu.org>
769         * mc.spec.in: Allow mcserv.8 to be gzipped.
771         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
772         that cannot deal with "./gmc.sgml".
774 2000-10-09  Pavel Roskin  <proski@gnu.org>
776         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
777         that CVS Automake will drop dependencied to the macros that
778         we don't distribute.
780         * lib/mc.ext.in: Removed references to icons. Source RPMs
781         grouped to one regex. Removed "Update" for source RPMs, added
782         "Rebuild" instead. Added "Check signature" for all RPMs.
783         Added a comment about pop-up menus in the text edition.
785 2000-10-06  Pavel Roskin  <proski@gnu.org>
787         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
788         flags moved out of CFLAGS as recommended by GNU coding
789         standards.
790         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
791         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
792         XCPPFLAGS.
793         * INSTALL (Random notes on porting to other architectures):
794         Completely rewritten. Recommended using CFLAGS instead of XINC.
796 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
798         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
800 2000-10-04  Christophe Merlet  <christophe@merlet.net>
802         * gnome/*.desktop: Updated french strings.
804 2000-10-03  Pavel Roskin  <proski@gnu.org>
806         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
807         to allow <legalnotice>. Unclosed tags fixed.
809 2000-09-30  Pavel Roskin  <proski@gnu.org>
811         * mc.spec.in: New package mc-common. Use DESTDIR instead of
812         misusing prefix. Don't install old icons - they don't exist.
814         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
815         "export -f" to have mc() exported.
816         * doc/mc.1.in: Changed description of the "-P" option to
817         avoid inclusion of mc.sh and mc.csh into the manual.
818         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
820 2000-09-24  Pavel Roskin  <proski@gnu.org>
822         * doc/mc.1.in: Minor formatting fixes.
824         * lib/mc.sh.in: Remove temporary file non-interactively.
825         * doc/mc.1.in: updated example for mc.sh.
827 2000-09-23  Pavel Roskin  <proski@gnu.org>
829         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
830         updates it when needed.
831         * mc.spec.in: Include translations with mc, not gmc. Run
832         chkconfig --del in %preun, not %postun. --without-debug not
833         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
834         be executable. New files in %{prefix}/lib/mc/ - translated hints,
835         editor files.
837         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
838         directory for document processing. Comment changes. gmc.ps and
839         gmc.pdf now generated from gmc.dvi.
841         * configure: Always include Make.common as file, otherwise
842         "make distclean" breaks.
843         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
844         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
845         replaced with "rm -f" - the stangard says that "rm" is portable.
846         Ditto $(MV). Adjusted *clean targets to match those in
847         Automake. Removed "cross" target.
849 2000-09-22  Pavel Roskin  <proski@gnu.org>
851         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
852         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
853         * doc/Makefile.in: Converted to ...
854         * doc/Makefile.am: ... this.
856 2000-09-21  Pavel Roskin  <proski@gnu.org>
858         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
859         is not expanded in all shells.
860         * doc/mc.sgml: Updated the example script to reflect the above
861         changes.
862         * doc/mc.in.1: Likewise.
864 2000-09-19  Pavel Roskin  <proski@gnu.org>
866         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
867         Marco Ciampa
869 2000-09-18  Pavel Roskin  <proski@gnu.org>
871         * Make.common.in: Added installcheck to placate "make distcheck"
872         * configure.in, Make.common.in, doc/Makefile.in,
873         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
874         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
875         variable MKINSTALLDIRS and builddir with Automake-compatible
876         mkinstalldirs and top_builddir.
877         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
878         files. Added uninstall-local target.
880 2000-09-17  Pavel Roskin  <proski@gnu.org>
882         * configure.in: fixed wrong use of AC_MSG_RESULT inside
883         AC_CACHE_VAL
885         * Make.common.in: Added the "dvi" target for "make distcheck"
886         to go further
887         * doc-gnome/C/Makefile.in: converted to ...
888         * doc-gnome/C/Makefile.am: ... this
890 2000-09-15  Pavel Roskin  <proski@gnu.org>
892         * acconfig.h, configure.in: Require autoconf 2.13 or above.
893         Removed workarounds for older versions. Removed MCDEBUG
894         variable - it's not used. --with-debug renamed to --with-mad and
895         cleaned up. Always use -Wall with gcc, other manipulations with
896         CFLAGS removed.
898         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
899         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
900         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
901         mc.pot becomes out of date in the tarball.
903 2000-09-14  Pavel Roskin  <proski@gnu.org>
905         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
906         tests for cp, mv and rm.
907         * Make.common.in: Removed variables xv_bindir and STRIP.
908         Variables CP, MV and RMF are assigned trivial values.
910         * edit/Makefile.in: Don't link headers, add extra includes
911         to CPPFLAGS instead. Put links to the build directory.
912         Remove the hack with "mx" - it is not needed anymore.
914         * configure.in: remove any manupulations with top_srcdir.
915         Don't change CPPGLAGS when the internal editor is enabled,
916         instead do it ...
917         * edit/Makefile.in, gtkedit/Makefile.in: ... here
919         * configure.in, Make.common.in, doc/Makefile.in,
920         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
921         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
922         changed to top_srcdir for Automake compatability
924         * configure.in: REGEX_O variable removed - always use our regex
926         * configure.in: MCFGR variable removed
928 2000-09-12  Pavel Roskin  <proski@gnu.org>
930         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
931         other GNOME modules
932         * autogen.sh: remove "-I ." from the "aclocal" command line
934 2000-09-01  Pavel Roskin  <proski@gnu.org>
936         * configure.in: output vfs/extfs/Makefile
938         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
939         to avoid a warning
940         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
941         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
943 2000-08-29  Pavel Roskin  <proski@gnu.org>
945         * configure.in: use AM_GNOME_GETTEXT
946         * gettext.m4: removed
947         * Makefile.am: adjusted files to distribute, previous change
948         reverted
950         * mc-aclocal.m4: renamed to ...
951         * acinclude.m4: ... this
952         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
953         * Makefile.am: aclocal should scan "." for gettext.m4
955 2000-08-28  Pavel Roskin  <proski@gnu.org>
957         * Make.common.in: removed hack for "make distcopy"
958         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
959         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
960         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
961         for external builds.
962         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
964 2000-08-24  Pavel Roskin  <proski@gnu.org>
966         * new_icons/Makefile.in: converted to ...
967         * new_icons/Makefile.am: ... this
968         * configure.in: automake conditional GNOME introduced.
969         "insticons" removed
971         * icons/*: removed
972         * Makefile.am, configure.in: necessary adjustments
974         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
975         automake installs them now
977         * syntax/Makefile.in: converted to ...
978         * syntax/Makefile.am: ... this
980         * idl/Makefile.in: converted to ...
981         * idl/Makefile.am: ... this
983         * lib/Makefile.am: simplified, fixed "make dist"
985         * lib/Makefile.in: converted to ...
986         * lib/Makefile.am: ... this
988         * lib/tkmc.wmconfig: removed
989         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
991         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
992         to ...
993         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
994         * Make.common.in: support for "distdir" for compatability
995         with Automake-generated makefiles
996         * autogen.sh: run automake. Force cache - it is off by default
997         in autoconf 2.49a, but it's still handy for maintainers
998         * configure.in: adapted for Automake
1000         * AUTHORS: new file
1002 2000-08-23  Pavel Roskin  <proski@gnu.org>
1004         * configure.in: resurrect definition of xvers
1006         * VERSION.in: removed
1007         * Makefile.in: don't do anything with VERSION.in and VERSION
1008         Take mc.spec from builddir, not srcdir
1009         * configure.in: don't create VERSION
1011 2000-08-22  Pavel Roskin  <proski@gnu.org>
1013         * *.c, *.h: Updated address of Free Software Foundation
1015 2000-08-21  Pavel Roskin  <proski@gnu.org>
1017         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
1018         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
1019         related to XView, libXPM, libXext and Tk
1021 2000-08-18  Pavel Roskin  <proski@gnu.org>
1023         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
1024         files
1026         * configure.in: Simplified dependency tracking by using
1027         "-include" with GNU Make
1028         * autogen.sh: Exit on all failures
1030 2000-08-17  Pavel Roskin  <proski@gnu.org>
1032         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
1033         Fixed all misuses of single and double quotes. Typo fixes.
1034         Ensured compatability with sgml2html, sgml2txt and sgml2latex
1035         * doc/mc.1.in: Typo fix
1037         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
1038         * doc/linuxdoc-sgml.diff: removed
1039         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
1040         distribute gnome.sgml
1042 2000-08-15  Pavel Roskin  <proski@gnu.org>
1044         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
1045         in the "distclean" target
1047         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
1048         Removed all XVIEW-related stuff
1049         Fixed placement of png files on "make dist"
1051         * doc/mc.1.in: Updated info about the internal editor
1053         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
1054         indicate serious problems. Fixes for uninstall.
1055         * doc/Makefile.in: Rebuild if it is out of date.
1057         * lib/cedit.menu: Added. This file has been missing
1059         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
1061 2000-08-08  Pavel Roskin  <proski@gnu.org>
1063         * Makefile.in: correctly detect make failures in subdirs
1065 2000-08-01  Pavel Roskin  <proski@gnu.org>
1067         * nt, os2, tk, xv: removed all files
1068         * configure.in: don't create os2 and nt directories
1070 2000-08-01  Pavel Roskin  <proski@gnu.org>
1072         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
1074         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
1076 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
1078         * src/main.c: make 8bit input/output the default (99% of the people
1079         expects that; lets the remaining 1% use the configuration menu
1080         to disactivate it if they want)
1082 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1084         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
1086 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
1088         * configure.in: check for gnome-libs with window icon support
1090         * acconfig.h: add icon define
1092 2000-06-08  Matthias Warkus  <mawa@iname.com>
1094         * new_icons/gnome-pack-*.png: Updated.
1095         * gnome/mc.keys: Added a MIME type for SLP packages.
1097 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
1099         * syntax/diff.syntax: Highlight lines beginning with "File",
1100         "Files" and "Binary"
1101         * syntax/makefile.syntax: Highlight "ifndef"
1102         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
1103         highlighted)
1105 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1107         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
1108         comment lines with # in last release
1110 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1112         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
1114 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1116         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
1117         look more consistent than original.
1119 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1121         * config.in: Added check against strcoll().
1123 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1125         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
1126         added 'and', 'or', 'not', 'for' keywords.
1128 2000-04-06  Timur Bakeyev  <mc@bat.ru>
1130         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
1131         based systems. Hope, this will make FreeBSD midc maintainer to enable
1132         build-in editor by default. Still, syntax highlighting is disabled.
1133         Need to port...
1135 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1137         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
1138           fixed, some messages gettext()ed again here and in
1139         gtkedit/editmenu.c:edit_about_cmd()
1141 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1143         * doc/mc.sgml (Examples): Fixed documentation, thanx
1144         to martin@internet-treff.uni-koeln.de.
1146 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
1148         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
1149         the label text
1151 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
1153         * gtkedit/syntax.c: treat *.ads as Ada source
1154         * syntax/ada95.syntax: escape "+" and "*"
1155         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
1156         * syntax/Makefile.in: remove diffc.syntax
1158         * edit/edit_key_translator.c: interpret code 0177 as
1159         backspace unless recognized otherwise
1161 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
1163         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
1164         initialization of array of structure (gcc version 2.96 20000131
1165         chokes on it).
1167         * lib/mc.hint: C-y and not C-u can be used to insert text in input
1168         lines (e. g. text which has been deleted with M-d).
1170         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
1172 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
1174         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
1176 2000-01-29  Matthias Warkus  <mawa@iname.com>
1178         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
1179         design on Federico's request.
1181 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
1183         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
1184         an ArrangeType enum.
1186 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
1188         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
1189         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
1190         setup.c: Add option of using GNOME "magic" routines to determine file
1191         types. This makes MC intelligently look at the data in the file to see
1192         what type of file it is, rather than looking at the filename extension.
1193         This slows down MC quite a bit, so it has been made an optional
1194         preference item. Type detection is expected to improve as mime-magic
1195         matures.
1197 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
1199         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
1200         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
1201         providing a patch.
1203 2000-01-11  Matthias Warkus  <mawa@iname.com>
1205         * Added icon and keys entry for Scheme source.
1207 2000-01-03  Fatih Demir  <kabalak@gmx.net>
1209         * configure.in: Added tr -> ALL_LINGUAS .
1211 1999-12-28  Matthias Warkus  <mawa@iname.com>
1213         * new_icons/*.png: Added a bunch of new icons.
1215 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
1217         * configure.in (VERSION): Bumped version number to 4.5.42.
1219 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
1221         * configure.in: added 'uk' to ALL_LINGUAS.
1223 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1225         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
1226         request from David Sauer
1228 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
1230         * configure.in (VERSION): Bumped version number to 4.5.41.
1232 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
1234         * configure.in (VERSION): Set version number to 4.5.39.
1236 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
1238         * configure.in: Added pt_BR to ALL_LINGUAS
1240 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
1242         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
1243         path to the mc binary according to @prefix@.
1245         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
1246         configure. Install mc.sh and mc.csh in $(suppbindir).
1248         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
1249         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
1250         copies of the included function definitions.
1252         * mcfn_install.in: Comment out definitions of the mc functions. Source
1253         mc.sh instead of adding an outdated mc function definition.
1255         * configure.in: output mc.sh and mc.csh
1257 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
1259         * lib/startup.links: Changed the news link to Gnotices
1261 1999-09-19  David Martin  <dmartina@usa.net>
1263         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
1264         8 bit chars from strftime get displayed when inserting date.
1266         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
1267         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
1268         file to avoid interferences. In this one I changed the extension check
1269         to a type check (as used for gzip) which might give problems in some
1270         systems.
1272         * configure.in: Use -Tlatin1 to format man pages when available and
1273         "view" 8 bit chars.
1275 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
1277         * gtkedit/edit.h: Include file reordering to make it compile with
1278         --with-debug
1280         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
1281         dependent on lenght of translated strings to display.
1283 1999-09-16  Owen Taylor  <otaylor@redhat.com>
1285         * Remove the magicdev autoconf test in favor of just
1286         including the idl file. Otherwise we have a dependency
1287         loop between this and magicdev.
1289 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
1291         * idl/FileManager.idl: Changed names, and put everything under a
1292         FileManager module.  Added a Desktop interface and some methods to
1293         the WindowFactory interface.
1295 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
1297         * doc-gnome/*: Shiny new docs from users-guide.
1298         All synced up.
1300 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
1302         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
1304 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
1306         * README: Updated and spell-checked.
1308         * NEWS: Updated.
1310 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
1312         * configure.in (ALL_LINGUAS): Added sv.
1314 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
1316         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
1317         symlink attacks (mcfn_install and the man page still needs to be
1318         updated).
1320 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
1322         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
1323         a symbolic link (ln -sf doesn't work as expected on Solaris)
1325 1999-08-19  Elliot Lee  <sopwith@redhat.com>
1326         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
1328 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
1330         * doc-gnome/C/gmc.sgml: Index fixes.
1332 1999-08-18  Elliot Lee  <sopwith@redhat.com>
1334         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
1335         initializers in the GnomeUIInfo structure.
1337 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
1339         * configure.in (VERSION): Bumped version number to 4.5.38.
1341 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
1343         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
1345 1999-08-15  David Martin  <dmartina@usa.net>
1347         * gtkedit/edit.c: Print localized date with strftime()
1349         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
1351 1999-08-08  David Martin  <dmartina@usa.net>
1353         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
1354         translation.
1356         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
1357         translation as it used to be.
1359 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1361         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
1362         that the correct index.html will be generated.
1364 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1366         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
1367         to the list.
1369 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
1371         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
1372         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
1373         This adds some new syntax rules, and spell check on the fly
1374         which if someone bugs me for, will actually get enabled in
1375         both the text and gnome versions. Bookmark stuff also needs
1376         some keys bound to it, I suppose: any takers?
1378 July 19, 1999 Elliot Lee
1379         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
1381 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
1383         * Makefile.in (all): Makefile fix.
1385 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1387         * Make.common.in (confdir): Define confdir as sysconfdir.  This
1388         should fix the problem we had with FSSTND distributions.
1390 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1392         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
1393         list of distributed files.
1395 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1397         * configure.in (VERSION): Bumped version number to 4.5.34.
1399 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
1401         * Add fi into ALL_LINGUAS
1403 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
1405         * gnome/i-zipdisk2.png: Added another zip-disk icon
1406         by <scarab@egyptian.net> - It looks very nice. Variation
1407         is good.
1409 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1411         * acconfig.h: Add WITH_SMBFS
1413         * macros/gnome-vfs.m4: Support conditional samba support.
1415 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1417         * Make.common.in (confdir): Define confdir as sysconfdir.  This
1418         should fix the problem we had with FSSTND distributions.
1420 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
1422         * mc.spec.in: added syntax files to %files
1424 1999-06-22  David Martin  <dmartina@usa.net>
1426         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
1428 1999-06-07  Shooby Ban  <bansz@szif.hu>
1430         * po/hu.po, configure.in: added hungarian translations...
1431           I'm not sure it's OK, but it seems usable.
1432           Translators: Tamas Fejos and Andras Kadar
1434 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
1436         * configure.in, Makefile.in: added the gmc helpfile to the build
1438 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
1440         * Add ja entry to LANG in configure.in
1442 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
1444         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
1445         be installed in the system :) (added it to the Makefile.in)
1447 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
1449         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
1450         disks - someone please add it to the mount.c code so it gets used..
1451         Everyone have a nice time at the expo! :) I hope to join the
1452         next time.
1454 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1456         * configure.in: Added check for getpt ()
1458 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1460         * configure.in (VERSION): Bumped version number to 4.5.31.
1462 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1464         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
1465         need to fool it by strdup'ing the return value of tempnam.
1467 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1469         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
1470         MCLIBS which are specific to the text edition.
1472         * INSTALL: Added documentation for --with-tm-x-support
1474 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
1476         * mc.spec.in : Folded in some changes from the 'offical' rpm
1477         spec file.
1479 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1481         * configure.in (SHELL): Do not use grep -q, as it is not portable
1482         to every OS.
1484 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1486         * configure.in: Linking from $srcdir/slang is broken when configure
1487         isn't called with an absolute path. Link from ../$srcdir/slang if
1488         configure was invoked with a relative path.
1490 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
1492         * configure.in: Do not rm the destination file and then link, use
1493         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
1495 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1497         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
1498         --with-PACKAGE and --without-PACKAGE gave the same results.
1500 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1502         * configure.in (VERSION): Bumped version number to 4.5.30.
1504 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1506         * configure.in (VERSION): Bumped version number to 4.5.29.
1508 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1510         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
1511         now contains all checks.
1513 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1515         * configure.in (VERSION): bumped version number to 4.5.28.
1517 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
1519         * */Makefie.*: fixed several missed conversions from libdir to
1520         mclibdir. (Should be automake'd, really)
1522 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1524         * Make.common.in: There were conflicting definitions of mclibdir
1525         (one for installation, one for source).  Now the source one is
1526         called mcsrclibdir.
1528         * doc/Makefile.in: Use mcsrclibdir where appropriate.
1530 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
1532         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
1533         Pascal Program" (Heh, second time :)
1535         * Makefile.common: Until things gets clear, keep syntax rules in
1536         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
1538         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
1539         @libdir@.
1541 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
1543         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
1544         as requested by Paul. Still, need some checking...
1546 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
1548         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
1549         to date with cooledit 3.9.0. This adds some new features.
1550         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
1551         syntax.c. This is because the rule set is becoming too
1552         large to maintain in its current form and because file
1553         loading is starting to get slow.
1555         There is also a bookmark feature which does not yet have
1556         key bindings assigned to it, but should be cool once
1557         these get inserted. Syntax rules files are named
1558             $LIBDIR/cooledit/syntax/*.syntax
1560 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
1562         * configure.in: Create slang directory, it is needed when
1563         builddir != srcdir.
1564         Use -f when calling rm, the file does not exist on
1565         first compile.
1566         No need to copy VERSION from $srcdir, it's already generated in
1567         $buildir.
1569 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
1571         * edit/edit_key_translator.c: Added missing translation tags.
1573 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1575         * configure.in: Minimum version of glib should be 1.2.0.
1576         (VERSION): Bumped version number to 4.5.27.
1578 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
1580         * gtkedit/editcmd.c: Added missing translation tags.
1582         * gtkedit/editoptions.c: Added missing translation tags. Translate
1583         radio buttons on first use.
1585 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
1587         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
1588         to get the mc spec file to work.
1589         * hacked configure to generate a properly versioned spec file.
1591 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1593         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
1594         radio buttons on first pass.
1596 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
1598         * gtkedit/editcmd.c: Mark strings in the search and replace
1599         dialogs for translation. Resized these dialogs to let the messages
1600         fit.
1602 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1604         * gtkedit/editwidget.c (selection_send): Use the proper type for
1605         64-bit cleanliness (Patch from George Lebl).
1607 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
1609         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
1610         into the catalog file.
1612 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1614         * configure.in: Make Timur's libtermcap check work with SLang
1615         0.99.98, too.
1617 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1619         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
1620         PS and EPS files.  Thanks, Tigert!
1622 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1624         * configure.in (CCOPTS): Drop the prefix auto-detection.
1626 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
1628         * configure.in: Add check, which, in case of system-installed SLang
1629         library tries to run a test program, which determines, does we need
1630         linking with libtermcap.a. Also, set of if's for finding terminfo
1631         dir changed to for cycle - a bit nicer :)
1633 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1635         * README.QNX: Deleted documention about mc.menu.qnx.diff.
1637 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1639         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
1641 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1643         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
1644         from tar calls when extracting (according to my man page this option
1645         is only useful when creating archieves).
1647 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1649         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
1650         adds support for tar.bz2 and merges the support for freeze-compressed
1651         tar files (tar.F) from mc.menu.qnx.diff.
1653 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
1655         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
1656         GNU-like :)
1658 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1660         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
1661         the catalog file.
1663 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
1665         * new_icons/gnome-core.png: New icon for core files. Someone
1666         please add the code part :)
1668 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
1670         * configure.in: Add check against setuid() and setreuid() functions.
1672 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1674         * slang/slang.h: renamed to slang-mc.h
1676         * slang/Makefile.in: delete slang.h on "make clean"
1678         * configure.in: link slang/slang-mc.h to slang/slang.h when the
1679         included slang is used. Problem was that MC's slang.h was used
1680         when we compiled with an already installed SLang and the systems
1681         header file were included with <slang/slang.h>.
1682         Unfortunatly I can't use AC_LINK_FILES to make the links because
1683         if we needn't make any links AC_LINK_FILES makes a link from
1684         srcdir to top_builddir (builddir != srcdir).
1686         Temporary add $LGPM to $LIBS when checking for the resizeterm
1687         and keyok functions (ncurses might be linked against GPM).
1689         Substitude PACKAGE (intl/Makefile makes use of it)
1691 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
1693         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
1694         #include "global.h".
1696 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
1698         * Make.common.in (gnewdir): new path.
1700 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
1702         * configure.in: Add comments before "Let" and "the" - typo. Add new
1703         path to include's search.
1705 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
1707         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
1709 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1711         * configure.in (REGEX_O): Always include regex.o as the code we
1712         are using in gmc is not using regcomp/regexec, but the internal
1713         Emacs API.
1715         * src/regex.c: Do not compile the POSIX compatibility code, as we
1716         do not use it.
1718 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1720         * doc/mc.sgml, mc1.in (Color section): minor polishing
1721         (Layout section): documented Highlight...
1723 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1725         * configure.in: Deleted du checks
1727         * INSTALL: Deleted --with-dusum documentation.
1729         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
1730         Configuration dialog. Added Advanced chown subsection. Deleted
1731         variables from the Special settings section which are now covered
1732         by the configuration dialog.
1734 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1736         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
1737         tar_gz_memlimit. Partially rewrote the section about the
1738         Virtual FS.. configuration dialog.
1740 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
1742         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
1744 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1746         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
1748         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
1749         builddir
1751 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
1753         * new_icons/gnome-image-[lots].png: I added some icons for file
1754         types (image) there - someone please tell me what the correct
1755         location and naming convention is and I will try to follow that. :)
1757 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
1759         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
1760         the build will still work.  (Has this been replaced by new_icons?)
1762 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
1764         * doc/mc.1.in, mc.sgml: added my name to list ov authors
1766 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1768         * Makefile.in (codedirs): Dropped xv and tk ports from the
1769         distribution. include idl directory.
1771 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1773         * configure.in (slang_use_system_installed_lib): Define slang
1774         here, to avoid having this on LIBS.
1776 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
1778         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
1780 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
1782         * config.h.in: Removed from CVS, added to .cvsignore
1784         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
1785         configure.in:
1786         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
1787         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
1788         HAS_CURSES added to acconfig.h
1790 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1792         * autogen.sh: Add "-I macros" to the aclocal flags.
1794         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
1795         so that aclocal will not complain about an obsolete macro.
1797         * configure.in: Use MC_HPUX_PROG_CC_STDC
1799         * ChangeLog: There was no ChangeLog here, so I added one.