Corrected Changelog entries for ri-gcc-warnings.m4
[midnight-commander.git] / ChangeLog
blob823076a76d59cfee21f0483a2c21e079766f1320
1 2004-08-22  Pavel S. Shirshov  <pavelsh@mail.ru>
3         * syntax/m4.syntax: Add matching AS_* keywords.
4         From Leonard den Ottolander <leonard * den.ottolander.nl>
6 2004-08-22  Pavel S. Shirshov  <pavelsh@mail.ru>
8         * m4/ri-gcc-warnings.m4: Using AC_HELP_STRING for more portable.
9         AS_HELP_STRING was introduced after autoconf 2.57+.
10         From Leonard den Ottolander <leonard * den.ottolander.nl>
12 2004-08-18  Roland Illig  <roland.illig@gmx.de>
14         * "make uninstall": removes the symlinks bin/mcedit and bin/mcview.
16 2004-08-17  Roland Illig  <roland.illig@gmx.de>
18         * configure.ac: The GCC warning flags are only used in
19         maintainer-mode.
21 2004-08-17  Pavel S. Shirshov  <pavelsh@mail.ru>
23         * lib/cedit.menu: Security fix patch. Fix insecure temporary file and
24         directory creations. (CAN-2004-0231). 
26         * lib/mc.menu: Likewise.
27         * doc/mc.1.in: Likewise.
28         * doc/es/mc.1.in: Likewise.
29         * doc/hu/mc.1.in: Likewise.
30         * doc/it/mc.1.in: Likewise.
31         * doc/pl/mc.1.in: Likewise.
32         * doc/ru/mc.1.in: Likewise.
33         * doc/sr/mc.1.in: Likewise.
35 2004-08-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
37         * configure.ac: Add check for atoll().
39         * doc/mc.1.in (Extension File Edit): Document "directory" keyword.
40         * doc/ru/mc.1.in: Likewise.
42 2004-08-02  Pavel Shirshov <pavelsh@mail.ru>
44         * autogen.sh: Fix unportable "\n" in sed.
46 2004-04-02  Pavel Roskin  <proski@gnu.org>
48         * lib/mc.ext.in: Use gqview instead of ee for images.  ee seems
49         to be obsolete.  Suggested by Marcel Pol <mpol@gmx.net>
51 2004-01-22  Pavel Roskin  <proski@gnu.org>
53         * lib/mc.ext.in: Recognize *.tb2 and *.tbz files.
55         * configure.in: Rename to ...
56         * configure.ac: ... this.
58 2003-12-30  David Martin  <dmartina@excite.com>
60         * doc/mc.1.in: Synchronized latest fixes (long options) and
61         moved year and version number.
63 2003-12-24  Pavel Roskin  <proski@gnu.org>
65         * configure.in: Release 4.6.1-pre1.
67 2003-11-28  Pavel Roskin  <proski@gnu.org>
69         * acinclude.m4 (MC_UNDELFS_CHECKS): Try ext2fs/ext2_fs.h before
70         linux/ext2_fs.h.  Use ext2fs/ext2_fs.h when possible - it's
71         safer to avoid kernel headers.
73 2003-11-27  Pavel Roskin  <proski@gnu.org>
75         * src/TODO: Move ...
76         * TODO: ... here.
77         * doc/DEVEL: Move ...
78         * HACKING: ... here.  Adjust makefiles.
80 2003-11-20  Pavel Roskin  <proski@gnu.org>
82         * build-glib1.sh: Use more portable syntax for functions.  Fall
83         back to "ftp" for download, useful on BSD.
84         * build-glib2.sh: Likewise.
86         * build-glib1.sh: New file - download and compile glib 1.2.x,
87         then compile mc against it.
88         * build-glib2.sh: New file - download and compile glib 2.x with
89         dependencies (gettext, pkgconfig), then compile mc against it.
90         * Makefile.am: Distribute them.
92 2003-10-29  Pavel Roskin  <proski@gnu.org>
94         * acinclude.m4 (MC_UNDELFS_CHECKS): Don't use internal Autoconf
95         variables.
97         * configure.in: Rewrite check for mmap() to avoid using internal
98         variables of Autoconf.  Rename the rest of ac_cv_* to mc_cv_*.
100         * configure.in: Use AC_CHECK_MEMBERS to check fields of struct
101         stat.  Adjust all dependencies.
103         * acinclude.m4 (AC_STRUCT_LINGER): Remove, use AC_CHECK_MEMBERS
104         instead.
106         * configure.in: Define SLANG_POSIX_SIGNALS if all 4 required
107         functions are present.  Remove references to extraconf.h.
108         * extraconf.h: Eliminate.
109         * Makefile.am: Remove extraconf.h.
111         * configure.in: Move ext2fs undelete support ...
112         * acinclude.m4 (MC_WITH_VFS): ... here.
113         * extraconf.h: Remove VFS logic, it's enforced in configure now.
115         * acinclude.m4 (MC_WITH_VFS): Use AC_SEARCH_LIBS when possible.
116         Allow disabling network code by --disable-netcode.
118 2003-10-28  Pavel Roskin  <proski@gnu.org>
120         * configure.in: Don't check if "file" can use stdin - it's
121         unused now.
123 2003-10-25  Pavel Roskin  <proski@gnu.org>
125         * extraconf.h: Don't define HAVE_GRANTPT forcedly if grantpt()
126         wasn't found.  Don't define HAVE_CRYPT, it's unused now.
128         * configure.in: Remove check for socketpair().  Add new option
129         --enable-background.
130         * extraconf.h: Don't define WITH_BACKGROUND.
132 2003-10-14  Pavel Roskin  <proski@gnu.org>
134         * configure.in: Don't check for seekdir() and telldir().
136 2003-09-23  Pavel Roskin  <proski@gnu.org>
138         * doc/sr/Makefile.am: Don't install mcserv documentation if mcfs
139         support is disabled.
141         * lib/*.ti: Remove, these files are obsolete.
142         * lib/tdiff: Likewise.
143         * lib/xterm.tcap: Likewise.
144         * lib/Makefile.am: Remove obsolete files.  Don't install
145         README.xterm and xterm.ad, there are partly obsolete and can
146         break things if used as is.
148 2003-09-22  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
150         * lib/mc.hint.sr: Updated.
151         * lib/mc.menu.sr: New file - translated menu.
152         * lib/Makefile.am: Add mc.menu.sr.
153         * doc/sr/: New Serbian documentation.
154         * doc/Makefile.am: Add "sr" directory.
155         * configure.in: Add substitutions for new files.
157 2003-09-22  Pavel Roskin  <proski@gnu.org>
159         * configure.in: Check for strlcpy() if glib 1.2.x is used.
161 2003-09-11  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
163         * lib/mc.hint.sr: New file - Serbian hints.
165 2003-09-04  Pavel Roskin  <proski@gnu.org>
167         * lib/mc.menu: Add entry for viewing manual pages.
169 2003-08-18  Pavel Roskin  <proski@gnu.org>
171         * lib/mc-wrapper.csh.in: Use "id" command to find the real user
172         id.  $USER is not reliable.
173         * lib/mc-wrapper.sh.in: Likewise.
174         Reported by Figura Peter <peterf@autus.sk>
176 2003-08-18  Andrew V. Samoilov  <sav@bcs.zp.ua>
178         * acinclude.m4 (MC_WITH_NCURSES): Fix ESCDELAY check on Solaris.
179         Make sure that linking succeeds.
181 2003-08-02  Pavel Roskin  <proski@gnu.org>
183         * lib/cedit.menu: Avoid using "id -u", it doesn't work on
184         Solaris.  From Andrew V. Samoilov <sav@bcs.zp.ua>
186 2003-07-23  Pavel Roskin  <proski@gnu.org>
188         * lib/mc.lib: Add more "end" and "home" sequences for xterm.
190 2003-07-22  Pavel Roskin  <proski@gnu.org>
192         Get rid of all references to NATIVE_WIN32.
194         * pc: Remove.  No work has been done on the PC post for years.
195         * README.PC: Likewise.
196         * Makefile.am: Adjust for the above.
197         * configure.in: Likewise.
199 2003-07-21  Pavel Roskin  <proski@gnu.org>
201         * configure.in: Check posix_openpt() first and fallback to
202         GNU-specific getpt() only if needed.
204 2003-06-29  David Sterba  <dave@jikos.cz>
206         * lib/mc.hint.cs: Typo fixes.
208 2003-06-25  Marco Ciampa  <ciampix@libero.it>
210         * doc/it/mc.1.in: small fix
212 2003-06-23  Andrew V. Samoilov  <sav@bcs.zp.ua>
214         * lib/mc.ext: Allow ZIP in all capitals in "file" output.
216 2003-06-18  Pavel Roskin  <proski@gnu.org>
218         * configure.in: Remove test for SCO UNIX.  Remove all references
219         to SCO_FLAVOR everywhere.  SCO flavor is rather unsavory now.
221 2003-06-06  Pavel Roskin  <proski@gnu.org>
223         * lib/mc.ext.in: Don't run compressed logs from /var/log through
224         nroff.  Suggested by Alfie Costa <agcosta@gmx.net>
226 2003-05-16  Marco Ciampa  <ciampix@libero.it>
228         * syntax/ruby.syntax: upgrade
229         * syntax/perl.syntax: small fix
231 2003-05-14  Marco Ciampa  <ciampix@libero.it>
233         * syntax/ruby.syntax: New file - syntax for Ruby.
234         * syntax/Syntax: Add ruby.syntax.
235         * syntax/Makefile.am: Likewise.
237 2003-05-08  Pavel Roskin  <proski@gnu.org>
239         * mc.spec.in: Strip pre-1998 changelog to work around a bug in
240         rpm 4.2, which doesn't like %install inside %changelog.
242 2003-04-29  Pavel Roskin  <proski@gnu.org>
244         * configure.in: Add vfs/extfs/iso9660 to AC_CONFIG_FILES.
245         * lib/mc.ext.in: Add support for ISO images.
247 2003-03-31  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
249         * syntax/Syntax: Highlight *.mc as a makefile.
250         * syntax/sql.syntax: Add more keywords for PostgreSQL.
252 2003-03-21  Pavel Roskin  <proski@gnu.org>
254         * syntax/sh.syntax: Highlight "find".  Highlight whole string
255         after "#!".  Make unrecognized text inside `` less bright.
257 2003-03-17  Marco Ciampa  <ciampix@libero.it>
259         * doc/it/mc.1.in: Some manual fixes.
261 2003-03-14  Pavel Roskin  <proski@gnu.org>
263         * syntax/c.syntax: Allow integer specifiers for %x and %X in C
264         format strings.
265         * syntax/cs.syntax: Likewise.
266         * syntax/java.syntax: Likewise.
267         * syntax/ml.syntax: Likewise.
268         * syntax/php.syntax: Likewise.
269         * syntax/python.syntax: Likewise.
270         * syntax/slang.syntax: Likewise.
271         * syntax/swig.syntax: Likewise.
273 2003-03-11  Pavel Roskin  <proski@gnu.org>
275         * acinclude.m4 (MC_ASM_LABELS): New macro to work around a bug
276         gettext.  Define _INTL_REDIRECT_MACROS if needed.
277         * configure.in: Use MC_ASM_LABELS.
279 2003-03-07  Pavel Roskin  <proski@gnu.org>
281         * configure.in: Add --with-glib-static option.
283 2003-03-06  Pavel Roskin  <proski@gnu.org>
285         * syntax/spec.syntax: Add BuildArch.
287 2003-03-05  Pavel Roskin  <proski@gnu.org>
289         * configure.in: Check availability of setsid().
291 2003-03-04  Sanlig Badral  <Badral@chinggis.com>
293         * po/LINGUAS: added Mongolian (mn) translation.
295 2003-03-03  Pavel Roskin  <proski@gnu.org>
297         * lib/mc.lib: Add xterm arrows both for application and normal
298         mode.  Normal mode can be accidentally enabled if one mc is run
299         from another and Ctrl-O is used to switch between them.
300         Add F11-F20 definitions for cons25 (FreeBSD console).
302 2003-02-27  Juan C. Olivares  <juancri@TAGnet.org>
304         * syntax/cs.syntax: New file.
305         * syntax/Syntax: Add cs.syntax.
306         * syntax/Makefile.am: Likewise.
308 2003-02-27  Marco Ciampa  <ciampix@libero.it>
310         * doc/it/mc.1.in: updated manual with -e switch description.
312 2003-02-26  Pavel Roskin  <proski@gnu.org>
314         * syntax/syntax.syntax: Highlight "define".
316 2003-02-23  Marco Ciampa  <ciampix@libero.it>
318         * doc/it/mc.1.in: updated manual with some stylistic changes.
320 2003-02-23  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
322         * lib/mc.ext.in: Add entry for QNX Neutrino packages.
324 2003-02-22  Pavel Tsekov  <ptsekov@gmx.net>
326         * acinclude.m4 [AC_G_MODULE_SUPPORTED]: New macro.
327         * configure.in: Test for gmodule.  Don't link mc with libX11 if
328         gmodule is supported.
330 2003-02-22  Pavel Roskin  <proski@gnu.org>
332         * configure.in: Add --with-glib12 option to configure to force
333         using glib 1.2.x.
335 2003-02-21  Andrew V. Samoilov  <sav@bcs.zp.ua>
337         * doc/ru/mc.1.in (Layout): Translate 'Xterm window title' option.
338         (Extension File Edit): Translate include feature.
340 2003-02-20  Pavel Roskin  <proski@gnu.org>
342         * configure.in: Move list of all translations ...
343         * po/LINGUAS: ... here.
345 2003-02-18  Pavel Roskin  <proski@gnu.org>
347         * syntax/c.syntax: Highlight C++ comments in preprocessor
348         directives.
349         Reported by Oswald Buddenhagen <ossi@kde.org>
351 2003-02-13  Marco Ciampa  <ciampix@libero.it>
353         * doc/it/mc.1.in: updated manual following it.po changes.
355 2003-02-05  Pavel Roskin  <proski@gnu.org>
357         * configure.in: Bump version to 4.6.0a.
359         * configure.in: Version 4.6.0 released.
361 2003-02-04  Arpi  <arpi@mplayerhq.hu>
363         * syntax/Syntax: Match *.syntax before other files to fix
364         highlighting of makefile.syntax.
366 2003-02-04  Pavel Roskin  <proski@gnu.org>
368         * syntax/c.syntax: Revert highlighting trailing whitespaces.
370 2003-02-03  Andrew V. Samoilov  <sav@bcs.zp.ua>
372         * autogen.sh: Fix unportable "+" sed regexp in gettext_ver
373         calculation.  Reported by vlad@geekizoid.com.
375 2003-01-31  Pavel Roskin  <proski@gnu.org>
377         * syntax/nroff.syntax: Make colors more compatible with the
378         highlighting used in the internal viewer - yellow for bold and
379         brightred for italic.
381 2003-01-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
383         * syntax/c.syntax: Highlight trailing whitespace(s).
385 2003-01-30  Pavel Tsekov  <ptsekov@gmx.net>
387         * acinclude.m4 (MC_WITH_NCURSES): Check -lcurses if -lncurses
388         doesn't work.  Useful on OpenBSD 3.2.
390 2003-01-29  Pavel Roskin  <proski@gnu.org>
392         * lib/mc.ext.in: Fix missing semicolon that affected viewing RPM
393         packages.
395 2003-01-24  Pavel Roskin  <proski@gnu.org>
397         * configure.in: Add -lposix on A/UX before all tests.
399 2003-01-23  Pavel Roskin  <proski@gnu.org>
401         * acinclude.m4 (MC_EXTFS_CHECKS): Fix redirection to /dev/null.
403 2003-01-22  Pavel Roskin  <proski@gnu.org>
405         * configure.in: Bump version to 4.6.0-pre3a.
407         * configure.in: Version 4.6.0-pre3 released.
409         * acinclude.m4 (_MC_WITH_XSLANG): Drop support for old S-Lang
410         versions that required the native curses library on some OSes.
412 2003-01-19  Adam Byrtek  <alpha@debian.org>
414         * doc/mcview.1.in: New file.
415         * configure.in: Treat it like doc/mcedit.1.in.
416         * doc/Makefile.am: Likewise.
418 2003-01-17  Adam Byrtek  <alpha@debian.org>
420         * doc/mc.1.in (Layout): Document 'Xterm window title' option.
422 2003-01-16  David Martin  <dmartina@excite.com>
424         * doc/mc.1.in: Add EXTernal virtual File System node (extfs).
426 2003-01-16  David Martin  <dmartina@excite.com>
428         * doc/mc.1.in: Set man page header and footer.
429         * doc/es/mc.1.in: Likewise.
430         * doc/hu/mc.1.in: Likewise.
431         * doc/it/mc.1.in: Likewise.
432         * doc/pl/mc.1.in: Likewise.
433         * doc/ru/mc.1.in: Likewise.
435 2003-01-12  David Martin  <dmartina@excite.com>
437         * po/es.po: Update. Rewrite localized names for some menu entries.
438         * doc/es/mc.1.in: Likewise.
439         * lib/mc.hint.es: Likewise.
441 2002-12-27  David Martin  <dmartina@excite.com>
443         * doc/pl/xnc.hlp: Update GPL (change FSF address and move 19xx
444         entries to "year").
446 2002-12-26  Pavel Roskin  <proski@gnu.org>
448         * configure.in: Release 4.6.0-pre2, bump version to 4.6.0-pre2a.
450         * configure.in: Fix non-portable operator.  Bump version to
451         4.6.0-pre2.
453 2002-12-24  Pavel Roskin  <proski@gnu.org>
455         * lib/mc.ext.in: Use --nosignature with rpm to avoid a message
456         in the viewer about unsigned packages.
458         * acinclude.m4 (MC_WITH_SLANG): Don't add -lslang to MCLIBS if
459         the system S-Lang is rejected.
461         * lib/mc.ext.in: Play *.mov by mplayer.
463 2002-12-23  Pavel Roskin  <proski@gnu.org>
465         * configure.in: Enable X11 support by default, use --without-x
466         to disable.
468 2002-12-19  Pavel Roskin  <proski@gnu.org>
470         * syntax/perl.syntax: Add separate context for function
471         declarations and definitions, highlight prototypes.
473 2002-12-11  Pavel Roskin  <proski@gnu.org>
475         * acinclude.m4 (MC_EXTFS_CHECKS): Add check for Perl.
476         * configure.in: Substitute Perl location in all extfs scripts
477         written in Perl.
479 2002-12-11  David Martin  <dmartina@excite.com>
481         * doc/xnc.hlp: Update GPL (change FSF address
482         and move 19xx entries to "year").
483         * doc/es/xnc.hlp: Likewise.
484         * doc/hu/xnc.hlp: Likewise.
485         * doc/it/xnc.hlp: Likewise.
486         * doc/ru/xnc.hlp: Likewise.
488 2002-12-09  Pavel Roskin  <proski@gnu.org>
490         * lib/mc.ext.in: Remove ftplist.  Add patchfs.
492 2002-11-29  Andrew V. Samoilov  <sav@bcs.zp.ua>
494         * autogen.sh: Use $srcdir/configure.mc instead of
495         $srcdir/configure if first one exists and is executable.
497 2002-11-28  Pavel Roskin  <proski@gnu.org>
499         * configure.in: Determine which help translations user wants to
500         install, based on USE_NLS, LINGUAS and ALL_LINGUAS.
501         * doc/Makefile.am: Set SUBDIR to the list of the requested
502         translations.
504         * acinclude.m4 (MC_EXTFS_CHECKS): New macro.
505         (MC_WITH_VFS): Call MC_EXTFS_CHECKS.
506         * configure.in: Generate vfs/extfs/uzip.
507         * vfs/extfs/uzip: Move to vfs/extfs/uzip.in.
508         * vfs/extfs/Makefile.am: Corresponding adjustments.
510 2002-11-26  Pavel Roskin  <proski@gnu.org>
512         * syntax/sql.syntax: Add highlighting for dot and backticks.
514 2002-11-16  Pavel Roskin  <proski@gnu.org>
516         * configure.in: Move check for pwdauth() to MC_MCSERVER_CHECKS.
517         * acinclude.m4 (MC_MCSERVER_CHECKS): If using crypt(), check for
518         shadow password support.
520         * acinclude.m4 (MC_MCSERVER_CHECKS): Don't limit PAM check to
521         Linux.  Use AC_SEARCH_LIBS to find crypt().  Consolidate mcserv
522         libraries into MCSERVLIBS.
524         * configure.in: Move all mcserv related checks ...
525         * acinclude.m4 (MC_MCSERVER_CHECKS): ... here.
527 2002-11-15  Pavel Roskin  <proski@gnu.org>
529         * configure.in: Fully enable glib2.  Update the documentation.
531 2002-11-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
533         * lib/mc.menu: Don't use --repetitive-best option with bzip2 -
534         it is redundant in versions 0.9.5 and above.
536 2002-11-10  Pavel Roskin  <proski@gnu.org>
538         * configure.in: Check for uintptr_t.  Needed to compile regex.c
539         on MacOS X.  Reported by Wim Rijnders <wimrijnders@home.nl>
541 2002-11-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
543         * syntax/ada95.syntax: Highlight "then" and "else".
544         From Victor Porton <porton@ex-code.com>.
545         Highlight "exit".
547 2002-11-06  Pavel Roskin  <proski@gnu.org>
549         * lib/edit.indent.rc: Remove all options for indent and add a
550         comment explaining where those options should be.
552 2002-11-05  Pavel Roskin  <proski@gnu.org>
554         * lib/mc-wrapper.csh.in: Remove /bin/csh at the beginning - this
555         script is not meant to be executed by the kernel.  This also
556         eliminates dependency of the RPM package on csh.
557         * lib/mc-wrapper.sh.in: Remove /bin/sh at the beginning.
559 2002-11-01  Pavel Roskin  <proski@gnu.org>
561         * configure.in: Don't substitute mc.sh and mc.csh - it's now
562         done ...
563         * lib/Makefile.am: ... here.  Add wrappers for mc to avoid
564         defining complex shell scripts in functions and aliases.
565         * lib/mc-wrapper.csh.in: New file - template for the script
566         that runs mc and changes directory in csh.
567         * lib/mc-wrapper.sh.in: New file - template for the script
568         that runs mc and changes directory in sh.
570 2002-11-01  Andrew V. Samoilov  <sav@bcs.zp.ua>
572         * doc/mc.1.in (Keys): Document S-<chr>.
573         * doc/ru/mc.1.in: Likewise.
575 2002-10-31  Pavel Roskin  <proski@gnu.org>
577         * syntax/diff.syntax: Revert highlighting for trailing spaces
578         on the added lines - it extends the context to the next line.
580         * lib/mc.csh.in: Add quoting and check for missing file.
582         * lib/mc.csh.in: Update to use the new -P option.  This script
583         has absolutely no protection against special symbols in
584         directory names and lacks TMPDIR support.
586         * lib/mc.sh.in: Update to use the new -P option.
588         * configure.in: Displaying the install paths is too problematic
589         to implement properly.  Remove this code.
591 2002-10-29  Pavel Roskin  <proski@gnu.org>
593         * lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.
594         * configure.in: Likewise.  Add "-c" (disable ANSI color) to
595         MAN_FLAGS if supported.
597         * acinclude.m4 (MC_WITH_SLANG): Reject S-Lang with UTF-8
598         support, unless external S-Lang was explicitly requested.
600 2002-10-24  Pavel Roskin  <proski@gnu.org>
602         * lib/mc.ext.in: Don't use links to view html - the "-dump"
603         option has been removed in the recent versions.
604         From David Martin <dmartina@excite.com>
606 2002-10-21  Pavel Roskin  <proski@gnu.org>
608         * acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
609         to the final configuration message.
611 2002-10-17  Pavel Roskin  <proski@gnu.org>
613         * doc/hu/Makefile.am: Generate Hungarian help file from the
614         manual, just like other languages.
615         * doc/hu/mc.1.in: New file, converted from the help file.
616         * doc/hu/xnc.hlp: Likewise.
617         * configure.in: Adjust for the above.
619         * doc/mc.1.in: Add node names.  Remove redundant paragraph
620         breaks at the start and the end of the sections.  Mention
621         "stalelink" as color keyword.
623 2002-10-14  Pavel Roskin  <proski@gnu.org>
625         * lib/mc.ext.in: Don't use "-dump" option with "links".
626         From David Martin <dmartina@excite.com>
628 2002-10-13  Pavel Roskin  <proski@gnu.org>
630         * lib/mc.hint*: Remove all references to "-1" - hints file is no
631         substitute to unambiguous GUI.
632         From Christian Laubscher <christian.laubscher@tiscalinet.ch>
634 2002-10-12  Pavel Roskin  <proski@gnu.org>
636         * lib/mc.ext.in: Redirect stderr from "links" to suppress a
637         warning if it's not found.
639 2002-10-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
641         * doc/mc.1.in (SMB File System): Username is allowed in
642         URLs now (/#smb:[user@]machine).
643         * doc/ru/mc.1.in: Likewise.
645 2002-10-08  Pavel Roskin  <proski@gnu.org>
647         * configure.in: Rename RH_VERSION to RPM_VERSION - not every
648         rpm-based system is Red Hat.  Replace all dashes, not just one.
650         * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
651         termcap if terminfo is missing in the known locations.
652         * configure.in: Remove --with-termcap processing, it is now in
653         acinclude.m4.
655 2002-10-02  Pavel Roskin  <proski@gnu.org>
657         * syntax/syntax.syntax: Fix highlighting for "gray".
659 2002-10-01  Pavel Roskin  <proski@gnu.org>
661         * configure.in: Expand $bindir and $datadir to show at the end.
662         Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
664 2002-09-29  Pavel Roskin  <proski@gnu.org>
666         * configure.in: Remove the argument from --with-gpm-mouse.  The
667         directories for include files and libraries can be specified
668         using LDFLAGS and CPPFLAGS, as documented in the output of
669         "configure --help".
671         * configure.in: Complete rewrite of the screen library support.
672         Add new option --with-screen instead on --with-slang,
673         --with-included-slang and --with-ncurses.  Only allow
674         --with-termcap is using the included S-Lang library.
675         * aclocal.m4: Corresponding changes.
677         * syntax/mail.syntax: Replace "wholechars right" and "wholechars
678         left" with single "wholechars".
679         * syntax/nroff.syntax: Likewise.
680         * syntax/sh.syntax: Likewise.
681         * syntax/tcl.syntax: Likewise.
683         * syntax/*.syntax: Remove numeric Cooledit colors.  It's
684         unreasonable to require them to be correct.  On the other hand,
685         Cooledit can easily be changed to accept named color names.
687         * syntax/syntax.syntax: Don't require Cooledit colors for
688         highlighting color names.  Remove Cooledit colors.
690         * syntax/m4.syntax: Don't use yellow color on parentheses, since
691         it interferes with parentheses highlighting.  Remove list of
692         supported Autoconf macros.
694 2002-09-26  Pavel Roskin  <proski@gnu.org>
696         * syntax/syntax.syntax: Remove highlighting for numbers - it's
697         for Cooledit only.
699         * syntax/c.syntax: Require at least one space at the beginning
700         of indented cpp directives.  Use brightmagenta for them.
702         * syntax/syntax.syntax: Don't start keywords with "\[" - it
703         doesn't work.  Use "\[\]" at the end of keywords to suppress
704         their special meaning.
706 2002-09-22  Pavel Roskin  <proski@gnu.org>
708         * doc/Makefile.am: Remove width from the man2hlp command line.
709         The same for translations.
711         * configure.in: Remove support for HSC proxy - it's obsolete.
712         Remove all references to HSC proxy everywhere.
714 2002-09-21  Pavel Roskin  <proski@gnu.org>
716         * configure.in: Bump version to 4.6.0-pre1b.
718         * doc/hu/mc.hlp.hu: Rename to ...
719         * doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
720         * configure.in: Substitute doc/hu/mc.hlp.hu.
721         * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
723         * doc/mc.1.in: Update path to the data files.  Rename MC_LIBDIR
724         to MC_DATADIR.  Make the same changes in the translations.
726         * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
727         directory for architecture-independent files.
729 2002-09-19  Pavel Roskin  <proski@gnu.org>
731         * syntax/m4.syntax: New file.
732         * syntax/Syntax: Add m4.syntax.
733         * syntax/Makefile.am: Likewise.
734         From Vlad Romanenko <VladRomanenko@ukr.net>
736         * syntax/sql.syntax: Only recognize non-standard MySQL comments
737         at the beginning of line.
739 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
741         * syntax/syntax.syntax: Add "linestart" for "context",
742         "context default" and "context exclusive" keywords.
743         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
744         and "%5.5s" formats.
746 2002-09-18  Pavel Roskin  <proski@gnu.org>
748         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
749         rules for syntax files ...
750         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
751         and "include" keywords.
752         * syntax/Makefile.am: Add syntax.syntax.
754 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
756         * syntax/js.syntax: Advanced number highlighting.
758 2002-09-17  Pavel Roskin  <proski@gnu.org>
760         * syntax/c.syntax: Highlight "?" by the same color as ":".
761         * syntax/java.syntax: Likewise.
762         * syntax/swig.syntax: Likewise.
763         * syntax/python.syntax: Remove duplicate keyword ":".
765         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
766         m4 directory is used by aclocal.
767         * m4/Makefile.am: New file.
768         * configure.in: Substitute m4/Makefile.
769         * autogen.sh: Don't copy any macro files, use m4 directory.
771         * syntax/Makefile.am: Add js.syntax.
773         * configure.in: Add support for glib 2.x.  Right now, it has to
774         be explicitly enabled by `--with-glib2'.
775         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
777 2002-09-16  Pavel Roskin  <proski@gnu.org>
779         * syntax/js.syntax: New file.
780         * syntax/Syntax: Add js.syntax.
781         From Vlad Romanenko <VladRomanenko@ukr.net>
783 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
785         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
786         of local xnc.hlp
787         * doc/pl/xnc.hlp: Removed.
789 2002-09-13  Pavel Roskin  <proski@gnu.org>
791         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
792         Remove "potfiles" command.
793         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
794         compatibility with gettext 0.10.x.
796         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
797         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
799         * po/Makevars: New file for compatibility with gettext 0.11.x.
801         * configure.in: Remove "Debugger code" message.
803         * acinclude.m4: Replace undelfs_o with use_undelfs.
804         * configure.in: Likewise.  Don't substitute it.
806         * configure.in: Simplify processing of without-edit.  Replace
807         several variables with use_edit.
808         * acinclude.m4: Remove AC_WITH_EDIT.
810         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
811         use_smbfs.
812         * configure.in: Likewise.
813         * INSTALL: Document --with-samba.
815         * configure.in: Roll --enable-mcserv-install into ...
816         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
817         * INSTALL: Document --with-mcfs.
819 2002-09-12  Pavel Roskin  <proski@gnu.org>
821         * configure.in: Don't check if crypt() prototype is needed to
822         avoid warnings - the whole code is not worth avoiding one
823         legitimate warning.
824         * acinclude.m4: Remove AC_TRY_WARNINGS.
826         * configure.in: ALL_LINGUAS should be defined unconditionally.
828         * acinclude.m4: Clarify some help texts, add defaults in square
829         brackets, use more consistent spacing.
830         * configure.in: Likewise.
832         * lib/mc.menu: Don't call tarballs "releases".  Don't
833         dereference symlinks.
835 2002-09-10  Pavel Roskin  <proski@gnu.org>
837         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
839 2002-09-07  Pavel Roskin  <proski@gnu.org>
841         * configure.in: Eliminate --with-terminfo option, which was
842         essentially equivalent to --with-included-slang and didn't force
843         anything.
844         * acinclude.m4 (AC_USE_TERMINFO): Remove.
845         * INSTALL: Adjust to match.
846         * FAQ: Likewise.
848 2002-09-05  Pavel Roskin  <proski@gnu.org>
850         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
851         NETFILES - it's unused.
853         * configure.in: Check for arpa/inet.h.
855         * mcfn_install: Remove.  Also remove all references to it.
856         * INSTALL.FAST: Update information about ncurses.
857         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
859         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
860         LIBS.
861         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
862         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
863         test for ncurses in non-standard directories.
865 2002-09-04  Pavel Roskin  <proski@gnu.org>
867         * lib/mc.ext.in: Remove edit rules for compressed files that
868         were compressing even unchanged files - the editor itself can
869         handle compression better.
871 2002-09-03  Pavel Roskin  <proski@gnu.org>
873         * acinclude.m4: Remove Termnet support, it's too old and obscure
874         to be supported properly.
876 2002-08-27  Pavel Roskin  <proski@gnu.org>
878         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
879         OpenOffice.org, not StarOffice.  Add more video formats.
881         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
882         unnecessary pipeline.  Redirect stderr from cpio, because it can
883         be non-empty even for successful operations.
885 2002-08-26  Pavel Roskin  <proski@gnu.org>
887         * syntax/spec.syntax: New file.
888         * syntax/Syntax: Add spec.syntax.
889         * syntax/Makefile.am: Likewise.
890         From PLD Linux Distribution with minor changes.
892 2002-08-25  Pavel Roskin  <proski@gnu.org>
894         * lib/mcserv.init: Update from Red Hat package.
895         * lib/mcserv.pamd: Likewise.
897         * configure.in: Fix interpretation of the iconv test result.
898         Reported by Pavel Shirshov <pavelsh@mail.ru>
900         * mc.sh.in: Only bash needs the mc() function to be exported.
902         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
903         instead of /usr where appropriate.
904         * doc/Makefile.am: Enable generation of the help file.
906         * doc/pl/*: Add Polish translation.
907         * doc/Makefile.am: Adjust for the above.
908         * configure.in: Likewise.
910 2002-08-24  Pavel Roskin  <proski@gnu.org>
912         * lib/edit.indent.rc: Use tidy to format HTML.
913         From David Martin <dmartina@excite.com>
915         * lib/cedit.menu: Remove all references to the error file.
916         * lib/edit.indent.rc: Likewise.
917         * lib/edit.spell.rc: Likewise.
919 2002-08-23  Pavel Roskin  <proski@gnu.org>
921         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
922         use only for the programs that need it (mc and mcserv).
924         * configure.in: Fix help text for gpm and ncurses.  Properly
925         handle --without-ncurses.
926         Reported by Moritz Barsnick <moritz@barsnick.net>
928         * configure.in: Work around a bug in Autoconf-2.53 that prevents
929         splitting of user-specified path in AC_PATH_PROGS.
931         * configure.in: Move glib test earlier, as it tends to fail for
932         many users.  Make GLIB_CONFIG a precious variable.  Check for
933         glib12-config - that's how it's called on FreeBSD.
934         Reported by Pavel Shirshov <pavelsh@mail.ru>
936 2002-08-22  Pavel Roskin  <proski@gnu.org>
938         * configure.in: Remove old-style Linux-only support for shadow
939         passwords.
941 2002-08-21  Pavel Roskin  <proski@gnu.org>
943         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
944         now, otherwise Automake 1.5 breaks.  Remove version number from
945         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
946         Substitute RH_VERSION, which is VERSION without dashes, needed
947         for RedHat specfile.
949         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
950         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
951         two places.
953         Release mc-4.6.0-pre1.
955         * configure.in: Bump version to 4.6.0-pre1.
956         * po/*.po: Regenerate.
958 2002-08-20  David Martin  <dmartina@excite.com>
960         * doc/es/mc.1.in: Minor changes.
961         * doc/es/xnc.hlp: Likewise.
963 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
965         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
966         %{_mandir}/*/man1/*.
968 2002-08-20  Pavel Roskin  <proski@gnu.org>
970         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
972 2002-08-19  Pavel Roskin  <proski@gnu.org>
974         * configure.in: Add Italian documentation.
975         * doc/Makefile.am: Likewise.
977         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
979         * configure.in: Enable subshell support on all operating systems
980         by default.  Old issues are most likely solved by now.
982 2002-08-18  Pavel Roskin  <proski@gnu.org>
984         * lib/mc.ext.in: Try links before lynx.  Force full path when
985         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
986         is already broken if the program starts in background.  Add a
987         comment discouraging taking this code as example.
989         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
990         obsolete.
991         * doc/es/mc.1.in: Likewise.
992         * doc/ru/mc.1.in: Likewise.
993         * doc/hu/mc.hlp.hu: Likewise.
995         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
996         was unsafe by design and is no longer supported.  Use %t instead
997         of %u to preserve tags in case of failure.
999         * vfs/extfs/ftplist.in: Remove support for running commands, it
1000         makes no sense.
1002 2002-08-16  Pavel Roskin  <proski@gnu.org>
1004         * lib/mc.global: Remove, it duplicates the role of mc.lib.
1005         * lib/mc.lib: Add contents of mc.global.
1006         * lib/Makefile.am: Remove all references to mc.global.
1008         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
1009         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
1011 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
1013         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
1014         set, umask and unset like other builtin commands.
1016 2002-08-15  Pavel Roskin  <proski@gnu.org>
1018         * configure.in: Remove check for SIGTSTP, it's not needed for
1019         the subshell support.
1021         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
1022         done at runtime.
1023         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
1025 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
1027         * doc/ru/mc.1.in: Remove reference to README.edit.
1028         * doc/mc.1.in: Likewise.
1029         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
1030         everywhere.
1032 2002-08-14  Pavel Roskin  <proski@gnu.org>
1034         * doc/mc.1.in: Consistently use "native" ftp syntax.
1035         * doc/ru/mc.1.in: Likewise.
1036         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
1037         * doc/es/xnc.hlp: Likewise.
1039         * lib/mc.hlp.hu: Move ...
1040         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
1042 2002-08-09  Pavel Roskin  <proski@gnu.org>
1044         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
1045         and entries that are obsolete or make no sense.
1047         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
1048         "How to use help".
1050         * doc/Makefile.am: Don't distribute help file.  Generate it in
1051         the build directory.
1052         * doc/es/Makefile.am: Likewise.
1053         * doc/ru/Makefile.am: Likewise.
1055         * lib/xnc.hlp: Move ...
1056         * doc/xnc.hlp: ... here.
1057         * doc/Makefile.am: Necessary adjustments.
1058         * lib/Makefile.am: Likewise.
1059         * src/Makefile.am: Likewise.
1061         * configure.in: Add Spanish documentation.
1062         * doc/Makefile.am: Likewise.
1063         * doc/es: Spanish documentation.
1064         From David Martin <dmartina@excite.com>
1066 2002-08-08  Pavel Roskin  <proski@gnu.org>
1068         * lib/mc.lib: Add f11-f20 keys for Konsole.
1070 2002-08-06  Pavel Roskin  <proski@gnu.org>
1072         * syntax/lisp.syntax: New file.
1073         * syntax/Syntax: Add lisp.syntax.
1074         * syntax/Makefile.am: Likewise.
1075         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
1076         changes.
1078 2002-08-04  Pavel Roskin  <proski@gnu.org>
1080         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
1081         subshell if this test fails.
1083 2002-08-03  Pavel Roskin  <proski@gnu.org>
1085         * syntax/mail.syntax: Colors changed to be more readable.
1087         * syntax/html.syntax: Don't require character entities to be
1088         whole, but check their validity.
1090 2002-08-02  Pavel Roskin  <proski@gnu.org>
1092         * configure.in: No longer need to define REGEX_MALLOC.
1094 2002-08-01  Pavel Roskin  <proski@gnu.org>
1096         * configure.in: Remove support for MAD and Electric Fence.
1097         Developers should use modern memory debuggers (e.g. Valgrind).
1098         * INSTALL: Remove references to MAD.
1100 2002-07-31  Pavel Roskin  <proski@gnu.org>
1102         * syntax/html.syntax: Remove recognition for any individual
1103         words - there are too many of them, we cannot keep up.
1105 2002-07-30  Pavel Roskin  <proski@gnu.org>
1107         * doc/ru/Makefile.am: Use man2hlp directly.
1109 2002-07-28  Pavel Roskin  <proski@gnu.org>
1111         * syntax/changelog.syntax: Highlight "*" only after tab.  This
1112         requires fixed syntax highlighting.
1114         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
1115         default. Open *.xls with gnumeric.  Use mplayer for most video
1116         formats.
1118         * syntax/nroff.syntax: Require most keywords to be whole.
1120 2002-07-21  Pavel Roskin  <proski@gnu.org>
1122         * syntax/fortran.syntax: Fix highlighting of "*" at the
1123         beginning of line.  Recognize "     +" as continuation.  Move
1124         all "linestart" keywords earlier to avoid more conflicts.
1126 2002-07-18  Pavel Roskin  <proski@gnu.org>
1128         * syntax/unknown.syntax: Don't highlight anything by default.
1130         * syntax/changelog.syntax: Highlight functions without
1131         filenames.
1132         * syntax/Syntax: Match *ChangeLog*.
1134         * syntax/c.syntax: Reenable highlighting for "/" and preserve
1135         highlighting for "//" comments by using exclusive context.
1136         * syntax/java.syntax: Likewise.
1137         * syntax/swig.syntax: Likewise.
1138         * syntax/slang.syntax: Reenable highlighting for "/".
1139         * syntax/sql.syntax: Enable highlighting for "/" and "-".
1141         * syntax/sql.syntax: New file.
1142         * syntax/Syntax: Add sql.syntax.
1143         * syntax/Makefile.am: Likewise.
1144         From Walery Studennikov <despair@sama.ru> with minor changes.
1146 2002-07-16  Pavel Roskin  <proski@gnu.org>
1148         * lib/mc.ext.in: Remove handling of executables.  They should
1149         be handled internally for "pause after run" to work.
1151         * syntax/Syntax: Associate *.itcl with tcl.syntax.
1152         * syntax/tcl.syntax: Add itcl keywords, other improvements.
1154 2002-07-15  Pavel Roskin  <proski@gnu.org>
1156         * configure.in: Don't check for strcasecmp(), strncasecmp() and
1157         strdup() - test results are not used except in gettext, which
1158         provides its own tests.
1160         * configure.in: When checking for ncurses, check for
1161         has_colors(), not curses_version() - the later is missing in
1162         older version of ncurses.
1164 2002-07-13  Pavel Roskin  <proski@gnu.org>
1166         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
1167         not to LIBS.
1168         * configure.in: Fix breakage in ncurses headers check from the
1169         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
1170         Define REGEX_MALLOC here.
1172         * acinclude.m4 (AC_NCURSES): Remove.
1173         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
1174         AC_CHECK_LIB to check existence of ncurses library.  Eliminate
1175         variables force_ncurses and search_ncurses.
1177 2002-07-10  Pavel Roskin  <proski@gnu.org>
1179         * configure.in: Remove --with-netrc, it is now default and can
1180         be disabled at the runtime.
1182         * syntax/tcl.syntax: New file.
1183         * syntax/Syntax: Add tcl.syntax.
1184         * syntax/Makefile.am: Likewise.
1185         * syntax/java.syntax: Don't treat #define separately from other
1186         preprocessor directives.
1187         * syntax/slang.syntax: Likewise.
1188         * syntax/swig.syntax: Likewise.
1190 2002-07-09  Pavel Roskin  <proski@gnu.org>
1192         * syntax/c.syntax: Don't treat #define separately from other
1193         preprocessor directives.
1195 2002-07-08  Pavel Roskin  <proski@gnu.org>
1197         * syntax/perl.syntax: Highlight text after __END__ as a comment.
1198         * syntax/po.syntax: Avoid gray color, which is hard to see.
1200 2002-07-05  Pavel Roskin  <proski@gnu.org>
1202         * syntax/dos.syntax: Add more commands.
1204 2002-07-04  Pavel Roskin  <proski@gnu.org>
1206         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
1207         sort authors.
1209 2002-06-24  Pavel Roskin  <proski@gnu.org>
1211         * syntax/dos.syntax: New file - highlighting for DOS batch
1212         files.  From Petr Kozelka <pkozelka@centrum.cz>
1213         * syntax/Syntax: Add dos.syntax.
1214         * syntax/Makefile.am: Likewise.
1216 2002-06-04  Max Schedriviy  <max@humgat.org>
1218         * syntax/php.syntax: New version.
1220 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
1222         * NEWS: Mention ftpfs/fish uploading changes and new configure
1223         options --with-codepagedir=DIR, --with-configdir=DIR and
1224         --without-mcfs.
1226 2002-05-22  Pavel Roskin  <proski@gnu.org>
1228         * doc/ru/Makefile.am: Fix out-of-tree build.
1230 2002-05-14  Pavel Roskin  <proski@gnu.org>
1232         * configure.in: Fix logic for gettext 0.10.x.
1234 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
1236         * configure.in: Don't generate po/Makefile if
1237         there is 'top_builddir' in po/Makefile.in.
1238         * autogen.sh: More fixes for gettext 0.11+.
1240 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
1242         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
1244 2002-04-21  Pavel Roskin  <proski@gnu.org>
1246         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
1247         can play them.
1249 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
1251         * autogen.sh: Fix for gettext 0.11 family (and newer).
1253 2002-04-08  Pavel Roskin  <proski@gnu.org>
1255         * autogen.sh: Allow gettext newer than 0.10.39.
1256         From Björn Eriksson <bjorn@bjornen.nu>
1258 2002-04-03  Pavel Roskin  <proski@gnu.org>
1260         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
1261         by "make clean" because not everyone has Perl to rebuild it.
1263 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
1265         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
1266         first line regular expression.
1268 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
1270         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
1271         or newer is not used.
1272         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
1274         * src/Makefile.am: Move mc.hlp.ru processing ...
1275         * doc/ru/Makefile.am: ... here.
1277 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
1279         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
1280         * syntax/c.syntax: Highlight "%p" printf format.
1281         Allow '*' as width and precision for strings and numbers.
1283         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
1284         * doc/ru/mc.1.in: Likewise.
1286 2002-03-18  Pavel Roskin  <proski@gnu.org>
1288         * doc/ru/Makefile.am: Distribute xnc.hlp.
1290 2002-03-12  Pavel Roskin  <proski@gnu.org>
1292         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
1294 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
1296         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
1297         * doc/ru/Makefile.am: New file.
1299 2002-03-08  Pavel Roskin  <proski@gnu.org>
1301         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
1303 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
1305         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
1307 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
1309         * doc/mc.1.in: Use nodename `Background jobs' for section
1310         `Background Jobs' to reflect user visible Command menu option
1311         and src/cmd.c dialog implementation.
1313         * doc/ru: New directory for Russian manuals.
1314         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
1315         translated by Victor A. Kostromin for mc 4.5.30.  Converted
1316         from binary mc.hlp.ru, corrected and actualized by me.
1317         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
1318         * doc/ru/.cvsignore: Ignore mc.1.
1320 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
1322         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
1323         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
1324         mc.lib settings.
1326         (Virtual File System): Document SMB File System.
1328 2002-02-26  Pavel Roskin  <proski@gnu.org>
1330         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
1331         message "no symbol found" for unsupported architectures and
1332         provide more useful information.
1334 2002-02-22  Pavel Roskin  <proski@gnu.org>
1336         * README.smbfs: Remove.  It contained no useful information
1337         and the webpage is now dead.
1338         * Makefile.am: Remove README.smbfs.
1340         * README: Mention that glib 1.2.x is required.
1342 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
1344         * lib/edit.indent.rc: Use "#! /bin/sh"
1345         * lib/edit.spell.rc: Likewise.
1346         * lib/mcserv.init: Likewise.
1348         * lib/cedit.menu: Eliminate bashisms.
1349         Add missed `:' in AUTHOR evaluation.
1350         Unset LANGUAGE and make LC_ALL empty.
1351         Use "#! /path/to/program".
1353 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
1355         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
1356         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
1357         Fix tarfs URL syntax example.  Minor typo and format fixes.
1359 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
1361         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
1362         Fix location of configuration files.
1364 2002-02-05  Pavel Roskin  <proski@gnu.org>
1366         * configure.in: Don't use defunct ncurses_version.
1367         Reported by Thomas Dickey <dickey@herndon4.his.com>
1368         Set force_ncurses whenever --with-ncurses is used.  If set,
1369         suppress checks for S-Lang and fail is ncurses is not found.
1371         * configure.in: Introduce a new variable screen_type that is
1372         either "slang" or "ncurses" without additional text.  Use it
1373         instead of screen_manager whenever possible.  Fix text in
1374         AC_NCURSES call, use m4 quotes and move shell quotes into the
1375         macro.
1376         * acinclude.m4: Likewise.
1378 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
1380         * syntax/Syntax: Known Delphi/Kylix source file extensions
1381         supported (*.dpr, *.inc).
1382         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
1383         Special highlighting for CVS keywords.  Understands single-line
1384         comments (//).
1386 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
1388         * configure.in (ALL_LINGUAS): Added "bg"
1390 2002-01-21  Pavel Roskin  <proski@gnu.org>
1392         * NEWS: Mention word completion in the editor.
1394 2002-01-17  Pavel Roskin  <proski@gnu.org>
1396         * extraconf.h: Remove OS/2 specific code.
1398         * doc/mc.1.in (Configuration): Clarify some entries.
1400 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
1402         * acinclude.m4: New options for smbfs:
1403         --with-configdir=DIR    Where the Samba configuration files are (/etc)
1404         --with-codepagedir=DIR  Where the Samba codepage files are
1406 2002-01-11  Pavel Roskin  <proski@gnu.org>
1408         * syntax/xml.syntax: New file - highlighting for XML.
1409         From Petr Kozelka <pkozelka@centrum.cz>
1410         * syntax/Syntax: Add xml.syntax.
1411         * syntax/Makefile.am: Likewise.
1413 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
1415         * configure.in: Added "eu" to ALL_LINGUAS.
1417 2002-01-03  Pavel Roskin  <proski@gnu.org>
1419         * lib/mc.menu: Correct quoting.
1420         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
1422         * NEWS: Mention removal of the OS/2 port.
1423         * README.PC: Remove OS/2 specific parts.
1425 2002-01-02  Pavel Roskin  <proski@gnu.org>
1427         * configure.in: Make help about --with-subshell easier to
1428         understand.  Minor alignment fixes for the help.
1429         * acinclude.m4: Minor alignment fixes for the help.
1431 2001-12-31  Pavel Roskin  <proski@gnu.org>
1433         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
1434         from vfs/Make-mc.in.
1436 2001-12-27  Duarte Loreto  <happyguy_pt@hotmail.com>
1438         * configure.in: Added Portuguese to ALL_LINGUAS
1440 2001-12-21  Pavel Roskin  <proski@gnu.org>
1442         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
1443         Don't remove slang/slang.h - it's never created.
1445         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
1446         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
1447         unused.
1449 2001-12-01  Wang Jian  <lark@linux.net.cn>
1451         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
1453 2001-11-29  Pavel Roskin  <proski@gnu.org>
1455         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
1457 2001-11-27  Pavel Roskin  <proski@gnu.org>
1459         * lib/mc.ext.in: When running X programs in background, do it
1460         from subshell.  Otherwise some of them terminate when mc exits.
1461         Reported by Christian Dysthe <christian@dysthe.net>
1462         Remove some obsolete and gmc-specific entries.  Use StarOffice
1463         to open files detected as "Microsoft Office Document".
1465         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
1466         XFree86 4.1.0.
1468 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
1470         * doc/mcedit.1.in: Fix help file location.
1472 2001-11-14  Pavel Roskin  <proski@gnu.org>
1474         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
1475         fallback to ino_t for e2fsprogs version 1.19 and older.
1477 2001-10-30  Pavel Roskin  <proski@gnu.org>
1479         * lib/mc.ext.in: Add support for Netpbm files.
1481 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
1483         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
1484         http://bugzilla.gnome.org/show_bug.cgi?id=60935
1485         By drk@sgi.com.
1487         * doc/mc.1.in: Document %p macro.
1489 2001-10-24  Pavel Roskin  <proski@gnu.org>
1491         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
1492         Allow using --without-mmap.
1493         * INSTALL: Document --without-mmap.
1495 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
1497         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
1498         of languages to be installed by setting env variable before
1499         configure. If it is empty, it defaults to full list.
1500         By Alex Tkachenko <alex@bcs.zp.ua>.
1502 2001-10-19  Pavel Roskin  <proski@gnu.org>
1504         * syntax/sh.syntax: Highlight reserved words inside backticks.
1505         Use the same wholechars settings for reserved words and
1506         commands.  Recognize more words.  Recognize function definitions
1507         without "function" or without "()".  Use brightmagenta instead
1508         of brightblue.
1510 2001-10-18  Pavel Roskin  <proski@gnu.org>
1512         * configure.in: When checking for "nroff -mandoc" support, don't
1513         use /dev/null as input file, use stdin.  Some versions of nroff
1514         (e.g. groff-1.16.1) don't accept special files.
1516 2001-10-14  Pavel Roskin  <proski@gnu.org>
1518         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
1519         Makefile.  Don't allow any suffixes after "Makefile".
1521 2001-10-12  Pavel Roskin  <proski@gnu.org>
1523         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
1524         format).
1526 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
1528         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
1529         Fix compress<->bzip2 conversion and conversion of tagged
1530         archives.
1532 2001-10-05  Pavel Roskin  <proski@gnu.org>
1534         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
1535         Suggested by Marcel Pol <mpol@gmx.net>
1537         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
1538         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
1539         and *.mid files.
1541 2001-09-30  Pavel Roskin  <proski@gnu.org>
1543         * configure.in: Don't check whether grep supports stdin - it's
1544         not used anymore.
1545         * NEWS: Mention this change.
1547 2001-09-19  Pavel Roskin  <proski@gnu.org>
1549         * doc/mcedit.1.in: Fix a very long line - use double
1550         backslashes since they are interpreted even in the .nf blocks.
1552         * lib/edit.spell.rc: Try aspell before resorting to ispell.
1554         * syntax/php.syntax: Replace with a better implementation by
1555         Max Schedriviy <max@tavrida.net>
1557 2001-09-15  Pavel Roskin  <proski@gnu.org>
1559         * doc/mc.1.in: Fix location of mcedit files.
1560         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
1562 2001-09-14  Pavel Roskin  <proski@gnu.org>
1564         * configure.in: Don't check for ncurses version and for keyok()
1565         because the mouse support code doesn't need this hack anymore.
1567 2001-09-13  Pavel Roskin  <proski@gnu.org>
1569         * configure.in: Fix some cases of overquoting and underquoting.
1570         * acinclude.m4: Likewise.
1572 2001-09-12  Pavel Roskin  <proski@gnu.org>
1574         * configure.in: Update list of browsers.  Don't fallback to
1575         lynx since it cannot be run in background.
1576         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
1577         If no browser for X11 was found, use lynx.
1579         * autogen.sh: Add a workaround to ensure that "depcomp" is
1580         distributed.
1581         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
1582         where appropriate.
1583         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
1584         terminfo.
1586         * configure.in: Use three-argument form of AC_INIT.  Use
1587         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
1588         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
1589         is not needed if AC_CONFIG_AUX_DIR is used.
1590         * vfs/Make-mc.in: Adjust mkinstalldirs location.
1591         * autogen.sh: Create "config" and remove "autom4te.cache".
1593 2001-09-11  Pavel Roskin  <proski@gnu.org>
1595         * syntax/Syntax: New file, extracted from edit/syntax.c.
1596         * syntax/Makefile.am: Add Syntax.
1598         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
1599         to LIBS.  Don't use unportable "grep -q", use "case" instead.
1601 2001-09-10  Pavel Roskin  <proski@gnu.org>
1603         * configure.in: Only check for X if --with-tm-x-support has been
1604         specified.
1606         * configure.in: Add check for sys/ioctl.h.
1608         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
1610         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
1611         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
1612         testing for functions in ncurses.
1614         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
1615         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
1616         * acconfig.h: Remove.
1618         * configure.in: Eliminate LIBSLANG and LSLANG.
1619         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
1621         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
1622         resizeterm() and keyok() only if configuring with ncurses.
1624         * configure.in: Remove now unused variables LIBVFS and LVFS.
1626         * configure.in: Remove unused variables LINTL and INTLDEPS.
1628         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
1629         building with included gettext, because libintl.h is copied
1630         there.
1632 2001-09-09  Pavel Roskin  <proski@gnu.org>
1634         * NEWS: Update.
1636         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
1637         checks -lgen for getmntent as of Autoconf 2.52.
1639 2001-09-07  Pavel Roskin  <proski@gnu.org>
1641         * configure.in: Check for pwd.h.
1643         * Make.common.in: Remove.
1644         * configure.in: Remove all references to Make.common.in and
1645         MCCPPFLAGS.
1646         * aclocal.m4: Likewise.
1648         * configure.in: Require Autoconf 2.52.  Remove hacks for
1649         Autoconf 2.13.
1650         * Makefile.am: Require Automake 1.5.
1652 2001-09-06  Pavel Roskin  <proski@gnu.org>
1654         * syntax/php.syntax: New file - PHP file highlighting.  Copied
1655         from Cooledit 3.17.4.
1656         * syntax/Makefile.am: Add php.syntax.
1658 2001-09-06  Timur Bakeyev  <mc@bat.ru>
1660         * acconfig.h: Brought back couple of symbols, that are still necessary
1661         due reference to them from configure.in.
1663 2001-09-04  Pavel Roskin  <proski@gnu.org>
1665         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
1666         strictness for dates.
1668         * doc/mc.1.in: Fix troff warnings.
1669         * doc/mcedit.1.in: Likewise.
1671 2001-09-03  Pavel Roskin  <proski@gnu.org>
1673         * doc/mc.1.in: Spellcheck.
1674         * doc/mcedit.1.in: Likewise.
1675         * doc/mcserv.8.in: Likewise.
1677         * doc/mc.1.in (Learn Keys): Complete rewrite.
1679 2001-09-02  Pavel Roskin  <proski@gnu.org>
1681         * acconfig.h: Remove all unused symbols.
1683         * lib/ncurses.h: Remove.
1684         * lib/Makefile.am: Remove ncurses.h.
1686 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
1688         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
1690 2001-08-28  Pavel Roskin  <proski@gnu.org>
1692         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
1693         like EOF.
1695 2001-08-26  Pavel Roskin  <proski@gnu.org>
1697         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
1698         CONS_SAVER.  Put all conditionals together.
1700         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
1701         Automake 1.5.
1703         * configure.in: Remove XCURSES variable - it's unused.
1705         * configure.in: New conditional USE_EDIT.
1707         * syntax/changelog.syntax: Don't require '@' to be in the
1708         address.  This also works around a bug in the syntax engine
1709         that prevented highlighting of addresses.
1711 2001-08-25  Pavel Roskin  <proski@gnu.org>
1713         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
1715 2001-08-24  Pavel Roskin  <proski@gnu.org>
1717         * extraconf.h: Remove all references to HAVE_X.
1718         * acinclude.m4: s/GNOME_/MC_/
1719         * configure.in: Likewise.  Remove or clarify all references to
1720         the "text edition".  Minor fixes.
1722         * configure.in: Remove support for curses libraries other than
1723         ncurses.
1724         * acinclude.m4: Likewise.
1725         * FAQ: Remove everything about UNIX curses.
1726         * INSTALL: Likewise.
1728         * configure.in: Enable large file support by default.
1729         * NEWS: Mention it.
1730         * INSTALL: Document it.  Minor fixes.
1732         * FAQ: Remove information about GNOME edition.  Minor fixes.
1733         * README: Likewise.
1734         * NEWS: Mention removing the GNOME edition.
1736         * acinclude.m4: Include all used macros from the macros
1737         directory.
1738         * autogen.sh: Remove all references to "macros".
1739         * Makefile.am: Likewise.
1741         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
1742         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
1744         * lib/startup.links: Remove.
1745         * lib/README.desktop: Likewise.
1746         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
1748         * configure.in: Bump version to 4.5.99a.
1750         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
1751         * po/*.po: Regenerate.
1753         * AUTHORS: Update and spell check.
1754         * FAQ: Likewise.
1755         * INSTALL: Likewise.
1756         * INSTALL.FAST: Likewise.
1757         * NEWS: Likewise.
1758         * README.PC: Likewise.
1759         * README.QNX: Likewise.
1761         * configure.in: Add check for stropts.h.
1763 2001-08-23  Pavel Roskin  <proski@gnu.org>
1765         * lib/edit.indent.rc: Create cooledit.error right away to
1766         override its old contents.  Don't use ksh extensions.  Treat *.C
1767         files as C++.  Recognize more C++ extensions.  Support java.
1768         Update URL for "astyle".  Quote all arguments to protect spaces.
1769         * lib/edit.spell.rc: Don't save terminal settings - mc does it
1770         itself.  Quote all arguments to protect spaces.
1772 2001-08-21  Pavel Roskin  <proski@gnu.org>
1774         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
1775         files if GNOME frontend is disabled.
1776         * idl/Makefile.am: Likewise.
1777         * lib/Makefile.am: Likewise.
1778         * new_icons/Makefile.am: Likewise.
1780         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
1781         case it already has gettext macros elsewhere and doesn't like
1782         duplicates (i.e. it's aclocal from Automake-1.4).
1784 2001-08-20  Pavel Roskin  <proski@gnu.org>
1786         * AUTHORS: Updated.
1787         * INSTALL: Likewise.
1788         * NEWS: Likewise.
1789         * doc/mc.1.in: Likewise.
1790         * doc/mcserv.8.in: Likewise.
1792         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
1793         for sys/mount.h.
1795 2001-08-19  Andras Timar  <timar@gnome.hu>
1797         * lib/Makefile.am: Added Hungarian hints
1798         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
1800 2001-08-19  Pavel Roskin  <proski@gnu.org>
1802         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
1804 2001-08-17  Pavel Roskin  <proski@gnu.org>
1806         * syntax/po.syntax: New file - PO file highlighting.
1807         From David Martin <dmartina@excite.es>
1808         * syntax/Makefile.am: Add po.syntax.
1810         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
1811         it's sometimes missing from the databases.
1813 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
1815         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
1816         * lib/Makefile.am: Reflect above change.
1818 2001-08-15  Pavel Roskin  <proski@gnu.org>
1820         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
1822 2001-08-14  Pavel Roskin  <proski@gnu.org>
1824         * lib/mc.lib: Add popular sequences for "home" and "end" in
1825         "xterm" and "xterm-color" terminals.
1827 2001-08-13  Pavel Roskin  <proski@gnu.org>
1829         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
1831         Replace "Can't" with "Cannot" everywhere.
1833 2001-08-12  Pavel Roskin  <proski@gnu.org>
1835         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
1836         subshell, not for "Open file...".
1837         (emacs_key_map): Likewise.
1839         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1841 2001-08-10  Pavel Roskin  <proski@gnu.org>
1843         * Makefile.am (EXTRA_DIST): Remove BUGS.
1844         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
1846         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
1848         * doc/LSM: Remove, it's outdated.
1849         * doc/FILES: Likewise.
1850         * doc/DEVEL: Remove information about FILES.
1852         * FAQ: Eliminate all broken URLs on the MC site.
1853         From Frederic L. W. Meunier <0@pervalidus.net>
1855         * FAQ: Restore information about xterm.
1857 2001-08-08  Pavel Roskin  <proski@gnu.org>
1859         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1861 2001-08-07  Pavel Roskin  <proski@gnu.org>
1863         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
1865         * doc/mc.1.in: Fix all broken links.
1867 2001-08-06  Pavel Roskin  <proski@gnu.org>
1869         * INSTALL: Numerous changes.  Declare old curses obsolete.
1870         Partly from Frederic L. W. Meunier <0@pervalidus.net>
1872         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
1874 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
1876         * lib/Makefile.am: Remove space after backslash introduced in the
1877         previous commit.
1879         * lib/mc.hint.zh_TW.Big5: New file.
1880         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
1882 2001-08-02  Pavel Roskin  <proski@gnu.org>
1884         * lib/mc.hint.uk: New file.
1885         From Maksym Polyakov <polyama@yahoo.com>
1886         * lib/Makefile.am: Add mc.hint.uk.
1888 2001-08-01  Pavel Roskin  <proski@gnu.org>
1890         * lib/mc.hint.nl: New file.
1891         From Steef Boerrigter <sxmboer@sci.kun.nl>
1892         * lib/Makefile.am: Add mc.hint.nl.
1893         * lib/mc.hint: Remove ftp site.  Update copyright.
1894         * lib/mc.hint.cs: Likewise.
1895         * lib/mc.hint.es: Likewise.
1896         * lib/mc.hint.it: Likewise.
1897         * lib/mc.hint.pl: Likewise.
1898         * lib/mc.hint.ru: Likewise.  Shorten some lines.
1900         * edit/Makefile.in: Allow running "make install" before "make all".
1901         * gtkedit/Makefile.in: Likewise.
1903 2001-07-31  Pavel Roskin  <proski@gnu.org>
1905         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
1906         editor.
1907         * lib/Makefile.am: Add lib/edit.spell.rc.
1909         * autogen.sh: Use gettextize.
1910         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
1911         * po/Makefile.in.in: Likewise.
1913 2001-07-29  Pavel Roskin  <proski@gnu.org>
1915         * syntax/slang.syntax: New file.
1916         From Walery Studennikov <despair@sama.ru>
1917         * syntax/Makefile.am: Add slang.syntax.
1919 2001-07-27  Pavel Roskin  <proski@gnu.org>
1921         * extraconf.h: Move WITH_BACKGROUND here.
1923 2001-07-24  Pavel Roskin  <proski@gnu.org>
1925         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
1927 2001-07-23  Pavel Roskin  <proski@gnu.org>
1929         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
1931 2001-07-20  Pavel Roskin  <proski@gnu.org>
1933         * Make.common.in: Move all defines ...
1934         * gnome/Makefile.in: ... here ...
1935         * src/Makefile.in: ... and here.
1937 2001-07-19  Pavel Roskin  <proski@gnu.org>
1939         * configure.in: Don't check for getwd, it's completely
1940         eliminated.
1941         * INSTALL: Remove reference to HAVE_GETWD.
1943         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
1944         entries for compressed cpio archives.
1946         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
1947         they were only used in obsolete frontends.  Don't ever use %view
1948         without commands - it's slower and loses user settings, e.g.
1949         hex mode.  Put shared libraries before man pages and read.me
1950         before .me macros so that they match correctly.  Use nm for
1951         shared libraries.  Add rules for StarOffice and AbiWord.
1953 2001-07-14  Pavel Roskin  <proski@gnu.org>
1955         * configure.in: Bump version to 4.5.54a.
1957 2001-07-13  Pavel Roskin  <proski@gnu.org>
1959         * lib/mcserv.init: Fix exit status.
1960         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
1962         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
1963         "executable", which should follow a space. Simplify rules for
1964         images. Add shell/ rule for *.info files. Fix all incorrect
1965         uses of the alternation operator.
1966         Reported by Oskar Liljeblad and Michel Casabona.
1968 2001-07-12  Pavel Roskin  <proski@gnu.org>
1970         * configure.in: Don't check for iconv, it's already checked for
1971         in AM_GNU_GETTEXT.
1973 2001-07-10  Pavel Roskin  <proski@gnu.org>
1975         * doc/mc.1.in: Update documentation about hex search.
1977         * edit/edit_key_translator.c (cooledit_key_map): Bind
1978         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
1979         From Steef Boerrigter <sxmboer@sci.kun.nl>
1981         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
1982         * edit/edit_key_translator.c (cooledit_key_map): Add support
1983         for bracket matching on Alt-B.
1984         * gtkedit/gtkeditkey.c: Likewise.
1985         From Steef Boerrigter <sxmboer@sci.kun.nl>
1987 2001-07-06  Pavel Roskin  <proski@gnu.org>
1989         * lib/mc.ext.in: Use nm to view object files.
1991         * Make.common.in: Remove GNOME-specific and unused definitions.
1992         Partly moved to gnome/Makefile.in.
1994         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
1995         they are usused.
1996         * Make.common.in: Likewise.
1998 2001-06-29  Pavel Roskin  <proski@gnu.org>
2000         * ABOUT-NLS: Update to the version from gettext-0.10.38.
2002         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
2003         now done in configure. Move -I.. to the beginning.
2004         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
2005         libintl.a may be required to link mc.
2006         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
2007         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
2008         Move all i18n code to one place. Don't substitute INTLSUB - it's
2009         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
2010         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
2012 2001-06-25  Pavel Roskin  <proski@gnu.org>
2014         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
2015         It should be enabled explicitly by giving `--enable-largefile'
2016         to configure.
2017         * INSTALL: Document it.
2019 2001-06-22  Pavel Roskin  <proski@gnu.org>
2021         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
2023         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
2024         in struct statfs.
2025         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
2027         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
2028         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
2029         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
2030         found.
2031         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
2033 2001-06-19  Pavel Roskin  <proski@gnu.org>
2035         * configure.in: Check for telldir and seekdir. Join adjacent
2036         calls to AC_CHECK_FUNCS.
2038 2001-06-16  Pavel Roskin  <proski@gnu.org>
2040         * Makefile.am: Change the order of SUBDIRS to fully compile text
2041         edition before compiling anything for GNOME.
2042         * mc.spec.in: Don't use brace expansion to avoid implicit
2043         build-time dependency on bash.
2045 2001-06-13  Pavel Roskin  <proski@gnu.org>
2047         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
2048         the test code.
2049         * configure.in: Fix compiler warnings in the arguments to
2050         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
2051         around `=' in the `test' command.
2053 2001-06-07  Pavel Roskin  <proski@gnu.org>
2055         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
2056         GNOME documentation template.
2057         * doc-gnome/C/mkhtml: Don't generate index.
2058         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
2060 2001-06-06  Pavel Roskin  <proski@gnu.org>
2062         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
2063         conditional variables from EXTRA_DIST.
2065 2001-06-05  Pavel Roskin  <proski@gnu.org>
2067         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
2068         conversion support.
2069         From Walery Studennikov <hqsoftware@mail.ru>.
2071         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
2073 2001-06-01  Pavel Roskin  <proski@gnu.org>
2075         * lib/mc.charsets: Synchronize with the latest patch - remove
2076         a comment.
2078 2001-05-30  Pavel Roskin  <proski@gnu.org>
2080         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
2081         work with GNOME.
2083         * lib/mc.charsets: New file. From Walery Studennikov.
2084         * lib/Makefile.am: Distribute mc.charsets. Install it if
2085         the charset support is enabled.
2087         * configure.in: Add check for iconv() and the necessary code
2088         to support the charset selection patch.
2090         * configure.in: Add check for ESCDELAY variable in ncurses.
2092 2001-05-29  Pavel Roskin  <proski@gnu.org>
2094         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
2095         USE_EXT2FSLIB.
2097         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
2098         * pc/config.h: Likewise.
2100         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
2101         and "strings". Recognize "write" files and MS Word templates.
2102         For MS Excel documents try "xls2csv" and "strings".
2103         Escape spaces in the "type" directives.
2104         From Nerijus Baliunas.
2106         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
2108         * Make.common.in: Remove hpath, it's unused.
2110         * acconfig.h: Move constant parts ...
2111         * extraconf.h: ... here.
2112         [HAVE_X]: Disable subshell, s-lang and curses.
2113         * Makefile.am: Add extraconf.h.
2115 2001-05-28  Pavel Roskin  <proski@gnu.org>
2117         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
2118         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
2119         * configure.in: ... here.
2121 2001-05-27  Pavel Roskin  <proski@gnu.org>
2123         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
2124         * acconfig.h: Likewise.
2125         * src/layout.c: Likewise.
2127         * Make.common.in: Remove all percent rules.
2128         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
2129         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
2130         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
2131         AM_INIT_AUTOMAKE.
2133         * Make.common.in: Remove obsolete dependency tracking system.
2134         * configure.in: Likewise.
2135         * edit/Makefile.in: Likewise.
2136         * gnome/Makefile.in: Likewise.
2137         * gtkedit/Makefile.in: Likewise.
2138         * slang/Makefile.in: Likewise.
2139         * src/Makefile.in: Likewise.
2140         * vfs/Make-mc.in: Likewise.
2141         * src/depend.awk: Remove.
2143 2001-05-26  Pavel Roskin  <proski@gnu.org>
2145         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
2146         * syntax/octave.syntax: New file. From Walery Studennikov.
2147         * syntax/Makefile.am: Add octave.syntax.
2149         * configure.in: Fix incorrect test for stdin support in grep -
2150         it would always fail when configuring in an empty directory.
2151         Portability fixes - unset, backslashed space in here-documents.
2152         Eliminate all instances of "changequote".
2154         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
2155         user choice.
2156         * acconfig.h: Changes for the above.
2157         * INSTALL: Don't document --with-sco - it's now defunct.
2158         * INSTALL.FAST: Likewise.
2160 2001-05-25  Pavel Roskin  <proski@gnu.org>
2162         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
2163         are in the beginning of the "file" output.
2165 2001-05-23  Pavel Roskin  <proski@gnu.org>
2167         * lib/mc.ext.in: Add associations for viewing RPM files.
2169 2001-05-22  Pavel Roskin  <proski@gnu.org>
2171         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
2172         By default exit after the first error in jade.
2174         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
2175         JADEFLAGS environment variables. Report progress. Clean up on
2176         failure.
2178 2001-05-21  Pavel Roskin  <proski@gnu.org>
2180         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
2181         files.
2183         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
2184         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
2186 2001-05-20  Pavel Roskin  <proski@gnu.org>
2188         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
2189         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
2190         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
2191         * doc-gnome/C/figs/Makefile.am: Add support for converting from
2192         PNG to EPS.
2194         * Makefile.am (EXTRA_DIST): Remove create_vcs.
2195         * doc/FILES: Likewise. Typo fix.
2197 2001-05-19  Pavel Roskin  <proski@gnu.org>
2199         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
2200         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
2201         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
2203         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
2204         index entry "Moving files".
2206 2001-05-18  Pavel Roskin  <proski@gnu.org>
2208         * configure.in: Use src/main.c in AC_INIT.
2210         * create_vcs: Remove.
2212         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
2213         Add download location for glib.
2214         * mc.spec.in: Likewise.
2215         * doc/LSM: Likewise.
2216         * doc/mc.1.in: Likewise.
2217         * doc/mcedit.1.in: Likewise.
2218         * src/ext.c: Don't mention download location for MC.
2220         * FAQ: Update status of Tk, XView. and GNOME editions. Update
2221         homepage of gpm.
2223         * INSTALL: Remove information about Tk and XView. Change the
2224         mailing list addresses again.
2225         * FAQ: Change the mailing list addresses again.
2226         * MAINTAINERS: Likewise.
2227         * README: Likewise.
2228         * doc/mc.1.in: Likewise.
2229         * gnome/gmc-window.c: Likewise.
2230         * lib/README.xterm: Likewise.
2231         * lib/mc.ext.in: Likewise.
2232         * lib/mc.hint*: Likewise.
2233         * lib/mc.hlp.hu: Likewise.
2234         * po/*.po: Likewise.
2235         * src/main.c: Likewise.
2237 2001-04-20  Pavel Roskin  <proski@gnu.org>
2239         * FAQ: Change the mailing list addresses and the download
2240         locations.
2241         * INSTALL: Likewise.
2242         * MAINTAINERS: Likewise.
2243         * README: Likewise.
2244         * doc/mc.1.in: Likewise.
2245         * gnome/gmc-window.c: Likewise.
2246         * lib/README.xterm: Likewise.
2247         * lib/mc.ext.in: Likewise.
2248         * lib/mc.hint*: Likewise.
2249         * lib/mc.hlp.hu: Likewise.
2250         * po/*.po: Likewise.
2251         * src/main.c: Likewise.
2253 2001-04-19  Pavel Roskin  <proski@gnu.org>
2255         * configure.in: Don't install mcserv unless
2256         "--enable-mcserv-install" has been specified.
2257         Don't quote the first argument in all calls to AM_CONDITIONAL
2258         to work around a bug in Automake 1.4.
2259         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
2260         * vfs/Make-mc.in: Likewise.
2262 2001-04-13  Pavel Roskin  <proski@gnu.org>
2264         * configure.in: Bump version to 4.5.53a.
2266 2001-04-06  Pavel Roskin  <proski@gnu.org>
2268         * gtkedit/editcmd.c: Remove support for XView layout attributes.
2269         * gtkedit/editoptions.c: Likewise.
2270         * pc/chmod.c: Likewise.
2271         * pc/drive.c: Likewise.
2272         * src/boxes.c: Likewise.
2273         * src/chmod.c: Likewise.
2274         * src/dlg.c: Likewise.
2275         * src/dlg.h: Likewise.
2276         * src/filegui.c: Likewise.
2277         * src/find.c: Likewise.
2278         * src/hotlist.c: Likewise.
2279         * src/layout.c: Likewise.
2280         * src/listmode.c: Likewise.
2281         * src/main.c: Likewise.
2282         * src/option.c: Likewise.
2283         * src/panelize.c: Likewise.
2284         * src/wtools.c: Likewise.
2285         * src/wtools.h: Likewise.
2286         * vfs/smbfs.c: Likewise.
2288         * autogen.sh: Check out "intl" and "macros" directories if they
2289         are missing. Simply "cvs up -d" won't restore them.
2291         * configure.in: Bump version to 4.5.52a.
2293 2001-03-14  Pavel Roskin  <proski@gnu.org>
2295         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
2296         Automake conditional USE_SAMBA_FS if Samba is to be supported
2297         in VFS.
2299 2001-03-07  Pavel Roskin  <proski@gnu.org>
2301         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
2302         defined.
2303         Reported by Norbert Warmuth.
2305         * configure.in: Don't process vfs/extfs/uzip - it's now
2306         constant.
2308         * syntax/changelog.syntax: Require space after asterisk to have
2309         it highlighted.
2311 2001-03-02  Pavel Roskin  <proski@gnu.org>
2313         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
2314         * configure.in: Use AC_PROG_CC_STDC instead.
2316         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
2317         Suggested by Christian Gennerat.
2319         * lib/mc.ext.in: Add support for "freeze" - old compression
2320         program used mostly on QNX.
2321         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
2322         * lib/Makefile.am: Adjusted.
2324 2001-02-26  Pavel Roskin  <proski@gnu.org>
2326         * lib/mc-gnome.ext.in: Remove, it's not used.
2327         * configure.in: Remove lib/mc-gnome.ext.
2328         * lib/Makefile.am: Likewise.
2330 2001-02-20  Pavel Roskin  <proski@gnu.org>
2332         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
2333         defined to prevent warnings on OpenBSD 2.7.
2334         * slang/jdmacros.h: Likewise.
2335         * src/mad.h: Likewise.
2336         * src/poptalloca.h: Likewise.
2338         * configure.in: Check for sys/time.h and sys/timeb.h. Use
2339         AC_HEADER_TIME.
2341 2001-02-07  Pavel Roskin  <proski@gnu.org>
2343         * autogen.sh: Create vfs/samba/include/stamp-h.in.
2344         * vfs/samba/include/stamp-h.in: Remove.
2346         * macros/curses.m4: Quote first argument to AC_DEFUN.
2347         * macros/gnome-cxx-check.m4: Likewise.
2348         * macros/gnome-gettext.m4: Likewise.
2349         * macros/gnome-libgtop-check.m4: Likewise.
2350         * macros/gnome-print-check.m4: Likewise.
2351         * macros/linger.m4: Likewise.
2352         * macros/need-declaration.m4: Likewise.
2354         * configure.in: Only configure in vfs/samba if smbfs support is
2355         enabled even with Autoconf 2.13.
2357 2001-01-30  Pavel Roskin  <proski@gnu.org>
2359         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
2360         --without-samba due to a typo.
2362         * configure.in: Only configure in vfs/samba if smbfs support is
2363         enabled. This optimization will only work with Autoconf-2.49c
2364         and above.
2366 2001-01-13  Pavel Roskin  <proski@gnu.org>
2368         * configure.in: Don't create a faked malloc.h.
2369         * gtkedit/edit.h: Don't assume that malloc.h always exists.
2370         * src/mad.h: Likewise.
2372         * configure.in: Simplified handling of cons.saver.
2373         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
2374         * mc.spec.in: Remove a workaround for the above.
2376         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
2377         for MC. Don't rely on the output of uname - use $host_os.
2379 2001-01-11  Pavel Roskin  <proski@gnu.org>
2381         * configure.in: Check for ext2 libraries only if VFS is enabled.
2383         * src/Makefile.in: Create directories before installing files.
2384         Removed all occurrences of libprefix - it's never defined.
2386         * configure.in: All macros from configure.in moved to
2387         acinclude.m4. Added missing quotes in several places.
2388         * acinclude.m4: Likewise.
2390         * edit/Makefile.in: Don't install or uninstall mcedit -
2391         it cannot be installed before mc on systems without symlinks.
2392         * gtkedit/Makefile.in: Likewise.
2393         * src/Makefile.in: Install mcedit (if enabled) and mcview.
2394         Uninstall them.
2396         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
2397         from acinclude.m4 in gtk+:
2398         Don't define ENABLE_NLS unless we have a working NLS.
2399         (This should keep libintl.h from being included when it doesn't
2400         exist).
2402 2001-01-09  Pavel Roskin  <proski@gnu.org>
2404         * doc-gnome/C/figs/Makefile.am: New file.
2405         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
2406         makefile do it.
2407         * configure: Substitute doc-gnome/C/figs/Makefile.
2409         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
2411 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
2413         * lib/mc.hlp.hu: Added Hungarian help file from
2414           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
2415           maci@integrity.hu, mfh47@freemail.hu
2416         * lib/Makefile.am: Added LOCALIZED_HELP for further
2417           mc.hlp l10ns
2418         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
2419           gtkedit/editcmd.c: I18n of mc.hlp
2421 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
2423         * doc/mc.1.in: Corrected badly formatted link...
2425 2000-11-10  Robert Brady  <robert@suse.co.uk>
2427         * configure.in: Add Tamil to ALL_LINGUAS.
2429 2000-10-23  Pavel Roskin  <proski@gnu.org>
2431         * mc.spec.in: Allow mcserv.8 to be gzipped.
2433         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
2434         that cannot deal with "./gmc.sgml".
2436 2000-10-09  Pavel Roskin  <proski@gnu.org>
2438         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
2439         that CVS Automake will drop dependencies to the macros that
2440         we don't distribute.
2442         * lib/mc.ext.in: Removed references to icons. Source RPMs
2443         grouped to one regex. Removed "Update" for source RPMs, added
2444         "Rebuild" instead. Added "Check signature" for all RPMs.
2445         Added a comment about pop-up menus in the text edition.
2447 2000-10-06  Pavel Roskin  <proski@gnu.org>
2449         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
2450         flags moved out of CFLAGS as recommended by GNU coding
2451         standards.
2452         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
2453         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
2454         XCPPFLAGS.
2455         * INSTALL (Random notes on porting to other architectures):
2456         Completely rewritten. Recommended using CFLAGS instead of XINC.
2458 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2460         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
2462 2000-10-04  Christophe Merlet  <christophe@merlet.net>
2464         * gnome/*.desktop: Updated French strings.
2466 2000-10-03  Pavel Roskin  <proski@gnu.org>
2468         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
2469         to allow <legalnotice>. Unclosed tags fixed.
2471 2000-09-30  Pavel Roskin  <proski@gnu.org>
2473         * mc.spec.in: New package mc-common. Use DESTDIR instead of
2474         misusing prefix. Don't install old icons - they don't exist.
2476         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
2477         "export -f" to have mc() exported.
2478         * doc/mc.1.in: Changed description of the "-P" option to
2479         avoid inclusion of mc.sh and mc.csh into the manual.
2480         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
2482 2000-09-24  Pavel Roskin  <proski@gnu.org>
2484         * doc/mc.1.in: Minor formatting fixes.
2486         * lib/mc.sh.in: Remove temporary file non-interactively.
2487         * doc/mc.1.in: updated example for mc.sh.
2489 2000-09-23  Pavel Roskin  <proski@gnu.org>
2491         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
2492         updates it when needed.
2493         * mc.spec.in: Include translations with mc, not gmc. Run
2494         chkconfig --del in %preun, not %postun. --without-debug not
2495         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
2496         be executable. New files in %{prefix}/lib/mc/ - translated hints,
2497         editor files.
2499         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
2500         directory for document processing. Comment changes. gmc.ps and
2501         gmc.pdf now generated from gmc.dvi.
2503         * configure: Always include Make.common as file, otherwise
2504         "make distclean" breaks.
2505         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2506         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
2507         replaced with "rm -f" - the standard says that "rm" is portable.
2508         Ditto $(MV). Adjusted *clean targets to match those in
2509         Automake. Removed "cross" target.
2511 2000-09-22  Pavel Roskin  <proski@gnu.org>
2513         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
2514         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
2515         * doc/Makefile.in: Converted to ...
2516         * doc/Makefile.am: ... this.
2518 2000-09-21  Pavel Roskin  <proski@gnu.org>
2520         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
2521         is not expanded in all shells.
2522         * doc/mc.sgml: Updated the example script to reflect the above
2523         changes.
2524         * doc/mc.in.1: Likewise.
2526 2000-09-19  Pavel Roskin  <proski@gnu.org>
2528         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
2529         Marco Ciampa
2531 2000-09-18  Pavel Roskin  <proski@gnu.org>
2533         * Make.common.in: Added installcheck to placate "make distcheck"
2534         * configure.in, Make.common.in, doc/Makefile.in,
2535         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2536         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
2537         variable MKINSTALLDIRS and builddir with Automake-compatible
2538         mkinstalldirs and top_builddir.
2539         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
2540         files. Added uninstall-local target.
2542 2000-09-17  Pavel Roskin  <proski@gnu.org>
2544         * configure.in: fixed wrong use of AC_MSG_RESULT inside
2545         AC_CACHE_VAL
2547         * Make.common.in: Added the "dvi" target for "make distcheck"
2548         to go further
2549         * doc-gnome/C/Makefile.in: converted to ...
2550         * doc-gnome/C/Makefile.am: ... this
2552 2000-09-15  Pavel Roskin  <proski@gnu.org>
2554         * acconfig.h, configure.in: Require autoconf 2.13 or above.
2555         Removed workarounds for older versions. Removed MCDEBUG
2556         variable - it's not used. --with-debug renamed to --with-mad and
2557         cleaned up. Always use -Wall with gcc, other manipulations with
2558         CFLAGS removed.
2560         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2561         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2562         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
2563         mc.pot becomes out of date in the tarball.
2565 2000-09-14  Pavel Roskin  <proski@gnu.org>
2567         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
2568         tests for cp, mv and rm.
2569         * Make.common.in: Removed variables xv_bindir and STRIP.
2570         Variables CP, MV and RMF are assigned trivial values.
2572         * edit/Makefile.in: Don't link headers, add extra includes
2573         to CPPFLAGS instead. Put links to the build directory.
2574         Remove the hack with "mx" - it is not needed anymore.
2576         * configure.in: remove any manipulations with top_srcdir.
2577         Don't change CPPGLAGS when the internal editor is enabled,
2578         instead do it ...
2579         * edit/Makefile.in, gtkedit/Makefile.in: ... here
2581         * configure.in, Make.common.in, doc/Makefile.in,
2582         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2583         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
2584         changed to top_srcdir for Automake compatibility
2586         * configure.in: REGEX_O variable removed - always use our regex
2588         * configure.in: MCFGR variable removed
2590 2000-09-12  Pavel Roskin  <proski@gnu.org>
2592         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
2593         other GNOME modules
2594         * autogen.sh: remove "-I ." from the "aclocal" command line
2596 2000-09-01  Pavel Roskin  <proski@gnu.org>
2598         * configure.in: output vfs/extfs/Makefile
2600         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
2601         to avoid a warning
2602         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
2603         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
2605 2000-08-29  Pavel Roskin  <proski@gnu.org>
2607         * configure.in: use AM_GNOME_GETTEXT
2608         * gettext.m4: removed
2609         * Makefile.am: adjusted files to distribute, previous change
2610         reverted
2612         * mc-aclocal.m4: renamed to ...
2613         * acinclude.m4: ... this
2614         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
2615         * Makefile.am: aclocal should scan "." for gettext.m4
2617 2000-08-28  Pavel Roskin  <proski@gnu.org>
2619         * Make.common.in: removed hack for "make distcopy"
2620         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2621         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2622         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
2623         for external builds.
2624         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
2626 2000-08-24  Pavel Roskin  <proski@gnu.org>
2628         * new_icons/Makefile.in: converted to ...
2629         * new_icons/Makefile.am: ... this
2630         * configure.in: automake conditional GNOME introduced.
2631         "insticons" removed
2633         * icons/*: removed
2634         * Makefile.am, configure.in: necessary adjustments
2636         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
2637         automake installs them now
2639         * syntax/Makefile.in: converted to ...
2640         * syntax/Makefile.am: ... this
2642         * idl/Makefile.in: converted to ...
2643         * idl/Makefile.am: ... this
2645         * lib/Makefile.am: simplified, fixed "make dist"
2647         * lib/Makefile.in: converted to ...
2648         * lib/Makefile.am: ... this
2650         * lib/tkmc.wmconfig: removed
2651         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
2653         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
2654         to ...
2655         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
2656         * Make.common.in: support for "distdir" for compatibility
2657         with Automake-generated makefiles
2658         * autogen.sh: run automake. Force cache - it is off by default
2659         in autoconf 2.49a, but it's still handy for maintainers
2660         * configure.in: adapted for Automake
2662         * AUTHORS: new file
2664 2000-08-23  Pavel Roskin  <proski@gnu.org>
2666         * configure.in: resurrect definition of xvers
2668         * VERSION.in: removed
2669         * Makefile.in: don't do anything with VERSION.in and VERSION
2670         Take mc.spec from builddir, not srcdir
2671         * configure.in: don't create VERSION
2673 2000-08-22  Pavel Roskin  <proski@gnu.org>
2675         * *.c, *.h: Updated address of Free Software Foundation
2677 2000-08-21  Pavel Roskin  <proski@gnu.org>
2679         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
2680         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
2681         related to XView, libXPM, libXext and Tk
2683 2000-08-18  Pavel Roskin  <proski@gnu.org>
2685         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
2686         files
2688         * configure.in: Simplified dependency tracking by using
2689         "-include" with GNU Make
2690         * autogen.sh: Exit on all failures
2692 2000-08-17  Pavel Roskin  <proski@gnu.org>
2694         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
2695         Fixed all misuses of single and double quotes. Typo fixes.
2696         Ensured compatibility with sgml2html, sgml2txt and sgml2latex
2697         * doc/mc.1.in: Typo fix
2699         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
2700         * doc/linuxdoc-sgml.diff: removed
2701         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
2702         distribute gnome.sgml
2704 2000-08-15  Pavel Roskin  <proski@gnu.org>
2706         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
2707         in the "distclean" target
2709         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
2710         Removed all XVIEW-related stuff
2711         Fixed placement of png files on "make dist"
2713         * doc/mc.1.in: Updated info about the internal editor
2715         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
2716         indicate serious problems. Fixes for uninstall.
2717         * doc/Makefile.in: Rebuild if it is out of date.
2719         * lib/cedit.menu: Added. This file has been missing
2721         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
2723 2000-08-08  Pavel Roskin  <proski@gnu.org>
2725         * Makefile.in: correctly detect make failures in subdirs
2727 2000-08-01  Pavel Roskin  <proski@gnu.org>
2729         * nt, os2, tk, xv: removed all files
2730         * configure.in: don't create os2 and nt directories
2732 2000-08-01  Pavel Roskin  <proski@gnu.org>
2734         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
2736         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
2738 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
2740         * src/main.c: make 8bit input/output the default (99% of the people
2741         expects that; lets the remaining 1% use the configuration menu
2742         to disactivate it if they want)
2744 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
2746         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
2748 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
2750         * configure.in: check for gnome-libs with window icon support
2752         * acconfig.h: add icon define
2754 2000-06-08  Matthias Warkus  <mawa@iname.com>
2756         * new_icons/gnome-pack-*.png: Updated.
2757         * gnome/mc.keys: Added a MIME type for SLP packages.
2759 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
2761         * syntax/diff.syntax: Highlight lines beginning with "File",
2762         "Files" and "Binary"
2763         * syntax/makefile.syntax: Highlight "ifndef"
2764         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
2765         highlighted)
2767 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2769         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
2770         comment lines with # in last release
2772 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2774         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
2776 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2778         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
2779         look more consistent than original.
2781 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2783         * config.in: Added check against strcoll().
2785 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2787         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
2788         added 'and', 'or', 'not', 'for' keywords.
2790 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2792         * syntax.c: Very dirty fix to allow compilation of mcedit on ncurses
2793         based systems. Hope, this will make FreeBSD midc maintainer to enable
2794         build-in editor by default. Still, syntax highlighting is disabled.
2795         Need to port...
2797 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2799         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2800           fixed, some messages gettext()ed again here and in
2801         gtkedit/editmenu.c:edit_about_cmd()
2803 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2805         * doc/mc.sgml (Examples): Fixed documentation, thanx
2806         to martin@internet-treff.uni-koeln.de.
2808 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
2810         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
2811         the label text
2813 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
2815         * gtkedit/syntax.c: treat *.ads as Ada source
2816         * syntax/ada95.syntax: escape "+" and "*"
2817         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
2818         * syntax/Makefile.in: remove diffc.syntax
2820         * edit/edit_key_translator.c: interpret code 0177 as
2821         backspace unless recognized otherwise
2823 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
2825         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
2826         initialization of array of structure (gcc version 2.96 20000131
2827         chokes on it).
2829         * lib/mc.hint: C-y and not C-u can be used to insert text in input
2830         lines (e. g. text which has been deleted with M-d).
2832         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
2834 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
2836         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
2838 2000-01-29  Matthias Warkus  <mawa@iname.com>
2840         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
2841         design on Federico's request.
2843 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
2845         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
2846         an ArrangeType enum.
2848 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
2850         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
2851         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
2852         setup.c: Add option of using GNOME "magic" routines to determine file
2853         types. This makes MC intelligently look at the data in the file to see
2854         what type of file it is, rather than looking at the filename extension.
2855         This slows down MC quite a bit, so it has been made an optional
2856         preference item. Type detection is expected to improve as mime-magic
2857         matures.
2859 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
2861         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
2862         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
2863         providing a patch.
2865 2000-01-11  Matthias Warkus  <mawa@iname.com>
2867         * Added icon and keys entry for Scheme source.
2869 2000-01-03  Fatih Demir  <kabalak@gmx.net>
2871         * configure.in: Added tr -> ALL_LINGUAS .
2873 1999-12-28  Matthias Warkus  <mawa@iname.com>
2875         * new_icons/*.png: Added a bunch of new icons.
2877 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
2879         * configure.in (VERSION): Bumped version number to 4.5.42.
2881 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
2883         * configure.in: added 'uk' to ALL_LINGUAS.
2885 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2887         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
2888         request from David Sauer
2890 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
2892         * configure.in (VERSION): Bumped version number to 4.5.41.
2894 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
2896         * configure.in (VERSION): Set version number to 4.5.39.
2898 1999-09-23  Jorge Godoy  <godoy@conectiva.com.br>
2900         * configure.in: Added pt_BR to ALL_LINGUAS
2902 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
2904         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
2905         path to the mc binary according to @prefix@.
2907         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
2908         configure. Install mc.sh and mc.csh in $(suppbindir).
2910         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
2911         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
2912         copies of the included function definitions.
2914         * mcfn_install.in: Comment out definitions of the mc functions. Source
2915         mc.sh instead of adding an outdated mc function definition.
2917         * configure.in: output mc.sh and mc.csh
2919 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
2921         * lib/startup.links: Changed the news link to Gnotices
2923 1999-09-19  David Martin  <dmartina@usa.net>
2925         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
2926         8 bit chars from strftime get displayed when inserting date.
2928         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
2929         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
2930         file to avoid interferences. In this one I changed the extension check
2931         to a type check (as used for gzip) which might give problems in some
2932         systems.
2934         * configure.in: Use -Tlatin1 to format man pages when available and
2935         "view" 8 bit chars.
2937 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
2939         * gtkedit/edit.h: Include file reordering to make it compile with
2940         --with-debug
2942         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
2943         dependent on length of translated strings to display.
2945 1999-09-16  Owen Taylor  <otaylor@redhat.com>
2947         * Remove the magicdev autoconf test in favor of just
2948         including the idl file. Otherwise we have a dependency
2949         loop between this and magicdev.
2951 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
2953         * idl/FileManager.idl: Changed names, and put everything under a
2954         FileManager module.  Added a Desktop interface and some methods to
2955         the WindowFactory interface.
2957 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
2959         * doc-gnome/*: Shiny new docs from users-guide.
2960         All synced up.
2962 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
2964         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
2966 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
2968         * README: Updated and spell-checked.
2970         * NEWS: Updated.
2972 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
2974         * configure.in (ALL_LINGUAS): Added sv.
2976 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
2978         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
2979         symlink attacks (mcfn_install and the man page still needs to be
2980         updated).
2982 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
2984         * configure.in (AC_WITH_SLANG): rm -f destination before making
2985         a symbolic link (ln -sf doesn't work as expected on Solaris)
2987 1999-08-19  Elliot Lee  <sopwith@redhat.com>
2989         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
2991 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
2993         * doc-gnome/C/gmc.sgml: Index fixes.
2995 1999-08-18  Elliot Lee  <sopwith@redhat.com>
2997         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
2998         initializers in the GnomeUIInfo structure.
3000 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
3002         * configure.in (VERSION): Bumped version number to 4.5.38.
3004 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
3006         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
3008 1999-08-15  David Martin  <dmartina@usa.net>
3010         * gtkedit/edit.c: Print localized date with strftime()
3012         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavor.
3014 1999-08-08  David Martin  <dmartina@usa.net>
3016         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
3017         translation.
3019         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
3020         translation as it used to be.
3022 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3024         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
3025         that the correct index.html will be generated.
3027 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3029         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
3030         to the list.
3032 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
3034         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
3035         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
3036         This adds some new syntax rules, and spell check on the fly
3037         which if someone bugs me for, will actually get enabled in
3038         both the text and gnome versions. Bookmark stuff also needs
3039         some keys bound to it, I suppose: any takers?
3041 1999-07-19  Elliot Lee  <sopwith@redhat.com>
3043         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes
3044         infinitely recursing make.
3046 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
3048         * Makefile.in (all): Makefile fix.
3050 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3052         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3053         should fix the problem we had with FSSTND distributions.
3055 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3057         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
3058         list of distributed files.
3060 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3062         * configure.in (VERSION): Bumped version number to 4.5.34.
3064 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
3066         * Add fi into ALL_LINGUAS
3068 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
3070         * gnome/i-zipdisk2.png: Added another zip-disk icon
3071         by <scarab@egyptian.net> - It looks very nice. Variation
3072         is good.
3074 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3076         * acconfig.h: Add WITH_SMBFS
3078         * macros/gnome-vfs.m4: Support conditional samba support.
3080 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3082         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3083         should fix the problem we had with FSSTND distributions.
3085 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
3087         * mc.spec.in: added syntax files to %files
3089 1999-06-22  David Martin  <dmartina@usa.net>
3091         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
3093 1999-06-07  Shooby Ban  <bansz@szif.hu>
3095         * po/hu.po, configure.in: added Hungarian translations...
3096           I'm not sure it's OK, but it seems usable.
3097           Translators: Tamas Fejos and Andras Kadar
3099 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
3101         * configure.in, Makefile.in: added the gmc helpfile to the build
3103 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
3105         * Add ja entry to LANG in configure.in
3107 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3109         * gnome/Makefile.in (ICONS): OK, perhaps we also want the zip-icon to
3110         be installed in the system :) (added it to the Makefile.in)
3112 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3114         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
3115         disks - someone please add it to the mount.c code so it gets used..
3116         Everyone have a nice time at the expo! :) I hope to join the
3117         next time.
3119 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3121         * configure.in: Added check for getpt ()
3123 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3125         * configure.in (VERSION): Bumped version number to 4.5.31.
3127 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3129         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
3130         need to fool it by strdup'ing the return value of tempnam.
3132 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3134         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
3135         MCLIBS which are specific to the text edition.
3137         * INSTALL: Added documentation for --with-tm-x-support
3139 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
3141         * mc.spec.in : Folded in some changes from the 'official' rpm
3142         spec file.
3144 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3146         * configure.in (SHELL): Do not use grep -q, as it is not portable
3147         to every OS.
3149 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3151         * configure.in: Linking from $srcdir/slang is broken when configure
3152         isn't called with an absolute path. Link from ../$srcdir/slang if
3153         configure was invoked with a relative path.
3155 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
3157         * configure.in: Do not rm the destination file and then link, use
3158         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
3160 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3162         * configure.in: Some AC_ARG_WITH macros haven't checked $withval, i.e.
3163         --with-PACKAGE and --without-PACKAGE gave the same results.
3165 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3167         * configure.in (VERSION): Bumped version number to 4.5.30.
3169 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3171         * configure.in (VERSION): Bumped version number to 4.5.29.
3173 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3175         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
3176         now contains all checks.
3178 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3180         * configure.in (VERSION): bumped version number to 4.5.28.
3182 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
3184         * */Makefile.*: fixed several missed conversions from libdir to
3185         mclibdir. (Should be automake'd, really)
3187 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3189         * Make.common.in: There were conflicting definitions of mclibdir
3190         (one for installation, one for source).  Now the source one is
3191         called mcsrclibdir.
3193         * doc/Makefile.in: Use mcsrclibdir where appropriate.
3195 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
3197         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
3198         Pascal Program" (Heh, second time :)
3200         * Makefile.common: Until things gets clear, keep syntax rules in
3201         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
3203         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
3204         @libdir@.
3206 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
3208         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
3209         as requested by Paul. Still, need some checking...
3211 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
3213         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
3214         to date with cooledit 3.9.0. This adds some new features.
3215         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
3216         syntax.c. This is because the rule set is becoming too
3217         large to maintain in its current form and because file
3218         loading is starting to get slow.
3220         There is also a bookmark feature which does not yet have
3221         key bindings assigned to it, but should be cool once
3222         these get inserted. Syntax rules files are named
3223             $LIBDIR/cooledit/syntax/*.syntax
3225 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
3227         * configure.in: Create slang directory, it is needed when
3228         builddir != srcdir.
3229         Use -f when calling rm, the file does not exist on
3230         first compile.
3231         No need to copy VERSION from $srcdir, it's already generated in
3232         $builddir.
3234 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
3236         * edit/edit_key_translator.c: Added missing translation tags.
3238 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3240         * configure.in: Minimum version of glib should be 1.2.0.
3241         (VERSION): Bumped version number to 4.5.27.
3243 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
3245         * gtkedit/editcmd.c: Added missing translation tags.
3247         * gtkedit/editoptions.c: Added missing translation tags. Translate
3248         radio buttons on first use.
3250 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
3252         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
3253         to get the mc spec file to work.
3254         * hacked configure to generate a properly versioned spec file.
3256 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3258         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
3259         radio buttons on first pass.
3261 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
3263         * gtkedit/editcmd.c: Mark strings in the search and replace
3264         dialogs for translation. Resized these dialogs to let the messages
3265         fit.
3267 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3269         * gtkedit/editwidget.c (selection_send): Use the proper type for
3270         64-bit cleanliness (Patch from George Lebl).
3272 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
3274         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
3275         into the catalog file.
3277 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3279         * configure.in: Make Timur's libtermcap check work with SLang
3280         0.99.98, too.
3282 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3284         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
3285         PS and EPS files.  Thanks, Tigert!
3287 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3289         * configure.in (CCOPTS): Drop the prefix auto-detection.
3291 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
3293         * configure.in: Add check, which, in case of system-installed SLang
3294         library tries to run a test program, which determines, does we need
3295         linking with libtermcap.a. Also, set of if's for finding terminfo
3296         dir changed to for cycle - a bit nicer :)
3298 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3300         * README.QNX: Deleted documentation about mc.menu.qnx.diff.
3302 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3304         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
3306 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3308         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
3309         from tar calls when extracting (according to my man page this option
3310         is only useful when creating archives).
3312 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3314         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
3315         adds support for tar.bz2 and merges the support for freeze-compressed
3316         tar files (tar.F) from mc.menu.qnx.diff.
3318 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
3320         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
3321         GNU-like :)
3323 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3325         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
3326         the catalog file.
3328 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
3330         * new_icons/gnome-core.png: New icon for core files. Someone
3331         please add the code part :)
3333 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
3335         * configure.in: Add check against setuid() and setreuid() functions.
3337 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3339         * slang/slang.h: renamed to slang-mc.h
3341         * slang/Makefile.in: delete slang.h on "make clean"
3343         * configure.in: link slang/slang-mc.h to slang/slang.h when the
3344         included slang is used. Problem was that MC's slang.h was used
3345         when we compiled with an already installed SLang and the systems
3346         header file were included with <slang/slang.h>.
3347         Unfortunately I can't use AC_LINK_FILES to make the links because
3348         if we needn't make any links AC_LINK_FILES makes a link from
3349         srcdir to top_builddir (builddir != srcdir).
3351         Temporary add $LGPM to $LIBS when checking for the resizeterm
3352         and keyok functions (ncurses might be linked against GPM).
3354         Substitute PACKAGE (intl/Makefile makes use of it)
3356 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
3358         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swapped by
3359         #include "global.h".
3361 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
3363         * Make.common.in (gnewdir): new path.
3365 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
3367         * configure.in: Add comments before "Let" and "the" - typo. Add new
3368         path to include's search.
3370 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
3372         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
3374 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3376         * configure.in (REGEX_O): Always include regex.o as the code we
3377         are using in gmc is not using regcomp/regexec, but the internal
3378         Emacs API.
3380         * src/regex.c: Do not compile the POSIX compatibility code, as we
3381         do not use it.
3383 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3385         * doc/mc.sgml, mc1.in (Color section): minor polishing
3386         (Layout section): documented Highlight...
3388 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3390         * configure.in: Deleted du checks
3392         * INSTALL: Deleted --with-dusum documentation.
3394         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
3395         Configuration dialog. Added Advanced chown subsection. Deleted
3396         variables from the Special settings section which are now covered
3397         by the configuration dialog.
3399 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3401         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
3402         tar_gz_memlimit. Partially rewrote the section about the
3403         Virtual FS.. configuration dialog.
3405 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
3407         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
3409 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3411         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
3413         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
3414         builddir
3416 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
3418         * new_icons/gnome-image-[lots].png: I added some icons for file
3419         types (image) there - someone please tell me what the correct
3420         location and naming convention is and I will try to follow that. :)
3422 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
3424         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
3425         the build will still work.  (Has this been replaced by new_icons?)
3427 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
3429         * doc/mc.1.in, mc.sgml: added my name to list of authors
3431 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3433         * Makefile.in (codedirs): Dropped xv and tk ports from the
3434         distribution. include idl directory.
3436 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3438         * configure.in (slang_use_system_installed_lib): Define slang
3439         here, to avoid having this on LIBS.
3441 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
3443         * gtkedit.c: changed occurrence of 'va_list *ap' to 'va_list ap'
3445 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
3447         * config.h.in: Removed from CVS, added to .cvsignore
3449         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
3450         configure.in:
3451         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
3452         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
3453         HAS_CURSES added to acconfig.h
3455 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3457         * autogen.sh: Add "-I macros" to the aclocal flags.
3459         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
3460         so that aclocal will not complain about an obsolete macro.
3462         * configure.in: Use MC_HPUX_PROG_CC_STDC
3464         * ChangeLog: There was no ChangeLog here, so I added one.