* extfs/trpm: Fix quoting issues.
[midnight-commander.git] / ChangeLog
blobc69d5d1489a4e2c8a70eb0573fa14f45fac1079a
1 2004-10-27  Juan C. Olivares <juancri@juancri.com>
3         * syntax/aspx.syntax: Add syntax file for ASP.NET.
4         * syntax/Syntax: Likewise.
5         * syntax/Makefile.am: Likewise.
7 2004-10-27  Pavel S. Shirshov  <me@pavelsh.pp.ru>
9         * TODO: Move entry 'Broken pipe warning...' to 4.6.2 TODO list.
10         Remove entries for perl extfs scripts.
12 2004-10-24  Roland Illig  <roland.illig@gmx.de>
14         * configure.ac: Only add "-Wall" to CFLAGS if GCC is set to "yes".
16 2004-10-23  Roland Illig  <roland.illig@gmx.de>
18         * TODO: Check proper quoting in vfs/extfs/*.
20 2004-10-20  Pavel S. Shirshov  <pavelsh@mail.ru>
22         * lib/mc.ext.in: Use xmms for audio files in XWindows mode.
23         Add support for *.wma files. Add support for playlists.
25         Partially based on patch from q# <eth0@o2.pl>
27 2004-10-18  Roland Illig  <roland.illig@gmx.de>
29         * TODO: Some new TODO items with low priority: More standard
30         widgets, CVS frontend, patch editor, context menus.
32 2004-10-16  Roland Illig  <roland.illig@gmx.de>
34         * TODO: Fixed the "./ files in tar archive" item for mc-4.6.1.
36 2004-10-16  Roland Illig  <roland.illig@gmx.de>
38         * syntax/eiffel.syntax: Add syntax highlighting rules for the
39         Eiffel programming language.
40         * syntax/Syntax: Bind *.e with eiffel.syntax.
41         * syntax/Makefile.am: Added syntax.eiffel.
43         From Daniel F Moisset <dmoisset grulic org ar>
45 2004-10-12  Pavel S. Shirshov  <pavelsh@mail.ru>
47         * syntax/sql.syntax: Improve sql.syntax file and added several
48         keywords.
50         From Karel Zak
52 2004-10-12  Andrew V. Samoilov  <sav@bcs.zp.ua>
54         * acinclude.m4 (MC_WITH_MCSLANG): Set screen_type to mcslang.
55         * configure.ac: Define USE_INCLUDED_SLANG if screen_type is mcslang.
57 2004-10-05  Gergely Sza'sz  <szaszg@hu.inter.net> 
59         * syntax/perl.syntax: Fix highlight the hashes.
60         * syntax/diff.syntax: Highlight comments (lines begin with #),
61         and garbage in diff files.
63 2004-09-17  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
65         * mc.qpg.in: New file. Description for QNX 6.x packager.
67 2004-09-25  Roland Illig  <roland.illig@gmx.de>
69         * configure.ac: #define _GNU_SOURCE to an empty value instead of 1,
70         which conflicted with src/regex.c.
72 2004-09-24  Roland Illig  <roland.illig@gmx.de>
74         * HACKING (Programming tips): Added a tip concerning the NULL
75         pointer in varargs function calls.
77 2004-09-22  Roland Illig  <roland.illig@gmx.de>
79         * HACKING: Added advice for using g_strdup for a modifiable
80         copy of a string.
81         * HACKING: Added a section about where to look for bug reports
82         and patches.
84 2004-09-19  Roland Illig  <roland.illig@gmx.de>
86         * HACKING: Added explanation for const_cast.
88 2004-09-17 Dmitry Alexeyev <dmi_a@qnx.org.ru> 
90         * syntax/makefile.syntax.diff: Adds "define" and "ended" keywords
91         * syntax/perl.syntax.diff: Adds "break" keyword
93 2004-09-10  Jakub Jelinek  <jakub@redhat.com>
95         * lib/mc.lib: Add gnome, rxvt and xterm-new terminals.
97 2004-09-10  Pavel S. Shirshov  <pavelsh@mail.ru>
99         * syntax/php.syntax: Upgrade php.syntax file.
101         From Leonard den Ottolander <leonard * den.ottolander.nl>
103 2004-09-04  Jakub Jelinek  <jakub@redhat.com>
105         * configure.ac: grantpt is only available with -D_XOPEN_SOURCE
106         or -D_GNU_SOURCE under Linux.
108 2004-09-04  Pavel S. Shirshov  <pavelsh@mail.ru>
110         * HACKING: Add to section "Programming Tips" g_free tip.
112 2004-09-02  Roland Illig  <roland.illig@gmx.de>
114         * HACKING: Added a section "Programming Tips" which lists mistakes
115         that have been done once and should never be repeated.
117 2004-08-29  Roland Illig  <roland.illig@gmx.de>
119         * m4/ri-gcc-warnings.m4: Now handles only the last --enable or
120         --disable option. Before, --disable has not been handled
121         correctly.
123 2004-08-22  Pavel S. Shirshov  <pavelsh@mail.ru>
125         * m4/ri-gcc-warnings.m4: Using AC_HELP_STRING for more portable.
126         AS_HELP_STRING was introduced after autoconf 2.57+.
128         From Leonard den Ottolander <leonard * den.ottolander.nl>
130 2004-08-18  Roland Illig  <roland.illig@gmx.de>
132         * "make uninstall": removes the symlinks bin/mcedit and bin/mcview.
134 2004-08-17  Roland Illig  <roland.illig@gmx.de>
136         * configure.ac: The GCC warning flags are only used in
137         maintainer-mode.
139 2004-08-17  Pavel S. Shirshov  <pavelsh@mail.ru>
141         * lib/cedit.menu: Security fix patch. Fix insecure temporary file and
142         directory creations. (CAN-2004-0231). 
144         * lib/mc.menu: Likewise.
145         * doc/mc.1.in: Likewise.
146         * doc/es/mc.1.in: Likewise.
147         * doc/hu/mc.1.in: Likewise.
148         * doc/it/mc.1.in: Likewise.
149         * doc/pl/mc.1.in: Likewise.
150         * doc/ru/mc.1.in: Likewise.
151         * doc/sr/mc.1.in: Likewise.
153 2004-08-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
155         * configure.ac: Add check for atoll().
157         * doc/mc.1.in (Extension File Edit): Document "directory" keyword.
158         * doc/ru/mc.1.in: Likewise.
160 2004-08-02  Pavel Shirshov  <pavelsh@mail.ru>
162         * autogen.sh: Fix unportable "\n" in sed.
164 2004-04-02  Pavel Roskin  <proski@gnu.org>
166         * lib/mc.ext.in: Use gqview instead of ee for images.  ee seems
167         to be obsolete.  Suggested by Marcel Pol <mpol@gmx.net>
169 2004-01-22  Pavel Roskin  <proski@gnu.org>
171         * lib/mc.ext.in: Recognize *.tb2 and *.tbz files.
173         * configure.in: Rename to ...
174         * configure.ac: ... this.
176 2003-12-30  David Martin  <dmartina@excite.com>
178         * doc/mc.1.in: Synchronized latest fixes (long options) and
179         moved year and version number.
181 2003-12-24  Pavel Roskin  <proski@gnu.org>
183         * configure.in: Release 4.6.1-pre1.
185 2003-11-28  Pavel Roskin  <proski@gnu.org>
187         * acinclude.m4 (MC_UNDELFS_CHECKS): Try ext2fs/ext2_fs.h before
188         linux/ext2_fs.h.  Use ext2fs/ext2_fs.h when possible - it's
189         safer to avoid kernel headers.
191 2003-11-27  Pavel Roskin  <proski@gnu.org>
193         * src/TODO: Move ...
194         * TODO: ... here.
195         * doc/DEVEL: Move ...
196         * HACKING: ... here.  Adjust makefiles.
198 2003-11-20  Pavel Roskin  <proski@gnu.org>
200         * build-glib1.sh: Use more portable syntax for functions.  Fall
201         back to "ftp" for download, useful on BSD.
202         * build-glib2.sh: Likewise.
204         * build-glib1.sh: New file - download and compile glib 1.2.x,
205         then compile mc against it.
206         * build-glib2.sh: New file - download and compile glib 2.x with
207         dependencies (gettext, pkgconfig), then compile mc against it.
208         * Makefile.am: Distribute them.
210 2003-10-29  Pavel Roskin  <proski@gnu.org>
212         * acinclude.m4 (MC_UNDELFS_CHECKS): Don't use internal Autoconf
213         variables.
215         * configure.in: Rewrite check for mmap() to avoid using internal
216         variables of Autoconf.  Rename the rest of ac_cv_* to mc_cv_*.
218         * configure.in: Use AC_CHECK_MEMBERS to check fields of struct
219         stat.  Adjust all dependencies.
221         * acinclude.m4 (AC_STRUCT_LINGER): Remove, use AC_CHECK_MEMBERS
222         instead.
224         * configure.in: Define SLANG_POSIX_SIGNALS if all 4 required
225         functions are present.  Remove references to extraconf.h.
226         * extraconf.h: Eliminate.
227         * Makefile.am: Remove extraconf.h.
229         * configure.in: Move ext2fs undelete support ...
230         * acinclude.m4 (MC_WITH_VFS): ... here.
231         * extraconf.h: Remove VFS logic, it's enforced in configure now.
233         * acinclude.m4 (MC_WITH_VFS): Use AC_SEARCH_LIBS when possible.
234         Allow disabling network code by --disable-netcode.
236 2003-10-28  Pavel Roskin  <proski@gnu.org>
238         * configure.in: Don't check if "file" can use stdin - it's
239         unused now.
241 2003-10-25  Pavel Roskin  <proski@gnu.org>
243         * extraconf.h: Don't define HAVE_GRANTPT forcedly if grantpt()
244         wasn't found.  Don't define HAVE_CRYPT, it's unused now.
246         * configure.in: Remove check for socketpair().  Add new option
247         --enable-background.
248         * extraconf.h: Don't define WITH_BACKGROUND.
250 2003-10-14  Pavel Roskin  <proski@gnu.org>
252         * configure.in: Don't check for seekdir() and telldir().
254 2003-09-23  Pavel Roskin  <proski@gnu.org>
256         * doc/sr/Makefile.am: Don't install mcserv documentation if mcfs
257         support is disabled.
259         * lib/*.ti: Remove, these files are obsolete.
260         * lib/tdiff: Likewise.
261         * lib/xterm.tcap: Likewise.
262         * lib/Makefile.am: Remove obsolete files.  Don't install
263         README.xterm and xterm.ad, there are partly obsolete and can
264         break things if used as is.
266 2003-09-22  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
268         * lib/mc.hint.sr: Updated.
269         * lib/mc.menu.sr: New file - translated menu.
270         * lib/Makefile.am: Add mc.menu.sr.
271         * doc/sr/: New Serbian documentation.
272         * doc/Makefile.am: Add "sr" directory.
273         * configure.in: Add substitutions for new files.
275 2003-09-22  Pavel Roskin  <proski@gnu.org>
277         * configure.in: Check for strlcpy() if glib 1.2.x is used.
279 2003-09-11  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
281         * lib/mc.hint.sr: New file - Serbian hints.
283 2003-09-04  Pavel Roskin  <proski@gnu.org>
285         * lib/mc.menu: Add entry for viewing manual pages.
287 2003-08-18  Pavel Roskin  <proski@gnu.org>
289         * lib/mc-wrapper.csh.in: Use "id" command to find the real user
290         id.  $USER is not reliable.
291         * lib/mc-wrapper.sh.in: Likewise.
292         Reported by Figura Peter <peterf@autus.sk>
294 2003-08-18  Andrew V. Samoilov  <sav@bcs.zp.ua>
296         * acinclude.m4 (MC_WITH_NCURSES): Fix ESCDELAY check on Solaris.
297         Make sure that linking succeeds.
299 2003-08-02  Pavel Roskin  <proski@gnu.org>
301         * lib/cedit.menu: Avoid using "id -u", it doesn't work on
302         Solaris.  From Andrew V. Samoilov <sav@bcs.zp.ua>
304 2003-07-23  Pavel Roskin  <proski@gnu.org>
306         * lib/mc.lib: Add more "end" and "home" sequences for xterm.
308 2003-07-22  Pavel Roskin  <proski@gnu.org>
310         Get rid of all references to NATIVE_WIN32.
312         * pc: Remove.  No work has been done on the PC post for years.
313         * README.PC: Likewise.
314         * Makefile.am: Adjust for the above.
315         * configure.in: Likewise.
317 2003-07-21  Pavel Roskin  <proski@gnu.org>
319         * configure.in: Check posix_openpt() first and fallback to
320         GNU-specific getpt() only if needed.
322 2003-06-29  David Sterba  <dave@jikos.cz>
324         * lib/mc.hint.cs: Typo fixes.
326 2003-06-25  Marco Ciampa  <ciampix@libero.it>
328         * doc/it/mc.1.in: small fix
330 2003-06-23  Andrew V. Samoilov  <sav@bcs.zp.ua>
332         * lib/mc.ext: Allow ZIP in all capitals in "file" output.
334 2003-06-18  Pavel Roskin  <proski@gnu.org>
336         * configure.in: Remove test for SCO UNIX.  Remove all references
337         to SCO_FLAVOR everywhere.  SCO flavor is rather unsavory now.
339 2003-06-06  Pavel Roskin  <proski@gnu.org>
341         * lib/mc.ext.in: Don't run compressed logs from /var/log through
342         nroff.  Suggested by Alfie Costa <agcosta@gmx.net>
344 2003-05-16  Marco Ciampa  <ciampix@libero.it>
346         * syntax/ruby.syntax: upgrade
347         * syntax/perl.syntax: small fix
349 2003-05-14  Marco Ciampa  <ciampix@libero.it>
351         * syntax/ruby.syntax: New file - syntax for Ruby.
352         * syntax/Syntax: Add ruby.syntax.
353         * syntax/Makefile.am: Likewise.
355 2003-05-08  Pavel Roskin  <proski@gnu.org>
357         * mc.spec.in: Strip pre-1998 changelog to work around a bug in
358         rpm 4.2, which doesn't like %install inside %changelog.
360 2003-04-29  Pavel Roskin  <proski@gnu.org>
362         * configure.in: Add vfs/extfs/iso9660 to AC_CONFIG_FILES.
363         * lib/mc.ext.in: Add support for ISO images.
365 2003-03-31  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
367         * syntax/Syntax: Highlight *.mc as a makefile.
368         * syntax/sql.syntax: Add more keywords for PostgreSQL.
370 2003-03-21  Pavel Roskin  <proski@gnu.org>
372         * syntax/sh.syntax: Highlight "find".  Highlight whole string
373         after "#!".  Make unrecognized text inside `` less bright.
375 2003-03-17  Marco Ciampa  <ciampix@libero.it>
377         * doc/it/mc.1.in: Some manual fixes.
379 2003-03-14  Pavel Roskin  <proski@gnu.org>
381         * syntax/c.syntax: Allow integer specifiers for %x and %X in C
382         format strings.
383         * syntax/cs.syntax: Likewise.
384         * syntax/java.syntax: Likewise.
385         * syntax/ml.syntax: Likewise.
386         * syntax/php.syntax: Likewise.
387         * syntax/python.syntax: Likewise.
388         * syntax/slang.syntax: Likewise.
389         * syntax/swig.syntax: Likewise.
391 2003-03-11  Pavel Roskin  <proski@gnu.org>
393         * acinclude.m4 (MC_ASM_LABELS): New macro to work around a bug
394         gettext.  Define _INTL_REDIRECT_MACROS if needed.
395         * configure.in: Use MC_ASM_LABELS.
397 2003-03-07  Pavel Roskin  <proski@gnu.org>
399         * configure.in: Add --with-glib-static option.
401 2003-03-06  Pavel Roskin  <proski@gnu.org>
403         * syntax/spec.syntax: Add BuildArch.
405 2003-03-05  Pavel Roskin  <proski@gnu.org>
407         * configure.in: Check availability of setsid().
409 2003-03-04  Sanlig Badral  <Badral@chinggis.com>
411         * po/LINGUAS: added Mongolian (mn) translation.
413 2003-03-03  Pavel Roskin  <proski@gnu.org>
415         * lib/mc.lib: Add xterm arrows both for application and normal
416         mode.  Normal mode can be accidentally enabled if one mc is run
417         from another and Ctrl-O is used to switch between them.
418         Add F11-F20 definitions for cons25 (FreeBSD console).
420 2003-02-27  Juan C. Olivares  <juancri@TAGnet.org>
422         * syntax/cs.syntax: New file.
423         * syntax/Syntax: Add cs.syntax.
424         * syntax/Makefile.am: Likewise.
426 2003-02-27  Marco Ciampa  <ciampix@libero.it>
428         * doc/it/mc.1.in: updated manual with -e switch description.
430 2003-02-26  Pavel Roskin  <proski@gnu.org>
432         * syntax/syntax.syntax: Highlight "define".
434 2003-02-23  Marco Ciampa  <ciampix@libero.it>
436         * doc/it/mc.1.in: updated manual with some stylistic changes.
438 2003-02-23  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
440         * lib/mc.ext.in: Add entry for QNX Neutrino packages.
442 2003-02-22  Pavel Tsekov  <ptsekov@gmx.net>
444         * acinclude.m4 [AC_G_MODULE_SUPPORTED]: New macro.
445         * configure.in: Test for gmodule.  Don't link mc with libX11 if
446         gmodule is supported.
448 2003-02-22  Pavel Roskin  <proski@gnu.org>
450         * configure.in: Add --with-glib12 option to configure to force
451         using glib 1.2.x.
453 2003-02-21  Andrew V. Samoilov  <sav@bcs.zp.ua>
455         * doc/ru/mc.1.in (Layout): Translate 'Xterm window title' option.
456         (Extension File Edit): Translate include feature.
458 2003-02-20  Pavel Roskin  <proski@gnu.org>
460         * configure.in: Move list of all translations ...
461         * po/LINGUAS: ... here.
463 2003-02-18  Pavel Roskin  <proski@gnu.org>
465         * syntax/c.syntax: Highlight C++ comments in preprocessor
466         directives.
467         Reported by Oswald Buddenhagen <ossi@kde.org>
469 2003-02-13  Marco Ciampa  <ciampix@libero.it>
471         * doc/it/mc.1.in: updated manual following it.po changes.
473 2003-02-05  Pavel Roskin  <proski@gnu.org>
475         * configure.in: Bump version to 4.6.0a.
477         * configure.in: Version 4.6.0 released.
479 2003-02-04  Arpi  <arpi@mplayerhq.hu>
481         * syntax/Syntax: Match *.syntax before other files to fix
482         highlighting of makefile.syntax.
484 2003-02-04  Pavel Roskin  <proski@gnu.org>
486         * syntax/c.syntax: Revert highlighting trailing whitespaces.
488 2003-02-03  Andrew V. Samoilov  <sav@bcs.zp.ua>
490         * autogen.sh: Fix unportable "+" sed regexp in gettext_ver
491         calculation.  Reported by vlad@geekizoid.com.
493 2003-01-31  Pavel Roskin  <proski@gnu.org>
495         * syntax/nroff.syntax: Make colors more compatible with the
496         highlighting used in the internal viewer - yellow for bold and
497         brightred for italic.
499 2003-01-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
501         * syntax/c.syntax: Highlight trailing whitespace(s).
503 2003-01-30  Pavel Tsekov  <ptsekov@gmx.net>
505         * acinclude.m4 (MC_WITH_NCURSES): Check -lcurses if -lncurses
506         doesn't work.  Useful on OpenBSD 3.2.
508 2003-01-29  Pavel Roskin  <proski@gnu.org>
510         * lib/mc.ext.in: Fix missing semicolon that affected viewing RPM
511         packages.
513 2003-01-24  Pavel Roskin  <proski@gnu.org>
515         * configure.in: Add -lposix on A/UX before all tests.
517 2003-01-23  Pavel Roskin  <proski@gnu.org>
519         * acinclude.m4 (MC_EXTFS_CHECKS): Fix redirection to /dev/null.
521 2003-01-22  Pavel Roskin  <proski@gnu.org>
523         * configure.in: Bump version to 4.6.0-pre3a.
525         * configure.in: Version 4.6.0-pre3 released.
527         * acinclude.m4 (_MC_WITH_XSLANG): Drop support for old S-Lang
528         versions that required the native curses library on some OSes.
530 2003-01-19  Adam Byrtek  <alpha@debian.org>
532         * doc/mcview.1.in: New file.
533         * configure.in: Treat it like doc/mcedit.1.in.
534         * doc/Makefile.am: Likewise.
536 2003-01-17  Adam Byrtek  <alpha@debian.org>
538         * doc/mc.1.in (Layout): Document 'Xterm window title' option.
540 2003-01-16  David Martin  <dmartina@excite.com>
542         * doc/mc.1.in: Add EXTernal virtual File System node (extfs).
544 2003-01-16  David Martin  <dmartina@excite.com>
546         * doc/mc.1.in: Set man page header and footer.
547         * doc/es/mc.1.in: Likewise.
548         * doc/hu/mc.1.in: Likewise.
549         * doc/it/mc.1.in: Likewise.
550         * doc/pl/mc.1.in: Likewise.
551         * doc/ru/mc.1.in: Likewise.
553 2003-01-12  David Martin  <dmartina@excite.com>
555         * po/es.po: Update. Rewrite localized names for some menu entries.
556         * doc/es/mc.1.in: Likewise.
557         * lib/mc.hint.es: Likewise.
559 2002-12-27  David Martin  <dmartina@excite.com>
561         * doc/pl/xnc.hlp: Update GPL (change FSF address and move 19xx
562         entries to "year").
564 2002-12-26  Pavel Roskin  <proski@gnu.org>
566         * configure.in: Release 4.6.0-pre2, bump version to 4.6.0-pre2a.
568         * configure.in: Fix non-portable operator.  Bump version to
569         4.6.0-pre2.
571 2002-12-24  Pavel Roskin  <proski@gnu.org>
573         * lib/mc.ext.in: Use --nosignature with rpm to avoid a message
574         in the viewer about unsigned packages.
576         * acinclude.m4 (MC_WITH_SLANG): Don't add -lslang to MCLIBS if
577         the system S-Lang is rejected.
579         * lib/mc.ext.in: Play *.mov by mplayer.
581 2002-12-23  Pavel Roskin  <proski@gnu.org>
583         * configure.in: Enable X11 support by default, use --without-x
584         to disable.
586 2002-12-19  Pavel Roskin  <proski@gnu.org>
588         * syntax/perl.syntax: Add separate context for function
589         declarations and definitions, highlight prototypes.
591 2002-12-11  Pavel Roskin  <proski@gnu.org>
593         * acinclude.m4 (MC_EXTFS_CHECKS): Add check for Perl.
594         * configure.in: Substitute Perl location in all extfs scripts
595         written in Perl.
597 2002-12-11  David Martin  <dmartina@excite.com>
599         * doc/xnc.hlp: Update GPL (change FSF address
600         and move 19xx entries to "year").
601         * doc/es/xnc.hlp: Likewise.
602         * doc/hu/xnc.hlp: Likewise.
603         * doc/it/xnc.hlp: Likewise.
604         * doc/ru/xnc.hlp: Likewise.
606 2002-12-09  Pavel Roskin  <proski@gnu.org>
608         * lib/mc.ext.in: Remove ftplist.  Add patchfs.
610 2002-11-29  Andrew V. Samoilov  <sav@bcs.zp.ua>
612         * autogen.sh: Use $srcdir/configure.mc instead of
613         $srcdir/configure if first one exists and is executable.
615 2002-11-28  Pavel Roskin  <proski@gnu.org>
617         * configure.in: Determine which help translations user wants to
618         install, based on USE_NLS, LINGUAS and ALL_LINGUAS.
619         * doc/Makefile.am: Set SUBDIR to the list of the requested
620         translations.
622         * acinclude.m4 (MC_EXTFS_CHECKS): New macro.
623         (MC_WITH_VFS): Call MC_EXTFS_CHECKS.
624         * configure.in: Generate vfs/extfs/uzip.
625         * vfs/extfs/uzip: Move to vfs/extfs/uzip.in.
626         * vfs/extfs/Makefile.am: Corresponding adjustments.
628 2002-11-26  Pavel Roskin  <proski@gnu.org>
630         * syntax/sql.syntax: Add highlighting for dot and backticks.
632 2002-11-16  Pavel Roskin  <proski@gnu.org>
634         * configure.in: Move check for pwdauth() to MC_MCSERVER_CHECKS.
635         * acinclude.m4 (MC_MCSERVER_CHECKS): If using crypt(), check for
636         shadow password support.
638         * acinclude.m4 (MC_MCSERVER_CHECKS): Don't limit PAM check to
639         Linux.  Use AC_SEARCH_LIBS to find crypt().  Consolidate mcserv
640         libraries into MCSERVLIBS.
642         * configure.in: Move all mcserv related checks ...
643         * acinclude.m4 (MC_MCSERVER_CHECKS): ... here.
645 2002-11-15  Pavel Roskin  <proski@gnu.org>
647         * configure.in: Fully enable glib2.  Update the documentation.
649 2002-11-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
651         * lib/mc.menu: Don't use --repetitive-best option with bzip2 -
652         it is redundant in versions 0.9.5 and above.
654 2002-11-10  Pavel Roskin  <proski@gnu.org>
656         * configure.in: Check for uintptr_t.  Needed to compile regex.c
657         on MacOS X.  Reported by Wim Rijnders <wimrijnders@home.nl>
659 2002-11-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
661         * syntax/ada95.syntax: Highlight "then" and "else".
662         From Victor Porton <porton@ex-code.com>.
663         Highlight "exit".
665 2002-11-06  Pavel Roskin  <proski@gnu.org>
667         * lib/edit.indent.rc: Remove all options for indent and add a
668         comment explaining where those options should be.
670 2002-11-05  Pavel Roskin  <proski@gnu.org>
672         * lib/mc-wrapper.csh.in: Remove /bin/csh at the beginning - this
673         script is not meant to be executed by the kernel.  This also
674         eliminates dependency of the RPM package on csh.
675         * lib/mc-wrapper.sh.in: Remove /bin/sh at the beginning.
677 2002-11-01  Pavel Roskin  <proski@gnu.org>
679         * configure.in: Don't substitute mc.sh and mc.csh - it's now
680         done ...
681         * lib/Makefile.am: ... here.  Add wrappers for mc to avoid
682         defining complex shell scripts in functions and aliases.
683         * lib/mc-wrapper.csh.in: New file - template for the script
684         that runs mc and changes directory in csh.
685         * lib/mc-wrapper.sh.in: New file - template for the script
686         that runs mc and changes directory in sh.
688 2002-11-01  Andrew V. Samoilov  <sav@bcs.zp.ua>
690         * doc/mc.1.in (Keys): Document S-<chr>.
691         * doc/ru/mc.1.in: Likewise.
693 2002-10-31  Pavel Roskin  <proski@gnu.org>
695         * syntax/diff.syntax: Revert highlighting for trailing spaces
696         on the added lines - it extends the context to the next line.
698         * lib/mc.csh.in: Add quoting and check for missing file.
700         * lib/mc.csh.in: Update to use the new -P option.  This script
701         has absolutely no protection against special symbols in
702         directory names and lacks TMPDIR support.
704         * lib/mc.sh.in: Update to use the new -P option.
706         * configure.in: Displaying the install paths is too problematic
707         to implement properly.  Remove this code.
709 2002-10-29  Pavel Roskin  <proski@gnu.org>
711         * lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.
712         * configure.in: Likewise.  Add "-c" (disable ANSI color) to
713         MAN_FLAGS if supported.
715         * acinclude.m4 (MC_WITH_SLANG): Reject S-Lang with UTF-8
716         support, unless external S-Lang was explicitly requested.
718 2002-10-24  Pavel Roskin  <proski@gnu.org>
720         * lib/mc.ext.in: Don't use links to view html - the "-dump"
721         option has been removed in the recent versions.
722         From David Martin <dmartina@excite.com>
724 2002-10-21  Pavel Roskin  <proski@gnu.org>
726         * acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
727         to the final configuration message.
729 2002-10-17  Pavel Roskin  <proski@gnu.org>
731         * doc/hu/Makefile.am: Generate Hungarian help file from the
732         manual, just like other languages.
733         * doc/hu/mc.1.in: New file, converted from the help file.
734         * doc/hu/xnc.hlp: Likewise.
735         * configure.in: Adjust for the above.
737         * doc/mc.1.in: Add node names.  Remove redundant paragraph
738         breaks at the start and the end of the sections.  Mention
739         "stalelink" as color keyword.
741 2002-10-14  Pavel Roskin  <proski@gnu.org>
743         * lib/mc.ext.in: Don't use "-dump" option with "links".
744         From David Martin <dmartina@excite.com>
746 2002-10-13  Pavel Roskin  <proski@gnu.org>
748         * lib/mc.hint*: Remove all references to "-1" - hints file is no
749         substitute to unambiguous GUI.
750         From Christian Laubscher <christian.laubscher@tiscalinet.ch>
752 2002-10-12  Pavel Roskin  <proski@gnu.org>
754         * lib/mc.ext.in: Redirect stderr from "links" to suppress a
755         warning if it's not found.
757 2002-10-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
759         * doc/mc.1.in (SMB File System): Username is allowed in
760         URLs now (/#smb:[user@]machine).
761         * doc/ru/mc.1.in: Likewise.
763 2002-10-08  Pavel Roskin  <proski@gnu.org>
765         * configure.in: Rename RH_VERSION to RPM_VERSION - not every
766         rpm-based system is Red Hat.  Replace all dashes, not just one.
768         * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
769         termcap if terminfo is missing in the known locations.
770         * configure.in: Remove --with-termcap processing, it is now in
771         acinclude.m4.
773 2002-10-02  Pavel Roskin  <proski@gnu.org>
775         * syntax/syntax.syntax: Fix highlighting for "gray".
777 2002-10-01  Pavel Roskin  <proski@gnu.org>
779         * configure.in: Expand $bindir and $datadir to show at the end.
780         Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
782 2002-09-29  Pavel Roskin  <proski@gnu.org>
784         * configure.in: Remove the argument from --with-gpm-mouse.  The
785         directories for include files and libraries can be specified
786         using LDFLAGS and CPPFLAGS, as documented in the output of
787         "configure --help".
789         * configure.in: Complete rewrite of the screen library support.
790         Add new option --with-screen instead on --with-slang,
791         --with-included-slang and --with-ncurses.  Only allow
792         --with-termcap is using the included S-Lang library.
793         * aclocal.m4: Corresponding changes.
795         * syntax/mail.syntax: Replace "wholechars right" and "wholechars
796         left" with single "wholechars".
797         * syntax/nroff.syntax: Likewise.
798         * syntax/sh.syntax: Likewise.
799         * syntax/tcl.syntax: Likewise.
801         * syntax/*.syntax: Remove numeric Cooledit colors.  It's
802         unreasonable to require them to be correct.  On the other hand,
803         Cooledit can easily be changed to accept named color names.
805         * syntax/syntax.syntax: Don't require Cooledit colors for
806         highlighting color names.  Remove Cooledit colors.
808         * syntax/m4.syntax: Don't use yellow color on parentheses, since
809         it interferes with parentheses highlighting.  Remove list of
810         supported Autoconf macros.
812 2002-09-26  Pavel Roskin  <proski@gnu.org>
814         * syntax/syntax.syntax: Remove highlighting for numbers - it's
815         for Cooledit only.
817         * syntax/c.syntax: Require at least one space at the beginning
818         of indented cpp directives.  Use brightmagenta for them.
820         * syntax/syntax.syntax: Don't start keywords with "\[" - it
821         doesn't work.  Use "\[\]" at the end of keywords to suppress
822         their special meaning.
824 2002-09-22  Pavel Roskin  <proski@gnu.org>
826         * doc/Makefile.am: Remove width from the man2hlp command line.
827         The same for translations.
829         * configure.in: Remove support for HSC proxy - it's obsolete.
830         Remove all references to HSC proxy everywhere.
832 2002-09-21  Pavel Roskin  <proski@gnu.org>
834         * configure.in: Bump version to 4.6.0-pre1b.
836         * doc/hu/mc.hlp.hu: Rename to ...
837         * doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
838         * configure.in: Substitute doc/hu/mc.hlp.hu.
839         * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
841         * doc/mc.1.in: Update path to the data files.  Rename MC_LIBDIR
842         to MC_DATADIR.  Make the same changes in the translations.
844         * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
845         directory for architecture-independent files.
847 2002-09-19  Pavel Roskin  <proski@gnu.org>
849         * syntax/m4.syntax: New file.
850         * syntax/Syntax: Add m4.syntax.
851         * syntax/Makefile.am: Likewise.
852         From Vlad Romanenko <VladRomanenko@ukr.net>
854         * syntax/sql.syntax: Only recognize non-standard MySQL comments
855         at the beginning of line.
857 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
859         * syntax/syntax.syntax: Add "linestart" for "context",
860         "context default" and "context exclusive" keywords.
861         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
862         and "%5.5s" formats.
864 2002-09-18  Pavel Roskin  <proski@gnu.org>
866         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
867         rules for syntax files ...
868         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
869         and "include" keywords.
870         * syntax/Makefile.am: Add syntax.syntax.
872 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
874         * syntax/js.syntax: Advanced number highlighting.
876 2002-09-17  Pavel Roskin  <proski@gnu.org>
878         * syntax/c.syntax: Highlight "?" by the same color as ":".
879         * syntax/java.syntax: Likewise.
880         * syntax/swig.syntax: Likewise.
881         * syntax/python.syntax: Remove duplicate keyword ":".
883         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
884         m4 directory is used by aclocal.
885         * m4/Makefile.am: New file.
886         * configure.in: Substitute m4/Makefile.
887         * autogen.sh: Don't copy any macro files, use m4 directory.
889         * syntax/Makefile.am: Add js.syntax.
891         * configure.in: Add support for glib 2.x.  Right now, it has to
892         be explicitly enabled by `--with-glib2'.
893         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
895 2002-09-16  Pavel Roskin  <proski@gnu.org>
897         * syntax/js.syntax: New file.
898         * syntax/Syntax: Add js.syntax.
899         From Vlad Romanenko <VladRomanenko@ukr.net>
901 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
903         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
904         of local xnc.hlp
905         * doc/pl/xnc.hlp: Removed.
907 2002-09-13  Pavel Roskin  <proski@gnu.org>
909         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
910         Remove "potfiles" command.
911         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
912         compatibility with gettext 0.10.x.
914         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
915         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
917         * po/Makevars: New file for compatibility with gettext 0.11.x.
919         * configure.in: Remove "Debugger code" message.
921         * acinclude.m4: Replace undelfs_o with use_undelfs.
922         * configure.in: Likewise.  Don't substitute it.
924         * configure.in: Simplify processing of without-edit.  Replace
925         several variables with use_edit.
926         * acinclude.m4: Remove AC_WITH_EDIT.
928         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
929         use_smbfs.
930         * configure.in: Likewise.
931         * INSTALL: Document --with-samba.
933         * configure.in: Roll --enable-mcserv-install into ...
934         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
935         * INSTALL: Document --with-mcfs.
937 2002-09-12  Pavel Roskin  <proski@gnu.org>
939         * configure.in: Don't check if crypt() prototype is needed to
940         avoid warnings - the whole code is not worth avoiding one
941         legitimate warning.
942         * acinclude.m4: Remove AC_TRY_WARNINGS.
944         * configure.in: ALL_LINGUAS should be defined unconditionally.
946         * acinclude.m4: Clarify some help texts, add defaults in square
947         brackets, use more consistent spacing.
948         * configure.in: Likewise.
950         * lib/mc.menu: Don't call tarballs "releases".  Don't
951         dereference symlinks.
953 2002-09-10  Pavel Roskin  <proski@gnu.org>
955         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
957 2002-09-07  Pavel Roskin  <proski@gnu.org>
959         * configure.in: Eliminate --with-terminfo option, which was
960         essentially equivalent to --with-included-slang and didn't force
961         anything.
962         * acinclude.m4 (AC_USE_TERMINFO): Remove.
963         * INSTALL: Adjust to match.
964         * FAQ: Likewise.
966 2002-09-05  Pavel Roskin  <proski@gnu.org>
968         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
969         NETFILES - it's unused.
971         * configure.in: Check for arpa/inet.h.
973         * mcfn_install: Remove.  Also remove all references to it.
974         * INSTALL.FAST: Update information about ncurses.
975         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
977         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
978         LIBS.
979         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
980         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
981         test for ncurses in non-standard directories.
983 2002-09-04  Pavel Roskin  <proski@gnu.org>
985         * lib/mc.ext.in: Remove edit rules for compressed files that
986         were compressing even unchanged files - the editor itself can
987         handle compression better.
989 2002-09-03  Pavel Roskin  <proski@gnu.org>
991         * acinclude.m4: Remove Termnet support, it's too old and obscure
992         to be supported properly.
994 2002-08-27  Pavel Roskin  <proski@gnu.org>
996         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
997         OpenOffice.org, not StarOffice.  Add more video formats.
999         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
1000         unnecessary pipeline.  Redirect stderr from cpio, because it can
1001         be non-empty even for successful operations.
1003 2002-08-26  Pavel Roskin  <proski@gnu.org>
1005         * syntax/spec.syntax: New file.
1006         * syntax/Syntax: Add spec.syntax.
1007         * syntax/Makefile.am: Likewise.
1008         From PLD Linux Distribution with minor changes.
1010 2002-08-25  Pavel Roskin  <proski@gnu.org>
1012         * lib/mcserv.init: Update from Red Hat package.
1013         * lib/mcserv.pamd: Likewise.
1015         * configure.in: Fix interpretation of the iconv test result.
1016         Reported by Pavel Shirshov <pavelsh@mail.ru>
1018         * mc.sh.in: Only bash needs the mc() function to be exported.
1020         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
1021         instead of /usr where appropriate.
1022         * doc/Makefile.am: Enable generation of the help file.
1024         * doc/pl/*: Add Polish translation.
1025         * doc/Makefile.am: Adjust for the above.
1026         * configure.in: Likewise.
1028 2002-08-24  Pavel Roskin  <proski@gnu.org>
1030         * lib/edit.indent.rc: Use tidy to format HTML.
1031         From David Martin <dmartina@excite.com>
1033         * lib/cedit.menu: Remove all references to the error file.
1034         * lib/edit.indent.rc: Likewise.
1035         * lib/edit.spell.rc: Likewise.
1037 2002-08-23  Pavel Roskin  <proski@gnu.org>
1039         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
1040         use only for the programs that need it (mc and mcserv).
1042         * configure.in: Fix help text for gpm and ncurses.  Properly
1043         handle --without-ncurses.
1044         Reported by Moritz Barsnick <moritz@barsnick.net>
1046         * configure.in: Work around a bug in Autoconf-2.53 that prevents
1047         splitting of user-specified path in AC_PATH_PROGS.
1049         * configure.in: Move glib test earlier, as it tends to fail for
1050         many users.  Make GLIB_CONFIG a precious variable.  Check for
1051         glib12-config - that's how it's called on FreeBSD.
1052         Reported by Pavel Shirshov <pavelsh@mail.ru>
1054 2002-08-22  Pavel Roskin  <proski@gnu.org>
1056         * configure.in: Remove old-style Linux-only support for shadow
1057         passwords.
1059 2002-08-21  Pavel Roskin  <proski@gnu.org>
1061         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
1062         now, otherwise Automake 1.5 breaks.  Remove version number from
1063         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
1064         Substitute RH_VERSION, which is VERSION without dashes, needed
1065         for RedHat specfile.
1067         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
1068         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
1069         two places.
1071         Release mc-4.6.0-pre1.
1073         * configure.in: Bump version to 4.6.0-pre1.
1074         * po/*.po: Regenerate.
1076 2002-08-20  David Martin  <dmartina@excite.com>
1078         * doc/es/mc.1.in: Minor changes.
1079         * doc/es/xnc.hlp: Likewise.
1081 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1083         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
1084         %{_mandir}/*/man1/*.
1086 2002-08-20  Pavel Roskin  <proski@gnu.org>
1088         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
1090 2002-08-19  Pavel Roskin  <proski@gnu.org>
1092         * configure.in: Add Italian documentation.
1093         * doc/Makefile.am: Likewise.
1095         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
1097         * configure.in: Enable subshell support on all operating systems
1098         by default.  Old issues are most likely solved by now.
1100 2002-08-18  Pavel Roskin  <proski@gnu.org>
1102         * lib/mc.ext.in: Try links before lynx.  Force full path when
1103         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
1104         is already broken if the program starts in background.  Add a
1105         comment discouraging taking this code as example.
1107         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
1108         obsolete.
1109         * doc/es/mc.1.in: Likewise.
1110         * doc/ru/mc.1.in: Likewise.
1111         * doc/hu/mc.hlp.hu: Likewise.
1113         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
1114         was unsafe by design and is no longer supported.  Use %t instead
1115         of %u to preserve tags in case of failure.
1117         * vfs/extfs/ftplist.in: Remove support for running commands, it
1118         makes no sense.
1120 2002-08-16  Pavel Roskin  <proski@gnu.org>
1122         * lib/mc.global: Remove, it duplicates the role of mc.lib.
1123         * lib/mc.lib: Add contents of mc.global.
1124         * lib/Makefile.am: Remove all references to mc.global.
1126         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
1127         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
1129 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
1131         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
1132         set, umask and unset like other builtin commands.
1134 2002-08-15  Pavel Roskin  <proski@gnu.org>
1136         * configure.in: Remove check for SIGTSTP, it's not needed for
1137         the subshell support.
1139         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
1140         done at runtime.
1141         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
1143 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
1145         * doc/ru/mc.1.in: Remove reference to README.edit.
1146         * doc/mc.1.in: Likewise.
1147         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
1148         everywhere.
1150 2002-08-14  Pavel Roskin  <proski@gnu.org>
1152         * doc/mc.1.in: Consistently use "native" ftp syntax.
1153         * doc/ru/mc.1.in: Likewise.
1154         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
1155         * doc/es/xnc.hlp: Likewise.
1157         * lib/mc.hlp.hu: Move ...
1158         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
1160 2002-08-09  Pavel Roskin  <proski@gnu.org>
1162         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
1163         and entries that are obsolete or make no sense.
1165         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
1166         "How to use help".
1168         * doc/Makefile.am: Don't distribute help file.  Generate it in
1169         the build directory.
1170         * doc/es/Makefile.am: Likewise.
1171         * doc/ru/Makefile.am: Likewise.
1173         * lib/xnc.hlp: Move ...
1174         * doc/xnc.hlp: ... here.
1175         * doc/Makefile.am: Necessary adjustments.
1176         * lib/Makefile.am: Likewise.
1177         * src/Makefile.am: Likewise.
1179         * configure.in: Add Spanish documentation.
1180         * doc/Makefile.am: Likewise.
1181         * doc/es: Spanish documentation.
1182         From David Martin <dmartina@excite.com>
1184 2002-08-08  Pavel Roskin  <proski@gnu.org>
1186         * lib/mc.lib: Add f11-f20 keys for Konsole.
1188 2002-08-06  Pavel Roskin  <proski@gnu.org>
1190         * syntax/lisp.syntax: New file.
1191         * syntax/Syntax: Add lisp.syntax.
1192         * syntax/Makefile.am: Likewise.
1193         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
1194         changes.
1196 2002-08-04  Pavel Roskin  <proski@gnu.org>
1198         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
1199         subshell if this test fails.
1201 2002-08-03  Pavel Roskin  <proski@gnu.org>
1203         * syntax/mail.syntax: Colors changed to be more readable.
1205         * syntax/html.syntax: Don't require character entities to be
1206         whole, but check their validity.
1208 2002-08-02  Pavel Roskin  <proski@gnu.org>
1210         * configure.in: No longer need to define REGEX_MALLOC.
1212 2002-08-01  Pavel Roskin  <proski@gnu.org>
1214         * configure.in: Remove support for MAD and Electric Fence.
1215         Developers should use modern memory debuggers (e.g. Valgrind).
1216         * INSTALL: Remove references to MAD.
1218 2002-07-31  Pavel Roskin  <proski@gnu.org>
1220         * syntax/html.syntax: Remove recognition for any individual
1221         words - there are too many of them, we cannot keep up.
1223 2002-07-30  Pavel Roskin  <proski@gnu.org>
1225         * doc/ru/Makefile.am: Use man2hlp directly.
1227 2002-07-28  Pavel Roskin  <proski@gnu.org>
1229         * syntax/changelog.syntax: Highlight "*" only after tab.  This
1230         requires fixed syntax highlighting.
1232         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
1233         default. Open *.xls with gnumeric.  Use mplayer for most video
1234         formats.
1236         * syntax/nroff.syntax: Require most keywords to be whole.
1238 2002-07-21  Pavel Roskin  <proski@gnu.org>
1240         * syntax/fortran.syntax: Fix highlighting of "*" at the
1241         beginning of line.  Recognize "     +" as continuation.  Move
1242         all "linestart" keywords earlier to avoid more conflicts.
1244 2002-07-18  Pavel Roskin  <proski@gnu.org>
1246         * syntax/unknown.syntax: Don't highlight anything by default.
1248         * syntax/changelog.syntax: Highlight functions without
1249         filenames.
1250         * syntax/Syntax: Match *ChangeLog*.
1252         * syntax/c.syntax: Reenable highlighting for "/" and preserve
1253         highlighting for "//" comments by using exclusive context.
1254         * syntax/java.syntax: Likewise.
1255         * syntax/swig.syntax: Likewise.
1256         * syntax/slang.syntax: Reenable highlighting for "/".
1257         * syntax/sql.syntax: Enable highlighting for "/" and "-".
1259         * syntax/sql.syntax: New file.
1260         * syntax/Syntax: Add sql.syntax.
1261         * syntax/Makefile.am: Likewise.
1262         From Walery Studennikov <despair@sama.ru> with minor changes.
1264 2002-07-16  Pavel Roskin  <proski@gnu.org>
1266         * lib/mc.ext.in: Remove handling of executables.  They should
1267         be handled internally for "pause after run" to work.
1269         * syntax/Syntax: Associate *.itcl with tcl.syntax.
1270         * syntax/tcl.syntax: Add itcl keywords, other improvements.
1272 2002-07-15  Pavel Roskin  <proski@gnu.org>
1274         * configure.in: Don't check for strcasecmp(), strncasecmp() and
1275         strdup() - test results are not used except in gettext, which
1276         provides its own tests.
1278         * configure.in: When checking for ncurses, check for
1279         has_colors(), not curses_version() - the later is missing in
1280         older version of ncurses.
1282 2002-07-13  Pavel Roskin  <proski@gnu.org>
1284         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
1285         not to LIBS.
1286         * configure.in: Fix breakage in ncurses headers check from the
1287         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
1288         Define REGEX_MALLOC here.
1290         * acinclude.m4 (AC_NCURSES): Remove.
1291         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
1292         AC_CHECK_LIB to check existence of ncurses library.  Eliminate
1293         variables force_ncurses and search_ncurses.
1295 2002-07-10  Pavel Roskin  <proski@gnu.org>
1297         * configure.in: Remove --with-netrc, it is now default and can
1298         be disabled at the runtime.
1300         * syntax/tcl.syntax: New file.
1301         * syntax/Syntax: Add tcl.syntax.
1302         * syntax/Makefile.am: Likewise.
1303         * syntax/java.syntax: Don't treat #define separately from other
1304         preprocessor directives.
1305         * syntax/slang.syntax: Likewise.
1306         * syntax/swig.syntax: Likewise.
1308 2002-07-09  Pavel Roskin  <proski@gnu.org>
1310         * syntax/c.syntax: Don't treat #define separately from other
1311         preprocessor directives.
1313 2002-07-08  Pavel Roskin  <proski@gnu.org>
1315         * syntax/perl.syntax: Highlight text after __END__ as a comment.
1316         * syntax/po.syntax: Avoid gray color, which is hard to see.
1318 2002-07-05  Pavel Roskin  <proski@gnu.org>
1320         * syntax/dos.syntax: Add more commands.
1322 2002-07-04  Pavel Roskin  <proski@gnu.org>
1324         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
1325         sort authors.
1327 2002-06-24  Pavel Roskin  <proski@gnu.org>
1329         * syntax/dos.syntax: New file - highlighting for DOS batch
1330         files.  From Petr Kozelka <pkozelka@centrum.cz>
1331         * syntax/Syntax: Add dos.syntax.
1332         * syntax/Makefile.am: Likewise.
1334 2002-06-04  Max Schedriviy  <max@humgat.org>
1336         * syntax/php.syntax: New version.
1338 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
1340         * NEWS: Mention ftpfs/fish uploading changes and new configure
1341         options --with-codepagedir=DIR, --with-configdir=DIR and
1342         --without-mcfs.
1344 2002-05-22  Pavel Roskin  <proski@gnu.org>
1346         * doc/ru/Makefile.am: Fix out-of-tree build.
1348 2002-05-14  Pavel Roskin  <proski@gnu.org>
1350         * configure.in: Fix logic for gettext 0.10.x.
1352 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
1354         * configure.in: Don't generate po/Makefile if
1355         there is 'top_builddir' in po/Makefile.in.
1356         * autogen.sh: More fixes for gettext 0.11+.
1358 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
1360         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
1362 2002-04-21  Pavel Roskin  <proski@gnu.org>
1364         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
1365         can play them.
1367 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
1369         * autogen.sh: Fix for gettext 0.11 family (and newer).
1371 2002-04-08  Pavel Roskin  <proski@gnu.org>
1373         * autogen.sh: Allow gettext newer than 0.10.39.
1374         From Björn Eriksson <bjorn@bjornen.nu>
1376 2002-04-03  Pavel Roskin  <proski@gnu.org>
1378         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
1379         by "make clean" because not everyone has Perl to rebuild it.
1381 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
1383         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
1384         first line regular expression.
1386 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
1388         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
1389         or newer is not used.
1390         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
1392         * src/Makefile.am: Move mc.hlp.ru processing ...
1393         * doc/ru/Makefile.am: ... here.
1395 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
1397         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
1398         * syntax/c.syntax: Highlight "%p" printf format.
1399         Allow '*' as width and precision for strings and numbers.
1401         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
1402         * doc/ru/mc.1.in: Likewise.
1404 2002-03-18  Pavel Roskin  <proski@gnu.org>
1406         * doc/ru/Makefile.am: Distribute xnc.hlp.
1408 2002-03-12  Pavel Roskin  <proski@gnu.org>
1410         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
1412 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
1414         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
1415         * doc/ru/Makefile.am: New file.
1417 2002-03-08  Pavel Roskin  <proski@gnu.org>
1419         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
1421 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
1423         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
1425 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
1427         * doc/mc.1.in: Use nodename `Background jobs' for section
1428         `Background Jobs' to reflect user visible Command menu option
1429         and src/cmd.c dialog implementation.
1431         * doc/ru: New directory for Russian manuals.
1432         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
1433         translated by Victor A. Kostromin for mc 4.5.30.  Converted
1434         from binary mc.hlp.ru, corrected and actualized by me.
1435         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
1436         * doc/ru/.cvsignore: Ignore mc.1.
1438 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
1440         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
1441         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
1442         mc.lib settings.
1444         (Virtual File System): Document SMB File System.
1446 2002-02-26  Pavel Roskin  <proski@gnu.org>
1448         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
1449         message "no symbol found" for unsupported architectures and
1450         provide more useful information.
1452 2002-02-22  Pavel Roskin  <proski@gnu.org>
1454         * README.smbfs: Remove.  It contained no useful information
1455         and the webpage is now dead.
1456         * Makefile.am: Remove README.smbfs.
1458         * README: Mention that glib 1.2.x is required.
1460 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
1462         * lib/edit.indent.rc: Use "#! /bin/sh"
1463         * lib/edit.spell.rc: Likewise.
1464         * lib/mcserv.init: Likewise.
1466         * lib/cedit.menu: Eliminate bashisms.
1467         Add missed `:' in AUTHOR evaluation.
1468         Unset LANGUAGE and make LC_ALL empty.
1469         Use "#! /path/to/program".
1471 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
1473         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
1474         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
1475         Fix tarfs URL syntax example.  Minor typo and format fixes.
1477 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
1479         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
1480         Fix location of configuration files.
1482 2002-02-05  Pavel Roskin  <proski@gnu.org>
1484         * configure.in: Don't use defunct ncurses_version.
1485         Reported by Thomas Dickey <dickey@herndon4.his.com>
1486         Set force_ncurses whenever --with-ncurses is used.  If set,
1487         suppress checks for S-Lang and fail is ncurses is not found.
1489         * configure.in: Introduce a new variable screen_type that is
1490         either "slang" or "ncurses" without additional text.  Use it
1491         instead of screen_manager whenever possible.  Fix text in
1492         AC_NCURSES call, use m4 quotes and move shell quotes into the
1493         macro.
1494         * acinclude.m4: Likewise.
1496 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
1498         * syntax/Syntax: Known Delphi/Kylix source file extensions
1499         supported (*.dpr, *.inc).
1500         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
1501         Special highlighting for CVS keywords.  Understands single-line
1502         comments (//).
1504 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
1506         * configure.in (ALL_LINGUAS): Added "bg"
1508 2002-01-21  Pavel Roskin  <proski@gnu.org>
1510         * NEWS: Mention word completion in the editor.
1512 2002-01-17  Pavel Roskin  <proski@gnu.org>
1514         * extraconf.h: Remove OS/2 specific code.
1516         * doc/mc.1.in (Configuration): Clarify some entries.
1518 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
1520         * acinclude.m4: New options for smbfs:
1521         --with-configdir=DIR    Where the Samba configuration files are (/etc)
1522         --with-codepagedir=DIR  Where the Samba codepage files are
1524 2002-01-11  Pavel Roskin  <proski@gnu.org>
1526         * syntax/xml.syntax: New file - highlighting for XML.
1527         From Petr Kozelka <pkozelka@centrum.cz>
1528         * syntax/Syntax: Add xml.syntax.
1529         * syntax/Makefile.am: Likewise.
1531 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
1533         * configure.in: Added "eu" to ALL_LINGUAS.
1535 2002-01-03  Pavel Roskin  <proski@gnu.org>
1537         * lib/mc.menu: Correct quoting.
1538         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
1540         * NEWS: Mention removal of the OS/2 port.
1541         * README.PC: Remove OS/2 specific parts.
1543 2002-01-02  Pavel Roskin  <proski@gnu.org>
1545         * configure.in: Make help about --with-subshell easier to
1546         understand.  Minor alignment fixes for the help.
1547         * acinclude.m4: Minor alignment fixes for the help.
1549 2001-12-31  Pavel Roskin  <proski@gnu.org>
1551         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
1552         from vfs/Make-mc.in.
1554 2001-12-27  Duarte Loreto  <happyguy_pt@hotmail.com>
1556         * configure.in: Added Portuguese to ALL_LINGUAS
1558 2001-12-21  Pavel Roskin  <proski@gnu.org>
1560         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
1561         Don't remove slang/slang.h - it's never created.
1563         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
1564         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
1565         unused.
1567 2001-12-01  Wang Jian  <lark@linux.net.cn>
1569         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
1571 2001-11-29  Pavel Roskin  <proski@gnu.org>
1573         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
1575 2001-11-27  Pavel Roskin  <proski@gnu.org>
1577         * lib/mc.ext.in: When running X programs in background, do it
1578         from subshell.  Otherwise some of them terminate when mc exits.
1579         Reported by Christian Dysthe <christian@dysthe.net>
1580         Remove some obsolete and gmc-specific entries.  Use StarOffice
1581         to open files detected as "Microsoft Office Document".
1583         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
1584         XFree86 4.1.0.
1586 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
1588         * doc/mcedit.1.in: Fix help file location.
1590 2001-11-14  Pavel Roskin  <proski@gnu.org>
1592         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
1593         fallback to ino_t for e2fsprogs version 1.19 and older.
1595 2001-10-30  Pavel Roskin  <proski@gnu.org>
1597         * lib/mc.ext.in: Add support for Netpbm files.
1599 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
1601         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
1602         http://bugzilla.gnome.org/show_bug.cgi?id=60935
1603         By drk@sgi.com.
1605         * doc/mc.1.in: Document %p macro.
1607 2001-10-24  Pavel Roskin  <proski@gnu.org>
1609         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
1610         Allow using --without-mmap.
1611         * INSTALL: Document --without-mmap.
1613 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
1615         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
1616         of languages to be installed by setting env variable before
1617         configure. If it is empty, it defaults to full list.
1618         By Alex Tkachenko <alex@bcs.zp.ua>.
1620 2001-10-19  Pavel Roskin  <proski@gnu.org>
1622         * syntax/sh.syntax: Highlight reserved words inside backticks.
1623         Use the same wholechars settings for reserved words and
1624         commands.  Recognize more words.  Recognize function definitions
1625         without "function" or without "()".  Use brightmagenta instead
1626         of brightblue.
1628 2001-10-18  Pavel Roskin  <proski@gnu.org>
1630         * configure.in: When checking for "nroff -mandoc" support, don't
1631         use /dev/null as input file, use stdin.  Some versions of nroff
1632         (e.g. groff-1.16.1) don't accept special files.
1634 2001-10-14  Pavel Roskin  <proski@gnu.org>
1636         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
1637         Makefile.  Don't allow any suffixes after "Makefile".
1639 2001-10-12  Pavel Roskin  <proski@gnu.org>
1641         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
1642         format).
1644 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
1646         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
1647         Fix compress<->bzip2 conversion and conversion of tagged
1648         archives.
1650 2001-10-05  Pavel Roskin  <proski@gnu.org>
1652         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
1653         Suggested by Marcel Pol <mpol@gmx.net>
1655         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
1656         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
1657         and *.mid files.
1659 2001-09-30  Pavel Roskin  <proski@gnu.org>
1661         * configure.in: Don't check whether grep supports stdin - it's
1662         not used anymore.
1663         * NEWS: Mention this change.
1665 2001-09-19  Pavel Roskin  <proski@gnu.org>
1667         * doc/mcedit.1.in: Fix a very long line - use double
1668         backslashes since they are interpreted even in the .nf blocks.
1670         * lib/edit.spell.rc: Try aspell before resorting to ispell.
1672         * syntax/php.syntax: Replace with a better implementation by
1673         Max Schedriviy <max@tavrida.net>
1675 2001-09-15  Pavel Roskin  <proski@gnu.org>
1677         * doc/mc.1.in: Fix location of mcedit files.
1678         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
1680 2001-09-14  Pavel Roskin  <proski@gnu.org>
1682         * configure.in: Don't check for ncurses version and for keyok()
1683         because the mouse support code doesn't need this hack anymore.
1685 2001-09-13  Pavel Roskin  <proski@gnu.org>
1687         * configure.in: Fix some cases of overquoting and underquoting.
1688         * acinclude.m4: Likewise.
1690 2001-09-12  Pavel Roskin  <proski@gnu.org>
1692         * configure.in: Update list of browsers.  Don't fallback to
1693         lynx since it cannot be run in background.
1694         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
1695         If no browser for X11 was found, use lynx.
1697         * autogen.sh: Add a workaround to ensure that "depcomp" is
1698         distributed.
1699         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
1700         where appropriate.
1701         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
1702         terminfo.
1704         * configure.in: Use three-argument form of AC_INIT.  Use
1705         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
1706         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
1707         is not needed if AC_CONFIG_AUX_DIR is used.
1708         * vfs/Make-mc.in: Adjust mkinstalldirs location.
1709         * autogen.sh: Create "config" and remove "autom4te.cache".
1711 2001-09-11  Pavel Roskin  <proski@gnu.org>
1713         * syntax/Syntax: New file, extracted from edit/syntax.c.
1714         * syntax/Makefile.am: Add Syntax.
1716         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
1717         to LIBS.  Don't use unportable "grep -q", use "case" instead.
1719 2001-09-10  Pavel Roskin  <proski@gnu.org>
1721         * configure.in: Only check for X if --with-tm-x-support has been
1722         specified.
1724         * configure.in: Add check for sys/ioctl.h.
1726         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
1728         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
1729         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
1730         testing for functions in ncurses.
1732         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
1733         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
1734         * acconfig.h: Remove.
1736         * configure.in: Eliminate LIBSLANG and LSLANG.
1737         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
1739         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
1740         resizeterm() and keyok() only if configuring with ncurses.
1742         * configure.in: Remove now unused variables LIBVFS and LVFS.
1744         * configure.in: Remove unused variables LINTL and INTLDEPS.
1746         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
1747         building with included gettext, because libintl.h is copied
1748         there.
1750 2001-09-09  Pavel Roskin  <proski@gnu.org>
1752         * NEWS: Update.
1754         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
1755         checks -lgen for getmntent as of Autoconf 2.52.
1757 2001-09-07  Pavel Roskin  <proski@gnu.org>
1759         * configure.in: Check for pwd.h.
1761         * Make.common.in: Remove.
1762         * configure.in: Remove all references to Make.common.in and
1763         MCCPPFLAGS.
1764         * aclocal.m4: Likewise.
1766         * configure.in: Require Autoconf 2.52.  Remove hacks for
1767         Autoconf 2.13.
1768         * Makefile.am: Require Automake 1.5.
1770 2001-09-06  Pavel Roskin  <proski@gnu.org>
1772         * syntax/php.syntax: New file - PHP file highlighting.  Copied
1773         from Cooledit 3.17.4.
1774         * syntax/Makefile.am: Add php.syntax.
1776 2001-09-06  Timur Bakeyev  <mc@bat.ru>
1778         * acconfig.h: Brought back couple of symbols, that are still necessary
1779         due reference to them from configure.in.
1781 2001-09-04  Pavel Roskin  <proski@gnu.org>
1783         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
1784         strictness for dates.
1786         * doc/mc.1.in: Fix troff warnings.
1787         * doc/mcedit.1.in: Likewise.
1789 2001-09-03  Pavel Roskin  <proski@gnu.org>
1791         * doc/mc.1.in: Spellcheck.
1792         * doc/mcedit.1.in: Likewise.
1793         * doc/mcserv.8.in: Likewise.
1795         * doc/mc.1.in (Learn Keys): Complete rewrite.
1797 2001-09-02  Pavel Roskin  <proski@gnu.org>
1799         * acconfig.h: Remove all unused symbols.
1801         * lib/ncurses.h: Remove.
1802         * lib/Makefile.am: Remove ncurses.h.
1804 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
1806         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
1808 2001-08-28  Pavel Roskin  <proski@gnu.org>
1810         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
1811         like EOF.
1813 2001-08-26  Pavel Roskin  <proski@gnu.org>
1815         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
1816         CONS_SAVER.  Put all conditionals together.
1818         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
1819         Automake 1.5.
1821         * configure.in: Remove XCURSES variable - it's unused.
1823         * configure.in: New conditional USE_EDIT.
1825         * syntax/changelog.syntax: Don't require '@' to be in the
1826         address.  This also works around a bug in the syntax engine
1827         that prevented highlighting of addresses.
1829 2001-08-25  Pavel Roskin  <proski@gnu.org>
1831         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
1833 2001-08-24  Pavel Roskin  <proski@gnu.org>
1835         * extraconf.h: Remove all references to HAVE_X.
1836         * acinclude.m4: s/GNOME_/MC_/
1837         * configure.in: Likewise.  Remove or clarify all references to
1838         the "text edition".  Minor fixes.
1840         * configure.in: Remove support for curses libraries other than
1841         ncurses.
1842         * acinclude.m4: Likewise.
1843         * FAQ: Remove everything about UNIX curses.
1844         * INSTALL: Likewise.
1846         * configure.in: Enable large file support by default.
1847         * NEWS: Mention it.
1848         * INSTALL: Document it.  Minor fixes.
1850         * FAQ: Remove information about GNOME edition.  Minor fixes.
1851         * README: Likewise.
1852         * NEWS: Mention removing the GNOME edition.
1854         * acinclude.m4: Include all used macros from the macros
1855         directory.
1856         * autogen.sh: Remove all references to "macros".
1857         * Makefile.am: Likewise.
1859         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
1860         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
1862         * lib/startup.links: Remove.
1863         * lib/README.desktop: Likewise.
1864         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
1866         * configure.in: Bump version to 4.5.99a.
1868         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
1869         * po/*.po: Regenerate.
1871         * AUTHORS: Update and spell check.
1872         * FAQ: Likewise.
1873         * INSTALL: Likewise.
1874         * INSTALL.FAST: Likewise.
1875         * NEWS: Likewise.
1876         * README.PC: Likewise.
1877         * README.QNX: Likewise.
1879         * configure.in: Add check for stropts.h.
1881 2001-08-23  Pavel Roskin  <proski@gnu.org>
1883         * lib/edit.indent.rc: Create cooledit.error right away to
1884         override its old contents.  Don't use ksh extensions.  Treat *.C
1885         files as C++.  Recognize more C++ extensions.  Support java.
1886         Update URL for "astyle".  Quote all arguments to protect spaces.
1887         * lib/edit.spell.rc: Don't save terminal settings - mc does it
1888         itself.  Quote all arguments to protect spaces.
1890 2001-08-21  Pavel Roskin  <proski@gnu.org>
1892         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
1893         files if GNOME frontend is disabled.
1894         * idl/Makefile.am: Likewise.
1895         * lib/Makefile.am: Likewise.
1896         * new_icons/Makefile.am: Likewise.
1898         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
1899         case it already has gettext macros elsewhere and doesn't like
1900         duplicates (i.e. it's aclocal from Automake-1.4).
1902 2001-08-20  Pavel Roskin  <proski@gnu.org>
1904         * AUTHORS: Updated.
1905         * INSTALL: Likewise.
1906         * NEWS: Likewise.
1907         * doc/mc.1.in: Likewise.
1908         * doc/mcserv.8.in: Likewise.
1910         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
1911         for sys/mount.h.
1913 2001-08-19  Andras Timar  <timar@gnome.hu>
1915         * lib/Makefile.am: Added Hungarian hints
1916         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
1918 2001-08-19  Pavel Roskin  <proski@gnu.org>
1920         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
1922 2001-08-17  Pavel Roskin  <proski@gnu.org>
1924         * syntax/po.syntax: New file - PO file highlighting.
1925         From David Martin <dmartina@excite.es>
1926         * syntax/Makefile.am: Add po.syntax.
1928         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
1929         it's sometimes missing from the databases.
1931 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
1933         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
1934         * lib/Makefile.am: Reflect above change.
1936 2001-08-15  Pavel Roskin  <proski@gnu.org>
1938         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
1940 2001-08-14  Pavel Roskin  <proski@gnu.org>
1942         * lib/mc.lib: Add popular sequences for "home" and "end" in
1943         "xterm" and "xterm-color" terminals.
1945 2001-08-13  Pavel Roskin  <proski@gnu.org>
1947         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
1949         Replace "Can't" with "Cannot" everywhere.
1951 2001-08-12  Pavel Roskin  <proski@gnu.org>
1953         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
1954         subshell, not for "Open file...".
1955         (emacs_key_map): Likewise.
1957         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1959 2001-08-10  Pavel Roskin  <proski@gnu.org>
1961         * Makefile.am (EXTRA_DIST): Remove BUGS.
1962         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
1964         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
1966         * doc/LSM: Remove, it's outdated.
1967         * doc/FILES: Likewise.
1968         * doc/DEVEL: Remove information about FILES.
1970         * FAQ: Eliminate all broken URLs on the MC site.
1971         From Frederic L. W. Meunier <0@pervalidus.net>
1973         * FAQ: Restore information about xterm.
1975 2001-08-08  Pavel Roskin  <proski@gnu.org>
1977         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1979 2001-08-07  Pavel Roskin  <proski@gnu.org>
1981         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
1983         * doc/mc.1.in: Fix all broken links.
1985 2001-08-06  Pavel Roskin  <proski@gnu.org>
1987         * INSTALL: Numerous changes.  Declare old curses obsolete.
1988         Partly from Frederic L. W. Meunier <0@pervalidus.net>
1990         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
1992 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
1994         * lib/Makefile.am: Remove space after backslash introduced in the
1995         previous commit.
1997         * lib/mc.hint.zh_TW.Big5: New file.
1998         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
2000 2001-08-02  Pavel Roskin  <proski@gnu.org>
2002         * lib/mc.hint.uk: New file.
2003         From Maksym Polyakov <polyama@yahoo.com>
2004         * lib/Makefile.am: Add mc.hint.uk.
2006 2001-08-01  Pavel Roskin  <proski@gnu.org>
2008         * lib/mc.hint.nl: New file.
2009         From Steef Boerrigter <sxmboer@sci.kun.nl>
2010         * lib/Makefile.am: Add mc.hint.nl.
2011         * lib/mc.hint: Remove ftp site.  Update copyright.
2012         * lib/mc.hint.cs: Likewise.
2013         * lib/mc.hint.es: Likewise.
2014         * lib/mc.hint.it: Likewise.
2015         * lib/mc.hint.pl: Likewise.
2016         * lib/mc.hint.ru: Likewise.  Shorten some lines.
2018         * edit/Makefile.in: Allow running "make install" before "make all".
2019         * gtkedit/Makefile.in: Likewise.
2021 2001-07-31  Pavel Roskin  <proski@gnu.org>
2023         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
2024         editor.
2025         * lib/Makefile.am: Add lib/edit.spell.rc.
2027         * autogen.sh: Use gettextize.
2028         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
2029         * po/Makefile.in.in: Likewise.
2031 2001-07-29  Pavel Roskin  <proski@gnu.org>
2033         * syntax/slang.syntax: New file.
2034         From Walery Studennikov <despair@sama.ru>
2035         * syntax/Makefile.am: Add slang.syntax.
2037 2001-07-27  Pavel Roskin  <proski@gnu.org>
2039         * extraconf.h: Move WITH_BACKGROUND here.
2041 2001-07-24  Pavel Roskin  <proski@gnu.org>
2043         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
2045 2001-07-23  Pavel Roskin  <proski@gnu.org>
2047         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
2049 2001-07-20  Pavel Roskin  <proski@gnu.org>
2051         * Make.common.in: Move all defines ...
2052         * gnome/Makefile.in: ... here ...
2053         * src/Makefile.in: ... and here.
2055 2001-07-19  Pavel Roskin  <proski@gnu.org>
2057         * configure.in: Don't check for getwd, it's completely
2058         eliminated.
2059         * INSTALL: Remove reference to HAVE_GETWD.
2061         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
2062         entries for compressed cpio archives.
2064         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
2065         they were only used in obsolete frontends.  Don't ever use %view
2066         without commands - it's slower and loses user settings, e.g.
2067         hex mode.  Put shared libraries before man pages and read.me
2068         before .me macros so that they match correctly.  Use nm for
2069         shared libraries.  Add rules for StarOffice and AbiWord.
2071 2001-07-14  Pavel Roskin  <proski@gnu.org>
2073         * configure.in: Bump version to 4.5.54a.
2075 2001-07-13  Pavel Roskin  <proski@gnu.org>
2077         * lib/mcserv.init: Fix exit status.
2078         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
2080         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
2081         "executable", which should follow a space. Simplify rules for
2082         images. Add shell/ rule for *.info files. Fix all incorrect
2083         uses of the alternation operator.
2084         Reported by Oskar Liljeblad and Michel Casabona.
2086 2001-07-12  Pavel Roskin  <proski@gnu.org>
2088         * configure.in: Don't check for iconv, it's already checked for
2089         in AM_GNU_GETTEXT.
2091 2001-07-10  Pavel Roskin  <proski@gnu.org>
2093         * doc/mc.1.in: Update documentation about hex search.
2095         * edit/edit_key_translator.c (cooledit_key_map): Bind
2096         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
2097         From Steef Boerrigter <sxmboer@sci.kun.nl>
2099         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
2100         * edit/edit_key_translator.c (cooledit_key_map): Add support
2101         for bracket matching on Alt-B.
2102         * gtkedit/gtkeditkey.c: Likewise.
2103         From Steef Boerrigter <sxmboer@sci.kun.nl>
2105 2001-07-06  Pavel Roskin  <proski@gnu.org>
2107         * lib/mc.ext.in: Use nm to view object files.
2109         * Make.common.in: Remove GNOME-specific and unused definitions.
2110         Partly moved to gnome/Makefile.in.
2112         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
2113         they are usused.
2114         * Make.common.in: Likewise.
2116 2001-06-29  Pavel Roskin  <proski@gnu.org>
2118         * ABOUT-NLS: Update to the version from gettext-0.10.38.
2120         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
2121         now done in configure. Move -I.. to the beginning.
2122         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
2123         libintl.a may be required to link mc.
2124         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
2125         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
2126         Move all i18n code to one place. Don't substitute INTLSUB - it's
2127         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
2128         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
2130 2001-06-25  Pavel Roskin  <proski@gnu.org>
2132         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
2133         It should be enabled explicitly by giving `--enable-largefile'
2134         to configure.
2135         * INSTALL: Document it.
2137 2001-06-22  Pavel Roskin  <proski@gnu.org>
2139         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
2141         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
2142         in struct statfs.
2143         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
2145         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
2146         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
2147         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
2148         found.
2149         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
2151 2001-06-19  Pavel Roskin  <proski@gnu.org>
2153         * configure.in: Check for telldir and seekdir. Join adjacent
2154         calls to AC_CHECK_FUNCS.
2156 2001-06-16  Pavel Roskin  <proski@gnu.org>
2158         * Makefile.am: Change the order of SUBDIRS to fully compile text
2159         edition before compiling anything for GNOME.
2160         * mc.spec.in: Don't use brace expansion to avoid implicit
2161         build-time dependency on bash.
2163 2001-06-13  Pavel Roskin  <proski@gnu.org>
2165         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
2166         the test code.
2167         * configure.in: Fix compiler warnings in the arguments to
2168         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
2169         around `=' in the `test' command.
2171 2001-06-07  Pavel Roskin  <proski@gnu.org>
2173         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
2174         GNOME documentation template.
2175         * doc-gnome/C/mkhtml: Don't generate index.
2176         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
2178 2001-06-06  Pavel Roskin  <proski@gnu.org>
2180         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
2181         conditional variables from EXTRA_DIST.
2183 2001-06-05  Pavel Roskin  <proski@gnu.org>
2185         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
2186         conversion support.
2187         From Walery Studennikov <hqsoftware@mail.ru>.
2189         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
2191 2001-06-01  Pavel Roskin  <proski@gnu.org>
2193         * lib/mc.charsets: Synchronize with the latest patch - remove
2194         a comment.
2196 2001-05-30  Pavel Roskin  <proski@gnu.org>
2198         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
2199         work with GNOME.
2201         * lib/mc.charsets: New file. From Walery Studennikov.
2202         * lib/Makefile.am: Distribute mc.charsets. Install it if
2203         the charset support is enabled.
2205         * configure.in: Add check for iconv() and the necessary code
2206         to support the charset selection patch.
2208         * configure.in: Add check for ESCDELAY variable in ncurses.
2210 2001-05-29  Pavel Roskin  <proski@gnu.org>
2212         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
2213         USE_EXT2FSLIB.
2215         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
2216         * pc/config.h: Likewise.
2218         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
2219         and "strings". Recognize "write" files and MS Word templates.
2220         For MS Excel documents try "xls2csv" and "strings".
2221         Escape spaces in the "type" directives.
2222         From Nerijus Baliunas.
2224         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
2226         * Make.common.in: Remove hpath, it's unused.
2228         * acconfig.h: Move constant parts ...
2229         * extraconf.h: ... here.
2230         [HAVE_X]: Disable subshell, s-lang and curses.
2231         * Makefile.am: Add extraconf.h.
2233 2001-05-28  Pavel Roskin  <proski@gnu.org>
2235         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
2236         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
2237         * configure.in: ... here.
2239 2001-05-27  Pavel Roskin  <proski@gnu.org>
2241         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
2242         * acconfig.h: Likewise.
2243         * src/layout.c: Likewise.
2245         * Make.common.in: Remove all percent rules.
2246         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
2247         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
2248         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
2249         AM_INIT_AUTOMAKE.
2251         * Make.common.in: Remove obsolete dependency tracking system.
2252         * configure.in: Likewise.
2253         * edit/Makefile.in: Likewise.
2254         * gnome/Makefile.in: Likewise.
2255         * gtkedit/Makefile.in: Likewise.
2256         * slang/Makefile.in: Likewise.
2257         * src/Makefile.in: Likewise.
2258         * vfs/Make-mc.in: Likewise.
2259         * src/depend.awk: Remove.
2261 2001-05-26  Pavel Roskin  <proski@gnu.org>
2263         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
2264         * syntax/octave.syntax: New file. From Walery Studennikov.
2265         * syntax/Makefile.am: Add octave.syntax.
2267         * configure.in: Fix incorrect test for stdin support in grep -
2268         it would always fail when configuring in an empty directory.
2269         Portability fixes - unset, backslashed space in here-documents.
2270         Eliminate all instances of "changequote".
2272         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
2273         user choice.
2274         * acconfig.h: Changes for the above.
2275         * INSTALL: Don't document --with-sco - it's now defunct.
2276         * INSTALL.FAST: Likewise.
2278 2001-05-25  Pavel Roskin  <proski@gnu.org>
2280         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
2281         are in the beginning of the "file" output.
2283 2001-05-23  Pavel Roskin  <proski@gnu.org>
2285         * lib/mc.ext.in: Add associations for viewing RPM files.
2287 2001-05-22  Pavel Roskin  <proski@gnu.org>
2289         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
2290         By default exit after the first error in jade.
2292         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
2293         JADEFLAGS environment variables. Report progress. Clean up on
2294         failure.
2296 2001-05-21  Pavel Roskin  <proski@gnu.org>
2298         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
2299         files.
2301         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
2302         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
2304 2001-05-20  Pavel Roskin  <proski@gnu.org>
2306         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
2307         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
2308         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
2309         * doc-gnome/C/figs/Makefile.am: Add support for converting from
2310         PNG to EPS.
2312         * Makefile.am (EXTRA_DIST): Remove create_vcs.
2313         * doc/FILES: Likewise. Typo fix.
2315 2001-05-19  Pavel Roskin  <proski@gnu.org>
2317         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
2318         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
2319         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
2321         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
2322         index entry "Moving files".
2324 2001-05-18  Pavel Roskin  <proski@gnu.org>
2326         * configure.in: Use src/main.c in AC_INIT.
2328         * create_vcs: Remove.
2330         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
2331         Add download location for glib.
2332         * mc.spec.in: Likewise.
2333         * doc/LSM: Likewise.
2334         * doc/mc.1.in: Likewise.
2335         * doc/mcedit.1.in: Likewise.
2336         * src/ext.c: Don't mention download location for MC.
2338         * FAQ: Update status of Tk, XView. and GNOME editions. Update
2339         homepage of gpm.
2341         * INSTALL: Remove information about Tk and XView. Change the
2342         mailing list addresses again.
2343         * FAQ: Change the mailing list addresses again.
2344         * MAINTAINERS: Likewise.
2345         * README: Likewise.
2346         * doc/mc.1.in: Likewise.
2347         * gnome/gmc-window.c: Likewise.
2348         * lib/README.xterm: Likewise.
2349         * lib/mc.ext.in: Likewise.
2350         * lib/mc.hint*: Likewise.
2351         * lib/mc.hlp.hu: Likewise.
2352         * po/*.po: Likewise.
2353         * src/main.c: Likewise.
2355 2001-04-20  Pavel Roskin  <proski@gnu.org>
2357         * FAQ: Change the mailing list addresses and the download
2358         locations.
2359         * INSTALL: Likewise.
2360         * MAINTAINERS: Likewise.
2361         * README: Likewise.
2362         * doc/mc.1.in: Likewise.
2363         * gnome/gmc-window.c: Likewise.
2364         * lib/README.xterm: Likewise.
2365         * lib/mc.ext.in: Likewise.
2366         * lib/mc.hint*: Likewise.
2367         * lib/mc.hlp.hu: Likewise.
2368         * po/*.po: Likewise.
2369         * src/main.c: Likewise.
2371 2001-04-19  Pavel Roskin  <proski@gnu.org>
2373         * configure.in: Don't install mcserv unless
2374         "--enable-mcserv-install" has been specified.
2375         Don't quote the first argument in all calls to AM_CONDITIONAL
2376         to work around a bug in Automake 1.4.
2377         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
2378         * vfs/Make-mc.in: Likewise.
2380 2001-04-13  Pavel Roskin  <proski@gnu.org>
2382         * configure.in: Bump version to 4.5.53a.
2384 2001-04-06  Pavel Roskin  <proski@gnu.org>
2386         * gtkedit/editcmd.c: Remove support for XView layout attributes.
2387         * gtkedit/editoptions.c: Likewise.
2388         * pc/chmod.c: Likewise.
2389         * pc/drive.c: Likewise.
2390         * src/boxes.c: Likewise.
2391         * src/chmod.c: Likewise.
2392         * src/dlg.c: Likewise.
2393         * src/dlg.h: Likewise.
2394         * src/filegui.c: Likewise.
2395         * src/find.c: Likewise.
2396         * src/hotlist.c: Likewise.
2397         * src/layout.c: Likewise.
2398         * src/listmode.c: Likewise.
2399         * src/main.c: Likewise.
2400         * src/option.c: Likewise.
2401         * src/panelize.c: Likewise.
2402         * src/wtools.c: Likewise.
2403         * src/wtools.h: Likewise.
2404         * vfs/smbfs.c: Likewise.
2406         * autogen.sh: Check out "intl" and "macros" directories if they
2407         are missing. Simply "cvs up -d" won't restore them.
2409         * configure.in: Bump version to 4.5.52a.
2411 2001-03-14  Pavel Roskin  <proski@gnu.org>
2413         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
2414         Automake conditional USE_SAMBA_FS if Samba is to be supported
2415         in VFS.
2417 2001-03-07  Pavel Roskin  <proski@gnu.org>
2419         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
2420         defined.
2421         Reported by Norbert Warmuth.
2423         * configure.in: Don't process vfs/extfs/uzip - it's now
2424         constant.
2426         * syntax/changelog.syntax: Require space after asterisk to have
2427         it highlighted.
2429 2001-03-02  Pavel Roskin  <proski@gnu.org>
2431         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
2432         * configure.in: Use AC_PROG_CC_STDC instead.
2434         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
2435         Suggested by Christian Gennerat.
2437         * lib/mc.ext.in: Add support for "freeze" - old compression
2438         program used mostly on QNX.
2439         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
2440         * lib/Makefile.am: Adjusted.
2442 2001-02-26  Pavel Roskin  <proski@gnu.org>
2444         * lib/mc-gnome.ext.in: Remove, it's not used.
2445         * configure.in: Remove lib/mc-gnome.ext.
2446         * lib/Makefile.am: Likewise.
2448 2001-02-20  Pavel Roskin  <proski@gnu.org>
2450         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
2451         defined to prevent warnings on OpenBSD 2.7.
2452         * slang/jdmacros.h: Likewise.
2453         * src/mad.h: Likewise.
2454         * src/poptalloca.h: Likewise.
2456         * configure.in: Check for sys/time.h and sys/timeb.h. Use
2457         AC_HEADER_TIME.
2459 2001-02-07  Pavel Roskin  <proski@gnu.org>
2461         * autogen.sh: Create vfs/samba/include/stamp-h.in.
2462         * vfs/samba/include/stamp-h.in: Remove.
2464         * macros/curses.m4: Quote first argument to AC_DEFUN.
2465         * macros/gnome-cxx-check.m4: Likewise.
2466         * macros/gnome-gettext.m4: Likewise.
2467         * macros/gnome-libgtop-check.m4: Likewise.
2468         * macros/gnome-print-check.m4: Likewise.
2469         * macros/linger.m4: Likewise.
2470         * macros/need-declaration.m4: Likewise.
2472         * configure.in: Only configure in vfs/samba if smbfs support is
2473         enabled even with Autoconf 2.13.
2475 2001-01-30  Pavel Roskin  <proski@gnu.org>
2477         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
2478         --without-samba due to a typo.
2480         * configure.in: Only configure in vfs/samba if smbfs support is
2481         enabled. This optimization will only work with Autoconf-2.49c
2482         and above.
2484 2001-01-13  Pavel Roskin  <proski@gnu.org>
2486         * configure.in: Don't create a faked malloc.h.
2487         * gtkedit/edit.h: Don't assume that malloc.h always exists.
2488         * src/mad.h: Likewise.
2490         * configure.in: Simplified handling of cons.saver.
2491         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
2492         * mc.spec.in: Remove a workaround for the above.
2494         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
2495         for MC. Don't rely on the output of uname - use $host_os.
2497 2001-01-11  Pavel Roskin  <proski@gnu.org>
2499         * configure.in: Check for ext2 libraries only if VFS is enabled.
2501         * src/Makefile.in: Create directories before installing files.
2502         Removed all occurrences of libprefix - it's never defined.
2504         * configure.in: All macros from configure.in moved to
2505         acinclude.m4. Added missing quotes in several places.
2506         * acinclude.m4: Likewise.
2508         * edit/Makefile.in: Don't install or uninstall mcedit -
2509         it cannot be installed before mc on systems without symlinks.
2510         * gtkedit/Makefile.in: Likewise.
2511         * src/Makefile.in: Install mcedit (if enabled) and mcview.
2512         Uninstall them.
2514         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
2515         from acinclude.m4 in gtk+:
2516         Don't define ENABLE_NLS unless we have a working NLS.
2517         (This should keep libintl.h from being included when it doesn't
2518         exist).
2520 2001-01-09  Pavel Roskin  <proski@gnu.org>
2522         * doc-gnome/C/figs/Makefile.am: New file.
2523         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
2524         makefile do it.
2525         * configure: Substitute doc-gnome/C/figs/Makefile.
2527         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
2529 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
2531         * lib/mc.hlp.hu: Added Hungarian help file from
2532           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
2533           maci@integrity.hu, mfh47@freemail.hu
2534         * lib/Makefile.am: Added LOCALIZED_HELP for further
2535           mc.hlp l10ns
2536         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
2537           gtkedit/editcmd.c: I18n of mc.hlp
2539 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
2541         * doc/mc.1.in: Corrected badly formatted link...
2543 2000-11-10  Robert Brady  <robert@suse.co.uk>
2545         * configure.in: Add Tamil to ALL_LINGUAS.
2547 2000-10-23  Pavel Roskin  <proski@gnu.org>
2549         * mc.spec.in: Allow mcserv.8 to be gzipped.
2551         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
2552         that cannot deal with "./gmc.sgml".
2554 2000-10-09  Pavel Roskin  <proski@gnu.org>
2556         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
2557         that CVS Automake will drop dependencies to the macros that
2558         we don't distribute.
2560         * lib/mc.ext.in: Removed references to icons. Source RPMs
2561         grouped to one regex. Removed "Update" for source RPMs, added
2562         "Rebuild" instead. Added "Check signature" for all RPMs.
2563         Added a comment about pop-up menus in the text edition.
2565 2000-10-06  Pavel Roskin  <proski@gnu.org>
2567         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
2568         flags moved out of CFLAGS as recommended by GNU coding
2569         standards.
2570         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
2571         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
2572         XCPPFLAGS.
2573         * INSTALL (Random notes on porting to other architectures):
2574         Completely rewritten. Recommended using CFLAGS instead of XINC.
2576 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2578         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
2580 2000-10-04  Christophe Merlet  <christophe@merlet.net>
2582         * gnome/*.desktop: Updated French strings.
2584 2000-10-03  Pavel Roskin  <proski@gnu.org>
2586         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
2587         to allow <legalnotice>. Unclosed tags fixed.
2589 2000-09-30  Pavel Roskin  <proski@gnu.org>
2591         * mc.spec.in: New package mc-common. Use DESTDIR instead of
2592         misusing prefix. Don't install old icons - they don't exist.
2594         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
2595         "export -f" to have mc() exported.
2596         * doc/mc.1.in: Changed description of the "-P" option to
2597         avoid inclusion of mc.sh and mc.csh into the manual.
2598         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
2600 2000-09-24  Pavel Roskin  <proski@gnu.org>
2602         * doc/mc.1.in: Minor formatting fixes.
2604         * lib/mc.sh.in: Remove temporary file non-interactively.
2605         * doc/mc.1.in: updated example for mc.sh.
2607 2000-09-23  Pavel Roskin  <proski@gnu.org>
2609         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
2610         updates it when needed.
2611         * mc.spec.in: Include translations with mc, not gmc. Run
2612         chkconfig --del in %preun, not %postun. --without-debug not
2613         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
2614         be executable. New files in %{prefix}/lib/mc/ - translated hints,
2615         editor files.
2617         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
2618         directory for document processing. Comment changes. gmc.ps and
2619         gmc.pdf now generated from gmc.dvi.
2621         * configure: Always include Make.common as file, otherwise
2622         "make distclean" breaks.
2623         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2624         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
2625         replaced with "rm -f" - the standard says that "rm" is portable.
2626         Ditto $(MV). Adjusted *clean targets to match those in
2627         Automake. Removed "cross" target.
2629 2000-09-22  Pavel Roskin  <proski@gnu.org>
2631         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
2632         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
2633         * doc/Makefile.in: Converted to ...
2634         * doc/Makefile.am: ... this.
2636 2000-09-21  Pavel Roskin  <proski@gnu.org>
2638         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
2639         is not expanded in all shells.
2640         * doc/mc.sgml: Updated the example script to reflect the above
2641         changes.
2642         * doc/mc.in.1: Likewise.
2644 2000-09-19  Pavel Roskin  <proski@gnu.org>
2646         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
2647         Marco Ciampa
2649 2000-09-18  Pavel Roskin  <proski@gnu.org>
2651         * Make.common.in: Added installcheck to placate "make distcheck"
2652         * configure.in, Make.common.in, doc/Makefile.in,
2653         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2654         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
2655         variable MKINSTALLDIRS and builddir with Automake-compatible
2656         mkinstalldirs and top_builddir.
2657         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
2658         files. Added uninstall-local target.
2660 2000-09-17  Pavel Roskin  <proski@gnu.org>
2662         * configure.in: fixed wrong use of AC_MSG_RESULT inside
2663         AC_CACHE_VAL
2665         * Make.common.in: Added the "dvi" target for "make distcheck"
2666         to go further
2667         * doc-gnome/C/Makefile.in: converted to ...
2668         * doc-gnome/C/Makefile.am: ... this
2670 2000-09-15  Pavel Roskin  <proski@gnu.org>
2672         * acconfig.h, configure.in: Require autoconf 2.13 or above.
2673         Removed workarounds for older versions. Removed MCDEBUG
2674         variable - it's not used. --with-debug renamed to --with-mad and
2675         cleaned up. Always use -Wall with gcc, other manipulations with
2676         CFLAGS removed.
2678         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2679         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2680         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
2681         mc.pot becomes out of date in the tarball.
2683 2000-09-14  Pavel Roskin  <proski@gnu.org>
2685         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
2686         tests for cp, mv and rm.
2687         * Make.common.in: Removed variables xv_bindir and STRIP.
2688         Variables CP, MV and RMF are assigned trivial values.
2690         * edit/Makefile.in: Don't link headers, add extra includes
2691         to CPPFLAGS instead. Put links to the build directory.
2692         Remove the hack with "mx" - it is not needed anymore.
2694         * configure.in: remove any manipulations with top_srcdir.
2695         Don't change CPPGLAGS when the internal editor is enabled,
2696         instead do it ...
2697         * edit/Makefile.in, gtkedit/Makefile.in: ... here
2699         * configure.in, Make.common.in, doc/Makefile.in,
2700         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2701         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
2702         changed to top_srcdir for Automake compatibility
2704         * configure.in: REGEX_O variable removed - always use our regex
2706         * configure.in: MCFGR variable removed
2708 2000-09-12  Pavel Roskin  <proski@gnu.org>
2710         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
2711         other GNOME modules
2712         * autogen.sh: remove "-I ." from the "aclocal" command line
2714 2000-09-01  Pavel Roskin  <proski@gnu.org>
2716         * configure.in: output vfs/extfs/Makefile
2718         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
2719         to avoid a warning
2720         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
2721         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
2723 2000-08-29  Pavel Roskin  <proski@gnu.org>
2725         * configure.in: use AM_GNOME_GETTEXT
2726         * gettext.m4: removed
2727         * Makefile.am: adjusted files to distribute, previous change
2728         reverted
2730         * mc-aclocal.m4: renamed to ...
2731         * acinclude.m4: ... this
2732         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
2733         * Makefile.am: aclocal should scan "." for gettext.m4
2735 2000-08-28  Pavel Roskin  <proski@gnu.org>
2737         * Make.common.in: removed hack for "make distcopy"
2738         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2739         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2740         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
2741         for external builds.
2742         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
2744 2000-08-24  Pavel Roskin  <proski@gnu.org>
2746         * new_icons/Makefile.in: converted to ...
2747         * new_icons/Makefile.am: ... this
2748         * configure.in: automake conditional GNOME introduced.
2749         "insticons" removed
2751         * icons/*: removed
2752         * Makefile.am, configure.in: necessary adjustments
2754         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
2755         automake installs them now
2757         * syntax/Makefile.in: converted to ...
2758         * syntax/Makefile.am: ... this
2760         * idl/Makefile.in: converted to ...
2761         * idl/Makefile.am: ... this
2763         * lib/Makefile.am: simplified, fixed "make dist"
2765         * lib/Makefile.in: converted to ...
2766         * lib/Makefile.am: ... this
2768         * lib/tkmc.wmconfig: removed
2769         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
2771         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
2772         to ...
2773         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
2774         * Make.common.in: support for "distdir" for compatibility
2775         with Automake-generated makefiles
2776         * autogen.sh: run automake. Force cache - it is off by default
2777         in autoconf 2.49a, but it's still handy for maintainers
2778         * configure.in: adapted for Automake
2780         * AUTHORS: new file
2782 2000-08-23  Pavel Roskin  <proski@gnu.org>
2784         * configure.in: resurrect definition of xvers
2786         * VERSION.in: removed
2787         * Makefile.in: don't do anything with VERSION.in and VERSION
2788         Take mc.spec from builddir, not srcdir
2789         * configure.in: don't create VERSION
2791 2000-08-22  Pavel Roskin  <proski@gnu.org>
2793         * *.c, *.h: Updated address of Free Software Foundation
2795 2000-08-21  Pavel Roskin  <proski@gnu.org>
2797         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
2798         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
2799         related to XView, libXPM, libXext and Tk
2801 2000-08-18  Pavel Roskin  <proski@gnu.org>
2803         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
2804         files
2806         * configure.in: Simplified dependency tracking by using
2807         "-include" with GNU Make
2808         * autogen.sh: Exit on all failures
2810 2000-08-17  Pavel Roskin  <proski@gnu.org>
2812         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
2813         Fixed all misuses of single and double quotes. Typo fixes.
2814         Ensured compatibility with sgml2html, sgml2txt and sgml2latex
2815         * doc/mc.1.in: Typo fix
2817         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
2818         * doc/linuxdoc-sgml.diff: removed
2819         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
2820         distribute gnome.sgml
2822 2000-08-15  Pavel Roskin  <proski@gnu.org>
2824         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
2825         in the "distclean" target
2827         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
2828         Removed all XVIEW-related stuff
2829         Fixed placement of png files on "make dist"
2831         * doc/mc.1.in: Updated info about the internal editor
2833         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
2834         indicate serious problems. Fixes for uninstall.
2835         * doc/Makefile.in: Rebuild if it is out of date.
2837         * lib/cedit.menu: Added. This file has been missing
2839         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
2841 2000-08-08  Pavel Roskin  <proski@gnu.org>
2843         * Makefile.in: correctly detect make failures in subdirs
2845 2000-08-01  Pavel Roskin  <proski@gnu.org>
2847         * nt, os2, tk, xv: removed all files
2848         * configure.in: don't create os2 and nt directories
2850 2000-08-01  Pavel Roskin  <proski@gnu.org>
2852         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
2854         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
2856 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
2858         * src/main.c: make 8bit input/output the default (99% of the people
2859         expects that; lets the remaining 1% use the configuration menu
2860         to disactivate it if they want)
2862 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
2864         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
2866 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
2868         * configure.in: check for gnome-libs with window icon support
2870         * acconfig.h: add icon define
2872 2000-06-08  Matthias Warkus  <mawa@iname.com>
2874         * new_icons/gnome-pack-*.png: Updated.
2875         * gnome/mc.keys: Added a MIME type for SLP packages.
2877 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
2879         * syntax/diff.syntax: Highlight lines beginning with "File",
2880         "Files" and "Binary"
2881         * syntax/makefile.syntax: Highlight "ifndef"
2882         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
2883         highlighted)
2885 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2887         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
2888         comment lines with # in last release
2890 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2892         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
2894 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2896         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
2897         look more consistent than original.
2899 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2901         * config.in: Added check against strcoll().
2903 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2905         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
2906         added 'and', 'or', 'not', 'for' keywords.
2908 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2910         * syntax.c: Very dirty fix to allow compilation of mcedit on ncurses
2911         based systems. Hope, this will make FreeBSD midc maintainer to enable
2912         build-in editor by default. Still, syntax highlighting is disabled.
2913         Need to port...
2915 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2917         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2918           fixed, some messages gettext()ed again here and in
2919         gtkedit/editmenu.c:edit_about_cmd()
2921 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2923         * doc/mc.sgml (Examples): Fixed documentation, thanx
2924         to martin@internet-treff.uni-koeln.de.
2926 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
2928         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
2929         the label text
2931 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
2933         * gtkedit/syntax.c: treat *.ads as Ada source
2934         * syntax/ada95.syntax: escape "+" and "*"
2935         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
2936         * syntax/Makefile.in: remove diffc.syntax
2938         * edit/edit_key_translator.c: interpret code 0177 as
2939         backspace unless recognized otherwise
2941 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
2943         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
2944         initialization of array of structure (gcc version 2.96 20000131
2945         chokes on it).
2947         * lib/mc.hint: C-y and not C-u can be used to insert text in input
2948         lines (e. g. text which has been deleted with M-d).
2950         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
2952 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
2954         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
2956 2000-01-29  Matthias Warkus  <mawa@iname.com>
2958         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
2959         design on Federico's request.
2961 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
2963         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
2964         an ArrangeType enum.
2966 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
2968         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
2969         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
2970         setup.c: Add option of using GNOME "magic" routines to determine file
2971         types. This makes MC intelligently look at the data in the file to see
2972         what type of file it is, rather than looking at the filename extension.
2973         This slows down MC quite a bit, so it has been made an optional
2974         preference item. Type detection is expected to improve as mime-magic
2975         matures.
2977 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
2979         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
2980         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
2981         providing a patch.
2983 2000-01-11  Matthias Warkus  <mawa@iname.com>
2985         * Added icon and keys entry for Scheme source.
2987 2000-01-03  Fatih Demir  <kabalak@gmx.net>
2989         * configure.in: Added tr -> ALL_LINGUAS .
2991 1999-12-28  Matthias Warkus  <mawa@iname.com>
2993         * new_icons/*.png: Added a bunch of new icons.
2995 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
2997         * configure.in (VERSION): Bumped version number to 4.5.42.
2999 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
3001         * configure.in: added 'uk' to ALL_LINGUAS.
3003 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3005         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
3006         request from David Sauer
3008 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
3010         * configure.in (VERSION): Bumped version number to 4.5.41.
3012 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
3014         * configure.in (VERSION): Set version number to 4.5.39.
3016 1999-09-23  Jorge Godoy  <godoy@conectiva.com.br>
3018         * configure.in: Added pt_BR to ALL_LINGUAS
3020 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
3022         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
3023         path to the mc binary according to @prefix@.
3025         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
3026         configure. Install mc.sh and mc.csh in $(suppbindir).
3028         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
3029         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
3030         copies of the included function definitions.
3032         * mcfn_install.in: Comment out definitions of the mc functions. Source
3033         mc.sh instead of adding an outdated mc function definition.
3035         * configure.in: output mc.sh and mc.csh
3037 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
3039         * lib/startup.links: Changed the news link to Gnotices
3041 1999-09-19  David Martin  <dmartina@usa.net>
3043         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
3044         8 bit chars from strftime get displayed when inserting date.
3046         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
3047         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
3048         file to avoid interferences. In this one I changed the extension check
3049         to a type check (as used for gzip) which might give problems in some
3050         systems.
3052         * configure.in: Use -Tlatin1 to format man pages when available and
3053         "view" 8 bit chars.
3055 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
3057         * gtkedit/edit.h: Include file reordering to make it compile with
3058         --with-debug
3060         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
3061         dependent on length of translated strings to display.
3063 1999-09-16  Owen Taylor  <otaylor@redhat.com>
3065         * Remove the magicdev autoconf test in favor of just
3066         including the idl file. Otherwise we have a dependency
3067         loop between this and magicdev.
3069 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
3071         * idl/FileManager.idl: Changed names, and put everything under a
3072         FileManager module.  Added a Desktop interface and some methods to
3073         the WindowFactory interface.
3075 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
3077         * doc-gnome/*: Shiny new docs from users-guide.
3078         All synced up.
3080 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
3082         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
3084 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
3086         * README: Updated and spell-checked.
3088         * NEWS: Updated.
3090 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
3092         * configure.in (ALL_LINGUAS): Added sv.
3094 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
3096         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
3097         symlink attacks (mcfn_install and the man page still needs to be
3098         updated).
3100 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
3102         * configure.in (AC_WITH_SLANG): rm -f destination before making
3103         a symbolic link (ln -sf doesn't work as expected on Solaris)
3105 1999-08-19  Elliot Lee  <sopwith@redhat.com>
3107         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
3109 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
3111         * doc-gnome/C/gmc.sgml: Index fixes.
3113 1999-08-18  Elliot Lee  <sopwith@redhat.com>
3115         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
3116         initializers in the GnomeUIInfo structure.
3118 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
3120         * configure.in (VERSION): Bumped version number to 4.5.38.
3122 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
3124         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
3126 1999-08-15  David Martin  <dmartina@usa.net>
3128         * gtkedit/edit.c: Print localized date with strftime()
3130         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavor.
3132 1999-08-08  David Martin  <dmartina@usa.net>
3134         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
3135         translation.
3137         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
3138         translation as it used to be.
3140 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3142         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
3143         that the correct index.html will be generated.
3145 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3147         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
3148         to the list.
3150 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
3152         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
3153         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
3154         This adds some new syntax rules, and spell check on the fly
3155         which if someone bugs me for, will actually get enabled in
3156         both the text and gnome versions. Bookmark stuff also needs
3157         some keys bound to it, I suppose: any takers?
3159 1999-07-19  Elliot Lee  <sopwith@redhat.com>
3161         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes
3162         infinitely recursing make.
3164 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
3166         * Makefile.in (all): Makefile fix.
3168 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3170         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3171         should fix the problem we had with FSSTND distributions.
3173 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3175         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
3176         list of distributed files.
3178 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3180         * configure.in (VERSION): Bumped version number to 4.5.34.
3182 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
3184         * Add fi into ALL_LINGUAS
3186 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
3188         * gnome/i-zipdisk2.png: Added another zip-disk icon
3189         by <scarab@egyptian.net> - It looks very nice. Variation
3190         is good.
3192 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3194         * acconfig.h: Add WITH_SMBFS
3196         * macros/gnome-vfs.m4: Support conditional samba support.
3198 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3200         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3201         should fix the problem we had with FSSTND distributions.
3203 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
3205         * mc.spec.in: added syntax files to %files
3207 1999-06-22  David Martin  <dmartina@usa.net>
3209         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
3211 1999-06-07  Shooby Ban  <bansz@szif.hu>
3213         * po/hu.po, configure.in: added Hungarian translations...
3214           I'm not sure it's OK, but it seems usable.
3215           Translators: Tamas Fejos and Andras Kadar
3217 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
3219         * configure.in, Makefile.in: added the gmc helpfile to the build
3221 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
3223         * Add ja entry to LANG in configure.in
3225 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3227         * gnome/Makefile.in (ICONS): OK, perhaps we also want the zip-icon to
3228         be installed in the system :) (added it to the Makefile.in)
3230 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3232         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
3233         disks - someone please add it to the mount.c code so it gets used..
3234         Everyone have a nice time at the expo! :) I hope to join the
3235         next time.
3237 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3239         * configure.in: Added check for getpt ()
3241 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3243         * configure.in (VERSION): Bumped version number to 4.5.31.
3245 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3247         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
3248         need to fool it by strdup'ing the return value of tempnam.
3250 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3252         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
3253         MCLIBS which are specific to the text edition.
3255         * INSTALL: Added documentation for --with-tm-x-support
3257 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
3259         * mc.spec.in : Folded in some changes from the 'official' rpm
3260         spec file.
3262 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3264         * configure.in (SHELL): Do not use grep -q, as it is not portable
3265         to every OS.
3267 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3269         * configure.in: Linking from $srcdir/slang is broken when configure
3270         isn't called with an absolute path. Link from ../$srcdir/slang if
3271         configure was invoked with a relative path.
3273 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
3275         * configure.in: Do not rm the destination file and then link, use
3276         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
3278 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3280         * configure.in: Some AC_ARG_WITH macros haven't checked $withval, i.e.
3281         --with-PACKAGE and --without-PACKAGE gave the same results.
3283 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3285         * configure.in (VERSION): Bumped version number to 4.5.30.
3287 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3289         * configure.in (VERSION): Bumped version number to 4.5.29.
3291 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3293         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
3294         now contains all checks.
3296 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3298         * configure.in (VERSION): bumped version number to 4.5.28.
3300 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
3302         * */Makefile.*: fixed several missed conversions from libdir to
3303         mclibdir. (Should be automake'd, really)
3305 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3307         * Make.common.in: There were conflicting definitions of mclibdir
3308         (one for installation, one for source).  Now the source one is
3309         called mcsrclibdir.
3311         * doc/Makefile.in: Use mcsrclibdir where appropriate.
3313 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
3315         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
3316         Pascal Program" (Heh, second time :)
3318         * Makefile.common: Until things gets clear, keep syntax rules in
3319         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
3321         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
3322         @libdir@.
3324 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
3326         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
3327         as requested by Paul. Still, need some checking...
3329 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
3331         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
3332         to date with cooledit 3.9.0. This adds some new features.
3333         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
3334         syntax.c. This is because the rule set is becoming too
3335         large to maintain in its current form and because file
3336         loading is starting to get slow.
3338         There is also a bookmark feature which does not yet have
3339         key bindings assigned to it, but should be cool once
3340         these get inserted. Syntax rules files are named
3341             $LIBDIR/cooledit/syntax/*.syntax
3343 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
3345         * configure.in: Create slang directory, it is needed when
3346         builddir != srcdir.
3347         Use -f when calling rm, the file does not exist on
3348         first compile.
3349         No need to copy VERSION from $srcdir, it's already generated in
3350         $builddir.
3352 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
3354         * edit/edit_key_translator.c: Added missing translation tags.
3356 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3358         * configure.in: Minimum version of glib should be 1.2.0.
3359         (VERSION): Bumped version number to 4.5.27.
3361 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
3363         * gtkedit/editcmd.c: Added missing translation tags.
3365         * gtkedit/editoptions.c: Added missing translation tags. Translate
3366         radio buttons on first use.
3368 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
3370         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
3371         to get the mc spec file to work.
3372         * hacked configure to generate a properly versioned spec file.
3374 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3376         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
3377         radio buttons on first pass.
3379 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
3381         * gtkedit/editcmd.c: Mark strings in the search and replace
3382         dialogs for translation. Resized these dialogs to let the messages
3383         fit.
3385 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3387         * gtkedit/editwidget.c (selection_send): Use the proper type for
3388         64-bit cleanliness (Patch from George Lebl).
3390 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
3392         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
3393         into the catalog file.
3395 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3397         * configure.in: Make Timur's libtermcap check work with SLang
3398         0.99.98, too.
3400 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3402         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
3403         PS and EPS files.  Thanks, Tigert!
3405 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3407         * configure.in (CCOPTS): Drop the prefix auto-detection.
3409 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
3411         * configure.in: Add check, which, in case of system-installed SLang
3412         library tries to run a test program, which determines, does we need
3413         linking with libtermcap.a. Also, set of if's for finding terminfo
3414         dir changed to for cycle - a bit nicer :)
3416 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3418         * README.QNX: Deleted documentation about mc.menu.qnx.diff.
3420 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3422         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
3424 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3426         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
3427         from tar calls when extracting (according to my man page this option
3428         is only useful when creating archives).
3430 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3432         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
3433         adds support for tar.bz2 and merges the support for freeze-compressed
3434         tar files (tar.F) from mc.menu.qnx.diff.
3436 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
3438         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
3439         GNU-like :)
3441 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3443         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
3444         the catalog file.
3446 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
3448         * new_icons/gnome-core.png: New icon for core files. Someone
3449         please add the code part :)
3451 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
3453         * configure.in: Add check against setuid() and setreuid() functions.
3455 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3457         * slang/slang.h: renamed to slang-mc.h
3459         * slang/Makefile.in: delete slang.h on "make clean"
3461         * configure.in: link slang/slang-mc.h to slang/slang.h when the
3462         included slang is used. Problem was that MC's slang.h was used
3463         when we compiled with an already installed SLang and the systems
3464         header file were included with <slang/slang.h>.
3465         Unfortunately I can't use AC_LINK_FILES to make the links because
3466         if we needn't make any links AC_LINK_FILES makes a link from
3467         srcdir to top_builddir (builddir != srcdir).
3469         Temporary add $LGPM to $LIBS when checking for the resizeterm
3470         and keyok functions (ncurses might be linked against GPM).
3472         Substitute PACKAGE (intl/Makefile makes use of it)
3474 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
3476         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swapped by
3477         #include "global.h".
3479 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
3481         * Make.common.in (gnewdir): new path.
3483 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
3485         * configure.in: Add comments before "Let" and "the" - typo. Add new
3486         path to include's search.
3488 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
3490         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
3492 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3494         * configure.in (REGEX_O): Always include regex.o as the code we
3495         are using in gmc is not using regcomp/regexec, but the internal
3496         Emacs API.
3498         * src/regex.c: Do not compile the POSIX compatibility code, as we
3499         do not use it.
3501 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3503         * doc/mc.sgml, mc1.in (Color section): minor polishing
3504         (Layout section): documented Highlight...
3506 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3508         * configure.in: Deleted du checks
3510         * INSTALL: Deleted --with-dusum documentation.
3512         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
3513         Configuration dialog. Added Advanced chown subsection. Deleted
3514         variables from the Special settings section which are now covered
3515         by the configuration dialog.
3517 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3519         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
3520         tar_gz_memlimit. Partially rewrote the section about the
3521         Virtual FS.. configuration dialog.
3523 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
3525         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
3527 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3529         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
3531         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
3532         builddir
3534 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
3536         * new_icons/gnome-image-[lots].png: I added some icons for file
3537         types (image) there - someone please tell me what the correct
3538         location and naming convention is and I will try to follow that. :)
3540 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
3542         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
3543         the build will still work.  (Has this been replaced by new_icons?)
3545 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
3547         * doc/mc.1.in, mc.sgml: added my name to list of authors
3549 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3551         * Makefile.in (codedirs): Dropped xv and tk ports from the
3552         distribution. include idl directory.
3554 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3556         * configure.in (slang_use_system_installed_lib): Define slang
3557         here, to avoid having this on LIBS.
3559 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
3561         * gtkedit.c: changed occurrence of 'va_list *ap' to 'va_list ap'
3563 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
3565         * config.h.in: Removed from CVS, added to .cvsignore
3567         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
3568         configure.in:
3569         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
3570         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
3571         HAS_CURSES added to acconfig.h
3573 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3575         * autogen.sh: Add "-I macros" to the aclocal flags.
3577         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
3578         so that aclocal will not complain about an obsolete macro.
3580         * configure.in: Use MC_HPUX_PROG_CC_STDC
3582         * ChangeLog: There was no ChangeLog here, so I added one.