* syntax/sql.syntax: Improve sql.syntax file and added several
[midnight-commander.git] / ChangeLog
blobf185f9d3bf7a57ef434bd455169dc2ccf590410e
1 2004-10-12  Pavel S. Shirshov  <pavelsh@mail.ru>
3         * syntax/sql.syntax: Improve sql.syntax file and added several
4         keywords.
6         From Karel Zak
8 2004-10-12  Andrew V. Samoilov  <sav@bcs.zp.ua>
10         * acinclude.m4 (MC_WITH_MCSLANG): Set screen_type to mcslang.
11         * configure.ac: Define USE_INCLUDED_SLANG if screen_type is mcslang.
13 2004-10-05  Gergely Sza'sz  <szaszg@hu.inter.net> 
15         * syntax/perl.syntax: Fix highlight the hashes.
16         * syntax/diff.syntax: Highlight comments (lines begin with #),
17         and garbage in diff files.
19 2004-09-17  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
21         * mc.qpg.in: New file. Description for QNX 6.x packager.
23 2004-09-25  Roland Illig  <roland.illig@gmx.de>
25         * configure.ac: #define _GNU_SOURCE to an empty value instead of 1,
26         which conflicted with src/regex.c.
28 2004-09-24  Roland Illig  <roland.illig@gmx.de>
30         * HACKING (Programming tips): Added a tip concerning the NULL
31         pointer in varargs function calls.
33 2004-09-22  Roland Illig  <roland.illig@gmx.de>
35         * HACKING: Added advice for using g_strdup for a modifiable
36         copy of a string.
37         * HACKING: Added a section about where to look for bug reports
38         and patches.
40 2004-09-19  Roland Illig  <roland.illig@gmx.de>
42         * HACKING: Added explanation for const_cast.
44 2004-09-17 Dmitry Alexeyev <dmi_a@qnx.org.ru> 
46         * syntax/makefile.syntax.diff: Adds "define" and "ended" keywords
47         * syntax/perl.syntax.diff: Adds "break" keyword
49 2004-09-10  Jakub Jelinek  <jakub@redhat.com>
51         * lib/mc.lib: Add gnome, rxvt and xterm-new terminals.
53 2004-09-10  Pavel S. Shirshov  <pavelsh@mail.ru>
55         * syntax/php.syntax: Upgrade php.syntax file.
57         From Leonard den Ottolander <leonard * den.ottolander.nl>
59 2004-09-04  Jakub Jelinek  <jakub@redhat.com>
61         * configure.ac: grantpt is only available with -D_XOPEN_SOURCE
62         or -D_GNU_SOURCE under Linux.
64 2004-09-04  Pavel S. Shirshov  <pavelsh@mail.ru>
66         * HACKING: Add to section "Programming Tips" g_free tip.
68 2004-09-02  Roland Illig  <roland.illig@gmx.de>
70         * HACKING: Added a section "Programming Tips" which lists mistakes
71         that have been done once and should never be repeated.
73 2004-08-29  Roland Illig  <roland.illig@gmx.de>
75         * m4/ri-gcc-warnings.m4: Now handles only the last --enable or
76         --disable option. Before, --disable has not been handled
77         correctly.
79 2004-08-22  Pavel S. Shirshov  <pavelsh@mail.ru>
81         * m4/ri-gcc-warnings.m4: Using AC_HELP_STRING for more portable.
82         AS_HELP_STRING was introduced after autoconf 2.57+.
84         From Leonard den Ottolander <leonard * den.ottolander.nl>
86 2004-08-18  Roland Illig  <roland.illig@gmx.de>
88         * "make uninstall": removes the symlinks bin/mcedit and bin/mcview.
90 2004-08-17  Roland Illig  <roland.illig@gmx.de>
92         * configure.ac: The GCC warning flags are only used in
93         maintainer-mode.
95 2004-08-17  Pavel S. Shirshov  <pavelsh@mail.ru>
97         * lib/cedit.menu: Security fix patch. Fix insecure temporary file and
98         directory creations. (CAN-2004-0231). 
100         * lib/mc.menu: Likewise.
101         * doc/mc.1.in: Likewise.
102         * doc/es/mc.1.in: Likewise.
103         * doc/hu/mc.1.in: Likewise.
104         * doc/it/mc.1.in: Likewise.
105         * doc/pl/mc.1.in: Likewise.
106         * doc/ru/mc.1.in: Likewise.
107         * doc/sr/mc.1.in: Likewise.
109 2004-08-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
111         * configure.ac: Add check for atoll().
113         * doc/mc.1.in (Extension File Edit): Document "directory" keyword.
114         * doc/ru/mc.1.in: Likewise.
116 2004-08-02  Pavel Shirshov  <pavelsh@mail.ru>
118         * autogen.sh: Fix unportable "\n" in sed.
120 2004-04-02  Pavel Roskin  <proski@gnu.org>
122         * lib/mc.ext.in: Use gqview instead of ee for images.  ee seems
123         to be obsolete.  Suggested by Marcel Pol <mpol@gmx.net>
125 2004-01-22  Pavel Roskin  <proski@gnu.org>
127         * lib/mc.ext.in: Recognize *.tb2 and *.tbz files.
129         * configure.in: Rename to ...
130         * configure.ac: ... this.
132 2003-12-30  David Martin  <dmartina@excite.com>
134         * doc/mc.1.in: Synchronized latest fixes (long options) and
135         moved year and version number.
137 2003-12-24  Pavel Roskin  <proski@gnu.org>
139         * configure.in: Release 4.6.1-pre1.
141 2003-11-28  Pavel Roskin  <proski@gnu.org>
143         * acinclude.m4 (MC_UNDELFS_CHECKS): Try ext2fs/ext2_fs.h before
144         linux/ext2_fs.h.  Use ext2fs/ext2_fs.h when possible - it's
145         safer to avoid kernel headers.
147 2003-11-27  Pavel Roskin  <proski@gnu.org>
149         * src/TODO: Move ...
150         * TODO: ... here.
151         * doc/DEVEL: Move ...
152         * HACKING: ... here.  Adjust makefiles.
154 2003-11-20  Pavel Roskin  <proski@gnu.org>
156         * build-glib1.sh: Use more portable syntax for functions.  Fall
157         back to "ftp" for download, useful on BSD.
158         * build-glib2.sh: Likewise.
160         * build-glib1.sh: New file - download and compile glib 1.2.x,
161         then compile mc against it.
162         * build-glib2.sh: New file - download and compile glib 2.x with
163         dependencies (gettext, pkgconfig), then compile mc against it.
164         * Makefile.am: Distribute them.
166 2003-10-29  Pavel Roskin  <proski@gnu.org>
168         * acinclude.m4 (MC_UNDELFS_CHECKS): Don't use internal Autoconf
169         variables.
171         * configure.in: Rewrite check for mmap() to avoid using internal
172         variables of Autoconf.  Rename the rest of ac_cv_* to mc_cv_*.
174         * configure.in: Use AC_CHECK_MEMBERS to check fields of struct
175         stat.  Adjust all dependencies.
177         * acinclude.m4 (AC_STRUCT_LINGER): Remove, use AC_CHECK_MEMBERS
178         instead.
180         * configure.in: Define SLANG_POSIX_SIGNALS if all 4 required
181         functions are present.  Remove references to extraconf.h.
182         * extraconf.h: Eliminate.
183         * Makefile.am: Remove extraconf.h.
185         * configure.in: Move ext2fs undelete support ...
186         * acinclude.m4 (MC_WITH_VFS): ... here.
187         * extraconf.h: Remove VFS logic, it's enforced in configure now.
189         * acinclude.m4 (MC_WITH_VFS): Use AC_SEARCH_LIBS when possible.
190         Allow disabling network code by --disable-netcode.
192 2003-10-28  Pavel Roskin  <proski@gnu.org>
194         * configure.in: Don't check if "file" can use stdin - it's
195         unused now.
197 2003-10-25  Pavel Roskin  <proski@gnu.org>
199         * extraconf.h: Don't define HAVE_GRANTPT forcedly if grantpt()
200         wasn't found.  Don't define HAVE_CRYPT, it's unused now.
202         * configure.in: Remove check for socketpair().  Add new option
203         --enable-background.
204         * extraconf.h: Don't define WITH_BACKGROUND.
206 2003-10-14  Pavel Roskin  <proski@gnu.org>
208         * configure.in: Don't check for seekdir() and telldir().
210 2003-09-23  Pavel Roskin  <proski@gnu.org>
212         * doc/sr/Makefile.am: Don't install mcserv documentation if mcfs
213         support is disabled.
215         * lib/*.ti: Remove, these files are obsolete.
216         * lib/tdiff: Likewise.
217         * lib/xterm.tcap: Likewise.
218         * lib/Makefile.am: Remove obsolete files.  Don't install
219         README.xterm and xterm.ad, there are partly obsolete and can
220         break things if used as is.
222 2003-09-22  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
224         * lib/mc.hint.sr: Updated.
225         * lib/mc.menu.sr: New file - translated menu.
226         * lib/Makefile.am: Add mc.menu.sr.
227         * doc/sr/: New Serbian documentation.
228         * doc/Makefile.am: Add "sr" directory.
229         * configure.in: Add substitutions for new files.
231 2003-09-22  Pavel Roskin  <proski@gnu.org>
233         * configure.in: Check for strlcpy() if glib 1.2.x is used.
235 2003-09-11  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
237         * lib/mc.hint.sr: New file - Serbian hints.
239 2003-09-04  Pavel Roskin  <proski@gnu.org>
241         * lib/mc.menu: Add entry for viewing manual pages.
243 2003-08-18  Pavel Roskin  <proski@gnu.org>
245         * lib/mc-wrapper.csh.in: Use "id" command to find the real user
246         id.  $USER is not reliable.
247         * lib/mc-wrapper.sh.in: Likewise.
248         Reported by Figura Peter <peterf@autus.sk>
250 2003-08-18  Andrew V. Samoilov  <sav@bcs.zp.ua>
252         * acinclude.m4 (MC_WITH_NCURSES): Fix ESCDELAY check on Solaris.
253         Make sure that linking succeeds.
255 2003-08-02  Pavel Roskin  <proski@gnu.org>
257         * lib/cedit.menu: Avoid using "id -u", it doesn't work on
258         Solaris.  From Andrew V. Samoilov <sav@bcs.zp.ua>
260 2003-07-23  Pavel Roskin  <proski@gnu.org>
262         * lib/mc.lib: Add more "end" and "home" sequences for xterm.
264 2003-07-22  Pavel Roskin  <proski@gnu.org>
266         Get rid of all references to NATIVE_WIN32.
268         * pc: Remove.  No work has been done on the PC post for years.
269         * README.PC: Likewise.
270         * Makefile.am: Adjust for the above.
271         * configure.in: Likewise.
273 2003-07-21  Pavel Roskin  <proski@gnu.org>
275         * configure.in: Check posix_openpt() first and fallback to
276         GNU-specific getpt() only if needed.
278 2003-06-29  David Sterba  <dave@jikos.cz>
280         * lib/mc.hint.cs: Typo fixes.
282 2003-06-25  Marco Ciampa  <ciampix@libero.it>
284         * doc/it/mc.1.in: small fix
286 2003-06-23  Andrew V. Samoilov  <sav@bcs.zp.ua>
288         * lib/mc.ext: Allow ZIP in all capitals in "file" output.
290 2003-06-18  Pavel Roskin  <proski@gnu.org>
292         * configure.in: Remove test for SCO UNIX.  Remove all references
293         to SCO_FLAVOR everywhere.  SCO flavor is rather unsavory now.
295 2003-06-06  Pavel Roskin  <proski@gnu.org>
297         * lib/mc.ext.in: Don't run compressed logs from /var/log through
298         nroff.  Suggested by Alfie Costa <agcosta@gmx.net>
300 2003-05-16  Marco Ciampa  <ciampix@libero.it>
302         * syntax/ruby.syntax: upgrade
303         * syntax/perl.syntax: small fix
305 2003-05-14  Marco Ciampa  <ciampix@libero.it>
307         * syntax/ruby.syntax: New file - syntax for Ruby.
308         * syntax/Syntax: Add ruby.syntax.
309         * syntax/Makefile.am: Likewise.
311 2003-05-08  Pavel Roskin  <proski@gnu.org>
313         * mc.spec.in: Strip pre-1998 changelog to work around a bug in
314         rpm 4.2, which doesn't like %install inside %changelog.
316 2003-04-29  Pavel Roskin  <proski@gnu.org>
318         * configure.in: Add vfs/extfs/iso9660 to AC_CONFIG_FILES.
319         * lib/mc.ext.in: Add support for ISO images.
321 2003-03-31  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
323         * syntax/Syntax: Highlight *.mc as a makefile.
324         * syntax/sql.syntax: Add more keywords for PostgreSQL.
326 2003-03-21  Pavel Roskin  <proski@gnu.org>
328         * syntax/sh.syntax: Highlight "find".  Highlight whole string
329         after "#!".  Make unrecognized text inside `` less bright.
331 2003-03-17  Marco Ciampa  <ciampix@libero.it>
333         * doc/it/mc.1.in: Some manual fixes.
335 2003-03-14  Pavel Roskin  <proski@gnu.org>
337         * syntax/c.syntax: Allow integer specifiers for %x and %X in C
338         format strings.
339         * syntax/cs.syntax: Likewise.
340         * syntax/java.syntax: Likewise.
341         * syntax/ml.syntax: Likewise.
342         * syntax/php.syntax: Likewise.
343         * syntax/python.syntax: Likewise.
344         * syntax/slang.syntax: Likewise.
345         * syntax/swig.syntax: Likewise.
347 2003-03-11  Pavel Roskin  <proski@gnu.org>
349         * acinclude.m4 (MC_ASM_LABELS): New macro to work around a bug
350         gettext.  Define _INTL_REDIRECT_MACROS if needed.
351         * configure.in: Use MC_ASM_LABELS.
353 2003-03-07  Pavel Roskin  <proski@gnu.org>
355         * configure.in: Add --with-glib-static option.
357 2003-03-06  Pavel Roskin  <proski@gnu.org>
359         * syntax/spec.syntax: Add BuildArch.
361 2003-03-05  Pavel Roskin  <proski@gnu.org>
363         * configure.in: Check availability of setsid().
365 2003-03-04  Sanlig Badral  <Badral@chinggis.com>
367         * po/LINGUAS: added Mongolian (mn) translation.
369 2003-03-03  Pavel Roskin  <proski@gnu.org>
371         * lib/mc.lib: Add xterm arrows both for application and normal
372         mode.  Normal mode can be accidentally enabled if one mc is run
373         from another and Ctrl-O is used to switch between them.
374         Add F11-F20 definitions for cons25 (FreeBSD console).
376 2003-02-27  Juan C. Olivares  <juancri@TAGnet.org>
378         * syntax/cs.syntax: New file.
379         * syntax/Syntax: Add cs.syntax.
380         * syntax/Makefile.am: Likewise.
382 2003-02-27  Marco Ciampa  <ciampix@libero.it>
384         * doc/it/mc.1.in: updated manual with -e switch description.
386 2003-02-26  Pavel Roskin  <proski@gnu.org>
388         * syntax/syntax.syntax: Highlight "define".
390 2003-02-23  Marco Ciampa  <ciampix@libero.it>
392         * doc/it/mc.1.in: updated manual with some stylistic changes.
394 2003-02-23  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
396         * lib/mc.ext.in: Add entry for QNX Neutrino packages.
398 2003-02-22  Pavel Tsekov  <ptsekov@gmx.net>
400         * acinclude.m4 [AC_G_MODULE_SUPPORTED]: New macro.
401         * configure.in: Test for gmodule.  Don't link mc with libX11 if
402         gmodule is supported.
404 2003-02-22  Pavel Roskin  <proski@gnu.org>
406         * configure.in: Add --with-glib12 option to configure to force
407         using glib 1.2.x.
409 2003-02-21  Andrew V. Samoilov  <sav@bcs.zp.ua>
411         * doc/ru/mc.1.in (Layout): Translate 'Xterm window title' option.
412         (Extension File Edit): Translate include feature.
414 2003-02-20  Pavel Roskin  <proski@gnu.org>
416         * configure.in: Move list of all translations ...
417         * po/LINGUAS: ... here.
419 2003-02-18  Pavel Roskin  <proski@gnu.org>
421         * syntax/c.syntax: Highlight C++ comments in preprocessor
422         directives.
423         Reported by Oswald Buddenhagen <ossi@kde.org>
425 2003-02-13  Marco Ciampa  <ciampix@libero.it>
427         * doc/it/mc.1.in: updated manual following it.po changes.
429 2003-02-05  Pavel Roskin  <proski@gnu.org>
431         * configure.in: Bump version to 4.6.0a.
433         * configure.in: Version 4.6.0 released.
435 2003-02-04  Arpi  <arpi@mplayerhq.hu>
437         * syntax/Syntax: Match *.syntax before other files to fix
438         highlighting of makefile.syntax.
440 2003-02-04  Pavel Roskin  <proski@gnu.org>
442         * syntax/c.syntax: Revert highlighting trailing whitespaces.
444 2003-02-03  Andrew V. Samoilov  <sav@bcs.zp.ua>
446         * autogen.sh: Fix unportable "+" sed regexp in gettext_ver
447         calculation.  Reported by vlad@geekizoid.com.
449 2003-01-31  Pavel Roskin  <proski@gnu.org>
451         * syntax/nroff.syntax: Make colors more compatible with the
452         highlighting used in the internal viewer - yellow for bold and
453         brightred for italic.
455 2003-01-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
457         * syntax/c.syntax: Highlight trailing whitespace(s).
459 2003-01-30  Pavel Tsekov  <ptsekov@gmx.net>
461         * acinclude.m4 (MC_WITH_NCURSES): Check -lcurses if -lncurses
462         doesn't work.  Useful on OpenBSD 3.2.
464 2003-01-29  Pavel Roskin  <proski@gnu.org>
466         * lib/mc.ext.in: Fix missing semicolon that affected viewing RPM
467         packages.
469 2003-01-24  Pavel Roskin  <proski@gnu.org>
471         * configure.in: Add -lposix on A/UX before all tests.
473 2003-01-23  Pavel Roskin  <proski@gnu.org>
475         * acinclude.m4 (MC_EXTFS_CHECKS): Fix redirection to /dev/null.
477 2003-01-22  Pavel Roskin  <proski@gnu.org>
479         * configure.in: Bump version to 4.6.0-pre3a.
481         * configure.in: Version 4.6.0-pre3 released.
483         * acinclude.m4 (_MC_WITH_XSLANG): Drop support for old S-Lang
484         versions that required the native curses library on some OSes.
486 2003-01-19  Adam Byrtek  <alpha@debian.org>
488         * doc/mcview.1.in: New file.
489         * configure.in: Treat it like doc/mcedit.1.in.
490         * doc/Makefile.am: Likewise.
492 2003-01-17  Adam Byrtek  <alpha@debian.org>
494         * doc/mc.1.in (Layout): Document 'Xterm window title' option.
496 2003-01-16  David Martin  <dmartina@excite.com>
498         * doc/mc.1.in: Add EXTernal virtual File System node (extfs).
500 2003-01-16  David Martin  <dmartina@excite.com>
502         * doc/mc.1.in: Set man page header and footer.
503         * doc/es/mc.1.in: Likewise.
504         * doc/hu/mc.1.in: Likewise.
505         * doc/it/mc.1.in: Likewise.
506         * doc/pl/mc.1.in: Likewise.
507         * doc/ru/mc.1.in: Likewise.
509 2003-01-12  David Martin  <dmartina@excite.com>
511         * po/es.po: Update. Rewrite localized names for some menu entries.
512         * doc/es/mc.1.in: Likewise.
513         * lib/mc.hint.es: Likewise.
515 2002-12-27  David Martin  <dmartina@excite.com>
517         * doc/pl/xnc.hlp: Update GPL (change FSF address and move 19xx
518         entries to "year").
520 2002-12-26  Pavel Roskin  <proski@gnu.org>
522         * configure.in: Release 4.6.0-pre2, bump version to 4.6.0-pre2a.
524         * configure.in: Fix non-portable operator.  Bump version to
525         4.6.0-pre2.
527 2002-12-24  Pavel Roskin  <proski@gnu.org>
529         * lib/mc.ext.in: Use --nosignature with rpm to avoid a message
530         in the viewer about unsigned packages.
532         * acinclude.m4 (MC_WITH_SLANG): Don't add -lslang to MCLIBS if
533         the system S-Lang is rejected.
535         * lib/mc.ext.in: Play *.mov by mplayer.
537 2002-12-23  Pavel Roskin  <proski@gnu.org>
539         * configure.in: Enable X11 support by default, use --without-x
540         to disable.
542 2002-12-19  Pavel Roskin  <proski@gnu.org>
544         * syntax/perl.syntax: Add separate context for function
545         declarations and definitions, highlight prototypes.
547 2002-12-11  Pavel Roskin  <proski@gnu.org>
549         * acinclude.m4 (MC_EXTFS_CHECKS): Add check for Perl.
550         * configure.in: Substitute Perl location in all extfs scripts
551         written in Perl.
553 2002-12-11  David Martin  <dmartina@excite.com>
555         * doc/xnc.hlp: Update GPL (change FSF address
556         and move 19xx entries to "year").
557         * doc/es/xnc.hlp: Likewise.
558         * doc/hu/xnc.hlp: Likewise.
559         * doc/it/xnc.hlp: Likewise.
560         * doc/ru/xnc.hlp: Likewise.
562 2002-12-09  Pavel Roskin  <proski@gnu.org>
564         * lib/mc.ext.in: Remove ftplist.  Add patchfs.
566 2002-11-29  Andrew V. Samoilov  <sav@bcs.zp.ua>
568         * autogen.sh: Use $srcdir/configure.mc instead of
569         $srcdir/configure if first one exists and is executable.
571 2002-11-28  Pavel Roskin  <proski@gnu.org>
573         * configure.in: Determine which help translations user wants to
574         install, based on USE_NLS, LINGUAS and ALL_LINGUAS.
575         * doc/Makefile.am: Set SUBDIR to the list of the requested
576         translations.
578         * acinclude.m4 (MC_EXTFS_CHECKS): New macro.
579         (MC_WITH_VFS): Call MC_EXTFS_CHECKS.
580         * configure.in: Generate vfs/extfs/uzip.
581         * vfs/extfs/uzip: Move to vfs/extfs/uzip.in.
582         * vfs/extfs/Makefile.am: Corresponding adjustments.
584 2002-11-26  Pavel Roskin  <proski@gnu.org>
586         * syntax/sql.syntax: Add highlighting for dot and backticks.
588 2002-11-16  Pavel Roskin  <proski@gnu.org>
590         * configure.in: Move check for pwdauth() to MC_MCSERVER_CHECKS.
591         * acinclude.m4 (MC_MCSERVER_CHECKS): If using crypt(), check for
592         shadow password support.
594         * acinclude.m4 (MC_MCSERVER_CHECKS): Don't limit PAM check to
595         Linux.  Use AC_SEARCH_LIBS to find crypt().  Consolidate mcserv
596         libraries into MCSERVLIBS.
598         * configure.in: Move all mcserv related checks ...
599         * acinclude.m4 (MC_MCSERVER_CHECKS): ... here.
601 2002-11-15  Pavel Roskin  <proski@gnu.org>
603         * configure.in: Fully enable glib2.  Update the documentation.
605 2002-11-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
607         * lib/mc.menu: Don't use --repetitive-best option with bzip2 -
608         it is redundant in versions 0.9.5 and above.
610 2002-11-10  Pavel Roskin  <proski@gnu.org>
612         * configure.in: Check for uintptr_t.  Needed to compile regex.c
613         on MacOS X.  Reported by Wim Rijnders <wimrijnders@home.nl>
615 2002-11-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
617         * syntax/ada95.syntax: Highlight "then" and "else".
618         From Victor Porton <porton@ex-code.com>.
619         Highlight "exit".
621 2002-11-06  Pavel Roskin  <proski@gnu.org>
623         * lib/edit.indent.rc: Remove all options for indent and add a
624         comment explaining where those options should be.
626 2002-11-05  Pavel Roskin  <proski@gnu.org>
628         * lib/mc-wrapper.csh.in: Remove /bin/csh at the beginning - this
629         script is not meant to be executed by the kernel.  This also
630         eliminates dependency of the RPM package on csh.
631         * lib/mc-wrapper.sh.in: Remove /bin/sh at the beginning.
633 2002-11-01  Pavel Roskin  <proski@gnu.org>
635         * configure.in: Don't substitute mc.sh and mc.csh - it's now
636         done ...
637         * lib/Makefile.am: ... here.  Add wrappers for mc to avoid
638         defining complex shell scripts in functions and aliases.
639         * lib/mc-wrapper.csh.in: New file - template for the script
640         that runs mc and changes directory in csh.
641         * lib/mc-wrapper.sh.in: New file - template for the script
642         that runs mc and changes directory in sh.
644 2002-11-01  Andrew V. Samoilov  <sav@bcs.zp.ua>
646         * doc/mc.1.in (Keys): Document S-<chr>.
647         * doc/ru/mc.1.in: Likewise.
649 2002-10-31  Pavel Roskin  <proski@gnu.org>
651         * syntax/diff.syntax: Revert highlighting for trailing spaces
652         on the added lines - it extends the context to the next line.
654         * lib/mc.csh.in: Add quoting and check for missing file.
656         * lib/mc.csh.in: Update to use the new -P option.  This script
657         has absolutely no protection against special symbols in
658         directory names and lacks TMPDIR support.
660         * lib/mc.sh.in: Update to use the new -P option.
662         * configure.in: Displaying the install paths is too problematic
663         to implement properly.  Remove this code.
665 2002-10-29  Pavel Roskin  <proski@gnu.org>
667         * lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.
668         * configure.in: Likewise.  Add "-c" (disable ANSI color) to
669         MAN_FLAGS if supported.
671         * acinclude.m4 (MC_WITH_SLANG): Reject S-Lang with UTF-8
672         support, unless external S-Lang was explicitly requested.
674 2002-10-24  Pavel Roskin  <proski@gnu.org>
676         * lib/mc.ext.in: Don't use links to view html - the "-dump"
677         option has been removed in the recent versions.
678         From David Martin <dmartina@excite.com>
680 2002-10-21  Pavel Roskin  <proski@gnu.org>
682         * acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
683         to the final configuration message.
685 2002-10-17  Pavel Roskin  <proski@gnu.org>
687         * doc/hu/Makefile.am: Generate Hungarian help file from the
688         manual, just like other languages.
689         * doc/hu/mc.1.in: New file, converted from the help file.
690         * doc/hu/xnc.hlp: Likewise.
691         * configure.in: Adjust for the above.
693         * doc/mc.1.in: Add node names.  Remove redundant paragraph
694         breaks at the start and the end of the sections.  Mention
695         "stalelink" as color keyword.
697 2002-10-14  Pavel Roskin  <proski@gnu.org>
699         * lib/mc.ext.in: Don't use "-dump" option with "links".
700         From David Martin <dmartina@excite.com>
702 2002-10-13  Pavel Roskin  <proski@gnu.org>
704         * lib/mc.hint*: Remove all references to "-1" - hints file is no
705         substitute to unambiguous GUI.
706         From Christian Laubscher <christian.laubscher@tiscalinet.ch>
708 2002-10-12  Pavel Roskin  <proski@gnu.org>
710         * lib/mc.ext.in: Redirect stderr from "links" to suppress a
711         warning if it's not found.
713 2002-10-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
715         * doc/mc.1.in (SMB File System): Username is allowed in
716         URLs now (/#smb:[user@]machine).
717         * doc/ru/mc.1.in: Likewise.
719 2002-10-08  Pavel Roskin  <proski@gnu.org>
721         * configure.in: Rename RH_VERSION to RPM_VERSION - not every
722         rpm-based system is Red Hat.  Replace all dashes, not just one.
724         * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
725         termcap if terminfo is missing in the known locations.
726         * configure.in: Remove --with-termcap processing, it is now in
727         acinclude.m4.
729 2002-10-02  Pavel Roskin  <proski@gnu.org>
731         * syntax/syntax.syntax: Fix highlighting for "gray".
733 2002-10-01  Pavel Roskin  <proski@gnu.org>
735         * configure.in: Expand $bindir and $datadir to show at the end.
736         Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
738 2002-09-29  Pavel Roskin  <proski@gnu.org>
740         * configure.in: Remove the argument from --with-gpm-mouse.  The
741         directories for include files and libraries can be specified
742         using LDFLAGS and CPPFLAGS, as documented in the output of
743         "configure --help".
745         * configure.in: Complete rewrite of the screen library support.
746         Add new option --with-screen instead on --with-slang,
747         --with-included-slang and --with-ncurses.  Only allow
748         --with-termcap is using the included S-Lang library.
749         * aclocal.m4: Corresponding changes.
751         * syntax/mail.syntax: Replace "wholechars right" and "wholechars
752         left" with single "wholechars".
753         * syntax/nroff.syntax: Likewise.
754         * syntax/sh.syntax: Likewise.
755         * syntax/tcl.syntax: Likewise.
757         * syntax/*.syntax: Remove numeric Cooledit colors.  It's
758         unreasonable to require them to be correct.  On the other hand,
759         Cooledit can easily be changed to accept named color names.
761         * syntax/syntax.syntax: Don't require Cooledit colors for
762         highlighting color names.  Remove Cooledit colors.
764         * syntax/m4.syntax: Don't use yellow color on parentheses, since
765         it interferes with parentheses highlighting.  Remove list of
766         supported Autoconf macros.
768 2002-09-26  Pavel Roskin  <proski@gnu.org>
770         * syntax/syntax.syntax: Remove highlighting for numbers - it's
771         for Cooledit only.
773         * syntax/c.syntax: Require at least one space at the beginning
774         of indented cpp directives.  Use brightmagenta for them.
776         * syntax/syntax.syntax: Don't start keywords with "\[" - it
777         doesn't work.  Use "\[\]" at the end of keywords to suppress
778         their special meaning.
780 2002-09-22  Pavel Roskin  <proski@gnu.org>
782         * doc/Makefile.am: Remove width from the man2hlp command line.
783         The same for translations.
785         * configure.in: Remove support for HSC proxy - it's obsolete.
786         Remove all references to HSC proxy everywhere.
788 2002-09-21  Pavel Roskin  <proski@gnu.org>
790         * configure.in: Bump version to 4.6.0-pre1b.
792         * doc/hu/mc.hlp.hu: Rename to ...
793         * doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
794         * configure.in: Substitute doc/hu/mc.hlp.hu.
795         * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
797         * doc/mc.1.in: Update path to the data files.  Rename MC_LIBDIR
798         to MC_DATADIR.  Make the same changes in the translations.
800         * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
801         directory for architecture-independent files.
803 2002-09-19  Pavel Roskin  <proski@gnu.org>
805         * syntax/m4.syntax: New file.
806         * syntax/Syntax: Add m4.syntax.
807         * syntax/Makefile.am: Likewise.
808         From Vlad Romanenko <VladRomanenko@ukr.net>
810         * syntax/sql.syntax: Only recognize non-standard MySQL comments
811         at the beginning of line.
813 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
815         * syntax/syntax.syntax: Add "linestart" for "context",
816         "context default" and "context exclusive" keywords.
817         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
818         and "%5.5s" formats.
820 2002-09-18  Pavel Roskin  <proski@gnu.org>
822         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
823         rules for syntax files ...
824         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
825         and "include" keywords.
826         * syntax/Makefile.am: Add syntax.syntax.
828 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
830         * syntax/js.syntax: Advanced number highlighting.
832 2002-09-17  Pavel Roskin  <proski@gnu.org>
834         * syntax/c.syntax: Highlight "?" by the same color as ":".
835         * syntax/java.syntax: Likewise.
836         * syntax/swig.syntax: Likewise.
837         * syntax/python.syntax: Remove duplicate keyword ":".
839         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
840         m4 directory is used by aclocal.
841         * m4/Makefile.am: New file.
842         * configure.in: Substitute m4/Makefile.
843         * autogen.sh: Don't copy any macro files, use m4 directory.
845         * syntax/Makefile.am: Add js.syntax.
847         * configure.in: Add support for glib 2.x.  Right now, it has to
848         be explicitly enabled by `--with-glib2'.
849         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
851 2002-09-16  Pavel Roskin  <proski@gnu.org>
853         * syntax/js.syntax: New file.
854         * syntax/Syntax: Add js.syntax.
855         From Vlad Romanenko <VladRomanenko@ukr.net>
857 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
859         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
860         of local xnc.hlp
861         * doc/pl/xnc.hlp: Removed.
863 2002-09-13  Pavel Roskin  <proski@gnu.org>
865         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
866         Remove "potfiles" command.
867         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
868         compatibility with gettext 0.10.x.
870         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
871         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
873         * po/Makevars: New file for compatibility with gettext 0.11.x.
875         * configure.in: Remove "Debugger code" message.
877         * acinclude.m4: Replace undelfs_o with use_undelfs.
878         * configure.in: Likewise.  Don't substitute it.
880         * configure.in: Simplify processing of without-edit.  Replace
881         several variables with use_edit.
882         * acinclude.m4: Remove AC_WITH_EDIT.
884         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
885         use_smbfs.
886         * configure.in: Likewise.
887         * INSTALL: Document --with-samba.
889         * configure.in: Roll --enable-mcserv-install into ...
890         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
891         * INSTALL: Document --with-mcfs.
893 2002-09-12  Pavel Roskin  <proski@gnu.org>
895         * configure.in: Don't check if crypt() prototype is needed to
896         avoid warnings - the whole code is not worth avoiding one
897         legitimate warning.
898         * acinclude.m4: Remove AC_TRY_WARNINGS.
900         * configure.in: ALL_LINGUAS should be defined unconditionally.
902         * acinclude.m4: Clarify some help texts, add defaults in square
903         brackets, use more consistent spacing.
904         * configure.in: Likewise.
906         * lib/mc.menu: Don't call tarballs "releases".  Don't
907         dereference symlinks.
909 2002-09-10  Pavel Roskin  <proski@gnu.org>
911         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
913 2002-09-07  Pavel Roskin  <proski@gnu.org>
915         * configure.in: Eliminate --with-terminfo option, which was
916         essentially equivalent to --with-included-slang and didn't force
917         anything.
918         * acinclude.m4 (AC_USE_TERMINFO): Remove.
919         * INSTALL: Adjust to match.
920         * FAQ: Likewise.
922 2002-09-05  Pavel Roskin  <proski@gnu.org>
924         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
925         NETFILES - it's unused.
927         * configure.in: Check for arpa/inet.h.
929         * mcfn_install: Remove.  Also remove all references to it.
930         * INSTALL.FAST: Update information about ncurses.
931         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
933         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
934         LIBS.
935         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
936         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
937         test for ncurses in non-standard directories.
939 2002-09-04  Pavel Roskin  <proski@gnu.org>
941         * lib/mc.ext.in: Remove edit rules for compressed files that
942         were compressing even unchanged files - the editor itself can
943         handle compression better.
945 2002-09-03  Pavel Roskin  <proski@gnu.org>
947         * acinclude.m4: Remove Termnet support, it's too old and obscure
948         to be supported properly.
950 2002-08-27  Pavel Roskin  <proski@gnu.org>
952         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
953         OpenOffice.org, not StarOffice.  Add more video formats.
955         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
956         unnecessary pipeline.  Redirect stderr from cpio, because it can
957         be non-empty even for successful operations.
959 2002-08-26  Pavel Roskin  <proski@gnu.org>
961         * syntax/spec.syntax: New file.
962         * syntax/Syntax: Add spec.syntax.
963         * syntax/Makefile.am: Likewise.
964         From PLD Linux Distribution with minor changes.
966 2002-08-25  Pavel Roskin  <proski@gnu.org>
968         * lib/mcserv.init: Update from Red Hat package.
969         * lib/mcserv.pamd: Likewise.
971         * configure.in: Fix interpretation of the iconv test result.
972         Reported by Pavel Shirshov <pavelsh@mail.ru>
974         * mc.sh.in: Only bash needs the mc() function to be exported.
976         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
977         instead of /usr where appropriate.
978         * doc/Makefile.am: Enable generation of the help file.
980         * doc/pl/*: Add Polish translation.
981         * doc/Makefile.am: Adjust for the above.
982         * configure.in: Likewise.
984 2002-08-24  Pavel Roskin  <proski@gnu.org>
986         * lib/edit.indent.rc: Use tidy to format HTML.
987         From David Martin <dmartina@excite.com>
989         * lib/cedit.menu: Remove all references to the error file.
990         * lib/edit.indent.rc: Likewise.
991         * lib/edit.spell.rc: Likewise.
993 2002-08-23  Pavel Roskin  <proski@gnu.org>
995         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
996         use only for the programs that need it (mc and mcserv).
998         * configure.in: Fix help text for gpm and ncurses.  Properly
999         handle --without-ncurses.
1000         Reported by Moritz Barsnick <moritz@barsnick.net>
1002         * configure.in: Work around a bug in Autoconf-2.53 that prevents
1003         splitting of user-specified path in AC_PATH_PROGS.
1005         * configure.in: Move glib test earlier, as it tends to fail for
1006         many users.  Make GLIB_CONFIG a precious variable.  Check for
1007         glib12-config - that's how it's called on FreeBSD.
1008         Reported by Pavel Shirshov <pavelsh@mail.ru>
1010 2002-08-22  Pavel Roskin  <proski@gnu.org>
1012         * configure.in: Remove old-style Linux-only support for shadow
1013         passwords.
1015 2002-08-21  Pavel Roskin  <proski@gnu.org>
1017         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
1018         now, otherwise Automake 1.5 breaks.  Remove version number from
1019         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
1020         Substitute RH_VERSION, which is VERSION without dashes, needed
1021         for RedHat specfile.
1023         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
1024         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
1025         two places.
1027         Release mc-4.6.0-pre1.
1029         * configure.in: Bump version to 4.6.0-pre1.
1030         * po/*.po: Regenerate.
1032 2002-08-20  David Martin  <dmartina@excite.com>
1034         * doc/es/mc.1.in: Minor changes.
1035         * doc/es/xnc.hlp: Likewise.
1037 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1039         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
1040         %{_mandir}/*/man1/*.
1042 2002-08-20  Pavel Roskin  <proski@gnu.org>
1044         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
1046 2002-08-19  Pavel Roskin  <proski@gnu.org>
1048         * configure.in: Add Italian documentation.
1049         * doc/Makefile.am: Likewise.
1051         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
1053         * configure.in: Enable subshell support on all operating systems
1054         by default.  Old issues are most likely solved by now.
1056 2002-08-18  Pavel Roskin  <proski@gnu.org>
1058         * lib/mc.ext.in: Try links before lynx.  Force full path when
1059         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
1060         is already broken if the program starts in background.  Add a
1061         comment discouraging taking this code as example.
1063         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
1064         obsolete.
1065         * doc/es/mc.1.in: Likewise.
1066         * doc/ru/mc.1.in: Likewise.
1067         * doc/hu/mc.hlp.hu: Likewise.
1069         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
1070         was unsafe by design and is no longer supported.  Use %t instead
1071         of %u to preserve tags in case of failure.
1073         * vfs/extfs/ftplist.in: Remove support for running commands, it
1074         makes no sense.
1076 2002-08-16  Pavel Roskin  <proski@gnu.org>
1078         * lib/mc.global: Remove, it duplicates the role of mc.lib.
1079         * lib/mc.lib: Add contents of mc.global.
1080         * lib/Makefile.am: Remove all references to mc.global.
1082         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
1083         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
1085 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
1087         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
1088         set, umask and unset like other builtin commands.
1090 2002-08-15  Pavel Roskin  <proski@gnu.org>
1092         * configure.in: Remove check for SIGTSTP, it's not needed for
1093         the subshell support.
1095         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
1096         done at runtime.
1097         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
1099 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
1101         * doc/ru/mc.1.in: Remove reference to README.edit.
1102         * doc/mc.1.in: Likewise.
1103         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
1104         everywhere.
1106 2002-08-14  Pavel Roskin  <proski@gnu.org>
1108         * doc/mc.1.in: Consistently use "native" ftp syntax.
1109         * doc/ru/mc.1.in: Likewise.
1110         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
1111         * doc/es/xnc.hlp: Likewise.
1113         * lib/mc.hlp.hu: Move ...
1114         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
1116 2002-08-09  Pavel Roskin  <proski@gnu.org>
1118         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
1119         and entries that are obsolete or make no sense.
1121         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
1122         "How to use help".
1124         * doc/Makefile.am: Don't distribute help file.  Generate it in
1125         the build directory.
1126         * doc/es/Makefile.am: Likewise.
1127         * doc/ru/Makefile.am: Likewise.
1129         * lib/xnc.hlp: Move ...
1130         * doc/xnc.hlp: ... here.
1131         * doc/Makefile.am: Necessary adjustments.
1132         * lib/Makefile.am: Likewise.
1133         * src/Makefile.am: Likewise.
1135         * configure.in: Add Spanish documentation.
1136         * doc/Makefile.am: Likewise.
1137         * doc/es: Spanish documentation.
1138         From David Martin <dmartina@excite.com>
1140 2002-08-08  Pavel Roskin  <proski@gnu.org>
1142         * lib/mc.lib: Add f11-f20 keys for Konsole.
1144 2002-08-06  Pavel Roskin  <proski@gnu.org>
1146         * syntax/lisp.syntax: New file.
1147         * syntax/Syntax: Add lisp.syntax.
1148         * syntax/Makefile.am: Likewise.
1149         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
1150         changes.
1152 2002-08-04  Pavel Roskin  <proski@gnu.org>
1154         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
1155         subshell if this test fails.
1157 2002-08-03  Pavel Roskin  <proski@gnu.org>
1159         * syntax/mail.syntax: Colors changed to be more readable.
1161         * syntax/html.syntax: Don't require character entities to be
1162         whole, but check their validity.
1164 2002-08-02  Pavel Roskin  <proski@gnu.org>
1166         * configure.in: No longer need to define REGEX_MALLOC.
1168 2002-08-01  Pavel Roskin  <proski@gnu.org>
1170         * configure.in: Remove support for MAD and Electric Fence.
1171         Developers should use modern memory debuggers (e.g. Valgrind).
1172         * INSTALL: Remove references to MAD.
1174 2002-07-31  Pavel Roskin  <proski@gnu.org>
1176         * syntax/html.syntax: Remove recognition for any individual
1177         words - there are too many of them, we cannot keep up.
1179 2002-07-30  Pavel Roskin  <proski@gnu.org>
1181         * doc/ru/Makefile.am: Use man2hlp directly.
1183 2002-07-28  Pavel Roskin  <proski@gnu.org>
1185         * syntax/changelog.syntax: Highlight "*" only after tab.  This
1186         requires fixed syntax highlighting.
1188         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
1189         default. Open *.xls with gnumeric.  Use mplayer for most video
1190         formats.
1192         * syntax/nroff.syntax: Require most keywords to be whole.
1194 2002-07-21  Pavel Roskin  <proski@gnu.org>
1196         * syntax/fortran.syntax: Fix highlighting of "*" at the
1197         beginning of line.  Recognize "     +" as continuation.  Move
1198         all "linestart" keywords earlier to avoid more conflicts.
1200 2002-07-18  Pavel Roskin  <proski@gnu.org>
1202         * syntax/unknown.syntax: Don't highlight anything by default.
1204         * syntax/changelog.syntax: Highlight functions without
1205         filenames.
1206         * syntax/Syntax: Match *ChangeLog*.
1208         * syntax/c.syntax: Reenable highlighting for "/" and preserve
1209         highlighting for "//" comments by using exclusive context.
1210         * syntax/java.syntax: Likewise.
1211         * syntax/swig.syntax: Likewise.
1212         * syntax/slang.syntax: Reenable highlighting for "/".
1213         * syntax/sql.syntax: Enable highlighting for "/" and "-".
1215         * syntax/sql.syntax: New file.
1216         * syntax/Syntax: Add sql.syntax.
1217         * syntax/Makefile.am: Likewise.
1218         From Walery Studennikov <despair@sama.ru> with minor changes.
1220 2002-07-16  Pavel Roskin  <proski@gnu.org>
1222         * lib/mc.ext.in: Remove handling of executables.  They should
1223         be handled internally for "pause after run" to work.
1225         * syntax/Syntax: Associate *.itcl with tcl.syntax.
1226         * syntax/tcl.syntax: Add itcl keywords, other improvements.
1228 2002-07-15  Pavel Roskin  <proski@gnu.org>
1230         * configure.in: Don't check for strcasecmp(), strncasecmp() and
1231         strdup() - test results are not used except in gettext, which
1232         provides its own tests.
1234         * configure.in: When checking for ncurses, check for
1235         has_colors(), not curses_version() - the later is missing in
1236         older version of ncurses.
1238 2002-07-13  Pavel Roskin  <proski@gnu.org>
1240         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
1241         not to LIBS.
1242         * configure.in: Fix breakage in ncurses headers check from the
1243         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
1244         Define REGEX_MALLOC here.
1246         * acinclude.m4 (AC_NCURSES): Remove.
1247         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
1248         AC_CHECK_LIB to check existence of ncurses library.  Eliminate
1249         variables force_ncurses and search_ncurses.
1251 2002-07-10  Pavel Roskin  <proski@gnu.org>
1253         * configure.in: Remove --with-netrc, it is now default and can
1254         be disabled at the runtime.
1256         * syntax/tcl.syntax: New file.
1257         * syntax/Syntax: Add tcl.syntax.
1258         * syntax/Makefile.am: Likewise.
1259         * syntax/java.syntax: Don't treat #define separately from other
1260         preprocessor directives.
1261         * syntax/slang.syntax: Likewise.
1262         * syntax/swig.syntax: Likewise.
1264 2002-07-09  Pavel Roskin  <proski@gnu.org>
1266         * syntax/c.syntax: Don't treat #define separately from other
1267         preprocessor directives.
1269 2002-07-08  Pavel Roskin  <proski@gnu.org>
1271         * syntax/perl.syntax: Highlight text after __END__ as a comment.
1272         * syntax/po.syntax: Avoid gray color, which is hard to see.
1274 2002-07-05  Pavel Roskin  <proski@gnu.org>
1276         * syntax/dos.syntax: Add more commands.
1278 2002-07-04  Pavel Roskin  <proski@gnu.org>
1280         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
1281         sort authors.
1283 2002-06-24  Pavel Roskin  <proski@gnu.org>
1285         * syntax/dos.syntax: New file - highlighting for DOS batch
1286         files.  From Petr Kozelka <pkozelka@centrum.cz>
1287         * syntax/Syntax: Add dos.syntax.
1288         * syntax/Makefile.am: Likewise.
1290 2002-06-04  Max Schedriviy  <max@humgat.org>
1292         * syntax/php.syntax: New version.
1294 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
1296         * NEWS: Mention ftpfs/fish uploading changes and new configure
1297         options --with-codepagedir=DIR, --with-configdir=DIR and
1298         --without-mcfs.
1300 2002-05-22  Pavel Roskin  <proski@gnu.org>
1302         * doc/ru/Makefile.am: Fix out-of-tree build.
1304 2002-05-14  Pavel Roskin  <proski@gnu.org>
1306         * configure.in: Fix logic for gettext 0.10.x.
1308 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
1310         * configure.in: Don't generate po/Makefile if
1311         there is 'top_builddir' in po/Makefile.in.
1312         * autogen.sh: More fixes for gettext 0.11+.
1314 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
1316         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
1318 2002-04-21  Pavel Roskin  <proski@gnu.org>
1320         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
1321         can play them.
1323 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
1325         * autogen.sh: Fix for gettext 0.11 family (and newer).
1327 2002-04-08  Pavel Roskin  <proski@gnu.org>
1329         * autogen.sh: Allow gettext newer than 0.10.39.
1330         From Björn Eriksson <bjorn@bjornen.nu>
1332 2002-04-03  Pavel Roskin  <proski@gnu.org>
1334         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
1335         by "make clean" because not everyone has Perl to rebuild it.
1337 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
1339         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
1340         first line regular expression.
1342 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
1344         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
1345         or newer is not used.
1346         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
1348         * src/Makefile.am: Move mc.hlp.ru processing ...
1349         * doc/ru/Makefile.am: ... here.
1351 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
1353         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
1354         * syntax/c.syntax: Highlight "%p" printf format.
1355         Allow '*' as width and precision for strings and numbers.
1357         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
1358         * doc/ru/mc.1.in: Likewise.
1360 2002-03-18  Pavel Roskin  <proski@gnu.org>
1362         * doc/ru/Makefile.am: Distribute xnc.hlp.
1364 2002-03-12  Pavel Roskin  <proski@gnu.org>
1366         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
1368 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
1370         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
1371         * doc/ru/Makefile.am: New file.
1373 2002-03-08  Pavel Roskin  <proski@gnu.org>
1375         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
1377 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
1379         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
1381 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
1383         * doc/mc.1.in: Use nodename `Background jobs' for section
1384         `Background Jobs' to reflect user visible Command menu option
1385         and src/cmd.c dialog implementation.
1387         * doc/ru: New directory for Russian manuals.
1388         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
1389         translated by Victor A. Kostromin for mc 4.5.30.  Converted
1390         from binary mc.hlp.ru, corrected and actualized by me.
1391         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
1392         * doc/ru/.cvsignore: Ignore mc.1.
1394 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
1396         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
1397         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
1398         mc.lib settings.
1400         (Virtual File System): Document SMB File System.
1402 2002-02-26  Pavel Roskin  <proski@gnu.org>
1404         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
1405         message "no symbol found" for unsupported architectures and
1406         provide more useful information.
1408 2002-02-22  Pavel Roskin  <proski@gnu.org>
1410         * README.smbfs: Remove.  It contained no useful information
1411         and the webpage is now dead.
1412         * Makefile.am: Remove README.smbfs.
1414         * README: Mention that glib 1.2.x is required.
1416 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
1418         * lib/edit.indent.rc: Use "#! /bin/sh"
1419         * lib/edit.spell.rc: Likewise.
1420         * lib/mcserv.init: Likewise.
1422         * lib/cedit.menu: Eliminate bashisms.
1423         Add missed `:' in AUTHOR evaluation.
1424         Unset LANGUAGE and make LC_ALL empty.
1425         Use "#! /path/to/program".
1427 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
1429         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
1430         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
1431         Fix tarfs URL syntax example.  Minor typo and format fixes.
1433 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
1435         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
1436         Fix location of configuration files.
1438 2002-02-05  Pavel Roskin  <proski@gnu.org>
1440         * configure.in: Don't use defunct ncurses_version.
1441         Reported by Thomas Dickey <dickey@herndon4.his.com>
1442         Set force_ncurses whenever --with-ncurses is used.  If set,
1443         suppress checks for S-Lang and fail is ncurses is not found.
1445         * configure.in: Introduce a new variable screen_type that is
1446         either "slang" or "ncurses" without additional text.  Use it
1447         instead of screen_manager whenever possible.  Fix text in
1448         AC_NCURSES call, use m4 quotes and move shell quotes into the
1449         macro.
1450         * acinclude.m4: Likewise.
1452 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
1454         * syntax/Syntax: Known Delphi/Kylix source file extensions
1455         supported (*.dpr, *.inc).
1456         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
1457         Special highlighting for CVS keywords.  Understands single-line
1458         comments (//).
1460 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
1462         * configure.in (ALL_LINGUAS): Added "bg"
1464 2002-01-21  Pavel Roskin  <proski@gnu.org>
1466         * NEWS: Mention word completion in the editor.
1468 2002-01-17  Pavel Roskin  <proski@gnu.org>
1470         * extraconf.h: Remove OS/2 specific code.
1472         * doc/mc.1.in (Configuration): Clarify some entries.
1474 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
1476         * acinclude.m4: New options for smbfs:
1477         --with-configdir=DIR    Where the Samba configuration files are (/etc)
1478         --with-codepagedir=DIR  Where the Samba codepage files are
1480 2002-01-11  Pavel Roskin  <proski@gnu.org>
1482         * syntax/xml.syntax: New file - highlighting for XML.
1483         From Petr Kozelka <pkozelka@centrum.cz>
1484         * syntax/Syntax: Add xml.syntax.
1485         * syntax/Makefile.am: Likewise.
1487 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
1489         * configure.in: Added "eu" to ALL_LINGUAS.
1491 2002-01-03  Pavel Roskin  <proski@gnu.org>
1493         * lib/mc.menu: Correct quoting.
1494         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
1496         * NEWS: Mention removal of the OS/2 port.
1497         * README.PC: Remove OS/2 specific parts.
1499 2002-01-02  Pavel Roskin  <proski@gnu.org>
1501         * configure.in: Make help about --with-subshell easier to
1502         understand.  Minor alignment fixes for the help.
1503         * acinclude.m4: Minor alignment fixes for the help.
1505 2001-12-31  Pavel Roskin  <proski@gnu.org>
1507         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
1508         from vfs/Make-mc.in.
1510 2001-12-27  Duarte Loreto  <happyguy_pt@hotmail.com>
1512         * configure.in: Added Portuguese to ALL_LINGUAS
1514 2001-12-21  Pavel Roskin  <proski@gnu.org>
1516         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
1517         Don't remove slang/slang.h - it's never created.
1519         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
1520         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
1521         unused.
1523 2001-12-01  Wang Jian  <lark@linux.net.cn>
1525         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
1527 2001-11-29  Pavel Roskin  <proski@gnu.org>
1529         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
1531 2001-11-27  Pavel Roskin  <proski@gnu.org>
1533         * lib/mc.ext.in: When running X programs in background, do it
1534         from subshell.  Otherwise some of them terminate when mc exits.
1535         Reported by Christian Dysthe <christian@dysthe.net>
1536         Remove some obsolete and gmc-specific entries.  Use StarOffice
1537         to open files detected as "Microsoft Office Document".
1539         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
1540         XFree86 4.1.0.
1542 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
1544         * doc/mcedit.1.in: Fix help file location.
1546 2001-11-14  Pavel Roskin  <proski@gnu.org>
1548         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
1549         fallback to ino_t for e2fsprogs version 1.19 and older.
1551 2001-10-30  Pavel Roskin  <proski@gnu.org>
1553         * lib/mc.ext.in: Add support for Netpbm files.
1555 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
1557         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
1558         http://bugzilla.gnome.org/show_bug.cgi?id=60935
1559         By drk@sgi.com.
1561         * doc/mc.1.in: Document %p macro.
1563 2001-10-24  Pavel Roskin  <proski@gnu.org>
1565         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
1566         Allow using --without-mmap.
1567         * INSTALL: Document --without-mmap.
1569 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
1571         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
1572         of languages to be installed by setting env variable before
1573         configure. If it is empty, it defaults to full list.
1574         By Alex Tkachenko <alex@bcs.zp.ua>.
1576 2001-10-19  Pavel Roskin  <proski@gnu.org>
1578         * syntax/sh.syntax: Highlight reserved words inside backticks.
1579         Use the same wholechars settings for reserved words and
1580         commands.  Recognize more words.  Recognize function definitions
1581         without "function" or without "()".  Use brightmagenta instead
1582         of brightblue.
1584 2001-10-18  Pavel Roskin  <proski@gnu.org>
1586         * configure.in: When checking for "nroff -mandoc" support, don't
1587         use /dev/null as input file, use stdin.  Some versions of nroff
1588         (e.g. groff-1.16.1) don't accept special files.
1590 2001-10-14  Pavel Roskin  <proski@gnu.org>
1592         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
1593         Makefile.  Don't allow any suffixes after "Makefile".
1595 2001-10-12  Pavel Roskin  <proski@gnu.org>
1597         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
1598         format).
1600 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
1602         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
1603         Fix compress<->bzip2 conversion and conversion of tagged
1604         archives.
1606 2001-10-05  Pavel Roskin  <proski@gnu.org>
1608         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
1609         Suggested by Marcel Pol <mpol@gmx.net>
1611         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
1612         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
1613         and *.mid files.
1615 2001-09-30  Pavel Roskin  <proski@gnu.org>
1617         * configure.in: Don't check whether grep supports stdin - it's
1618         not used anymore.
1619         * NEWS: Mention this change.
1621 2001-09-19  Pavel Roskin  <proski@gnu.org>
1623         * doc/mcedit.1.in: Fix a very long line - use double
1624         backslashes since they are interpreted even in the .nf blocks.
1626         * lib/edit.spell.rc: Try aspell before resorting to ispell.
1628         * syntax/php.syntax: Replace with a better implementation by
1629         Max Schedriviy <max@tavrida.net>
1631 2001-09-15  Pavel Roskin  <proski@gnu.org>
1633         * doc/mc.1.in: Fix location of mcedit files.
1634         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
1636 2001-09-14  Pavel Roskin  <proski@gnu.org>
1638         * configure.in: Don't check for ncurses version and for keyok()
1639         because the mouse support code doesn't need this hack anymore.
1641 2001-09-13  Pavel Roskin  <proski@gnu.org>
1643         * configure.in: Fix some cases of overquoting and underquoting.
1644         * acinclude.m4: Likewise.
1646 2001-09-12  Pavel Roskin  <proski@gnu.org>
1648         * configure.in: Update list of browsers.  Don't fallback to
1649         lynx since it cannot be run in background.
1650         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
1651         If no browser for X11 was found, use lynx.
1653         * autogen.sh: Add a workaround to ensure that "depcomp" is
1654         distributed.
1655         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
1656         where appropriate.
1657         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
1658         terminfo.
1660         * configure.in: Use three-argument form of AC_INIT.  Use
1661         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
1662         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
1663         is not needed if AC_CONFIG_AUX_DIR is used.
1664         * vfs/Make-mc.in: Adjust mkinstalldirs location.
1665         * autogen.sh: Create "config" and remove "autom4te.cache".
1667 2001-09-11  Pavel Roskin  <proski@gnu.org>
1669         * syntax/Syntax: New file, extracted from edit/syntax.c.
1670         * syntax/Makefile.am: Add Syntax.
1672         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
1673         to LIBS.  Don't use unportable "grep -q", use "case" instead.
1675 2001-09-10  Pavel Roskin  <proski@gnu.org>
1677         * configure.in: Only check for X if --with-tm-x-support has been
1678         specified.
1680         * configure.in: Add check for sys/ioctl.h.
1682         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
1684         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
1685         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
1686         testing for functions in ncurses.
1688         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
1689         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
1690         * acconfig.h: Remove.
1692         * configure.in: Eliminate LIBSLANG and LSLANG.
1693         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
1695         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
1696         resizeterm() and keyok() only if configuring with ncurses.
1698         * configure.in: Remove now unused variables LIBVFS and LVFS.
1700         * configure.in: Remove unused variables LINTL and INTLDEPS.
1702         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
1703         building with included gettext, because libintl.h is copied
1704         there.
1706 2001-09-09  Pavel Roskin  <proski@gnu.org>
1708         * NEWS: Update.
1710         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
1711         checks -lgen for getmntent as of Autoconf 2.52.
1713 2001-09-07  Pavel Roskin  <proski@gnu.org>
1715         * configure.in: Check for pwd.h.
1717         * Make.common.in: Remove.
1718         * configure.in: Remove all references to Make.common.in and
1719         MCCPPFLAGS.
1720         * aclocal.m4: Likewise.
1722         * configure.in: Require Autoconf 2.52.  Remove hacks for
1723         Autoconf 2.13.
1724         * Makefile.am: Require Automake 1.5.
1726 2001-09-06  Pavel Roskin  <proski@gnu.org>
1728         * syntax/php.syntax: New file - PHP file highlighting.  Copied
1729         from Cooledit 3.17.4.
1730         * syntax/Makefile.am: Add php.syntax.
1732 2001-09-06  Timur Bakeyev  <mc@bat.ru>
1734         * acconfig.h: Brought back couple of symbols, that are still necessary
1735         due reference to them from configure.in.
1737 2001-09-04  Pavel Roskin  <proski@gnu.org>
1739         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
1740         strictness for dates.
1742         * doc/mc.1.in: Fix troff warnings.
1743         * doc/mcedit.1.in: Likewise.
1745 2001-09-03  Pavel Roskin  <proski@gnu.org>
1747         * doc/mc.1.in: Spellcheck.
1748         * doc/mcedit.1.in: Likewise.
1749         * doc/mcserv.8.in: Likewise.
1751         * doc/mc.1.in (Learn Keys): Complete rewrite.
1753 2001-09-02  Pavel Roskin  <proski@gnu.org>
1755         * acconfig.h: Remove all unused symbols.
1757         * lib/ncurses.h: Remove.
1758         * lib/Makefile.am: Remove ncurses.h.
1760 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
1762         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
1764 2001-08-28  Pavel Roskin  <proski@gnu.org>
1766         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
1767         like EOF.
1769 2001-08-26  Pavel Roskin  <proski@gnu.org>
1771         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
1772         CONS_SAVER.  Put all conditionals together.
1774         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
1775         Automake 1.5.
1777         * configure.in: Remove XCURSES variable - it's unused.
1779         * configure.in: New conditional USE_EDIT.
1781         * syntax/changelog.syntax: Don't require '@' to be in the
1782         address.  This also works around a bug in the syntax engine
1783         that prevented highlighting of addresses.
1785 2001-08-25  Pavel Roskin  <proski@gnu.org>
1787         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
1789 2001-08-24  Pavel Roskin  <proski@gnu.org>
1791         * extraconf.h: Remove all references to HAVE_X.
1792         * acinclude.m4: s/GNOME_/MC_/
1793         * configure.in: Likewise.  Remove or clarify all references to
1794         the "text edition".  Minor fixes.
1796         * configure.in: Remove support for curses libraries other than
1797         ncurses.
1798         * acinclude.m4: Likewise.
1799         * FAQ: Remove everything about UNIX curses.
1800         * INSTALL: Likewise.
1802         * configure.in: Enable large file support by default.
1803         * NEWS: Mention it.
1804         * INSTALL: Document it.  Minor fixes.
1806         * FAQ: Remove information about GNOME edition.  Minor fixes.
1807         * README: Likewise.
1808         * NEWS: Mention removing the GNOME edition.
1810         * acinclude.m4: Include all used macros from the macros
1811         directory.
1812         * autogen.sh: Remove all references to "macros".
1813         * Makefile.am: Likewise.
1815         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
1816         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
1818         * lib/startup.links: Remove.
1819         * lib/README.desktop: Likewise.
1820         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
1822         * configure.in: Bump version to 4.5.99a.
1824         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
1825         * po/*.po: Regenerate.
1827         * AUTHORS: Update and spell check.
1828         * FAQ: Likewise.
1829         * INSTALL: Likewise.
1830         * INSTALL.FAST: Likewise.
1831         * NEWS: Likewise.
1832         * README.PC: Likewise.
1833         * README.QNX: Likewise.
1835         * configure.in: Add check for stropts.h.
1837 2001-08-23  Pavel Roskin  <proski@gnu.org>
1839         * lib/edit.indent.rc: Create cooledit.error right away to
1840         override its old contents.  Don't use ksh extensions.  Treat *.C
1841         files as C++.  Recognize more C++ extensions.  Support java.
1842         Update URL for "astyle".  Quote all arguments to protect spaces.
1843         * lib/edit.spell.rc: Don't save terminal settings - mc does it
1844         itself.  Quote all arguments to protect spaces.
1846 2001-08-21  Pavel Roskin  <proski@gnu.org>
1848         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
1849         files if GNOME frontend is disabled.
1850         * idl/Makefile.am: Likewise.
1851         * lib/Makefile.am: Likewise.
1852         * new_icons/Makefile.am: Likewise.
1854         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
1855         case it already has gettext macros elsewhere and doesn't like
1856         duplicates (i.e. it's aclocal from Automake-1.4).
1858 2001-08-20  Pavel Roskin  <proski@gnu.org>
1860         * AUTHORS: Updated.
1861         * INSTALL: Likewise.
1862         * NEWS: Likewise.
1863         * doc/mc.1.in: Likewise.
1864         * doc/mcserv.8.in: Likewise.
1866         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
1867         for sys/mount.h.
1869 2001-08-19  Andras Timar  <timar@gnome.hu>
1871         * lib/Makefile.am: Added Hungarian hints
1872         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
1874 2001-08-19  Pavel Roskin  <proski@gnu.org>
1876         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
1878 2001-08-17  Pavel Roskin  <proski@gnu.org>
1880         * syntax/po.syntax: New file - PO file highlighting.
1881         From David Martin <dmartina@excite.es>
1882         * syntax/Makefile.am: Add po.syntax.
1884         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
1885         it's sometimes missing from the databases.
1887 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
1889         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
1890         * lib/Makefile.am: Reflect above change.
1892 2001-08-15  Pavel Roskin  <proski@gnu.org>
1894         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
1896 2001-08-14  Pavel Roskin  <proski@gnu.org>
1898         * lib/mc.lib: Add popular sequences for "home" and "end" in
1899         "xterm" and "xterm-color" terminals.
1901 2001-08-13  Pavel Roskin  <proski@gnu.org>
1903         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
1905         Replace "Can't" with "Cannot" everywhere.
1907 2001-08-12  Pavel Roskin  <proski@gnu.org>
1909         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
1910         subshell, not for "Open file...".
1911         (emacs_key_map): Likewise.
1913         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1915 2001-08-10  Pavel Roskin  <proski@gnu.org>
1917         * Makefile.am (EXTRA_DIST): Remove BUGS.
1918         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
1920         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
1922         * doc/LSM: Remove, it's outdated.
1923         * doc/FILES: Likewise.
1924         * doc/DEVEL: Remove information about FILES.
1926         * FAQ: Eliminate all broken URLs on the MC site.
1927         From Frederic L. W. Meunier <0@pervalidus.net>
1929         * FAQ: Restore information about xterm.
1931 2001-08-08  Pavel Roskin  <proski@gnu.org>
1933         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1935 2001-08-07  Pavel Roskin  <proski@gnu.org>
1937         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
1939         * doc/mc.1.in: Fix all broken links.
1941 2001-08-06  Pavel Roskin  <proski@gnu.org>
1943         * INSTALL: Numerous changes.  Declare old curses obsolete.
1944         Partly from Frederic L. W. Meunier <0@pervalidus.net>
1946         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
1948 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
1950         * lib/Makefile.am: Remove space after backslash introduced in the
1951         previous commit.
1953         * lib/mc.hint.zh_TW.Big5: New file.
1954         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
1956 2001-08-02  Pavel Roskin  <proski@gnu.org>
1958         * lib/mc.hint.uk: New file.
1959         From Maksym Polyakov <polyama@yahoo.com>
1960         * lib/Makefile.am: Add mc.hint.uk.
1962 2001-08-01  Pavel Roskin  <proski@gnu.org>
1964         * lib/mc.hint.nl: New file.
1965         From Steef Boerrigter <sxmboer@sci.kun.nl>
1966         * lib/Makefile.am: Add mc.hint.nl.
1967         * lib/mc.hint: Remove ftp site.  Update copyright.
1968         * lib/mc.hint.cs: Likewise.
1969         * lib/mc.hint.es: Likewise.
1970         * lib/mc.hint.it: Likewise.
1971         * lib/mc.hint.pl: Likewise.
1972         * lib/mc.hint.ru: Likewise.  Shorten some lines.
1974         * edit/Makefile.in: Allow running "make install" before "make all".
1975         * gtkedit/Makefile.in: Likewise.
1977 2001-07-31  Pavel Roskin  <proski@gnu.org>
1979         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
1980         editor.
1981         * lib/Makefile.am: Add lib/edit.spell.rc.
1983         * autogen.sh: Use gettextize.
1984         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
1985         * po/Makefile.in.in: Likewise.
1987 2001-07-29  Pavel Roskin  <proski@gnu.org>
1989         * syntax/slang.syntax: New file.
1990         From Walery Studennikov <despair@sama.ru>
1991         * syntax/Makefile.am: Add slang.syntax.
1993 2001-07-27  Pavel Roskin  <proski@gnu.org>
1995         * extraconf.h: Move WITH_BACKGROUND here.
1997 2001-07-24  Pavel Roskin  <proski@gnu.org>
1999         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
2001 2001-07-23  Pavel Roskin  <proski@gnu.org>
2003         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
2005 2001-07-20  Pavel Roskin  <proski@gnu.org>
2007         * Make.common.in: Move all defines ...
2008         * gnome/Makefile.in: ... here ...
2009         * src/Makefile.in: ... and here.
2011 2001-07-19  Pavel Roskin  <proski@gnu.org>
2013         * configure.in: Don't check for getwd, it's completely
2014         eliminated.
2015         * INSTALL: Remove reference to HAVE_GETWD.
2017         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
2018         entries for compressed cpio archives.
2020         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
2021         they were only used in obsolete frontends.  Don't ever use %view
2022         without commands - it's slower and loses user settings, e.g.
2023         hex mode.  Put shared libraries before man pages and read.me
2024         before .me macros so that they match correctly.  Use nm for
2025         shared libraries.  Add rules for StarOffice and AbiWord.
2027 2001-07-14  Pavel Roskin  <proski@gnu.org>
2029         * configure.in: Bump version to 4.5.54a.
2031 2001-07-13  Pavel Roskin  <proski@gnu.org>
2033         * lib/mcserv.init: Fix exit status.
2034         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
2036         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
2037         "executable", which should follow a space. Simplify rules for
2038         images. Add shell/ rule for *.info files. Fix all incorrect
2039         uses of the alternation operator.
2040         Reported by Oskar Liljeblad and Michel Casabona.
2042 2001-07-12  Pavel Roskin  <proski@gnu.org>
2044         * configure.in: Don't check for iconv, it's already checked for
2045         in AM_GNU_GETTEXT.
2047 2001-07-10  Pavel Roskin  <proski@gnu.org>
2049         * doc/mc.1.in: Update documentation about hex search.
2051         * edit/edit_key_translator.c (cooledit_key_map): Bind
2052         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
2053         From Steef Boerrigter <sxmboer@sci.kun.nl>
2055         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
2056         * edit/edit_key_translator.c (cooledit_key_map): Add support
2057         for bracket matching on Alt-B.
2058         * gtkedit/gtkeditkey.c: Likewise.
2059         From Steef Boerrigter <sxmboer@sci.kun.nl>
2061 2001-07-06  Pavel Roskin  <proski@gnu.org>
2063         * lib/mc.ext.in: Use nm to view object files.
2065         * Make.common.in: Remove GNOME-specific and unused definitions.
2066         Partly moved to gnome/Makefile.in.
2068         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
2069         they are usused.
2070         * Make.common.in: Likewise.
2072 2001-06-29  Pavel Roskin  <proski@gnu.org>
2074         * ABOUT-NLS: Update to the version from gettext-0.10.38.
2076         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
2077         now done in configure. Move -I.. to the beginning.
2078         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
2079         libintl.a may be required to link mc.
2080         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
2081         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
2082         Move all i18n code to one place. Don't substitute INTLSUB - it's
2083         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
2084         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
2086 2001-06-25  Pavel Roskin  <proski@gnu.org>
2088         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
2089         It should be enabled explicitly by giving `--enable-largefile'
2090         to configure.
2091         * INSTALL: Document it.
2093 2001-06-22  Pavel Roskin  <proski@gnu.org>
2095         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
2097         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
2098         in struct statfs.
2099         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
2101         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
2102         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
2103         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
2104         found.
2105         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
2107 2001-06-19  Pavel Roskin  <proski@gnu.org>
2109         * configure.in: Check for telldir and seekdir. Join adjacent
2110         calls to AC_CHECK_FUNCS.
2112 2001-06-16  Pavel Roskin  <proski@gnu.org>
2114         * Makefile.am: Change the order of SUBDIRS to fully compile text
2115         edition before compiling anything for GNOME.
2116         * mc.spec.in: Don't use brace expansion to avoid implicit
2117         build-time dependency on bash.
2119 2001-06-13  Pavel Roskin  <proski@gnu.org>
2121         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
2122         the test code.
2123         * configure.in: Fix compiler warnings in the arguments to
2124         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
2125         around `=' in the `test' command.
2127 2001-06-07  Pavel Roskin  <proski@gnu.org>
2129         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
2130         GNOME documentation template.
2131         * doc-gnome/C/mkhtml: Don't generate index.
2132         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
2134 2001-06-06  Pavel Roskin  <proski@gnu.org>
2136         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
2137         conditional variables from EXTRA_DIST.
2139 2001-06-05  Pavel Roskin  <proski@gnu.org>
2141         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
2142         conversion support.
2143         From Walery Studennikov <hqsoftware@mail.ru>.
2145         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
2147 2001-06-01  Pavel Roskin  <proski@gnu.org>
2149         * lib/mc.charsets: Synchronize with the latest patch - remove
2150         a comment.
2152 2001-05-30  Pavel Roskin  <proski@gnu.org>
2154         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
2155         work with GNOME.
2157         * lib/mc.charsets: New file. From Walery Studennikov.
2158         * lib/Makefile.am: Distribute mc.charsets. Install it if
2159         the charset support is enabled.
2161         * configure.in: Add check for iconv() and the necessary code
2162         to support the charset selection patch.
2164         * configure.in: Add check for ESCDELAY variable in ncurses.
2166 2001-05-29  Pavel Roskin  <proski@gnu.org>
2168         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
2169         USE_EXT2FSLIB.
2171         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
2172         * pc/config.h: Likewise.
2174         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
2175         and "strings". Recognize "write" files and MS Word templates.
2176         For MS Excel documents try "xls2csv" and "strings".
2177         Escape spaces in the "type" directives.
2178         From Nerijus Baliunas.
2180         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
2182         * Make.common.in: Remove hpath, it's unused.
2184         * acconfig.h: Move constant parts ...
2185         * extraconf.h: ... here.
2186         [HAVE_X]: Disable subshell, s-lang and curses.
2187         * Makefile.am: Add extraconf.h.
2189 2001-05-28  Pavel Roskin  <proski@gnu.org>
2191         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
2192         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
2193         * configure.in: ... here.
2195 2001-05-27  Pavel Roskin  <proski@gnu.org>
2197         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
2198         * acconfig.h: Likewise.
2199         * src/layout.c: Likewise.
2201         * Make.common.in: Remove all percent rules.
2202         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
2203         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
2204         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
2205         AM_INIT_AUTOMAKE.
2207         * Make.common.in: Remove obsolete dependency tracking system.
2208         * configure.in: Likewise.
2209         * edit/Makefile.in: Likewise.
2210         * gnome/Makefile.in: Likewise.
2211         * gtkedit/Makefile.in: Likewise.
2212         * slang/Makefile.in: Likewise.
2213         * src/Makefile.in: Likewise.
2214         * vfs/Make-mc.in: Likewise.
2215         * src/depend.awk: Remove.
2217 2001-05-26  Pavel Roskin  <proski@gnu.org>
2219         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
2220         * syntax/octave.syntax: New file. From Walery Studennikov.
2221         * syntax/Makefile.am: Add octave.syntax.
2223         * configure.in: Fix incorrect test for stdin support in grep -
2224         it would always fail when configuring in an empty directory.
2225         Portability fixes - unset, backslashed space in here-documents.
2226         Eliminate all instances of "changequote".
2228         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
2229         user choice.
2230         * acconfig.h: Changes for the above.
2231         * INSTALL: Don't document --with-sco - it's now defunct.
2232         * INSTALL.FAST: Likewise.
2234 2001-05-25  Pavel Roskin  <proski@gnu.org>
2236         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
2237         are in the beginning of the "file" output.
2239 2001-05-23  Pavel Roskin  <proski@gnu.org>
2241         * lib/mc.ext.in: Add associations for viewing RPM files.
2243 2001-05-22  Pavel Roskin  <proski@gnu.org>
2245         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
2246         By default exit after the first error in jade.
2248         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
2249         JADEFLAGS environment variables. Report progress. Clean up on
2250         failure.
2252 2001-05-21  Pavel Roskin  <proski@gnu.org>
2254         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
2255         files.
2257         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
2258         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
2260 2001-05-20  Pavel Roskin  <proski@gnu.org>
2262         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
2263         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
2264         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
2265         * doc-gnome/C/figs/Makefile.am: Add support for converting from
2266         PNG to EPS.
2268         * Makefile.am (EXTRA_DIST): Remove create_vcs.
2269         * doc/FILES: Likewise. Typo fix.
2271 2001-05-19  Pavel Roskin  <proski@gnu.org>
2273         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
2274         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
2275         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
2277         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
2278         index entry "Moving files".
2280 2001-05-18  Pavel Roskin  <proski@gnu.org>
2282         * configure.in: Use src/main.c in AC_INIT.
2284         * create_vcs: Remove.
2286         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
2287         Add download location for glib.
2288         * mc.spec.in: Likewise.
2289         * doc/LSM: Likewise.
2290         * doc/mc.1.in: Likewise.
2291         * doc/mcedit.1.in: Likewise.
2292         * src/ext.c: Don't mention download location for MC.
2294         * FAQ: Update status of Tk, XView. and GNOME editions. Update
2295         homepage of gpm.
2297         * INSTALL: Remove information about Tk and XView. Change the
2298         mailing list addresses again.
2299         * FAQ: Change the mailing list addresses again.
2300         * MAINTAINERS: Likewise.
2301         * README: Likewise.
2302         * doc/mc.1.in: Likewise.
2303         * gnome/gmc-window.c: Likewise.
2304         * lib/README.xterm: Likewise.
2305         * lib/mc.ext.in: Likewise.
2306         * lib/mc.hint*: Likewise.
2307         * lib/mc.hlp.hu: Likewise.
2308         * po/*.po: Likewise.
2309         * src/main.c: Likewise.
2311 2001-04-20  Pavel Roskin  <proski@gnu.org>
2313         * FAQ: Change the mailing list addresses and the download
2314         locations.
2315         * INSTALL: Likewise.
2316         * MAINTAINERS: Likewise.
2317         * README: Likewise.
2318         * doc/mc.1.in: Likewise.
2319         * gnome/gmc-window.c: Likewise.
2320         * lib/README.xterm: Likewise.
2321         * lib/mc.ext.in: Likewise.
2322         * lib/mc.hint*: Likewise.
2323         * lib/mc.hlp.hu: Likewise.
2324         * po/*.po: Likewise.
2325         * src/main.c: Likewise.
2327 2001-04-19  Pavel Roskin  <proski@gnu.org>
2329         * configure.in: Don't install mcserv unless
2330         "--enable-mcserv-install" has been specified.
2331         Don't quote the first argument in all calls to AM_CONDITIONAL
2332         to work around a bug in Automake 1.4.
2333         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
2334         * vfs/Make-mc.in: Likewise.
2336 2001-04-13  Pavel Roskin  <proski@gnu.org>
2338         * configure.in: Bump version to 4.5.53a.
2340 2001-04-06  Pavel Roskin  <proski@gnu.org>
2342         * gtkedit/editcmd.c: Remove support for XView layout attributes.
2343         * gtkedit/editoptions.c: Likewise.
2344         * pc/chmod.c: Likewise.
2345         * pc/drive.c: Likewise.
2346         * src/boxes.c: Likewise.
2347         * src/chmod.c: Likewise.
2348         * src/dlg.c: Likewise.
2349         * src/dlg.h: Likewise.
2350         * src/filegui.c: Likewise.
2351         * src/find.c: Likewise.
2352         * src/hotlist.c: Likewise.
2353         * src/layout.c: Likewise.
2354         * src/listmode.c: Likewise.
2355         * src/main.c: Likewise.
2356         * src/option.c: Likewise.
2357         * src/panelize.c: Likewise.
2358         * src/wtools.c: Likewise.
2359         * src/wtools.h: Likewise.
2360         * vfs/smbfs.c: Likewise.
2362         * autogen.sh: Check out "intl" and "macros" directories if they
2363         are missing. Simply "cvs up -d" won't restore them.
2365         * configure.in: Bump version to 4.5.52a.
2367 2001-03-14  Pavel Roskin  <proski@gnu.org>
2369         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
2370         Automake conditional USE_SAMBA_FS if Samba is to be supported
2371         in VFS.
2373 2001-03-07  Pavel Roskin  <proski@gnu.org>
2375         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
2376         defined.
2377         Reported by Norbert Warmuth.
2379         * configure.in: Don't process vfs/extfs/uzip - it's now
2380         constant.
2382         * syntax/changelog.syntax: Require space after asterisk to have
2383         it highlighted.
2385 2001-03-02  Pavel Roskin  <proski@gnu.org>
2387         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
2388         * configure.in: Use AC_PROG_CC_STDC instead.
2390         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
2391         Suggested by Christian Gennerat.
2393         * lib/mc.ext.in: Add support for "freeze" - old compression
2394         program used mostly on QNX.
2395         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
2396         * lib/Makefile.am: Adjusted.
2398 2001-02-26  Pavel Roskin  <proski@gnu.org>
2400         * lib/mc-gnome.ext.in: Remove, it's not used.
2401         * configure.in: Remove lib/mc-gnome.ext.
2402         * lib/Makefile.am: Likewise.
2404 2001-02-20  Pavel Roskin  <proski@gnu.org>
2406         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
2407         defined to prevent warnings on OpenBSD 2.7.
2408         * slang/jdmacros.h: Likewise.
2409         * src/mad.h: Likewise.
2410         * src/poptalloca.h: Likewise.
2412         * configure.in: Check for sys/time.h and sys/timeb.h. Use
2413         AC_HEADER_TIME.
2415 2001-02-07  Pavel Roskin  <proski@gnu.org>
2417         * autogen.sh: Create vfs/samba/include/stamp-h.in.
2418         * vfs/samba/include/stamp-h.in: Remove.
2420         * macros/curses.m4: Quote first argument to AC_DEFUN.
2421         * macros/gnome-cxx-check.m4: Likewise.
2422         * macros/gnome-gettext.m4: Likewise.
2423         * macros/gnome-libgtop-check.m4: Likewise.
2424         * macros/gnome-print-check.m4: Likewise.
2425         * macros/linger.m4: Likewise.
2426         * macros/need-declaration.m4: Likewise.
2428         * configure.in: Only configure in vfs/samba if smbfs support is
2429         enabled even with Autoconf 2.13.
2431 2001-01-30  Pavel Roskin  <proski@gnu.org>
2433         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
2434         --without-samba due to a typo.
2436         * configure.in: Only configure in vfs/samba if smbfs support is
2437         enabled. This optimization will only work with Autoconf-2.49c
2438         and above.
2440 2001-01-13  Pavel Roskin  <proski@gnu.org>
2442         * configure.in: Don't create a faked malloc.h.
2443         * gtkedit/edit.h: Don't assume that malloc.h always exists.
2444         * src/mad.h: Likewise.
2446         * configure.in: Simplified handling of cons.saver.
2447         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
2448         * mc.spec.in: Remove a workaround for the above.
2450         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
2451         for MC. Don't rely on the output of uname - use $host_os.
2453 2001-01-11  Pavel Roskin  <proski@gnu.org>
2455         * configure.in: Check for ext2 libraries only if VFS is enabled.
2457         * src/Makefile.in: Create directories before installing files.
2458         Removed all occurrences of libprefix - it's never defined.
2460         * configure.in: All macros from configure.in moved to
2461         acinclude.m4. Added missing quotes in several places.
2462         * acinclude.m4: Likewise.
2464         * edit/Makefile.in: Don't install or uninstall mcedit -
2465         it cannot be installed before mc on systems without symlinks.
2466         * gtkedit/Makefile.in: Likewise.
2467         * src/Makefile.in: Install mcedit (if enabled) and mcview.
2468         Uninstall them.
2470         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
2471         from acinclude.m4 in gtk+:
2472         Don't define ENABLE_NLS unless we have a working NLS.
2473         (This should keep libintl.h from being included when it doesn't
2474         exist).
2476 2001-01-09  Pavel Roskin  <proski@gnu.org>
2478         * doc-gnome/C/figs/Makefile.am: New file.
2479         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
2480         makefile do it.
2481         * configure: Substitute doc-gnome/C/figs/Makefile.
2483         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
2485 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
2487         * lib/mc.hlp.hu: Added Hungarian help file from
2488           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
2489           maci@integrity.hu, mfh47@freemail.hu
2490         * lib/Makefile.am: Added LOCALIZED_HELP for further
2491           mc.hlp l10ns
2492         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
2493           gtkedit/editcmd.c: I18n of mc.hlp
2495 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
2497         * doc/mc.1.in: Corrected badly formatted link...
2499 2000-11-10  Robert Brady  <robert@suse.co.uk>
2501         * configure.in: Add Tamil to ALL_LINGUAS.
2503 2000-10-23  Pavel Roskin  <proski@gnu.org>
2505         * mc.spec.in: Allow mcserv.8 to be gzipped.
2507         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
2508         that cannot deal with "./gmc.sgml".
2510 2000-10-09  Pavel Roskin  <proski@gnu.org>
2512         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
2513         that CVS Automake will drop dependencies to the macros that
2514         we don't distribute.
2516         * lib/mc.ext.in: Removed references to icons. Source RPMs
2517         grouped to one regex. Removed "Update" for source RPMs, added
2518         "Rebuild" instead. Added "Check signature" for all RPMs.
2519         Added a comment about pop-up menus in the text edition.
2521 2000-10-06  Pavel Roskin  <proski@gnu.org>
2523         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
2524         flags moved out of CFLAGS as recommended by GNU coding
2525         standards.
2526         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
2527         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
2528         XCPPFLAGS.
2529         * INSTALL (Random notes on porting to other architectures):
2530         Completely rewritten. Recommended using CFLAGS instead of XINC.
2532 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2534         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
2536 2000-10-04  Christophe Merlet  <christophe@merlet.net>
2538         * gnome/*.desktop: Updated French strings.
2540 2000-10-03  Pavel Roskin  <proski@gnu.org>
2542         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
2543         to allow <legalnotice>. Unclosed tags fixed.
2545 2000-09-30  Pavel Roskin  <proski@gnu.org>
2547         * mc.spec.in: New package mc-common. Use DESTDIR instead of
2548         misusing prefix. Don't install old icons - they don't exist.
2550         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
2551         "export -f" to have mc() exported.
2552         * doc/mc.1.in: Changed description of the "-P" option to
2553         avoid inclusion of mc.sh and mc.csh into the manual.
2554         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
2556 2000-09-24  Pavel Roskin  <proski@gnu.org>
2558         * doc/mc.1.in: Minor formatting fixes.
2560         * lib/mc.sh.in: Remove temporary file non-interactively.
2561         * doc/mc.1.in: updated example for mc.sh.
2563 2000-09-23  Pavel Roskin  <proski@gnu.org>
2565         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
2566         updates it when needed.
2567         * mc.spec.in: Include translations with mc, not gmc. Run
2568         chkconfig --del in %preun, not %postun. --without-debug not
2569         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
2570         be executable. New files in %{prefix}/lib/mc/ - translated hints,
2571         editor files.
2573         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
2574         directory for document processing. Comment changes. gmc.ps and
2575         gmc.pdf now generated from gmc.dvi.
2577         * configure: Always include Make.common as file, otherwise
2578         "make distclean" breaks.
2579         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2580         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
2581         replaced with "rm -f" - the standard says that "rm" is portable.
2582         Ditto $(MV). Adjusted *clean targets to match those in
2583         Automake. Removed "cross" target.
2585 2000-09-22  Pavel Roskin  <proski@gnu.org>
2587         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
2588         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
2589         * doc/Makefile.in: Converted to ...
2590         * doc/Makefile.am: ... this.
2592 2000-09-21  Pavel Roskin  <proski@gnu.org>
2594         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
2595         is not expanded in all shells.
2596         * doc/mc.sgml: Updated the example script to reflect the above
2597         changes.
2598         * doc/mc.in.1: Likewise.
2600 2000-09-19  Pavel Roskin  <proski@gnu.org>
2602         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
2603         Marco Ciampa
2605 2000-09-18  Pavel Roskin  <proski@gnu.org>
2607         * Make.common.in: Added installcheck to placate "make distcheck"
2608         * configure.in, Make.common.in, doc/Makefile.in,
2609         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2610         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
2611         variable MKINSTALLDIRS and builddir with Automake-compatible
2612         mkinstalldirs and top_builddir.
2613         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
2614         files. Added uninstall-local target.
2616 2000-09-17  Pavel Roskin  <proski@gnu.org>
2618         * configure.in: fixed wrong use of AC_MSG_RESULT inside
2619         AC_CACHE_VAL
2621         * Make.common.in: Added the "dvi" target for "make distcheck"
2622         to go further
2623         * doc-gnome/C/Makefile.in: converted to ...
2624         * doc-gnome/C/Makefile.am: ... this
2626 2000-09-15  Pavel Roskin  <proski@gnu.org>
2628         * acconfig.h, configure.in: Require autoconf 2.13 or above.
2629         Removed workarounds for older versions. Removed MCDEBUG
2630         variable - it's not used. --with-debug renamed to --with-mad and
2631         cleaned up. Always use -Wall with gcc, other manipulations with
2632         CFLAGS removed.
2634         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2635         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2636         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
2637         mc.pot becomes out of date in the tarball.
2639 2000-09-14  Pavel Roskin  <proski@gnu.org>
2641         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
2642         tests for cp, mv and rm.
2643         * Make.common.in: Removed variables xv_bindir and STRIP.
2644         Variables CP, MV and RMF are assigned trivial values.
2646         * edit/Makefile.in: Don't link headers, add extra includes
2647         to CPPFLAGS instead. Put links to the build directory.
2648         Remove the hack with "mx" - it is not needed anymore.
2650         * configure.in: remove any manipulations with top_srcdir.
2651         Don't change CPPGLAGS when the internal editor is enabled,
2652         instead do it ...
2653         * edit/Makefile.in, gtkedit/Makefile.in: ... here
2655         * configure.in, Make.common.in, doc/Makefile.in,
2656         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2657         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
2658         changed to top_srcdir for Automake compatibility
2660         * configure.in: REGEX_O variable removed - always use our regex
2662         * configure.in: MCFGR variable removed
2664 2000-09-12  Pavel Roskin  <proski@gnu.org>
2666         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
2667         other GNOME modules
2668         * autogen.sh: remove "-I ." from the "aclocal" command line
2670 2000-09-01  Pavel Roskin  <proski@gnu.org>
2672         * configure.in: output vfs/extfs/Makefile
2674         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
2675         to avoid a warning
2676         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
2677         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
2679 2000-08-29  Pavel Roskin  <proski@gnu.org>
2681         * configure.in: use AM_GNOME_GETTEXT
2682         * gettext.m4: removed
2683         * Makefile.am: adjusted files to distribute, previous change
2684         reverted
2686         * mc-aclocal.m4: renamed to ...
2687         * acinclude.m4: ... this
2688         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
2689         * Makefile.am: aclocal should scan "." for gettext.m4
2691 2000-08-28  Pavel Roskin  <proski@gnu.org>
2693         * Make.common.in: removed hack for "make distcopy"
2694         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2695         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2696         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
2697         for external builds.
2698         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
2700 2000-08-24  Pavel Roskin  <proski@gnu.org>
2702         * new_icons/Makefile.in: converted to ...
2703         * new_icons/Makefile.am: ... this
2704         * configure.in: automake conditional GNOME introduced.
2705         "insticons" removed
2707         * icons/*: removed
2708         * Makefile.am, configure.in: necessary adjustments
2710         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
2711         automake installs them now
2713         * syntax/Makefile.in: converted to ...
2714         * syntax/Makefile.am: ... this
2716         * idl/Makefile.in: converted to ...
2717         * idl/Makefile.am: ... this
2719         * lib/Makefile.am: simplified, fixed "make dist"
2721         * lib/Makefile.in: converted to ...
2722         * lib/Makefile.am: ... this
2724         * lib/tkmc.wmconfig: removed
2725         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
2727         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
2728         to ...
2729         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
2730         * Make.common.in: support for "distdir" for compatibility
2731         with Automake-generated makefiles
2732         * autogen.sh: run automake. Force cache - it is off by default
2733         in autoconf 2.49a, but it's still handy for maintainers
2734         * configure.in: adapted for Automake
2736         * AUTHORS: new file
2738 2000-08-23  Pavel Roskin  <proski@gnu.org>
2740         * configure.in: resurrect definition of xvers
2742         * VERSION.in: removed
2743         * Makefile.in: don't do anything with VERSION.in and VERSION
2744         Take mc.spec from builddir, not srcdir
2745         * configure.in: don't create VERSION
2747 2000-08-22  Pavel Roskin  <proski@gnu.org>
2749         * *.c, *.h: Updated address of Free Software Foundation
2751 2000-08-21  Pavel Roskin  <proski@gnu.org>
2753         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
2754         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
2755         related to XView, libXPM, libXext and Tk
2757 2000-08-18  Pavel Roskin  <proski@gnu.org>
2759         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
2760         files
2762         * configure.in: Simplified dependency tracking by using
2763         "-include" with GNU Make
2764         * autogen.sh: Exit on all failures
2766 2000-08-17  Pavel Roskin  <proski@gnu.org>
2768         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
2769         Fixed all misuses of single and double quotes. Typo fixes.
2770         Ensured compatibility with sgml2html, sgml2txt and sgml2latex
2771         * doc/mc.1.in: Typo fix
2773         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
2774         * doc/linuxdoc-sgml.diff: removed
2775         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
2776         distribute gnome.sgml
2778 2000-08-15  Pavel Roskin  <proski@gnu.org>
2780         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
2781         in the "distclean" target
2783         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
2784         Removed all XVIEW-related stuff
2785         Fixed placement of png files on "make dist"
2787         * doc/mc.1.in: Updated info about the internal editor
2789         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
2790         indicate serious problems. Fixes for uninstall.
2791         * doc/Makefile.in: Rebuild if it is out of date.
2793         * lib/cedit.menu: Added. This file has been missing
2795         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
2797 2000-08-08  Pavel Roskin  <proski@gnu.org>
2799         * Makefile.in: correctly detect make failures in subdirs
2801 2000-08-01  Pavel Roskin  <proski@gnu.org>
2803         * nt, os2, tk, xv: removed all files
2804         * configure.in: don't create os2 and nt directories
2806 2000-08-01  Pavel Roskin  <proski@gnu.org>
2808         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
2810         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
2812 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
2814         * src/main.c: make 8bit input/output the default (99% of the people
2815         expects that; lets the remaining 1% use the configuration menu
2816         to disactivate it if they want)
2818 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
2820         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
2822 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
2824         * configure.in: check for gnome-libs with window icon support
2826         * acconfig.h: add icon define
2828 2000-06-08  Matthias Warkus  <mawa@iname.com>
2830         * new_icons/gnome-pack-*.png: Updated.
2831         * gnome/mc.keys: Added a MIME type for SLP packages.
2833 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
2835         * syntax/diff.syntax: Highlight lines beginning with "File",
2836         "Files" and "Binary"
2837         * syntax/makefile.syntax: Highlight "ifndef"
2838         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
2839         highlighted)
2841 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2843         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
2844         comment lines with # in last release
2846 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2848         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
2850 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2852         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
2853         look more consistent than original.
2855 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2857         * config.in: Added check against strcoll().
2859 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2861         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
2862         added 'and', 'or', 'not', 'for' keywords.
2864 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2866         * syntax.c: Very dirty fix to allow compilation of mcedit on ncurses
2867         based systems. Hope, this will make FreeBSD midc maintainer to enable
2868         build-in editor by default. Still, syntax highlighting is disabled.
2869         Need to port...
2871 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2873         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2874           fixed, some messages gettext()ed again here and in
2875         gtkedit/editmenu.c:edit_about_cmd()
2877 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2879         * doc/mc.sgml (Examples): Fixed documentation, thanx
2880         to martin@internet-treff.uni-koeln.de.
2882 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
2884         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
2885         the label text
2887 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
2889         * gtkedit/syntax.c: treat *.ads as Ada source
2890         * syntax/ada95.syntax: escape "+" and "*"
2891         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
2892         * syntax/Makefile.in: remove diffc.syntax
2894         * edit/edit_key_translator.c: interpret code 0177 as
2895         backspace unless recognized otherwise
2897 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
2899         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
2900         initialization of array of structure (gcc version 2.96 20000131
2901         chokes on it).
2903         * lib/mc.hint: C-y and not C-u can be used to insert text in input
2904         lines (e. g. text which has been deleted with M-d).
2906         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
2908 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
2910         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
2912 2000-01-29  Matthias Warkus  <mawa@iname.com>
2914         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
2915         design on Federico's request.
2917 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
2919         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
2920         an ArrangeType enum.
2922 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
2924         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
2925         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
2926         setup.c: Add option of using GNOME "magic" routines to determine file
2927         types. This makes MC intelligently look at the data in the file to see
2928         what type of file it is, rather than looking at the filename extension.
2929         This slows down MC quite a bit, so it has been made an optional
2930         preference item. Type detection is expected to improve as mime-magic
2931         matures.
2933 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
2935         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
2936         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
2937         providing a patch.
2939 2000-01-11  Matthias Warkus  <mawa@iname.com>
2941         * Added icon and keys entry for Scheme source.
2943 2000-01-03  Fatih Demir  <kabalak@gmx.net>
2945         * configure.in: Added tr -> ALL_LINGUAS .
2947 1999-12-28  Matthias Warkus  <mawa@iname.com>
2949         * new_icons/*.png: Added a bunch of new icons.
2951 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
2953         * configure.in (VERSION): Bumped version number to 4.5.42.
2955 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
2957         * configure.in: added 'uk' to ALL_LINGUAS.
2959 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2961         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
2962         request from David Sauer
2964 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
2966         * configure.in (VERSION): Bumped version number to 4.5.41.
2968 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
2970         * configure.in (VERSION): Set version number to 4.5.39.
2972 1999-09-23  Jorge Godoy  <godoy@conectiva.com.br>
2974         * configure.in: Added pt_BR to ALL_LINGUAS
2976 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
2978         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
2979         path to the mc binary according to @prefix@.
2981         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
2982         configure. Install mc.sh and mc.csh in $(suppbindir).
2984         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
2985         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
2986         copies of the included function definitions.
2988         * mcfn_install.in: Comment out definitions of the mc functions. Source
2989         mc.sh instead of adding an outdated mc function definition.
2991         * configure.in: output mc.sh and mc.csh
2993 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
2995         * lib/startup.links: Changed the news link to Gnotices
2997 1999-09-19  David Martin  <dmartina@usa.net>
2999         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
3000         8 bit chars from strftime get displayed when inserting date.
3002         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
3003         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
3004         file to avoid interferences. In this one I changed the extension check
3005         to a type check (as used for gzip) which might give problems in some
3006         systems.
3008         * configure.in: Use -Tlatin1 to format man pages when available and
3009         "view" 8 bit chars.
3011 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
3013         * gtkedit/edit.h: Include file reordering to make it compile with
3014         --with-debug
3016         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
3017         dependent on length of translated strings to display.
3019 1999-09-16  Owen Taylor  <otaylor@redhat.com>
3021         * Remove the magicdev autoconf test in favor of just
3022         including the idl file. Otherwise we have a dependency
3023         loop between this and magicdev.
3025 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
3027         * idl/FileManager.idl: Changed names, and put everything under a
3028         FileManager module.  Added a Desktop interface and some methods to
3029         the WindowFactory interface.
3031 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
3033         * doc-gnome/*: Shiny new docs from users-guide.
3034         All synced up.
3036 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
3038         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
3040 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
3042         * README: Updated and spell-checked.
3044         * NEWS: Updated.
3046 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
3048         * configure.in (ALL_LINGUAS): Added sv.
3050 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
3052         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
3053         symlink attacks (mcfn_install and the man page still needs to be
3054         updated).
3056 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
3058         * configure.in (AC_WITH_SLANG): rm -f destination before making
3059         a symbolic link (ln -sf doesn't work as expected on Solaris)
3061 1999-08-19  Elliot Lee  <sopwith@redhat.com>
3063         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
3065 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
3067         * doc-gnome/C/gmc.sgml: Index fixes.
3069 1999-08-18  Elliot Lee  <sopwith@redhat.com>
3071         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
3072         initializers in the GnomeUIInfo structure.
3074 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
3076         * configure.in (VERSION): Bumped version number to 4.5.38.
3078 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
3080         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
3082 1999-08-15  David Martin  <dmartina@usa.net>
3084         * gtkedit/edit.c: Print localized date with strftime()
3086         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavor.
3088 1999-08-08  David Martin  <dmartina@usa.net>
3090         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
3091         translation.
3093         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
3094         translation as it used to be.
3096 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3098         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
3099         that the correct index.html will be generated.
3101 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3103         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
3104         to the list.
3106 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
3108         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
3109         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
3110         This adds some new syntax rules, and spell check on the fly
3111         which if someone bugs me for, will actually get enabled in
3112         both the text and gnome versions. Bookmark stuff also needs
3113         some keys bound to it, I suppose: any takers?
3115 1999-07-19  Elliot Lee  <sopwith@redhat.com>
3117         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes
3118         infinitely recursing make.
3120 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
3122         * Makefile.in (all): Makefile fix.
3124 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3126         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3127         should fix the problem we had with FSSTND distributions.
3129 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3131         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
3132         list of distributed files.
3134 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3136         * configure.in (VERSION): Bumped version number to 4.5.34.
3138 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
3140         * Add fi into ALL_LINGUAS
3142 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
3144         * gnome/i-zipdisk2.png: Added another zip-disk icon
3145         by <scarab@egyptian.net> - It looks very nice. Variation
3146         is good.
3148 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3150         * acconfig.h: Add WITH_SMBFS
3152         * macros/gnome-vfs.m4: Support conditional samba support.
3154 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3156         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3157         should fix the problem we had with FSSTND distributions.
3159 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
3161         * mc.spec.in: added syntax files to %files
3163 1999-06-22  David Martin  <dmartina@usa.net>
3165         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
3167 1999-06-07  Shooby Ban  <bansz@szif.hu>
3169         * po/hu.po, configure.in: added Hungarian translations...
3170           I'm not sure it's OK, but it seems usable.
3171           Translators: Tamas Fejos and Andras Kadar
3173 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
3175         * configure.in, Makefile.in: added the gmc helpfile to the build
3177 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
3179         * Add ja entry to LANG in configure.in
3181 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3183         * gnome/Makefile.in (ICONS): OK, perhaps we also want the zip-icon to
3184         be installed in the system :) (added it to the Makefile.in)
3186 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3188         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
3189         disks - someone please add it to the mount.c code so it gets used..
3190         Everyone have a nice time at the expo! :) I hope to join the
3191         next time.
3193 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3195         * configure.in: Added check for getpt ()
3197 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3199         * configure.in (VERSION): Bumped version number to 4.5.31.
3201 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3203         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
3204         need to fool it by strdup'ing the return value of tempnam.
3206 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3208         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
3209         MCLIBS which are specific to the text edition.
3211         * INSTALL: Added documentation for --with-tm-x-support
3213 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
3215         * mc.spec.in : Folded in some changes from the 'official' rpm
3216         spec file.
3218 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3220         * configure.in (SHELL): Do not use grep -q, as it is not portable
3221         to every OS.
3223 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3225         * configure.in: Linking from $srcdir/slang is broken when configure
3226         isn't called with an absolute path. Link from ../$srcdir/slang if
3227         configure was invoked with a relative path.
3229 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
3231         * configure.in: Do not rm the destination file and then link, use
3232         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
3234 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3236         * configure.in: Some AC_ARG_WITH macros haven't checked $withval, i.e.
3237         --with-PACKAGE and --without-PACKAGE gave the same results.
3239 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3241         * configure.in (VERSION): Bumped version number to 4.5.30.
3243 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3245         * configure.in (VERSION): Bumped version number to 4.5.29.
3247 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3249         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
3250         now contains all checks.
3252 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3254         * configure.in (VERSION): bumped version number to 4.5.28.
3256 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
3258         * */Makefile.*: fixed several missed conversions from libdir to
3259         mclibdir. (Should be automake'd, really)
3261 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3263         * Make.common.in: There were conflicting definitions of mclibdir
3264         (one for installation, one for source).  Now the source one is
3265         called mcsrclibdir.
3267         * doc/Makefile.in: Use mcsrclibdir where appropriate.
3269 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
3271         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
3272         Pascal Program" (Heh, second time :)
3274         * Makefile.common: Until things gets clear, keep syntax rules in
3275         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
3277         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
3278         @libdir@.
3280 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
3282         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
3283         as requested by Paul. Still, need some checking...
3285 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
3287         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
3288         to date with cooledit 3.9.0. This adds some new features.
3289         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
3290         syntax.c. This is because the rule set is becoming too
3291         large to maintain in its current form and because file
3292         loading is starting to get slow.
3294         There is also a bookmark feature which does not yet have
3295         key bindings assigned to it, but should be cool once
3296         these get inserted. Syntax rules files are named
3297             $LIBDIR/cooledit/syntax/*.syntax
3299 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
3301         * configure.in: Create slang directory, it is needed when
3302         builddir != srcdir.
3303         Use -f when calling rm, the file does not exist on
3304         first compile.
3305         No need to copy VERSION from $srcdir, it's already generated in
3306         $builddir.
3308 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
3310         * edit/edit_key_translator.c: Added missing translation tags.
3312 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3314         * configure.in: Minimum version of glib should be 1.2.0.
3315         (VERSION): Bumped version number to 4.5.27.
3317 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
3319         * gtkedit/editcmd.c: Added missing translation tags.
3321         * gtkedit/editoptions.c: Added missing translation tags. Translate
3322         radio buttons on first use.
3324 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
3326         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
3327         to get the mc spec file to work.
3328         * hacked configure to generate a properly versioned spec file.
3330 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3332         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
3333         radio buttons on first pass.
3335 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
3337         * gtkedit/editcmd.c: Mark strings in the search and replace
3338         dialogs for translation. Resized these dialogs to let the messages
3339         fit.
3341 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3343         * gtkedit/editwidget.c (selection_send): Use the proper type for
3344         64-bit cleanliness (Patch from George Lebl).
3346 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
3348         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
3349         into the catalog file.
3351 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3353         * configure.in: Make Timur's libtermcap check work with SLang
3354         0.99.98, too.
3356 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3358         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
3359         PS and EPS files.  Thanks, Tigert!
3361 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3363         * configure.in (CCOPTS): Drop the prefix auto-detection.
3365 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
3367         * configure.in: Add check, which, in case of system-installed SLang
3368         library tries to run a test program, which determines, does we need
3369         linking with libtermcap.a. Also, set of if's for finding terminfo
3370         dir changed to for cycle - a bit nicer :)
3372 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3374         * README.QNX: Deleted documentation about mc.menu.qnx.diff.
3376 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3378         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
3380 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3382         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
3383         from tar calls when extracting (according to my man page this option
3384         is only useful when creating archives).
3386 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3388         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
3389         adds support for tar.bz2 and merges the support for freeze-compressed
3390         tar files (tar.F) from mc.menu.qnx.diff.
3392 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
3394         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
3395         GNU-like :)
3397 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3399         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
3400         the catalog file.
3402 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
3404         * new_icons/gnome-core.png: New icon for core files. Someone
3405         please add the code part :)
3407 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
3409         * configure.in: Add check against setuid() and setreuid() functions.
3411 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3413         * slang/slang.h: renamed to slang-mc.h
3415         * slang/Makefile.in: delete slang.h on "make clean"
3417         * configure.in: link slang/slang-mc.h to slang/slang.h when the
3418         included slang is used. Problem was that MC's slang.h was used
3419         when we compiled with an already installed SLang and the systems
3420         header file were included with <slang/slang.h>.
3421         Unfortunately I can't use AC_LINK_FILES to make the links because
3422         if we needn't make any links AC_LINK_FILES makes a link from
3423         srcdir to top_builddir (builddir != srcdir).
3425         Temporary add $LGPM to $LIBS when checking for the resizeterm
3426         and keyok functions (ncurses might be linked against GPM).
3428         Substitute PACKAGE (intl/Makefile makes use of it)
3430 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
3432         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swapped by
3433         #include "global.h".
3435 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
3437         * Make.common.in (gnewdir): new path.
3439 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
3441         * configure.in: Add comments before "Let" and "the" - typo. Add new
3442         path to include's search.
3444 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
3446         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
3448 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3450         * configure.in (REGEX_O): Always include regex.o as the code we
3451         are using in gmc is not using regcomp/regexec, but the internal
3452         Emacs API.
3454         * src/regex.c: Do not compile the POSIX compatibility code, as we
3455         do not use it.
3457 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3459         * doc/mc.sgml, mc1.in (Color section): minor polishing
3460         (Layout section): documented Highlight...
3462 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3464         * configure.in: Deleted du checks
3466         * INSTALL: Deleted --with-dusum documentation.
3468         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
3469         Configuration dialog. Added Advanced chown subsection. Deleted
3470         variables from the Special settings section which are now covered
3471         by the configuration dialog.
3473 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3475         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
3476         tar_gz_memlimit. Partially rewrote the section about the
3477         Virtual FS.. configuration dialog.
3479 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
3481         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
3483 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3485         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
3487         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
3488         builddir
3490 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
3492         * new_icons/gnome-image-[lots].png: I added some icons for file
3493         types (image) there - someone please tell me what the correct
3494         location and naming convention is and I will try to follow that. :)
3496 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
3498         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
3499         the build will still work.  (Has this been replaced by new_icons?)
3501 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
3503         * doc/mc.1.in, mc.sgml: added my name to list of authors
3505 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3507         * Makefile.in (codedirs): Dropped xv and tk ports from the
3508         distribution. include idl directory.
3510 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3512         * configure.in (slang_use_system_installed_lib): Define slang
3513         here, to avoid having this on LIBS.
3515 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
3517         * gtkedit.c: changed occurrence of 'va_list *ap' to 'va_list ap'
3519 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
3521         * config.h.in: Removed from CVS, added to .cvsignore
3523         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
3524         configure.in:
3525         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
3526         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
3527         HAS_CURSES added to acconfig.h
3529 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3531         * autogen.sh: Add "-I macros" to the aclocal flags.
3533         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
3534         so that aclocal will not complain about an obsolete macro.
3536         * configure.in: Use MC_HPUX_PROG_CC_STDC
3538         * ChangeLog: There was no ChangeLog here, so I added one.