* cons.saver.c: Define LINUX_CONS_SAVER_C so that some parts
[midnight-commander.git] / ChangeLog
blob6aeccb9e30911db34d989fd56a7ef2613b836e2c
1 2001-11-27  Pavel Roskin  <proski@gnu.org>
3         * lib/mc.ext.in: When running X programs in background, do it
4         from subshell.  Otherwise some of them terminate when mc exits.
5         Reported by Christian Dysthe <christian@dysthe.net>
6         Remove some obsolete and gmc-specific entries.  Use StarOffice
7         to open files detected as "Microsoft Office Document".
9         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
10         XFree86 4.1.0.
12 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
14         * doc/mcedit.1.in: Fix help file location.
16 2001-11-14  Pavel Roskin  <proski@gnu.org>
18         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
19         fallback to ino_t for e2fsprogs version 1.19 and older.
21 2001-10-30  Pavel Roskin  <proski@gnu.org>
23         * lib/mc.ext.in: Add support for Netpbm files.
25 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
27         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
28         http://bugzilla.gnome.org/show_bug.cgi?id=60935
29         By drk@sgi.com.
31         * doc/mc.1.in: Document %p macro.
33 2001-10-24  Pavel Roskin  <proski@gnu.org>
35         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
36         Allow using --without-mmap.
37         * INSTALL: Document --without-mmap.
39 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
41         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
42         of languages to be installed by setting env variable before
43         configure. If it is empty, it defaults to full list.
44         By Alex Tkachenko <alex@bcs.zp.ua>.
46 2001-10-19  Pavel Roskin  <proski@gnu.org>
48         * syntax/sh.syntax: Highlight reserved words inside backticks.
49         Use the same wholechars settings for reserved words and
50         commands.  Recognize more words.  Recognize function definitions
51         without "function" or without "()".  Use brightmagenta instead
52         of brightblue.
54 2001-10-18  Pavel Roskin  <proski@gnu.org>
56         * configure.in: When checking for "nroff -mandoc" support, don't
57         use /dev/null as input file, use stdin.  Some versions of nroff
58         (e.g. groff-1.16.1) don't accept special files.
60 2001-10-14  Pavel Roskin  <proski@gnu.org>
62         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
63         Makefile.  Don't allow any suffixes after "Makefile".
65 2001-10-12  Pavel Roskin  <proski@gnu.org>
67         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
68         format).
70 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
72         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
73         Fix compress<->bzip2 conversion and conversion of tagged
74         archives.
76 2001-10-05  Pavel Roskin  <proski@gnu.org>
78         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
79         Suggested by Marcel Pol <mpol@gmx.net>
81         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
82         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
83         and *.mid files.
85 2001-09-30  Pavel Roskin  <proski@gnu.org>
87         * configure.in: Don't check whether grep supports stdin - it's
88         not used anymore.
89         * NEWS: Mention this change.
91 2001-09-19  Pavel Roskin  <proski@gnu.org>
93         * doc/mcedit.1.in: Fix a very long line - use double
94         backslashes since they are interpreted even in the .nf blocks.
96         * lib/edit.spell.rc: Try aspell before resorting to ispell.
98         * syntax/php.syntax: Replace with a better implementation by
99         Max Schedriviy <max@tavrida.net>
101 2001-09-15  Pavel Roskin  <proski@gnu.org>
103         * doc/mc.1.in: Fix location of mcedit files.
104         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
106 2001-09-14  Pavel Roskin  <proski@gnu.org>
108         * configure.in: Don't check for ncurses version and for keyok()
109         because the mouse support code doesn't need this hack anymore.
111 2001-09-13  Pavel Roskin  <proski@gnu.org>
113         * configure.in: Fix some cases of overquoting and underquoting.
114         * acinclude.m4: Likewise.
116 2001-09-12  Pavel Roskin  <proski@gnu.org>
118         * configure.in: Update list of browsers.  Don't fallback to
119         lynx since it cannot be run in background.
120         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
121         If no browser for X11 was found, use lynx.
123         * autogen.sh: Add a workaround to ensure that "depcomp" is
124         distributed.
125         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
126         where appropriate.
127         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
128         terminfo.
130         * configure.in: Use three-argument form of AC_INIT.  Use
131         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
132         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
133         is not needed if AC_CONFIG_AUX_DIR is used.
134         * vfs/Make-mc.in: Adjust mkinstalldirs location.
135         * autogen.sh: Create "config" and remove "autom4te.cache".
137 2001-09-11  Pavel Roskin  <proski@gnu.org>
139         * syntax/Syntax: New file, extracted from edit/syntax.c.
140         * syntax/Makefile.am: Add Syntax.
142         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
143         to LIBS.  Don't use unportable "grep -q", use "case" instead.
145 2001-09-10  Pavel Roskin  <proski@gnu.org>
147         * configure.in: Only check for X if --with-tm-x-support has been
148         specified.
150         * configure.in: Add check for sys/ioctl.h.
152         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
154         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
155         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
156         testing for functions in ncurses.
158         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
159         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
160         * acconfig.h: Remove.
162         * configure.in: Eliminate LIBSLANG and LSLANG.
163         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
165         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
166         resizeterm() and keyok() only if configuring with ncurses.
168         * configure.in: Remove now unused variables LIBVFS and LVFS.
170         * configure.in: Remove unused variables LINTL and INTLDEPS.
172         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
173         building with included gettext, because libintl.h is copied
174         there.
176 2001-09-09  Pavel Roskin  <proski@gnu.org>
178         * NEWS: Update.
180         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
181         checks -lgen for getmntent as of Autoconf 2.52.
183 2001-09-07  Pavel Roskin  <proski@gnu.org>
185         * configure.in: Check for pwd.h.
187         * Make.common.in: Remove.
188         * configure.in: Remove all references to Make.common.in and
189         MCCPPFLAGS.
190         * aclocal.m4: Likewise.
192         * configure.in: Require Autoconf 2.52.  Remove hacks for
193         Autoconf 2.13.
194         * Makefile.am: Require Automake 1.5.
196 2001-09-06  Pavel Roskin  <proski@gnu.org>
198         * syntax/php.syntax: New file - PHP file highlighting.  Copied
199         from Cooledit 3.17.4.
200         * syntax/Makefile.am: Add php.syntax.
202 2001-09-06  Timur Bakeyev  <mc@bat.ru>
204         * acconfig.h: Brought back couple of symbols, that are still necessary
205         due reference to them from configure.in.
207 2001-09-04  Pavel Roskin  <proski@gnu.org>
209         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
210         strictness for dates.
212         * doc/mc.1.in: Fix troff warnings.
213         * doc/mcedit.1.in: Likewise.
215 2001-09-03  Pavel Roskin  <proski@gnu.org>
217         * doc/mc.1.in: Spellcheck.
218         * doc/mcedit.1.in: Likewise.
219         * doc/mcserv.8.in: Likewise.
221         * doc/mc.1.in (Learn Keys): Complete rewrite.
223 2001-09-02  Pavel Roskin  <proski@gnu.org>
225         * acconfig.h: Remove all unused symbols.
227         * lib/ncurses.h: Remove.
228         * lib/Makefile.am: Remove ncurses.h.
230 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
232         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
234 2001-08-28  Pavel Roskin  <proski@gnu.org>
236         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
237         like EOF.
239 2001-08-26  Pavel Roskin  <proski@gnu.org>
241         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
242         CONS_SAVER.  Put all conditionals together.
244         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
245         Automake 1.5.
247         * configure.in: Remove XCURSES variable - it's unused.
249         * configure.in: New conditional USE_EDIT.
251         * syntax/changelog.syntax: Don't require '@' to be in the
252         address.  This also works around a bug in the syntax engine
253         that prevented highlighting of addresses.
255 2001-08-25  Pavel Roskin  <proski@gnu.org>
257         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
259 2001-08-24  Pavel Roskin  <proski@gnu.org>
261         * extraconf.h: Remove all references to HAVE_X.
262         * acinclude.m4: s/GNOME_/MC_/
263         * configure.in: Likewise.  Remove or clarify all references to
264         the "text edition".  Minor fixes.
266         * configure.in: Remove support for curses libraries other than
267         ncurses.
268         * acinclude.m4: Likewise.
269         * FAQ: Remove everything about UNIX curses.
270         * INSTALL: Likewise.
272         * configure.in: Enable large file support by default.
273         * NEWS: Mention it.
274         * INSTALL: Document it.  Minor fixes.
276         * FAQ: Remove information about GNOME edition.  Minor fixes.
277         * README: Likewise.
278         * NEWS: Mention removing the GNOME edition.
280         * acinclude.m4: Include all used macros from the macros
281         directory.
282         * autogen.sh: Remove all references to "macros".
283         * Makefile.am: Likewise.
285         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
286         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
288         * lib/startup.links: Remove.
289         * lib/README.desktop: Likewise.
290         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
292         * configure.in: Bump version to 4.5.99a.
294         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
295         * po/*.po: Regenerate.
297         * AUTHORS: Update and spell check.
298         * FAQ: Likewise.
299         * INSTALL: Likewise.
300         * INSTALL.FAST: Likewise.
301         * NEWS: Likewise.
302         * README.PC: Likewise.
303         * README.QNX: Likewise.
305         * configure.in: Add check for stropts.h.
307 2001-08-23  Pavel Roskin  <proski@gnu.org>
309         * lib/edit.indent.rc: Create cooledit.error right away to
310         override its old contents.  Don't use ksh extentions.  Treat *.C
311         files as C++.  Recognize more C++ extensions.  Support java.
312         Update URL for "astyle".  Quote all arguments to protect spaces.
313         * lib/edit.spell.rc: Don't save terminal settings - mc does it
314         itself.  Quote all arguments to protect spaces.
316 2001-08-21  Pavel Roskin  <proski@gnu.org>
318         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
319         files if GNOME frontend is disabled.
320         * idl/Makefile.am: Likewise.
321         * lib/Makefile.am: Likewise.
322         * new_icons/Makefile.am: Likewise.
324         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
325         case it already has gettext macros elsewhere and doesn't like
326         duplicates (i.e. it's aclocal from Automake-1.4).
328 2001-08-20  Pavel Roskin  <proski@gnu.org>
330         * AUTHORS: Updated.
331         * INSTALL: Likewise.
332         * NEWS: Likewise.
333         * doc/mc.1.in: Likewise.
334         * doc/mcserv.8.in: Likewise.
336         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
337         for sys/mount.h.
339 2001-08-19  Andras Timar  <timar@gnome.hu>
341         * lib/Makefile.am: Added Hungarian hints
342         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
344 2001-08-19  Pavel Roskin  <proski@gnu.org>
346         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
348 2001-08-17  Pavel Roskin  <proski@gnu.org>
350         * syntax/po.syntax: New file - PO file highlighting.
351         From David Martin <dmartina@excite.es>
352         * syntax/Makefile.am: Add po.syntax.
354         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
355         it's sometimes missing from the databases.
357 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
359         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
360         * lib/Makefile.am: Reflect above change.
362 2001-08-15  Pavel Roskin  <proski@gnu.org>
364         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
366 2001-08-14  Pavel Roskin  <proski@gnu.org>
368         * lib/mc.lib: Add popular sequences for "home" and "end" in
369         "xterm" and "xterm-color" terminals.
371 2001-08-13  Pavel Roskin  <proski@gnu.org>
373         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
375         Replace "Can't" with "Cannot" everywhere.
377 2001-08-12  Pavel Roskin  <proski@gnu.org>
379         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
380         subshell, not for "Open file...".
381         (emacs_key_map): Likewise.
383         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
385 2001-08-10  Pavel Roskin  <proski@gnu.org>
387         * Makefile.am (EXTRA_DIST): Remove BUGS.
388         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
390         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
392         * doc/LSM: Remove, it's outdated.
393         * doc/FILES: Likewise.
394         * doc/DEVEL: Remove information about FILES.
396         * FAQ: Eliminate all broken URLs on the MC site.
397         From Frederic L. W. Meunier <0@pervalidus.net>
399         * FAQ: Restore information about xterm.
401 2001-08-08  Pavel Roskin  <proski@gnu.org>
403         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
405 2001-08-07  Pavel Roskin  <proski@gnu.org>
407         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
409         * doc/mc.1.in: Fix all broken links.
411 2001-08-06  Pavel Roskin  <proski@gnu.org>
413         * INSTALL: Numerous changes.  Declare old curses obsolete.
414         Partly from Frederic L. W. Meunier <0@pervalidus.net>
416         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
418 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
420         * lib/Makefile.am: Remove space after backslash introduced in the
421         previous commit.
423         * lib/mc.hint.zh_TW.Big5: New file.
424         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
426 2001-08-02  Pavel Roskin  <proski@gnu.org>
428         * lib/mc.hint.uk: New file.
429         From Maksym Polyakov <polyama@yahoo.com>
430         * lib/Makefile.am: Add mc.hint.uk.
432 2001-08-01  Pavel Roskin  <proski@gnu.org>
434         * lib/mc.hint.nl: New file.
435         From Steef Boerrigter <sxmboer@sci.kun.nl>
436         * lib/Makefile.am: Add mc.hint.nl.
437         * lib/mc.hint: Remove ftp site.  Update copyright.
438         * lib/mc.hint.cs: Likewise.
439         * lib/mc.hint.es: Likewise.
440         * lib/mc.hint.it: Likewise.
441         * lib/mc.hint.pl: Likewise.
442         * lib/mc.hint.ru: Likewise.  Shorten some lines.
444         * edit/Makefile.in: Allow running "make install" before "make all".
445         * gtkedit/Makefile.in: Likewise.
447 2001-07-31  Pavel Roskin  <proski@gnu.org>
449         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
450         editor.
451         * lib/Makefile.am: Add lib/edit.spell.rc.
453         * autogen.sh: Use gettextize.
454         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
455         * po/Makefile.in.in: Likewise.
457 2001-07-29  Pavel Roskin  <proski@gnu.org>
459         * syntax/slang.syntax: New file.
460         From Walery Studennikov <despair@sama.ru>
461         * syntax/Makefile.am: Add slang.syntax.
463 2001-07-27  Pavel Roskin  <proski@gnu.org>
465         * extraconf.h: Move WITH_BACKGROUND here.
467 2001-07-24  Pavel Roskin  <proski@gnu.org>
469         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
471 2001-07-23  Pavel Roskin  <proski@gnu.org>
473         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
475 2001-07-20  Pavel Roskin  <proski@gnu.org>
477         * Make.common.in: Move all defines ...
478         * gnome/Makefile.in: ... here ...
479         * src/Makefile.in: ... and here.
481 2001-07-19  Pavel Roskin  <proski@gnu.org>
483         * configure.in: Don't check for getwd, it's completely
484         eliminated.
485         * INSTALL: Remove reference to HAVE_GETWD.
487         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
488         entries for compressed cpio archives.
490         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
491         they were only used in obsolete frontends.  Don't ever use %view
492         without commands - it's slower and loses user settings, e.g.
493         hex mode.  Put shared libraries before man pages and read.me
494         before .me macros so that they match correctly.  Use nm for
495         shared libraries.  Add rules for StarOffice and AbiWord.
497 2001-07-14  Pavel Roskin  <proski@gnu.org>
499         * configure.in: Bump version to 4.5.54a.
501 2001-07-13  Pavel Roskin  <proski@gnu.org>
503         * lib/mcserv.init: Fix exit status.
504         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
506         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
507         "executable", which should follow a space. Simplify rules for
508         images. Add shell/ rule for *.info files. Fix all incorrect
509         uses of the alternation operator.
510         Reported by Oskar Liljeblad and Michel Casabona.
512 2001-07-12  Pavel Roskin  <proski@gnu.org>
514         * configure.in: Don't check for iconv, it's already checked for
515         in AM_GNU_GETTEXT.
517 2001-07-10  Pavel Roskin  <proski@gnu.org>
519         * doc/mc.1.in: Update documentation about hex search.
521         * edit/edit_key_translator.c (cooledit_key_map): Bind
522         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
523         From Steef Boerrigter <sxmboer@sci.kun.nl>
525         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
526         * edit/edit_key_translator.c (cooledit_key_map): Add support
527         for bracket matching on Alt-B.
528         * gtkedit/gtkeditkey.c: Likewise.
529         From Steef Boerrigter <sxmboer@sci.kun.nl>
531 2001-07-06  Pavel Roskin  <proski@gnu.org>
533         * lib/mc.ext.in: Use nm to view object files.
535         * Make.common.in: Remove GNOME-specific and unused definitions.
536         Partly moved to gnome/Makefile.in.
538         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
539         they are usused.
540         * Make.common.in: Likewise.
542 2001-06-29  Pavel Roskin  <proski@gnu.org>
544         * ABOUT-NLS: Update to the version from gettext-0.10.38.
546         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
547         now done in configure. Move -I.. to the beginning.
548         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
549         libintl.a may be required to link mc.
550         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
551         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
552         Move all i18n code to one place. Don't substitute INTLSUB - it's
553         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
554         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
556 2001-06-25  Pavel Roskin  <proski@gnu.org>
558         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
559         It should be enabled explicitly by giving `--enable-largefile'
560         to configure.
561         * INSTALL: Document it.
563 2001-06-22  Pavel Roskin  <proski@gnu.org>
565         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
567         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
568         in struct statfs.
569         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
571         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
572         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
573         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
574         found.
575         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
577 2001-06-19  Pavel Roskin  <proski@gnu.org>
579         * configure.in: Check for telldir and seekdir. Join adjacent
580         calls to AC_CHECK_FUNCS.
582 2001-06-16  Pavel Roskin  <proski@gnu.org>
584         * Makefile.am: Change the order of SUBDIRS to fully compile text
585         edition before compiling anything for GNOME.
586         * mc.spec.in: Don't use brace expansion to avoid implicit
587         build-time dependency on bash.
589 2001-06-13  Pavel Roskin  <proski@gnu.org>
591         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
592         the test code.
593         * configure.in: Fix compiler warnings in the arguments to
594         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
595         around `=' in the `test' command.
597 2001-06-07  Pavel Roskin  <proski@gnu.org>
599         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
600         GNOME documentation template.
601         * doc-gnome/C/mkhtml: Don't generate index.
602         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
604 2001-06-06  Pavel Roskin  <proski@gnu.org>
606         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
607         conditional variables from EXTRA_DIST.
609 2001-06-05  Pavel Roskin  <proski@gnu.org>
611         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
612         conversion support.
613         From Walery Studennikov <hqsoftware@mail.ru>.
615         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
617 2001-06-01  Pavel Roskin  <proski@gnu.org>
619         * lib/mc.charsets: Synchronize with the latest patch - remove
620         a comment.
622 2001-05-30  Pavel Roskin  <proski@gnu.org>
624         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
625         work with GNOME.
627         * lib/mc.charsets: New file. From Walery Studennikov.
628         * lib/Makefile.am: Distribute mc.charsets. Install it if
629         the charset support is enabled.
631         * configure.in: Add check for iconv() and the necessary code
632         to support the charset selection patch.
634         * configure.in: Add check for ESCDELAY variable in ncurses.
636 2001-05-29  Pavel Roskin  <proski@gnu.org>
638         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
639         USE_EXT2FSLIB.
641         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
642         * pc/config.h: Likewise.
644         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
645         and "strings". Recognize "write" files and MS Word templates.
646         For MS Excel documents try "xls2csv" and "strings".
647         Escape spaces in the "type" directives.
648         From Nerijus Baliunas.
650         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
652         * Make.common.in: Remove hpath, it's unused.
654         * acconfig.h: Move constant parts ...
655         * extraconf.h: ... here.
656         [HAVE_X]: Disable subshell, s-lang and curses.
657         * Makefile.am: Add extraconf.h.
659 2001-05-28  Pavel Roskin  <proski@gnu.org>
661         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
662         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
663         * configure.in: ... here.
665 2001-05-27  Pavel Roskin  <proski@gnu.org>
667         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
668         * acconfig.h: Likewise.
669         * src/layout.c: Likewise.
671         * Make.common.in: Remove all percent rules.
672         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
673         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
674         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
675         AM_INIT_AUTOMAKE.
677         * Make.common.in: Remove obsolete dependency tracking system.
678         * configure.in: Likewise.
679         * edit/Makefile.in: Likewise.
680         * gnome/Makefile.in: Likewise.
681         * gtkedit/Makefile.in: Likewise.
682         * slang/Makefile.in: Likewise.
683         * src/Makefile.in: Likewise.
684         * vfs/Make-mc.in: Likewise.
685         * src/depend.awk: Remove.
687 2001-05-26  Pavel Roskin  <proski@gnu.org>
689         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
690         * syntax/octave.syntax: New file. From Walery Studennikov.
691         * syntax/Makefile.am: Add octave.syntax.
693         * configure.in: Fix incorrect test for stdin support in grep -
694         it would always fail when configuring in an empty directory.
695         Portability fixes - unset, backslashed space in here-documents.
696         Eliminate all instances of "changequote".
698         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
699         user choice.
700         * acconfig.h: Changes for the above.
701         * INSTALL: Don't document --with-sco - it's now defunct.
702         * INSTALL.FAST: Likewise.
704 2001-05-25  Pavel Roskin  <proski@gnu.org>
706         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
707         are in the beginning of the "file" output.
709 2001-05-23  Pavel Roskin  <proski@gnu.org>
711         * lib/mc.ext.in: Add associations for viewing RPM files.
713 2001-05-22  Pavel Roskin  <proski@gnu.org>
715         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
716         By default exit after the first error in jade.
718         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
719         JADEFLAGS environment variables. Report progress. Clean up on
720         failure.
722 2001-05-21  Pavel Roskin  <proski@gnu.org>
724         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
725         files.
727         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
728         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
730 2001-05-20  Pavel Roskin  <proski@gnu.org>
732         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
733         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
734         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
735         * doc-gnome/C/figs/Makefile.am: Add support for converting from
736         PNG to EPS.
738         * Makefile.am (EXTRA_DIST): Remove create_vcs.
739         * doc/FILES: Likewise. Typo fix.
741 2001-05-19  Pavel Roskin  <proski@gnu.org>
743         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
744         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
745         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
747         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
748         index entry "Moving files".
750 2001-05-18  Pavel Roskin  <proski@gnu.org>
752         * configure.in: Use src/main.c in AC_INIT.
754         * create_vcs: Remove.
756         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
757         Add download location for glib.
758         * mc.spec.in: Likewise.
759         * doc/LSM: Likewise.
760         * doc/mc.1.in: Likewise.
761         * doc/mcedit.1.in: Likewise.
762         * src/ext.c: Don't mention download location for MC.
764         * FAQ: Update status of Tk, XView. and GNOME editions. Update
765         homepage of gpm.
767         * INSTALL: Remove information about Tk and XView. Change the
768         mailing list addresses again.
769         * FAQ: Change the mailing list addresses again.
770         * MAINTAINERS: Likewise.
771         * README: Likewise.
772         * doc/mc.1.in: Likewise.
773         * gnome/gmc-window.c: Likewise.
774         * lib/README.xterm: Likewise.
775         * lib/mc.ext.in: Likewise.
776         * lib/mc.hint*: Likewise.
777         * lib/mc.hlp.hu: Likewise.
778         * po/*.po: Likewise.
779         * src/main.c: Likewise.
781 2001-04-20  Pavel Roskin  <proski@gnu.org>
783         * FAQ: Change the mailing list addresses and the download
784         locations.
785         * INSTALL: Likewise.
786         * MAINTAINERS: Likewise.
787         * README: Likewise.
788         * doc/mc.1.in: Likewise.
789         * gnome/gmc-window.c: Likewise.
790         * lib/README.xterm: Likewise.
791         * lib/mc.ext.in: Likewise.
792         * lib/mc.hint*: Likewise.
793         * lib/mc.hlp.hu: Likewise.
794         * po/*.po: Likewise.
795         * src/main.c: Likewise.
797 2001-04-19  Pavel Roskin  <proski@gnu.org>
799         * configure.in: Don't install mcserv unless
800         "--enable-mcserv-install" has heen specified.
801         Don't quote the first argument in all calls to AM_CONDITIONAL
802         to work around a bug in Automake 1.4.
803         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
804         * vfs/Make-mc.in: Likewise.
806 2001-04-13  Pavel Roskin  <proski@gnu.org>
808         * configure.in: Bump version to 4.5.53a.
810 2001-04-06  Pavel Roskin  <proski@gnu.org>
812         * gtkedit/editcmd.c: Remove support for XView layout attributes.
813         * gtkedit/editoptions.c: Likewise.
814         * pc/chmod.c: Likewise.
815         * pc/drive.c: Likewise.
816         * src/boxes.c: Likewise.
817         * src/chmod.c: Likewise.
818         * src/dlg.c: Likewise.
819         * src/dlg.h: Likewise.
820         * src/filegui.c: Likewise.
821         * src/find.c: Likewise.
822         * src/hotlist.c: Likewise.
823         * src/layout.c: Likewise.
824         * src/listmode.c: Likewise.
825         * src/main.c: Likewise.
826         * src/option.c: Likewise.
827         * src/panelize.c: Likewise.
828         * src/wtools.c: Likewise.
829         * src/wtools.h: Likewise.
830         * vfs/smbfs.c: Likewise.
832         * autogen.sh: Check out "intl" and "macros" directories if they
833         are missing. Simply "cvs up -d" won't restore them.
835         * configure.in: Bump version to 4.5.52a.
837 2001-03-14  Pavel Roskin  <proski@gnu.org>
839         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
840         Automake conditional USE_SAMBA_FS if Samba is to be supported
841         in VFS.
843 2001-03-07  Pavel Roskin  <proski@gnu.org>
845         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
846         defined.
847         Reported by Norbert Warmuth.
849         * configure.in: Don't process vfs/extfs/uzip - it's now
850         constant.
852         * syntax/changelog.syntax: Require space after asterisk to have
853         it highlighted.
855 2001-03-02  Pavel Roskin  <proski@gnu.org>
857         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
858         * configure.in: Use AC_PROG_CC_STDC instead.
860         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
861         Suggested by Christian Gennerat.
863         * lib/mc.ext.in: Add support for "freeze" - old compression
864         program used mostly on QNX.
865         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
866         * lib/Makefile.am: Adjusted.
868 2001-02-26  Pavel Roskin  <proski@gnu.org>
870         * lib/mc-gnome.ext.in: Remove, it's not used.
871         * configure.in: Remove lib/mc-gnome.ext.
872         * lib/Makefile.am: Likewise.
874 2001-02-20  Pavel Roskin  <proski@gnu.org>
876         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
877         defined to prevent warnings on OpenBSD 2.7.
878         * slang/jdmacros.h: Likewise.
879         * src/mad.h: Likewise.
880         * src/poptalloca.h: Likewise.
882         * configure.in: Check for sys/time.h and sys/timeb.h. Use
883         AC_HEADER_TIME.
885 2001-02-07  Pavel Roskin  <proski@gnu.org>
887         * autogen.sh: Create vfs/samba/include/stamp-h.in.
888         * vfs/samba/include/stamp-h.in: Remove.
890         * macros/curses.m4: Quote first argument to AC_DEFUN.
891         * macros/gnome-cxx-check.m4: Likewise.
892         * macros/gnome-gettext.m4: Likewise.
893         * macros/gnome-libgtop-check.m4: Likewise.
894         * macros/gnome-print-check.m4: Likewise.
895         * macros/linger.m4: Likewise.
896         * macros/need-declaration.m4: Likewise.
898         * configure.in: Only configure in vfs/samba if smbfs support is
899         enabled even with Autoconf 2.13.
901 2001-01-30  Pavel Roskin  <proski@gnu.org>
903         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
904         --without-samba due to a typo.
906         * configure.in: Only configure in vfs/samba if smbfs support is
907         enabled. This optimization will only work with Autoconf-2.49c
908         and above.
910 2001-01-13  Pavel Roskin  <proski@gnu.org>
912         * configure.in: Don't create a faked malloc.h.
913         * gtkedit/edit.h: Don't assume that malloc.h always exists.
914         * src/mad.h: Likewise.
916         * configure.in: Simplified handling of cons.saver.
917         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
918         * mc.spec.in: Remove a workaround for the above.
920         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
921         for MC. Don't rely on the output of uname - use $host_os.
923 2001-01-11  Pavel Roskin  <proski@gnu.org>
925         * configure.in: Check for ext2 libraries only if VFS is enabled.
927         * src/Makefile.in: Create directories before installing files.
928         Removed all occurences of libprefix - it's never defined.
930         * configure.in: All macros from configure.in moved to
931         acinclude.m4. Added missing quotes in several places.
932         * acinclude.m4: Likewise.
934         * edit/Makefile.in: Don't install or uninstall mcedit -
935         it cannot be installed before mc on systems without symlinks.
936         * gtkedit/Makefile.in: Likewise.
937         * src/Makefile.in: Install mcedit (if enabled) and mcview.
938         Uninstall them.
940         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
941         from acinclude.m4 in gtk+:
942         Don't define ENABLE_NLS unless we have a working NLS.
943         (This should keep libintl.h from being included when it doesn't
944         exist).
946 2001-01-09  Pavel Roskin  <proski@gnu.org>
948         * doc-gnome/C/figs/Makefile.am: New file.
949         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
950         makefile do it.
951         * configure: Substitute doc-gnome/C/figs/Makefile.
953         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
955 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
957         * lib/mc.hlp.hu: Added Hungarian help file from
958           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
959           maci@integrity.hu, mfh47@freemail.hu
960         * lib/Makefile.am: Added LOCALIZED_HELP for further
961           mc.hlp l10ns
962         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
963           gtkedit/editcmd.c: I18n of mc.hlp
965 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
967         * doc/mc.1.in: Corrected badly formatted link...
969 2000-11-10  Robert Brady  <robert@suse.co.uk>
971         * configure.in: Add Tamil to ALL_LINGUAS.
973 2000-10-23  Pavel Roskin  <proski@gnu.org>
975         * mc.spec.in: Allow mcserv.8 to be gzipped.
977         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
978         that cannot deal with "./gmc.sgml".
980 2000-10-09  Pavel Roskin  <proski@gnu.org>
982         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
983         that CVS Automake will drop dependencied to the macros that
984         we don't distribute.
986         * lib/mc.ext.in: Removed references to icons. Source RPMs
987         grouped to one regex. Removed "Update" for source RPMs, added
988         "Rebuild" instead. Added "Check signature" for all RPMs.
989         Added a comment about pop-up menus in the text edition.
991 2000-10-06  Pavel Roskin  <proski@gnu.org>
993         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
994         flags moved out of CFLAGS as recommended by GNU coding
995         standards.
996         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
997         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
998         XCPPFLAGS.
999         * INSTALL (Random notes on porting to other architectures):
1000         Completely rewritten. Recommended using CFLAGS instead of XINC.
1002 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1004         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
1006 2000-10-04  Christophe Merlet  <christophe@merlet.net>
1008         * gnome/*.desktop: Updated french strings.
1010 2000-10-03  Pavel Roskin  <proski@gnu.org>
1012         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
1013         to allow <legalnotice>. Unclosed tags fixed.
1015 2000-09-30  Pavel Roskin  <proski@gnu.org>
1017         * mc.spec.in: New package mc-common. Use DESTDIR instead of
1018         misusing prefix. Don't install old icons - they don't exist.
1020         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
1021         "export -f" to have mc() exported.
1022         * doc/mc.1.in: Changed description of the "-P" option to
1023         avoid inclusion of mc.sh and mc.csh into the manual.
1024         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
1026 2000-09-24  Pavel Roskin  <proski@gnu.org>
1028         * doc/mc.1.in: Minor formatting fixes.
1030         * lib/mc.sh.in: Remove temporary file non-interactively.
1031         * doc/mc.1.in: updated example for mc.sh.
1033 2000-09-23  Pavel Roskin  <proski@gnu.org>
1035         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
1036         updates it when needed.
1037         * mc.spec.in: Include translations with mc, not gmc. Run
1038         chkconfig --del in %preun, not %postun. --without-debug not
1039         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
1040         be executable. New files in %{prefix}/lib/mc/ - translated hints,
1041         editor files.
1043         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
1044         directory for document processing. Comment changes. gmc.ps and
1045         gmc.pdf now generated from gmc.dvi.
1047         * configure: Always include Make.common as file, otherwise
1048         "make distclean" breaks.
1049         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1050         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
1051         replaced with "rm -f" - the stangard says that "rm" is portable.
1052         Ditto $(MV). Adjusted *clean targets to match those in
1053         Automake. Removed "cross" target.
1055 2000-09-22  Pavel Roskin  <proski@gnu.org>
1057         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
1058         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
1059         * doc/Makefile.in: Converted to ...
1060         * doc/Makefile.am: ... this.
1062 2000-09-21  Pavel Roskin  <proski@gnu.org>
1064         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
1065         is not expanded in all shells.
1066         * doc/mc.sgml: Updated the example script to reflect the above
1067         changes.
1068         * doc/mc.in.1: Likewise.
1070 2000-09-19  Pavel Roskin  <proski@gnu.org>
1072         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
1073         Marco Ciampa
1075 2000-09-18  Pavel Roskin  <proski@gnu.org>
1077         * Make.common.in: Added installcheck to placate "make distcheck"
1078         * configure.in, Make.common.in, doc/Makefile.in,
1079         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1080         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
1081         variable MKINSTALLDIRS and builddir with Automake-compatible
1082         mkinstalldirs and top_builddir.
1083         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
1084         files. Added uninstall-local target.
1086 2000-09-17  Pavel Roskin  <proski@gnu.org>
1088         * configure.in: fixed wrong use of AC_MSG_RESULT inside
1089         AC_CACHE_VAL
1091         * Make.common.in: Added the "dvi" target for "make distcheck"
1092         to go further
1093         * doc-gnome/C/Makefile.in: converted to ...
1094         * doc-gnome/C/Makefile.am: ... this
1096 2000-09-15  Pavel Roskin  <proski@gnu.org>
1098         * acconfig.h, configure.in: Require autoconf 2.13 or above.
1099         Removed workarounds for older versions. Removed MCDEBUG
1100         variable - it's not used. --with-debug renamed to --with-mad and
1101         cleaned up. Always use -Wall with gcc, other manipulations with
1102         CFLAGS removed.
1104         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1105         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1106         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
1107         mc.pot becomes out of date in the tarball.
1109 2000-09-14  Pavel Roskin  <proski@gnu.org>
1111         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
1112         tests for cp, mv and rm.
1113         * Make.common.in: Removed variables xv_bindir and STRIP.
1114         Variables CP, MV and RMF are assigned trivial values.
1116         * edit/Makefile.in: Don't link headers, add extra includes
1117         to CPPFLAGS instead. Put links to the build directory.
1118         Remove the hack with "mx" - it is not needed anymore.
1120         * configure.in: remove any manupulations with top_srcdir.
1121         Don't change CPPGLAGS when the internal editor is enabled,
1122         instead do it ...
1123         * edit/Makefile.in, gtkedit/Makefile.in: ... here
1125         * configure.in, Make.common.in, doc/Makefile.in,
1126         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1127         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
1128         changed to top_srcdir for Automake compatability
1130         * configure.in: REGEX_O variable removed - always use our regex
1132         * configure.in: MCFGR variable removed
1134 2000-09-12  Pavel Roskin  <proski@gnu.org>
1136         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
1137         other GNOME modules
1138         * autogen.sh: remove "-I ." from the "aclocal" command line
1140 2000-09-01  Pavel Roskin  <proski@gnu.org>
1142         * configure.in: output vfs/extfs/Makefile
1144         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
1145         to avoid a warning
1146         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
1147         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
1149 2000-08-29  Pavel Roskin  <proski@gnu.org>
1151         * configure.in: use AM_GNOME_GETTEXT
1152         * gettext.m4: removed
1153         * Makefile.am: adjusted files to distribute, previous change
1154         reverted
1156         * mc-aclocal.m4: renamed to ...
1157         * acinclude.m4: ... this
1158         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
1159         * Makefile.am: aclocal should scan "." for gettext.m4
1161 2000-08-28  Pavel Roskin  <proski@gnu.org>
1163         * Make.common.in: removed hack for "make distcopy"
1164         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1165         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1166         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
1167         for external builds.
1168         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
1170 2000-08-24  Pavel Roskin  <proski@gnu.org>
1172         * new_icons/Makefile.in: converted to ...
1173         * new_icons/Makefile.am: ... this
1174         * configure.in: automake conditional GNOME introduced.
1175         "insticons" removed
1177         * icons/*: removed
1178         * Makefile.am, configure.in: necessary adjustments
1180         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
1181         automake installs them now
1183         * syntax/Makefile.in: converted to ...
1184         * syntax/Makefile.am: ... this
1186         * idl/Makefile.in: converted to ...
1187         * idl/Makefile.am: ... this
1189         * lib/Makefile.am: simplified, fixed "make dist"
1191         * lib/Makefile.in: converted to ...
1192         * lib/Makefile.am: ... this
1194         * lib/tkmc.wmconfig: removed
1195         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
1197         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
1198         to ...
1199         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
1200         * Make.common.in: support for "distdir" for compatability
1201         with Automake-generated makefiles
1202         * autogen.sh: run automake. Force cache - it is off by default
1203         in autoconf 2.49a, but it's still handy for maintainers
1204         * configure.in: adapted for Automake
1206         * AUTHORS: new file
1208 2000-08-23  Pavel Roskin  <proski@gnu.org>
1210         * configure.in: resurrect definition of xvers
1212         * VERSION.in: removed
1213         * Makefile.in: don't do anything with VERSION.in and VERSION
1214         Take mc.spec from builddir, not srcdir
1215         * configure.in: don't create VERSION
1217 2000-08-22  Pavel Roskin  <proski@gnu.org>
1219         * *.c, *.h: Updated address of Free Software Foundation
1221 2000-08-21  Pavel Roskin  <proski@gnu.org>
1223         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
1224         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
1225         related to XView, libXPM, libXext and Tk
1227 2000-08-18  Pavel Roskin  <proski@gnu.org>
1229         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
1230         files
1232         * configure.in: Simplified dependency tracking by using
1233         "-include" with GNU Make
1234         * autogen.sh: Exit on all failures
1236 2000-08-17  Pavel Roskin  <proski@gnu.org>
1238         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
1239         Fixed all misuses of single and double quotes. Typo fixes.
1240         Ensured compatability with sgml2html, sgml2txt and sgml2latex
1241         * doc/mc.1.in: Typo fix
1243         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
1244         * doc/linuxdoc-sgml.diff: removed
1245         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
1246         distribute gnome.sgml
1248 2000-08-15  Pavel Roskin  <proski@gnu.org>
1250         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
1251         in the "distclean" target
1253         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
1254         Removed all XVIEW-related stuff
1255         Fixed placement of png files on "make dist"
1257         * doc/mc.1.in: Updated info about the internal editor
1259         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
1260         indicate serious problems. Fixes for uninstall.
1261         * doc/Makefile.in: Rebuild if it is out of date.
1263         * lib/cedit.menu: Added. This file has been missing
1265         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
1267 2000-08-08  Pavel Roskin  <proski@gnu.org>
1269         * Makefile.in: correctly detect make failures in subdirs
1271 2000-08-01  Pavel Roskin  <proski@gnu.org>
1273         * nt, os2, tk, xv: removed all files
1274         * configure.in: don't create os2 and nt directories
1276 2000-08-01  Pavel Roskin  <proski@gnu.org>
1278         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
1280         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
1282 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
1284         * src/main.c: make 8bit input/output the default (99% of the people
1285         expects that; lets the remaining 1% use the configuration menu
1286         to disactivate it if they want)
1288 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1290         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
1292 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
1294         * configure.in: check for gnome-libs with window icon support
1296         * acconfig.h: add icon define
1298 2000-06-08  Matthias Warkus  <mawa@iname.com>
1300         * new_icons/gnome-pack-*.png: Updated.
1301         * gnome/mc.keys: Added a MIME type for SLP packages.
1303 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
1305         * syntax/diff.syntax: Highlight lines beginning with "File",
1306         "Files" and "Binary"
1307         * syntax/makefile.syntax: Highlight "ifndef"
1308         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
1309         highlighted)
1311 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1313         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
1314         comment lines with # in last release
1316 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1318         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
1320 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1322         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
1323         look more consistent than original.
1325 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1327         * config.in: Added check against strcoll().
1329 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1331         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
1332         added 'and', 'or', 'not', 'for' keywords.
1334 2000-04-06  Timur Bakeyev  <mc@bat.ru>
1336         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
1337         based systems. Hope, this will make FreeBSD midc maintainer to enable
1338         build-in editor by default. Still, syntax highlighting is disabled.
1339         Need to port...
1341 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1343         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
1344           fixed, some messages gettext()ed again here and in
1345         gtkedit/editmenu.c:edit_about_cmd()
1347 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1349         * doc/mc.sgml (Examples): Fixed documentation, thanx
1350         to martin@internet-treff.uni-koeln.de.
1352 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
1354         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
1355         the label text
1357 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
1359         * gtkedit/syntax.c: treat *.ads as Ada source
1360         * syntax/ada95.syntax: escape "+" and "*"
1361         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
1362         * syntax/Makefile.in: remove diffc.syntax
1364         * edit/edit_key_translator.c: interpret code 0177 as
1365         backspace unless recognized otherwise
1367 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
1369         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
1370         initialization of array of structure (gcc version 2.96 20000131
1371         chokes on it).
1373         * lib/mc.hint: C-y and not C-u can be used to insert text in input
1374         lines (e. g. text which has been deleted with M-d).
1376         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
1378 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
1380         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
1382 2000-01-29  Matthias Warkus  <mawa@iname.com>
1384         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
1385         design on Federico's request.
1387 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
1389         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
1390         an ArrangeType enum.
1392 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
1394         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
1395         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
1396         setup.c: Add option of using GNOME "magic" routines to determine file
1397         types. This makes MC intelligently look at the data in the file to see
1398         what type of file it is, rather than looking at the filename extension.
1399         This slows down MC quite a bit, so it has been made an optional
1400         preference item. Type detection is expected to improve as mime-magic
1401         matures.
1403 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
1405         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
1406         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
1407         providing a patch.
1409 2000-01-11  Matthias Warkus  <mawa@iname.com>
1411         * Added icon and keys entry for Scheme source.
1413 2000-01-03  Fatih Demir  <kabalak@gmx.net>
1415         * configure.in: Added tr -> ALL_LINGUAS .
1417 1999-12-28  Matthias Warkus  <mawa@iname.com>
1419         * new_icons/*.png: Added a bunch of new icons.
1421 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
1423         * configure.in (VERSION): Bumped version number to 4.5.42.
1425 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
1427         * configure.in: added 'uk' to ALL_LINGUAS.
1429 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1431         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
1432         request from David Sauer
1434 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
1436         * configure.in (VERSION): Bumped version number to 4.5.41.
1438 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
1440         * configure.in (VERSION): Set version number to 4.5.39.
1442 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
1444         * configure.in: Added pt_BR to ALL_LINGUAS
1446 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
1448         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
1449         path to the mc binary according to @prefix@.
1451         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
1452         configure. Install mc.sh and mc.csh in $(suppbindir).
1454         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
1455         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
1456         copies of the included function definitions.
1458         * mcfn_install.in: Comment out definitions of the mc functions. Source
1459         mc.sh instead of adding an outdated mc function definition.
1461         * configure.in: output mc.sh and mc.csh
1463 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
1465         * lib/startup.links: Changed the news link to Gnotices
1467 1999-09-19  David Martin  <dmartina@usa.net>
1469         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
1470         8 bit chars from strftime get displayed when inserting date.
1472         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
1473         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
1474         file to avoid interferences. In this one I changed the extension check
1475         to a type check (as used for gzip) which might give problems in some
1476         systems.
1478         * configure.in: Use -Tlatin1 to format man pages when available and
1479         "view" 8 bit chars.
1481 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
1483         * gtkedit/edit.h: Include file reordering to make it compile with
1484         --with-debug
1486         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
1487         dependent on lenght of translated strings to display.
1489 1999-09-16  Owen Taylor  <otaylor@redhat.com>
1491         * Remove the magicdev autoconf test in favor of just
1492         including the idl file. Otherwise we have a dependency
1493         loop between this and magicdev.
1495 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
1497         * idl/FileManager.idl: Changed names, and put everything under a
1498         FileManager module.  Added a Desktop interface and some methods to
1499         the WindowFactory interface.
1501 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
1503         * doc-gnome/*: Shiny new docs from users-guide.
1504         All synced up.
1506 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
1508         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
1510 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
1512         * README: Updated and spell-checked.
1514         * NEWS: Updated.
1516 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
1518         * configure.in (ALL_LINGUAS): Added sv.
1520 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
1522         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
1523         symlink attacks (mcfn_install and the man page still needs to be
1524         updated).
1526 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
1528         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
1529         a symbolic link (ln -sf doesn't work as expected on Solaris)
1531 1999-08-19  Elliot Lee  <sopwith@redhat.com>
1532         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
1534 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
1536         * doc-gnome/C/gmc.sgml: Index fixes.
1538 1999-08-18  Elliot Lee  <sopwith@redhat.com>
1540         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
1541         initializers in the GnomeUIInfo structure.
1543 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
1545         * configure.in (VERSION): Bumped version number to 4.5.38.
1547 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
1549         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
1551 1999-08-15  David Martin  <dmartina@usa.net>
1553         * gtkedit/edit.c: Print localized date with strftime()
1555         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
1557 1999-08-08  David Martin  <dmartina@usa.net>
1559         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
1560         translation.
1562         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
1563         translation as it used to be.
1565 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1567         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
1568         that the correct index.html will be generated.
1570 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1572         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
1573         to the list.
1575 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
1577         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
1578         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
1579         This adds some new syntax rules, and spell check on the fly
1580         which if someone bugs me for, will actually get enabled in
1581         both the text and gnome versions. Bookmark stuff also needs
1582         some keys bound to it, I suppose: any takers?
1584 July 19, 1999 Elliot Lee
1585         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
1587 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
1589         * Makefile.in (all): Makefile fix.
1591 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1593         * Make.common.in (confdir): Define confdir as sysconfdir.  This
1594         should fix the problem we had with FSSTND distributions.
1596 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1598         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
1599         list of distributed files.
1601 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1603         * configure.in (VERSION): Bumped version number to 4.5.34.
1605 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
1607         * Add fi into ALL_LINGUAS
1609 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
1611         * gnome/i-zipdisk2.png: Added another zip-disk icon
1612         by <scarab@egyptian.net> - It looks very nice. Variation
1613         is good.
1615 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1617         * acconfig.h: Add WITH_SMBFS
1619         * macros/gnome-vfs.m4: Support conditional samba support.
1621 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1623         * Make.common.in (confdir): Define confdir as sysconfdir.  This
1624         should fix the problem we had with FSSTND distributions.
1626 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
1628         * mc.spec.in: added syntax files to %files
1630 1999-06-22  David Martin  <dmartina@usa.net>
1632         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
1634 1999-06-07  Shooby Ban  <bansz@szif.hu>
1636         * po/hu.po, configure.in: added hungarian translations...
1637           I'm not sure it's OK, but it seems usable.
1638           Translators: Tamas Fejos and Andras Kadar
1640 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
1642         * configure.in, Makefile.in: added the gmc helpfile to the build
1644 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
1646         * Add ja entry to LANG in configure.in
1648 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
1650         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
1651         be installed in the system :) (added it to the Makefile.in)
1653 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
1655         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
1656         disks - someone please add it to the mount.c code so it gets used..
1657         Everyone have a nice time at the expo! :) I hope to join the
1658         next time.
1660 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1662         * configure.in: Added check for getpt ()
1664 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1666         * configure.in (VERSION): Bumped version number to 4.5.31.
1668 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1670         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
1671         need to fool it by strdup'ing the return value of tempnam.
1673 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1675         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
1676         MCLIBS which are specific to the text edition.
1678         * INSTALL: Added documentation for --with-tm-x-support
1680 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
1682         * mc.spec.in : Folded in some changes from the 'offical' rpm
1683         spec file.
1685 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1687         * configure.in (SHELL): Do not use grep -q, as it is not portable
1688         to every OS.
1690 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1692         * configure.in: Linking from $srcdir/slang is broken when configure
1693         isn't called with an absolute path. Link from ../$srcdir/slang if
1694         configure was invoked with a relative path.
1696 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
1698         * configure.in: Do not rm the destination file and then link, use
1699         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
1701 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1703         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
1704         --with-PACKAGE and --without-PACKAGE gave the same results.
1706 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1708         * configure.in (VERSION): Bumped version number to 4.5.30.
1710 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1712         * configure.in (VERSION): Bumped version number to 4.5.29.
1714 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1716         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
1717         now contains all checks.
1719 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1721         * configure.in (VERSION): bumped version number to 4.5.28.
1723 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
1725         * */Makefie.*: fixed several missed conversions from libdir to
1726         mclibdir. (Should be automake'd, really)
1728 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1730         * Make.common.in: There were conflicting definitions of mclibdir
1731         (one for installation, one for source).  Now the source one is
1732         called mcsrclibdir.
1734         * doc/Makefile.in: Use mcsrclibdir where appropriate.
1736 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
1738         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
1739         Pascal Program" (Heh, second time :)
1741         * Makefile.common: Until things gets clear, keep syntax rules in
1742         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
1744         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
1745         @libdir@.
1747 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
1749         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
1750         as requested by Paul. Still, need some checking...
1752 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
1754         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
1755         to date with cooledit 3.9.0. This adds some new features.
1756         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
1757         syntax.c. This is because the rule set is becoming too
1758         large to maintain in its current form and because file
1759         loading is starting to get slow.
1761         There is also a bookmark feature which does not yet have
1762         key bindings assigned to it, but should be cool once
1763         these get inserted. Syntax rules files are named
1764             $LIBDIR/cooledit/syntax/*.syntax
1766 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
1768         * configure.in: Create slang directory, it is needed when
1769         builddir != srcdir.
1770         Use -f when calling rm, the file does not exist on
1771         first compile.
1772         No need to copy VERSION from $srcdir, it's already generated in
1773         $buildir.
1775 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
1777         * edit/edit_key_translator.c: Added missing translation tags.
1779 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1781         * configure.in: Minimum version of glib should be 1.2.0.
1782         (VERSION): Bumped version number to 4.5.27.
1784 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
1786         * gtkedit/editcmd.c: Added missing translation tags.
1788         * gtkedit/editoptions.c: Added missing translation tags. Translate
1789         radio buttons on first use.
1791 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
1793         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
1794         to get the mc spec file to work.
1795         * hacked configure to generate a properly versioned spec file.
1797 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1799         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
1800         radio buttons on first pass.
1802 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
1804         * gtkedit/editcmd.c: Mark strings in the search and replace
1805         dialogs for translation. Resized these dialogs to let the messages
1806         fit.
1808 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1810         * gtkedit/editwidget.c (selection_send): Use the proper type for
1811         64-bit cleanliness (Patch from George Lebl).
1813 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
1815         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
1816         into the catalog file.
1818 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1820         * configure.in: Make Timur's libtermcap check work with SLang
1821         0.99.98, too.
1823 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1825         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
1826         PS and EPS files.  Thanks, Tigert!
1828 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1830         * configure.in (CCOPTS): Drop the prefix auto-detection.
1832 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
1834         * configure.in: Add check, which, in case of system-installed SLang
1835         library tries to run a test program, which determines, does we need
1836         linking with libtermcap.a. Also, set of if's for finding terminfo
1837         dir changed to for cycle - a bit nicer :)
1839 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1841         * README.QNX: Deleted documention about mc.menu.qnx.diff.
1843 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1845         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
1847 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1849         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
1850         from tar calls when extracting (according to my man page this option
1851         is only useful when creating archieves).
1853 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1855         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
1856         adds support for tar.bz2 and merges the support for freeze-compressed
1857         tar files (tar.F) from mc.menu.qnx.diff.
1859 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
1861         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
1862         GNU-like :)
1864 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1866         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
1867         the catalog file.
1869 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
1871         * new_icons/gnome-core.png: New icon for core files. Someone
1872         please add the code part :)
1874 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
1876         * configure.in: Add check against setuid() and setreuid() functions.
1878 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1880         * slang/slang.h: renamed to slang-mc.h
1882         * slang/Makefile.in: delete slang.h on "make clean"
1884         * configure.in: link slang/slang-mc.h to slang/slang.h when the
1885         included slang is used. Problem was that MC's slang.h was used
1886         when we compiled with an already installed SLang and the systems
1887         header file were included with <slang/slang.h>.
1888         Unfortunatly I can't use AC_LINK_FILES to make the links because
1889         if we needn't make any links AC_LINK_FILES makes a link from
1890         srcdir to top_builddir (builddir != srcdir).
1892         Temporary add $LGPM to $LIBS when checking for the resizeterm
1893         and keyok functions (ncurses might be linked against GPM).
1895         Substitude PACKAGE (intl/Makefile makes use of it)
1897 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
1899         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
1900         #include "global.h".
1902 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
1904         * Make.common.in (gnewdir): new path.
1906 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
1908         * configure.in: Add comments before "Let" and "the" - typo. Add new
1909         path to include's search.
1911 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
1913         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
1915 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1917         * configure.in (REGEX_O): Always include regex.o as the code we
1918         are using in gmc is not using regcomp/regexec, but the internal
1919         Emacs API.
1921         * src/regex.c: Do not compile the POSIX compatibility code, as we
1922         do not use it.
1924 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1926         * doc/mc.sgml, mc1.in (Color section): minor polishing
1927         (Layout section): documented Highlight...
1929 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1931         * configure.in: Deleted du checks
1933         * INSTALL: Deleted --with-dusum documentation.
1935         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
1936         Configuration dialog. Added Advanced chown subsection. Deleted
1937         variables from the Special settings section which are now covered
1938         by the configuration dialog.
1940 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1942         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
1943         tar_gz_memlimit. Partially rewrote the section about the
1944         Virtual FS.. configuration dialog.
1946 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
1948         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
1950 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1952         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
1954         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
1955         builddir
1957 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
1959         * new_icons/gnome-image-[lots].png: I added some icons for file
1960         types (image) there - someone please tell me what the correct
1961         location and naming convention is and I will try to follow that. :)
1963 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
1965         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
1966         the build will still work.  (Has this been replaced by new_icons?)
1968 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
1970         * doc/mc.1.in, mc.sgml: added my name to list ov authors
1972 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1974         * Makefile.in (codedirs): Dropped xv and tk ports from the
1975         distribution. include idl directory.
1977 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1979         * configure.in (slang_use_system_installed_lib): Define slang
1980         here, to avoid having this on LIBS.
1982 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
1984         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
1986 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
1988         * config.h.in: Removed from CVS, added to .cvsignore
1990         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
1991         configure.in:
1992         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
1993         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
1994         HAS_CURSES added to acconfig.h
1996 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1998         * autogen.sh: Add "-I macros" to the aclocal flags.
2000         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
2001         so that aclocal will not complain about an obsolete macro.
2003         * configure.in: Use MC_HPUX_PROG_CC_STDC
2005         * ChangeLog: There was no ChangeLog here, so I added one.