* autogen.sh: Use autopoint for gettext 0.11.5 and above. Don't
[midnight-commander.git] / ChangeLog
blob306657973660e33ff26c2a9b781bbec44324a9df
1 2002-09-13  Pavel Roskin  <proski@gnu.org>
3         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
4         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
6         * po/Makevars: New file for compatibility with gettext 0.11.x.
8         * configure.in: Remove "Debugger code" message.
10         * acinclude.m4: Replace undelfs_o with use_undelfs.
11         * configure.in: Likewise.  Don't substitute it.
13         * configure.in: Simplify processing of without-edit.  Replace
14         several variables with use_edit.
15         * acinclude.m4: Remove AC_WITH_EDIT.
17         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
18         use_smbfs.
19         * configure.in: Likewise.
20         * INSTALL: Document --with-samba.
22         * configure.in: Roll --enable-mcserv-install into ...
23         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
24         * INSTALL: Document --with-mcfs.
26 2002-09-12  Pavel Roskin  <proski@gnu.org>
28         * configure.in: Don't check if crypt() prototype is needed to
29         avoid warnings - the whole code is not worth avoiding one
30         legitimate warning.
31         * acinclude.m4: Remove AC_TRY_WARNINGS.
33         * configure.in: ALL_LINGUAS should be defined unconditionally.
35         * acinclude.m4: Clarify some help texts, add defaults in square
36         brackets, use more consistent spacing.
37         * configure.in: Likewise.
39         * lib/mc.menu: Don't call tarballs "releases".  Don't
40         dereference symlinks.
42 2002-09-10  Pavel Roskin  <proski@gnu.org>
44         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
46 2002-09-07  Pavel Roskin  <proski@gnu.org>
48         * configure.in: Eliminate --with-terminfo option, which was
49         essentially equivalent to --with-included-slang and didn't force
50         anything.
51         * acinclude.m4 (AC_USE_TERMINFO): Remove.
52         * INSTALL: Adjust to match.
53         * FAQ: Likewise.
55 2002-09-05  Pavel Roskin  <proski@gnu.org>
57         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
58         NETFILES - it's unused.
60         * configure.in: Check for arpa/inet.h.
62         * mcfn_install: Remove.  Also remove all references to it.
63         * INSTALL.FAST: Update information about ncurses.
64         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
66         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
67         LIBS.
68         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
69         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
70         test for ncurses in non-standard directories.
72 2002-09-04  Pavel Roskin  <proski@gnu.org>
74         * lib/mc.ext.in: Remove edit rules for compressed files that
75         were compressing even unchanged files - the editor itself can
76         handle compression better.
78 2002-09-03  Pavel Roskin  <proski@gnu.org>
80         * acinclude.m4: Remove Termnet support, it's too old and obscure
81         to be supported properly.
83 2002-08-27  Pavel Roskin  <proski@gnu.org>
85         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
86         OpenOffice.org, not StarOffice.  Add more video formats.
88         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
89         unnecessary pipeline.  Redirect stderr from cpio, because it can
90         be non-empty even for successful operations.
92 2002-08-26  Pavel Roskin  <proski@gnu.org>
94         * syntax/spec.syntax: New file.
95         * syntax/Syntax: Add spec.syntax.
96         * syntax/Makefile.am: Likewise.
97         From PLD Linux Distribution with minor changes.
99 2002-08-25  Pavel Roskin  <proski@gnu.org>
101         * lib/mcserv.init: Update from Red Hat package.
102         * lib/mcserv.pamd: Likewise.
104         * configure.in: Fix interpretation of the iconv test result.
105         Reported by Pavel Shirshov <pavelsh@mail.ru>
107         * mc.sh.in: Only bash needs the mc() function to be exported.
109         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
110         instead of /usr where appropriate.
111         * doc/Makefile.am: Enable generation of the help file.
113         * doc/pl/*: Add Polish translation.
114         * doc/Makefile.am: Adjust for the above.
115         * configure.in: Likewise.
117 2002-08-24  Pavel Roskin  <proski@gnu.org>
119         * lib/edit.indent.rc: Use tidy to format HTML.
120         From David Martin <dmartina@excite.com>
122         * lib/cedit.menu: Remove all references to the error file.
123         * lib/edit.indent.rc: Likewise.
124         * lib/edit.spell.rc: Likewise.
126 2002-08-23  Pavel Roskin  <proski@gnu.org>
128         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
129         use only for the programs that need it (mc and mcserv).
131         * configure.in: Fix help text for gpm and ncurses.  Properly
132         handle --without-ncurses.
133         Reported by Moritz Barsnick <moritz@barsnick.net>
135         * configure.in: Work around a bug in Autoconf-2.53 that prevents
136         splitting of user-specified path in AC_PATH_PROGS.
138         * configure.in: Move glib test earlier, as it tends to fail for
139         many users.  Make GLIB_CONFIG a precious variable.  Check for
140         glib12-config - that's how it's called on FreeBSD.
141         Reported by Pavel Shirshov <pavelsh@mail.ru>
143 2002-08-22  Pavel Roskin  <proski@gnu.org>
145         * configure.in: Remove old-style Linux-only support for shadow
146         passwords.
148 2002-08-21  Pavel Roskin  <proski@gnu.org>
150         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
151         now, otherwise Automake 1.5 breaks.  Remove version number from
152         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
153         Substiture RH_VERSION, which is VERSION without dashes, needed
154         for RedHat specfile.
156         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
157         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
158         two places.
160         Release mc-4.6.0-pre1.
162         * configure.in: Bump version to 4.6.0-pre1.
163         * po/*.po: Regenerate.
165 2002-08-20  David Martin  <dmartina@excite.com>
167         * doc/es/mc.1.in: Minor changes.
168         * doc/es/xnc.hlp: Likewise.
170 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
172         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
173         %{_mandir}/*/man1/*.
175 2002-08-20  Pavel Roskin  <proski@gnu.org>
177         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
179 2002-08-19  Pavel Roskin  <proski@gnu.org>
181         * configure.in: Add Italian documentation.
182         * doc/Makefile.am: Likewise.
184         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
186         * configure.in: Enable subshell support on all operating systems
187         by default.  Old issues are most likely solved by now.
189 2002-08-18  Pavel Roskin  <proski@gnu.org>
191         * lib/mc.ext.in: Try links before lynx.  Force full path when
192         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
193         is already broken if the program starts in background.  Add a
194         comment discouraging taking this code as example.
196         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
197         obsolete.
198         * doc/es/mc.1.in: Likewise.
199         * doc/ru/mc.1.in: Likewise.
200         * doc/hu/mc.hlp.hu: Likewise.
202         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
203         was unsafe by design and is no longer supported.  Use %t instead
204         of %u to preserve tags in case of failure.
206         * vfs/extfs/ftplist.in: Remove support for running commands, it
207         makes no sence.
209 2002-08-16  Pavel Roskin  <proski@gnu.org>
211         * lib/mc.global: Remove, it duplicates the role of mc.lib.
212         * lib/mc.lib: Add contents of mc.global.
213         * lib/Makefile.am: Remove all references to mc.global.
215         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
216         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
218 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
220         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
221         set, umask and unset like other builtin commands.
223 2002-08-15  Pavel Roskin  <proski@gnu.org>
225         * configure.in: Remove check for SIGTSTP, it's not needed for
226         the subshell support.
228         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
229         done at runtime.
230         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
232 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
234         * doc/ru/mc.1.in: Remove reference to README.edit.
235         * doc/mc.1.in: Likewise.
236         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
237         everywhere.
239 2002-08-14  Pavel Roskin  <proski@gnu.org>
241         * doc/mc.1.in: Consistently use "native" ftp syntax.
242         * doc/ru/mc.1.in: Likewise.
243         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
244         * doc/es/xnc.hlp: Likewise.
246         * lib/mc.hlp.hu: Move ...
247         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
249 2002-08-09  Pavel Roskin  <proski@gnu.org>
251         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
252         and entries that are obsolete or make no sence.
254         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
255         "How to use help".
257         * doc/Makefile.am: Don't distribute help file.  Generate it in
258         the build directory.
259         * doc/es/Makefile.am: Likewise.
260         * doc/ru/Makefile.am: Likewise.
262         * lib/xnc.hlp: Move ...
263         * doc/xnc.hlp: ... here.
264         * doc/Makefile.am: Necessary adjustments.
265         * lib/Makefile.am: Likewise.
266         * src/Makefile.am: Likewise.
268         * configure.in: Add Spanish documentation.
269         * doc/Makefile.am: Likewise.
270         * doc/es: Spanish documentation.
271         From David Martin <dmartina@excite.com>
273 2002-08-08  Pavel Roskin  <proski@gnu.org>
275         * lib/mc.lib: Add f11-f20 keys for Konsole.
277 2002-08-06  Pavel Roskin  <proski@gnu.org>
279         * syntax/lisp.syntax: New file.
280         * syntax/Syntax: Add lisp.syntax.
281         * syntax/Makefile.am: Likewise.
282         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
283         changes.
285 2002-08-04  Pavel Roskin  <proski@gnu.org>
287         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
288         subshell if this test fails.
290 2002-08-03  Pavel Roskin  <proski@gnu.org>
292         * syntax/mail.syntax: Colors changed to be more readable.
294         * syntax/html.syntax: Don't require character entities to be
295         whole, but check their validity.
297 2002-08-02  Pavel Roskin  <proski@gnu.org>
299         * configure.in: No longer need to define REGEX_MALLOC.
301 2002-08-01  Pavel Roskin  <proski@gnu.org>
303         * configure.in: Remove support for MAD and Electric Fence.
304         Developers should use modern memory debuggers (e.g. Valgrind).
305         * INSTALL: Remove references to MAD.
307 2002-07-31  Pavel Roskin  <proski@gnu.org>
309         * syntax/html.syntax: Remove recognition for any individual
310         words - there are too many of them, we cannot keep up.
312 2002-07-30  Pavel Roskin  <proski@gnu.org>
314         * doc/ru/Makefile.am: Use man2hlp directly.
316 2002-07-28  Pavel Roskin  <proski@gnu.org>
318         * syntax/changelog.syntax: Highlight "*" only after tab.  This
319         requires fixed syntax highlighting.
321         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
322         default. Open *.xls with gnumeric.  Use mplayer for most video
323         formats.
325         * syntax/nroff.syntax: Require most keywords to be whole.
327 2002-07-21  Pavel Roskin  <proski@gnu.org>
329         * syntax/fortran.syntax: Fix highlighting of "*" at the
330         beginning of line.  Recognize "     +" as continuation.  Move
331         all "linestart" keywords earlier to avoid more conflicts.
333 2002-07-18  Pavel Roskin  <proski@gnu.org>
335         * syntax/unknown.syntax: Don't highlight anything by default.
337         * syntax/changelog.syntax: Highlight functions without
338         filenames.
339         * syntax/Syntax: Match *ChangeLog*.
341         * syntax/c.syntax: Reenable highlighting for "/" and preserve
342         highlighting for "//" comments by using exclusive context.
343         * syntax/java.syntax: Likewise.
344         * syntax/swig.syntax: Likewise.
345         * syntax/slang.syntax: Reenable highlighting for "/".
346         * syntax/sql.syntax: Enable highlighting for "/" and "-".
348         * syntax/sql.syntax: New file.
349         * syntax/Syntax: Add sql.syntax.
350         * syntax/Makefile.am: Likewise.
351         From Walery Studennikov <despair@sama.ru> with minor changes.
353 2002-07-16  Pavel Roskin  <proski@gnu.org>
355         * lib/mc.ext.in: Remove handling of executables.  They should
356         be handled internally for "pause after run" to work.
358         * syntax/Syntax: Associate *.itcl with tcl.syntax.
359         * syntax/tcl.syntax: Add itcl keywords, other improvements.
361 2002-07-15  Pavel Roskin  <proski@gnu.org>
363         * configure.in: Don't check for strcasecmp(), strncasecmp() and
364         strdup() - test results are not used except in gettext, which
365         provides its own tests.
367         * configure.in: When checking for ncurses, check for
368         has_colors(), not curses_version() - the later is missing in
369         older version of ncurses.
371 2002-07-13  Pavel Roskin  <proski@gnu.org>
373         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
374         not to LIBS.
375         * configure.in: Fix breakage in ncurses headers check from the
376         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
377         Define REGEX_MALLOC here.
379         * acinclude.m4 (AC_NCURSES): Remove.
380         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
381         AC_CHECK_LIB to check existance of ncurses library.  Eliminate
382         variables force_ncurses and search_ncurses.
384 2002-07-10  Pavel Roskin  <proski@gnu.org>
386         * configure.in: Remove --with-netrc, it is now default and can
387         be disabled at the runtime.
389         * syntax/tcl.syntax: New file.
390         * syntax/Syntax: Add tcl.syntax.
391         * syntax/Makefile.am: Likewise.
392         * syntax/java.syntax: Don't treat #define separately from other
393         preprocessor directives.
394         * syntax/slang.syntax: Likewise.
395         * syntax/swig.syntax: Likewise.
397 2002-07-09  Pavel Roskin  <proski@gnu.org>
399         * syntax/c.syntax: Don't treat #define separately from other
400         preprocessor directives.
402 2002-07-08  Pavel Roskin  <proski@gnu.org>
404         * syntax/perl.syntax: Highlight text after __END__ as a comment.
405         * syntax/po.syntax: Avoid gray color, which is hard to see.
407 2002-07-05  Pavel Roskin  <proski@gnu.org>
409         * syntax/dos.syntax: Add more commands.
411 2002-07-04  Pavel Roskin  <proski@gnu.org>
413         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
414         sort authors.
416 2002-06-24  Pavel Roskin  <proski@gnu.org>
418         * syntax/dos.syntax: New file - highlighting for DOS batch
419         files.  From Petr Kozelka <pkozelka@centrum.cz>
420         * syntax/Syntax: Add dos.syntax.
421         * syntax/Makefile.am: Likewise.
423 2002-06-04  Max Schedriviy  <max@humgat.org>
425         * syntax/php.syntax: New version.
427 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
429         * NEWS: Mention ftpfs/fish uploading changes and new configure
430         options --with-codepagedir=DIR, --with-configdir=DIR and
431         --without-mcfs.
433 2002-05-22  Pavel Roskin  <proski@gnu.org>
435         * doc/ru/Makefile.am: Fix out-of-tree build.
437 2002-05-14  Pavel Roskin  <proski@gnu.org>
439         * configure.in: Fix logic for gettext 0.10.x.
441 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
443         * configure.in: Don't generate po/Makefile if
444         there is 'top_builddir' in po/Makefile.in.
445         * autogen.sh: More fixes for gettext 0.11+.
447 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
449         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
451 2002-04-21  Pavel Roskin  <proski@gnu.org>
453         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
454         can play them.
456 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
458         * autogen.sh: Fix for gettext 0.11 family (and newer).
460 2002-04-08  Pavel Roskin  <proski@gnu.org>
462         * autogen.sh: Allow gettext newer than 0.10.39.
463         From Björn Eriksson <bjorn@bjornen.nu>
465 2002-04-03  Pavel Roskin  <proski@gnu.org>
467         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
468         by "make clean" because not everyone has Perl to rebuild it.
470 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
472         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
473         first line regular expression.
475 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
477         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
478         or newer is not used.
479         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
481         * src/Makefile.am: Move mc.hlp.ru processing ...
482         * doc/ru/Makefile.am: ... here.
484 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
486         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
487         * syntax/c.syntax: Highlight "%p" printf format.
488         Allow '*' as width and precision for strings and numbers.
490         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
491         * doc/ru/mc.1.in: Likewise.
493 2002-03-18  Pavel Roskin  <proski@gnu.org>
495         * doc/ru/Makefile.am: Distribute xnc.hlp.
497 2002-03-12  Pavel Roskin  <proski@gnu.org>
499         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
501 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
503         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
504         * doc/ru/Makefile.am: New file.
506 2002-03-08  Pavel Roskin  <proski@gnu.org>
508         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
510 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
512         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
514 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
516         * doc/mc.1.in: Use nodename `Background jobs' for section
517         `Background Jobs' to reflect user visible Command menu option
518         and src/cmd.c dialog implementation.
520         * doc/ru: New directory for Russian manuals.
521         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
522         translated by Victor A. Kostromin for mc 4.5.30.  Converted
523         from binary mc.hlp.ru, corrected and actualized by me.
524         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
525         * doc/ru/.cvsignore: Ignore mc.1.
527 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
529         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
530         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
531         mc.lib settings.
533         (Virtual File System): Document SMB File System.
535 2002-02-26  Pavel Roskin  <proski@gnu.org>
537         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
538         message "no symbol found" for unsupported architectures and
539         provide more useful information.
541 2002-02-22  Pavel Roskin  <proski@gnu.org>
543         * README.smbfs: Remove.  It contained no useful information
544         and the webpage is now dead.
545         * Makefile.am: Remove README.smbfs.
547         * README: Mention that glib 1.2.x is required.
549 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
551         * lib/edit.indent.rc: Use "#! /bin/sh"
552         * lib/edit.spell.rc: Likewise.
553         * lib/mcserv.init: Likewise.
555         * lib/cedit.menu: Eliminate bashisms.
556         Add missed `:' in AUTHOR evaluation.
557         Unset LANGUAGE and make LC_ALL empty.
558         Use "#! /path/to/program".
560 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
562         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
563         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
564         Fix tarfs URL syntax example.  Minor typo and format fixes.
566 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
568         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
569         Fix location of configuration files.
571 2002-02-05  Pavel Roskin  <proski@gnu.org>
573         * configure.in: Don't use defunct ncurses_version.
574         Reported by Thomas Dickey <dickey@herndon4.his.com>
575         Set force_ncurses whenever --with-ncurses is used.  If set,
576         suppress checks for S-Lang and fail is ncurses is not found.
578         * configure.in: Introduce a new variable screen_type that is
579         either "slang" or "ncurses" without additional text.  Use it
580         instead of screen_manager whenever possible.  Fix text in
581         AC_NCURSES call, use m4 quotes and move shell quotes into the
582         macro.
583         * acinclude.m4: Likewise.
585 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
587         * syntax/Syntax: Known Delphi/Kylix source file extensions
588         supported (*.dpr, *.inc).
589         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
590         Special highlighting for CVS keywords.  Understands single-line
591         comments (//).
593 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
595         * configure.in (ALL_LINGUAS): Added "bg"
597 2002-01-21  Pavel Roskin  <proski@gnu.org>
599         * NEWS: Mention word completion in the editor.
601 2002-01-17  Pavel Roskin  <proski@gnu.org>
603         * extraconf.h: Remove OS/2 specific code.
605         * doc/mc.1.in (Configuration): Clarify some entries.
607 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
609         * acinclude.m4: New options for smbfs:
610         --with-configdir=DIR    Where the Samba configuration files are (/etc)
611         --with-codepagedir=DIR  Where the Samba codepage files are
613 2002-01-11  Pavel Roskin  <proski@gnu.org>
615         * syntax/xml.syntax: New file - highlighting for XML.
616         From Petr Kozelka <pkozelka@centrum.cz>
617         * syntax/Syntax: Add xml.syntax.
618         * syntax/Makefile.am: Likewise.
620 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
622         * configure.in: Added "eu" to ALL_LINGUAS.
624 2002-01-03  Pavel Roskin  <proski@gnu.org>
626         * lib/mc.menu: Correct quoting.
627         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
629         * NEWS: Mention removal of the OS/2 port.
630         * README.PC: Remove OS/2 specific parts.
632 2002-01-02  Pavel Roskin  <proski@gnu.org>
634         * configure.in: Make help about --with-subshell easier to
635         understand.  Minor alignment fixes for the help.
636         * acinclude.m4: Minor alignment fixes for the help.
638 2001-12-31  Pavel Roskin  <proski@gnu.org>
640         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
641         from vfs/Make-mc.in.
643 2001-12-27 Duarte Loreto  <happyguy_pt@hotmail.com>
645         * configure.in: Added portuguese to ALL_LINGUAS
647 2001-12-21  Pavel Roskin  <proski@gnu.org>
649         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
650         Don't remove slang/slang.h - it's never created.
652         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
653         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
654         unused.
656 2001-12-01  Wang Jian  <lark@linux.net.cn>
658         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
660 2001-11-29  Pavel Roskin  <proski@gnu.org>
662         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
664 2001-11-27  Pavel Roskin  <proski@gnu.org>
666         * lib/mc.ext.in: When running X programs in background, do it
667         from subshell.  Otherwise some of them terminate when mc exits.
668         Reported by Christian Dysthe <christian@dysthe.net>
669         Remove some obsolete and gmc-specific entries.  Use StarOffice
670         to open files detected as "Microsoft Office Document".
672         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
673         XFree86 4.1.0.
675 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
677         * doc/mcedit.1.in: Fix help file location.
679 2001-11-14  Pavel Roskin  <proski@gnu.org>
681         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
682         fallback to ino_t for e2fsprogs version 1.19 and older.
684 2001-10-30  Pavel Roskin  <proski@gnu.org>
686         * lib/mc.ext.in: Add support for Netpbm files.
688 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
690         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
691         http://bugzilla.gnome.org/show_bug.cgi?id=60935
692         By drk@sgi.com.
694         * doc/mc.1.in: Document %p macro.
696 2001-10-24  Pavel Roskin  <proski@gnu.org>
698         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
699         Allow using --without-mmap.
700         * INSTALL: Document --without-mmap.
702 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
704         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
705         of languages to be installed by setting env variable before
706         configure. If it is empty, it defaults to full list.
707         By Alex Tkachenko <alex@bcs.zp.ua>.
709 2001-10-19  Pavel Roskin  <proski@gnu.org>
711         * syntax/sh.syntax: Highlight reserved words inside backticks.
712         Use the same wholechars settings for reserved words and
713         commands.  Recognize more words.  Recognize function definitions
714         without "function" or without "()".  Use brightmagenta instead
715         of brightblue.
717 2001-10-18  Pavel Roskin  <proski@gnu.org>
719         * configure.in: When checking for "nroff -mandoc" support, don't
720         use /dev/null as input file, use stdin.  Some versions of nroff
721         (e.g. groff-1.16.1) don't accept special files.
723 2001-10-14  Pavel Roskin  <proski@gnu.org>
725         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
726         Makefile.  Don't allow any suffixes after "Makefile".
728 2001-10-12  Pavel Roskin  <proski@gnu.org>
730         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
731         format).
733 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
735         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
736         Fix compress<->bzip2 conversion and conversion of tagged
737         archives.
739 2001-10-05  Pavel Roskin  <proski@gnu.org>
741         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
742         Suggested by Marcel Pol <mpol@gmx.net>
744         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
745         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
746         and *.mid files.
748 2001-09-30  Pavel Roskin  <proski@gnu.org>
750         * configure.in: Don't check whether grep supports stdin - it's
751         not used anymore.
752         * NEWS: Mention this change.
754 2001-09-19  Pavel Roskin  <proski@gnu.org>
756         * doc/mcedit.1.in: Fix a very long line - use double
757         backslashes since they are interpreted even in the .nf blocks.
759         * lib/edit.spell.rc: Try aspell before resorting to ispell.
761         * syntax/php.syntax: Replace with a better implementation by
762         Max Schedriviy <max@tavrida.net>
764 2001-09-15  Pavel Roskin  <proski@gnu.org>
766         * doc/mc.1.in: Fix location of mcedit files.
767         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
769 2001-09-14  Pavel Roskin  <proski@gnu.org>
771         * configure.in: Don't check for ncurses version and for keyok()
772         because the mouse support code doesn't need this hack anymore.
774 2001-09-13  Pavel Roskin  <proski@gnu.org>
776         * configure.in: Fix some cases of overquoting and underquoting.
777         * acinclude.m4: Likewise.
779 2001-09-12  Pavel Roskin  <proski@gnu.org>
781         * configure.in: Update list of browsers.  Don't fallback to
782         lynx since it cannot be run in background.
783         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
784         If no browser for X11 was found, use lynx.
786         * autogen.sh: Add a workaround to ensure that "depcomp" is
787         distributed.
788         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
789         where appropriate.
790         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
791         terminfo.
793         * configure.in: Use three-argument form of AC_INIT.  Use
794         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
795         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
796         is not needed if AC_CONFIG_AUX_DIR is used.
797         * vfs/Make-mc.in: Adjust mkinstalldirs location.
798         * autogen.sh: Create "config" and remove "autom4te.cache".
800 2001-09-11  Pavel Roskin  <proski@gnu.org>
802         * syntax/Syntax: New file, extracted from edit/syntax.c.
803         * syntax/Makefile.am: Add Syntax.
805         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
806         to LIBS.  Don't use unportable "grep -q", use "case" instead.
808 2001-09-10  Pavel Roskin  <proski@gnu.org>
810         * configure.in: Only check for X if --with-tm-x-support has been
811         specified.
813         * configure.in: Add check for sys/ioctl.h.
815         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
817         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
818         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
819         testing for functions in ncurses.
821         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
822         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
823         * acconfig.h: Remove.
825         * configure.in: Eliminate LIBSLANG and LSLANG.
826         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
828         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
829         resizeterm() and keyok() only if configuring with ncurses.
831         * configure.in: Remove now unused variables LIBVFS and LVFS.
833         * configure.in: Remove unused variables LINTL and INTLDEPS.
835         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
836         building with included gettext, because libintl.h is copied
837         there.
839 2001-09-09  Pavel Roskin  <proski@gnu.org>
841         * NEWS: Update.
843         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
844         checks -lgen for getmntent as of Autoconf 2.52.
846 2001-09-07  Pavel Roskin  <proski@gnu.org>
848         * configure.in: Check for pwd.h.
850         * Make.common.in: Remove.
851         * configure.in: Remove all references to Make.common.in and
852         MCCPPFLAGS.
853         * aclocal.m4: Likewise.
855         * configure.in: Require Autoconf 2.52.  Remove hacks for
856         Autoconf 2.13.
857         * Makefile.am: Require Automake 1.5.
859 2001-09-06  Pavel Roskin  <proski@gnu.org>
861         * syntax/php.syntax: New file - PHP file highlighting.  Copied
862         from Cooledit 3.17.4.
863         * syntax/Makefile.am: Add php.syntax.
865 2001-09-06  Timur Bakeyev  <mc@bat.ru>
867         * acconfig.h: Brought back couple of symbols, that are still necessary
868         due reference to them from configure.in.
870 2001-09-04  Pavel Roskin  <proski@gnu.org>
872         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
873         strictness for dates.
875         * doc/mc.1.in: Fix troff warnings.
876         * doc/mcedit.1.in: Likewise.
878 2001-09-03  Pavel Roskin  <proski@gnu.org>
880         * doc/mc.1.in: Spellcheck.
881         * doc/mcedit.1.in: Likewise.
882         * doc/mcserv.8.in: Likewise.
884         * doc/mc.1.in (Learn Keys): Complete rewrite.
886 2001-09-02  Pavel Roskin  <proski@gnu.org>
888         * acconfig.h: Remove all unused symbols.
890         * lib/ncurses.h: Remove.
891         * lib/Makefile.am: Remove ncurses.h.
893 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
895         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
897 2001-08-28  Pavel Roskin  <proski@gnu.org>
899         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
900         like EOF.
902 2001-08-26  Pavel Roskin  <proski@gnu.org>
904         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
905         CONS_SAVER.  Put all conditionals together.
907         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
908         Automake 1.5.
910         * configure.in: Remove XCURSES variable - it's unused.
912         * configure.in: New conditional USE_EDIT.
914         * syntax/changelog.syntax: Don't require '@' to be in the
915         address.  This also works around a bug in the syntax engine
916         that prevented highlighting of addresses.
918 2001-08-25  Pavel Roskin  <proski@gnu.org>
920         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
922 2001-08-24  Pavel Roskin  <proski@gnu.org>
924         * extraconf.h: Remove all references to HAVE_X.
925         * acinclude.m4: s/GNOME_/MC_/
926         * configure.in: Likewise.  Remove or clarify all references to
927         the "text edition".  Minor fixes.
929         * configure.in: Remove support for curses libraries other than
930         ncurses.
931         * acinclude.m4: Likewise.
932         * FAQ: Remove everything about UNIX curses.
933         * INSTALL: Likewise.
935         * configure.in: Enable large file support by default.
936         * NEWS: Mention it.
937         * INSTALL: Document it.  Minor fixes.
939         * FAQ: Remove information about GNOME edition.  Minor fixes.
940         * README: Likewise.
941         * NEWS: Mention removing the GNOME edition.
943         * acinclude.m4: Include all used macros from the macros
944         directory.
945         * autogen.sh: Remove all references to "macros".
946         * Makefile.am: Likewise.
948         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
949         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
951         * lib/startup.links: Remove.
952         * lib/README.desktop: Likewise.
953         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
955         * configure.in: Bump version to 4.5.99a.
957         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
958         * po/*.po: Regenerate.
960         * AUTHORS: Update and spell check.
961         * FAQ: Likewise.
962         * INSTALL: Likewise.
963         * INSTALL.FAST: Likewise.
964         * NEWS: Likewise.
965         * README.PC: Likewise.
966         * README.QNX: Likewise.
968         * configure.in: Add check for stropts.h.
970 2001-08-23  Pavel Roskin  <proski@gnu.org>
972         * lib/edit.indent.rc: Create cooledit.error right away to
973         override its old contents.  Don't use ksh extentions.  Treat *.C
974         files as C++.  Recognize more C++ extensions.  Support java.
975         Update URL for "astyle".  Quote all arguments to protect spaces.
976         * lib/edit.spell.rc: Don't save terminal settings - mc does it
977         itself.  Quote all arguments to protect spaces.
979 2001-08-21  Pavel Roskin  <proski@gnu.org>
981         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
982         files if GNOME frontend is disabled.
983         * idl/Makefile.am: Likewise.
984         * lib/Makefile.am: Likewise.
985         * new_icons/Makefile.am: Likewise.
987         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
988         case it already has gettext macros elsewhere and doesn't like
989         duplicates (i.e. it's aclocal from Automake-1.4).
991 2001-08-20  Pavel Roskin  <proski@gnu.org>
993         * AUTHORS: Updated.
994         * INSTALL: Likewise.
995         * NEWS: Likewise.
996         * doc/mc.1.in: Likewise.
997         * doc/mcserv.8.in: Likewise.
999         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
1000         for sys/mount.h.
1002 2001-08-19  Andras Timar  <timar@gnome.hu>
1004         * lib/Makefile.am: Added Hungarian hints
1005         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
1007 2001-08-19  Pavel Roskin  <proski@gnu.org>
1009         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
1011 2001-08-17  Pavel Roskin  <proski@gnu.org>
1013         * syntax/po.syntax: New file - PO file highlighting.
1014         From David Martin <dmartina@excite.es>
1015         * syntax/Makefile.am: Add po.syntax.
1017         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
1018         it's sometimes missing from the databases.
1020 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
1022         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
1023         * lib/Makefile.am: Reflect above change.
1025 2001-08-15  Pavel Roskin  <proski@gnu.org>
1027         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
1029 2001-08-14  Pavel Roskin  <proski@gnu.org>
1031         * lib/mc.lib: Add popular sequences for "home" and "end" in
1032         "xterm" and "xterm-color" terminals.
1034 2001-08-13  Pavel Roskin  <proski@gnu.org>
1036         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
1038         Replace "Can't" with "Cannot" everywhere.
1040 2001-08-12  Pavel Roskin  <proski@gnu.org>
1042         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
1043         subshell, not for "Open file...".
1044         (emacs_key_map): Likewise.
1046         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1048 2001-08-10  Pavel Roskin  <proski@gnu.org>
1050         * Makefile.am (EXTRA_DIST): Remove BUGS.
1051         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
1053         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
1055         * doc/LSM: Remove, it's outdated.
1056         * doc/FILES: Likewise.
1057         * doc/DEVEL: Remove information about FILES.
1059         * FAQ: Eliminate all broken URLs on the MC site.
1060         From Frederic L. W. Meunier <0@pervalidus.net>
1062         * FAQ: Restore information about xterm.
1064 2001-08-08  Pavel Roskin  <proski@gnu.org>
1066         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1068 2001-08-07  Pavel Roskin  <proski@gnu.org>
1070         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
1072         * doc/mc.1.in: Fix all broken links.
1074 2001-08-06  Pavel Roskin  <proski@gnu.org>
1076         * INSTALL: Numerous changes.  Declare old curses obsolete.
1077         Partly from Frederic L. W. Meunier <0@pervalidus.net>
1079         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
1081 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
1083         * lib/Makefile.am: Remove space after backslash introduced in the
1084         previous commit.
1086         * lib/mc.hint.zh_TW.Big5: New file.
1087         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
1089 2001-08-02  Pavel Roskin  <proski@gnu.org>
1091         * lib/mc.hint.uk: New file.
1092         From Maksym Polyakov <polyama@yahoo.com>
1093         * lib/Makefile.am: Add mc.hint.uk.
1095 2001-08-01  Pavel Roskin  <proski@gnu.org>
1097         * lib/mc.hint.nl: New file.
1098         From Steef Boerrigter <sxmboer@sci.kun.nl>
1099         * lib/Makefile.am: Add mc.hint.nl.
1100         * lib/mc.hint: Remove ftp site.  Update copyright.
1101         * lib/mc.hint.cs: Likewise.
1102         * lib/mc.hint.es: Likewise.
1103         * lib/mc.hint.it: Likewise.
1104         * lib/mc.hint.pl: Likewise.
1105         * lib/mc.hint.ru: Likewise.  Shorten some lines.
1107         * edit/Makefile.in: Allow running "make install" before "make all".
1108         * gtkedit/Makefile.in: Likewise.
1110 2001-07-31  Pavel Roskin  <proski@gnu.org>
1112         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
1113         editor.
1114         * lib/Makefile.am: Add lib/edit.spell.rc.
1116         * autogen.sh: Use gettextize.
1117         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
1118         * po/Makefile.in.in: Likewise.
1120 2001-07-29  Pavel Roskin  <proski@gnu.org>
1122         * syntax/slang.syntax: New file.
1123         From Walery Studennikov <despair@sama.ru>
1124         * syntax/Makefile.am: Add slang.syntax.
1126 2001-07-27  Pavel Roskin  <proski@gnu.org>
1128         * extraconf.h: Move WITH_BACKGROUND here.
1130 2001-07-24  Pavel Roskin  <proski@gnu.org>
1132         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
1134 2001-07-23  Pavel Roskin  <proski@gnu.org>
1136         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
1138 2001-07-20  Pavel Roskin  <proski@gnu.org>
1140         * Make.common.in: Move all defines ...
1141         * gnome/Makefile.in: ... here ...
1142         * src/Makefile.in: ... and here.
1144 2001-07-19  Pavel Roskin  <proski@gnu.org>
1146         * configure.in: Don't check for getwd, it's completely
1147         eliminated.
1148         * INSTALL: Remove reference to HAVE_GETWD.
1150         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
1151         entries for compressed cpio archives.
1153         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
1154         they were only used in obsolete frontends.  Don't ever use %view
1155         without commands - it's slower and loses user settings, e.g.
1156         hex mode.  Put shared libraries before man pages and read.me
1157         before .me macros so that they match correctly.  Use nm for
1158         shared libraries.  Add rules for StarOffice and AbiWord.
1160 2001-07-14  Pavel Roskin  <proski@gnu.org>
1162         * configure.in: Bump version to 4.5.54a.
1164 2001-07-13  Pavel Roskin  <proski@gnu.org>
1166         * lib/mcserv.init: Fix exit status.
1167         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
1169         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
1170         "executable", which should follow a space. Simplify rules for
1171         images. Add shell/ rule for *.info files. Fix all incorrect
1172         uses of the alternation operator.
1173         Reported by Oskar Liljeblad and Michel Casabona.
1175 2001-07-12  Pavel Roskin  <proski@gnu.org>
1177         * configure.in: Don't check for iconv, it's already checked for
1178         in AM_GNU_GETTEXT.
1180 2001-07-10  Pavel Roskin  <proski@gnu.org>
1182         * doc/mc.1.in: Update documentation about hex search.
1184         * edit/edit_key_translator.c (cooledit_key_map): Bind
1185         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
1186         From Steef Boerrigter <sxmboer@sci.kun.nl>
1188         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
1189         * edit/edit_key_translator.c (cooledit_key_map): Add support
1190         for bracket matching on Alt-B.
1191         * gtkedit/gtkeditkey.c: Likewise.
1192         From Steef Boerrigter <sxmboer@sci.kun.nl>
1194 2001-07-06  Pavel Roskin  <proski@gnu.org>
1196         * lib/mc.ext.in: Use nm to view object files.
1198         * Make.common.in: Remove GNOME-specific and unused definitions.
1199         Partly moved to gnome/Makefile.in.
1201         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
1202         they are usused.
1203         * Make.common.in: Likewise.
1205 2001-06-29  Pavel Roskin  <proski@gnu.org>
1207         * ABOUT-NLS: Update to the version from gettext-0.10.38.
1209         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
1210         now done in configure. Move -I.. to the beginning.
1211         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
1212         libintl.a may be required to link mc.
1213         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
1214         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
1215         Move all i18n code to one place. Don't substitute INTLSUB - it's
1216         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
1217         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
1219 2001-06-25  Pavel Roskin  <proski@gnu.org>
1221         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
1222         It should be enabled explicitly by giving `--enable-largefile'
1223         to configure.
1224         * INSTALL: Document it.
1226 2001-06-22  Pavel Roskin  <proski@gnu.org>
1228         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
1230         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
1231         in struct statfs.
1232         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
1234         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
1235         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
1236         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
1237         found.
1238         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
1240 2001-06-19  Pavel Roskin  <proski@gnu.org>
1242         * configure.in: Check for telldir and seekdir. Join adjacent
1243         calls to AC_CHECK_FUNCS.
1245 2001-06-16  Pavel Roskin  <proski@gnu.org>
1247         * Makefile.am: Change the order of SUBDIRS to fully compile text
1248         edition before compiling anything for GNOME.
1249         * mc.spec.in: Don't use brace expansion to avoid implicit
1250         build-time dependency on bash.
1252 2001-06-13  Pavel Roskin  <proski@gnu.org>
1254         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
1255         the test code.
1256         * configure.in: Fix compiler warnings in the arguments to
1257         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
1258         around `=' in the `test' command.
1260 2001-06-07  Pavel Roskin  <proski@gnu.org>
1262         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
1263         GNOME documentation template.
1264         * doc-gnome/C/mkhtml: Don't generate index.
1265         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
1267 2001-06-06  Pavel Roskin  <proski@gnu.org>
1269         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
1270         conditional variables from EXTRA_DIST.
1272 2001-06-05  Pavel Roskin  <proski@gnu.org>
1274         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
1275         conversion support.
1276         From Walery Studennikov <hqsoftware@mail.ru>.
1278         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
1280 2001-06-01  Pavel Roskin  <proski@gnu.org>
1282         * lib/mc.charsets: Synchronize with the latest patch - remove
1283         a comment.
1285 2001-05-30  Pavel Roskin  <proski@gnu.org>
1287         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
1288         work with GNOME.
1290         * lib/mc.charsets: New file. From Walery Studennikov.
1291         * lib/Makefile.am: Distribute mc.charsets. Install it if
1292         the charset support is enabled.
1294         * configure.in: Add check for iconv() and the necessary code
1295         to support the charset selection patch.
1297         * configure.in: Add check for ESCDELAY variable in ncurses.
1299 2001-05-29  Pavel Roskin  <proski@gnu.org>
1301         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
1302         USE_EXT2FSLIB.
1304         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
1305         * pc/config.h: Likewise.
1307         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
1308         and "strings". Recognize "write" files and MS Word templates.
1309         For MS Excel documents try "xls2csv" and "strings".
1310         Escape spaces in the "type" directives.
1311         From Nerijus Baliunas.
1313         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
1315         * Make.common.in: Remove hpath, it's unused.
1317         * acconfig.h: Move constant parts ...
1318         * extraconf.h: ... here.
1319         [HAVE_X]: Disable subshell, s-lang and curses.
1320         * Makefile.am: Add extraconf.h.
1322 2001-05-28  Pavel Roskin  <proski@gnu.org>
1324         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
1325         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
1326         * configure.in: ... here.
1328 2001-05-27  Pavel Roskin  <proski@gnu.org>
1330         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
1331         * acconfig.h: Likewise.
1332         * src/layout.c: Likewise.
1334         * Make.common.in: Remove all percent rules.
1335         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
1336         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
1337         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
1338         AM_INIT_AUTOMAKE.
1340         * Make.common.in: Remove obsolete dependency tracking system.
1341         * configure.in: Likewise.
1342         * edit/Makefile.in: Likewise.
1343         * gnome/Makefile.in: Likewise.
1344         * gtkedit/Makefile.in: Likewise.
1345         * slang/Makefile.in: Likewise.
1346         * src/Makefile.in: Likewise.
1347         * vfs/Make-mc.in: Likewise.
1348         * src/depend.awk: Remove.
1350 2001-05-26  Pavel Roskin  <proski@gnu.org>
1352         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
1353         * syntax/octave.syntax: New file. From Walery Studennikov.
1354         * syntax/Makefile.am: Add octave.syntax.
1356         * configure.in: Fix incorrect test for stdin support in grep -
1357         it would always fail when configuring in an empty directory.
1358         Portability fixes - unset, backslashed space in here-documents.
1359         Eliminate all instances of "changequote".
1361         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
1362         user choice.
1363         * acconfig.h: Changes for the above.
1364         * INSTALL: Don't document --with-sco - it's now defunct.
1365         * INSTALL.FAST: Likewise.
1367 2001-05-25  Pavel Roskin  <proski@gnu.org>
1369         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
1370         are in the beginning of the "file" output.
1372 2001-05-23  Pavel Roskin  <proski@gnu.org>
1374         * lib/mc.ext.in: Add associations for viewing RPM files.
1376 2001-05-22  Pavel Roskin  <proski@gnu.org>
1378         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
1379         By default exit after the first error in jade.
1381         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
1382         JADEFLAGS environment variables. Report progress. Clean up on
1383         failure.
1385 2001-05-21  Pavel Roskin  <proski@gnu.org>
1387         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
1388         files.
1390         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
1391         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
1393 2001-05-20  Pavel Roskin  <proski@gnu.org>
1395         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
1396         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
1397         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
1398         * doc-gnome/C/figs/Makefile.am: Add support for converting from
1399         PNG to EPS.
1401         * Makefile.am (EXTRA_DIST): Remove create_vcs.
1402         * doc/FILES: Likewise. Typo fix.
1404 2001-05-19  Pavel Roskin  <proski@gnu.org>
1406         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
1407         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
1408         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
1410         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
1411         index entry "Moving files".
1413 2001-05-18  Pavel Roskin  <proski@gnu.org>
1415         * configure.in: Use src/main.c in AC_INIT.
1417         * create_vcs: Remove.
1419         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
1420         Add download location for glib.
1421         * mc.spec.in: Likewise.
1422         * doc/LSM: Likewise.
1423         * doc/mc.1.in: Likewise.
1424         * doc/mcedit.1.in: Likewise.
1425         * src/ext.c: Don't mention download location for MC.
1427         * FAQ: Update status of Tk, XView. and GNOME editions. Update
1428         homepage of gpm.
1430         * INSTALL: Remove information about Tk and XView. Change the
1431         mailing list addresses again.
1432         * FAQ: Change the mailing list addresses again.
1433         * MAINTAINERS: Likewise.
1434         * README: Likewise.
1435         * doc/mc.1.in: Likewise.
1436         * gnome/gmc-window.c: Likewise.
1437         * lib/README.xterm: Likewise.
1438         * lib/mc.ext.in: Likewise.
1439         * lib/mc.hint*: Likewise.
1440         * lib/mc.hlp.hu: Likewise.
1441         * po/*.po: Likewise.
1442         * src/main.c: Likewise.
1444 2001-04-20  Pavel Roskin  <proski@gnu.org>
1446         * FAQ: Change the mailing list addresses and the download
1447         locations.
1448         * INSTALL: Likewise.
1449         * MAINTAINERS: Likewise.
1450         * README: Likewise.
1451         * doc/mc.1.in: Likewise.
1452         * gnome/gmc-window.c: Likewise.
1453         * lib/README.xterm: Likewise.
1454         * lib/mc.ext.in: Likewise.
1455         * lib/mc.hint*: Likewise.
1456         * lib/mc.hlp.hu: Likewise.
1457         * po/*.po: Likewise.
1458         * src/main.c: Likewise.
1460 2001-04-19  Pavel Roskin  <proski@gnu.org>
1462         * configure.in: Don't install mcserv unless
1463         "--enable-mcserv-install" has heen specified.
1464         Don't quote the first argument in all calls to AM_CONDITIONAL
1465         to work around a bug in Automake 1.4.
1466         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
1467         * vfs/Make-mc.in: Likewise.
1469 2001-04-13  Pavel Roskin  <proski@gnu.org>
1471         * configure.in: Bump version to 4.5.53a.
1473 2001-04-06  Pavel Roskin  <proski@gnu.org>
1475         * gtkedit/editcmd.c: Remove support for XView layout attributes.
1476         * gtkedit/editoptions.c: Likewise.
1477         * pc/chmod.c: Likewise.
1478         * pc/drive.c: Likewise.
1479         * src/boxes.c: Likewise.
1480         * src/chmod.c: Likewise.
1481         * src/dlg.c: Likewise.
1482         * src/dlg.h: Likewise.
1483         * src/filegui.c: Likewise.
1484         * src/find.c: Likewise.
1485         * src/hotlist.c: Likewise.
1486         * src/layout.c: Likewise.
1487         * src/listmode.c: Likewise.
1488         * src/main.c: Likewise.
1489         * src/option.c: Likewise.
1490         * src/panelize.c: Likewise.
1491         * src/wtools.c: Likewise.
1492         * src/wtools.h: Likewise.
1493         * vfs/smbfs.c: Likewise.
1495         * autogen.sh: Check out "intl" and "macros" directories if they
1496         are missing. Simply "cvs up -d" won't restore them.
1498         * configure.in: Bump version to 4.5.52a.
1500 2001-03-14  Pavel Roskin  <proski@gnu.org>
1502         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
1503         Automake conditional USE_SAMBA_FS if Samba is to be supported
1504         in VFS.
1506 2001-03-07  Pavel Roskin  <proski@gnu.org>
1508         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
1509         defined.
1510         Reported by Norbert Warmuth.
1512         * configure.in: Don't process vfs/extfs/uzip - it's now
1513         constant.
1515         * syntax/changelog.syntax: Require space after asterisk to have
1516         it highlighted.
1518 2001-03-02  Pavel Roskin  <proski@gnu.org>
1520         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
1521         * configure.in: Use AC_PROG_CC_STDC instead.
1523         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
1524         Suggested by Christian Gennerat.
1526         * lib/mc.ext.in: Add support for "freeze" - old compression
1527         program used mostly on QNX.
1528         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
1529         * lib/Makefile.am: Adjusted.
1531 2001-02-26  Pavel Roskin  <proski@gnu.org>
1533         * lib/mc-gnome.ext.in: Remove, it's not used.
1534         * configure.in: Remove lib/mc-gnome.ext.
1535         * lib/Makefile.am: Likewise.
1537 2001-02-20  Pavel Roskin  <proski@gnu.org>
1539         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
1540         defined to prevent warnings on OpenBSD 2.7.
1541         * slang/jdmacros.h: Likewise.
1542         * src/mad.h: Likewise.
1543         * src/poptalloca.h: Likewise.
1545         * configure.in: Check for sys/time.h and sys/timeb.h. Use
1546         AC_HEADER_TIME.
1548 2001-02-07  Pavel Roskin  <proski@gnu.org>
1550         * autogen.sh: Create vfs/samba/include/stamp-h.in.
1551         * vfs/samba/include/stamp-h.in: Remove.
1553         * macros/curses.m4: Quote first argument to AC_DEFUN.
1554         * macros/gnome-cxx-check.m4: Likewise.
1555         * macros/gnome-gettext.m4: Likewise.
1556         * macros/gnome-libgtop-check.m4: Likewise.
1557         * macros/gnome-print-check.m4: Likewise.
1558         * macros/linger.m4: Likewise.
1559         * macros/need-declaration.m4: Likewise.
1561         * configure.in: Only configure in vfs/samba if smbfs support is
1562         enabled even with Autoconf 2.13.
1564 2001-01-30  Pavel Roskin  <proski@gnu.org>
1566         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
1567         --without-samba due to a typo.
1569         * configure.in: Only configure in vfs/samba if smbfs support is
1570         enabled. This optimization will only work with Autoconf-2.49c
1571         and above.
1573 2001-01-13  Pavel Roskin  <proski@gnu.org>
1575         * configure.in: Don't create a faked malloc.h.
1576         * gtkedit/edit.h: Don't assume that malloc.h always exists.
1577         * src/mad.h: Likewise.
1579         * configure.in: Simplified handling of cons.saver.
1580         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
1581         * mc.spec.in: Remove a workaround for the above.
1583         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
1584         for MC. Don't rely on the output of uname - use $host_os.
1586 2001-01-11  Pavel Roskin  <proski@gnu.org>
1588         * configure.in: Check for ext2 libraries only if VFS is enabled.
1590         * src/Makefile.in: Create directories before installing files.
1591         Removed all occurences of libprefix - it's never defined.
1593         * configure.in: All macros from configure.in moved to
1594         acinclude.m4. Added missing quotes in several places.
1595         * acinclude.m4: Likewise.
1597         * edit/Makefile.in: Don't install or uninstall mcedit -
1598         it cannot be installed before mc on systems without symlinks.
1599         * gtkedit/Makefile.in: Likewise.
1600         * src/Makefile.in: Install mcedit (if enabled) and mcview.
1601         Uninstall them.
1603         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
1604         from acinclude.m4 in gtk+:
1605         Don't define ENABLE_NLS unless we have a working NLS.
1606         (This should keep libintl.h from being included when it doesn't
1607         exist).
1609 2001-01-09  Pavel Roskin  <proski@gnu.org>
1611         * doc-gnome/C/figs/Makefile.am: New file.
1612         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
1613         makefile do it.
1614         * configure: Substitute doc-gnome/C/figs/Makefile.
1616         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
1618 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
1620         * lib/mc.hlp.hu: Added Hungarian help file from
1621           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
1622           maci@integrity.hu, mfh47@freemail.hu
1623         * lib/Makefile.am: Added LOCALIZED_HELP for further
1624           mc.hlp l10ns
1625         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
1626           gtkedit/editcmd.c: I18n of mc.hlp
1628 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
1630         * doc/mc.1.in: Corrected badly formatted link...
1632 2000-11-10  Robert Brady  <robert@suse.co.uk>
1634         * configure.in: Add Tamil to ALL_LINGUAS.
1636 2000-10-23  Pavel Roskin  <proski@gnu.org>
1638         * mc.spec.in: Allow mcserv.8 to be gzipped.
1640         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
1641         that cannot deal with "./gmc.sgml".
1643 2000-10-09  Pavel Roskin  <proski@gnu.org>
1645         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
1646         that CVS Automake will drop dependencied to the macros that
1647         we don't distribute.
1649         * lib/mc.ext.in: Removed references to icons. Source RPMs
1650         grouped to one regex. Removed "Update" for source RPMs, added
1651         "Rebuild" instead. Added "Check signature" for all RPMs.
1652         Added a comment about pop-up menus in the text edition.
1654 2000-10-06  Pavel Roskin  <proski@gnu.org>
1656         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
1657         flags moved out of CFLAGS as recommended by GNU coding
1658         standards.
1659         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
1660         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
1661         XCPPFLAGS.
1662         * INSTALL (Random notes on porting to other architectures):
1663         Completely rewritten. Recommended using CFLAGS instead of XINC.
1665 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1667         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
1669 2000-10-04  Christophe Merlet  <christophe@merlet.net>
1671         * gnome/*.desktop: Updated french strings.
1673 2000-10-03  Pavel Roskin  <proski@gnu.org>
1675         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
1676         to allow <legalnotice>. Unclosed tags fixed.
1678 2000-09-30  Pavel Roskin  <proski@gnu.org>
1680         * mc.spec.in: New package mc-common. Use DESTDIR instead of
1681         misusing prefix. Don't install old icons - they don't exist.
1683         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
1684         "export -f" to have mc() exported.
1685         * doc/mc.1.in: Changed description of the "-P" option to
1686         avoid inclusion of mc.sh and mc.csh into the manual.
1687         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
1689 2000-09-24  Pavel Roskin  <proski@gnu.org>
1691         * doc/mc.1.in: Minor formatting fixes.
1693         * lib/mc.sh.in: Remove temporary file non-interactively.
1694         * doc/mc.1.in: updated example for mc.sh.
1696 2000-09-23  Pavel Roskin  <proski@gnu.org>
1698         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
1699         updates it when needed.
1700         * mc.spec.in: Include translations with mc, not gmc. Run
1701         chkconfig --del in %preun, not %postun. --without-debug not
1702         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
1703         be executable. New files in %{prefix}/lib/mc/ - translated hints,
1704         editor files.
1706         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
1707         directory for document processing. Comment changes. gmc.ps and
1708         gmc.pdf now generated from gmc.dvi.
1710         * configure: Always include Make.common as file, otherwise
1711         "make distclean" breaks.
1712         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1713         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
1714         replaced with "rm -f" - the stangard says that "rm" is portable.
1715         Ditto $(MV). Adjusted *clean targets to match those in
1716         Automake. Removed "cross" target.
1718 2000-09-22  Pavel Roskin  <proski@gnu.org>
1720         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
1721         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
1722         * doc/Makefile.in: Converted to ...
1723         * doc/Makefile.am: ... this.
1725 2000-09-21  Pavel Roskin  <proski@gnu.org>
1727         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
1728         is not expanded in all shells.
1729         * doc/mc.sgml: Updated the example script to reflect the above
1730         changes.
1731         * doc/mc.in.1: Likewise.
1733 2000-09-19  Pavel Roskin  <proski@gnu.org>
1735         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
1736         Marco Ciampa
1738 2000-09-18  Pavel Roskin  <proski@gnu.org>
1740         * Make.common.in: Added installcheck to placate "make distcheck"
1741         * configure.in, Make.common.in, doc/Makefile.in,
1742         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1743         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
1744         variable MKINSTALLDIRS and builddir with Automake-compatible
1745         mkinstalldirs and top_builddir.
1746         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
1747         files. Added uninstall-local target.
1749 2000-09-17  Pavel Roskin  <proski@gnu.org>
1751         * configure.in: fixed wrong use of AC_MSG_RESULT inside
1752         AC_CACHE_VAL
1754         * Make.common.in: Added the "dvi" target for "make distcheck"
1755         to go further
1756         * doc-gnome/C/Makefile.in: converted to ...
1757         * doc-gnome/C/Makefile.am: ... this
1759 2000-09-15  Pavel Roskin  <proski@gnu.org>
1761         * acconfig.h, configure.in: Require autoconf 2.13 or above.
1762         Removed workarounds for older versions. Removed MCDEBUG
1763         variable - it's not used. --with-debug renamed to --with-mad and
1764         cleaned up. Always use -Wall with gcc, other manipulations with
1765         CFLAGS removed.
1767         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1768         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1769         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
1770         mc.pot becomes out of date in the tarball.
1772 2000-09-14  Pavel Roskin  <proski@gnu.org>
1774         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
1775         tests for cp, mv and rm.
1776         * Make.common.in: Removed variables xv_bindir and STRIP.
1777         Variables CP, MV and RMF are assigned trivial values.
1779         * edit/Makefile.in: Don't link headers, add extra includes
1780         to CPPFLAGS instead. Put links to the build directory.
1781         Remove the hack with "mx" - it is not needed anymore.
1783         * configure.in: remove any manupulations with top_srcdir.
1784         Don't change CPPGLAGS when the internal editor is enabled,
1785         instead do it ...
1786         * edit/Makefile.in, gtkedit/Makefile.in: ... here
1788         * configure.in, Make.common.in, doc/Makefile.in,
1789         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1790         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
1791         changed to top_srcdir for Automake compatability
1793         * configure.in: REGEX_O variable removed - always use our regex
1795         * configure.in: MCFGR variable removed
1797 2000-09-12  Pavel Roskin  <proski@gnu.org>
1799         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
1800         other GNOME modules
1801         * autogen.sh: remove "-I ." from the "aclocal" command line
1803 2000-09-01  Pavel Roskin  <proski@gnu.org>
1805         * configure.in: output vfs/extfs/Makefile
1807         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
1808         to avoid a warning
1809         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
1810         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
1812 2000-08-29  Pavel Roskin  <proski@gnu.org>
1814         * configure.in: use AM_GNOME_GETTEXT
1815         * gettext.m4: removed
1816         * Makefile.am: adjusted files to distribute, previous change
1817         reverted
1819         * mc-aclocal.m4: renamed to ...
1820         * acinclude.m4: ... this
1821         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
1822         * Makefile.am: aclocal should scan "." for gettext.m4
1824 2000-08-28  Pavel Roskin  <proski@gnu.org>
1826         * Make.common.in: removed hack for "make distcopy"
1827         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1828         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1829         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
1830         for external builds.
1831         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
1833 2000-08-24  Pavel Roskin  <proski@gnu.org>
1835         * new_icons/Makefile.in: converted to ...
1836         * new_icons/Makefile.am: ... this
1837         * configure.in: automake conditional GNOME introduced.
1838         "insticons" removed
1840         * icons/*: removed
1841         * Makefile.am, configure.in: necessary adjustments
1843         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
1844         automake installs them now
1846         * syntax/Makefile.in: converted to ...
1847         * syntax/Makefile.am: ... this
1849         * idl/Makefile.in: converted to ...
1850         * idl/Makefile.am: ... this
1852         * lib/Makefile.am: simplified, fixed "make dist"
1854         * lib/Makefile.in: converted to ...
1855         * lib/Makefile.am: ... this
1857         * lib/tkmc.wmconfig: removed
1858         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
1860         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
1861         to ...
1862         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
1863         * Make.common.in: support for "distdir" for compatability
1864         with Automake-generated makefiles
1865         * autogen.sh: run automake. Force cache - it is off by default
1866         in autoconf 2.49a, but it's still handy for maintainers
1867         * configure.in: adapted for Automake
1869         * AUTHORS: new file
1871 2000-08-23  Pavel Roskin  <proski@gnu.org>
1873         * configure.in: resurrect definition of xvers
1875         * VERSION.in: removed
1876         * Makefile.in: don't do anything with VERSION.in and VERSION
1877         Take mc.spec from builddir, not srcdir
1878         * configure.in: don't create VERSION
1880 2000-08-22  Pavel Roskin  <proski@gnu.org>
1882         * *.c, *.h: Updated address of Free Software Foundation
1884 2000-08-21  Pavel Roskin  <proski@gnu.org>
1886         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
1887         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
1888         related to XView, libXPM, libXext and Tk
1890 2000-08-18  Pavel Roskin  <proski@gnu.org>
1892         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
1893         files
1895         * configure.in: Simplified dependency tracking by using
1896         "-include" with GNU Make
1897         * autogen.sh: Exit on all failures
1899 2000-08-17  Pavel Roskin  <proski@gnu.org>
1901         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
1902         Fixed all misuses of single and double quotes. Typo fixes.
1903         Ensured compatability with sgml2html, sgml2txt and sgml2latex
1904         * doc/mc.1.in: Typo fix
1906         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
1907         * doc/linuxdoc-sgml.diff: removed
1908         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
1909         distribute gnome.sgml
1911 2000-08-15  Pavel Roskin  <proski@gnu.org>
1913         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
1914         in the "distclean" target
1916         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
1917         Removed all XVIEW-related stuff
1918         Fixed placement of png files on "make dist"
1920         * doc/mc.1.in: Updated info about the internal editor
1922         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
1923         indicate serious problems. Fixes for uninstall.
1924         * doc/Makefile.in: Rebuild if it is out of date.
1926         * lib/cedit.menu: Added. This file has been missing
1928         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
1930 2000-08-08  Pavel Roskin  <proski@gnu.org>
1932         * Makefile.in: correctly detect make failures in subdirs
1934 2000-08-01  Pavel Roskin  <proski@gnu.org>
1936         * nt, os2, tk, xv: removed all files
1937         * configure.in: don't create os2 and nt directories
1939 2000-08-01  Pavel Roskin  <proski@gnu.org>
1941         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
1943         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
1945 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
1947         * src/main.c: make 8bit input/output the default (99% of the people
1948         expects that; lets the remaining 1% use the configuration menu
1949         to disactivate it if they want)
1951 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1953         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
1955 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
1957         * configure.in: check for gnome-libs with window icon support
1959         * acconfig.h: add icon define
1961 2000-06-08  Matthias Warkus  <mawa@iname.com>
1963         * new_icons/gnome-pack-*.png: Updated.
1964         * gnome/mc.keys: Added a MIME type for SLP packages.
1966 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
1968         * syntax/diff.syntax: Highlight lines beginning with "File",
1969         "Files" and "Binary"
1970         * syntax/makefile.syntax: Highlight "ifndef"
1971         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
1972         highlighted)
1974 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1976         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
1977         comment lines with # in last release
1979 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1981         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
1983 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1985         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
1986         look more consistent than original.
1988 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1990         * config.in: Added check against strcoll().
1992 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1994         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
1995         added 'and', 'or', 'not', 'for' keywords.
1997 2000-04-06  Timur Bakeyev  <mc@bat.ru>
1999         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
2000         based systems. Hope, this will make FreeBSD midc maintainer to enable
2001         build-in editor by default. Still, syntax highlighting is disabled.
2002         Need to port...
2004 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2006         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2007           fixed, some messages gettext()ed again here and in
2008         gtkedit/editmenu.c:edit_about_cmd()
2010 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2012         * doc/mc.sgml (Examples): Fixed documentation, thanx
2013         to martin@internet-treff.uni-koeln.de.
2015 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
2017         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
2018         the label text
2020 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
2022         * gtkedit/syntax.c: treat *.ads as Ada source
2023         * syntax/ada95.syntax: escape "+" and "*"
2024         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
2025         * syntax/Makefile.in: remove diffc.syntax
2027         * edit/edit_key_translator.c: interpret code 0177 as
2028         backspace unless recognized otherwise
2030 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
2032         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
2033         initialization of array of structure (gcc version 2.96 20000131
2034         chokes on it).
2036         * lib/mc.hint: C-y and not C-u can be used to insert text in input
2037         lines (e. g. text which has been deleted with M-d).
2039         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
2041 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
2043         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
2045 2000-01-29  Matthias Warkus  <mawa@iname.com>
2047         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
2048         design on Federico's request.
2050 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
2052         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
2053         an ArrangeType enum.
2055 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
2057         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
2058         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
2059         setup.c: Add option of using GNOME "magic" routines to determine file
2060         types. This makes MC intelligently look at the data in the file to see
2061         what type of file it is, rather than looking at the filename extension.
2062         This slows down MC quite a bit, so it has been made an optional
2063         preference item. Type detection is expected to improve as mime-magic
2064         matures.
2066 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
2068         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
2069         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
2070         providing a patch.
2072 2000-01-11  Matthias Warkus  <mawa@iname.com>
2074         * Added icon and keys entry for Scheme source.
2076 2000-01-03  Fatih Demir  <kabalak@gmx.net>
2078         * configure.in: Added tr -> ALL_LINGUAS .
2080 1999-12-28  Matthias Warkus  <mawa@iname.com>
2082         * new_icons/*.png: Added a bunch of new icons.
2084 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
2086         * configure.in (VERSION): Bumped version number to 4.5.42.
2088 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
2090         * configure.in: added 'uk' to ALL_LINGUAS.
2092 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2094         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
2095         request from David Sauer
2097 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
2099         * configure.in (VERSION): Bumped version number to 4.5.41.
2101 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
2103         * configure.in (VERSION): Set version number to 4.5.39.
2105 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
2107         * configure.in: Added pt_BR to ALL_LINGUAS
2109 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
2111         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
2112         path to the mc binary according to @prefix@.
2114         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
2115         configure. Install mc.sh and mc.csh in $(suppbindir).
2117         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
2118         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
2119         copies of the included function definitions.
2121         * mcfn_install.in: Comment out definitions of the mc functions. Source
2122         mc.sh instead of adding an outdated mc function definition.
2124         * configure.in: output mc.sh and mc.csh
2126 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
2128         * lib/startup.links: Changed the news link to Gnotices
2130 1999-09-19  David Martin  <dmartina@usa.net>
2132         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
2133         8 bit chars from strftime get displayed when inserting date.
2135         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
2136         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
2137         file to avoid interferences. In this one I changed the extension check
2138         to a type check (as used for gzip) which might give problems in some
2139         systems.
2141         * configure.in: Use -Tlatin1 to format man pages when available and
2142         "view" 8 bit chars.
2144 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
2146         * gtkedit/edit.h: Include file reordering to make it compile with
2147         --with-debug
2149         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
2150         dependent on lenght of translated strings to display.
2152 1999-09-16  Owen Taylor  <otaylor@redhat.com>
2154         * Remove the magicdev autoconf test in favor of just
2155         including the idl file. Otherwise we have a dependency
2156         loop between this and magicdev.
2158 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
2160         * idl/FileManager.idl: Changed names, and put everything under a
2161         FileManager module.  Added a Desktop interface and some methods to
2162         the WindowFactory interface.
2164 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
2166         * doc-gnome/*: Shiny new docs from users-guide.
2167         All synced up.
2169 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
2171         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
2173 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
2175         * README: Updated and spell-checked.
2177         * NEWS: Updated.
2179 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
2181         * configure.in (ALL_LINGUAS): Added sv.
2183 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
2185         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
2186         symlink attacks (mcfn_install and the man page still needs to be
2187         updated).
2189 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
2191         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
2192         a symbolic link (ln -sf doesn't work as expected on Solaris)
2194 1999-08-19  Elliot Lee  <sopwith@redhat.com>
2195         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
2197 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
2199         * doc-gnome/C/gmc.sgml: Index fixes.
2201 1999-08-18  Elliot Lee  <sopwith@redhat.com>
2203         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
2204         initializers in the GnomeUIInfo structure.
2206 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
2208         * configure.in (VERSION): Bumped version number to 4.5.38.
2210 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
2212         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
2214 1999-08-15  David Martin  <dmartina@usa.net>
2216         * gtkedit/edit.c: Print localized date with strftime()
2218         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
2220 1999-08-08  David Martin  <dmartina@usa.net>
2222         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
2223         translation.
2225         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
2226         translation as it used to be.
2228 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2230         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
2231         that the correct index.html will be generated.
2233 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2235         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
2236         to the list.
2238 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
2240         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
2241         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
2242         This adds some new syntax rules, and spell check on the fly
2243         which if someone bugs me for, will actually get enabled in
2244         both the text and gnome versions. Bookmark stuff also needs
2245         some keys bound to it, I suppose: any takers?
2247 July 19, 1999 Elliot Lee
2248         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
2250 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
2252         * Makefile.in (all): Makefile fix.
2254 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2256         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2257         should fix the problem we had with FSSTND distributions.
2259 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2261         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
2262         list of distributed files.
2264 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2266         * configure.in (VERSION): Bumped version number to 4.5.34.
2268 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
2270         * Add fi into ALL_LINGUAS
2272 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
2274         * gnome/i-zipdisk2.png: Added another zip-disk icon
2275         by <scarab@egyptian.net> - It looks very nice. Variation
2276         is good.
2278 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2280         * acconfig.h: Add WITH_SMBFS
2282         * macros/gnome-vfs.m4: Support conditional samba support.
2284 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2286         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2287         should fix the problem we had with FSSTND distributions.
2289 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
2291         * mc.spec.in: added syntax files to %files
2293 1999-06-22  David Martin  <dmartina@usa.net>
2295         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
2297 1999-06-07  Shooby Ban  <bansz@szif.hu>
2299         * po/hu.po, configure.in: added hungarian translations...
2300           I'm not sure it's OK, but it seems usable.
2301           Translators: Tamas Fejos and Andras Kadar
2303 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
2305         * configure.in, Makefile.in: added the gmc helpfile to the build
2307 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
2309         * Add ja entry to LANG in configure.in
2311 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2313         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
2314         be installed in the system :) (added it to the Makefile.in)
2316 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2318         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
2319         disks - someone please add it to the mount.c code so it gets used..
2320         Everyone have a nice time at the expo! :) I hope to join the
2321         next time.
2323 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2325         * configure.in: Added check for getpt ()
2327 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2329         * configure.in (VERSION): Bumped version number to 4.5.31.
2331 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2333         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
2334         need to fool it by strdup'ing the return value of tempnam.
2336 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2338         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
2339         MCLIBS which are specific to the text edition.
2341         * INSTALL: Added documentation for --with-tm-x-support
2343 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
2345         * mc.spec.in : Folded in some changes from the 'offical' rpm
2346         spec file.
2348 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2350         * configure.in (SHELL): Do not use grep -q, as it is not portable
2351         to every OS.
2353 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2355         * configure.in: Linking from $srcdir/slang is broken when configure
2356         isn't called with an absolute path. Link from ../$srcdir/slang if
2357         configure was invoked with a relative path.
2359 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2361         * configure.in: Do not rm the destination file and then link, use
2362         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
2364 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2366         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
2367         --with-PACKAGE and --without-PACKAGE gave the same results.
2369 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2371         * configure.in (VERSION): Bumped version number to 4.5.30.
2373 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2375         * configure.in (VERSION): Bumped version number to 4.5.29.
2377 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2379         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
2380         now contains all checks.
2382 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2384         * configure.in (VERSION): bumped version number to 4.5.28.
2386 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
2388         * */Makefie.*: fixed several missed conversions from libdir to
2389         mclibdir. (Should be automake'd, really)
2391 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2393         * Make.common.in: There were conflicting definitions of mclibdir
2394         (one for installation, one for source).  Now the source one is
2395         called mcsrclibdir.
2397         * doc/Makefile.in: Use mcsrclibdir where appropriate.
2399 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
2401         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
2402         Pascal Program" (Heh, second time :)
2404         * Makefile.common: Until things gets clear, keep syntax rules in
2405         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
2407         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
2408         @libdir@.
2410 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
2412         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
2413         as requested by Paul. Still, need some checking...
2415 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
2417         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
2418         to date with cooledit 3.9.0. This adds some new features.
2419         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
2420         syntax.c. This is because the rule set is becoming too
2421         large to maintain in its current form and because file
2422         loading is starting to get slow.
2424         There is also a bookmark feature which does not yet have
2425         key bindings assigned to it, but should be cool once
2426         these get inserted. Syntax rules files are named
2427             $LIBDIR/cooledit/syntax/*.syntax
2429 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2431         * configure.in: Create slang directory, it is needed when
2432         builddir != srcdir.
2433         Use -f when calling rm, the file does not exist on
2434         first compile.
2435         No need to copy VERSION from $srcdir, it's already generated in
2436         $buildir.
2438 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
2440         * edit/edit_key_translator.c: Added missing translation tags.
2442 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2444         * configure.in: Minimum version of glib should be 1.2.0.
2445         (VERSION): Bumped version number to 4.5.27.
2447 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
2449         * gtkedit/editcmd.c: Added missing translation tags.
2451         * gtkedit/editoptions.c: Added missing translation tags. Translate
2452         radio buttons on first use.
2454 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
2456         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
2457         to get the mc spec file to work.
2458         * hacked configure to generate a properly versioned spec file.
2460 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2462         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
2463         radio buttons on first pass.
2465 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
2467         * gtkedit/editcmd.c: Mark strings in the search and replace
2468         dialogs for translation. Resized these dialogs to let the messages
2469         fit.
2471 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2473         * gtkedit/editwidget.c (selection_send): Use the proper type for
2474         64-bit cleanliness (Patch from George Lebl).
2476 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
2478         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
2479         into the catalog file.
2481 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2483         * configure.in: Make Timur's libtermcap check work with SLang
2484         0.99.98, too.
2486 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2488         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
2489         PS and EPS files.  Thanks, Tigert!
2491 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2493         * configure.in (CCOPTS): Drop the prefix auto-detection.
2495 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
2497         * configure.in: Add check, which, in case of system-installed SLang
2498         library tries to run a test program, which determines, does we need
2499         linking with libtermcap.a. Also, set of if's for finding terminfo
2500         dir changed to for cycle - a bit nicer :)
2502 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2504         * README.QNX: Deleted documention about mc.menu.qnx.diff.
2506 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2508         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
2510 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2512         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
2513         from tar calls when extracting (according to my man page this option
2514         is only useful when creating archieves).
2516 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2518         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
2519         adds support for tar.bz2 and merges the support for freeze-compressed
2520         tar files (tar.F) from mc.menu.qnx.diff.
2522 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
2524         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
2525         GNU-like :)
2527 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2529         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
2530         the catalog file.
2532 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
2534         * new_icons/gnome-core.png: New icon for core files. Someone
2535         please add the code part :)
2537 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
2539         * configure.in: Add check against setuid() and setreuid() functions.
2541 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2543         * slang/slang.h: renamed to slang-mc.h
2545         * slang/Makefile.in: delete slang.h on "make clean"
2547         * configure.in: link slang/slang-mc.h to slang/slang.h when the
2548         included slang is used. Problem was that MC's slang.h was used
2549         when we compiled with an already installed SLang and the systems
2550         header file were included with <slang/slang.h>.
2551         Unfortunatly I can't use AC_LINK_FILES to make the links because
2552         if we needn't make any links AC_LINK_FILES makes a link from
2553         srcdir to top_builddir (builddir != srcdir).
2555         Temporary add $LGPM to $LIBS when checking for the resizeterm
2556         and keyok functions (ncurses might be linked against GPM).
2558         Substitude PACKAGE (intl/Makefile makes use of it)
2560 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
2562         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
2563         #include "global.h".
2565 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
2567         * Make.common.in (gnewdir): new path.
2569 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
2571         * configure.in: Add comments before "Let" and "the" - typo. Add new
2572         path to include's search.
2574 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
2576         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
2578 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2580         * configure.in (REGEX_O): Always include regex.o as the code we
2581         are using in gmc is not using regcomp/regexec, but the internal
2582         Emacs API.
2584         * src/regex.c: Do not compile the POSIX compatibility code, as we
2585         do not use it.
2587 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2589         * doc/mc.sgml, mc1.in (Color section): minor polishing
2590         (Layout section): documented Highlight...
2592 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2594         * configure.in: Deleted du checks
2596         * INSTALL: Deleted --with-dusum documentation.
2598         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
2599         Configuration dialog. Added Advanced chown subsection. Deleted
2600         variables from the Special settings section which are now covered
2601         by the configuration dialog.
2603 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2605         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
2606         tar_gz_memlimit. Partially rewrote the section about the
2607         Virtual FS.. configuration dialog.
2609 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
2611         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
2613 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2615         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
2617         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
2618         builddir
2620 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
2622         * new_icons/gnome-image-[lots].png: I added some icons for file
2623         types (image) there - someone please tell me what the correct
2624         location and naming convention is and I will try to follow that. :)
2626 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
2628         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
2629         the build will still work.  (Has this been replaced by new_icons?)
2631 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
2633         * doc/mc.1.in, mc.sgml: added my name to list ov authors
2635 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2637         * Makefile.in (codedirs): Dropped xv and tk ports from the
2638         distribution. include idl directory.
2640 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2642         * configure.in (slang_use_system_installed_lib): Define slang
2643         here, to avoid having this on LIBS.
2645 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
2647         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
2649 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
2651         * config.h.in: Removed from CVS, added to .cvsignore
2653         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
2654         configure.in:
2655         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
2656         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
2657         HAS_CURSES added to acconfig.h
2659 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2661         * autogen.sh: Add "-I macros" to the aclocal flags.
2663         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
2664         so that aclocal will not complain about an obsolete macro.
2666         * configure.in: Use MC_HPUX_PROG_CC_STDC
2668         * ChangeLog: There was no ChangeLog here, so I added one.