Last cosmetics changes (some menu names, spaces missing and so on...)
[midnight-commander.git] / ChangeLog
blob0f02324026a0a38bf9d6cbc84978961b4dda78b0
1 2001-12-01  Wang Jian  <lark@linux.net.cn>
3         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
5 2001-11-29  Pavel Roskin  <proski@gnu.org>
7         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
9 2001-11-27  Pavel Roskin  <proski@gnu.org>
11         * lib/mc.ext.in: When running X programs in background, do it
12         from subshell.  Otherwise some of them terminate when mc exits.
13         Reported by Christian Dysthe <christian@dysthe.net>
14         Remove some obsolete and gmc-specific entries.  Use StarOffice
15         to open files detected as "Microsoft Office Document".
17         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
18         XFree86 4.1.0.
20 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
22         * doc/mcedit.1.in: Fix help file location.
24 2001-11-14  Pavel Roskin  <proski@gnu.org>
26         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
27         fallback to ino_t for e2fsprogs version 1.19 and older.
29 2001-10-30  Pavel Roskin  <proski@gnu.org>
31         * lib/mc.ext.in: Add support for Netpbm files.
33 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
35         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
36         http://bugzilla.gnome.org/show_bug.cgi?id=60935
37         By drk@sgi.com.
39         * doc/mc.1.in: Document %p macro.
41 2001-10-24  Pavel Roskin  <proski@gnu.org>
43         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
44         Allow using --without-mmap.
45         * INSTALL: Document --without-mmap.
47 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
49         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
50         of languages to be installed by setting env variable before
51         configure. If it is empty, it defaults to full list.
52         By Alex Tkachenko <alex@bcs.zp.ua>.
54 2001-10-19  Pavel Roskin  <proski@gnu.org>
56         * syntax/sh.syntax: Highlight reserved words inside backticks.
57         Use the same wholechars settings for reserved words and
58         commands.  Recognize more words.  Recognize function definitions
59         without "function" or without "()".  Use brightmagenta instead
60         of brightblue.
62 2001-10-18  Pavel Roskin  <proski@gnu.org>
64         * configure.in: When checking for "nroff -mandoc" support, don't
65         use /dev/null as input file, use stdin.  Some versions of nroff
66         (e.g. groff-1.16.1) don't accept special files.
68 2001-10-14  Pavel Roskin  <proski@gnu.org>
70         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
71         Makefile.  Don't allow any suffixes after "Makefile".
73 2001-10-12  Pavel Roskin  <proski@gnu.org>
75         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
76         format).
78 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
80         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
81         Fix compress<->bzip2 conversion and conversion of tagged
82         archives.
84 2001-10-05  Pavel Roskin  <proski@gnu.org>
86         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
87         Suggested by Marcel Pol <mpol@gmx.net>
89         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
90         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
91         and *.mid files.
93 2001-09-30  Pavel Roskin  <proski@gnu.org>
95         * configure.in: Don't check whether grep supports stdin - it's
96         not used anymore.
97         * NEWS: Mention this change.
99 2001-09-19  Pavel Roskin  <proski@gnu.org>
101         * doc/mcedit.1.in: Fix a very long line - use double
102         backslashes since they are interpreted even in the .nf blocks.
104         * lib/edit.spell.rc: Try aspell before resorting to ispell.
106         * syntax/php.syntax: Replace with a better implementation by
107         Max Schedriviy <max@tavrida.net>
109 2001-09-15  Pavel Roskin  <proski@gnu.org>
111         * doc/mc.1.in: Fix location of mcedit files.
112         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
114 2001-09-14  Pavel Roskin  <proski@gnu.org>
116         * configure.in: Don't check for ncurses version and for keyok()
117         because the mouse support code doesn't need this hack anymore.
119 2001-09-13  Pavel Roskin  <proski@gnu.org>
121         * configure.in: Fix some cases of overquoting and underquoting.
122         * acinclude.m4: Likewise.
124 2001-09-12  Pavel Roskin  <proski@gnu.org>
126         * configure.in: Update list of browsers.  Don't fallback to
127         lynx since it cannot be run in background.
128         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
129         If no browser for X11 was found, use lynx.
131         * autogen.sh: Add a workaround to ensure that "depcomp" is
132         distributed.
133         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
134         where appropriate.
135         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
136         terminfo.
138         * configure.in: Use three-argument form of AC_INIT.  Use
139         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
140         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
141         is not needed if AC_CONFIG_AUX_DIR is used.
142         * vfs/Make-mc.in: Adjust mkinstalldirs location.
143         * autogen.sh: Create "config" and remove "autom4te.cache".
145 2001-09-11  Pavel Roskin  <proski@gnu.org>
147         * syntax/Syntax: New file, extracted from edit/syntax.c.
148         * syntax/Makefile.am: Add Syntax.
150         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
151         to LIBS.  Don't use unportable "grep -q", use "case" instead.
153 2001-09-10  Pavel Roskin  <proski@gnu.org>
155         * configure.in: Only check for X if --with-tm-x-support has been
156         specified.
158         * configure.in: Add check for sys/ioctl.h.
160         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
162         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
163         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
164         testing for functions in ncurses.
166         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
167         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
168         * acconfig.h: Remove.
170         * configure.in: Eliminate LIBSLANG and LSLANG.
171         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
173         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
174         resizeterm() and keyok() only if configuring with ncurses.
176         * configure.in: Remove now unused variables LIBVFS and LVFS.
178         * configure.in: Remove unused variables LINTL and INTLDEPS.
180         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
181         building with included gettext, because libintl.h is copied
182         there.
184 2001-09-09  Pavel Roskin  <proski@gnu.org>
186         * NEWS: Update.
188         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
189         checks -lgen for getmntent as of Autoconf 2.52.
191 2001-09-07  Pavel Roskin  <proski@gnu.org>
193         * configure.in: Check for pwd.h.
195         * Make.common.in: Remove.
196         * configure.in: Remove all references to Make.common.in and
197         MCCPPFLAGS.
198         * aclocal.m4: Likewise.
200         * configure.in: Require Autoconf 2.52.  Remove hacks for
201         Autoconf 2.13.
202         * Makefile.am: Require Automake 1.5.
204 2001-09-06  Pavel Roskin  <proski@gnu.org>
206         * syntax/php.syntax: New file - PHP file highlighting.  Copied
207         from Cooledit 3.17.4.
208         * syntax/Makefile.am: Add php.syntax.
210 2001-09-06  Timur Bakeyev  <mc@bat.ru>
212         * acconfig.h: Brought back couple of symbols, that are still necessary
213         due reference to them from configure.in.
215 2001-09-04  Pavel Roskin  <proski@gnu.org>
217         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
218         strictness for dates.
220         * doc/mc.1.in: Fix troff warnings.
221         * doc/mcedit.1.in: Likewise.
223 2001-09-03  Pavel Roskin  <proski@gnu.org>
225         * doc/mc.1.in: Spellcheck.
226         * doc/mcedit.1.in: Likewise.
227         * doc/mcserv.8.in: Likewise.
229         * doc/mc.1.in (Learn Keys): Complete rewrite.
231 2001-09-02  Pavel Roskin  <proski@gnu.org>
233         * acconfig.h: Remove all unused symbols.
235         * lib/ncurses.h: Remove.
236         * lib/Makefile.am: Remove ncurses.h.
238 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
240         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
242 2001-08-28  Pavel Roskin  <proski@gnu.org>
244         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
245         like EOF.
247 2001-08-26  Pavel Roskin  <proski@gnu.org>
249         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
250         CONS_SAVER.  Put all conditionals together.
252         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
253         Automake 1.5.
255         * configure.in: Remove XCURSES variable - it's unused.
257         * configure.in: New conditional USE_EDIT.
259         * syntax/changelog.syntax: Don't require '@' to be in the
260         address.  This also works around a bug in the syntax engine
261         that prevented highlighting of addresses.
263 2001-08-25  Pavel Roskin  <proski@gnu.org>
265         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
267 2001-08-24  Pavel Roskin  <proski@gnu.org>
269         * extraconf.h: Remove all references to HAVE_X.
270         * acinclude.m4: s/GNOME_/MC_/
271         * configure.in: Likewise.  Remove or clarify all references to
272         the "text edition".  Minor fixes.
274         * configure.in: Remove support for curses libraries other than
275         ncurses.
276         * acinclude.m4: Likewise.
277         * FAQ: Remove everything about UNIX curses.
278         * INSTALL: Likewise.
280         * configure.in: Enable large file support by default.
281         * NEWS: Mention it.
282         * INSTALL: Document it.  Minor fixes.
284         * FAQ: Remove information about GNOME edition.  Minor fixes.
285         * README: Likewise.
286         * NEWS: Mention removing the GNOME edition.
288         * acinclude.m4: Include all used macros from the macros
289         directory.
290         * autogen.sh: Remove all references to "macros".
291         * Makefile.am: Likewise.
293         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
294         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
296         * lib/startup.links: Remove.
297         * lib/README.desktop: Likewise.
298         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
300         * configure.in: Bump version to 4.5.99a.
302         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
303         * po/*.po: Regenerate.
305         * AUTHORS: Update and spell check.
306         * FAQ: Likewise.
307         * INSTALL: Likewise.
308         * INSTALL.FAST: Likewise.
309         * NEWS: Likewise.
310         * README.PC: Likewise.
311         * README.QNX: Likewise.
313         * configure.in: Add check for stropts.h.
315 2001-08-23  Pavel Roskin  <proski@gnu.org>
317         * lib/edit.indent.rc: Create cooledit.error right away to
318         override its old contents.  Don't use ksh extentions.  Treat *.C
319         files as C++.  Recognize more C++ extensions.  Support java.
320         Update URL for "astyle".  Quote all arguments to protect spaces.
321         * lib/edit.spell.rc: Don't save terminal settings - mc does it
322         itself.  Quote all arguments to protect spaces.
324 2001-08-21  Pavel Roskin  <proski@gnu.org>
326         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
327         files if GNOME frontend is disabled.
328         * idl/Makefile.am: Likewise.
329         * lib/Makefile.am: Likewise.
330         * new_icons/Makefile.am: Likewise.
332         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
333         case it already has gettext macros elsewhere and doesn't like
334         duplicates (i.e. it's aclocal from Automake-1.4).
336 2001-08-20  Pavel Roskin  <proski@gnu.org>
338         * AUTHORS: Updated.
339         * INSTALL: Likewise.
340         * NEWS: Likewise.
341         * doc/mc.1.in: Likewise.
342         * doc/mcserv.8.in: Likewise.
344         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
345         for sys/mount.h.
347 2001-08-19  Andras Timar  <timar@gnome.hu>
349         * lib/Makefile.am: Added Hungarian hints
350         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
352 2001-08-19  Pavel Roskin  <proski@gnu.org>
354         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
356 2001-08-17  Pavel Roskin  <proski@gnu.org>
358         * syntax/po.syntax: New file - PO file highlighting.
359         From David Martin <dmartina@excite.es>
360         * syntax/Makefile.am: Add po.syntax.
362         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
363         it's sometimes missing from the databases.
365 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
367         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
368         * lib/Makefile.am: Reflect above change.
370 2001-08-15  Pavel Roskin  <proski@gnu.org>
372         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
374 2001-08-14  Pavel Roskin  <proski@gnu.org>
376         * lib/mc.lib: Add popular sequences for "home" and "end" in
377         "xterm" and "xterm-color" terminals.
379 2001-08-13  Pavel Roskin  <proski@gnu.org>
381         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
383         Replace "Can't" with "Cannot" everywhere.
385 2001-08-12  Pavel Roskin  <proski@gnu.org>
387         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
388         subshell, not for "Open file...".
389         (emacs_key_map): Likewise.
391         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
393 2001-08-10  Pavel Roskin  <proski@gnu.org>
395         * Makefile.am (EXTRA_DIST): Remove BUGS.
396         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
398         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
400         * doc/LSM: Remove, it's outdated.
401         * doc/FILES: Likewise.
402         * doc/DEVEL: Remove information about FILES.
404         * FAQ: Eliminate all broken URLs on the MC site.
405         From Frederic L. W. Meunier <0@pervalidus.net>
407         * FAQ: Restore information about xterm.
409 2001-08-08  Pavel Roskin  <proski@gnu.org>
411         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
413 2001-08-07  Pavel Roskin  <proski@gnu.org>
415         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
417         * doc/mc.1.in: Fix all broken links.
419 2001-08-06  Pavel Roskin  <proski@gnu.org>
421         * INSTALL: Numerous changes.  Declare old curses obsolete.
422         Partly from Frederic L. W. Meunier <0@pervalidus.net>
424         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
426 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
428         * lib/Makefile.am: Remove space after backslash introduced in the
429         previous commit.
431         * lib/mc.hint.zh_TW.Big5: New file.
432         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
434 2001-08-02  Pavel Roskin  <proski@gnu.org>
436         * lib/mc.hint.uk: New file.
437         From Maksym Polyakov <polyama@yahoo.com>
438         * lib/Makefile.am: Add mc.hint.uk.
440 2001-08-01  Pavel Roskin  <proski@gnu.org>
442         * lib/mc.hint.nl: New file.
443         From Steef Boerrigter <sxmboer@sci.kun.nl>
444         * lib/Makefile.am: Add mc.hint.nl.
445         * lib/mc.hint: Remove ftp site.  Update copyright.
446         * lib/mc.hint.cs: Likewise.
447         * lib/mc.hint.es: Likewise.
448         * lib/mc.hint.it: Likewise.
449         * lib/mc.hint.pl: Likewise.
450         * lib/mc.hint.ru: Likewise.  Shorten some lines.
452         * edit/Makefile.in: Allow running "make install" before "make all".
453         * gtkedit/Makefile.in: Likewise.
455 2001-07-31  Pavel Roskin  <proski@gnu.org>
457         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
458         editor.
459         * lib/Makefile.am: Add lib/edit.spell.rc.
461         * autogen.sh: Use gettextize.
462         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
463         * po/Makefile.in.in: Likewise.
465 2001-07-29  Pavel Roskin  <proski@gnu.org>
467         * syntax/slang.syntax: New file.
468         From Walery Studennikov <despair@sama.ru>
469         * syntax/Makefile.am: Add slang.syntax.
471 2001-07-27  Pavel Roskin  <proski@gnu.org>
473         * extraconf.h: Move WITH_BACKGROUND here.
475 2001-07-24  Pavel Roskin  <proski@gnu.org>
477         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
479 2001-07-23  Pavel Roskin  <proski@gnu.org>
481         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
483 2001-07-20  Pavel Roskin  <proski@gnu.org>
485         * Make.common.in: Move all defines ...
486         * gnome/Makefile.in: ... here ...
487         * src/Makefile.in: ... and here.
489 2001-07-19  Pavel Roskin  <proski@gnu.org>
491         * configure.in: Don't check for getwd, it's completely
492         eliminated.
493         * INSTALL: Remove reference to HAVE_GETWD.
495         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
496         entries for compressed cpio archives.
498         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
499         they were only used in obsolete frontends.  Don't ever use %view
500         without commands - it's slower and loses user settings, e.g.
501         hex mode.  Put shared libraries before man pages and read.me
502         before .me macros so that they match correctly.  Use nm for
503         shared libraries.  Add rules for StarOffice and AbiWord.
505 2001-07-14  Pavel Roskin  <proski@gnu.org>
507         * configure.in: Bump version to 4.5.54a.
509 2001-07-13  Pavel Roskin  <proski@gnu.org>
511         * lib/mcserv.init: Fix exit status.
512         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
514         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
515         "executable", which should follow a space. Simplify rules for
516         images. Add shell/ rule for *.info files. Fix all incorrect
517         uses of the alternation operator.
518         Reported by Oskar Liljeblad and Michel Casabona.
520 2001-07-12  Pavel Roskin  <proski@gnu.org>
522         * configure.in: Don't check for iconv, it's already checked for
523         in AM_GNU_GETTEXT.
525 2001-07-10  Pavel Roskin  <proski@gnu.org>
527         * doc/mc.1.in: Update documentation about hex search.
529         * edit/edit_key_translator.c (cooledit_key_map): Bind
530         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
531         From Steef Boerrigter <sxmboer@sci.kun.nl>
533         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
534         * edit/edit_key_translator.c (cooledit_key_map): Add support
535         for bracket matching on Alt-B.
536         * gtkedit/gtkeditkey.c: Likewise.
537         From Steef Boerrigter <sxmboer@sci.kun.nl>
539 2001-07-06  Pavel Roskin  <proski@gnu.org>
541         * lib/mc.ext.in: Use nm to view object files.
543         * Make.common.in: Remove GNOME-specific and unused definitions.
544         Partly moved to gnome/Makefile.in.
546         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
547         they are usused.
548         * Make.common.in: Likewise.
550 2001-06-29  Pavel Roskin  <proski@gnu.org>
552         * ABOUT-NLS: Update to the version from gettext-0.10.38.
554         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
555         now done in configure. Move -I.. to the beginning.
556         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
557         libintl.a may be required to link mc.
558         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
559         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
560         Move all i18n code to one place. Don't substitute INTLSUB - it's
561         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
562         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
564 2001-06-25  Pavel Roskin  <proski@gnu.org>
566         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
567         It should be enabled explicitly by giving `--enable-largefile'
568         to configure.
569         * INSTALL: Document it.
571 2001-06-22  Pavel Roskin  <proski@gnu.org>
573         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
575         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
576         in struct statfs.
577         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
579         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
580         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
581         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
582         found.
583         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
585 2001-06-19  Pavel Roskin  <proski@gnu.org>
587         * configure.in: Check for telldir and seekdir. Join adjacent
588         calls to AC_CHECK_FUNCS.
590 2001-06-16  Pavel Roskin  <proski@gnu.org>
592         * Makefile.am: Change the order of SUBDIRS to fully compile text
593         edition before compiling anything for GNOME.
594         * mc.spec.in: Don't use brace expansion to avoid implicit
595         build-time dependency on bash.
597 2001-06-13  Pavel Roskin  <proski@gnu.org>
599         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
600         the test code.
601         * configure.in: Fix compiler warnings in the arguments to
602         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
603         around `=' in the `test' command.
605 2001-06-07  Pavel Roskin  <proski@gnu.org>
607         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
608         GNOME documentation template.
609         * doc-gnome/C/mkhtml: Don't generate index.
610         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
612 2001-06-06  Pavel Roskin  <proski@gnu.org>
614         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
615         conditional variables from EXTRA_DIST.
617 2001-06-05  Pavel Roskin  <proski@gnu.org>
619         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
620         conversion support.
621         From Walery Studennikov <hqsoftware@mail.ru>.
623         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
625 2001-06-01  Pavel Roskin  <proski@gnu.org>
627         * lib/mc.charsets: Synchronize with the latest patch - remove
628         a comment.
630 2001-05-30  Pavel Roskin  <proski@gnu.org>
632         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
633         work with GNOME.
635         * lib/mc.charsets: New file. From Walery Studennikov.
636         * lib/Makefile.am: Distribute mc.charsets. Install it if
637         the charset support is enabled.
639         * configure.in: Add check for iconv() and the necessary code
640         to support the charset selection patch.
642         * configure.in: Add check for ESCDELAY variable in ncurses.
644 2001-05-29  Pavel Roskin  <proski@gnu.org>
646         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
647         USE_EXT2FSLIB.
649         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
650         * pc/config.h: Likewise.
652         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
653         and "strings". Recognize "write" files and MS Word templates.
654         For MS Excel documents try "xls2csv" and "strings".
655         Escape spaces in the "type" directives.
656         From Nerijus Baliunas.
658         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
660         * Make.common.in: Remove hpath, it's unused.
662         * acconfig.h: Move constant parts ...
663         * extraconf.h: ... here.
664         [HAVE_X]: Disable subshell, s-lang and curses.
665         * Makefile.am: Add extraconf.h.
667 2001-05-28  Pavel Roskin  <proski@gnu.org>
669         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
670         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
671         * configure.in: ... here.
673 2001-05-27  Pavel Roskin  <proski@gnu.org>
675         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
676         * acconfig.h: Likewise.
677         * src/layout.c: Likewise.
679         * Make.common.in: Remove all percent rules.
680         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
681         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
682         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
683         AM_INIT_AUTOMAKE.
685         * Make.common.in: Remove obsolete dependency tracking system.
686         * configure.in: Likewise.
687         * edit/Makefile.in: Likewise.
688         * gnome/Makefile.in: Likewise.
689         * gtkedit/Makefile.in: Likewise.
690         * slang/Makefile.in: Likewise.
691         * src/Makefile.in: Likewise.
692         * vfs/Make-mc.in: Likewise.
693         * src/depend.awk: Remove.
695 2001-05-26  Pavel Roskin  <proski@gnu.org>
697         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
698         * syntax/octave.syntax: New file. From Walery Studennikov.
699         * syntax/Makefile.am: Add octave.syntax.
701         * configure.in: Fix incorrect test for stdin support in grep -
702         it would always fail when configuring in an empty directory.
703         Portability fixes - unset, backslashed space in here-documents.
704         Eliminate all instances of "changequote".
706         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
707         user choice.
708         * acconfig.h: Changes for the above.
709         * INSTALL: Don't document --with-sco - it's now defunct.
710         * INSTALL.FAST: Likewise.
712 2001-05-25  Pavel Roskin  <proski@gnu.org>
714         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
715         are in the beginning of the "file" output.
717 2001-05-23  Pavel Roskin  <proski@gnu.org>
719         * lib/mc.ext.in: Add associations for viewing RPM files.
721 2001-05-22  Pavel Roskin  <proski@gnu.org>
723         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
724         By default exit after the first error in jade.
726         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
727         JADEFLAGS environment variables. Report progress. Clean up on
728         failure.
730 2001-05-21  Pavel Roskin  <proski@gnu.org>
732         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
733         files.
735         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
736         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
738 2001-05-20  Pavel Roskin  <proski@gnu.org>
740         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
741         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
742         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
743         * doc-gnome/C/figs/Makefile.am: Add support for converting from
744         PNG to EPS.
746         * Makefile.am (EXTRA_DIST): Remove create_vcs.
747         * doc/FILES: Likewise. Typo fix.
749 2001-05-19  Pavel Roskin  <proski@gnu.org>
751         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
752         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
753         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
755         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
756         index entry "Moving files".
758 2001-05-18  Pavel Roskin  <proski@gnu.org>
760         * configure.in: Use src/main.c in AC_INIT.
762         * create_vcs: Remove.
764         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
765         Add download location for glib.
766         * mc.spec.in: Likewise.
767         * doc/LSM: Likewise.
768         * doc/mc.1.in: Likewise.
769         * doc/mcedit.1.in: Likewise.
770         * src/ext.c: Don't mention download location for MC.
772         * FAQ: Update status of Tk, XView. and GNOME editions. Update
773         homepage of gpm.
775         * INSTALL: Remove information about Tk and XView. Change the
776         mailing list addresses again.
777         * FAQ: Change the mailing list addresses again.
778         * MAINTAINERS: Likewise.
779         * README: Likewise.
780         * doc/mc.1.in: Likewise.
781         * gnome/gmc-window.c: Likewise.
782         * lib/README.xterm: Likewise.
783         * lib/mc.ext.in: Likewise.
784         * lib/mc.hint*: Likewise.
785         * lib/mc.hlp.hu: Likewise.
786         * po/*.po: Likewise.
787         * src/main.c: Likewise.
789 2001-04-20  Pavel Roskin  <proski@gnu.org>
791         * FAQ: Change the mailing list addresses and the download
792         locations.
793         * INSTALL: Likewise.
794         * MAINTAINERS: Likewise.
795         * README: Likewise.
796         * doc/mc.1.in: Likewise.
797         * gnome/gmc-window.c: Likewise.
798         * lib/README.xterm: Likewise.
799         * lib/mc.ext.in: Likewise.
800         * lib/mc.hint*: Likewise.
801         * lib/mc.hlp.hu: Likewise.
802         * po/*.po: Likewise.
803         * src/main.c: Likewise.
805 2001-04-19  Pavel Roskin  <proski@gnu.org>
807         * configure.in: Don't install mcserv unless
808         "--enable-mcserv-install" has heen specified.
809         Don't quote the first argument in all calls to AM_CONDITIONAL
810         to work around a bug in Automake 1.4.
811         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
812         * vfs/Make-mc.in: Likewise.
814 2001-04-13  Pavel Roskin  <proski@gnu.org>
816         * configure.in: Bump version to 4.5.53a.
818 2001-04-06  Pavel Roskin  <proski@gnu.org>
820         * gtkedit/editcmd.c: Remove support for XView layout attributes.
821         * gtkedit/editoptions.c: Likewise.
822         * pc/chmod.c: Likewise.
823         * pc/drive.c: Likewise.
824         * src/boxes.c: Likewise.
825         * src/chmod.c: Likewise.
826         * src/dlg.c: Likewise.
827         * src/dlg.h: Likewise.
828         * src/filegui.c: Likewise.
829         * src/find.c: Likewise.
830         * src/hotlist.c: Likewise.
831         * src/layout.c: Likewise.
832         * src/listmode.c: Likewise.
833         * src/main.c: Likewise.
834         * src/option.c: Likewise.
835         * src/panelize.c: Likewise.
836         * src/wtools.c: Likewise.
837         * src/wtools.h: Likewise.
838         * vfs/smbfs.c: Likewise.
840         * autogen.sh: Check out "intl" and "macros" directories if they
841         are missing. Simply "cvs up -d" won't restore them.
843         * configure.in: Bump version to 4.5.52a.
845 2001-03-14  Pavel Roskin  <proski@gnu.org>
847         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
848         Automake conditional USE_SAMBA_FS if Samba is to be supported
849         in VFS.
851 2001-03-07  Pavel Roskin  <proski@gnu.org>
853         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
854         defined.
855         Reported by Norbert Warmuth.
857         * configure.in: Don't process vfs/extfs/uzip - it's now
858         constant.
860         * syntax/changelog.syntax: Require space after asterisk to have
861         it highlighted.
863 2001-03-02  Pavel Roskin  <proski@gnu.org>
865         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
866         * configure.in: Use AC_PROG_CC_STDC instead.
868         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
869         Suggested by Christian Gennerat.
871         * lib/mc.ext.in: Add support for "freeze" - old compression
872         program used mostly on QNX.
873         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
874         * lib/Makefile.am: Adjusted.
876 2001-02-26  Pavel Roskin  <proski@gnu.org>
878         * lib/mc-gnome.ext.in: Remove, it's not used.
879         * configure.in: Remove lib/mc-gnome.ext.
880         * lib/Makefile.am: Likewise.
882 2001-02-20  Pavel Roskin  <proski@gnu.org>
884         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
885         defined to prevent warnings on OpenBSD 2.7.
886         * slang/jdmacros.h: Likewise.
887         * src/mad.h: Likewise.
888         * src/poptalloca.h: Likewise.
890         * configure.in: Check for sys/time.h and sys/timeb.h. Use
891         AC_HEADER_TIME.
893 2001-02-07  Pavel Roskin  <proski@gnu.org>
895         * autogen.sh: Create vfs/samba/include/stamp-h.in.
896         * vfs/samba/include/stamp-h.in: Remove.
898         * macros/curses.m4: Quote first argument to AC_DEFUN.
899         * macros/gnome-cxx-check.m4: Likewise.
900         * macros/gnome-gettext.m4: Likewise.
901         * macros/gnome-libgtop-check.m4: Likewise.
902         * macros/gnome-print-check.m4: Likewise.
903         * macros/linger.m4: Likewise.
904         * macros/need-declaration.m4: Likewise.
906         * configure.in: Only configure in vfs/samba if smbfs support is
907         enabled even with Autoconf 2.13.
909 2001-01-30  Pavel Roskin  <proski@gnu.org>
911         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
912         --without-samba due to a typo.
914         * configure.in: Only configure in vfs/samba if smbfs support is
915         enabled. This optimization will only work with Autoconf-2.49c
916         and above.
918 2001-01-13  Pavel Roskin  <proski@gnu.org>
920         * configure.in: Don't create a faked malloc.h.
921         * gtkedit/edit.h: Don't assume that malloc.h always exists.
922         * src/mad.h: Likewise.
924         * configure.in: Simplified handling of cons.saver.
925         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
926         * mc.spec.in: Remove a workaround for the above.
928         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
929         for MC. Don't rely on the output of uname - use $host_os.
931 2001-01-11  Pavel Roskin  <proski@gnu.org>
933         * configure.in: Check for ext2 libraries only if VFS is enabled.
935         * src/Makefile.in: Create directories before installing files.
936         Removed all occurences of libprefix - it's never defined.
938         * configure.in: All macros from configure.in moved to
939         acinclude.m4. Added missing quotes in several places.
940         * acinclude.m4: Likewise.
942         * edit/Makefile.in: Don't install or uninstall mcedit -
943         it cannot be installed before mc on systems without symlinks.
944         * gtkedit/Makefile.in: Likewise.
945         * src/Makefile.in: Install mcedit (if enabled) and mcview.
946         Uninstall them.
948         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
949         from acinclude.m4 in gtk+:
950         Don't define ENABLE_NLS unless we have a working NLS.
951         (This should keep libintl.h from being included when it doesn't
952         exist).
954 2001-01-09  Pavel Roskin  <proski@gnu.org>
956         * doc-gnome/C/figs/Makefile.am: New file.
957         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
958         makefile do it.
959         * configure: Substitute doc-gnome/C/figs/Makefile.
961         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
963 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
965         * lib/mc.hlp.hu: Added Hungarian help file from
966           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
967           maci@integrity.hu, mfh47@freemail.hu
968         * lib/Makefile.am: Added LOCALIZED_HELP for further
969           mc.hlp l10ns
970         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
971           gtkedit/editcmd.c: I18n of mc.hlp
973 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
975         * doc/mc.1.in: Corrected badly formatted link...
977 2000-11-10  Robert Brady  <robert@suse.co.uk>
979         * configure.in: Add Tamil to ALL_LINGUAS.
981 2000-10-23  Pavel Roskin  <proski@gnu.org>
983         * mc.spec.in: Allow mcserv.8 to be gzipped.
985         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
986         that cannot deal with "./gmc.sgml".
988 2000-10-09  Pavel Roskin  <proski@gnu.org>
990         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
991         that CVS Automake will drop dependencied to the macros that
992         we don't distribute.
994         * lib/mc.ext.in: Removed references to icons. Source RPMs
995         grouped to one regex. Removed "Update" for source RPMs, added
996         "Rebuild" instead. Added "Check signature" for all RPMs.
997         Added a comment about pop-up menus in the text edition.
999 2000-10-06  Pavel Roskin  <proski@gnu.org>
1001         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
1002         flags moved out of CFLAGS as recommended by GNU coding
1003         standards.
1004         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
1005         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
1006         XCPPFLAGS.
1007         * INSTALL (Random notes on porting to other architectures):
1008         Completely rewritten. Recommended using CFLAGS instead of XINC.
1010 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1012         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
1014 2000-10-04  Christophe Merlet  <christophe@merlet.net>
1016         * gnome/*.desktop: Updated french strings.
1018 2000-10-03  Pavel Roskin  <proski@gnu.org>
1020         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
1021         to allow <legalnotice>. Unclosed tags fixed.
1023 2000-09-30  Pavel Roskin  <proski@gnu.org>
1025         * mc.spec.in: New package mc-common. Use DESTDIR instead of
1026         misusing prefix. Don't install old icons - they don't exist.
1028         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
1029         "export -f" to have mc() exported.
1030         * doc/mc.1.in: Changed description of the "-P" option to
1031         avoid inclusion of mc.sh and mc.csh into the manual.
1032         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
1034 2000-09-24  Pavel Roskin  <proski@gnu.org>
1036         * doc/mc.1.in: Minor formatting fixes.
1038         * lib/mc.sh.in: Remove temporary file non-interactively.
1039         * doc/mc.1.in: updated example for mc.sh.
1041 2000-09-23  Pavel Roskin  <proski@gnu.org>
1043         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
1044         updates it when needed.
1045         * mc.spec.in: Include translations with mc, not gmc. Run
1046         chkconfig --del in %preun, not %postun. --without-debug not
1047         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
1048         be executable. New files in %{prefix}/lib/mc/ - translated hints,
1049         editor files.
1051         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
1052         directory for document processing. Comment changes. gmc.ps and
1053         gmc.pdf now generated from gmc.dvi.
1055         * configure: Always include Make.common as file, otherwise
1056         "make distclean" breaks.
1057         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1058         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
1059         replaced with "rm -f" - the stangard says that "rm" is portable.
1060         Ditto $(MV). Adjusted *clean targets to match those in
1061         Automake. Removed "cross" target.
1063 2000-09-22  Pavel Roskin  <proski@gnu.org>
1065         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
1066         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
1067         * doc/Makefile.in: Converted to ...
1068         * doc/Makefile.am: ... this.
1070 2000-09-21  Pavel Roskin  <proski@gnu.org>
1072         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
1073         is not expanded in all shells.
1074         * doc/mc.sgml: Updated the example script to reflect the above
1075         changes.
1076         * doc/mc.in.1: Likewise.
1078 2000-09-19  Pavel Roskin  <proski@gnu.org>
1080         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
1081         Marco Ciampa
1083 2000-09-18  Pavel Roskin  <proski@gnu.org>
1085         * Make.common.in: Added installcheck to placate "make distcheck"
1086         * configure.in, Make.common.in, doc/Makefile.in,
1087         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1088         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
1089         variable MKINSTALLDIRS and builddir with Automake-compatible
1090         mkinstalldirs and top_builddir.
1091         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
1092         files. Added uninstall-local target.
1094 2000-09-17  Pavel Roskin  <proski@gnu.org>
1096         * configure.in: fixed wrong use of AC_MSG_RESULT inside
1097         AC_CACHE_VAL
1099         * Make.common.in: Added the "dvi" target for "make distcheck"
1100         to go further
1101         * doc-gnome/C/Makefile.in: converted to ...
1102         * doc-gnome/C/Makefile.am: ... this
1104 2000-09-15  Pavel Roskin  <proski@gnu.org>
1106         * acconfig.h, configure.in: Require autoconf 2.13 or above.
1107         Removed workarounds for older versions. Removed MCDEBUG
1108         variable - it's not used. --with-debug renamed to --with-mad and
1109         cleaned up. Always use -Wall with gcc, other manipulations with
1110         CFLAGS removed.
1112         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1113         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1114         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
1115         mc.pot becomes out of date in the tarball.
1117 2000-09-14  Pavel Roskin  <proski@gnu.org>
1119         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
1120         tests for cp, mv and rm.
1121         * Make.common.in: Removed variables xv_bindir and STRIP.
1122         Variables CP, MV and RMF are assigned trivial values.
1124         * edit/Makefile.in: Don't link headers, add extra includes
1125         to CPPFLAGS instead. Put links to the build directory.
1126         Remove the hack with "mx" - it is not needed anymore.
1128         * configure.in: remove any manupulations with top_srcdir.
1129         Don't change CPPGLAGS when the internal editor is enabled,
1130         instead do it ...
1131         * edit/Makefile.in, gtkedit/Makefile.in: ... here
1133         * configure.in, Make.common.in, doc/Makefile.in,
1134         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1135         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
1136         changed to top_srcdir for Automake compatability
1138         * configure.in: REGEX_O variable removed - always use our regex
1140         * configure.in: MCFGR variable removed
1142 2000-09-12  Pavel Roskin  <proski@gnu.org>
1144         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
1145         other GNOME modules
1146         * autogen.sh: remove "-I ." from the "aclocal" command line
1148 2000-09-01  Pavel Roskin  <proski@gnu.org>
1150         * configure.in: output vfs/extfs/Makefile
1152         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
1153         to avoid a warning
1154         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
1155         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
1157 2000-08-29  Pavel Roskin  <proski@gnu.org>
1159         * configure.in: use AM_GNOME_GETTEXT
1160         * gettext.m4: removed
1161         * Makefile.am: adjusted files to distribute, previous change
1162         reverted
1164         * mc-aclocal.m4: renamed to ...
1165         * acinclude.m4: ... this
1166         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
1167         * Makefile.am: aclocal should scan "." for gettext.m4
1169 2000-08-28  Pavel Roskin  <proski@gnu.org>
1171         * Make.common.in: removed hack for "make distcopy"
1172         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1173         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1174         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
1175         for external builds.
1176         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
1178 2000-08-24  Pavel Roskin  <proski@gnu.org>
1180         * new_icons/Makefile.in: converted to ...
1181         * new_icons/Makefile.am: ... this
1182         * configure.in: automake conditional GNOME introduced.
1183         "insticons" removed
1185         * icons/*: removed
1186         * Makefile.am, configure.in: necessary adjustments
1188         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
1189         automake installs them now
1191         * syntax/Makefile.in: converted to ...
1192         * syntax/Makefile.am: ... this
1194         * idl/Makefile.in: converted to ...
1195         * idl/Makefile.am: ... this
1197         * lib/Makefile.am: simplified, fixed "make dist"
1199         * lib/Makefile.in: converted to ...
1200         * lib/Makefile.am: ... this
1202         * lib/tkmc.wmconfig: removed
1203         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
1205         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
1206         to ...
1207         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
1208         * Make.common.in: support for "distdir" for compatability
1209         with Automake-generated makefiles
1210         * autogen.sh: run automake. Force cache - it is off by default
1211         in autoconf 2.49a, but it's still handy for maintainers
1212         * configure.in: adapted for Automake
1214         * AUTHORS: new file
1216 2000-08-23  Pavel Roskin  <proski@gnu.org>
1218         * configure.in: resurrect definition of xvers
1220         * VERSION.in: removed
1221         * Makefile.in: don't do anything with VERSION.in and VERSION
1222         Take mc.spec from builddir, not srcdir
1223         * configure.in: don't create VERSION
1225 2000-08-22  Pavel Roskin  <proski@gnu.org>
1227         * *.c, *.h: Updated address of Free Software Foundation
1229 2000-08-21  Pavel Roskin  <proski@gnu.org>
1231         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
1232         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
1233         related to XView, libXPM, libXext and Tk
1235 2000-08-18  Pavel Roskin  <proski@gnu.org>
1237         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
1238         files
1240         * configure.in: Simplified dependency tracking by using
1241         "-include" with GNU Make
1242         * autogen.sh: Exit on all failures
1244 2000-08-17  Pavel Roskin  <proski@gnu.org>
1246         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
1247         Fixed all misuses of single and double quotes. Typo fixes.
1248         Ensured compatability with sgml2html, sgml2txt and sgml2latex
1249         * doc/mc.1.in: Typo fix
1251         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
1252         * doc/linuxdoc-sgml.diff: removed
1253         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
1254         distribute gnome.sgml
1256 2000-08-15  Pavel Roskin  <proski@gnu.org>
1258         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
1259         in the "distclean" target
1261         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
1262         Removed all XVIEW-related stuff
1263         Fixed placement of png files on "make dist"
1265         * doc/mc.1.in: Updated info about the internal editor
1267         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
1268         indicate serious problems. Fixes for uninstall.
1269         * doc/Makefile.in: Rebuild if it is out of date.
1271         * lib/cedit.menu: Added. This file has been missing
1273         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
1275 2000-08-08  Pavel Roskin  <proski@gnu.org>
1277         * Makefile.in: correctly detect make failures in subdirs
1279 2000-08-01  Pavel Roskin  <proski@gnu.org>
1281         * nt, os2, tk, xv: removed all files
1282         * configure.in: don't create os2 and nt directories
1284 2000-08-01  Pavel Roskin  <proski@gnu.org>
1286         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
1288         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
1290 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
1292         * src/main.c: make 8bit input/output the default (99% of the people
1293         expects that; lets the remaining 1% use the configuration menu
1294         to disactivate it if they want)
1296 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1298         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
1300 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
1302         * configure.in: check for gnome-libs with window icon support
1304         * acconfig.h: add icon define
1306 2000-06-08  Matthias Warkus  <mawa@iname.com>
1308         * new_icons/gnome-pack-*.png: Updated.
1309         * gnome/mc.keys: Added a MIME type for SLP packages.
1311 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
1313         * syntax/diff.syntax: Highlight lines beginning with "File",
1314         "Files" and "Binary"
1315         * syntax/makefile.syntax: Highlight "ifndef"
1316         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
1317         highlighted)
1319 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1321         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
1322         comment lines with # in last release
1324 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1326         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
1328 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1330         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
1331         look more consistent than original.
1333 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1335         * config.in: Added check against strcoll().
1337 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1339         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
1340         added 'and', 'or', 'not', 'for' keywords.
1342 2000-04-06  Timur Bakeyev  <mc@bat.ru>
1344         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
1345         based systems. Hope, this will make FreeBSD midc maintainer to enable
1346         build-in editor by default. Still, syntax highlighting is disabled.
1347         Need to port...
1349 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1351         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
1352           fixed, some messages gettext()ed again here and in
1353         gtkedit/editmenu.c:edit_about_cmd()
1355 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1357         * doc/mc.sgml (Examples): Fixed documentation, thanx
1358         to martin@internet-treff.uni-koeln.de.
1360 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
1362         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
1363         the label text
1365 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
1367         * gtkedit/syntax.c: treat *.ads as Ada source
1368         * syntax/ada95.syntax: escape "+" and "*"
1369         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
1370         * syntax/Makefile.in: remove diffc.syntax
1372         * edit/edit_key_translator.c: interpret code 0177 as
1373         backspace unless recognized otherwise
1375 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
1377         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
1378         initialization of array of structure (gcc version 2.96 20000131
1379         chokes on it).
1381         * lib/mc.hint: C-y and not C-u can be used to insert text in input
1382         lines (e. g. text which has been deleted with M-d).
1384         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
1386 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
1388         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
1390 2000-01-29  Matthias Warkus  <mawa@iname.com>
1392         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
1393         design on Federico's request.
1395 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
1397         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
1398         an ArrangeType enum.
1400 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
1402         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
1403         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
1404         setup.c: Add option of using GNOME "magic" routines to determine file
1405         types. This makes MC intelligently look at the data in the file to see
1406         what type of file it is, rather than looking at the filename extension.
1407         This slows down MC quite a bit, so it has been made an optional
1408         preference item. Type detection is expected to improve as mime-magic
1409         matures.
1411 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
1413         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
1414         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
1415         providing a patch.
1417 2000-01-11  Matthias Warkus  <mawa@iname.com>
1419         * Added icon and keys entry for Scheme source.
1421 2000-01-03  Fatih Demir  <kabalak@gmx.net>
1423         * configure.in: Added tr -> ALL_LINGUAS .
1425 1999-12-28  Matthias Warkus  <mawa@iname.com>
1427         * new_icons/*.png: Added a bunch of new icons.
1429 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
1431         * configure.in (VERSION): Bumped version number to 4.5.42.
1433 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
1435         * configure.in: added 'uk' to ALL_LINGUAS.
1437 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1439         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
1440         request from David Sauer
1442 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
1444         * configure.in (VERSION): Bumped version number to 4.5.41.
1446 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
1448         * configure.in (VERSION): Set version number to 4.5.39.
1450 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
1452         * configure.in: Added pt_BR to ALL_LINGUAS
1454 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
1456         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
1457         path to the mc binary according to @prefix@.
1459         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
1460         configure. Install mc.sh and mc.csh in $(suppbindir).
1462         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
1463         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
1464         copies of the included function definitions.
1466         * mcfn_install.in: Comment out definitions of the mc functions. Source
1467         mc.sh instead of adding an outdated mc function definition.
1469         * configure.in: output mc.sh and mc.csh
1471 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
1473         * lib/startup.links: Changed the news link to Gnotices
1475 1999-09-19  David Martin  <dmartina@usa.net>
1477         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
1478         8 bit chars from strftime get displayed when inserting date.
1480         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
1481         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
1482         file to avoid interferences. In this one I changed the extension check
1483         to a type check (as used for gzip) which might give problems in some
1484         systems.
1486         * configure.in: Use -Tlatin1 to format man pages when available and
1487         "view" 8 bit chars.
1489 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
1491         * gtkedit/edit.h: Include file reordering to make it compile with
1492         --with-debug
1494         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
1495         dependent on lenght of translated strings to display.
1497 1999-09-16  Owen Taylor  <otaylor@redhat.com>
1499         * Remove the magicdev autoconf test in favor of just
1500         including the idl file. Otherwise we have a dependency
1501         loop between this and magicdev.
1503 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
1505         * idl/FileManager.idl: Changed names, and put everything under a
1506         FileManager module.  Added a Desktop interface and some methods to
1507         the WindowFactory interface.
1509 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
1511         * doc-gnome/*: Shiny new docs from users-guide.
1512         All synced up.
1514 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
1516         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
1518 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
1520         * README: Updated and spell-checked.
1522         * NEWS: Updated.
1524 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
1526         * configure.in (ALL_LINGUAS): Added sv.
1528 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
1530         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
1531         symlink attacks (mcfn_install and the man page still needs to be
1532         updated).
1534 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
1536         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
1537         a symbolic link (ln -sf doesn't work as expected on Solaris)
1539 1999-08-19  Elliot Lee  <sopwith@redhat.com>
1540         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
1542 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
1544         * doc-gnome/C/gmc.sgml: Index fixes.
1546 1999-08-18  Elliot Lee  <sopwith@redhat.com>
1548         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
1549         initializers in the GnomeUIInfo structure.
1551 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
1553         * configure.in (VERSION): Bumped version number to 4.5.38.
1555 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
1557         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
1559 1999-08-15  David Martin  <dmartina@usa.net>
1561         * gtkedit/edit.c: Print localized date with strftime()
1563         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
1565 1999-08-08  David Martin  <dmartina@usa.net>
1567         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
1568         translation.
1570         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
1571         translation as it used to be.
1573 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1575         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
1576         that the correct index.html will be generated.
1578 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1580         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
1581         to the list.
1583 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
1585         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
1586         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
1587         This adds some new syntax rules, and spell check on the fly
1588         which if someone bugs me for, will actually get enabled in
1589         both the text and gnome versions. Bookmark stuff also needs
1590         some keys bound to it, I suppose: any takers?
1592 July 19, 1999 Elliot Lee
1593         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
1595 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
1597         * Makefile.in (all): Makefile fix.
1599 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1601         * Make.common.in (confdir): Define confdir as sysconfdir.  This
1602         should fix the problem we had with FSSTND distributions.
1604 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1606         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
1607         list of distributed files.
1609 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1611         * configure.in (VERSION): Bumped version number to 4.5.34.
1613 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
1615         * Add fi into ALL_LINGUAS
1617 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
1619         * gnome/i-zipdisk2.png: Added another zip-disk icon
1620         by <scarab@egyptian.net> - It looks very nice. Variation
1621         is good.
1623 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1625         * acconfig.h: Add WITH_SMBFS
1627         * macros/gnome-vfs.m4: Support conditional samba support.
1629 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1631         * Make.common.in (confdir): Define confdir as sysconfdir.  This
1632         should fix the problem we had with FSSTND distributions.
1634 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
1636         * mc.spec.in: added syntax files to %files
1638 1999-06-22  David Martin  <dmartina@usa.net>
1640         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
1642 1999-06-07  Shooby Ban  <bansz@szif.hu>
1644         * po/hu.po, configure.in: added hungarian translations...
1645           I'm not sure it's OK, but it seems usable.
1646           Translators: Tamas Fejos and Andras Kadar
1648 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
1650         * configure.in, Makefile.in: added the gmc helpfile to the build
1652 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
1654         * Add ja entry to LANG in configure.in
1656 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
1658         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
1659         be installed in the system :) (added it to the Makefile.in)
1661 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
1663         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
1664         disks - someone please add it to the mount.c code so it gets used..
1665         Everyone have a nice time at the expo! :) I hope to join the
1666         next time.
1668 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1670         * configure.in: Added check for getpt ()
1672 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1674         * configure.in (VERSION): Bumped version number to 4.5.31.
1676 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1678         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
1679         need to fool it by strdup'ing the return value of tempnam.
1681 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1683         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
1684         MCLIBS which are specific to the text edition.
1686         * INSTALL: Added documentation for --with-tm-x-support
1688 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
1690         * mc.spec.in : Folded in some changes from the 'offical' rpm
1691         spec file.
1693 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1695         * configure.in (SHELL): Do not use grep -q, as it is not portable
1696         to every OS.
1698 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1700         * configure.in: Linking from $srcdir/slang is broken when configure
1701         isn't called with an absolute path. Link from ../$srcdir/slang if
1702         configure was invoked with a relative path.
1704 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
1706         * configure.in: Do not rm the destination file and then link, use
1707         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
1709 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1711         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
1712         --with-PACKAGE and --without-PACKAGE gave the same results.
1714 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1716         * configure.in (VERSION): Bumped version number to 4.5.30.
1718 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1720         * configure.in (VERSION): Bumped version number to 4.5.29.
1722 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1724         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
1725         now contains all checks.
1727 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1729         * configure.in (VERSION): bumped version number to 4.5.28.
1731 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
1733         * */Makefie.*: fixed several missed conversions from libdir to
1734         mclibdir. (Should be automake'd, really)
1736 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1738         * Make.common.in: There were conflicting definitions of mclibdir
1739         (one for installation, one for source).  Now the source one is
1740         called mcsrclibdir.
1742         * doc/Makefile.in: Use mcsrclibdir where appropriate.
1744 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
1746         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
1747         Pascal Program" (Heh, second time :)
1749         * Makefile.common: Until things gets clear, keep syntax rules in
1750         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
1752         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
1753         @libdir@.
1755 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
1757         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
1758         as requested by Paul. Still, need some checking...
1760 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
1762         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
1763         to date with cooledit 3.9.0. This adds some new features.
1764         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
1765         syntax.c. This is because the rule set is becoming too
1766         large to maintain in its current form and because file
1767         loading is starting to get slow.
1769         There is also a bookmark feature which does not yet have
1770         key bindings assigned to it, but should be cool once
1771         these get inserted. Syntax rules files are named
1772             $LIBDIR/cooledit/syntax/*.syntax
1774 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
1776         * configure.in: Create slang directory, it is needed when
1777         builddir != srcdir.
1778         Use -f when calling rm, the file does not exist on
1779         first compile.
1780         No need to copy VERSION from $srcdir, it's already generated in
1781         $buildir.
1783 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
1785         * edit/edit_key_translator.c: Added missing translation tags.
1787 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1789         * configure.in: Minimum version of glib should be 1.2.0.
1790         (VERSION): Bumped version number to 4.5.27.
1792 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
1794         * gtkedit/editcmd.c: Added missing translation tags.
1796         * gtkedit/editoptions.c: Added missing translation tags. Translate
1797         radio buttons on first use.
1799 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
1801         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
1802         to get the mc spec file to work.
1803         * hacked configure to generate a properly versioned spec file.
1805 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1807         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
1808         radio buttons on first pass.
1810 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
1812         * gtkedit/editcmd.c: Mark strings in the search and replace
1813         dialogs for translation. Resized these dialogs to let the messages
1814         fit.
1816 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1818         * gtkedit/editwidget.c (selection_send): Use the proper type for
1819         64-bit cleanliness (Patch from George Lebl).
1821 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
1823         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
1824         into the catalog file.
1826 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1828         * configure.in: Make Timur's libtermcap check work with SLang
1829         0.99.98, too.
1831 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1833         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
1834         PS and EPS files.  Thanks, Tigert!
1836 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1838         * configure.in (CCOPTS): Drop the prefix auto-detection.
1840 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
1842         * configure.in: Add check, which, in case of system-installed SLang
1843         library tries to run a test program, which determines, does we need
1844         linking with libtermcap.a. Also, set of if's for finding terminfo
1845         dir changed to for cycle - a bit nicer :)
1847 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1849         * README.QNX: Deleted documention about mc.menu.qnx.diff.
1851 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1853         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
1855 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1857         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
1858         from tar calls when extracting (according to my man page this option
1859         is only useful when creating archieves).
1861 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1863         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
1864         adds support for tar.bz2 and merges the support for freeze-compressed
1865         tar files (tar.F) from mc.menu.qnx.diff.
1867 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
1869         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
1870         GNU-like :)
1872 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1874         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
1875         the catalog file.
1877 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
1879         * new_icons/gnome-core.png: New icon for core files. Someone
1880         please add the code part :)
1882 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
1884         * configure.in: Add check against setuid() and setreuid() functions.
1886 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1888         * slang/slang.h: renamed to slang-mc.h
1890         * slang/Makefile.in: delete slang.h on "make clean"
1892         * configure.in: link slang/slang-mc.h to slang/slang.h when the
1893         included slang is used. Problem was that MC's slang.h was used
1894         when we compiled with an already installed SLang and the systems
1895         header file were included with <slang/slang.h>.
1896         Unfortunatly I can't use AC_LINK_FILES to make the links because
1897         if we needn't make any links AC_LINK_FILES makes a link from
1898         srcdir to top_builddir (builddir != srcdir).
1900         Temporary add $LGPM to $LIBS when checking for the resizeterm
1901         and keyok functions (ncurses might be linked against GPM).
1903         Substitude PACKAGE (intl/Makefile makes use of it)
1905 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
1907         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
1908         #include "global.h".
1910 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
1912         * Make.common.in (gnewdir): new path.
1914 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
1916         * configure.in: Add comments before "Let" and "the" - typo. Add new
1917         path to include's search.
1919 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
1921         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
1923 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1925         * configure.in (REGEX_O): Always include regex.o as the code we
1926         are using in gmc is not using regcomp/regexec, but the internal
1927         Emacs API.
1929         * src/regex.c: Do not compile the POSIX compatibility code, as we
1930         do not use it.
1932 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1934         * doc/mc.sgml, mc1.in (Color section): minor polishing
1935         (Layout section): documented Highlight...
1937 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1939         * configure.in: Deleted du checks
1941         * INSTALL: Deleted --with-dusum documentation.
1943         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
1944         Configuration dialog. Added Advanced chown subsection. Deleted
1945         variables from the Special settings section which are now covered
1946         by the configuration dialog.
1948 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1950         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
1951         tar_gz_memlimit. Partially rewrote the section about the
1952         Virtual FS.. configuration dialog.
1954 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
1956         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
1958 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1960         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
1962         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
1963         builddir
1965 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
1967         * new_icons/gnome-image-[lots].png: I added some icons for file
1968         types (image) there - someone please tell me what the correct
1969         location and naming convention is and I will try to follow that. :)
1971 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
1973         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
1974         the build will still work.  (Has this been replaced by new_icons?)
1976 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
1978         * doc/mc.1.in, mc.sgml: added my name to list ov authors
1980 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1982         * Makefile.in (codedirs): Dropped xv and tk ports from the
1983         distribution. include idl directory.
1985 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1987         * configure.in (slang_use_system_installed_lib): Define slang
1988         here, to avoid having this on LIBS.
1990 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
1992         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
1994 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
1996         * config.h.in: Removed from CVS, added to .cvsignore
1998         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
1999         configure.in:
2000         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
2001         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
2002         HAS_CURSES added to acconfig.h
2004 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2006         * autogen.sh: Add "-I macros" to the aclocal flags.
2008         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
2009         so that aclocal will not complain about an obsolete macro.
2011         * configure.in: Use MC_HPUX_PROG_CC_STDC
2013         * ChangeLog: There was no ChangeLog here, so I added one.