Codepage messages related translated & other stuff...
[midnight-commander.git] / ChangeLog
blobb5006bc07f4f6fa70dff976c6cfcd450b23c3b6e
1 2001-06-07  Pavel Roskin  <proski@gnu.org>
3         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
4         GNOME documentation template.
5         * doc-gnome/C/mkhtml: Don't generate index.
6         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
8 2001-06-06  Pavel Roskin  <proski@gnu.org>
10         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
11         conditional variables from EXTRA_DIST.
13 2001-06-05  Pavel Roskin  <proski@gnu.org>
15         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
16         conversion support.
17         From Walery Studennikov <hqsoftware@mail.ru>.
19         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
21 2001-06-01  Pavel Roskin  <proski@gnu.org>
23         * lib/mc.charsets: Synchronize with the latest patch - remove
24         a comment.
26 2001-05-30  Pavel Roskin  <proski@gnu.org>
28         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
29         work with GNOME.
31         * lib/mc.charsets: New file. From Walery Studennikov.
32         * lib/Makefile.am: Distribute mc.charsets. Install it if
33         the charset support is enabled.
35         * configure.in: Add check for iconv() and the necessary code
36         to support the charset selection patch.
38         * configure.in: Add check for ESCDELAY variable in ncurses.
40 2001-05-29  Pavel Roskin  <proski@gnu.org>
42         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
43         USE_EXT2FSLIB.
45         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
46         * pc/config.h: Likewise.
48         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
49         and "strings". Recognize "write" files and MS Word templates.
50         For MS Excel documents try "xls2csv" and "strings".
51         Escape spaces in the "type" directives.
52         From Nerijus Baliunas.
54         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
56         * Make.common.in: Remove hpath, it's unused.
58         * acconfig.h: Move constant parts ...
59         * extraconf.h: ... here.
60         [HAVE_X]: Disable subshell, s-lang and curses.
61         * Makefile.am: Add extraconf.h.
63 2001-05-28  Pavel Roskin  <proski@gnu.org>
65         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
66         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
67         * configure.in: ... here.
69 2001-05-27  Pavel Roskin  <proski@gnu.org>
71         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
72         * acconfig.h: Likewise.
73         * src/layout.c: Likewise.
75         * Make.common.in: Remove all percent rules.
76         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
77         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
78         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
79         AM_INIT_AUTOMAKE.
81         * Make.common.in: Remove obsolete dependency tracking system.
82         * configure.in: Likewise.
83         * edit/Makefile.in: Likewise.
84         * gnome/Makefile.in: Likewise.
85         * gtkedit/Makefile.in: Likewise.
86         * slang/Makefile.in: Likewise.
87         * src/Makefile.in: Likewise.
88         * vfs/Make-mc.in: Likewise.
89         * src/depend.awk: Remove.
91 2001-05-26  Pavel Roskin  <proski@gnu.org>
93         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
94         * syntax/octave.syntax: New file. From Walery Studennikov.
95         * syntax/Makefile.am: Add octave.syntax.
97         * configure.in: Fix incorrect test for stdin support in grep -
98         it would always fail when configuring in an empty directory.
99         Portability fixes - unset, backslashed space in here-documents.
100         Eliminate all instances of "changeqoute".
102         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
103         user choice.
104         * acconfig.h: Changes for the above.
105         * INSTALL: Don't document --with-sco - it's now defunct.
106         * INSTALL.FAST: Likewise.
108 2001-05-25  Pavel Roskin  <proski@gnu.org>
110         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
111         are in the beginning of the "file" output.
113 2001-05-23  Pavel Roskin  <proski@gnu.org>
115         * lib/mc.ext.in: Add associations for viewing RPM files.
117 2001-05-22  Pavel Roskin  <proski@gnu.org>
119         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
120         By default exit after the first error in jade.
122         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
123         JADEFLAGS environment variables. Report progress. Clean up on
124         failure.
126 2001-05-21  Pavel Roskin  <proski@gnu.org>
128         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
129         files.
131         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
132         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
134 2001-05-20  Pavel Roskin  <proski@gnu.org>
136         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
137         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
138         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
139         * doc-gnome/C/figs/Makefile.am: Add support for converting from
140         PNG to EPS.
142         * Makefile.am (EXTRA_DIST): Remove create_vcs.
143         * doc/FILES: Likewise. Typo fix.
145 2001-05-19  Pavel Roskin  <proski@gnu.org>
147         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
148         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
149         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
151         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
152         index entry "Moving files".
154 2001-05-18  Pavel Roskin  <proski@gnu.org>
156         * configure.in: Use src/main.c in AC_INIT.
158         * create_vcs: Remove.
160         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
161         Add download location for glib.
162         * mc.spec.in: Likewise.
163         * doc/LSM: Likewise.
164         * doc/mc.1.in: Likewise.
165         * doc/mcedit.1.in: Likewise.
166         * src/ext.c: Don't mention download location for MC.
168         * FAQ: Update status of Tk, XView. and GNOME editions. Update
169         homepage of gpm.
171         * INSTALL: Remove information about Tk and XView. Change the
172         mailing list addresses again.
173         * FAQ: Change the mailing list addresses again.
174         * MAINTAINERS: Likewise.
175         * README: Likewise.
176         * doc/mc.1.in: Likewise.
177         * gnome/gmc-window.c: Likewise.
178         * lib/README.xterm: Likewise.
179         * lib/mc.ext.in: Likewise.
180         * lib/mc.hint*: Likewise.
181         * lib/mc.hlp.hu: Likewise.
182         * po/*.po: Likewise.
183         * src/main.c: Likewise.
185 2001-04-20  Pavel Roskin  <proski@gnu.org>
187         * FAQ: Change the mailing list addresses and the download
188         locations.
189         * INSTALL: Likewise.
190         * MAINTAINERS: Likewise.
191         * README: Likewise.
192         * doc/mc.1.in: Likewise.
193         * gnome/gmc-window.c: Likewise.
194         * lib/README.xterm: Likewise.
195         * lib/mc.ext.in: Likewise.
196         * lib/mc.hint*: Likewise.
197         * lib/mc.hlp.hu: Likewise.
198         * po/*.po: Likewise.
199         * src/main.c: Likewise.
201 2001-04-19  Pavel Roskin  <proski@gnu.org>
203         * configure.in: Don't install mcserv unless
204         "--enable-mcserv-install" has heen specified.
205         Don't quote the first argument in all calls to AM_CONDITIONAL
206         to work around a bug in Automake 1.4.
207         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
208         * vfs/Make-mc.in: Likewise.
210 2001-04-13  Pavel Roskin  <proski@gnu.org>
212         * configure.in: Bump version to 4.5.53a.
214 2001-04-06  Pavel Roskin  <proski@gnu.org>
216         * gtkedit/editcmd.c: Remove support for XView layout attributes.
217         * gtkedit/editoptions.c: Likewise.
218         * pc/chmod.c: Likewise.
219         * pc/drive.c: Likewise.
220         * src/boxes.c: Likewise.
221         * src/chmod.c: Likewise.
222         * src/dlg.c: Likewise.
223         * src/dlg.h: Likewise.
224         * src/filegui.c: Likewise.
225         * src/find.c: Likewise.
226         * src/hotlist.c: Likewise.
227         * src/layout.c: Likewise.
228         * src/listmode.c: Likewise.
229         * src/main.c: Likewise.
230         * src/option.c: Likewise.
231         * src/panelize.c: Likewise.
232         * src/wtools.c: Likewise.
233         * src/wtools.h: Likewise.
234         * vfs/smbfs.c: Likewise.
236         * autogen.sh: Check out "intl" and "macros" directories if they
237         are missing. Simply "cvs up -d" won't restore them.
239         * configure.in: Bump version to 4.5.52a.
241 2001-03-14  Pavel Roskin  <proski@gnu.org>
243         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
244         Automake conditional USE_SAMBA_FS if Samba is to be supported
245         in VFS.
247 2001-03-07  Pavel Roskin  <proski@gnu.org>
249         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
250         defined.
251         Reported by Norbert Warmuth.
253         * configure.in: Don't process vfs/extfs/uzip - it's now
254         constant.
256         * syntax/changelog.syntax: Require space after asterisk to have
257         it highlighted.
259 2001-03-02  Pavel Roskin  <proski@gnu.org>
261         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
262         * configure.in: Use AC_PROG_CC_STDC instead.
264         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
265         Suggested by Christian Gennerat.
267         * lib/mc.ext.in: Add support for "freeze" - old compression
268         program used mostly on QNX.
269         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
270         * lib/Makefile.am: Adjusted.
272 2001-02-26  Pavel Roskin  <proski@gnu.org>
274         * lib/mc-gnome.ext.in: Remove, it's not used.
275         * configure.in: Remove lib/mc-gnome.ext.
276         * lib/Makefile.am: Likewise.
278 2001-02-20  Pavel Roskin  <proski@gnu.org>
280         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
281         defined to prevent warnings on OpenBSD 2.7.
282         * slang/jdmacros.h: Likewise.
283         * src/mad.h: Likewise.
284         * src/poptalloca.h: Likewise.
286         * configure.in: Check for sys/time.h and sys/timeb.h. Use
287         AC_HEADER_TIME.
289 2001-02-07  Pavel Roskin  <proski@gnu.org>
291         * autogen.sh: Create vfs/samba/include/stamp-h.in.
292         * vfs/samba/include/stamp-h.in: Remove.
294         * macros/curses.m4: Quote first argument to AC_DEFUN.
295         * macros/gnome-cxx-check.m4: Likewise.
296         * macros/gnome-gettext.m4: Likewise.
297         * macros/gnome-libgtop-check.m4: Likewise.
298         * macros/gnome-print-check.m4: Likewise.
299         * macros/linger.m4: Likewise.
300         * macros/need-declaration.m4: Likewise.
302         * configure.in: Only configure in vfs/samba if smbfs support is
303         enabled even with Autoconf 2.13.
305 2001-01-30  Pavel Roskin  <proski@gnu.org>
307         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
308         --without-samba due to a typo.
310         * configure.in: Only configure in vfs/samba if smbfs support is
311         enabled. This optimization will only work with Autoconf-2.49c
312         and above.
314 2001-01-13  Pavel Roskin  <proski@gnu.org>
316         * configure.in: Don't create a faked malloc.h.
317         * gtkedit/edit.h: Don't assume that malloc.h always exists.
318         * src/mad.h: Likewise.
320         * configure.in: Simplified handling of cons.saver.
321         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
322         * mc.spec.in: Remove a workaround for the above.
324         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
325         for MC. Don't rely on the output of uname - use $host_os.
327 2001-01-11  Pavel Roskin  <proski@gnu.org>
329         * configure.in: Check for ext2 libraries only if VFS is enabled.
331         * src/Makefile.in: Create directories before installing files.
332         Removed all occurences of libprefix - it's never defined.
334         * configure.in: All macros from configure.in moved to
335         acinclude.m4. Added missing quotes in several places.
336         * acinclude.m4: Likewise.
338         * edit/Makefile.in: Don't install or uninstall mcedit -
339         it cannot be installed before mc on systems without symlinks.
340         * gtkedit/Makefile.in: Likewise.
341         * src/Makefile.in: Install mcedit (if enabled) and mcview.
342         Uninstall them.
344         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
345         from acinclude.m4 in gtk+:
346         Don't define ENABLE_NLS unless we have a working NLS.
347         (This should keep libintl.h from being included when it doesn't
348         exist).
350 2001-01-09  Pavel Roskin  <proski@gnu.org>
352         * doc-gnome/C/figs/Makefile.am: New file.
353         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
354         makefile do it.
355         * configure: Substitute doc-gnome/C/figs/Makefile.
357         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
359 2001-01-08  Szabolcs Ban <shooby@gnome.hu>
361         * lib/mc.hlp.hu: Added Hungarian help file from
362           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
363           maci@integrity.hu, mfh47@freemail.hu
364         * lib/Makefile.am: Added LOCALIZED_HELP for further
365           mc.hlp l10ns
366         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
367           gtkedit/editcmd.c: I18n of mc.hlp
369 2000-12-29  Szabolcs Ban <shooby@gnome.hu>
371         * doc/mc.1.in: Corrected badly formatted link...
373 2000-11-10  Robert Brady  <robert@suse.co.uk>
375         * configure.in: Add Tamil to ALL_LINGUAS.
376         
377 2000-10-23  Pavel Roskin  <proski@gnu.org>
379         * mc.spec.in: Allow mcserv.8 to be gzipped.
381         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
382         that cannot deal with "./gmc.sgml".
384 2000-10-09  Pavel Roskin  <proski@gnu.org>
386         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
387         that CVS Automake will drop dependencied to the macros that
388         we don't distribute.
390         * lib/mc.ext.in: Removed references to icons. Source RPMs
391         grouped to one regex. Removed "Update" for source RPMs, added
392         "Rebuild" instead. Added "Check signature" for all RPMs.
393         Added a comment about pop-up menus in the text edition.
395 2000-10-06  Pavel Roskin  <proski@gnu.org>
397         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
398         flags moved out of CFLAGS as recommended by GNU coding
399         standards.
400         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
401         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
402         XCPPFLAGS.
403         * INSTALL (Random notes on porting to other architectures):
404         Completely rewritten. Recommended using CFLAGS instead of XINC.
406 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
408         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
410 2000-10-04  Christophe Merlet  <christophe@merlet.net>
412         * gnome/*.desktop: Updated french strings.
414 2000-10-03  Pavel Roskin  <proski@gnu.org>
416         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
417         to allow <legalnotice>. Unclosed tags fixed.
419 2000-09-30  Pavel Roskin  <proski@gnu.org>
421         * mc.spec.in: New package mc-common. Use DESTDIR instead of
422         misusing prefix. Don't install old icons - they don't exist.
424         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
425         "export -f" to have mc() exported.
426         * doc/mc.1.in: Changed description of the "-P" option to
427         avoid inclusion of mc.sh and mc.csh into the manual.
428         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
430 2000-09-24  Pavel Roskin  <proski@gnu.org>
432         * doc/mc.1.in: Minor formatting fixes.
434         * lib/mc.sh.in: Remove temporary file non-interactively.
435         * doc/mc.1.in: updated example for mc.sh.
437 2000-09-23  Pavel Roskin  <proski@gnu.org>
439         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
440         updates it when needed.
441         * mc.spec.in: Include translations with mc, not gmc. Run
442         chkconfig --del in %preun, not %postun. --without-debug not
443         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
444         be executable. New files in %{prefix}/lib/mc/ - translated hints,
445         editor files.
447         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
448         directory for document processing. Comment changes. gmc.ps and
449         gmc.pdf now generated from gmc.dvi.
451         * configure: Always include Make.common as file, otherwise
452         "make distclean" breaks.
453         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
454         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
455         replaced with "rm -f" - the stangard says that "rm" is portable.
456         Ditto $(MV). Adjusted *clean targets to match those in
457         Automake. Removed "cross" target.
459 2000-09-22  Pavel Roskin  <proski@gnu.org>
461         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
462         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
463         * doc/Makefile.in: Converted to ...
464         * doc/Makefile.am: ... this.
466 2000-09-21  Pavel Roskin  <proski@gnu.org>
468         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
469         is not expanded in all shells.
470         * doc/mc.sgml: Updated the example script to reflect the above
471         changes.
472         * doc/mc.in.1: Likewise.
474 2000-09-19  Pavel Roskin  <proski@gnu.org>
476         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
477         Marco Ciampa
479 2000-09-18  Pavel Roskin  <proski@gnu.org>
481         * Make.common.in: Added installcheck to placate "make distcheck"
482         * configure.in, Make.common.in, doc/Makefile.in,
483         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
484         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
485         variable MKINSTALLDIRS and builddir with Automake-compatible
486         mkinstalldirs and top_builddir.
487         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
488         files. Added uninstall-local target.
490 2000-09-17  Pavel Roskin  <proski@gnu.org>
492         * configure.in: fixed wrong use of AC_MSG_RESULT inside
493         AC_CACHE_VAL
495         * Make.common.in: Added the "dvi" target for "make distcheck"
496         to go further
497         * doc-gnome/C/Makefile.in: converted to ...
498         * doc-gnome/C/Makefile.am: ... this
500 2000-09-15  Pavel Roskin  <proski@gnu.org>
502         * acconfig.h, configure.in: Require autoconf 2.13 or above.
503         Removed workarounds for older versions. Removed MCDEBUG
504         variable - it's not used. --with-debug renamed to --with-mad and
505         cleaned up. Always use -Wall with gcc, other manipulations with
506         CFLAGS removed.
508         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
509         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
510         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
511         mc.pot becomes out of date in the tarball.
513 2000-09-14  Pavel Roskin  <proski@gnu.org>
515         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
516         tests for cp, mv and rm.
517         * Make.common.in: Removed variables xv_bindir and STRIP.
518         Variables CP, MV and RMF are assigned trivial values.
520         * edit/Makefile.in: Don't link headers, add extra includes
521         to CPPFLAGS instead. Put links to the build directory.
522         Remove the hack with "mx" - it is not needed anymore.
524         * configure.in: remove any manupulations with top_srcdir.
525         Don't change CPPGLAGS when the internal editor is enabled,
526         instead do it ...
527         * edit/Makefile.in, gtkedit/Makefile.in: ... here
529         * configure.in, Make.common.in, doc/Makefile.in,
530         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
531         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
532         changed to top_srcdir for Automake compatability
534         * configure.in: REGEX_O variable removed - always use our regex
536         * configure.in: MCFGR variable removed
538 2000-09-12  Pavel Roskin  <proski@gnu.org>
540         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
541         other GNOME modules
542         * autogen.sh: remove "-I ." from the "aclocal" command line
544 2000-09-01  Pavel Roskin  <proski@gnu.org>
546         * configure.in: output vfs/extfs/Makefile
548         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
549         to avoid a warning
550         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
551         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
553 2000-08-29  Pavel Roskin  <proski@gnu.org>
555         * configure.in: use AM_GNOME_GETTEXT
556         * gettext.m4: removed
557         * Makefile.am: adjusted files to distribute, previous change
558         reverted
560         * mc-aclocal.m4: renamed to ...
561         * acinclude.m4: ... this
562         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
563         * Makefile.am: aclocal should scan "." for gettext.m4
565 2000-08-28  Pavel Roskin  <proski@gnu.org>
567         * Make.common.in: removed hack for "make distcopy"
568         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
569         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
570         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
571         for external builds.
572         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
574 2000-08-24  Pavel Roskin  <proski@gnu.org>
576         * new_icons/Makefile.in: converted to ...
577         * new_icons/Makefile.am: ... this
578         * configure.in: automake conditional GNOME introduced.
579         "insticons" removed
581         * icons/*: removed
582         * Makefile.am, configure.in: necessary adjustments
584         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
585         automake installs them now
587         * syntax/Makefile.in: converted to ...
588         * syntax/Makefile.am: ... this
590         * idl/Makefile.in: converted to ...
591         * idl/Makefile.am: ... this
593         * lib/Makefile.am: simplified, fixed "make dist"
595         * lib/Makefile.in: converted to ...
596         * lib/Makefile.am: ... this
598         * lib/tkmc.wmconfig: removed
599         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
601         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
602         to ...
603         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
604         * Make.common.in: support for "distdir" for compatability
605         with Automake-generated makefiles
606         * autogen.sh: run automake. Force cache - it is off by default
607         in autoconf 2.49a, but it's still handy for maintainers
608         * configure.in: adapted for Automake
610         * AUTHORS: new file
612 2000-08-23  Pavel Roskin  <proski@gnu.org>
614         * configure.in: resurrect definition of xvers
616         * VERSION.in: removed
617         * Makefile.in: don't do anything with VERSION.in and VERSION
618         Take mc.spec from builddir, not srcdir
619         * configure.in: don't create VERSION
621 2000-08-22  Pavel Roskin  <proski@gnu.org>
623         * *.c, *.h: Updated address of Free Software Foundation
625 2000-08-21  Pavel Roskin  <proski@gnu.org>
627         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
628         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
629         related to XView, libXPM, libXext and Tk
631 2000-08-18  Pavel Roskin  <proski@gnu.org>
633         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
634         files
636         * configure.in: Simplified dependency tracking by using
637         "-include" with GNU Make
638         * autogen.sh: Exit on all failures
640 2000-08-17  Pavel Roskin  <proski@gnu.org>
642         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
643         Fixed all misuses of single and double quotes. Typo fixes.
644         Ensured compatability with sgml2html, sgml2txt and sgml2latex
645         * doc/mc.1.in: Typo fix
647         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
648         * doc/linuxdoc-sgml.diff: removed
649         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
650         distribute gnome.sgml
652 2000-08-15  Pavel Roskin  <proski@gnu.org>
654         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
655         in the "distclean" target
657         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
658         Removed all XVIEW-related stuff
659         Fixed placement of png files on "make dist"
661         * doc/mc.1.in: Updated info about the internal editor
663         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
664         indicate serious problems. Fixes for uninstall.
665         * doc/Makefile.in: Rebuild if it is out of date.
667         * lib/cedit.menu: Added. This file has been missing
669         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
671 2000-08-08  Pavel Roskin  <proski@gnu.org>
673         * Makefile.in: correctly detect make failures in subdirs
675 2000-08-01  Pavel Roskin  <proski@gnu.org>
677         * nt, os2, tk, xv: removed all files
678         * configure.in: don't create os2 and nt directories
680 2000-08-01  Pavel Roskin  <proski@gnu.org>
682         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
684         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
686 2000-07-21  Pablo Saratxaga <pablo@mandrakesoft.com>
688         * src/main.c: make 8bit input/output the default (99% of the people
689         expects that; lets the remaining 1% use the configuration menu
690         to disactivate it if they want)
692 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
694         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
696 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
698         * configure.in: check for gnome-libs with window icon support
700         * acconfig.h: add icon define
702 2000-06-08  Matthias Warkus  <mawa@iname.com>
704         * new_icons/gnome-pack-*.png: Updated.
705         * gnome/mc.keys: Added a MIME type for SLP packages.
707 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
709         * syntax/diff.syntax: Highlight lines beginning with "File",
710         "Files" and "Binary"
711         * syntax/makefile.syntax: Highlight "ifndef"
712         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
713         highlighted)
715 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
717         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
718         comment lines with # in last release
720 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
722         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
724 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
726         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
727         look more consistent than original.
729 2000-04-14  Timur Bakeyev  <mc@bat.ru>
731         * config.in: Added check against strcoll().
733 2000-04-14  Timur Bakeyev  <mc@bat.ru>
735         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
736         added 'and', 'or', 'not', 'for' keywords.
738 2000-04-06  Timur Bakeyev  <mc@bat.ru>
740         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
741         based systems. Hope, this will make FreeBSD midc maintainer to enable
742         build-in editor by default. Still, syntax highlighting is disabled.
743         Need to port...
744         
745 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
747         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
748           fixed, some messages gettext()ed again here and in 
749         gtkedit/editmenu.c:edit_about_cmd()
751 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
753         * doc/mc.sgml (Examples): Fixed documentation, thanx
754         to martin@internet-treff.uni-koeln.de.
756 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
758         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
759         the label text
761 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
763         * gtkedit/syntax.c: treat *.ads as Ada source
764         * syntax/ada95.syntax: escape "+" and "*"
765         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
766         * syntax/Makefile.in: remove diffc.syntax
768         * edit/edit_key_translator.c: interpret code 0177 as
769         backspace unless recognized otherwise
771 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
773         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
774         initialization of array of structure (gcc version 2.96 20000131
775         chokes on it). 
777         * lib/mc.hint: C-y and not C-u can be used to insert text in input
778         lines (e. g. text which has been deleted with M-d).
780         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
782 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
784         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
786 2000-01-29  Matthias Warkus  <mawa@iname.com>
788         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
789         design on Federico's request.
791 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
793         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
794         an ArrangeType enum.
796 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
798         * gdesktop.c, gdnd.c, gaction.c, gicon.c, 
799         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h, 
800         setup.c: Add option of using GNOME "magic" routines to determine file
801         types. This makes MC intelligently look at the data in the file to see
802         what type of file it is, rather than looking at the filename extension.
803         This slows down MC quite a bit, so it has been made an optional
804         preference item. Type detection is expected to improve as mime-magic
805         matures.
806         
807 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
809         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
810         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
811         providing a patch.
813 2000-01-11  Matthias Warkus  <mawa@iname.com>
815         * Added icon and keys entry for Scheme source.
817 2000-01-03  Fatih Demir <kabalak@gmx.net>
819         * configure.in: Added tr -> ALL_LINGUAS .
821 1999-12-28  Matthias Warkus  <mawa@iname.com>
823         * new_icons/*.png: Added a bunch of new icons.
825 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
827         * configure.in (VERSION): Bumped version number to 4.5.42.
829 1999-11-25  Yuri Syrota <rasta@renome.rovno.ua>
831         * configure.in: added 'uk' to ALL_LINGUAS.
833 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
835         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
836         request from David Sauer
838 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
840         * configure.in (VERSION): Bumped version number to 4.5.41.
842 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
844         * configure.in (VERSION): Set version number to 4.5.39.
846 1999-09-23      Jorge Godoy     <godoy@conectiva.com.br>
848         * configure.in: Added pt_BR to ALL_LINGUAS
850 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
852         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
853         path to the mc binary according to @prefix@.
855         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
856         configure. Install mc.sh and mc.csh in $(suppbindir).
858         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
859         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
860         copies of the included function definitions.
862         * mcfn_install.in: Comment out definitions of the mc functions. Source
863         mc.sh instead of adding an outdated mc function definition.
865         * configure.in: output mc.sh and mc.csh
867 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
869         * lib/startup.links: Changed the news link to Gnotices
871 1999-09-19  David Martin <dmartina@usa.net>
873         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that 
874         8 bit chars from strftime get displayed when inserting date.
876         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in 
877         Mandrake 6.0. The generic entry for bzip2 moved to the end of the 
878         file to avoid interferences. In this one I changed the extension check 
879         to a type check (as used for gzip) which might give problems in some 
880         systems.
882         * configure.in: Use -Tlatin1 to format man pages when available and 
883         "view" 8 bit chars.
885 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
887         * gtkedit/edit.h: Include file reordering to make it compile with
888         --with-debug
890         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
891         dependent on lenght of translated strings to display.
893 1999-09-16  Owen Taylor  <otaylor@redhat.com>
895         * Remove the magicdev autoconf test in favor of just
896         including the idl file. Otherwise we have a dependency
897         loop between this and magicdev.
899 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
901         * idl/FileManager.idl: Changed names, and put everything under a
902         FileManager module.  Added a Desktop interface and some methods to
903         the WindowFactory interface.
905 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
907         * doc-gnome/*: Shiny new docs from users-guide.
908         All synced up.
909         
910 1999-09-03  Pablo Saratxaga <pablo@mandrakesoft.com>
912         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
914 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
916         * README: Updated and spell-checked.
918         * NEWS: Updated.
920 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
922         * configure.in (ALL_LINGUAS): Added sv.
924 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
926         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
927         symlink attacks (mcfn_install and the man page still needs to be
928         updated).
930 1999-08-20  Norbert Warmuth <nwarmuth@privat.circular.de>
932         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
933         a symbolic link (ln -sf doesn't work as expected on Solaris)
935 1999-08-19  Elliot Lee <sopwith@redhat.com>
936         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
938 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
940         * doc-gnome/C/gmc.sgml: Index fixes.
942 1999-08-18  Elliot Lee <sopwith@redhat.com>
944         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
945         initializers in the GnomeUIInfo structure.
947 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
949         * configure.in (VERSION): Bumped version number to 4.5.38.
951 1999-08-15  Norbert Warmuth <nwarmuth@privat.circular.de>
953         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
955 1999-08-15  David Martin <dmartina@usa.net>
957         * gtkedit/edit.c: Print localized date with strftime()
959         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
961 1999-08-08  David Martin <dmartina@usa.net>
963         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
964         translation. 
966         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
967         translation as it used to be. 
969 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
971         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
972         that the correct index.html will be generated.
974 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
976         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
977         to the list.
979 1999-07-21  Paul Sheer <psheer@obsidian.co.za>
981         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
982         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
983         This adds some new syntax rules, and spell check on the fly
984         which if someone bugs me for, will actually get enabled in
985         both the text and gnome versions. Bookmark stuff also needs
986         some keys bound to it, I suppose: any takers?
988 July 19, 1999 Elliot Lee
989         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
991 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
993         * Makefile.in (all): Makefile fix.
995 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
997         * Make.common.in (confdir): Define confdir as sysconfdir.  This
998         should fix the problem we had with FSSTND distributions.
1000 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1002         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
1003         list of distributed files.
1005 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1007         * configure.in (VERSION): Bumped version number to 4.5.34.
1009 1999-07-02  Tuomas J. Lukka <lukka@iki.fi>
1011         * Add fi into ALL_LINGUAS
1013 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
1015         * gnome/i-zipdisk2.png: Added another zip-disk icon
1016         by <scarab@egyptian.net> - It looks very nice. Variation
1017         is good.
1019 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1021         * acconfig.h: Add WITH_SMBFS
1023         * macros/gnome-vfs.m4: Support conditional samba support.
1025 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1027         * Make.common.in (confdir): Define confdir as sysconfdir.  This
1028         should fix the problem we had with FSSTND distributions.
1030 1999-02-22  Vladimir Kondratiev <vkondra@iil.intel.com>
1032         * mc.spec.in: added syntax files to %files
1034 1999-06-22  David Martin <dmartina@usa.net>
1036         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
1038 1999-06-07  Shooby Ban  <bansz@szif.hu>
1040         * po/hu.po, configure.in: added hungarian translations... 
1041           I'm not sure it's OK, but it seems usable.
1042           Translators: Tamas Fejos and Andras Kadar
1044 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
1046         * configure.in, Makefile.in: added the gmc helpfile to the build
1047         
1048 1999-05-23  Yukihiro Nakai <nacai@iname.com>
1050         * Add ja entry to LANG in configure.in
1052 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
1054         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to 
1055         be installed in the system :) (added it to the Makefile.in)
1057 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
1059         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
1060         disks - someone please add it to the mount.c code so it gets used..
1061         Everyone have a nice time at the expo! :) I hope to join the 
1062         next time.
1064 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1066         * configure.in: Added check for getpt ()
1068 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1070         * configure.in (VERSION): Bumped version number to 4.5.31.
1072 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1074         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no 
1075         need to fool it by strdup'ing the return value of tempnam.
1077 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1079         * configure.in: New option --with-tm-x-support, use MCCFLAGS and 
1080         MCLIBS which are specific to the text edition.
1082         * INSTALL: Added documentation for --with-tm-x-support
1083         
1084 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean <gregm@comstar.net>
1086         * mc.spec.in : Folded in some changes from the 'offical' rpm 
1087         spec file.
1089 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1091         * configure.in (SHELL): Do not use grep -q, as it is not portable
1092         to every OS.
1094 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1096         * configure.in: Linking from $srcdir/slang is broken when configure
1097         isn't called with an absolute path. Link from ../$srcdir/slang if
1098         configure was invoked with a relative path.
1100 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
1102         * configure.in: Do not rm the destination file and then link, use
1103         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
1105 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1107         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
1108         --with-PACKAGE and --without-PACKAGE gave the same results.
1110 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1112         * configure.in (VERSION): Bumped version number to 4.5.30.
1114 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1116         * configure.in (VERSION): Bumped version number to 4.5.29.
1118 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1120         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS 
1121         now contains all checks.
1123 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1125         * configure.in (VERSION): bumped version number to 4.5.28.
1127 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
1129         * */Makefie.*: fixed several missed conversions from libdir to
1130         mclibdir. (Should be automake'd, really)
1132 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1134         * Make.common.in: There were conflicting definitions of mclibdir
1135         (one for installation, one for source).  Now the source one is
1136         called mcsrclibdir.
1138         * doc/Makefile.in: Use mcsrclibdir where appropriate.
1140 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
1141         
1142         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
1143         Pascal Program" (Heh, second time :)
1144         
1145         * Makefile.common: Until things gets clear, keep syntax rules in 
1146         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
1147         
1148         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
1149         @libdir@.
1151 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
1153         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
1154         as requested by Paul. Still, need some checking...
1156 Sun Mar 21 03:55:24 1999 Paul Sheer <psheer@obsidian.co.za>
1158         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
1159         to date with cooledit 3.9.0. This adds some new features.
1160         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
1161         syntax.c. This is because the rule set is becoming too
1162         large to maintain in its current form and because file
1163         loading is starting to get slow.
1165         There is also a bookmark feature which does not yet have
1166         key bindings assigned to it, but should be cool once
1167         these get inserted. Syntax rules files are named
1168             $LIBDIR/cooledit/syntax/*.syntax
1170 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
1172         * configure.in: Create slang directory, it is needed when
1173         builddir != srcdir.
1174         Use -f when calling rm, the file does not exist on
1175         first compile.
1176         No need to copy VERSION from $srcdir, it's already generated in
1177         $buildir.
1179 Fri Mar 19 06:32:36 1999  David Martin <dmartina@usa.net>
1181         * edit/edit_key_translator.c: Added missing translation tags.
1183 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1185         * configure.in: Minimum version of glib should be 1.2.0.
1186         (VERSION): Bumped version number to 4.5.27.
1188 Wed Mar 10 21:52:55 1999  David Martin <dmartina@usa.net>
1190         * gtkedit/editcmd.c: Added missing translation tags.
1192         * gtkedit/editoptions.c: Added missing translation tags. Translate
1193         radio buttons on first use.
1195 Sat Feb 27 21:00:45 1999 Gregory McLean <gregm@comstar.net>
1197         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
1198         to get the mc spec file to work.
1199         * hacked configure to generate a properly versioned spec file.
1201 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1203         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
1204         radio buttons on first pass.
1206 Fri Feb 26 21:45:30 1999  David Martin <dmartina@usa.net>
1208         * gtkedit/editcmd.c: Mark strings in the search and replace
1209         dialogs for translation. Resized these dialogs to let the messages
1210         fit. 
1212 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1214         * gtkedit/editwidget.c (selection_send): Use the proper type for
1215         64-bit cleanliness (Patch from George Lebl).
1217 Tue Feb 16 21:24:43 1999  David Martin <dmartina@usa.net>
1219         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro 
1220         into the catalog file.
1222 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1224         * configure.in: Make Timur's libtermcap check work with SLang
1225         0.99.98, too.
1227 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1229         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
1230         PS and EPS files.  Thanks, Tigert!
1232 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1234         * configure.in (CCOPTS): Drop the prefix auto-detection.  
1236 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
1238         * configure.in: Add check, which, in case of system-installed SLang
1239         library tries to run a test program, which determines, does we need
1240         linking with libtermcap.a. Also, set of if's for finding terminfo
1241         dir changed to for cycle - a bit nicer :)
1243 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1245         * README.QNX: Deleted documention about mc.menu.qnx.diff.
1247 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1249         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
1251 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1253         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o 
1254         from tar calls when extracting (according to my man page this option 
1255         is only useful when creating archieves).
1257 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1259         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which 
1260         adds support for tar.bz2 and merges the support for freeze-compressed 
1261         tar files (tar.F) from mc.menu.qnx.diff.
1263 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
1265         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
1266         GNU-like :)
1268 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1270         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
1271         the catalog file.
1273 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
1275         * new_icons/gnome-core.png: New icon for core files. Someone 
1276         please add the code part :)
1278 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
1280         * configure.in: Add check against setuid() and setreuid() functions.
1282 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1284         * slang/slang.h: renamed to slang-mc.h
1286         * slang/Makefile.in: delete slang.h on "make clean"
1288         * configure.in: link slang/slang-mc.h to slang/slang.h when the 
1289         included slang is used. Problem was that MC's slang.h was used
1290         when we compiled with an already installed SLang and the systems
1291         header file were included with <slang/slang.h>.
1292         Unfortunatly I can't use AC_LINK_FILES to make the links because
1293         if we needn't make any links AC_LINK_FILES makes a link from 
1294         srcdir to top_builddir (builddir != srcdir).
1296         Temporary add $LGPM to $LIBS when checking for the resizeterm
1297         and keyok functions (ncurses might be linked against GPM).
1299         Substitude PACKAGE (intl/Makefile makes use of it)
1301 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
1303         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
1304         #include "global.h".
1306 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
1308         * Make.common.in (gnewdir): new path.
1310 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
1312         * configure.in: Add comments before "Let" and "the" - typo. Add new
1313         path to include's search.
1315 1999-01-10  Ilya Zakharevich <ilya@math.ohio-state.edu>
1317         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
1319 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1321         * configure.in (REGEX_O): Always include regex.o as the code we
1322         are using in gmc is not using regcomp/regexec, but the internal
1323         Emacs API.  
1325         * src/regex.c: Do not compile the POSIX compatibility code, as we
1326         do not use it.
1328 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1330         * doc/mc.sgml, mc1.in (Color section): minor polishing
1331         (Layout section): documented Highlight...
1333 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1335         * configure.in: Deleted du checks
1337         * INSTALL: Deleted --with-dusum documentation.
1339         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
1340         Configuration dialog. Added Advanced chown subsection. Deleted
1341         variables from the Special settings section which are now covered
1342         by the configuration dialog.
1344 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1346         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
1347         tar_gz_memlimit. Partially rewrote the section about the
1348         Virtual FS.. configuration dialog.
1350 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
1352         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
1354 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1356         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir) 
1358         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the 
1359         builddir
1361 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
1363         * new_icons/gnome-image-[lots].png: I added some icons for file
1364         types (image) there - someone please tell me what the correct
1365         location and naming convention is and I will try to follow that. :)
1367 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
1369         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
1370         the build will still work.  (Has this been replaced by new_icons?)
1372 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
1374         * doc/mc.1.in, mc.sgml: added my name to list ov authors
1376 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1378         * Makefile.in (codedirs): Dropped xv and tk ports from the
1379         distribution. include idl directory.
1381 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1383         * configure.in (slang_use_system_installed_lib): Define slang
1384         here, to avoid having this on LIBS.
1386 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
1388         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
1390 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
1392         * config.h.in: Removed from CVS, added to .cvsignore
1394         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
1395         configure.in:
1396         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
1397         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
1398         HAS_CURSES added to acconfig.h
1400 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1402         * autogen.sh: Add "-I macros" to the aclocal flags.
1404         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
1405         so that aclocal will not complain about an obsolete macro.
1407         * configure.in: Use MC_HPUX_PROG_CC_STDC
1409         * ChangeLog: There was no ChangeLog here, so I added one.