Defuzzied one entry
[midnight-commander.git] / ChangeLog
bloba6fcdadd612f9e38fba36fef700372b8d12da146
1 2001-08-01  Pavel Roskin  <proski@gnu.org>
3         * lib/mc.hint.nl: New file.
4         From Steef Boerrigter <sxmboer@sci.kun.nl>
5         * lib/Makefile.am: Add mc.hint.nl.
6         * lib/mc.hint: Remove ftp site.  Update copyright.
7         * lib/mc.hint.cs: Likewise.
8         * lib/mc.hint.es: Likewise.
9         * lib/mc.hint.it: Likewise.
10         * lib/mc.hint.pl: Likewise.
11         * lib/mc.hint.ru: Likewise.  Shorten some lines.
13         * edit/Makefile.in: Allow running "make install" before "make all".
14         * gtkedit/Makefile.in: Likewise.
16 2001-07-31  Pavel Roskin  <proski@gnu.org>
18         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
19         editor.
20         * lib/Makefile.am: Add lib/edit.spell.rc.
22         * autogen.sh: Use gettextize.
23         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
24         * po/Makefile.in.in: Likewise.
26 2001-07-29  Pavel Roskin  <proski@gnu.org>
28         * syntax/slang.syntax: New file.
29         From Walery Studennikov <despair@sama.ru>
30         * syntax/Makefile.am: Add slang.syntax.
32 2001-07-27  Pavel Roskin  <proski@gnu.org>
34         * extraconf.h: Move WITH_BACKGROUND here.
36 2001-07-24  Pavel Roskin  <proski@gnu.org>
38         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
40 2001-07-23  Pavel Roskin  <proski@gnu.org>
42         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
44 2001-07-20  Pavel Roskin  <proski@gnu.org>
46         * Make.common.in: Move all defines ...
47         * gnome/Makefile.in: ... here ...
48         * src/Makefile.in: ... and here.
50 2001-07-19  Pavel Roskin  <proski@gnu.org>
52         * configure.in: Don't check for getwd, it's completely
53         eliminated.
54         * INSTALL: Remove reference to HAVE_GETWD.
56         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
57         entries for compressed cpio archives.
59         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
60         they were only used in obsolete frontends.  Don't ever use %view
61         without commands - it's slower and loses user settings, e.g.
62         hex mode.  Put shared libraries before man pages and read.me
63         before .me macros so that they match correctly.  Use nm for
64         shared libraries.  Add rules for StarOffice and AbiWord.
66 2001-07-14  Pavel Roskin  <proski@gnu.org>
68         * configure.in: Bump version to 4.5.54a.
70 2001-07-13  Pavel Roskin  <proski@gnu.org>
72         * lib/mcserv.init: Fix exit status.
73         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
75         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
76         "executable", which should follow a space. Simplify rules for
77         images. Add shell/ rule for *.info files. Fix all incorrect
78         uses of the alternation operator.
79         Reported by Oskar Liljeblad and Michel Casabona.
81 2001-07-12  Pavel Roskin  <proski@gnu.org>
83         * configure.in: Don't check for iconv, it's already checked for
84         in AM_GNU_GETTEXT.
86 2001-07-10  Pavel Roskin  <proski@gnu.org>
88         * doc/mc.1.in: Update documentation about hex search.
90         * edit/edit_key_translator.c (cooledit_key_map): Bind
91         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
92         From Steef Boerrigter <sxmboer@sci.kun.nl>
94         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
95         * edit/edit_key_translator.c (cooledit_key_map): Add support
96         for bracket matching on Alt-B.
97         * gtkedit/gtkeditkey.c: Likewise.
98         From Steef Boerrigter <sxmboer@sci.kun.nl>
100 2001-07-06  Pavel Roskin  <proski@gnu.org>
102         * lib/mc.ext.in: Use nm to view object files.
104         * Make.common.in: Remove GNOME-specific and unused definitions.
105         Partly moved to gnome/Makefile.in.
107         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
108         they are usused.
109         * Make.common.in: Likewise.
111 2001-06-29  Pavel Roskin  <proski@gnu.org>
113         * ABOUT-NLS: Update to the version from gettext-0.10.38.
115         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
116         now done in configure. Move -I.. to the beginning.
117         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
118         libintl.a may be required to link mc.
119         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
120         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
121         Move all i18n code to one place. Don't substitute INTLSUB - it's
122         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
123         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
125 2001-06-25  Pavel Roskin  <proski@gnu.org>
127         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
128         It should be enabled explicitly by giving `--enable-largefile'
129         to configure.
130         * INSTALL: Document it.
132 2001-06-22  Pavel Roskin  <proski@gnu.org>
134         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
136         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
137         in struct statfs.
138         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
140         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
141         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
142         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
143         found.
144         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
146 2001-06-19  Pavel Roskin  <proski@gnu.org>
148         * configure.in: Check for telldir and seekdir. Join adjacent
149         calls to AC_CHECK_FUNCS.
151 2001-06-16  Pavel Roskin  <proski@gnu.org>
153         * Makefile.am: Change the order of SUBDIRS to fully compile text
154         edition before compiling anything for GNOME.
155         * mc.spec.in: Don't use brace expansion to avoid implicit
156         build-time dependency on bash.
158 2001-06-13  Pavel Roskin  <proski@gnu.org>
160         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
161         the test code.
162         * configure.in: Fix compiler warnings in the arguments to
163         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
164         around `=' in the `test' command.
166 2001-06-07  Pavel Roskin  <proski@gnu.org>
168         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
169         GNOME documentation template.
170         * doc-gnome/C/mkhtml: Don't generate index.
171         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
173 2001-06-06  Pavel Roskin  <proski@gnu.org>
175         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
176         conditional variables from EXTRA_DIST.
178 2001-06-05  Pavel Roskin  <proski@gnu.org>
180         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
181         conversion support.
182         From Walery Studennikov <hqsoftware@mail.ru>.
184         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
186 2001-06-01  Pavel Roskin  <proski@gnu.org>
188         * lib/mc.charsets: Synchronize with the latest patch - remove
189         a comment.
191 2001-05-30  Pavel Roskin  <proski@gnu.org>
193         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
194         work with GNOME.
196         * lib/mc.charsets: New file. From Walery Studennikov.
197         * lib/Makefile.am: Distribute mc.charsets. Install it if
198         the charset support is enabled.
200         * configure.in: Add check for iconv() and the necessary code
201         to support the charset selection patch.
203         * configure.in: Add check for ESCDELAY variable in ncurses.
205 2001-05-29  Pavel Roskin  <proski@gnu.org>
207         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
208         USE_EXT2FSLIB.
210         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
211         * pc/config.h: Likewise.
213         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
214         and "strings". Recognize "write" files and MS Word templates.
215         For MS Excel documents try "xls2csv" and "strings".
216         Escape spaces in the "type" directives.
217         From Nerijus Baliunas.
219         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
221         * Make.common.in: Remove hpath, it's unused.
223         * acconfig.h: Move constant parts ...
224         * extraconf.h: ... here.
225         [HAVE_X]: Disable subshell, s-lang and curses.
226         * Makefile.am: Add extraconf.h.
228 2001-05-28  Pavel Roskin  <proski@gnu.org>
230         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
231         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
232         * configure.in: ... here.
234 2001-05-27  Pavel Roskin  <proski@gnu.org>
236         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
237         * acconfig.h: Likewise.
238         * src/layout.c: Likewise.
240         * Make.common.in: Remove all percent rules.
241         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
242         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
243         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
244         AM_INIT_AUTOMAKE.
246         * Make.common.in: Remove obsolete dependency tracking system.
247         * configure.in: Likewise.
248         * edit/Makefile.in: Likewise.
249         * gnome/Makefile.in: Likewise.
250         * gtkedit/Makefile.in: Likewise.
251         * slang/Makefile.in: Likewise.
252         * src/Makefile.in: Likewise.
253         * vfs/Make-mc.in: Likewise.
254         * src/depend.awk: Remove.
256 2001-05-26  Pavel Roskin  <proski@gnu.org>
258         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
259         * syntax/octave.syntax: New file. From Walery Studennikov.
260         * syntax/Makefile.am: Add octave.syntax.
262         * configure.in: Fix incorrect test for stdin support in grep -
263         it would always fail when configuring in an empty directory.
264         Portability fixes - unset, backslashed space in here-documents.
265         Eliminate all instances of "changequote".
267         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
268         user choice.
269         * acconfig.h: Changes for the above.
270         * INSTALL: Don't document --with-sco - it's now defunct.
271         * INSTALL.FAST: Likewise.
273 2001-05-25  Pavel Roskin  <proski@gnu.org>
275         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
276         are in the beginning of the "file" output.
278 2001-05-23  Pavel Roskin  <proski@gnu.org>
280         * lib/mc.ext.in: Add associations for viewing RPM files.
282 2001-05-22  Pavel Roskin  <proski@gnu.org>
284         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
285         By default exit after the first error in jade.
287         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
288         JADEFLAGS environment variables. Report progress. Clean up on
289         failure.
291 2001-05-21  Pavel Roskin  <proski@gnu.org>
293         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
294         files.
296         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
297         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
299 2001-05-20  Pavel Roskin  <proski@gnu.org>
301         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
302         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
303         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
304         * doc-gnome/C/figs/Makefile.am: Add support for converting from
305         PNG to EPS.
307         * Makefile.am (EXTRA_DIST): Remove create_vcs.
308         * doc/FILES: Likewise. Typo fix.
310 2001-05-19  Pavel Roskin  <proski@gnu.org>
312         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
313         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
314         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
316         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
317         index entry "Moving files".
319 2001-05-18  Pavel Roskin  <proski@gnu.org>
321         * configure.in: Use src/main.c in AC_INIT.
323         * create_vcs: Remove.
325         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
326         Add download location for glib.
327         * mc.spec.in: Likewise.
328         * doc/LSM: Likewise.
329         * doc/mc.1.in: Likewise.
330         * doc/mcedit.1.in: Likewise.
331         * src/ext.c: Don't mention download location for MC.
333         * FAQ: Update status of Tk, XView. and GNOME editions. Update
334         homepage of gpm.
336         * INSTALL: Remove information about Tk and XView. Change the
337         mailing list addresses again.
338         * FAQ: Change the mailing list addresses again.
339         * MAINTAINERS: Likewise.
340         * README: Likewise.
341         * doc/mc.1.in: Likewise.
342         * gnome/gmc-window.c: Likewise.
343         * lib/README.xterm: Likewise.
344         * lib/mc.ext.in: Likewise.
345         * lib/mc.hint*: Likewise.
346         * lib/mc.hlp.hu: Likewise.
347         * po/*.po: Likewise.
348         * src/main.c: Likewise.
350 2001-04-20  Pavel Roskin  <proski@gnu.org>
352         * FAQ: Change the mailing list addresses and the download
353         locations.
354         * INSTALL: Likewise.
355         * MAINTAINERS: Likewise.
356         * README: Likewise.
357         * doc/mc.1.in: Likewise.
358         * gnome/gmc-window.c: Likewise.
359         * lib/README.xterm: Likewise.
360         * lib/mc.ext.in: Likewise.
361         * lib/mc.hint*: Likewise.
362         * lib/mc.hlp.hu: Likewise.
363         * po/*.po: Likewise.
364         * src/main.c: Likewise.
366 2001-04-19  Pavel Roskin  <proski@gnu.org>
368         * configure.in: Don't install mcserv unless
369         "--enable-mcserv-install" has heen specified.
370         Don't quote the first argument in all calls to AM_CONDITIONAL
371         to work around a bug in Automake 1.4.
372         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
373         * vfs/Make-mc.in: Likewise.
375 2001-04-13  Pavel Roskin  <proski@gnu.org>
377         * configure.in: Bump version to 4.5.53a.
379 2001-04-06  Pavel Roskin  <proski@gnu.org>
381         * gtkedit/editcmd.c: Remove support for XView layout attributes.
382         * gtkedit/editoptions.c: Likewise.
383         * pc/chmod.c: Likewise.
384         * pc/drive.c: Likewise.
385         * src/boxes.c: Likewise.
386         * src/chmod.c: Likewise.
387         * src/dlg.c: Likewise.
388         * src/dlg.h: Likewise.
389         * src/filegui.c: Likewise.
390         * src/find.c: Likewise.
391         * src/hotlist.c: Likewise.
392         * src/layout.c: Likewise.
393         * src/listmode.c: Likewise.
394         * src/main.c: Likewise.
395         * src/option.c: Likewise.
396         * src/panelize.c: Likewise.
397         * src/wtools.c: Likewise.
398         * src/wtools.h: Likewise.
399         * vfs/smbfs.c: Likewise.
401         * autogen.sh: Check out "intl" and "macros" directories if they
402         are missing. Simply "cvs up -d" won't restore them.
404         * configure.in: Bump version to 4.5.52a.
406 2001-03-14  Pavel Roskin  <proski@gnu.org>
408         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
409         Automake conditional USE_SAMBA_FS if Samba is to be supported
410         in VFS.
412 2001-03-07  Pavel Roskin  <proski@gnu.org>
414         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
415         defined.
416         Reported by Norbert Warmuth.
418         * configure.in: Don't process vfs/extfs/uzip - it's now
419         constant.
421         * syntax/changelog.syntax: Require space after asterisk to have
422         it highlighted.
424 2001-03-02  Pavel Roskin  <proski@gnu.org>
426         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
427         * configure.in: Use AC_PROG_CC_STDC instead.
429         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
430         Suggested by Christian Gennerat.
432         * lib/mc.ext.in: Add support for "freeze" - old compression
433         program used mostly on QNX.
434         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
435         * lib/Makefile.am: Adjusted.
437 2001-02-26  Pavel Roskin  <proski@gnu.org>
439         * lib/mc-gnome.ext.in: Remove, it's not used.
440         * configure.in: Remove lib/mc-gnome.ext.
441         * lib/Makefile.am: Likewise.
443 2001-02-20  Pavel Roskin  <proski@gnu.org>
445         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
446         defined to prevent warnings on OpenBSD 2.7.
447         * slang/jdmacros.h: Likewise.
448         * src/mad.h: Likewise.
449         * src/poptalloca.h: Likewise.
451         * configure.in: Check for sys/time.h and sys/timeb.h. Use
452         AC_HEADER_TIME.
454 2001-02-07  Pavel Roskin  <proski@gnu.org>
456         * autogen.sh: Create vfs/samba/include/stamp-h.in.
457         * vfs/samba/include/stamp-h.in: Remove.
459         * macros/curses.m4: Quote first argument to AC_DEFUN.
460         * macros/gnome-cxx-check.m4: Likewise.
461         * macros/gnome-gettext.m4: Likewise.
462         * macros/gnome-libgtop-check.m4: Likewise.
463         * macros/gnome-print-check.m4: Likewise.
464         * macros/linger.m4: Likewise.
465         * macros/need-declaration.m4: Likewise.
467         * configure.in: Only configure in vfs/samba if smbfs support is
468         enabled even with Autoconf 2.13.
470 2001-01-30  Pavel Roskin  <proski@gnu.org>
472         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
473         --without-samba due to a typo.
475         * configure.in: Only configure in vfs/samba if smbfs support is
476         enabled. This optimization will only work with Autoconf-2.49c
477         and above.
479 2001-01-13  Pavel Roskin  <proski@gnu.org>
481         * configure.in: Don't create a faked malloc.h.
482         * gtkedit/edit.h: Don't assume that malloc.h always exists.
483         * src/mad.h: Likewise.
485         * configure.in: Simplified handling of cons.saver.
486         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
487         * mc.spec.in: Remove a workaround for the above.
489         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
490         for MC. Don't rely on the output of uname - use $host_os.
492 2001-01-11  Pavel Roskin  <proski@gnu.org>
494         * configure.in: Check for ext2 libraries only if VFS is enabled.
496         * src/Makefile.in: Create directories before installing files.
497         Removed all occurences of libprefix - it's never defined.
499         * configure.in: All macros from configure.in moved to
500         acinclude.m4. Added missing quotes in several places.
501         * acinclude.m4: Likewise.
503         * edit/Makefile.in: Don't install or uninstall mcedit -
504         it cannot be installed before mc on systems without symlinks.
505         * gtkedit/Makefile.in: Likewise.
506         * src/Makefile.in: Install mcedit (if enabled) and mcview.
507         Uninstall them.
509         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
510         from acinclude.m4 in gtk+:
511         Don't define ENABLE_NLS unless we have a working NLS.
512         (This should keep libintl.h from being included when it doesn't
513         exist).
515 2001-01-09  Pavel Roskin  <proski@gnu.org>
517         * doc-gnome/C/figs/Makefile.am: New file.
518         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
519         makefile do it.
520         * configure: Substitute doc-gnome/C/figs/Makefile.
522         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
524 2001-01-08  Szabolcs Ban <shooby@gnome.hu>
526         * lib/mc.hlp.hu: Added Hungarian help file from
527           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
528           maci@integrity.hu, mfh47@freemail.hu
529         * lib/Makefile.am: Added LOCALIZED_HELP for further
530           mc.hlp l10ns
531         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
532           gtkedit/editcmd.c: I18n of mc.hlp
534 2000-12-29  Szabolcs Ban <shooby@gnome.hu>
536         * doc/mc.1.in: Corrected badly formatted link...
538 2000-11-10  Robert Brady  <robert@suse.co.uk>
540         * configure.in: Add Tamil to ALL_LINGUAS.
542 2000-10-23  Pavel Roskin  <proski@gnu.org>
544         * mc.spec.in: Allow mcserv.8 to be gzipped.
546         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
547         that cannot deal with "./gmc.sgml".
549 2000-10-09  Pavel Roskin  <proski@gnu.org>
551         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
552         that CVS Automake will drop dependencied to the macros that
553         we don't distribute.
555         * lib/mc.ext.in: Removed references to icons. Source RPMs
556         grouped to one regex. Removed "Update" for source RPMs, added
557         "Rebuild" instead. Added "Check signature" for all RPMs.
558         Added a comment about pop-up menus in the text edition.
560 2000-10-06  Pavel Roskin  <proski@gnu.org>
562         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
563         flags moved out of CFLAGS as recommended by GNU coding
564         standards.
565         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
566         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
567         XCPPFLAGS.
568         * INSTALL (Random notes on porting to other architectures):
569         Completely rewritten. Recommended using CFLAGS instead of XINC.
571 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
573         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
575 2000-10-04  Christophe Merlet  <christophe@merlet.net>
577         * gnome/*.desktop: Updated french strings.
579 2000-10-03  Pavel Roskin  <proski@gnu.org>
581         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
582         to allow <legalnotice>. Unclosed tags fixed.
584 2000-09-30  Pavel Roskin  <proski@gnu.org>
586         * mc.spec.in: New package mc-common. Use DESTDIR instead of
587         misusing prefix. Don't install old icons - they don't exist.
589         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
590         "export -f" to have mc() exported.
591         * doc/mc.1.in: Changed description of the "-P" option to
592         avoid inclusion of mc.sh and mc.csh into the manual.
593         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
595 2000-09-24  Pavel Roskin  <proski@gnu.org>
597         * doc/mc.1.in: Minor formatting fixes.
599         * lib/mc.sh.in: Remove temporary file non-interactively.
600         * doc/mc.1.in: updated example for mc.sh.
602 2000-09-23  Pavel Roskin  <proski@gnu.org>
604         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
605         updates it when needed.
606         * mc.spec.in: Include translations with mc, not gmc. Run
607         chkconfig --del in %preun, not %postun. --without-debug not
608         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
609         be executable. New files in %{prefix}/lib/mc/ - translated hints,
610         editor files.
612         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
613         directory for document processing. Comment changes. gmc.ps and
614         gmc.pdf now generated from gmc.dvi.
616         * configure: Always include Make.common as file, otherwise
617         "make distclean" breaks.
618         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
619         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
620         replaced with "rm -f" - the stangard says that "rm" is portable.
621         Ditto $(MV). Adjusted *clean targets to match those in
622         Automake. Removed "cross" target.
624 2000-09-22  Pavel Roskin  <proski@gnu.org>
626         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
627         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
628         * doc/Makefile.in: Converted to ...
629         * doc/Makefile.am: ... this.
631 2000-09-21  Pavel Roskin  <proski@gnu.org>
633         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
634         is not expanded in all shells.
635         * doc/mc.sgml: Updated the example script to reflect the above
636         changes.
637         * doc/mc.in.1: Likewise.
639 2000-09-19  Pavel Roskin  <proski@gnu.org>
641         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
642         Marco Ciampa
644 2000-09-18  Pavel Roskin  <proski@gnu.org>
646         * Make.common.in: Added installcheck to placate "make distcheck"
647         * configure.in, Make.common.in, doc/Makefile.in,
648         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
649         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
650         variable MKINSTALLDIRS and builddir with Automake-compatible
651         mkinstalldirs and top_builddir.
652         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
653         files. Added uninstall-local target.
655 2000-09-17  Pavel Roskin  <proski@gnu.org>
657         * configure.in: fixed wrong use of AC_MSG_RESULT inside
658         AC_CACHE_VAL
660         * Make.common.in: Added the "dvi" target for "make distcheck"
661         to go further
662         * doc-gnome/C/Makefile.in: converted to ...
663         * doc-gnome/C/Makefile.am: ... this
665 2000-09-15  Pavel Roskin  <proski@gnu.org>
667         * acconfig.h, configure.in: Require autoconf 2.13 or above.
668         Removed workarounds for older versions. Removed MCDEBUG
669         variable - it's not used. --with-debug renamed to --with-mad and
670         cleaned up. Always use -Wall with gcc, other manipulations with
671         CFLAGS removed.
673         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
674         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
675         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
676         mc.pot becomes out of date in the tarball.
678 2000-09-14  Pavel Roskin  <proski@gnu.org>
680         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
681         tests for cp, mv and rm.
682         * Make.common.in: Removed variables xv_bindir and STRIP.
683         Variables CP, MV and RMF are assigned trivial values.
685         * edit/Makefile.in: Don't link headers, add extra includes
686         to CPPFLAGS instead. Put links to the build directory.
687         Remove the hack with "mx" - it is not needed anymore.
689         * configure.in: remove any manupulations with top_srcdir.
690         Don't change CPPGLAGS when the internal editor is enabled,
691         instead do it ...
692         * edit/Makefile.in, gtkedit/Makefile.in: ... here
694         * configure.in, Make.common.in, doc/Makefile.in,
695         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
696         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
697         changed to top_srcdir for Automake compatability
699         * configure.in: REGEX_O variable removed - always use our regex
701         * configure.in: MCFGR variable removed
703 2000-09-12  Pavel Roskin  <proski@gnu.org>
705         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
706         other GNOME modules
707         * autogen.sh: remove "-I ." from the "aclocal" command line
709 2000-09-01  Pavel Roskin  <proski@gnu.org>
711         * configure.in: output vfs/extfs/Makefile
713         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
714         to avoid a warning
715         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
716         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
718 2000-08-29  Pavel Roskin  <proski@gnu.org>
720         * configure.in: use AM_GNOME_GETTEXT
721         * gettext.m4: removed
722         * Makefile.am: adjusted files to distribute, previous change
723         reverted
725         * mc-aclocal.m4: renamed to ...
726         * acinclude.m4: ... this
727         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
728         * Makefile.am: aclocal should scan "." for gettext.m4
730 2000-08-28  Pavel Roskin  <proski@gnu.org>
732         * Make.common.in: removed hack for "make distcopy"
733         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
734         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
735         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
736         for external builds.
737         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
739 2000-08-24  Pavel Roskin  <proski@gnu.org>
741         * new_icons/Makefile.in: converted to ...
742         * new_icons/Makefile.am: ... this
743         * configure.in: automake conditional GNOME introduced.
744         "insticons" removed
746         * icons/*: removed
747         * Makefile.am, configure.in: necessary adjustments
749         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
750         automake installs them now
752         * syntax/Makefile.in: converted to ...
753         * syntax/Makefile.am: ... this
755         * idl/Makefile.in: converted to ...
756         * idl/Makefile.am: ... this
758         * lib/Makefile.am: simplified, fixed "make dist"
760         * lib/Makefile.in: converted to ...
761         * lib/Makefile.am: ... this
763         * lib/tkmc.wmconfig: removed
764         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
766         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
767         to ...
768         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
769         * Make.common.in: support for "distdir" for compatability
770         with Automake-generated makefiles
771         * autogen.sh: run automake. Force cache - it is off by default
772         in autoconf 2.49a, but it's still handy for maintainers
773         * configure.in: adapted for Automake
775         * AUTHORS: new file
777 2000-08-23  Pavel Roskin  <proski@gnu.org>
779         * configure.in: resurrect definition of xvers
781         * VERSION.in: removed
782         * Makefile.in: don't do anything with VERSION.in and VERSION
783         Take mc.spec from builddir, not srcdir
784         * configure.in: don't create VERSION
786 2000-08-22  Pavel Roskin  <proski@gnu.org>
788         * *.c, *.h: Updated address of Free Software Foundation
790 2000-08-21  Pavel Roskin  <proski@gnu.org>
792         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
793         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
794         related to XView, libXPM, libXext and Tk
796 2000-08-18  Pavel Roskin  <proski@gnu.org>
798         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
799         files
801         * configure.in: Simplified dependency tracking by using
802         "-include" with GNU Make
803         * autogen.sh: Exit on all failures
805 2000-08-17  Pavel Roskin  <proski@gnu.org>
807         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
808         Fixed all misuses of single and double quotes. Typo fixes.
809         Ensured compatability with sgml2html, sgml2txt and sgml2latex
810         * doc/mc.1.in: Typo fix
812         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
813         * doc/linuxdoc-sgml.diff: removed
814         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
815         distribute gnome.sgml
817 2000-08-15  Pavel Roskin  <proski@gnu.org>
819         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
820         in the "distclean" target
822         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
823         Removed all XVIEW-related stuff
824         Fixed placement of png files on "make dist"
826         * doc/mc.1.in: Updated info about the internal editor
828         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
829         indicate serious problems. Fixes for uninstall.
830         * doc/Makefile.in: Rebuild if it is out of date.
832         * lib/cedit.menu: Added. This file has been missing
834         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
836 2000-08-08  Pavel Roskin  <proski@gnu.org>
838         * Makefile.in: correctly detect make failures in subdirs
840 2000-08-01  Pavel Roskin  <proski@gnu.org>
842         * nt, os2, tk, xv: removed all files
843         * configure.in: don't create os2 and nt directories
845 2000-08-01  Pavel Roskin  <proski@gnu.org>
847         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
849         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
851 2000-07-21  Pablo Saratxaga <pablo@mandrakesoft.com>
853         * src/main.c: make 8bit input/output the default (99% of the people
854         expects that; lets the remaining 1% use the configuration menu
855         to disactivate it if they want)
857 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
859         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
861 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
863         * configure.in: check for gnome-libs with window icon support
865         * acconfig.h: add icon define
867 2000-06-08  Matthias Warkus  <mawa@iname.com>
869         * new_icons/gnome-pack-*.png: Updated.
870         * gnome/mc.keys: Added a MIME type for SLP packages.
872 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
874         * syntax/diff.syntax: Highlight lines beginning with "File",
875         "Files" and "Binary"
876         * syntax/makefile.syntax: Highlight "ifndef"
877         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
878         highlighted)
880 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
882         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
883         comment lines with # in last release
885 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
887         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
889 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
891         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
892         look more consistent than original.
894 2000-04-14  Timur Bakeyev  <mc@bat.ru>
896         * config.in: Added check against strcoll().
898 2000-04-14  Timur Bakeyev  <mc@bat.ru>
900         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
901         added 'and', 'or', 'not', 'for' keywords.
903 2000-04-06  Timur Bakeyev  <mc@bat.ru>
905         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
906         based systems. Hope, this will make FreeBSD midc maintainer to enable
907         build-in editor by default. Still, syntax highlighting is disabled.
908         Need to port...
910 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
912         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
913           fixed, some messages gettext()ed again here and in
914         gtkedit/editmenu.c:edit_about_cmd()
916 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
918         * doc/mc.sgml (Examples): Fixed documentation, thanx
919         to martin@internet-treff.uni-koeln.de.
921 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
923         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
924         the label text
926 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
928         * gtkedit/syntax.c: treat *.ads as Ada source
929         * syntax/ada95.syntax: escape "+" and "*"
930         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
931         * syntax/Makefile.in: remove diffc.syntax
933         * edit/edit_key_translator.c: interpret code 0177 as
934         backspace unless recognized otherwise
936 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
938         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
939         initialization of array of structure (gcc version 2.96 20000131
940         chokes on it).
942         * lib/mc.hint: C-y and not C-u can be used to insert text in input
943         lines (e. g. text which has been deleted with M-d).
945         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
947 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
949         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
951 2000-01-29  Matthias Warkus  <mawa@iname.com>
953         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
954         design on Federico's request.
956 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
958         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
959         an ArrangeType enum.
961 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
963         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
964         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
965         setup.c: Add option of using GNOME "magic" routines to determine file
966         types. This makes MC intelligently look at the data in the file to see
967         what type of file it is, rather than looking at the filename extension.
968         This slows down MC quite a bit, so it has been made an optional
969         preference item. Type detection is expected to improve as mime-magic
970         matures.
972 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
974         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
975         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
976         providing a patch.
978 2000-01-11  Matthias Warkus  <mawa@iname.com>
980         * Added icon and keys entry for Scheme source.
982 2000-01-03  Fatih Demir <kabalak@gmx.net>
984         * configure.in: Added tr -> ALL_LINGUAS .
986 1999-12-28  Matthias Warkus  <mawa@iname.com>
988         * new_icons/*.png: Added a bunch of new icons.
990 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
992         * configure.in (VERSION): Bumped version number to 4.5.42.
994 1999-11-25  Yuri Syrota <rasta@renome.rovno.ua>
996         * configure.in: added 'uk' to ALL_LINGUAS.
998 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1000         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
1001         request from David Sauer
1003 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
1005         * configure.in (VERSION): Bumped version number to 4.5.41.
1007 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
1009         * configure.in (VERSION): Set version number to 4.5.39.
1011 1999-09-23      Jorge Godoy     <godoy@conectiva.com.br>
1013         * configure.in: Added pt_BR to ALL_LINGUAS
1015 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
1017         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
1018         path to the mc binary according to @prefix@.
1020         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
1021         configure. Install mc.sh and mc.csh in $(suppbindir).
1023         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
1024         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
1025         copies of the included function definitions.
1027         * mcfn_install.in: Comment out definitions of the mc functions. Source
1028         mc.sh instead of adding an outdated mc function definition.
1030         * configure.in: output mc.sh and mc.csh
1032 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
1034         * lib/startup.links: Changed the news link to Gnotices
1036 1999-09-19  David Martin <dmartina@usa.net>
1038         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
1039         8 bit chars from strftime get displayed when inserting date.
1041         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
1042         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
1043         file to avoid interferences. In this one I changed the extension check
1044         to a type check (as used for gzip) which might give problems in some
1045         systems.
1047         * configure.in: Use -Tlatin1 to format man pages when available and
1048         "view" 8 bit chars.
1050 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
1052         * gtkedit/edit.h: Include file reordering to make it compile with
1053         --with-debug
1055         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
1056         dependent on lenght of translated strings to display.
1058 1999-09-16  Owen Taylor  <otaylor@redhat.com>
1060         * Remove the magicdev autoconf test in favor of just
1061         including the idl file. Otherwise we have a dependency
1062         loop between this and magicdev.
1064 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
1066         * idl/FileManager.idl: Changed names, and put everything under a
1067         FileManager module.  Added a Desktop interface and some methods to
1068         the WindowFactory interface.
1070 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
1072         * doc-gnome/*: Shiny new docs from users-guide.
1073         All synced up.
1075 1999-09-03  Pablo Saratxaga <pablo@mandrakesoft.com>
1077         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
1079 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
1081         * README: Updated and spell-checked.
1083         * NEWS: Updated.
1085 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
1087         * configure.in (ALL_LINGUAS): Added sv.
1089 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
1091         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
1092         symlink attacks (mcfn_install and the man page still needs to be
1093         updated).
1095 1999-08-20  Norbert Warmuth <nwarmuth@privat.circular.de>
1097         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
1098         a symbolic link (ln -sf doesn't work as expected on Solaris)
1100 1999-08-19  Elliot Lee <sopwith@redhat.com>
1101         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
1103 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
1105         * doc-gnome/C/gmc.sgml: Index fixes.
1107 1999-08-18  Elliot Lee <sopwith@redhat.com>
1109         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
1110         initializers in the GnomeUIInfo structure.
1112 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
1114         * configure.in (VERSION): Bumped version number to 4.5.38.
1116 1999-08-15  Norbert Warmuth <nwarmuth@privat.circular.de>
1118         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
1120 1999-08-15  David Martin <dmartina@usa.net>
1122         * gtkedit/edit.c: Print localized date with strftime()
1124         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
1126 1999-08-08  David Martin <dmartina@usa.net>
1128         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
1129         translation.
1131         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
1132         translation as it used to be.
1134 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1136         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
1137         that the correct index.html will be generated.
1139 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1141         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
1142         to the list.
1144 1999-07-21  Paul Sheer <psheer@obsidian.co.za>
1146         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
1147         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
1148         This adds some new syntax rules, and spell check on the fly
1149         which if someone bugs me for, will actually get enabled in
1150         both the text and gnome versions. Bookmark stuff also needs
1151         some keys bound to it, I suppose: any takers?
1153 July 19, 1999 Elliot Lee
1154         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
1156 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
1158         * Makefile.in (all): Makefile fix.
1160 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1162         * Make.common.in (confdir): Define confdir as sysconfdir.  This
1163         should fix the problem we had with FSSTND distributions.
1165 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1167         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
1168         list of distributed files.
1170 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1172         * configure.in (VERSION): Bumped version number to 4.5.34.
1174 1999-07-02  Tuomas J. Lukka <lukka@iki.fi>
1176         * Add fi into ALL_LINGUAS
1178 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
1180         * gnome/i-zipdisk2.png: Added another zip-disk icon
1181         by <scarab@egyptian.net> - It looks very nice. Variation
1182         is good.
1184 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1186         * acconfig.h: Add WITH_SMBFS
1188         * macros/gnome-vfs.m4: Support conditional samba support.
1190 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1192         * Make.common.in (confdir): Define confdir as sysconfdir.  This
1193         should fix the problem we had with FSSTND distributions.
1195 1999-02-22  Vladimir Kondratiev <vkondra@iil.intel.com>
1197         * mc.spec.in: added syntax files to %files
1199 1999-06-22  David Martin <dmartina@usa.net>
1201         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
1203 1999-06-07  Shooby Ban  <bansz@szif.hu>
1205         * po/hu.po, configure.in: added hungarian translations...
1206           I'm not sure it's OK, but it seems usable.
1207           Translators: Tamas Fejos and Andras Kadar
1209 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
1211         * configure.in, Makefile.in: added the gmc helpfile to the build
1213 1999-05-23  Yukihiro Nakai <nacai@iname.com>
1215         * Add ja entry to LANG in configure.in
1217 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
1219         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
1220         be installed in the system :) (added it to the Makefile.in)
1222 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
1224         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
1225         disks - someone please add it to the mount.c code so it gets used..
1226         Everyone have a nice time at the expo! :) I hope to join the
1227         next time.
1229 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1231         * configure.in: Added check for getpt ()
1233 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1235         * configure.in (VERSION): Bumped version number to 4.5.31.
1237 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1239         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
1240         need to fool it by strdup'ing the return value of tempnam.
1242 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1244         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
1245         MCLIBS which are specific to the text edition.
1247         * INSTALL: Added documentation for --with-tm-x-support
1249 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean <gregm@comstar.net>
1251         * mc.spec.in : Folded in some changes from the 'offical' rpm
1252         spec file.
1254 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1256         * configure.in (SHELL): Do not use grep -q, as it is not portable
1257         to every OS.
1259 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1261         * configure.in: Linking from $srcdir/slang is broken when configure
1262         isn't called with an absolute path. Link from ../$srcdir/slang if
1263         configure was invoked with a relative path.
1265 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
1267         * configure.in: Do not rm the destination file and then link, use
1268         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
1270 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1272         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
1273         --with-PACKAGE and --without-PACKAGE gave the same results.
1275 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1277         * configure.in (VERSION): Bumped version number to 4.5.30.
1279 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1281         * configure.in (VERSION): Bumped version number to 4.5.29.
1283 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1285         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
1286         now contains all checks.
1288 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1290         * configure.in (VERSION): bumped version number to 4.5.28.
1292 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
1294         * */Makefie.*: fixed several missed conversions from libdir to
1295         mclibdir. (Should be automake'd, really)
1297 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1299         * Make.common.in: There were conflicting definitions of mclibdir
1300         (one for installation, one for source).  Now the source one is
1301         called mcsrclibdir.
1303         * doc/Makefile.in: Use mcsrclibdir where appropriate.
1305 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
1307         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
1308         Pascal Program" (Heh, second time :)
1310         * Makefile.common: Until things gets clear, keep syntax rules in
1311         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
1313         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
1314         @libdir@.
1316 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
1318         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
1319         as requested by Paul. Still, need some checking...
1321 Sun Mar 21 03:55:24 1999 Paul Sheer <psheer@obsidian.co.za>
1323         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
1324         to date with cooledit 3.9.0. This adds some new features.
1325         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
1326         syntax.c. This is because the rule set is becoming too
1327         large to maintain in its current form and because file
1328         loading is starting to get slow.
1330         There is also a bookmark feature which does not yet have
1331         key bindings assigned to it, but should be cool once
1332         these get inserted. Syntax rules files are named
1333             $LIBDIR/cooledit/syntax/*.syntax
1335 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
1337         * configure.in: Create slang directory, it is needed when
1338         builddir != srcdir.
1339         Use -f when calling rm, the file does not exist on
1340         first compile.
1341         No need to copy VERSION from $srcdir, it's already generated in
1342         $buildir.
1344 Fri Mar 19 06:32:36 1999  David Martin <dmartina@usa.net>
1346         * edit/edit_key_translator.c: Added missing translation tags.
1348 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1350         * configure.in: Minimum version of glib should be 1.2.0.
1351         (VERSION): Bumped version number to 4.5.27.
1353 Wed Mar 10 21:52:55 1999  David Martin <dmartina@usa.net>
1355         * gtkedit/editcmd.c: Added missing translation tags.
1357         * gtkedit/editoptions.c: Added missing translation tags. Translate
1358         radio buttons on first use.
1360 Sat Feb 27 21:00:45 1999 Gregory McLean <gregm@comstar.net>
1362         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
1363         to get the mc spec file to work.
1364         * hacked configure to generate a properly versioned spec file.
1366 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1368         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
1369         radio buttons on first pass.
1371 Fri Feb 26 21:45:30 1999  David Martin <dmartina@usa.net>
1373         * gtkedit/editcmd.c: Mark strings in the search and replace
1374         dialogs for translation. Resized these dialogs to let the messages
1375         fit.
1377 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1379         * gtkedit/editwidget.c (selection_send): Use the proper type for
1380         64-bit cleanliness (Patch from George Lebl).
1382 Tue Feb 16 21:24:43 1999  David Martin <dmartina@usa.net>
1384         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
1385         into the catalog file.
1387 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1389         * configure.in: Make Timur's libtermcap check work with SLang
1390         0.99.98, too.
1392 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1394         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
1395         PS and EPS files.  Thanks, Tigert!
1397 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1399         * configure.in (CCOPTS): Drop the prefix auto-detection.
1401 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
1403         * configure.in: Add check, which, in case of system-installed SLang
1404         library tries to run a test program, which determines, does we need
1405         linking with libtermcap.a. Also, set of if's for finding terminfo
1406         dir changed to for cycle - a bit nicer :)
1408 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1410         * README.QNX: Deleted documention about mc.menu.qnx.diff.
1412 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1414         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
1416 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1418         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
1419         from tar calls when extracting (according to my man page this option
1420         is only useful when creating archieves).
1422 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1424         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
1425         adds support for tar.bz2 and merges the support for freeze-compressed
1426         tar files (tar.F) from mc.menu.qnx.diff.
1428 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
1430         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
1431         GNU-like :)
1433 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1435         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
1436         the catalog file.
1438 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
1440         * new_icons/gnome-core.png: New icon for core files. Someone
1441         please add the code part :)
1443 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
1445         * configure.in: Add check against setuid() and setreuid() functions.
1447 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1449         * slang/slang.h: renamed to slang-mc.h
1451         * slang/Makefile.in: delete slang.h on "make clean"
1453         * configure.in: link slang/slang-mc.h to slang/slang.h when the
1454         included slang is used. Problem was that MC's slang.h was used
1455         when we compiled with an already installed SLang and the systems
1456         header file were included with <slang/slang.h>.
1457         Unfortunatly I can't use AC_LINK_FILES to make the links because
1458         if we needn't make any links AC_LINK_FILES makes a link from
1459         srcdir to top_builddir (builddir != srcdir).
1461         Temporary add $LGPM to $LIBS when checking for the resizeterm
1462         and keyok functions (ncurses might be linked against GPM).
1464         Substitude PACKAGE (intl/Makefile makes use of it)
1466 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
1468         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
1469         #include "global.h".
1471 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
1473         * Make.common.in (gnewdir): new path.
1475 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
1477         * configure.in: Add comments before "Let" and "the" - typo. Add new
1478         path to include's search.
1480 1999-01-10  Ilya Zakharevich <ilya@math.ohio-state.edu>
1482         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
1484 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1486         * configure.in (REGEX_O): Always include regex.o as the code we
1487         are using in gmc is not using regcomp/regexec, but the internal
1488         Emacs API.
1490         * src/regex.c: Do not compile the POSIX compatibility code, as we
1491         do not use it.
1493 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1495         * doc/mc.sgml, mc1.in (Color section): minor polishing
1496         (Layout section): documented Highlight...
1498 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1500         * configure.in: Deleted du checks
1502         * INSTALL: Deleted --with-dusum documentation.
1504         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
1505         Configuration dialog. Added Advanced chown subsection. Deleted
1506         variables from the Special settings section which are now covered
1507         by the configuration dialog.
1509 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1511         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
1512         tar_gz_memlimit. Partially rewrote the section about the
1513         Virtual FS.. configuration dialog.
1515 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
1517         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
1519 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1521         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
1523         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
1524         builddir
1526 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
1528         * new_icons/gnome-image-[lots].png: I added some icons for file
1529         types (image) there - someone please tell me what the correct
1530         location and naming convention is and I will try to follow that. :)
1532 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
1534         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
1535         the build will still work.  (Has this been replaced by new_icons?)
1537 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
1539         * doc/mc.1.in, mc.sgml: added my name to list ov authors
1541 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1543         * Makefile.in (codedirs): Dropped xv and tk ports from the
1544         distribution. include idl directory.
1546 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1548         * configure.in (slang_use_system_installed_lib): Define slang
1549         here, to avoid having this on LIBS.
1551 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
1553         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
1555 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
1557         * config.h.in: Removed from CVS, added to .cvsignore
1559         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
1560         configure.in:
1561         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
1562         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
1563         HAS_CURSES added to acconfig.h
1565 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1567         * autogen.sh: Add "-I macros" to the aclocal flags.
1569         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
1570         so that aclocal will not complain about an obsolete macro.
1572         * configure.in: Use MC_HPUX_PROG_CC_STDC
1574         * ChangeLog: There was no ChangeLog here, so I added one.