ooops reverting mischanged option menu order...
[midnight-commander.git] / ChangeLog
blob7846a88d4efa15ec910587a02e5362d8152e0731
1 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
3         * syntax/js.syntax: Advanced number highliting.
5 2002-09-17  Pavel Roskin  <proski@gnu.org>
7         * syntax/c.syntax: Highlight "?" by the same color as ":".
8         * syntax/java.syntax: Likewise.
9         * syntax/swig.syntax: Likewise.
10         * syntax/python.syntax: Remove duplicate keyword ":".
12         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
13         m4 directory is used by aclocal.
14         * m4/Makefile.am: New file.
15         * configure.in: Substitute m4/Makefile.
16         * autogen.sh: Don't copy any macro files, use m4 directory.
18         * syntax/Makefile.am: Add js.syntax.
20         * configure.in: Add support for glib 2.x.  Right now, it has to
21         be explicitly enabled by `--with-glib2'.
22         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
24 2002-09-16  Pavel Roskin  <proski@gnu.org>
26         * syntax/js.syntax: New file.
27         * syntax/Syntax: Add js.syntax.
28         From Vlad Romanenko <VladRomanenko@ukr.net>
30 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
32         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
33         of local xnc.hlp
34         * doc/pl/xnc.hlp: Removed.
36 2002-09-13  Pavel Roskin  <proski@gnu.org>
38         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
39         Remove "potfiles" command.
40         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
41         compatibility with gettext 0.10.x.
43         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
44         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
46         * po/Makevars: New file for compatibility with gettext 0.11.x.
48         * configure.in: Remove "Debugger code" message.
50         * acinclude.m4: Replace undelfs_o with use_undelfs.
51         * configure.in: Likewise.  Don't substitute it.
53         * configure.in: Simplify processing of without-edit.  Replace
54         several variables with use_edit.
55         * acinclude.m4: Remove AC_WITH_EDIT.
57         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
58         use_smbfs.
59         * configure.in: Likewise.
60         * INSTALL: Document --with-samba.
62         * configure.in: Roll --enable-mcserv-install into ...
63         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
64         * INSTALL: Document --with-mcfs.
66 2002-09-12  Pavel Roskin  <proski@gnu.org>
68         * configure.in: Don't check if crypt() prototype is needed to
69         avoid warnings - the whole code is not worth avoiding one
70         legitimate warning.
71         * acinclude.m4: Remove AC_TRY_WARNINGS.
73         * configure.in: ALL_LINGUAS should be defined unconditionally.
75         * acinclude.m4: Clarify some help texts, add defaults in square
76         brackets, use more consistent spacing.
77         * configure.in: Likewise.
79         * lib/mc.menu: Don't call tarballs "releases".  Don't
80         dereference symlinks.
82 2002-09-10  Pavel Roskin  <proski@gnu.org>
84         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
86 2002-09-07  Pavel Roskin  <proski@gnu.org>
88         * configure.in: Eliminate --with-terminfo option, which was
89         essentially equivalent to --with-included-slang and didn't force
90         anything.
91         * acinclude.m4 (AC_USE_TERMINFO): Remove.
92         * INSTALL: Adjust to match.
93         * FAQ: Likewise.
95 2002-09-05  Pavel Roskin  <proski@gnu.org>
97         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
98         NETFILES - it's unused.
100         * configure.in: Check for arpa/inet.h.
102         * mcfn_install: Remove.  Also remove all references to it.
103         * INSTALL.FAST: Update information about ncurses.
104         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
106         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
107         LIBS.
108         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
109         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
110         test for ncurses in non-standard directories.
112 2002-09-04  Pavel Roskin  <proski@gnu.org>
114         * lib/mc.ext.in: Remove edit rules for compressed files that
115         were compressing even unchanged files - the editor itself can
116         handle compression better.
118 2002-09-03  Pavel Roskin  <proski@gnu.org>
120         * acinclude.m4: Remove Termnet support, it's too old and obscure
121         to be supported properly.
123 2002-08-27  Pavel Roskin  <proski@gnu.org>
125         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
126         OpenOffice.org, not StarOffice.  Add more video formats.
128         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
129         unnecessary pipeline.  Redirect stderr from cpio, because it can
130         be non-empty even for successful operations.
132 2002-08-26  Pavel Roskin  <proski@gnu.org>
134         * syntax/spec.syntax: New file.
135         * syntax/Syntax: Add spec.syntax.
136         * syntax/Makefile.am: Likewise.
137         From PLD Linux Distribution with minor changes.
139 2002-08-25  Pavel Roskin  <proski@gnu.org>
141         * lib/mcserv.init: Update from Red Hat package.
142         * lib/mcserv.pamd: Likewise.
144         * configure.in: Fix interpretation of the iconv test result.
145         Reported by Pavel Shirshov <pavelsh@mail.ru>
147         * mc.sh.in: Only bash needs the mc() function to be exported.
149         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
150         instead of /usr where appropriate.
151         * doc/Makefile.am: Enable generation of the help file.
153         * doc/pl/*: Add Polish translation.
154         * doc/Makefile.am: Adjust for the above.
155         * configure.in: Likewise.
157 2002-08-24  Pavel Roskin  <proski@gnu.org>
159         * lib/edit.indent.rc: Use tidy to format HTML.
160         From David Martin <dmartina@excite.com>
162         * lib/cedit.menu: Remove all references to the error file.
163         * lib/edit.indent.rc: Likewise.
164         * lib/edit.spell.rc: Likewise.
166 2002-08-23  Pavel Roskin  <proski@gnu.org>
168         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
169         use only for the programs that need it (mc and mcserv).
171         * configure.in: Fix help text for gpm and ncurses.  Properly
172         handle --without-ncurses.
173         Reported by Moritz Barsnick <moritz@barsnick.net>
175         * configure.in: Work around a bug in Autoconf-2.53 that prevents
176         splitting of user-specified path in AC_PATH_PROGS.
178         * configure.in: Move glib test earlier, as it tends to fail for
179         many users.  Make GLIB_CONFIG a precious variable.  Check for
180         glib12-config - that's how it's called on FreeBSD.
181         Reported by Pavel Shirshov <pavelsh@mail.ru>
183 2002-08-22  Pavel Roskin  <proski@gnu.org>
185         * configure.in: Remove old-style Linux-only support for shadow
186         passwords.
188 2002-08-21  Pavel Roskin  <proski@gnu.org>
190         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
191         now, otherwise Automake 1.5 breaks.  Remove version number from
192         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
193         Substiture RH_VERSION, which is VERSION without dashes, needed
194         for RedHat specfile.
196         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
197         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
198         two places.
200         Release mc-4.6.0-pre1.
202         * configure.in: Bump version to 4.6.0-pre1.
203         * po/*.po: Regenerate.
205 2002-08-20  David Martin  <dmartina@excite.com>
207         * doc/es/mc.1.in: Minor changes.
208         * doc/es/xnc.hlp: Likewise.
210 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
212         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
213         %{_mandir}/*/man1/*.
215 2002-08-20  Pavel Roskin  <proski@gnu.org>
217         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
219 2002-08-19  Pavel Roskin  <proski@gnu.org>
221         * configure.in: Add Italian documentation.
222         * doc/Makefile.am: Likewise.
224         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
226         * configure.in: Enable subshell support on all operating systems
227         by default.  Old issues are most likely solved by now.
229 2002-08-18  Pavel Roskin  <proski@gnu.org>
231         * lib/mc.ext.in: Try links before lynx.  Force full path when
232         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
233         is already broken if the program starts in background.  Add a
234         comment discouraging taking this code as example.
236         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
237         obsolete.
238         * doc/es/mc.1.in: Likewise.
239         * doc/ru/mc.1.in: Likewise.
240         * doc/hu/mc.hlp.hu: Likewise.
242         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
243         was unsafe by design and is no longer supported.  Use %t instead
244         of %u to preserve tags in case of failure.
246         * vfs/extfs/ftplist.in: Remove support for running commands, it
247         makes no sence.
249 2002-08-16  Pavel Roskin  <proski@gnu.org>
251         * lib/mc.global: Remove, it duplicates the role of mc.lib.
252         * lib/mc.lib: Add contents of mc.global.
253         * lib/Makefile.am: Remove all references to mc.global.
255         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
256         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
258 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
260         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
261         set, umask and unset like other builtin commands.
263 2002-08-15  Pavel Roskin  <proski@gnu.org>
265         * configure.in: Remove check for SIGTSTP, it's not needed for
266         the subshell support.
268         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
269         done at runtime.
270         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
272 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
274         * doc/ru/mc.1.in: Remove reference to README.edit.
275         * doc/mc.1.in: Likewise.
276         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
277         everywhere.
279 2002-08-14  Pavel Roskin  <proski@gnu.org>
281         * doc/mc.1.in: Consistently use "native" ftp syntax.
282         * doc/ru/mc.1.in: Likewise.
283         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
284         * doc/es/xnc.hlp: Likewise.
286         * lib/mc.hlp.hu: Move ...
287         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
289 2002-08-09  Pavel Roskin  <proski@gnu.org>
291         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
292         and entries that are obsolete or make no sence.
294         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
295         "How to use help".
297         * doc/Makefile.am: Don't distribute help file.  Generate it in
298         the build directory.
299         * doc/es/Makefile.am: Likewise.
300         * doc/ru/Makefile.am: Likewise.
302         * lib/xnc.hlp: Move ...
303         * doc/xnc.hlp: ... here.
304         * doc/Makefile.am: Necessary adjustments.
305         * lib/Makefile.am: Likewise.
306         * src/Makefile.am: Likewise.
308         * configure.in: Add Spanish documentation.
309         * doc/Makefile.am: Likewise.
310         * doc/es: Spanish documentation.
311         From David Martin <dmartina@excite.com>
313 2002-08-08  Pavel Roskin  <proski@gnu.org>
315         * lib/mc.lib: Add f11-f20 keys for Konsole.
317 2002-08-06  Pavel Roskin  <proski@gnu.org>
319         * syntax/lisp.syntax: New file.
320         * syntax/Syntax: Add lisp.syntax.
321         * syntax/Makefile.am: Likewise.
322         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
323         changes.
325 2002-08-04  Pavel Roskin  <proski@gnu.org>
327         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
328         subshell if this test fails.
330 2002-08-03  Pavel Roskin  <proski@gnu.org>
332         * syntax/mail.syntax: Colors changed to be more readable.
334         * syntax/html.syntax: Don't require character entities to be
335         whole, but check their validity.
337 2002-08-02  Pavel Roskin  <proski@gnu.org>
339         * configure.in: No longer need to define REGEX_MALLOC.
341 2002-08-01  Pavel Roskin  <proski@gnu.org>
343         * configure.in: Remove support for MAD and Electric Fence.
344         Developers should use modern memory debuggers (e.g. Valgrind).
345         * INSTALL: Remove references to MAD.
347 2002-07-31  Pavel Roskin  <proski@gnu.org>
349         * syntax/html.syntax: Remove recognition for any individual
350         words - there are too many of them, we cannot keep up.
352 2002-07-30  Pavel Roskin  <proski@gnu.org>
354         * doc/ru/Makefile.am: Use man2hlp directly.
356 2002-07-28  Pavel Roskin  <proski@gnu.org>
358         * syntax/changelog.syntax: Highlight "*" only after tab.  This
359         requires fixed syntax highlighting.
361         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
362         default. Open *.xls with gnumeric.  Use mplayer for most video
363         formats.
365         * syntax/nroff.syntax: Require most keywords to be whole.
367 2002-07-21  Pavel Roskin  <proski@gnu.org>
369         * syntax/fortran.syntax: Fix highlighting of "*" at the
370         beginning of line.  Recognize "     +" as continuation.  Move
371         all "linestart" keywords earlier to avoid more conflicts.
373 2002-07-18  Pavel Roskin  <proski@gnu.org>
375         * syntax/unknown.syntax: Don't highlight anything by default.
377         * syntax/changelog.syntax: Highlight functions without
378         filenames.
379         * syntax/Syntax: Match *ChangeLog*.
381         * syntax/c.syntax: Reenable highlighting for "/" and preserve
382         highlighting for "//" comments by using exclusive context.
383         * syntax/java.syntax: Likewise.
384         * syntax/swig.syntax: Likewise.
385         * syntax/slang.syntax: Reenable highlighting for "/".
386         * syntax/sql.syntax: Enable highlighting for "/" and "-".
388         * syntax/sql.syntax: New file.
389         * syntax/Syntax: Add sql.syntax.
390         * syntax/Makefile.am: Likewise.
391         From Walery Studennikov <despair@sama.ru> with minor changes.
393 2002-07-16  Pavel Roskin  <proski@gnu.org>
395         * lib/mc.ext.in: Remove handling of executables.  They should
396         be handled internally for "pause after run" to work.
398         * syntax/Syntax: Associate *.itcl with tcl.syntax.
399         * syntax/tcl.syntax: Add itcl keywords, other improvements.
401 2002-07-15  Pavel Roskin  <proski@gnu.org>
403         * configure.in: Don't check for strcasecmp(), strncasecmp() and
404         strdup() - test results are not used except in gettext, which
405         provides its own tests.
407         * configure.in: When checking for ncurses, check for
408         has_colors(), not curses_version() - the later is missing in
409         older version of ncurses.
411 2002-07-13  Pavel Roskin  <proski@gnu.org>
413         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
414         not to LIBS.
415         * configure.in: Fix breakage in ncurses headers check from the
416         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
417         Define REGEX_MALLOC here.
419         * acinclude.m4 (AC_NCURSES): Remove.
420         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
421         AC_CHECK_LIB to check existance of ncurses library.  Eliminate
422         variables force_ncurses and search_ncurses.
424 2002-07-10  Pavel Roskin  <proski@gnu.org>
426         * configure.in: Remove --with-netrc, it is now default and can
427         be disabled at the runtime.
429         * syntax/tcl.syntax: New file.
430         * syntax/Syntax: Add tcl.syntax.
431         * syntax/Makefile.am: Likewise.
432         * syntax/java.syntax: Don't treat #define separately from other
433         preprocessor directives.
434         * syntax/slang.syntax: Likewise.
435         * syntax/swig.syntax: Likewise.
437 2002-07-09  Pavel Roskin  <proski@gnu.org>
439         * syntax/c.syntax: Don't treat #define separately from other
440         preprocessor directives.
442 2002-07-08  Pavel Roskin  <proski@gnu.org>
444         * syntax/perl.syntax: Highlight text after __END__ as a comment.
445         * syntax/po.syntax: Avoid gray color, which is hard to see.
447 2002-07-05  Pavel Roskin  <proski@gnu.org>
449         * syntax/dos.syntax: Add more commands.
451 2002-07-04  Pavel Roskin  <proski@gnu.org>
453         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
454         sort authors.
456 2002-06-24  Pavel Roskin  <proski@gnu.org>
458         * syntax/dos.syntax: New file - highlighting for DOS batch
459         files.  From Petr Kozelka <pkozelka@centrum.cz>
460         * syntax/Syntax: Add dos.syntax.
461         * syntax/Makefile.am: Likewise.
463 2002-06-04  Max Schedriviy  <max@humgat.org>
465         * syntax/php.syntax: New version.
467 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
469         * NEWS: Mention ftpfs/fish uploading changes and new configure
470         options --with-codepagedir=DIR, --with-configdir=DIR and
471         --without-mcfs.
473 2002-05-22  Pavel Roskin  <proski@gnu.org>
475         * doc/ru/Makefile.am: Fix out-of-tree build.
477 2002-05-14  Pavel Roskin  <proski@gnu.org>
479         * configure.in: Fix logic for gettext 0.10.x.
481 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
483         * configure.in: Don't generate po/Makefile if
484         there is 'top_builddir' in po/Makefile.in.
485         * autogen.sh: More fixes for gettext 0.11+.
487 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
489         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
491 2002-04-21  Pavel Roskin  <proski@gnu.org>
493         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
494         can play them.
496 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
498         * autogen.sh: Fix for gettext 0.11 family (and newer).
500 2002-04-08  Pavel Roskin  <proski@gnu.org>
502         * autogen.sh: Allow gettext newer than 0.10.39.
503         From Björn Eriksson <bjorn@bjornen.nu>
505 2002-04-03  Pavel Roskin  <proski@gnu.org>
507         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
508         by "make clean" because not everyone has Perl to rebuild it.
510 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
512         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
513         first line regular expression.
515 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
517         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
518         or newer is not used.
519         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
521         * src/Makefile.am: Move mc.hlp.ru processing ...
522         * doc/ru/Makefile.am: ... here.
524 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
526         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
527         * syntax/c.syntax: Highlight "%p" printf format.
528         Allow '*' as width and precision for strings and numbers.
530         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
531         * doc/ru/mc.1.in: Likewise.
533 2002-03-18  Pavel Roskin  <proski@gnu.org>
535         * doc/ru/Makefile.am: Distribute xnc.hlp.
537 2002-03-12  Pavel Roskin  <proski@gnu.org>
539         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
541 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
543         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
544         * doc/ru/Makefile.am: New file.
546 2002-03-08  Pavel Roskin  <proski@gnu.org>
548         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
550 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
552         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
554 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
556         * doc/mc.1.in: Use nodename `Background jobs' for section
557         `Background Jobs' to reflect user visible Command menu option
558         and src/cmd.c dialog implementation.
560         * doc/ru: New directory for Russian manuals.
561         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
562         translated by Victor A. Kostromin for mc 4.5.30.  Converted
563         from binary mc.hlp.ru, corrected and actualized by me.
564         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
565         * doc/ru/.cvsignore: Ignore mc.1.
567 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
569         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
570         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
571         mc.lib settings.
573         (Virtual File System): Document SMB File System.
575 2002-02-26  Pavel Roskin  <proski@gnu.org>
577         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
578         message "no symbol found" for unsupported architectures and
579         provide more useful information.
581 2002-02-22  Pavel Roskin  <proski@gnu.org>
583         * README.smbfs: Remove.  It contained no useful information
584         and the webpage is now dead.
585         * Makefile.am: Remove README.smbfs.
587         * README: Mention that glib 1.2.x is required.
589 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
591         * lib/edit.indent.rc: Use "#! /bin/sh"
592         * lib/edit.spell.rc: Likewise.
593         * lib/mcserv.init: Likewise.
595         * lib/cedit.menu: Eliminate bashisms.
596         Add missed `:' in AUTHOR evaluation.
597         Unset LANGUAGE and make LC_ALL empty.
598         Use "#! /path/to/program".
600 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
602         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
603         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
604         Fix tarfs URL syntax example.  Minor typo and format fixes.
606 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
608         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
609         Fix location of configuration files.
611 2002-02-05  Pavel Roskin  <proski@gnu.org>
613         * configure.in: Don't use defunct ncurses_version.
614         Reported by Thomas Dickey <dickey@herndon4.his.com>
615         Set force_ncurses whenever --with-ncurses is used.  If set,
616         suppress checks for S-Lang and fail is ncurses is not found.
618         * configure.in: Introduce a new variable screen_type that is
619         either "slang" or "ncurses" without additional text.  Use it
620         instead of screen_manager whenever possible.  Fix text in
621         AC_NCURSES call, use m4 quotes and move shell quotes into the
622         macro.
623         * acinclude.m4: Likewise.
625 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
627         * syntax/Syntax: Known Delphi/Kylix source file extensions
628         supported (*.dpr, *.inc).
629         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
630         Special highlighting for CVS keywords.  Understands single-line
631         comments (//).
633 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
635         * configure.in (ALL_LINGUAS): Added "bg"
637 2002-01-21  Pavel Roskin  <proski@gnu.org>
639         * NEWS: Mention word completion in the editor.
641 2002-01-17  Pavel Roskin  <proski@gnu.org>
643         * extraconf.h: Remove OS/2 specific code.
645         * doc/mc.1.in (Configuration): Clarify some entries.
647 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
649         * acinclude.m4: New options for smbfs:
650         --with-configdir=DIR    Where the Samba configuration files are (/etc)
651         --with-codepagedir=DIR  Where the Samba codepage files are
653 2002-01-11  Pavel Roskin  <proski@gnu.org>
655         * syntax/xml.syntax: New file - highlighting for XML.
656         From Petr Kozelka <pkozelka@centrum.cz>
657         * syntax/Syntax: Add xml.syntax.
658         * syntax/Makefile.am: Likewise.
660 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
662         * configure.in: Added "eu" to ALL_LINGUAS.
664 2002-01-03  Pavel Roskin  <proski@gnu.org>
666         * lib/mc.menu: Correct quoting.
667         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
669         * NEWS: Mention removal of the OS/2 port.
670         * README.PC: Remove OS/2 specific parts.
672 2002-01-02  Pavel Roskin  <proski@gnu.org>
674         * configure.in: Make help about --with-subshell easier to
675         understand.  Minor alignment fixes for the help.
676         * acinclude.m4: Minor alignment fixes for the help.
678 2001-12-31  Pavel Roskin  <proski@gnu.org>
680         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
681         from vfs/Make-mc.in.
683 2001-12-27 Duarte Loreto  <happyguy_pt@hotmail.com>
685         * configure.in: Added portuguese to ALL_LINGUAS
687 2001-12-21  Pavel Roskin  <proski@gnu.org>
689         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
690         Don't remove slang/slang.h - it's never created.
692         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
693         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
694         unused.
696 2001-12-01  Wang Jian  <lark@linux.net.cn>
698         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
700 2001-11-29  Pavel Roskin  <proski@gnu.org>
702         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
704 2001-11-27  Pavel Roskin  <proski@gnu.org>
706         * lib/mc.ext.in: When running X programs in background, do it
707         from subshell.  Otherwise some of them terminate when mc exits.
708         Reported by Christian Dysthe <christian@dysthe.net>
709         Remove some obsolete and gmc-specific entries.  Use StarOffice
710         to open files detected as "Microsoft Office Document".
712         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
713         XFree86 4.1.0.
715 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
717         * doc/mcedit.1.in: Fix help file location.
719 2001-11-14  Pavel Roskin  <proski@gnu.org>
721         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
722         fallback to ino_t for e2fsprogs version 1.19 and older.
724 2001-10-30  Pavel Roskin  <proski@gnu.org>
726         * lib/mc.ext.in: Add support for Netpbm files.
728 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
730         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
731         http://bugzilla.gnome.org/show_bug.cgi?id=60935
732         By drk@sgi.com.
734         * doc/mc.1.in: Document %p macro.
736 2001-10-24  Pavel Roskin  <proski@gnu.org>
738         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
739         Allow using --without-mmap.
740         * INSTALL: Document --without-mmap.
742 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
744         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
745         of languages to be installed by setting env variable before
746         configure. If it is empty, it defaults to full list.
747         By Alex Tkachenko <alex@bcs.zp.ua>.
749 2001-10-19  Pavel Roskin  <proski@gnu.org>
751         * syntax/sh.syntax: Highlight reserved words inside backticks.
752         Use the same wholechars settings for reserved words and
753         commands.  Recognize more words.  Recognize function definitions
754         without "function" or without "()".  Use brightmagenta instead
755         of brightblue.
757 2001-10-18  Pavel Roskin  <proski@gnu.org>
759         * configure.in: When checking for "nroff -mandoc" support, don't
760         use /dev/null as input file, use stdin.  Some versions of nroff
761         (e.g. groff-1.16.1) don't accept special files.
763 2001-10-14  Pavel Roskin  <proski@gnu.org>
765         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
766         Makefile.  Don't allow any suffixes after "Makefile".
768 2001-10-12  Pavel Roskin  <proski@gnu.org>
770         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
771         format).
773 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
775         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
776         Fix compress<->bzip2 conversion and conversion of tagged
777         archives.
779 2001-10-05  Pavel Roskin  <proski@gnu.org>
781         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
782         Suggested by Marcel Pol <mpol@gmx.net>
784         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
785         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
786         and *.mid files.
788 2001-09-30  Pavel Roskin  <proski@gnu.org>
790         * configure.in: Don't check whether grep supports stdin - it's
791         not used anymore.
792         * NEWS: Mention this change.
794 2001-09-19  Pavel Roskin  <proski@gnu.org>
796         * doc/mcedit.1.in: Fix a very long line - use double
797         backslashes since they are interpreted even in the .nf blocks.
799         * lib/edit.spell.rc: Try aspell before resorting to ispell.
801         * syntax/php.syntax: Replace with a better implementation by
802         Max Schedriviy <max@tavrida.net>
804 2001-09-15  Pavel Roskin  <proski@gnu.org>
806         * doc/mc.1.in: Fix location of mcedit files.
807         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
809 2001-09-14  Pavel Roskin  <proski@gnu.org>
811         * configure.in: Don't check for ncurses version and for keyok()
812         because the mouse support code doesn't need this hack anymore.
814 2001-09-13  Pavel Roskin  <proski@gnu.org>
816         * configure.in: Fix some cases of overquoting and underquoting.
817         * acinclude.m4: Likewise.
819 2001-09-12  Pavel Roskin  <proski@gnu.org>
821         * configure.in: Update list of browsers.  Don't fallback to
822         lynx since it cannot be run in background.
823         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
824         If no browser for X11 was found, use lynx.
826         * autogen.sh: Add a workaround to ensure that "depcomp" is
827         distributed.
828         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
829         where appropriate.
830         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
831         terminfo.
833         * configure.in: Use three-argument form of AC_INIT.  Use
834         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
835         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
836         is not needed if AC_CONFIG_AUX_DIR is used.
837         * vfs/Make-mc.in: Adjust mkinstalldirs location.
838         * autogen.sh: Create "config" and remove "autom4te.cache".
840 2001-09-11  Pavel Roskin  <proski@gnu.org>
842         * syntax/Syntax: New file, extracted from edit/syntax.c.
843         * syntax/Makefile.am: Add Syntax.
845         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
846         to LIBS.  Don't use unportable "grep -q", use "case" instead.
848 2001-09-10  Pavel Roskin  <proski@gnu.org>
850         * configure.in: Only check for X if --with-tm-x-support has been
851         specified.
853         * configure.in: Add check for sys/ioctl.h.
855         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
857         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
858         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
859         testing for functions in ncurses.
861         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
862         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
863         * acconfig.h: Remove.
865         * configure.in: Eliminate LIBSLANG and LSLANG.
866         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
868         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
869         resizeterm() and keyok() only if configuring with ncurses.
871         * configure.in: Remove now unused variables LIBVFS and LVFS.
873         * configure.in: Remove unused variables LINTL and INTLDEPS.
875         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
876         building with included gettext, because libintl.h is copied
877         there.
879 2001-09-09  Pavel Roskin  <proski@gnu.org>
881         * NEWS: Update.
883         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
884         checks -lgen for getmntent as of Autoconf 2.52.
886 2001-09-07  Pavel Roskin  <proski@gnu.org>
888         * configure.in: Check for pwd.h.
890         * Make.common.in: Remove.
891         * configure.in: Remove all references to Make.common.in and
892         MCCPPFLAGS.
893         * aclocal.m4: Likewise.
895         * configure.in: Require Autoconf 2.52.  Remove hacks for
896         Autoconf 2.13.
897         * Makefile.am: Require Automake 1.5.
899 2001-09-06  Pavel Roskin  <proski@gnu.org>
901         * syntax/php.syntax: New file - PHP file highlighting.  Copied
902         from Cooledit 3.17.4.
903         * syntax/Makefile.am: Add php.syntax.
905 2001-09-06  Timur Bakeyev  <mc@bat.ru>
907         * acconfig.h: Brought back couple of symbols, that are still necessary
908         due reference to them from configure.in.
910 2001-09-04  Pavel Roskin  <proski@gnu.org>
912         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
913         strictness for dates.
915         * doc/mc.1.in: Fix troff warnings.
916         * doc/mcedit.1.in: Likewise.
918 2001-09-03  Pavel Roskin  <proski@gnu.org>
920         * doc/mc.1.in: Spellcheck.
921         * doc/mcedit.1.in: Likewise.
922         * doc/mcserv.8.in: Likewise.
924         * doc/mc.1.in (Learn Keys): Complete rewrite.
926 2001-09-02  Pavel Roskin  <proski@gnu.org>
928         * acconfig.h: Remove all unused symbols.
930         * lib/ncurses.h: Remove.
931         * lib/Makefile.am: Remove ncurses.h.
933 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
935         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
937 2001-08-28  Pavel Roskin  <proski@gnu.org>
939         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
940         like EOF.
942 2001-08-26  Pavel Roskin  <proski@gnu.org>
944         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
945         CONS_SAVER.  Put all conditionals together.
947         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
948         Automake 1.5.
950         * configure.in: Remove XCURSES variable - it's unused.
952         * configure.in: New conditional USE_EDIT.
954         * syntax/changelog.syntax: Don't require '@' to be in the
955         address.  This also works around a bug in the syntax engine
956         that prevented highlighting of addresses.
958 2001-08-25  Pavel Roskin  <proski@gnu.org>
960         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
962 2001-08-24  Pavel Roskin  <proski@gnu.org>
964         * extraconf.h: Remove all references to HAVE_X.
965         * acinclude.m4: s/GNOME_/MC_/
966         * configure.in: Likewise.  Remove or clarify all references to
967         the "text edition".  Minor fixes.
969         * configure.in: Remove support for curses libraries other than
970         ncurses.
971         * acinclude.m4: Likewise.
972         * FAQ: Remove everything about UNIX curses.
973         * INSTALL: Likewise.
975         * configure.in: Enable large file support by default.
976         * NEWS: Mention it.
977         * INSTALL: Document it.  Minor fixes.
979         * FAQ: Remove information about GNOME edition.  Minor fixes.
980         * README: Likewise.
981         * NEWS: Mention removing the GNOME edition.
983         * acinclude.m4: Include all used macros from the macros
984         directory.
985         * autogen.sh: Remove all references to "macros".
986         * Makefile.am: Likewise.
988         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
989         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
991         * lib/startup.links: Remove.
992         * lib/README.desktop: Likewise.
993         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
995         * configure.in: Bump version to 4.5.99a.
997         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
998         * po/*.po: Regenerate.
1000         * AUTHORS: Update and spell check.
1001         * FAQ: Likewise.
1002         * INSTALL: Likewise.
1003         * INSTALL.FAST: Likewise.
1004         * NEWS: Likewise.
1005         * README.PC: Likewise.
1006         * README.QNX: Likewise.
1008         * configure.in: Add check for stropts.h.
1010 2001-08-23  Pavel Roskin  <proski@gnu.org>
1012         * lib/edit.indent.rc: Create cooledit.error right away to
1013         override its old contents.  Don't use ksh extentions.  Treat *.C
1014         files as C++.  Recognize more C++ extensions.  Support java.
1015         Update URL for "astyle".  Quote all arguments to protect spaces.
1016         * lib/edit.spell.rc: Don't save terminal settings - mc does it
1017         itself.  Quote all arguments to protect spaces.
1019 2001-08-21  Pavel Roskin  <proski@gnu.org>
1021         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
1022         files if GNOME frontend is disabled.
1023         * idl/Makefile.am: Likewise.
1024         * lib/Makefile.am: Likewise.
1025         * new_icons/Makefile.am: Likewise.
1027         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
1028         case it already has gettext macros elsewhere and doesn't like
1029         duplicates (i.e. it's aclocal from Automake-1.4).
1031 2001-08-20  Pavel Roskin  <proski@gnu.org>
1033         * AUTHORS: Updated.
1034         * INSTALL: Likewise.
1035         * NEWS: Likewise.
1036         * doc/mc.1.in: Likewise.
1037         * doc/mcserv.8.in: Likewise.
1039         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
1040         for sys/mount.h.
1042 2001-08-19  Andras Timar  <timar@gnome.hu>
1044         * lib/Makefile.am: Added Hungarian hints
1045         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
1047 2001-08-19  Pavel Roskin  <proski@gnu.org>
1049         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
1051 2001-08-17  Pavel Roskin  <proski@gnu.org>
1053         * syntax/po.syntax: New file - PO file highlighting.
1054         From David Martin <dmartina@excite.es>
1055         * syntax/Makefile.am: Add po.syntax.
1057         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
1058         it's sometimes missing from the databases.
1060 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
1062         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
1063         * lib/Makefile.am: Reflect above change.
1065 2001-08-15  Pavel Roskin  <proski@gnu.org>
1067         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
1069 2001-08-14  Pavel Roskin  <proski@gnu.org>
1071         * lib/mc.lib: Add popular sequences for "home" and "end" in
1072         "xterm" and "xterm-color" terminals.
1074 2001-08-13  Pavel Roskin  <proski@gnu.org>
1076         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
1078         Replace "Can't" with "Cannot" everywhere.
1080 2001-08-12  Pavel Roskin  <proski@gnu.org>
1082         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
1083         subshell, not for "Open file...".
1084         (emacs_key_map): Likewise.
1086         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1088 2001-08-10  Pavel Roskin  <proski@gnu.org>
1090         * Makefile.am (EXTRA_DIST): Remove BUGS.
1091         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
1093         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
1095         * doc/LSM: Remove, it's outdated.
1096         * doc/FILES: Likewise.
1097         * doc/DEVEL: Remove information about FILES.
1099         * FAQ: Eliminate all broken URLs on the MC site.
1100         From Frederic L. W. Meunier <0@pervalidus.net>
1102         * FAQ: Restore information about xterm.
1104 2001-08-08  Pavel Roskin  <proski@gnu.org>
1106         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1108 2001-08-07  Pavel Roskin  <proski@gnu.org>
1110         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
1112         * doc/mc.1.in: Fix all broken links.
1114 2001-08-06  Pavel Roskin  <proski@gnu.org>
1116         * INSTALL: Numerous changes.  Declare old curses obsolete.
1117         Partly from Frederic L. W. Meunier <0@pervalidus.net>
1119         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
1121 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
1123         * lib/Makefile.am: Remove space after backslash introduced in the
1124         previous commit.
1126         * lib/mc.hint.zh_TW.Big5: New file.
1127         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
1129 2001-08-02  Pavel Roskin  <proski@gnu.org>
1131         * lib/mc.hint.uk: New file.
1132         From Maksym Polyakov <polyama@yahoo.com>
1133         * lib/Makefile.am: Add mc.hint.uk.
1135 2001-08-01  Pavel Roskin  <proski@gnu.org>
1137         * lib/mc.hint.nl: New file.
1138         From Steef Boerrigter <sxmboer@sci.kun.nl>
1139         * lib/Makefile.am: Add mc.hint.nl.
1140         * lib/mc.hint: Remove ftp site.  Update copyright.
1141         * lib/mc.hint.cs: Likewise.
1142         * lib/mc.hint.es: Likewise.
1143         * lib/mc.hint.it: Likewise.
1144         * lib/mc.hint.pl: Likewise.
1145         * lib/mc.hint.ru: Likewise.  Shorten some lines.
1147         * edit/Makefile.in: Allow running "make install" before "make all".
1148         * gtkedit/Makefile.in: Likewise.
1150 2001-07-31  Pavel Roskin  <proski@gnu.org>
1152         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
1153         editor.
1154         * lib/Makefile.am: Add lib/edit.spell.rc.
1156         * autogen.sh: Use gettextize.
1157         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
1158         * po/Makefile.in.in: Likewise.
1160 2001-07-29  Pavel Roskin  <proski@gnu.org>
1162         * syntax/slang.syntax: New file.
1163         From Walery Studennikov <despair@sama.ru>
1164         * syntax/Makefile.am: Add slang.syntax.
1166 2001-07-27  Pavel Roskin  <proski@gnu.org>
1168         * extraconf.h: Move WITH_BACKGROUND here.
1170 2001-07-24  Pavel Roskin  <proski@gnu.org>
1172         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
1174 2001-07-23  Pavel Roskin  <proski@gnu.org>
1176         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
1178 2001-07-20  Pavel Roskin  <proski@gnu.org>
1180         * Make.common.in: Move all defines ...
1181         * gnome/Makefile.in: ... here ...
1182         * src/Makefile.in: ... and here.
1184 2001-07-19  Pavel Roskin  <proski@gnu.org>
1186         * configure.in: Don't check for getwd, it's completely
1187         eliminated.
1188         * INSTALL: Remove reference to HAVE_GETWD.
1190         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
1191         entries for compressed cpio archives.
1193         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
1194         they were only used in obsolete frontends.  Don't ever use %view
1195         without commands - it's slower and loses user settings, e.g.
1196         hex mode.  Put shared libraries before man pages and read.me
1197         before .me macros so that they match correctly.  Use nm for
1198         shared libraries.  Add rules for StarOffice and AbiWord.
1200 2001-07-14  Pavel Roskin  <proski@gnu.org>
1202         * configure.in: Bump version to 4.5.54a.
1204 2001-07-13  Pavel Roskin  <proski@gnu.org>
1206         * lib/mcserv.init: Fix exit status.
1207         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
1209         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
1210         "executable", which should follow a space. Simplify rules for
1211         images. Add shell/ rule for *.info files. Fix all incorrect
1212         uses of the alternation operator.
1213         Reported by Oskar Liljeblad and Michel Casabona.
1215 2001-07-12  Pavel Roskin  <proski@gnu.org>
1217         * configure.in: Don't check for iconv, it's already checked for
1218         in AM_GNU_GETTEXT.
1220 2001-07-10  Pavel Roskin  <proski@gnu.org>
1222         * doc/mc.1.in: Update documentation about hex search.
1224         * edit/edit_key_translator.c (cooledit_key_map): Bind
1225         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
1226         From Steef Boerrigter <sxmboer@sci.kun.nl>
1228         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
1229         * edit/edit_key_translator.c (cooledit_key_map): Add support
1230         for bracket matching on Alt-B.
1231         * gtkedit/gtkeditkey.c: Likewise.
1232         From Steef Boerrigter <sxmboer@sci.kun.nl>
1234 2001-07-06  Pavel Roskin  <proski@gnu.org>
1236         * lib/mc.ext.in: Use nm to view object files.
1238         * Make.common.in: Remove GNOME-specific and unused definitions.
1239         Partly moved to gnome/Makefile.in.
1241         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
1242         they are usused.
1243         * Make.common.in: Likewise.
1245 2001-06-29  Pavel Roskin  <proski@gnu.org>
1247         * ABOUT-NLS: Update to the version from gettext-0.10.38.
1249         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
1250         now done in configure. Move -I.. to the beginning.
1251         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
1252         libintl.a may be required to link mc.
1253         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
1254         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
1255         Move all i18n code to one place. Don't substitute INTLSUB - it's
1256         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
1257         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
1259 2001-06-25  Pavel Roskin  <proski@gnu.org>
1261         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
1262         It should be enabled explicitly by giving `--enable-largefile'
1263         to configure.
1264         * INSTALL: Document it.
1266 2001-06-22  Pavel Roskin  <proski@gnu.org>
1268         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
1270         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
1271         in struct statfs.
1272         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
1274         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
1275         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
1276         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
1277         found.
1278         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
1280 2001-06-19  Pavel Roskin  <proski@gnu.org>
1282         * configure.in: Check for telldir and seekdir. Join adjacent
1283         calls to AC_CHECK_FUNCS.
1285 2001-06-16  Pavel Roskin  <proski@gnu.org>
1287         * Makefile.am: Change the order of SUBDIRS to fully compile text
1288         edition before compiling anything for GNOME.
1289         * mc.spec.in: Don't use brace expansion to avoid implicit
1290         build-time dependency on bash.
1292 2001-06-13  Pavel Roskin  <proski@gnu.org>
1294         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
1295         the test code.
1296         * configure.in: Fix compiler warnings in the arguments to
1297         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
1298         around `=' in the `test' command.
1300 2001-06-07  Pavel Roskin  <proski@gnu.org>
1302         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
1303         GNOME documentation template.
1304         * doc-gnome/C/mkhtml: Don't generate index.
1305         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
1307 2001-06-06  Pavel Roskin  <proski@gnu.org>
1309         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
1310         conditional variables from EXTRA_DIST.
1312 2001-06-05  Pavel Roskin  <proski@gnu.org>
1314         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
1315         conversion support.
1316         From Walery Studennikov <hqsoftware@mail.ru>.
1318         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
1320 2001-06-01  Pavel Roskin  <proski@gnu.org>
1322         * lib/mc.charsets: Synchronize with the latest patch - remove
1323         a comment.
1325 2001-05-30  Pavel Roskin  <proski@gnu.org>
1327         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
1328         work with GNOME.
1330         * lib/mc.charsets: New file. From Walery Studennikov.
1331         * lib/Makefile.am: Distribute mc.charsets. Install it if
1332         the charset support is enabled.
1334         * configure.in: Add check for iconv() and the necessary code
1335         to support the charset selection patch.
1337         * configure.in: Add check for ESCDELAY variable in ncurses.
1339 2001-05-29  Pavel Roskin  <proski@gnu.org>
1341         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
1342         USE_EXT2FSLIB.
1344         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
1345         * pc/config.h: Likewise.
1347         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
1348         and "strings". Recognize "write" files and MS Word templates.
1349         For MS Excel documents try "xls2csv" and "strings".
1350         Escape spaces in the "type" directives.
1351         From Nerijus Baliunas.
1353         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
1355         * Make.common.in: Remove hpath, it's unused.
1357         * acconfig.h: Move constant parts ...
1358         * extraconf.h: ... here.
1359         [HAVE_X]: Disable subshell, s-lang and curses.
1360         * Makefile.am: Add extraconf.h.
1362 2001-05-28  Pavel Roskin  <proski@gnu.org>
1364         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
1365         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
1366         * configure.in: ... here.
1368 2001-05-27  Pavel Roskin  <proski@gnu.org>
1370         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
1371         * acconfig.h: Likewise.
1372         * src/layout.c: Likewise.
1374         * Make.common.in: Remove all percent rules.
1375         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
1376         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
1377         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
1378         AM_INIT_AUTOMAKE.
1380         * Make.common.in: Remove obsolete dependency tracking system.
1381         * configure.in: Likewise.
1382         * edit/Makefile.in: Likewise.
1383         * gnome/Makefile.in: Likewise.
1384         * gtkedit/Makefile.in: Likewise.
1385         * slang/Makefile.in: Likewise.
1386         * src/Makefile.in: Likewise.
1387         * vfs/Make-mc.in: Likewise.
1388         * src/depend.awk: Remove.
1390 2001-05-26  Pavel Roskin  <proski@gnu.org>
1392         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
1393         * syntax/octave.syntax: New file. From Walery Studennikov.
1394         * syntax/Makefile.am: Add octave.syntax.
1396         * configure.in: Fix incorrect test for stdin support in grep -
1397         it would always fail when configuring in an empty directory.
1398         Portability fixes - unset, backslashed space in here-documents.
1399         Eliminate all instances of "changequote".
1401         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
1402         user choice.
1403         * acconfig.h: Changes for the above.
1404         * INSTALL: Don't document --with-sco - it's now defunct.
1405         * INSTALL.FAST: Likewise.
1407 2001-05-25  Pavel Roskin  <proski@gnu.org>
1409         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
1410         are in the beginning of the "file" output.
1412 2001-05-23  Pavel Roskin  <proski@gnu.org>
1414         * lib/mc.ext.in: Add associations for viewing RPM files.
1416 2001-05-22  Pavel Roskin  <proski@gnu.org>
1418         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
1419         By default exit after the first error in jade.
1421         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
1422         JADEFLAGS environment variables. Report progress. Clean up on
1423         failure.
1425 2001-05-21  Pavel Roskin  <proski@gnu.org>
1427         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
1428         files.
1430         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
1431         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
1433 2001-05-20  Pavel Roskin  <proski@gnu.org>
1435         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
1436         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
1437         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
1438         * doc-gnome/C/figs/Makefile.am: Add support for converting from
1439         PNG to EPS.
1441         * Makefile.am (EXTRA_DIST): Remove create_vcs.
1442         * doc/FILES: Likewise. Typo fix.
1444 2001-05-19  Pavel Roskin  <proski@gnu.org>
1446         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
1447         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
1448         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
1450         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
1451         index entry "Moving files".
1453 2001-05-18  Pavel Roskin  <proski@gnu.org>
1455         * configure.in: Use src/main.c in AC_INIT.
1457         * create_vcs: Remove.
1459         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
1460         Add download location for glib.
1461         * mc.spec.in: Likewise.
1462         * doc/LSM: Likewise.
1463         * doc/mc.1.in: Likewise.
1464         * doc/mcedit.1.in: Likewise.
1465         * src/ext.c: Don't mention download location for MC.
1467         * FAQ: Update status of Tk, XView. and GNOME editions. Update
1468         homepage of gpm.
1470         * INSTALL: Remove information about Tk and XView. Change the
1471         mailing list addresses again.
1472         * FAQ: Change the mailing list addresses again.
1473         * MAINTAINERS: Likewise.
1474         * README: Likewise.
1475         * doc/mc.1.in: Likewise.
1476         * gnome/gmc-window.c: Likewise.
1477         * lib/README.xterm: Likewise.
1478         * lib/mc.ext.in: Likewise.
1479         * lib/mc.hint*: Likewise.
1480         * lib/mc.hlp.hu: Likewise.
1481         * po/*.po: Likewise.
1482         * src/main.c: Likewise.
1484 2001-04-20  Pavel Roskin  <proski@gnu.org>
1486         * FAQ: Change the mailing list addresses and the download
1487         locations.
1488         * INSTALL: Likewise.
1489         * MAINTAINERS: Likewise.
1490         * README: Likewise.
1491         * doc/mc.1.in: Likewise.
1492         * gnome/gmc-window.c: Likewise.
1493         * lib/README.xterm: Likewise.
1494         * lib/mc.ext.in: Likewise.
1495         * lib/mc.hint*: Likewise.
1496         * lib/mc.hlp.hu: Likewise.
1497         * po/*.po: Likewise.
1498         * src/main.c: Likewise.
1500 2001-04-19  Pavel Roskin  <proski@gnu.org>
1502         * configure.in: Don't install mcserv unless
1503         "--enable-mcserv-install" has heen specified.
1504         Don't quote the first argument in all calls to AM_CONDITIONAL
1505         to work around a bug in Automake 1.4.
1506         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
1507         * vfs/Make-mc.in: Likewise.
1509 2001-04-13  Pavel Roskin  <proski@gnu.org>
1511         * configure.in: Bump version to 4.5.53a.
1513 2001-04-06  Pavel Roskin  <proski@gnu.org>
1515         * gtkedit/editcmd.c: Remove support for XView layout attributes.
1516         * gtkedit/editoptions.c: Likewise.
1517         * pc/chmod.c: Likewise.
1518         * pc/drive.c: Likewise.
1519         * src/boxes.c: Likewise.
1520         * src/chmod.c: Likewise.
1521         * src/dlg.c: Likewise.
1522         * src/dlg.h: Likewise.
1523         * src/filegui.c: Likewise.
1524         * src/find.c: Likewise.
1525         * src/hotlist.c: Likewise.
1526         * src/layout.c: Likewise.
1527         * src/listmode.c: Likewise.
1528         * src/main.c: Likewise.
1529         * src/option.c: Likewise.
1530         * src/panelize.c: Likewise.
1531         * src/wtools.c: Likewise.
1532         * src/wtools.h: Likewise.
1533         * vfs/smbfs.c: Likewise.
1535         * autogen.sh: Check out "intl" and "macros" directories if they
1536         are missing. Simply "cvs up -d" won't restore them.
1538         * configure.in: Bump version to 4.5.52a.
1540 2001-03-14  Pavel Roskin  <proski@gnu.org>
1542         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
1543         Automake conditional USE_SAMBA_FS if Samba is to be supported
1544         in VFS.
1546 2001-03-07  Pavel Roskin  <proski@gnu.org>
1548         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
1549         defined.
1550         Reported by Norbert Warmuth.
1552         * configure.in: Don't process vfs/extfs/uzip - it's now
1553         constant.
1555         * syntax/changelog.syntax: Require space after asterisk to have
1556         it highlighted.
1558 2001-03-02  Pavel Roskin  <proski@gnu.org>
1560         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
1561         * configure.in: Use AC_PROG_CC_STDC instead.
1563         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
1564         Suggested by Christian Gennerat.
1566         * lib/mc.ext.in: Add support for "freeze" - old compression
1567         program used mostly on QNX.
1568         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
1569         * lib/Makefile.am: Adjusted.
1571 2001-02-26  Pavel Roskin  <proski@gnu.org>
1573         * lib/mc-gnome.ext.in: Remove, it's not used.
1574         * configure.in: Remove lib/mc-gnome.ext.
1575         * lib/Makefile.am: Likewise.
1577 2001-02-20  Pavel Roskin  <proski@gnu.org>
1579         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
1580         defined to prevent warnings on OpenBSD 2.7.
1581         * slang/jdmacros.h: Likewise.
1582         * src/mad.h: Likewise.
1583         * src/poptalloca.h: Likewise.
1585         * configure.in: Check for sys/time.h and sys/timeb.h. Use
1586         AC_HEADER_TIME.
1588 2001-02-07  Pavel Roskin  <proski@gnu.org>
1590         * autogen.sh: Create vfs/samba/include/stamp-h.in.
1591         * vfs/samba/include/stamp-h.in: Remove.
1593         * macros/curses.m4: Quote first argument to AC_DEFUN.
1594         * macros/gnome-cxx-check.m4: Likewise.
1595         * macros/gnome-gettext.m4: Likewise.
1596         * macros/gnome-libgtop-check.m4: Likewise.
1597         * macros/gnome-print-check.m4: Likewise.
1598         * macros/linger.m4: Likewise.
1599         * macros/need-declaration.m4: Likewise.
1601         * configure.in: Only configure in vfs/samba if smbfs support is
1602         enabled even with Autoconf 2.13.
1604 2001-01-30  Pavel Roskin  <proski@gnu.org>
1606         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
1607         --without-samba due to a typo.
1609         * configure.in: Only configure in vfs/samba if smbfs support is
1610         enabled. This optimization will only work with Autoconf-2.49c
1611         and above.
1613 2001-01-13  Pavel Roskin  <proski@gnu.org>
1615         * configure.in: Don't create a faked malloc.h.
1616         * gtkedit/edit.h: Don't assume that malloc.h always exists.
1617         * src/mad.h: Likewise.
1619         * configure.in: Simplified handling of cons.saver.
1620         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
1621         * mc.spec.in: Remove a workaround for the above.
1623         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
1624         for MC. Don't rely on the output of uname - use $host_os.
1626 2001-01-11  Pavel Roskin  <proski@gnu.org>
1628         * configure.in: Check for ext2 libraries only if VFS is enabled.
1630         * src/Makefile.in: Create directories before installing files.
1631         Removed all occurences of libprefix - it's never defined.
1633         * configure.in: All macros from configure.in moved to
1634         acinclude.m4. Added missing quotes in several places.
1635         * acinclude.m4: Likewise.
1637         * edit/Makefile.in: Don't install or uninstall mcedit -
1638         it cannot be installed before mc on systems without symlinks.
1639         * gtkedit/Makefile.in: Likewise.
1640         * src/Makefile.in: Install mcedit (if enabled) and mcview.
1641         Uninstall them.
1643         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
1644         from acinclude.m4 in gtk+:
1645         Don't define ENABLE_NLS unless we have a working NLS.
1646         (This should keep libintl.h from being included when it doesn't
1647         exist).
1649 2001-01-09  Pavel Roskin  <proski@gnu.org>
1651         * doc-gnome/C/figs/Makefile.am: New file.
1652         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
1653         makefile do it.
1654         * configure: Substitute doc-gnome/C/figs/Makefile.
1656         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
1658 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
1660         * lib/mc.hlp.hu: Added Hungarian help file from
1661           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
1662           maci@integrity.hu, mfh47@freemail.hu
1663         * lib/Makefile.am: Added LOCALIZED_HELP for further
1664           mc.hlp l10ns
1665         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
1666           gtkedit/editcmd.c: I18n of mc.hlp
1668 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
1670         * doc/mc.1.in: Corrected badly formatted link...
1672 2000-11-10  Robert Brady  <robert@suse.co.uk>
1674         * configure.in: Add Tamil to ALL_LINGUAS.
1676 2000-10-23  Pavel Roskin  <proski@gnu.org>
1678         * mc.spec.in: Allow mcserv.8 to be gzipped.
1680         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
1681         that cannot deal with "./gmc.sgml".
1683 2000-10-09  Pavel Roskin  <proski@gnu.org>
1685         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
1686         that CVS Automake will drop dependencied to the macros that
1687         we don't distribute.
1689         * lib/mc.ext.in: Removed references to icons. Source RPMs
1690         grouped to one regex. Removed "Update" for source RPMs, added
1691         "Rebuild" instead. Added "Check signature" for all RPMs.
1692         Added a comment about pop-up menus in the text edition.
1694 2000-10-06  Pavel Roskin  <proski@gnu.org>
1696         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
1697         flags moved out of CFLAGS as recommended by GNU coding
1698         standards.
1699         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
1700         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
1701         XCPPFLAGS.
1702         * INSTALL (Random notes on porting to other architectures):
1703         Completely rewritten. Recommended using CFLAGS instead of XINC.
1705 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1707         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
1709 2000-10-04  Christophe Merlet  <christophe@merlet.net>
1711         * gnome/*.desktop: Updated french strings.
1713 2000-10-03  Pavel Roskin  <proski@gnu.org>
1715         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
1716         to allow <legalnotice>. Unclosed tags fixed.
1718 2000-09-30  Pavel Roskin  <proski@gnu.org>
1720         * mc.spec.in: New package mc-common. Use DESTDIR instead of
1721         misusing prefix. Don't install old icons - they don't exist.
1723         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
1724         "export -f" to have mc() exported.
1725         * doc/mc.1.in: Changed description of the "-P" option to
1726         avoid inclusion of mc.sh and mc.csh into the manual.
1727         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
1729 2000-09-24  Pavel Roskin  <proski@gnu.org>
1731         * doc/mc.1.in: Minor formatting fixes.
1733         * lib/mc.sh.in: Remove temporary file non-interactively.
1734         * doc/mc.1.in: updated example for mc.sh.
1736 2000-09-23  Pavel Roskin  <proski@gnu.org>
1738         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
1739         updates it when needed.
1740         * mc.spec.in: Include translations with mc, not gmc. Run
1741         chkconfig --del in %preun, not %postun. --without-debug not
1742         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
1743         be executable. New files in %{prefix}/lib/mc/ - translated hints,
1744         editor files.
1746         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
1747         directory for document processing. Comment changes. gmc.ps and
1748         gmc.pdf now generated from gmc.dvi.
1750         * configure: Always include Make.common as file, otherwise
1751         "make distclean" breaks.
1752         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1753         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
1754         replaced with "rm -f" - the stangard says that "rm" is portable.
1755         Ditto $(MV). Adjusted *clean targets to match those in
1756         Automake. Removed "cross" target.
1758 2000-09-22  Pavel Roskin  <proski@gnu.org>
1760         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
1761         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
1762         * doc/Makefile.in: Converted to ...
1763         * doc/Makefile.am: ... this.
1765 2000-09-21  Pavel Roskin  <proski@gnu.org>
1767         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
1768         is not expanded in all shells.
1769         * doc/mc.sgml: Updated the example script to reflect the above
1770         changes.
1771         * doc/mc.in.1: Likewise.
1773 2000-09-19  Pavel Roskin  <proski@gnu.org>
1775         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
1776         Marco Ciampa
1778 2000-09-18  Pavel Roskin  <proski@gnu.org>
1780         * Make.common.in: Added installcheck to placate "make distcheck"
1781         * configure.in, Make.common.in, doc/Makefile.in,
1782         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1783         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
1784         variable MKINSTALLDIRS and builddir with Automake-compatible
1785         mkinstalldirs and top_builddir.
1786         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
1787         files. Added uninstall-local target.
1789 2000-09-17  Pavel Roskin  <proski@gnu.org>
1791         * configure.in: fixed wrong use of AC_MSG_RESULT inside
1792         AC_CACHE_VAL
1794         * Make.common.in: Added the "dvi" target for "make distcheck"
1795         to go further
1796         * doc-gnome/C/Makefile.in: converted to ...
1797         * doc-gnome/C/Makefile.am: ... this
1799 2000-09-15  Pavel Roskin  <proski@gnu.org>
1801         * acconfig.h, configure.in: Require autoconf 2.13 or above.
1802         Removed workarounds for older versions. Removed MCDEBUG
1803         variable - it's not used. --with-debug renamed to --with-mad and
1804         cleaned up. Always use -Wall with gcc, other manipulations with
1805         CFLAGS removed.
1807         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1808         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1809         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
1810         mc.pot becomes out of date in the tarball.
1812 2000-09-14  Pavel Roskin  <proski@gnu.org>
1814         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
1815         tests for cp, mv and rm.
1816         * Make.common.in: Removed variables xv_bindir and STRIP.
1817         Variables CP, MV and RMF are assigned trivial values.
1819         * edit/Makefile.in: Don't link headers, add extra includes
1820         to CPPFLAGS instead. Put links to the build directory.
1821         Remove the hack with "mx" - it is not needed anymore.
1823         * configure.in: remove any manupulations with top_srcdir.
1824         Don't change CPPGLAGS when the internal editor is enabled,
1825         instead do it ...
1826         * edit/Makefile.in, gtkedit/Makefile.in: ... here
1828         * configure.in, Make.common.in, doc/Makefile.in,
1829         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1830         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
1831         changed to top_srcdir for Automake compatability
1833         * configure.in: REGEX_O variable removed - always use our regex
1835         * configure.in: MCFGR variable removed
1837 2000-09-12  Pavel Roskin  <proski@gnu.org>
1839         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
1840         other GNOME modules
1841         * autogen.sh: remove "-I ." from the "aclocal" command line
1843 2000-09-01  Pavel Roskin  <proski@gnu.org>
1845         * configure.in: output vfs/extfs/Makefile
1847         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
1848         to avoid a warning
1849         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
1850         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
1852 2000-08-29  Pavel Roskin  <proski@gnu.org>
1854         * configure.in: use AM_GNOME_GETTEXT
1855         * gettext.m4: removed
1856         * Makefile.am: adjusted files to distribute, previous change
1857         reverted
1859         * mc-aclocal.m4: renamed to ...
1860         * acinclude.m4: ... this
1861         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
1862         * Makefile.am: aclocal should scan "." for gettext.m4
1864 2000-08-28  Pavel Roskin  <proski@gnu.org>
1866         * Make.common.in: removed hack for "make distcopy"
1867         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1868         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1869         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
1870         for external builds.
1871         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
1873 2000-08-24  Pavel Roskin  <proski@gnu.org>
1875         * new_icons/Makefile.in: converted to ...
1876         * new_icons/Makefile.am: ... this
1877         * configure.in: automake conditional GNOME introduced.
1878         "insticons" removed
1880         * icons/*: removed
1881         * Makefile.am, configure.in: necessary adjustments
1883         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
1884         automake installs them now
1886         * syntax/Makefile.in: converted to ...
1887         * syntax/Makefile.am: ... this
1889         * idl/Makefile.in: converted to ...
1890         * idl/Makefile.am: ... this
1892         * lib/Makefile.am: simplified, fixed "make dist"
1894         * lib/Makefile.in: converted to ...
1895         * lib/Makefile.am: ... this
1897         * lib/tkmc.wmconfig: removed
1898         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
1900         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
1901         to ...
1902         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
1903         * Make.common.in: support for "distdir" for compatability
1904         with Automake-generated makefiles
1905         * autogen.sh: run automake. Force cache - it is off by default
1906         in autoconf 2.49a, but it's still handy for maintainers
1907         * configure.in: adapted for Automake
1909         * AUTHORS: new file
1911 2000-08-23  Pavel Roskin  <proski@gnu.org>
1913         * configure.in: resurrect definition of xvers
1915         * VERSION.in: removed
1916         * Makefile.in: don't do anything with VERSION.in and VERSION
1917         Take mc.spec from builddir, not srcdir
1918         * configure.in: don't create VERSION
1920 2000-08-22  Pavel Roskin  <proski@gnu.org>
1922         * *.c, *.h: Updated address of Free Software Foundation
1924 2000-08-21  Pavel Roskin  <proski@gnu.org>
1926         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
1927         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
1928         related to XView, libXPM, libXext and Tk
1930 2000-08-18  Pavel Roskin  <proski@gnu.org>
1932         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
1933         files
1935         * configure.in: Simplified dependency tracking by using
1936         "-include" with GNU Make
1937         * autogen.sh: Exit on all failures
1939 2000-08-17  Pavel Roskin  <proski@gnu.org>
1941         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
1942         Fixed all misuses of single and double quotes. Typo fixes.
1943         Ensured compatability with sgml2html, sgml2txt and sgml2latex
1944         * doc/mc.1.in: Typo fix
1946         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
1947         * doc/linuxdoc-sgml.diff: removed
1948         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
1949         distribute gnome.sgml
1951 2000-08-15  Pavel Roskin  <proski@gnu.org>
1953         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
1954         in the "distclean" target
1956         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
1957         Removed all XVIEW-related stuff
1958         Fixed placement of png files on "make dist"
1960         * doc/mc.1.in: Updated info about the internal editor
1962         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
1963         indicate serious problems. Fixes for uninstall.
1964         * doc/Makefile.in: Rebuild if it is out of date.
1966         * lib/cedit.menu: Added. This file has been missing
1968         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
1970 2000-08-08  Pavel Roskin  <proski@gnu.org>
1972         * Makefile.in: correctly detect make failures in subdirs
1974 2000-08-01  Pavel Roskin  <proski@gnu.org>
1976         * nt, os2, tk, xv: removed all files
1977         * configure.in: don't create os2 and nt directories
1979 2000-08-01  Pavel Roskin  <proski@gnu.org>
1981         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
1983         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
1985 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
1987         * src/main.c: make 8bit input/output the default (99% of the people
1988         expects that; lets the remaining 1% use the configuration menu
1989         to disactivate it if they want)
1991 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1993         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
1995 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
1997         * configure.in: check for gnome-libs with window icon support
1999         * acconfig.h: add icon define
2001 2000-06-08  Matthias Warkus  <mawa@iname.com>
2003         * new_icons/gnome-pack-*.png: Updated.
2004         * gnome/mc.keys: Added a MIME type for SLP packages.
2006 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
2008         * syntax/diff.syntax: Highlight lines beginning with "File",
2009         "Files" and "Binary"
2010         * syntax/makefile.syntax: Highlight "ifndef"
2011         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
2012         highlighted)
2014 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2016         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
2017         comment lines with # in last release
2019 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2021         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
2023 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2025         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
2026         look more consistent than original.
2028 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2030         * config.in: Added check against strcoll().
2032 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2034         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
2035         added 'and', 'or', 'not', 'for' keywords.
2037 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2039         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
2040         based systems. Hope, this will make FreeBSD midc maintainer to enable
2041         build-in editor by default. Still, syntax highlighting is disabled.
2042         Need to port...
2044 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2046         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2047           fixed, some messages gettext()ed again here and in
2048         gtkedit/editmenu.c:edit_about_cmd()
2050 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2052         * doc/mc.sgml (Examples): Fixed documentation, thanx
2053         to martin@internet-treff.uni-koeln.de.
2055 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
2057         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
2058         the label text
2060 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
2062         * gtkedit/syntax.c: treat *.ads as Ada source
2063         * syntax/ada95.syntax: escape "+" and "*"
2064         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
2065         * syntax/Makefile.in: remove diffc.syntax
2067         * edit/edit_key_translator.c: interpret code 0177 as
2068         backspace unless recognized otherwise
2070 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
2072         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
2073         initialization of array of structure (gcc version 2.96 20000131
2074         chokes on it).
2076         * lib/mc.hint: C-y and not C-u can be used to insert text in input
2077         lines (e. g. text which has been deleted with M-d).
2079         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
2081 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
2083         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
2085 2000-01-29  Matthias Warkus  <mawa@iname.com>
2087         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
2088         design on Federico's request.
2090 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
2092         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
2093         an ArrangeType enum.
2095 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
2097         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
2098         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
2099         setup.c: Add option of using GNOME "magic" routines to determine file
2100         types. This makes MC intelligently look at the data in the file to see
2101         what type of file it is, rather than looking at the filename extension.
2102         This slows down MC quite a bit, so it has been made an optional
2103         preference item. Type detection is expected to improve as mime-magic
2104         matures.
2106 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
2108         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
2109         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
2110         providing a patch.
2112 2000-01-11  Matthias Warkus  <mawa@iname.com>
2114         * Added icon and keys entry for Scheme source.
2116 2000-01-03  Fatih Demir  <kabalak@gmx.net>
2118         * configure.in: Added tr -> ALL_LINGUAS .
2120 1999-12-28  Matthias Warkus  <mawa@iname.com>
2122         * new_icons/*.png: Added a bunch of new icons.
2124 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
2126         * configure.in (VERSION): Bumped version number to 4.5.42.
2128 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
2130         * configure.in: added 'uk' to ALL_LINGUAS.
2132 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2134         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
2135         request from David Sauer
2137 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
2139         * configure.in (VERSION): Bumped version number to 4.5.41.
2141 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
2143         * configure.in (VERSION): Set version number to 4.5.39.
2145 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
2147         * configure.in: Added pt_BR to ALL_LINGUAS
2149 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
2151         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
2152         path to the mc binary according to @prefix@.
2154         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
2155         configure. Install mc.sh and mc.csh in $(suppbindir).
2157         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
2158         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
2159         copies of the included function definitions.
2161         * mcfn_install.in: Comment out definitions of the mc functions. Source
2162         mc.sh instead of adding an outdated mc function definition.
2164         * configure.in: output mc.sh and mc.csh
2166 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
2168         * lib/startup.links: Changed the news link to Gnotices
2170 1999-09-19  David Martin  <dmartina@usa.net>
2172         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
2173         8 bit chars from strftime get displayed when inserting date.
2175         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
2176         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
2177         file to avoid interferences. In this one I changed the extension check
2178         to a type check (as used for gzip) which might give problems in some
2179         systems.
2181         * configure.in: Use -Tlatin1 to format man pages when available and
2182         "view" 8 bit chars.
2184 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
2186         * gtkedit/edit.h: Include file reordering to make it compile with
2187         --with-debug
2189         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
2190         dependent on lenght of translated strings to display.
2192 1999-09-16  Owen Taylor  <otaylor@redhat.com>
2194         * Remove the magicdev autoconf test in favor of just
2195         including the idl file. Otherwise we have a dependency
2196         loop between this and magicdev.
2198 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
2200         * idl/FileManager.idl: Changed names, and put everything under a
2201         FileManager module.  Added a Desktop interface and some methods to
2202         the WindowFactory interface.
2204 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
2206         * doc-gnome/*: Shiny new docs from users-guide.
2207         All synced up.
2209 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
2211         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
2213 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
2215         * README: Updated and spell-checked.
2217         * NEWS: Updated.
2219 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
2221         * configure.in (ALL_LINGUAS): Added sv.
2223 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
2225         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
2226         symlink attacks (mcfn_install and the man page still needs to be
2227         updated).
2229 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
2231         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
2232         a symbolic link (ln -sf doesn't work as expected on Solaris)
2234 1999-08-19  Elliot Lee  <sopwith@redhat.com>
2235         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
2237 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
2239         * doc-gnome/C/gmc.sgml: Index fixes.
2241 1999-08-18  Elliot Lee  <sopwith@redhat.com>
2243         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
2244         initializers in the GnomeUIInfo structure.
2246 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
2248         * configure.in (VERSION): Bumped version number to 4.5.38.
2250 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
2252         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
2254 1999-08-15  David Martin  <dmartina@usa.net>
2256         * gtkedit/edit.c: Print localized date with strftime()
2258         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
2260 1999-08-08  David Martin  <dmartina@usa.net>
2262         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
2263         translation.
2265         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
2266         translation as it used to be.
2268 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2270         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
2271         that the correct index.html will be generated.
2273 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2275         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
2276         to the list.
2278 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
2280         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
2281         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
2282         This adds some new syntax rules, and spell check on the fly
2283         which if someone bugs me for, will actually get enabled in
2284         both the text and gnome versions. Bookmark stuff also needs
2285         some keys bound to it, I suppose: any takers?
2287 July 19, 1999 Elliot Lee
2288         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
2290 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
2292         * Makefile.in (all): Makefile fix.
2294 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2296         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2297         should fix the problem we had with FSSTND distributions.
2299 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2301         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
2302         list of distributed files.
2304 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2306         * configure.in (VERSION): Bumped version number to 4.5.34.
2308 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
2310         * Add fi into ALL_LINGUAS
2312 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
2314         * gnome/i-zipdisk2.png: Added another zip-disk icon
2315         by <scarab@egyptian.net> - It looks very nice. Variation
2316         is good.
2318 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2320         * acconfig.h: Add WITH_SMBFS
2322         * macros/gnome-vfs.m4: Support conditional samba support.
2324 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2326         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2327         should fix the problem we had with FSSTND distributions.
2329 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
2331         * mc.spec.in: added syntax files to %files
2333 1999-06-22  David Martin  <dmartina@usa.net>
2335         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
2337 1999-06-07  Shooby Ban  <bansz@szif.hu>
2339         * po/hu.po, configure.in: added hungarian translations...
2340           I'm not sure it's OK, but it seems usable.
2341           Translators: Tamas Fejos and Andras Kadar
2343 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
2345         * configure.in, Makefile.in: added the gmc helpfile to the build
2347 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
2349         * Add ja entry to LANG in configure.in
2351 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2353         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
2354         be installed in the system :) (added it to the Makefile.in)
2356 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2358         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
2359         disks - someone please add it to the mount.c code so it gets used..
2360         Everyone have a nice time at the expo! :) I hope to join the
2361         next time.
2363 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2365         * configure.in: Added check for getpt ()
2367 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2369         * configure.in (VERSION): Bumped version number to 4.5.31.
2371 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2373         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
2374         need to fool it by strdup'ing the return value of tempnam.
2376 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2378         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
2379         MCLIBS which are specific to the text edition.
2381         * INSTALL: Added documentation for --with-tm-x-support
2383 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
2385         * mc.spec.in : Folded in some changes from the 'offical' rpm
2386         spec file.
2388 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2390         * configure.in (SHELL): Do not use grep -q, as it is not portable
2391         to every OS.
2393 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2395         * configure.in: Linking from $srcdir/slang is broken when configure
2396         isn't called with an absolute path. Link from ../$srcdir/slang if
2397         configure was invoked with a relative path.
2399 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2401         * configure.in: Do not rm the destination file and then link, use
2402         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
2404 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2406         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
2407         --with-PACKAGE and --without-PACKAGE gave the same results.
2409 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2411         * configure.in (VERSION): Bumped version number to 4.5.30.
2413 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2415         * configure.in (VERSION): Bumped version number to 4.5.29.
2417 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2419         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
2420         now contains all checks.
2422 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2424         * configure.in (VERSION): bumped version number to 4.5.28.
2426 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
2428         * */Makefie.*: fixed several missed conversions from libdir to
2429         mclibdir. (Should be automake'd, really)
2431 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2433         * Make.common.in: There were conflicting definitions of mclibdir
2434         (one for installation, one for source).  Now the source one is
2435         called mcsrclibdir.
2437         * doc/Makefile.in: Use mcsrclibdir where appropriate.
2439 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
2441         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
2442         Pascal Program" (Heh, second time :)
2444         * Makefile.common: Until things gets clear, keep syntax rules in
2445         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
2447         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
2448         @libdir@.
2450 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
2452         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
2453         as requested by Paul. Still, need some checking...
2455 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
2457         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
2458         to date with cooledit 3.9.0. This adds some new features.
2459         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
2460         syntax.c. This is because the rule set is becoming too
2461         large to maintain in its current form and because file
2462         loading is starting to get slow.
2464         There is also a bookmark feature which does not yet have
2465         key bindings assigned to it, but should be cool once
2466         these get inserted. Syntax rules files are named
2467             $LIBDIR/cooledit/syntax/*.syntax
2469 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2471         * configure.in: Create slang directory, it is needed when
2472         builddir != srcdir.
2473         Use -f when calling rm, the file does not exist on
2474         first compile.
2475         No need to copy VERSION from $srcdir, it's already generated in
2476         $buildir.
2478 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
2480         * edit/edit_key_translator.c: Added missing translation tags.
2482 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2484         * configure.in: Minimum version of glib should be 1.2.0.
2485         (VERSION): Bumped version number to 4.5.27.
2487 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
2489         * gtkedit/editcmd.c: Added missing translation tags.
2491         * gtkedit/editoptions.c: Added missing translation tags. Translate
2492         radio buttons on first use.
2494 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
2496         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
2497         to get the mc spec file to work.
2498         * hacked configure to generate a properly versioned spec file.
2500 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2502         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
2503         radio buttons on first pass.
2505 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
2507         * gtkedit/editcmd.c: Mark strings in the search and replace
2508         dialogs for translation. Resized these dialogs to let the messages
2509         fit.
2511 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2513         * gtkedit/editwidget.c (selection_send): Use the proper type for
2514         64-bit cleanliness (Patch from George Lebl).
2516 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
2518         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
2519         into the catalog file.
2521 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2523         * configure.in: Make Timur's libtermcap check work with SLang
2524         0.99.98, too.
2526 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2528         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
2529         PS and EPS files.  Thanks, Tigert!
2531 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2533         * configure.in (CCOPTS): Drop the prefix auto-detection.
2535 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
2537         * configure.in: Add check, which, in case of system-installed SLang
2538         library tries to run a test program, which determines, does we need
2539         linking with libtermcap.a. Also, set of if's for finding terminfo
2540         dir changed to for cycle - a bit nicer :)
2542 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2544         * README.QNX: Deleted documention about mc.menu.qnx.diff.
2546 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2548         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
2550 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2552         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
2553         from tar calls when extracting (according to my man page this option
2554         is only useful when creating archieves).
2556 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2558         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
2559         adds support for tar.bz2 and merges the support for freeze-compressed
2560         tar files (tar.F) from mc.menu.qnx.diff.
2562 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
2564         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
2565         GNU-like :)
2567 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2569         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
2570         the catalog file.
2572 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
2574         * new_icons/gnome-core.png: New icon for core files. Someone
2575         please add the code part :)
2577 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
2579         * configure.in: Add check against setuid() and setreuid() functions.
2581 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2583         * slang/slang.h: renamed to slang-mc.h
2585         * slang/Makefile.in: delete slang.h on "make clean"
2587         * configure.in: link slang/slang-mc.h to slang/slang.h when the
2588         included slang is used. Problem was that MC's slang.h was used
2589         when we compiled with an already installed SLang and the systems
2590         header file were included with <slang/slang.h>.
2591         Unfortunatly I can't use AC_LINK_FILES to make the links because
2592         if we needn't make any links AC_LINK_FILES makes a link from
2593         srcdir to top_builddir (builddir != srcdir).
2595         Temporary add $LGPM to $LIBS when checking for the resizeterm
2596         and keyok functions (ncurses might be linked against GPM).
2598         Substitude PACKAGE (intl/Makefile makes use of it)
2600 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
2602         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
2603         #include "global.h".
2605 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
2607         * Make.common.in (gnewdir): new path.
2609 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
2611         * configure.in: Add comments before "Let" and "the" - typo. Add new
2612         path to include's search.
2614 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
2616         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
2618 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2620         * configure.in (REGEX_O): Always include regex.o as the code we
2621         are using in gmc is not using regcomp/regexec, but the internal
2622         Emacs API.
2624         * src/regex.c: Do not compile the POSIX compatibility code, as we
2625         do not use it.
2627 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2629         * doc/mc.sgml, mc1.in (Color section): minor polishing
2630         (Layout section): documented Highlight...
2632 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2634         * configure.in: Deleted du checks
2636         * INSTALL: Deleted --with-dusum documentation.
2638         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
2639         Configuration dialog. Added Advanced chown subsection. Deleted
2640         variables from the Special settings section which are now covered
2641         by the configuration dialog.
2643 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2645         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
2646         tar_gz_memlimit. Partially rewrote the section about the
2647         Virtual FS.. configuration dialog.
2649 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
2651         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
2653 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2655         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
2657         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
2658         builddir
2660 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
2662         * new_icons/gnome-image-[lots].png: I added some icons for file
2663         types (image) there - someone please tell me what the correct
2664         location and naming convention is and I will try to follow that. :)
2666 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
2668         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
2669         the build will still work.  (Has this been replaced by new_icons?)
2671 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
2673         * doc/mc.1.in, mc.sgml: added my name to list ov authors
2675 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2677         * Makefile.in (codedirs): Dropped xv and tk ports from the
2678         distribution. include idl directory.
2680 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2682         * configure.in (slang_use_system_installed_lib): Define slang
2683         here, to avoid having this on LIBS.
2685 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
2687         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
2689 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
2691         * config.h.in: Removed from CVS, added to .cvsignore
2693         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
2694         configure.in:
2695         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
2696         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
2697         HAS_CURSES added to acconfig.h
2699 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2701         * autogen.sh: Add "-I macros" to the aclocal flags.
2703         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
2704         so that aclocal will not complain about an obsolete macro.
2706         * configure.in: Use MC_HPUX_PROG_CC_STDC
2708         * ChangeLog: There was no ChangeLog here, so I added one.