translated tartially 'til file operations...
[midnight-commander.git] / ChangeLog
blobe330a06f8efa15fe23c79b84a5a73b3fe75e8ec4
1 2002-08-17  Pavel Roskin  <proski@gnu.org>
3         * syntax/Makefile.am: Add js.syntax.
5         * configure.in: Add support for glib 2.x.  Right now, it has to
6         be explicitly enabled by `--with-glib2'.
7         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
9 2002-08-16  Pavel Roskin  <proski@gnu.org>
11         * syntax/js.syntax: New file.
12         * syntax/Syntax: Add js.syntax.
13         From Vlad Romanenko <VladRomanenko@ukr.net>
15 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
17         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
18         of local xnc.hlp
19         * doc/pl/xnc.hlp: Removed.
21 2002-09-13  Pavel Roskin  <proski@gnu.org>
23         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
24         Remove "potfiles" command.
25         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
26         compatibility with gettext 0.10.x.
28         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
29         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
31         * po/Makevars: New file for compatibility with gettext 0.11.x.
33         * configure.in: Remove "Debugger code" message.
35         * acinclude.m4: Replace undelfs_o with use_undelfs.
36         * configure.in: Likewise.  Don't substitute it.
38         * configure.in: Simplify processing of without-edit.  Replace
39         several variables with use_edit.
40         * acinclude.m4: Remove AC_WITH_EDIT.
42         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
43         use_smbfs.
44         * configure.in: Likewise.
45         * INSTALL: Document --with-samba.
47         * configure.in: Roll --enable-mcserv-install into ...
48         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
49         * INSTALL: Document --with-mcfs.
51 2002-09-12  Pavel Roskin  <proski@gnu.org>
53         * configure.in: Don't check if crypt() prototype is needed to
54         avoid warnings - the whole code is not worth avoiding one
55         legitimate warning.
56         * acinclude.m4: Remove AC_TRY_WARNINGS.
58         * configure.in: ALL_LINGUAS should be defined unconditionally.
60         * acinclude.m4: Clarify some help texts, add defaults in square
61         brackets, use more consistent spacing.
62         * configure.in: Likewise.
64         * lib/mc.menu: Don't call tarballs "releases".  Don't
65         dereference symlinks.
67 2002-09-10  Pavel Roskin  <proski@gnu.org>
69         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
71 2002-09-07  Pavel Roskin  <proski@gnu.org>
73         * configure.in: Eliminate --with-terminfo option, which was
74         essentially equivalent to --with-included-slang and didn't force
75         anything.
76         * acinclude.m4 (AC_USE_TERMINFO): Remove.
77         * INSTALL: Adjust to match.
78         * FAQ: Likewise.
80 2002-09-05  Pavel Roskin  <proski@gnu.org>
82         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
83         NETFILES - it's unused.
85         * configure.in: Check for arpa/inet.h.
87         * mcfn_install: Remove.  Also remove all references to it.
88         * INSTALL.FAST: Update information about ncurses.
89         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
91         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
92         LIBS.
93         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
94         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
95         test for ncurses in non-standard directories.
97 2002-09-04  Pavel Roskin  <proski@gnu.org>
99         * lib/mc.ext.in: Remove edit rules for compressed files that
100         were compressing even unchanged files - the editor itself can
101         handle compression better.
103 2002-09-03  Pavel Roskin  <proski@gnu.org>
105         * acinclude.m4: Remove Termnet support, it's too old and obscure
106         to be supported properly.
108 2002-08-27  Pavel Roskin  <proski@gnu.org>
110         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
111         OpenOffice.org, not StarOffice.  Add more video formats.
113         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
114         unnecessary pipeline.  Redirect stderr from cpio, because it can
115         be non-empty even for successful operations.
117 2002-08-26  Pavel Roskin  <proski@gnu.org>
119         * syntax/spec.syntax: New file.
120         * syntax/Syntax: Add spec.syntax.
121         * syntax/Makefile.am: Likewise.
122         From PLD Linux Distribution with minor changes.
124 2002-08-25  Pavel Roskin  <proski@gnu.org>
126         * lib/mcserv.init: Update from Red Hat package.
127         * lib/mcserv.pamd: Likewise.
129         * configure.in: Fix interpretation of the iconv test result.
130         Reported by Pavel Shirshov <pavelsh@mail.ru>
132         * mc.sh.in: Only bash needs the mc() function to be exported.
134         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
135         instead of /usr where appropriate.
136         * doc/Makefile.am: Enable generation of the help file.
138         * doc/pl/*: Add Polish translation.
139         * doc/Makefile.am: Adjust for the above.
140         * configure.in: Likewise.
142 2002-08-24  Pavel Roskin  <proski@gnu.org>
144         * lib/edit.indent.rc: Use tidy to format HTML.
145         From David Martin <dmartina@excite.com>
147         * lib/cedit.menu: Remove all references to the error file.
148         * lib/edit.indent.rc: Likewise.
149         * lib/edit.spell.rc: Likewise.
151 2002-08-23  Pavel Roskin  <proski@gnu.org>
153         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
154         use only for the programs that need it (mc and mcserv).
156         * configure.in: Fix help text for gpm and ncurses.  Properly
157         handle --without-ncurses.
158         Reported by Moritz Barsnick <moritz@barsnick.net>
160         * configure.in: Work around a bug in Autoconf-2.53 that prevents
161         splitting of user-specified path in AC_PATH_PROGS.
163         * configure.in: Move glib test earlier, as it tends to fail for
164         many users.  Make GLIB_CONFIG a precious variable.  Check for
165         glib12-config - that's how it's called on FreeBSD.
166         Reported by Pavel Shirshov <pavelsh@mail.ru>
168 2002-08-22  Pavel Roskin  <proski@gnu.org>
170         * configure.in: Remove old-style Linux-only support for shadow
171         passwords.
173 2002-08-21  Pavel Roskin  <proski@gnu.org>
175         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
176         now, otherwise Automake 1.5 breaks.  Remove version number from
177         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
178         Substiture RH_VERSION, which is VERSION without dashes, needed
179         for RedHat specfile.
181         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
182         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
183         two places.
185         Release mc-4.6.0-pre1.
187         * configure.in: Bump version to 4.6.0-pre1.
188         * po/*.po: Regenerate.
190 2002-08-20  David Martin  <dmartina@excite.com>
192         * doc/es/mc.1.in: Minor changes.
193         * doc/es/xnc.hlp: Likewise.
195 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
197         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
198         %{_mandir}/*/man1/*.
200 2002-08-20  Pavel Roskin  <proski@gnu.org>
202         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
204 2002-08-19  Pavel Roskin  <proski@gnu.org>
206         * configure.in: Add Italian documentation.
207         * doc/Makefile.am: Likewise.
209         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
211         * configure.in: Enable subshell support on all operating systems
212         by default.  Old issues are most likely solved by now.
214 2002-08-18  Pavel Roskin  <proski@gnu.org>
216         * lib/mc.ext.in: Try links before lynx.  Force full path when
217         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
218         is already broken if the program starts in background.  Add a
219         comment discouraging taking this code as example.
221         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
222         obsolete.
223         * doc/es/mc.1.in: Likewise.
224         * doc/ru/mc.1.in: Likewise.
225         * doc/hu/mc.hlp.hu: Likewise.
227         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
228         was unsafe by design and is no longer supported.  Use %t instead
229         of %u to preserve tags in case of failure.
231         * vfs/extfs/ftplist.in: Remove support for running commands, it
232         makes no sence.
234 2002-08-16  Pavel Roskin  <proski@gnu.org>
236         * lib/mc.global: Remove, it duplicates the role of mc.lib.
237         * lib/mc.lib: Add contents of mc.global.
238         * lib/Makefile.am: Remove all references to mc.global.
240         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
241         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
243 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
245         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
246         set, umask and unset like other builtin commands.
248 2002-08-15  Pavel Roskin  <proski@gnu.org>
250         * configure.in: Remove check for SIGTSTP, it's not needed for
251         the subshell support.
253         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
254         done at runtime.
255         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
257 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
259         * doc/ru/mc.1.in: Remove reference to README.edit.
260         * doc/mc.1.in: Likewise.
261         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
262         everywhere.
264 2002-08-14  Pavel Roskin  <proski@gnu.org>
266         * doc/mc.1.in: Consistently use "native" ftp syntax.
267         * doc/ru/mc.1.in: Likewise.
268         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
269         * doc/es/xnc.hlp: Likewise.
271         * lib/mc.hlp.hu: Move ...
272         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
274 2002-08-09  Pavel Roskin  <proski@gnu.org>
276         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
277         and entries that are obsolete or make no sence.
279         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
280         "How to use help".
282         * doc/Makefile.am: Don't distribute help file.  Generate it in
283         the build directory.
284         * doc/es/Makefile.am: Likewise.
285         * doc/ru/Makefile.am: Likewise.
287         * lib/xnc.hlp: Move ...
288         * doc/xnc.hlp: ... here.
289         * doc/Makefile.am: Necessary adjustments.
290         * lib/Makefile.am: Likewise.
291         * src/Makefile.am: Likewise.
293         * configure.in: Add Spanish documentation.
294         * doc/Makefile.am: Likewise.
295         * doc/es: Spanish documentation.
296         From David Martin <dmartina@excite.com>
298 2002-08-08  Pavel Roskin  <proski@gnu.org>
300         * lib/mc.lib: Add f11-f20 keys for Konsole.
302 2002-08-06  Pavel Roskin  <proski@gnu.org>
304         * syntax/lisp.syntax: New file.
305         * syntax/Syntax: Add lisp.syntax.
306         * syntax/Makefile.am: Likewise.
307         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
308         changes.
310 2002-08-04  Pavel Roskin  <proski@gnu.org>
312         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
313         subshell if this test fails.
315 2002-08-03  Pavel Roskin  <proski@gnu.org>
317         * syntax/mail.syntax: Colors changed to be more readable.
319         * syntax/html.syntax: Don't require character entities to be
320         whole, but check their validity.
322 2002-08-02  Pavel Roskin  <proski@gnu.org>
324         * configure.in: No longer need to define REGEX_MALLOC.
326 2002-08-01  Pavel Roskin  <proski@gnu.org>
328         * configure.in: Remove support for MAD and Electric Fence.
329         Developers should use modern memory debuggers (e.g. Valgrind).
330         * INSTALL: Remove references to MAD.
332 2002-07-31  Pavel Roskin  <proski@gnu.org>
334         * syntax/html.syntax: Remove recognition for any individual
335         words - there are too many of them, we cannot keep up.
337 2002-07-30  Pavel Roskin  <proski@gnu.org>
339         * doc/ru/Makefile.am: Use man2hlp directly.
341 2002-07-28  Pavel Roskin  <proski@gnu.org>
343         * syntax/changelog.syntax: Highlight "*" only after tab.  This
344         requires fixed syntax highlighting.
346         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
347         default. Open *.xls with gnumeric.  Use mplayer for most video
348         formats.
350         * syntax/nroff.syntax: Require most keywords to be whole.
352 2002-07-21  Pavel Roskin  <proski@gnu.org>
354         * syntax/fortran.syntax: Fix highlighting of "*" at the
355         beginning of line.  Recognize "     +" as continuation.  Move
356         all "linestart" keywords earlier to avoid more conflicts.
358 2002-07-18  Pavel Roskin  <proski@gnu.org>
360         * syntax/unknown.syntax: Don't highlight anything by default.
362         * syntax/changelog.syntax: Highlight functions without
363         filenames.
364         * syntax/Syntax: Match *ChangeLog*.
366         * syntax/c.syntax: Reenable highlighting for "/" and preserve
367         highlighting for "//" comments by using exclusive context.
368         * syntax/java.syntax: Likewise.
369         * syntax/swig.syntax: Likewise.
370         * syntax/slang.syntax: Reenable highlighting for "/".
371         * syntax/sql.syntax: Enable highlighting for "/" and "-".
373         * syntax/sql.syntax: New file.
374         * syntax/Syntax: Add sql.syntax.
375         * syntax/Makefile.am: Likewise.
376         From Walery Studennikov <despair@sama.ru> with minor changes.
378 2002-07-16  Pavel Roskin  <proski@gnu.org>
380         * lib/mc.ext.in: Remove handling of executables.  They should
381         be handled internally for "pause after run" to work.
383         * syntax/Syntax: Associate *.itcl with tcl.syntax.
384         * syntax/tcl.syntax: Add itcl keywords, other improvements.
386 2002-07-15  Pavel Roskin  <proski@gnu.org>
388         * configure.in: Don't check for strcasecmp(), strncasecmp() and
389         strdup() - test results are not used except in gettext, which
390         provides its own tests.
392         * configure.in: When checking for ncurses, check for
393         has_colors(), not curses_version() - the later is missing in
394         older version of ncurses.
396 2002-07-13  Pavel Roskin  <proski@gnu.org>
398         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
399         not to LIBS.
400         * configure.in: Fix breakage in ncurses headers check from the
401         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
402         Define REGEX_MALLOC here.
404         * acinclude.m4 (AC_NCURSES): Remove.
405         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
406         AC_CHECK_LIB to check existance of ncurses library.  Eliminate
407         variables force_ncurses and search_ncurses.
409 2002-07-10  Pavel Roskin  <proski@gnu.org>
411         * configure.in: Remove --with-netrc, it is now default and can
412         be disabled at the runtime.
414         * syntax/tcl.syntax: New file.
415         * syntax/Syntax: Add tcl.syntax.
416         * syntax/Makefile.am: Likewise.
417         * syntax/java.syntax: Don't treat #define separately from other
418         preprocessor directives.
419         * syntax/slang.syntax: Likewise.
420         * syntax/swig.syntax: Likewise.
422 2002-07-09  Pavel Roskin  <proski@gnu.org>
424         * syntax/c.syntax: Don't treat #define separately from other
425         preprocessor directives.
427 2002-07-08  Pavel Roskin  <proski@gnu.org>
429         * syntax/perl.syntax: Highlight text after __END__ as a comment.
430         * syntax/po.syntax: Avoid gray color, which is hard to see.
432 2002-07-05  Pavel Roskin  <proski@gnu.org>
434         * syntax/dos.syntax: Add more commands.
436 2002-07-04  Pavel Roskin  <proski@gnu.org>
438         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
439         sort authors.
441 2002-06-24  Pavel Roskin  <proski@gnu.org>
443         * syntax/dos.syntax: New file - highlighting for DOS batch
444         files.  From Petr Kozelka <pkozelka@centrum.cz>
445         * syntax/Syntax: Add dos.syntax.
446         * syntax/Makefile.am: Likewise.
448 2002-06-04  Max Schedriviy  <max@humgat.org>
450         * syntax/php.syntax: New version.
452 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
454         * NEWS: Mention ftpfs/fish uploading changes and new configure
455         options --with-codepagedir=DIR, --with-configdir=DIR and
456         --without-mcfs.
458 2002-05-22  Pavel Roskin  <proski@gnu.org>
460         * doc/ru/Makefile.am: Fix out-of-tree build.
462 2002-05-14  Pavel Roskin  <proski@gnu.org>
464         * configure.in: Fix logic for gettext 0.10.x.
466 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
468         * configure.in: Don't generate po/Makefile if
469         there is 'top_builddir' in po/Makefile.in.
470         * autogen.sh: More fixes for gettext 0.11+.
472 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
474         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
476 2002-04-21  Pavel Roskin  <proski@gnu.org>
478         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
479         can play them.
481 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
483         * autogen.sh: Fix for gettext 0.11 family (and newer).
485 2002-04-08  Pavel Roskin  <proski@gnu.org>
487         * autogen.sh: Allow gettext newer than 0.10.39.
488         From Björn Eriksson <bjorn@bjornen.nu>
490 2002-04-03  Pavel Roskin  <proski@gnu.org>
492         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
493         by "make clean" because not everyone has Perl to rebuild it.
495 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
497         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
498         first line regular expression.
500 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
502         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
503         or newer is not used.
504         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
506         * src/Makefile.am: Move mc.hlp.ru processing ...
507         * doc/ru/Makefile.am: ... here.
509 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
511         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
512         * syntax/c.syntax: Highlight "%p" printf format.
513         Allow '*' as width and precision for strings and numbers.
515         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
516         * doc/ru/mc.1.in: Likewise.
518 2002-03-18  Pavel Roskin  <proski@gnu.org>
520         * doc/ru/Makefile.am: Distribute xnc.hlp.
522 2002-03-12  Pavel Roskin  <proski@gnu.org>
524         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
526 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
528         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
529         * doc/ru/Makefile.am: New file.
531 2002-03-08  Pavel Roskin  <proski@gnu.org>
533         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
535 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
537         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
539 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
541         * doc/mc.1.in: Use nodename `Background jobs' for section
542         `Background Jobs' to reflect user visible Command menu option
543         and src/cmd.c dialog implementation.
545         * doc/ru: New directory for Russian manuals.
546         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
547         translated by Victor A. Kostromin for mc 4.5.30.  Converted
548         from binary mc.hlp.ru, corrected and actualized by me.
549         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
550         * doc/ru/.cvsignore: Ignore mc.1.
552 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
554         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
555         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
556         mc.lib settings.
558         (Virtual File System): Document SMB File System.
560 2002-02-26  Pavel Roskin  <proski@gnu.org>
562         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
563         message "no symbol found" for unsupported architectures and
564         provide more useful information.
566 2002-02-22  Pavel Roskin  <proski@gnu.org>
568         * README.smbfs: Remove.  It contained no useful information
569         and the webpage is now dead.
570         * Makefile.am: Remove README.smbfs.
572         * README: Mention that glib 1.2.x is required.
574 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
576         * lib/edit.indent.rc: Use "#! /bin/sh"
577         * lib/edit.spell.rc: Likewise.
578         * lib/mcserv.init: Likewise.
580         * lib/cedit.menu: Eliminate bashisms.
581         Add missed `:' in AUTHOR evaluation.
582         Unset LANGUAGE and make LC_ALL empty.
583         Use "#! /path/to/program".
585 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
587         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
588         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
589         Fix tarfs URL syntax example.  Minor typo and format fixes.
591 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
593         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
594         Fix location of configuration files.
596 2002-02-05  Pavel Roskin  <proski@gnu.org>
598         * configure.in: Don't use defunct ncurses_version.
599         Reported by Thomas Dickey <dickey@herndon4.his.com>
600         Set force_ncurses whenever --with-ncurses is used.  If set,
601         suppress checks for S-Lang and fail is ncurses is not found.
603         * configure.in: Introduce a new variable screen_type that is
604         either "slang" or "ncurses" without additional text.  Use it
605         instead of screen_manager whenever possible.  Fix text in
606         AC_NCURSES call, use m4 quotes and move shell quotes into the
607         macro.
608         * acinclude.m4: Likewise.
610 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
612         * syntax/Syntax: Known Delphi/Kylix source file extensions
613         supported (*.dpr, *.inc).
614         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
615         Special highlighting for CVS keywords.  Understands single-line
616         comments (//).
618 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
620         * configure.in (ALL_LINGUAS): Added "bg"
622 2002-01-21  Pavel Roskin  <proski@gnu.org>
624         * NEWS: Mention word completion in the editor.
626 2002-01-17  Pavel Roskin  <proski@gnu.org>
628         * extraconf.h: Remove OS/2 specific code.
630         * doc/mc.1.in (Configuration): Clarify some entries.
632 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
634         * acinclude.m4: New options for smbfs:
635         --with-configdir=DIR    Where the Samba configuration files are (/etc)
636         --with-codepagedir=DIR  Where the Samba codepage files are
638 2002-01-11  Pavel Roskin  <proski@gnu.org>
640         * syntax/xml.syntax: New file - highlighting for XML.
641         From Petr Kozelka <pkozelka@centrum.cz>
642         * syntax/Syntax: Add xml.syntax.
643         * syntax/Makefile.am: Likewise.
645 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
647         * configure.in: Added "eu" to ALL_LINGUAS.
649 2002-01-03  Pavel Roskin  <proski@gnu.org>
651         * lib/mc.menu: Correct quoting.
652         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
654         * NEWS: Mention removal of the OS/2 port.
655         * README.PC: Remove OS/2 specific parts.
657 2002-01-02  Pavel Roskin  <proski@gnu.org>
659         * configure.in: Make help about --with-subshell easier to
660         understand.  Minor alignment fixes for the help.
661         * acinclude.m4: Minor alignment fixes for the help.
663 2001-12-31  Pavel Roskin  <proski@gnu.org>
665         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
666         from vfs/Make-mc.in.
668 2001-12-27 Duarte Loreto  <happyguy_pt@hotmail.com>
670         * configure.in: Added portuguese to ALL_LINGUAS
672 2001-12-21  Pavel Roskin  <proski@gnu.org>
674         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
675         Don't remove slang/slang.h - it's never created.
677         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
678         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
679         unused.
681 2001-12-01  Wang Jian  <lark@linux.net.cn>
683         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
685 2001-11-29  Pavel Roskin  <proski@gnu.org>
687         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
689 2001-11-27  Pavel Roskin  <proski@gnu.org>
691         * lib/mc.ext.in: When running X programs in background, do it
692         from subshell.  Otherwise some of them terminate when mc exits.
693         Reported by Christian Dysthe <christian@dysthe.net>
694         Remove some obsolete and gmc-specific entries.  Use StarOffice
695         to open files detected as "Microsoft Office Document".
697         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
698         XFree86 4.1.0.
700 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
702         * doc/mcedit.1.in: Fix help file location.
704 2001-11-14  Pavel Roskin  <proski@gnu.org>
706         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
707         fallback to ino_t for e2fsprogs version 1.19 and older.
709 2001-10-30  Pavel Roskin  <proski@gnu.org>
711         * lib/mc.ext.in: Add support for Netpbm files.
713 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
715         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
716         http://bugzilla.gnome.org/show_bug.cgi?id=60935
717         By drk@sgi.com.
719         * doc/mc.1.in: Document %p macro.
721 2001-10-24  Pavel Roskin  <proski@gnu.org>
723         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
724         Allow using --without-mmap.
725         * INSTALL: Document --without-mmap.
727 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
729         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
730         of languages to be installed by setting env variable before
731         configure. If it is empty, it defaults to full list.
732         By Alex Tkachenko <alex@bcs.zp.ua>.
734 2001-10-19  Pavel Roskin  <proski@gnu.org>
736         * syntax/sh.syntax: Highlight reserved words inside backticks.
737         Use the same wholechars settings for reserved words and
738         commands.  Recognize more words.  Recognize function definitions
739         without "function" or without "()".  Use brightmagenta instead
740         of brightblue.
742 2001-10-18  Pavel Roskin  <proski@gnu.org>
744         * configure.in: When checking for "nroff -mandoc" support, don't
745         use /dev/null as input file, use stdin.  Some versions of nroff
746         (e.g. groff-1.16.1) don't accept special files.
748 2001-10-14  Pavel Roskin  <proski@gnu.org>
750         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
751         Makefile.  Don't allow any suffixes after "Makefile".
753 2001-10-12  Pavel Roskin  <proski@gnu.org>
755         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
756         format).
758 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
760         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
761         Fix compress<->bzip2 conversion and conversion of tagged
762         archives.
764 2001-10-05  Pavel Roskin  <proski@gnu.org>
766         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
767         Suggested by Marcel Pol <mpol@gmx.net>
769         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
770         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
771         and *.mid files.
773 2001-09-30  Pavel Roskin  <proski@gnu.org>
775         * configure.in: Don't check whether grep supports stdin - it's
776         not used anymore.
777         * NEWS: Mention this change.
779 2001-09-19  Pavel Roskin  <proski@gnu.org>
781         * doc/mcedit.1.in: Fix a very long line - use double
782         backslashes since they are interpreted even in the .nf blocks.
784         * lib/edit.spell.rc: Try aspell before resorting to ispell.
786         * syntax/php.syntax: Replace with a better implementation by
787         Max Schedriviy <max@tavrida.net>
789 2001-09-15  Pavel Roskin  <proski@gnu.org>
791         * doc/mc.1.in: Fix location of mcedit files.
792         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
794 2001-09-14  Pavel Roskin  <proski@gnu.org>
796         * configure.in: Don't check for ncurses version and for keyok()
797         because the mouse support code doesn't need this hack anymore.
799 2001-09-13  Pavel Roskin  <proski@gnu.org>
801         * configure.in: Fix some cases of overquoting and underquoting.
802         * acinclude.m4: Likewise.
804 2001-09-12  Pavel Roskin  <proski@gnu.org>
806         * configure.in: Update list of browsers.  Don't fallback to
807         lynx since it cannot be run in background.
808         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
809         If no browser for X11 was found, use lynx.
811         * autogen.sh: Add a workaround to ensure that "depcomp" is
812         distributed.
813         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
814         where appropriate.
815         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
816         terminfo.
818         * configure.in: Use three-argument form of AC_INIT.  Use
819         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
820         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
821         is not needed if AC_CONFIG_AUX_DIR is used.
822         * vfs/Make-mc.in: Adjust mkinstalldirs location.
823         * autogen.sh: Create "config" and remove "autom4te.cache".
825 2001-09-11  Pavel Roskin  <proski@gnu.org>
827         * syntax/Syntax: New file, extracted from edit/syntax.c.
828         * syntax/Makefile.am: Add Syntax.
830         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
831         to LIBS.  Don't use unportable "grep -q", use "case" instead.
833 2001-09-10  Pavel Roskin  <proski@gnu.org>
835         * configure.in: Only check for X if --with-tm-x-support has been
836         specified.
838         * configure.in: Add check for sys/ioctl.h.
840         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
842         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
843         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
844         testing for functions in ncurses.
846         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
847         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
848         * acconfig.h: Remove.
850         * configure.in: Eliminate LIBSLANG and LSLANG.
851         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
853         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
854         resizeterm() and keyok() only if configuring with ncurses.
856         * configure.in: Remove now unused variables LIBVFS and LVFS.
858         * configure.in: Remove unused variables LINTL and INTLDEPS.
860         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
861         building with included gettext, because libintl.h is copied
862         there.
864 2001-09-09  Pavel Roskin  <proski@gnu.org>
866         * NEWS: Update.
868         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
869         checks -lgen for getmntent as of Autoconf 2.52.
871 2001-09-07  Pavel Roskin  <proski@gnu.org>
873         * configure.in: Check for pwd.h.
875         * Make.common.in: Remove.
876         * configure.in: Remove all references to Make.common.in and
877         MCCPPFLAGS.
878         * aclocal.m4: Likewise.
880         * configure.in: Require Autoconf 2.52.  Remove hacks for
881         Autoconf 2.13.
882         * Makefile.am: Require Automake 1.5.
884 2001-09-06  Pavel Roskin  <proski@gnu.org>
886         * syntax/php.syntax: New file - PHP file highlighting.  Copied
887         from Cooledit 3.17.4.
888         * syntax/Makefile.am: Add php.syntax.
890 2001-09-06  Timur Bakeyev  <mc@bat.ru>
892         * acconfig.h: Brought back couple of symbols, that are still necessary
893         due reference to them from configure.in.
895 2001-09-04  Pavel Roskin  <proski@gnu.org>
897         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
898         strictness for dates.
900         * doc/mc.1.in: Fix troff warnings.
901         * doc/mcedit.1.in: Likewise.
903 2001-09-03  Pavel Roskin  <proski@gnu.org>
905         * doc/mc.1.in: Spellcheck.
906         * doc/mcedit.1.in: Likewise.
907         * doc/mcserv.8.in: Likewise.
909         * doc/mc.1.in (Learn Keys): Complete rewrite.
911 2001-09-02  Pavel Roskin  <proski@gnu.org>
913         * acconfig.h: Remove all unused symbols.
915         * lib/ncurses.h: Remove.
916         * lib/Makefile.am: Remove ncurses.h.
918 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
920         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
922 2001-08-28  Pavel Roskin  <proski@gnu.org>
924         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
925         like EOF.
927 2001-08-26  Pavel Roskin  <proski@gnu.org>
929         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
930         CONS_SAVER.  Put all conditionals together.
932         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
933         Automake 1.5.
935         * configure.in: Remove XCURSES variable - it's unused.
937         * configure.in: New conditional USE_EDIT.
939         * syntax/changelog.syntax: Don't require '@' to be in the
940         address.  This also works around a bug in the syntax engine
941         that prevented highlighting of addresses.
943 2001-08-25  Pavel Roskin  <proski@gnu.org>
945         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
947 2001-08-24  Pavel Roskin  <proski@gnu.org>
949         * extraconf.h: Remove all references to HAVE_X.
950         * acinclude.m4: s/GNOME_/MC_/
951         * configure.in: Likewise.  Remove or clarify all references to
952         the "text edition".  Minor fixes.
954         * configure.in: Remove support for curses libraries other than
955         ncurses.
956         * acinclude.m4: Likewise.
957         * FAQ: Remove everything about UNIX curses.
958         * INSTALL: Likewise.
960         * configure.in: Enable large file support by default.
961         * NEWS: Mention it.
962         * INSTALL: Document it.  Minor fixes.
964         * FAQ: Remove information about GNOME edition.  Minor fixes.
965         * README: Likewise.
966         * NEWS: Mention removing the GNOME edition.
968         * acinclude.m4: Include all used macros from the macros
969         directory.
970         * autogen.sh: Remove all references to "macros".
971         * Makefile.am: Likewise.
973         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
974         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
976         * lib/startup.links: Remove.
977         * lib/README.desktop: Likewise.
978         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
980         * configure.in: Bump version to 4.5.99a.
982         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
983         * po/*.po: Regenerate.
985         * AUTHORS: Update and spell check.
986         * FAQ: Likewise.
987         * INSTALL: Likewise.
988         * INSTALL.FAST: Likewise.
989         * NEWS: Likewise.
990         * README.PC: Likewise.
991         * README.QNX: Likewise.
993         * configure.in: Add check for stropts.h.
995 2001-08-23  Pavel Roskin  <proski@gnu.org>
997         * lib/edit.indent.rc: Create cooledit.error right away to
998         override its old contents.  Don't use ksh extentions.  Treat *.C
999         files as C++.  Recognize more C++ extensions.  Support java.
1000         Update URL for "astyle".  Quote all arguments to protect spaces.
1001         * lib/edit.spell.rc: Don't save terminal settings - mc does it
1002         itself.  Quote all arguments to protect spaces.
1004 2001-08-21  Pavel Roskin  <proski@gnu.org>
1006         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
1007         files if GNOME frontend is disabled.
1008         * idl/Makefile.am: Likewise.
1009         * lib/Makefile.am: Likewise.
1010         * new_icons/Makefile.am: Likewise.
1012         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
1013         case it already has gettext macros elsewhere and doesn't like
1014         duplicates (i.e. it's aclocal from Automake-1.4).
1016 2001-08-20  Pavel Roskin  <proski@gnu.org>
1018         * AUTHORS: Updated.
1019         * INSTALL: Likewise.
1020         * NEWS: Likewise.
1021         * doc/mc.1.in: Likewise.
1022         * doc/mcserv.8.in: Likewise.
1024         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
1025         for sys/mount.h.
1027 2001-08-19  Andras Timar  <timar@gnome.hu>
1029         * lib/Makefile.am: Added Hungarian hints
1030         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
1032 2001-08-19  Pavel Roskin  <proski@gnu.org>
1034         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
1036 2001-08-17  Pavel Roskin  <proski@gnu.org>
1038         * syntax/po.syntax: New file - PO file highlighting.
1039         From David Martin <dmartina@excite.es>
1040         * syntax/Makefile.am: Add po.syntax.
1042         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
1043         it's sometimes missing from the databases.
1045 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
1047         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
1048         * lib/Makefile.am: Reflect above change.
1050 2001-08-15  Pavel Roskin  <proski@gnu.org>
1052         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
1054 2001-08-14  Pavel Roskin  <proski@gnu.org>
1056         * lib/mc.lib: Add popular sequences for "home" and "end" in
1057         "xterm" and "xterm-color" terminals.
1059 2001-08-13  Pavel Roskin  <proski@gnu.org>
1061         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
1063         Replace "Can't" with "Cannot" everywhere.
1065 2001-08-12  Pavel Roskin  <proski@gnu.org>
1067         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
1068         subshell, not for "Open file...".
1069         (emacs_key_map): Likewise.
1071         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1073 2001-08-10  Pavel Roskin  <proski@gnu.org>
1075         * Makefile.am (EXTRA_DIST): Remove BUGS.
1076         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
1078         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
1080         * doc/LSM: Remove, it's outdated.
1081         * doc/FILES: Likewise.
1082         * doc/DEVEL: Remove information about FILES.
1084         * FAQ: Eliminate all broken URLs on the MC site.
1085         From Frederic L. W. Meunier <0@pervalidus.net>
1087         * FAQ: Restore information about xterm.
1089 2001-08-08  Pavel Roskin  <proski@gnu.org>
1091         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1093 2001-08-07  Pavel Roskin  <proski@gnu.org>
1095         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
1097         * doc/mc.1.in: Fix all broken links.
1099 2001-08-06  Pavel Roskin  <proski@gnu.org>
1101         * INSTALL: Numerous changes.  Declare old curses obsolete.
1102         Partly from Frederic L. W. Meunier <0@pervalidus.net>
1104         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
1106 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
1108         * lib/Makefile.am: Remove space after backslash introduced in the
1109         previous commit.
1111         * lib/mc.hint.zh_TW.Big5: New file.
1112         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
1114 2001-08-02  Pavel Roskin  <proski@gnu.org>
1116         * lib/mc.hint.uk: New file.
1117         From Maksym Polyakov <polyama@yahoo.com>
1118         * lib/Makefile.am: Add mc.hint.uk.
1120 2001-08-01  Pavel Roskin  <proski@gnu.org>
1122         * lib/mc.hint.nl: New file.
1123         From Steef Boerrigter <sxmboer@sci.kun.nl>
1124         * lib/Makefile.am: Add mc.hint.nl.
1125         * lib/mc.hint: Remove ftp site.  Update copyright.
1126         * lib/mc.hint.cs: Likewise.
1127         * lib/mc.hint.es: Likewise.
1128         * lib/mc.hint.it: Likewise.
1129         * lib/mc.hint.pl: Likewise.
1130         * lib/mc.hint.ru: Likewise.  Shorten some lines.
1132         * edit/Makefile.in: Allow running "make install" before "make all".
1133         * gtkedit/Makefile.in: Likewise.
1135 2001-07-31  Pavel Roskin  <proski@gnu.org>
1137         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
1138         editor.
1139         * lib/Makefile.am: Add lib/edit.spell.rc.
1141         * autogen.sh: Use gettextize.
1142         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
1143         * po/Makefile.in.in: Likewise.
1145 2001-07-29  Pavel Roskin  <proski@gnu.org>
1147         * syntax/slang.syntax: New file.
1148         From Walery Studennikov <despair@sama.ru>
1149         * syntax/Makefile.am: Add slang.syntax.
1151 2001-07-27  Pavel Roskin  <proski@gnu.org>
1153         * extraconf.h: Move WITH_BACKGROUND here.
1155 2001-07-24  Pavel Roskin  <proski@gnu.org>
1157         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
1159 2001-07-23  Pavel Roskin  <proski@gnu.org>
1161         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
1163 2001-07-20  Pavel Roskin  <proski@gnu.org>
1165         * Make.common.in: Move all defines ...
1166         * gnome/Makefile.in: ... here ...
1167         * src/Makefile.in: ... and here.
1169 2001-07-19  Pavel Roskin  <proski@gnu.org>
1171         * configure.in: Don't check for getwd, it's completely
1172         eliminated.
1173         * INSTALL: Remove reference to HAVE_GETWD.
1175         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
1176         entries for compressed cpio archives.
1178         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
1179         they were only used in obsolete frontends.  Don't ever use %view
1180         without commands - it's slower and loses user settings, e.g.
1181         hex mode.  Put shared libraries before man pages and read.me
1182         before .me macros so that they match correctly.  Use nm for
1183         shared libraries.  Add rules for StarOffice and AbiWord.
1185 2001-07-14  Pavel Roskin  <proski@gnu.org>
1187         * configure.in: Bump version to 4.5.54a.
1189 2001-07-13  Pavel Roskin  <proski@gnu.org>
1191         * lib/mcserv.init: Fix exit status.
1192         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
1194         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
1195         "executable", which should follow a space. Simplify rules for
1196         images. Add shell/ rule for *.info files. Fix all incorrect
1197         uses of the alternation operator.
1198         Reported by Oskar Liljeblad and Michel Casabona.
1200 2001-07-12  Pavel Roskin  <proski@gnu.org>
1202         * configure.in: Don't check for iconv, it's already checked for
1203         in AM_GNU_GETTEXT.
1205 2001-07-10  Pavel Roskin  <proski@gnu.org>
1207         * doc/mc.1.in: Update documentation about hex search.
1209         * edit/edit_key_translator.c (cooledit_key_map): Bind
1210         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
1211         From Steef Boerrigter <sxmboer@sci.kun.nl>
1213         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
1214         * edit/edit_key_translator.c (cooledit_key_map): Add support
1215         for bracket matching on Alt-B.
1216         * gtkedit/gtkeditkey.c: Likewise.
1217         From Steef Boerrigter <sxmboer@sci.kun.nl>
1219 2001-07-06  Pavel Roskin  <proski@gnu.org>
1221         * lib/mc.ext.in: Use nm to view object files.
1223         * Make.common.in: Remove GNOME-specific and unused definitions.
1224         Partly moved to gnome/Makefile.in.
1226         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
1227         they are usused.
1228         * Make.common.in: Likewise.
1230 2001-06-29  Pavel Roskin  <proski@gnu.org>
1232         * ABOUT-NLS: Update to the version from gettext-0.10.38.
1234         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
1235         now done in configure. Move -I.. to the beginning.
1236         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
1237         libintl.a may be required to link mc.
1238         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
1239         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
1240         Move all i18n code to one place. Don't substitute INTLSUB - it's
1241         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
1242         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
1244 2001-06-25  Pavel Roskin  <proski@gnu.org>
1246         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
1247         It should be enabled explicitly by giving `--enable-largefile'
1248         to configure.
1249         * INSTALL: Document it.
1251 2001-06-22  Pavel Roskin  <proski@gnu.org>
1253         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
1255         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
1256         in struct statfs.
1257         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
1259         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
1260         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
1261         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
1262         found.
1263         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
1265 2001-06-19  Pavel Roskin  <proski@gnu.org>
1267         * configure.in: Check for telldir and seekdir. Join adjacent
1268         calls to AC_CHECK_FUNCS.
1270 2001-06-16  Pavel Roskin  <proski@gnu.org>
1272         * Makefile.am: Change the order of SUBDIRS to fully compile text
1273         edition before compiling anything for GNOME.
1274         * mc.spec.in: Don't use brace expansion to avoid implicit
1275         build-time dependency on bash.
1277 2001-06-13  Pavel Roskin  <proski@gnu.org>
1279         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
1280         the test code.
1281         * configure.in: Fix compiler warnings in the arguments to
1282         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
1283         around `=' in the `test' command.
1285 2001-06-07  Pavel Roskin  <proski@gnu.org>
1287         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
1288         GNOME documentation template.
1289         * doc-gnome/C/mkhtml: Don't generate index.
1290         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
1292 2001-06-06  Pavel Roskin  <proski@gnu.org>
1294         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
1295         conditional variables from EXTRA_DIST.
1297 2001-06-05  Pavel Roskin  <proski@gnu.org>
1299         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
1300         conversion support.
1301         From Walery Studennikov <hqsoftware@mail.ru>.
1303         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
1305 2001-06-01  Pavel Roskin  <proski@gnu.org>
1307         * lib/mc.charsets: Synchronize with the latest patch - remove
1308         a comment.
1310 2001-05-30  Pavel Roskin  <proski@gnu.org>
1312         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
1313         work with GNOME.
1315         * lib/mc.charsets: New file. From Walery Studennikov.
1316         * lib/Makefile.am: Distribute mc.charsets. Install it if
1317         the charset support is enabled.
1319         * configure.in: Add check for iconv() and the necessary code
1320         to support the charset selection patch.
1322         * configure.in: Add check for ESCDELAY variable in ncurses.
1324 2001-05-29  Pavel Roskin  <proski@gnu.org>
1326         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
1327         USE_EXT2FSLIB.
1329         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
1330         * pc/config.h: Likewise.
1332         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
1333         and "strings". Recognize "write" files and MS Word templates.
1334         For MS Excel documents try "xls2csv" and "strings".
1335         Escape spaces in the "type" directives.
1336         From Nerijus Baliunas.
1338         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
1340         * Make.common.in: Remove hpath, it's unused.
1342         * acconfig.h: Move constant parts ...
1343         * extraconf.h: ... here.
1344         [HAVE_X]: Disable subshell, s-lang and curses.
1345         * Makefile.am: Add extraconf.h.
1347 2001-05-28  Pavel Roskin  <proski@gnu.org>
1349         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
1350         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
1351         * configure.in: ... here.
1353 2001-05-27  Pavel Roskin  <proski@gnu.org>
1355         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
1356         * acconfig.h: Likewise.
1357         * src/layout.c: Likewise.
1359         * Make.common.in: Remove all percent rules.
1360         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
1361         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
1362         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
1363         AM_INIT_AUTOMAKE.
1365         * Make.common.in: Remove obsolete dependency tracking system.
1366         * configure.in: Likewise.
1367         * edit/Makefile.in: Likewise.
1368         * gnome/Makefile.in: Likewise.
1369         * gtkedit/Makefile.in: Likewise.
1370         * slang/Makefile.in: Likewise.
1371         * src/Makefile.in: Likewise.
1372         * vfs/Make-mc.in: Likewise.
1373         * src/depend.awk: Remove.
1375 2001-05-26  Pavel Roskin  <proski@gnu.org>
1377         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
1378         * syntax/octave.syntax: New file. From Walery Studennikov.
1379         * syntax/Makefile.am: Add octave.syntax.
1381         * configure.in: Fix incorrect test for stdin support in grep -
1382         it would always fail when configuring in an empty directory.
1383         Portability fixes - unset, backslashed space in here-documents.
1384         Eliminate all instances of "changequote".
1386         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
1387         user choice.
1388         * acconfig.h: Changes for the above.
1389         * INSTALL: Don't document --with-sco - it's now defunct.
1390         * INSTALL.FAST: Likewise.
1392 2001-05-25  Pavel Roskin  <proski@gnu.org>
1394         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
1395         are in the beginning of the "file" output.
1397 2001-05-23  Pavel Roskin  <proski@gnu.org>
1399         * lib/mc.ext.in: Add associations for viewing RPM files.
1401 2001-05-22  Pavel Roskin  <proski@gnu.org>
1403         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
1404         By default exit after the first error in jade.
1406         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
1407         JADEFLAGS environment variables. Report progress. Clean up on
1408         failure.
1410 2001-05-21  Pavel Roskin  <proski@gnu.org>
1412         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
1413         files.
1415         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
1416         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
1418 2001-05-20  Pavel Roskin  <proski@gnu.org>
1420         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
1421         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
1422         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
1423         * doc-gnome/C/figs/Makefile.am: Add support for converting from
1424         PNG to EPS.
1426         * Makefile.am (EXTRA_DIST): Remove create_vcs.
1427         * doc/FILES: Likewise. Typo fix.
1429 2001-05-19  Pavel Roskin  <proski@gnu.org>
1431         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
1432         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
1433         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
1435         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
1436         index entry "Moving files".
1438 2001-05-18  Pavel Roskin  <proski@gnu.org>
1440         * configure.in: Use src/main.c in AC_INIT.
1442         * create_vcs: Remove.
1444         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
1445         Add download location for glib.
1446         * mc.spec.in: Likewise.
1447         * doc/LSM: Likewise.
1448         * doc/mc.1.in: Likewise.
1449         * doc/mcedit.1.in: Likewise.
1450         * src/ext.c: Don't mention download location for MC.
1452         * FAQ: Update status of Tk, XView. and GNOME editions. Update
1453         homepage of gpm.
1455         * INSTALL: Remove information about Tk and XView. Change the
1456         mailing list addresses again.
1457         * FAQ: Change the mailing list addresses again.
1458         * MAINTAINERS: Likewise.
1459         * README: Likewise.
1460         * doc/mc.1.in: Likewise.
1461         * gnome/gmc-window.c: Likewise.
1462         * lib/README.xterm: Likewise.
1463         * lib/mc.ext.in: Likewise.
1464         * lib/mc.hint*: Likewise.
1465         * lib/mc.hlp.hu: Likewise.
1466         * po/*.po: Likewise.
1467         * src/main.c: Likewise.
1469 2001-04-20  Pavel Roskin  <proski@gnu.org>
1471         * FAQ: Change the mailing list addresses and the download
1472         locations.
1473         * INSTALL: Likewise.
1474         * MAINTAINERS: Likewise.
1475         * README: Likewise.
1476         * doc/mc.1.in: Likewise.
1477         * gnome/gmc-window.c: Likewise.
1478         * lib/README.xterm: Likewise.
1479         * lib/mc.ext.in: Likewise.
1480         * lib/mc.hint*: Likewise.
1481         * lib/mc.hlp.hu: Likewise.
1482         * po/*.po: Likewise.
1483         * src/main.c: Likewise.
1485 2001-04-19  Pavel Roskin  <proski@gnu.org>
1487         * configure.in: Don't install mcserv unless
1488         "--enable-mcserv-install" has heen specified.
1489         Don't quote the first argument in all calls to AM_CONDITIONAL
1490         to work around a bug in Automake 1.4.
1491         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
1492         * vfs/Make-mc.in: Likewise.
1494 2001-04-13  Pavel Roskin  <proski@gnu.org>
1496         * configure.in: Bump version to 4.5.53a.
1498 2001-04-06  Pavel Roskin  <proski@gnu.org>
1500         * gtkedit/editcmd.c: Remove support for XView layout attributes.
1501         * gtkedit/editoptions.c: Likewise.
1502         * pc/chmod.c: Likewise.
1503         * pc/drive.c: Likewise.
1504         * src/boxes.c: Likewise.
1505         * src/chmod.c: Likewise.
1506         * src/dlg.c: Likewise.
1507         * src/dlg.h: Likewise.
1508         * src/filegui.c: Likewise.
1509         * src/find.c: Likewise.
1510         * src/hotlist.c: Likewise.
1511         * src/layout.c: Likewise.
1512         * src/listmode.c: Likewise.
1513         * src/main.c: Likewise.
1514         * src/option.c: Likewise.
1515         * src/panelize.c: Likewise.
1516         * src/wtools.c: Likewise.
1517         * src/wtools.h: Likewise.
1518         * vfs/smbfs.c: Likewise.
1520         * autogen.sh: Check out "intl" and "macros" directories if they
1521         are missing. Simply "cvs up -d" won't restore them.
1523         * configure.in: Bump version to 4.5.52a.
1525 2001-03-14  Pavel Roskin  <proski@gnu.org>
1527         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
1528         Automake conditional USE_SAMBA_FS if Samba is to be supported
1529         in VFS.
1531 2001-03-07  Pavel Roskin  <proski@gnu.org>
1533         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
1534         defined.
1535         Reported by Norbert Warmuth.
1537         * configure.in: Don't process vfs/extfs/uzip - it's now
1538         constant.
1540         * syntax/changelog.syntax: Require space after asterisk to have
1541         it highlighted.
1543 2001-03-02  Pavel Roskin  <proski@gnu.org>
1545         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
1546         * configure.in: Use AC_PROG_CC_STDC instead.
1548         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
1549         Suggested by Christian Gennerat.
1551         * lib/mc.ext.in: Add support for "freeze" - old compression
1552         program used mostly on QNX.
1553         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
1554         * lib/Makefile.am: Adjusted.
1556 2001-02-26  Pavel Roskin  <proski@gnu.org>
1558         * lib/mc-gnome.ext.in: Remove, it's not used.
1559         * configure.in: Remove lib/mc-gnome.ext.
1560         * lib/Makefile.am: Likewise.
1562 2001-02-20  Pavel Roskin  <proski@gnu.org>
1564         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
1565         defined to prevent warnings on OpenBSD 2.7.
1566         * slang/jdmacros.h: Likewise.
1567         * src/mad.h: Likewise.
1568         * src/poptalloca.h: Likewise.
1570         * configure.in: Check for sys/time.h and sys/timeb.h. Use
1571         AC_HEADER_TIME.
1573 2001-02-07  Pavel Roskin  <proski@gnu.org>
1575         * autogen.sh: Create vfs/samba/include/stamp-h.in.
1576         * vfs/samba/include/stamp-h.in: Remove.
1578         * macros/curses.m4: Quote first argument to AC_DEFUN.
1579         * macros/gnome-cxx-check.m4: Likewise.
1580         * macros/gnome-gettext.m4: Likewise.
1581         * macros/gnome-libgtop-check.m4: Likewise.
1582         * macros/gnome-print-check.m4: Likewise.
1583         * macros/linger.m4: Likewise.
1584         * macros/need-declaration.m4: Likewise.
1586         * configure.in: Only configure in vfs/samba if smbfs support is
1587         enabled even with Autoconf 2.13.
1589 2001-01-30  Pavel Roskin  <proski@gnu.org>
1591         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
1592         --without-samba due to a typo.
1594         * configure.in: Only configure in vfs/samba if smbfs support is
1595         enabled. This optimization will only work with Autoconf-2.49c
1596         and above.
1598 2001-01-13  Pavel Roskin  <proski@gnu.org>
1600         * configure.in: Don't create a faked malloc.h.
1601         * gtkedit/edit.h: Don't assume that malloc.h always exists.
1602         * src/mad.h: Likewise.
1604         * configure.in: Simplified handling of cons.saver.
1605         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
1606         * mc.spec.in: Remove a workaround for the above.
1608         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
1609         for MC. Don't rely on the output of uname - use $host_os.
1611 2001-01-11  Pavel Roskin  <proski@gnu.org>
1613         * configure.in: Check for ext2 libraries only if VFS is enabled.
1615         * src/Makefile.in: Create directories before installing files.
1616         Removed all occurences of libprefix - it's never defined.
1618         * configure.in: All macros from configure.in moved to
1619         acinclude.m4. Added missing quotes in several places.
1620         * acinclude.m4: Likewise.
1622         * edit/Makefile.in: Don't install or uninstall mcedit -
1623         it cannot be installed before mc on systems without symlinks.
1624         * gtkedit/Makefile.in: Likewise.
1625         * src/Makefile.in: Install mcedit (if enabled) and mcview.
1626         Uninstall them.
1628         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
1629         from acinclude.m4 in gtk+:
1630         Don't define ENABLE_NLS unless we have a working NLS.
1631         (This should keep libintl.h from being included when it doesn't
1632         exist).
1634 2001-01-09  Pavel Roskin  <proski@gnu.org>
1636         * doc-gnome/C/figs/Makefile.am: New file.
1637         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
1638         makefile do it.
1639         * configure: Substitute doc-gnome/C/figs/Makefile.
1641         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
1643 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
1645         * lib/mc.hlp.hu: Added Hungarian help file from
1646           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
1647           maci@integrity.hu, mfh47@freemail.hu
1648         * lib/Makefile.am: Added LOCALIZED_HELP for further
1649           mc.hlp l10ns
1650         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
1651           gtkedit/editcmd.c: I18n of mc.hlp
1653 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
1655         * doc/mc.1.in: Corrected badly formatted link...
1657 2000-11-10  Robert Brady  <robert@suse.co.uk>
1659         * configure.in: Add Tamil to ALL_LINGUAS.
1661 2000-10-23  Pavel Roskin  <proski@gnu.org>
1663         * mc.spec.in: Allow mcserv.8 to be gzipped.
1665         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
1666         that cannot deal with "./gmc.sgml".
1668 2000-10-09  Pavel Roskin  <proski@gnu.org>
1670         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
1671         that CVS Automake will drop dependencied to the macros that
1672         we don't distribute.
1674         * lib/mc.ext.in: Removed references to icons. Source RPMs
1675         grouped to one regex. Removed "Update" for source RPMs, added
1676         "Rebuild" instead. Added "Check signature" for all RPMs.
1677         Added a comment about pop-up menus in the text edition.
1679 2000-10-06  Pavel Roskin  <proski@gnu.org>
1681         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
1682         flags moved out of CFLAGS as recommended by GNU coding
1683         standards.
1684         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
1685         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
1686         XCPPFLAGS.
1687         * INSTALL (Random notes on porting to other architectures):
1688         Completely rewritten. Recommended using CFLAGS instead of XINC.
1690 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1692         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
1694 2000-10-04  Christophe Merlet  <christophe@merlet.net>
1696         * gnome/*.desktop: Updated french strings.
1698 2000-10-03  Pavel Roskin  <proski@gnu.org>
1700         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
1701         to allow <legalnotice>. Unclosed tags fixed.
1703 2000-09-30  Pavel Roskin  <proski@gnu.org>
1705         * mc.spec.in: New package mc-common. Use DESTDIR instead of
1706         misusing prefix. Don't install old icons - they don't exist.
1708         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
1709         "export -f" to have mc() exported.
1710         * doc/mc.1.in: Changed description of the "-P" option to
1711         avoid inclusion of mc.sh and mc.csh into the manual.
1712         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
1714 2000-09-24  Pavel Roskin  <proski@gnu.org>
1716         * doc/mc.1.in: Minor formatting fixes.
1718         * lib/mc.sh.in: Remove temporary file non-interactively.
1719         * doc/mc.1.in: updated example for mc.sh.
1721 2000-09-23  Pavel Roskin  <proski@gnu.org>
1723         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
1724         updates it when needed.
1725         * mc.spec.in: Include translations with mc, not gmc. Run
1726         chkconfig --del in %preun, not %postun. --without-debug not
1727         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
1728         be executable. New files in %{prefix}/lib/mc/ - translated hints,
1729         editor files.
1731         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
1732         directory for document processing. Comment changes. gmc.ps and
1733         gmc.pdf now generated from gmc.dvi.
1735         * configure: Always include Make.common as file, otherwise
1736         "make distclean" breaks.
1737         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1738         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
1739         replaced with "rm -f" - the stangard says that "rm" is portable.
1740         Ditto $(MV). Adjusted *clean targets to match those in
1741         Automake. Removed "cross" target.
1743 2000-09-22  Pavel Roskin  <proski@gnu.org>
1745         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
1746         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
1747         * doc/Makefile.in: Converted to ...
1748         * doc/Makefile.am: ... this.
1750 2000-09-21  Pavel Roskin  <proski@gnu.org>
1752         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
1753         is not expanded in all shells.
1754         * doc/mc.sgml: Updated the example script to reflect the above
1755         changes.
1756         * doc/mc.in.1: Likewise.
1758 2000-09-19  Pavel Roskin  <proski@gnu.org>
1760         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
1761         Marco Ciampa
1763 2000-09-18  Pavel Roskin  <proski@gnu.org>
1765         * Make.common.in: Added installcheck to placate "make distcheck"
1766         * configure.in, Make.common.in, doc/Makefile.in,
1767         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1768         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
1769         variable MKINSTALLDIRS and builddir with Automake-compatible
1770         mkinstalldirs and top_builddir.
1771         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
1772         files. Added uninstall-local target.
1774 2000-09-17  Pavel Roskin  <proski@gnu.org>
1776         * configure.in: fixed wrong use of AC_MSG_RESULT inside
1777         AC_CACHE_VAL
1779         * Make.common.in: Added the "dvi" target for "make distcheck"
1780         to go further
1781         * doc-gnome/C/Makefile.in: converted to ...
1782         * doc-gnome/C/Makefile.am: ... this
1784 2000-09-15  Pavel Roskin  <proski@gnu.org>
1786         * acconfig.h, configure.in: Require autoconf 2.13 or above.
1787         Removed workarounds for older versions. Removed MCDEBUG
1788         variable - it's not used. --with-debug renamed to --with-mad and
1789         cleaned up. Always use -Wall with gcc, other manipulations with
1790         CFLAGS removed.
1792         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1793         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1794         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
1795         mc.pot becomes out of date in the tarball.
1797 2000-09-14  Pavel Roskin  <proski@gnu.org>
1799         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
1800         tests for cp, mv and rm.
1801         * Make.common.in: Removed variables xv_bindir and STRIP.
1802         Variables CP, MV and RMF are assigned trivial values.
1804         * edit/Makefile.in: Don't link headers, add extra includes
1805         to CPPFLAGS instead. Put links to the build directory.
1806         Remove the hack with "mx" - it is not needed anymore.
1808         * configure.in: remove any manupulations with top_srcdir.
1809         Don't change CPPGLAGS when the internal editor is enabled,
1810         instead do it ...
1811         * edit/Makefile.in, gtkedit/Makefile.in: ... here
1813         * configure.in, Make.common.in, doc/Makefile.in,
1814         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1815         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
1816         changed to top_srcdir for Automake compatability
1818         * configure.in: REGEX_O variable removed - always use our regex
1820         * configure.in: MCFGR variable removed
1822 2000-09-12  Pavel Roskin  <proski@gnu.org>
1824         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
1825         other GNOME modules
1826         * autogen.sh: remove "-I ." from the "aclocal" command line
1828 2000-09-01  Pavel Roskin  <proski@gnu.org>
1830         * configure.in: output vfs/extfs/Makefile
1832         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
1833         to avoid a warning
1834         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
1835         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
1837 2000-08-29  Pavel Roskin  <proski@gnu.org>
1839         * configure.in: use AM_GNOME_GETTEXT
1840         * gettext.m4: removed
1841         * Makefile.am: adjusted files to distribute, previous change
1842         reverted
1844         * mc-aclocal.m4: renamed to ...
1845         * acinclude.m4: ... this
1846         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
1847         * Makefile.am: aclocal should scan "." for gettext.m4
1849 2000-08-28  Pavel Roskin  <proski@gnu.org>
1851         * Make.common.in: removed hack for "make distcopy"
1852         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1853         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1854         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
1855         for external builds.
1856         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
1858 2000-08-24  Pavel Roskin  <proski@gnu.org>
1860         * new_icons/Makefile.in: converted to ...
1861         * new_icons/Makefile.am: ... this
1862         * configure.in: automake conditional GNOME introduced.
1863         "insticons" removed
1865         * icons/*: removed
1866         * Makefile.am, configure.in: necessary adjustments
1868         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
1869         automake installs them now
1871         * syntax/Makefile.in: converted to ...
1872         * syntax/Makefile.am: ... this
1874         * idl/Makefile.in: converted to ...
1875         * idl/Makefile.am: ... this
1877         * lib/Makefile.am: simplified, fixed "make dist"
1879         * lib/Makefile.in: converted to ...
1880         * lib/Makefile.am: ... this
1882         * lib/tkmc.wmconfig: removed
1883         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
1885         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
1886         to ...
1887         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
1888         * Make.common.in: support for "distdir" for compatability
1889         with Automake-generated makefiles
1890         * autogen.sh: run automake. Force cache - it is off by default
1891         in autoconf 2.49a, but it's still handy for maintainers
1892         * configure.in: adapted for Automake
1894         * AUTHORS: new file
1896 2000-08-23  Pavel Roskin  <proski@gnu.org>
1898         * configure.in: resurrect definition of xvers
1900         * VERSION.in: removed
1901         * Makefile.in: don't do anything with VERSION.in and VERSION
1902         Take mc.spec from builddir, not srcdir
1903         * configure.in: don't create VERSION
1905 2000-08-22  Pavel Roskin  <proski@gnu.org>
1907         * *.c, *.h: Updated address of Free Software Foundation
1909 2000-08-21  Pavel Roskin  <proski@gnu.org>
1911         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
1912         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
1913         related to XView, libXPM, libXext and Tk
1915 2000-08-18  Pavel Roskin  <proski@gnu.org>
1917         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
1918         files
1920         * configure.in: Simplified dependency tracking by using
1921         "-include" with GNU Make
1922         * autogen.sh: Exit on all failures
1924 2000-08-17  Pavel Roskin  <proski@gnu.org>
1926         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
1927         Fixed all misuses of single and double quotes. Typo fixes.
1928         Ensured compatability with sgml2html, sgml2txt and sgml2latex
1929         * doc/mc.1.in: Typo fix
1931         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
1932         * doc/linuxdoc-sgml.diff: removed
1933         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
1934         distribute gnome.sgml
1936 2000-08-15  Pavel Roskin  <proski@gnu.org>
1938         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
1939         in the "distclean" target
1941         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
1942         Removed all XVIEW-related stuff
1943         Fixed placement of png files on "make dist"
1945         * doc/mc.1.in: Updated info about the internal editor
1947         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
1948         indicate serious problems. Fixes for uninstall.
1949         * doc/Makefile.in: Rebuild if it is out of date.
1951         * lib/cedit.menu: Added. This file has been missing
1953         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
1955 2000-08-08  Pavel Roskin  <proski@gnu.org>
1957         * Makefile.in: correctly detect make failures in subdirs
1959 2000-08-01  Pavel Roskin  <proski@gnu.org>
1961         * nt, os2, tk, xv: removed all files
1962         * configure.in: don't create os2 and nt directories
1964 2000-08-01  Pavel Roskin  <proski@gnu.org>
1966         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
1968         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
1970 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
1972         * src/main.c: make 8bit input/output the default (99% of the people
1973         expects that; lets the remaining 1% use the configuration menu
1974         to disactivate it if they want)
1976 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1978         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
1980 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
1982         * configure.in: check for gnome-libs with window icon support
1984         * acconfig.h: add icon define
1986 2000-06-08  Matthias Warkus  <mawa@iname.com>
1988         * new_icons/gnome-pack-*.png: Updated.
1989         * gnome/mc.keys: Added a MIME type for SLP packages.
1991 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
1993         * syntax/diff.syntax: Highlight lines beginning with "File",
1994         "Files" and "Binary"
1995         * syntax/makefile.syntax: Highlight "ifndef"
1996         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
1997         highlighted)
1999 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2001         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
2002         comment lines with # in last release
2004 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2006         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
2008 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2010         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
2011         look more consistent than original.
2013 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2015         * config.in: Added check against strcoll().
2017 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2019         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
2020         added 'and', 'or', 'not', 'for' keywords.
2022 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2024         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
2025         based systems. Hope, this will make FreeBSD midc maintainer to enable
2026         build-in editor by default. Still, syntax highlighting is disabled.
2027         Need to port...
2029 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2031         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2032           fixed, some messages gettext()ed again here and in
2033         gtkedit/editmenu.c:edit_about_cmd()
2035 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2037         * doc/mc.sgml (Examples): Fixed documentation, thanx
2038         to martin@internet-treff.uni-koeln.de.
2040 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
2042         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
2043         the label text
2045 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
2047         * gtkedit/syntax.c: treat *.ads as Ada source
2048         * syntax/ada95.syntax: escape "+" and "*"
2049         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
2050         * syntax/Makefile.in: remove diffc.syntax
2052         * edit/edit_key_translator.c: interpret code 0177 as
2053         backspace unless recognized otherwise
2055 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
2057         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
2058         initialization of array of structure (gcc version 2.96 20000131
2059         chokes on it).
2061         * lib/mc.hint: C-y and not C-u can be used to insert text in input
2062         lines (e. g. text which has been deleted with M-d).
2064         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
2066 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
2068         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
2070 2000-01-29  Matthias Warkus  <mawa@iname.com>
2072         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
2073         design on Federico's request.
2075 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
2077         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
2078         an ArrangeType enum.
2080 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
2082         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
2083         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
2084         setup.c: Add option of using GNOME "magic" routines to determine file
2085         types. This makes MC intelligently look at the data in the file to see
2086         what type of file it is, rather than looking at the filename extension.
2087         This slows down MC quite a bit, so it has been made an optional
2088         preference item. Type detection is expected to improve as mime-magic
2089         matures.
2091 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
2093         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
2094         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
2095         providing a patch.
2097 2000-01-11  Matthias Warkus  <mawa@iname.com>
2099         * Added icon and keys entry for Scheme source.
2101 2000-01-03  Fatih Demir  <kabalak@gmx.net>
2103         * configure.in: Added tr -> ALL_LINGUAS .
2105 1999-12-28  Matthias Warkus  <mawa@iname.com>
2107         * new_icons/*.png: Added a bunch of new icons.
2109 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
2111         * configure.in (VERSION): Bumped version number to 4.5.42.
2113 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
2115         * configure.in: added 'uk' to ALL_LINGUAS.
2117 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2119         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
2120         request from David Sauer
2122 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
2124         * configure.in (VERSION): Bumped version number to 4.5.41.
2126 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
2128         * configure.in (VERSION): Set version number to 4.5.39.
2130 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
2132         * configure.in: Added pt_BR to ALL_LINGUAS
2134 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
2136         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
2137         path to the mc binary according to @prefix@.
2139         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
2140         configure. Install mc.sh and mc.csh in $(suppbindir).
2142         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
2143         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
2144         copies of the included function definitions.
2146         * mcfn_install.in: Comment out definitions of the mc functions. Source
2147         mc.sh instead of adding an outdated mc function definition.
2149         * configure.in: output mc.sh and mc.csh
2151 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
2153         * lib/startup.links: Changed the news link to Gnotices
2155 1999-09-19  David Martin  <dmartina@usa.net>
2157         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
2158         8 bit chars from strftime get displayed when inserting date.
2160         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
2161         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
2162         file to avoid interferences. In this one I changed the extension check
2163         to a type check (as used for gzip) which might give problems in some
2164         systems.
2166         * configure.in: Use -Tlatin1 to format man pages when available and
2167         "view" 8 bit chars.
2169 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
2171         * gtkedit/edit.h: Include file reordering to make it compile with
2172         --with-debug
2174         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
2175         dependent on lenght of translated strings to display.
2177 1999-09-16  Owen Taylor  <otaylor@redhat.com>
2179         * Remove the magicdev autoconf test in favor of just
2180         including the idl file. Otherwise we have a dependency
2181         loop between this and magicdev.
2183 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
2185         * idl/FileManager.idl: Changed names, and put everything under a
2186         FileManager module.  Added a Desktop interface and some methods to
2187         the WindowFactory interface.
2189 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
2191         * doc-gnome/*: Shiny new docs from users-guide.
2192         All synced up.
2194 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
2196         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
2198 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
2200         * README: Updated and spell-checked.
2202         * NEWS: Updated.
2204 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
2206         * configure.in (ALL_LINGUAS): Added sv.
2208 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
2210         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
2211         symlink attacks (mcfn_install and the man page still needs to be
2212         updated).
2214 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
2216         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
2217         a symbolic link (ln -sf doesn't work as expected on Solaris)
2219 1999-08-19  Elliot Lee  <sopwith@redhat.com>
2220         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
2222 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
2224         * doc-gnome/C/gmc.sgml: Index fixes.
2226 1999-08-18  Elliot Lee  <sopwith@redhat.com>
2228         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
2229         initializers in the GnomeUIInfo structure.
2231 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
2233         * configure.in (VERSION): Bumped version number to 4.5.38.
2235 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
2237         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
2239 1999-08-15  David Martin  <dmartina@usa.net>
2241         * gtkedit/edit.c: Print localized date with strftime()
2243         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
2245 1999-08-08  David Martin  <dmartina@usa.net>
2247         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
2248         translation.
2250         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
2251         translation as it used to be.
2253 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2255         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
2256         that the correct index.html will be generated.
2258 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2260         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
2261         to the list.
2263 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
2265         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
2266         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
2267         This adds some new syntax rules, and spell check on the fly
2268         which if someone bugs me for, will actually get enabled in
2269         both the text and gnome versions. Bookmark stuff also needs
2270         some keys bound to it, I suppose: any takers?
2272 July 19, 1999 Elliot Lee
2273         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
2275 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
2277         * Makefile.in (all): Makefile fix.
2279 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2281         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2282         should fix the problem we had with FSSTND distributions.
2284 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2286         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
2287         list of distributed files.
2289 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2291         * configure.in (VERSION): Bumped version number to 4.5.34.
2293 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
2295         * Add fi into ALL_LINGUAS
2297 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
2299         * gnome/i-zipdisk2.png: Added another zip-disk icon
2300         by <scarab@egyptian.net> - It looks very nice. Variation
2301         is good.
2303 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2305         * acconfig.h: Add WITH_SMBFS
2307         * macros/gnome-vfs.m4: Support conditional samba support.
2309 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2311         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2312         should fix the problem we had with FSSTND distributions.
2314 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
2316         * mc.spec.in: added syntax files to %files
2318 1999-06-22  David Martin  <dmartina@usa.net>
2320         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
2322 1999-06-07  Shooby Ban  <bansz@szif.hu>
2324         * po/hu.po, configure.in: added hungarian translations...
2325           I'm not sure it's OK, but it seems usable.
2326           Translators: Tamas Fejos and Andras Kadar
2328 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
2330         * configure.in, Makefile.in: added the gmc helpfile to the build
2332 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
2334         * Add ja entry to LANG in configure.in
2336 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2338         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
2339         be installed in the system :) (added it to the Makefile.in)
2341 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2343         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
2344         disks - someone please add it to the mount.c code so it gets used..
2345         Everyone have a nice time at the expo! :) I hope to join the
2346         next time.
2348 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2350         * configure.in: Added check for getpt ()
2352 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2354         * configure.in (VERSION): Bumped version number to 4.5.31.
2356 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2358         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
2359         need to fool it by strdup'ing the return value of tempnam.
2361 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2363         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
2364         MCLIBS which are specific to the text edition.
2366         * INSTALL: Added documentation for --with-tm-x-support
2368 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
2370         * mc.spec.in : Folded in some changes from the 'offical' rpm
2371         spec file.
2373 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2375         * configure.in (SHELL): Do not use grep -q, as it is not portable
2376         to every OS.
2378 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2380         * configure.in: Linking from $srcdir/slang is broken when configure
2381         isn't called with an absolute path. Link from ../$srcdir/slang if
2382         configure was invoked with a relative path.
2384 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2386         * configure.in: Do not rm the destination file and then link, use
2387         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
2389 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2391         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
2392         --with-PACKAGE and --without-PACKAGE gave the same results.
2394 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2396         * configure.in (VERSION): Bumped version number to 4.5.30.
2398 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2400         * configure.in (VERSION): Bumped version number to 4.5.29.
2402 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2404         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
2405         now contains all checks.
2407 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2409         * configure.in (VERSION): bumped version number to 4.5.28.
2411 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
2413         * */Makefie.*: fixed several missed conversions from libdir to
2414         mclibdir. (Should be automake'd, really)
2416 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2418         * Make.common.in: There were conflicting definitions of mclibdir
2419         (one for installation, one for source).  Now the source one is
2420         called mcsrclibdir.
2422         * doc/Makefile.in: Use mcsrclibdir where appropriate.
2424 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
2426         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
2427         Pascal Program" (Heh, second time :)
2429         * Makefile.common: Until things gets clear, keep syntax rules in
2430         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
2432         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
2433         @libdir@.
2435 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
2437         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
2438         as requested by Paul. Still, need some checking...
2440 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
2442         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
2443         to date with cooledit 3.9.0. This adds some new features.
2444         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
2445         syntax.c. This is because the rule set is becoming too
2446         large to maintain in its current form and because file
2447         loading is starting to get slow.
2449         There is also a bookmark feature which does not yet have
2450         key bindings assigned to it, but should be cool once
2451         these get inserted. Syntax rules files are named
2452             $LIBDIR/cooledit/syntax/*.syntax
2454 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2456         * configure.in: Create slang directory, it is needed when
2457         builddir != srcdir.
2458         Use -f when calling rm, the file does not exist on
2459         first compile.
2460         No need to copy VERSION from $srcdir, it's already generated in
2461         $buildir.
2463 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
2465         * edit/edit_key_translator.c: Added missing translation tags.
2467 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2469         * configure.in: Minimum version of glib should be 1.2.0.
2470         (VERSION): Bumped version number to 4.5.27.
2472 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
2474         * gtkedit/editcmd.c: Added missing translation tags.
2476         * gtkedit/editoptions.c: Added missing translation tags. Translate
2477         radio buttons on first use.
2479 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
2481         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
2482         to get the mc spec file to work.
2483         * hacked configure to generate a properly versioned spec file.
2485 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2487         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
2488         radio buttons on first pass.
2490 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
2492         * gtkedit/editcmd.c: Mark strings in the search and replace
2493         dialogs for translation. Resized these dialogs to let the messages
2494         fit.
2496 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2498         * gtkedit/editwidget.c (selection_send): Use the proper type for
2499         64-bit cleanliness (Patch from George Lebl).
2501 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
2503         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
2504         into the catalog file.
2506 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2508         * configure.in: Make Timur's libtermcap check work with SLang
2509         0.99.98, too.
2511 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2513         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
2514         PS and EPS files.  Thanks, Tigert!
2516 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2518         * configure.in (CCOPTS): Drop the prefix auto-detection.
2520 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
2522         * configure.in: Add check, which, in case of system-installed SLang
2523         library tries to run a test program, which determines, does we need
2524         linking with libtermcap.a. Also, set of if's for finding terminfo
2525         dir changed to for cycle - a bit nicer :)
2527 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2529         * README.QNX: Deleted documention about mc.menu.qnx.diff.
2531 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2533         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
2535 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2537         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
2538         from tar calls when extracting (according to my man page this option
2539         is only useful when creating archieves).
2541 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2543         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
2544         adds support for tar.bz2 and merges the support for freeze-compressed
2545         tar files (tar.F) from mc.menu.qnx.diff.
2547 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
2549         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
2550         GNU-like :)
2552 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2554         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
2555         the catalog file.
2557 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
2559         * new_icons/gnome-core.png: New icon for core files. Someone
2560         please add the code part :)
2562 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
2564         * configure.in: Add check against setuid() and setreuid() functions.
2566 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2568         * slang/slang.h: renamed to slang-mc.h
2570         * slang/Makefile.in: delete slang.h on "make clean"
2572         * configure.in: link slang/slang-mc.h to slang/slang.h when the
2573         included slang is used. Problem was that MC's slang.h was used
2574         when we compiled with an already installed SLang and the systems
2575         header file were included with <slang/slang.h>.
2576         Unfortunatly I can't use AC_LINK_FILES to make the links because
2577         if we needn't make any links AC_LINK_FILES makes a link from
2578         srcdir to top_builddir (builddir != srcdir).
2580         Temporary add $LGPM to $LIBS when checking for the resizeterm
2581         and keyok functions (ncurses might be linked against GPM).
2583         Substitude PACKAGE (intl/Makefile makes use of it)
2585 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
2587         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
2588         #include "global.h".
2590 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
2592         * Make.common.in (gnewdir): new path.
2594 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
2596         * configure.in: Add comments before "Let" and "the" - typo. Add new
2597         path to include's search.
2599 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
2601         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
2603 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2605         * configure.in (REGEX_O): Always include regex.o as the code we
2606         are using in gmc is not using regcomp/regexec, but the internal
2607         Emacs API.
2609         * src/regex.c: Do not compile the POSIX compatibility code, as we
2610         do not use it.
2612 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2614         * doc/mc.sgml, mc1.in (Color section): minor polishing
2615         (Layout section): documented Highlight...
2617 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2619         * configure.in: Deleted du checks
2621         * INSTALL: Deleted --with-dusum documentation.
2623         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
2624         Configuration dialog. Added Advanced chown subsection. Deleted
2625         variables from the Special settings section which are now covered
2626         by the configuration dialog.
2628 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2630         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
2631         tar_gz_memlimit. Partially rewrote the section about the
2632         Virtual FS.. configuration dialog.
2634 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
2636         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
2638 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2640         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
2642         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
2643         builddir
2645 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
2647         * new_icons/gnome-image-[lots].png: I added some icons for file
2648         types (image) there - someone please tell me what the correct
2649         location and naming convention is and I will try to follow that. :)
2651 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
2653         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
2654         the build will still work.  (Has this been replaced by new_icons?)
2656 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
2658         * doc/mc.1.in, mc.sgml: added my name to list ov authors
2660 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2662         * Makefile.in (codedirs): Dropped xv and tk ports from the
2663         distribution. include idl directory.
2665 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2667         * configure.in (slang_use_system_installed_lib): Define slang
2668         here, to avoid having this on LIBS.
2670 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
2672         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
2674 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
2676         * config.h.in: Removed from CVS, added to .cvsignore
2678         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
2679         configure.in:
2680         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
2681         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
2682         HAS_CURSES added to acconfig.h
2684 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2686         * autogen.sh: Add "-I macros" to the aclocal flags.
2688         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
2689         so that aclocal will not complain about an obsolete macro.
2691         * configure.in: Use MC_HPUX_PROG_CC_STDC
2693         * ChangeLog: There was no ChangeLog here, so I added one.