* smbfs.c (smbfs_open_readwrite): Comment out flags games,
[midnight-commander.git] / ChangeLog
blob1ddb64dbf40e0d6be1cd4da97f23a37bac767061
1 2004-10-24  Roland Illig  <roland.illig@gmx.de>
3         * configure.ac: Only add "-Wall" to CFLAGS if GCC is set to "yes".
5 2004-10-23  Roland Illig  <roland.illig@gmx.de>
7         * TODO: Check proper quoting in vfs/extfs/*.
9 2004-10-20  Pavel S. Shirshov  <pavelsh@mail.ru>
11         * lib/mc.ext.in: Use xmms for audio files in XWindows mode.
12         Add support for *.wma files. Add support for playlists.
14         Partially based on patch from q# <eth0@o2.pl>
16 2004-10-18  Roland Illig  <roland.illig@gmx.de>
18         * TODO: Some new TODO items with low priority: More standard
19         widgets, CVS frontend, patch editor, context menus.
21 2004-10-16  Roland Illig  <roland.illig@gmx.de>
23         * TODO: Fixed the "./ files in tar archive" item for mc-4.6.1.
25 2004-10-16  Roland Illig  <roland.illig@gmx.de>
27         * syntax/eiffel.syntax: Add syntax highlighting rules for the
28         Eiffel programming language.
29         * syntax/Syntax: Bind *.e with eiffel.syntax.
30         * syntax/Makefile.am: Added syntax.eiffel.
32         From Daniel F Moisset <dmoisset grulic org ar>
34 2004-10-12  Pavel S. Shirshov  <pavelsh@mail.ru>
36         * syntax/sql.syntax: Improve sql.syntax file and added several
37         keywords.
39         From Karel Zak
41 2004-10-12  Andrew V. Samoilov  <sav@bcs.zp.ua>
43         * acinclude.m4 (MC_WITH_MCSLANG): Set screen_type to mcslang.
44         * configure.ac: Define USE_INCLUDED_SLANG if screen_type is mcslang.
46 2004-10-05  Gergely Sza'sz  <szaszg@hu.inter.net> 
48         * syntax/perl.syntax: Fix highlight the hashes.
49         * syntax/diff.syntax: Highlight comments (lines begin with #),
50         and garbage in diff files.
52 2004-09-17  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
54         * mc.qpg.in: New file. Description for QNX 6.x packager.
56 2004-09-25  Roland Illig  <roland.illig@gmx.de>
58         * configure.ac: #define _GNU_SOURCE to an empty value instead of 1,
59         which conflicted with src/regex.c.
61 2004-09-24  Roland Illig  <roland.illig@gmx.de>
63         * HACKING (Programming tips): Added a tip concerning the NULL
64         pointer in varargs function calls.
66 2004-09-22  Roland Illig  <roland.illig@gmx.de>
68         * HACKING: Added advice for using g_strdup for a modifiable
69         copy of a string.
70         * HACKING: Added a section about where to look for bug reports
71         and patches.
73 2004-09-19  Roland Illig  <roland.illig@gmx.de>
75         * HACKING: Added explanation for const_cast.
77 2004-09-17 Dmitry Alexeyev <dmi_a@qnx.org.ru> 
79         * syntax/makefile.syntax.diff: Adds "define" and "ended" keywords
80         * syntax/perl.syntax.diff: Adds "break" keyword
82 2004-09-10  Jakub Jelinek  <jakub@redhat.com>
84         * lib/mc.lib: Add gnome, rxvt and xterm-new terminals.
86 2004-09-10  Pavel S. Shirshov  <pavelsh@mail.ru>
88         * syntax/php.syntax: Upgrade php.syntax file.
90         From Leonard den Ottolander <leonard * den.ottolander.nl>
92 2004-09-04  Jakub Jelinek  <jakub@redhat.com>
94         * configure.ac: grantpt is only available with -D_XOPEN_SOURCE
95         or -D_GNU_SOURCE under Linux.
97 2004-09-04  Pavel S. Shirshov  <pavelsh@mail.ru>
99         * HACKING: Add to section "Programming Tips" g_free tip.
101 2004-09-02  Roland Illig  <roland.illig@gmx.de>
103         * HACKING: Added a section "Programming Tips" which lists mistakes
104         that have been done once and should never be repeated.
106 2004-08-29  Roland Illig  <roland.illig@gmx.de>
108         * m4/ri-gcc-warnings.m4: Now handles only the last --enable or
109         --disable option. Before, --disable has not been handled
110         correctly.
112 2004-08-22  Pavel S. Shirshov  <pavelsh@mail.ru>
114         * m4/ri-gcc-warnings.m4: Using AC_HELP_STRING for more portable.
115         AS_HELP_STRING was introduced after autoconf 2.57+.
117         From Leonard den Ottolander <leonard * den.ottolander.nl>
119 2004-08-18  Roland Illig  <roland.illig@gmx.de>
121         * "make uninstall": removes the symlinks bin/mcedit and bin/mcview.
123 2004-08-17  Roland Illig  <roland.illig@gmx.de>
125         * configure.ac: The GCC warning flags are only used in
126         maintainer-mode.
128 2004-08-17  Pavel S. Shirshov  <pavelsh@mail.ru>
130         * lib/cedit.menu: Security fix patch. Fix insecure temporary file and
131         directory creations. (CAN-2004-0231). 
133         * lib/mc.menu: Likewise.
134         * doc/mc.1.in: Likewise.
135         * doc/es/mc.1.in: Likewise.
136         * doc/hu/mc.1.in: Likewise.
137         * doc/it/mc.1.in: Likewise.
138         * doc/pl/mc.1.in: Likewise.
139         * doc/ru/mc.1.in: Likewise.
140         * doc/sr/mc.1.in: Likewise.
142 2004-08-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
144         * configure.ac: Add check for atoll().
146         * doc/mc.1.in (Extension File Edit): Document "directory" keyword.
147         * doc/ru/mc.1.in: Likewise.
149 2004-08-02  Pavel Shirshov  <pavelsh@mail.ru>
151         * autogen.sh: Fix unportable "\n" in sed.
153 2004-04-02  Pavel Roskin  <proski@gnu.org>
155         * lib/mc.ext.in: Use gqview instead of ee for images.  ee seems
156         to be obsolete.  Suggested by Marcel Pol <mpol@gmx.net>
158 2004-01-22  Pavel Roskin  <proski@gnu.org>
160         * lib/mc.ext.in: Recognize *.tb2 and *.tbz files.
162         * configure.in: Rename to ...
163         * configure.ac: ... this.
165 2003-12-30  David Martin  <dmartina@excite.com>
167         * doc/mc.1.in: Synchronized latest fixes (long options) and
168         moved year and version number.
170 2003-12-24  Pavel Roskin  <proski@gnu.org>
172         * configure.in: Release 4.6.1-pre1.
174 2003-11-28  Pavel Roskin  <proski@gnu.org>
176         * acinclude.m4 (MC_UNDELFS_CHECKS): Try ext2fs/ext2_fs.h before
177         linux/ext2_fs.h.  Use ext2fs/ext2_fs.h when possible - it's
178         safer to avoid kernel headers.
180 2003-11-27  Pavel Roskin  <proski@gnu.org>
182         * src/TODO: Move ...
183         * TODO: ... here.
184         * doc/DEVEL: Move ...
185         * HACKING: ... here.  Adjust makefiles.
187 2003-11-20  Pavel Roskin  <proski@gnu.org>
189         * build-glib1.sh: Use more portable syntax for functions.  Fall
190         back to "ftp" for download, useful on BSD.
191         * build-glib2.sh: Likewise.
193         * build-glib1.sh: New file - download and compile glib 1.2.x,
194         then compile mc against it.
195         * build-glib2.sh: New file - download and compile glib 2.x with
196         dependencies (gettext, pkgconfig), then compile mc against it.
197         * Makefile.am: Distribute them.
199 2003-10-29  Pavel Roskin  <proski@gnu.org>
201         * acinclude.m4 (MC_UNDELFS_CHECKS): Don't use internal Autoconf
202         variables.
204         * configure.in: Rewrite check for mmap() to avoid using internal
205         variables of Autoconf.  Rename the rest of ac_cv_* to mc_cv_*.
207         * configure.in: Use AC_CHECK_MEMBERS to check fields of struct
208         stat.  Adjust all dependencies.
210         * acinclude.m4 (AC_STRUCT_LINGER): Remove, use AC_CHECK_MEMBERS
211         instead.
213         * configure.in: Define SLANG_POSIX_SIGNALS if all 4 required
214         functions are present.  Remove references to extraconf.h.
215         * extraconf.h: Eliminate.
216         * Makefile.am: Remove extraconf.h.
218         * configure.in: Move ext2fs undelete support ...
219         * acinclude.m4 (MC_WITH_VFS): ... here.
220         * extraconf.h: Remove VFS logic, it's enforced in configure now.
222         * acinclude.m4 (MC_WITH_VFS): Use AC_SEARCH_LIBS when possible.
223         Allow disabling network code by --disable-netcode.
225 2003-10-28  Pavel Roskin  <proski@gnu.org>
227         * configure.in: Don't check if "file" can use stdin - it's
228         unused now.
230 2003-10-25  Pavel Roskin  <proski@gnu.org>
232         * extraconf.h: Don't define HAVE_GRANTPT forcedly if grantpt()
233         wasn't found.  Don't define HAVE_CRYPT, it's unused now.
235         * configure.in: Remove check for socketpair().  Add new option
236         --enable-background.
237         * extraconf.h: Don't define WITH_BACKGROUND.
239 2003-10-14  Pavel Roskin  <proski@gnu.org>
241         * configure.in: Don't check for seekdir() and telldir().
243 2003-09-23  Pavel Roskin  <proski@gnu.org>
245         * doc/sr/Makefile.am: Don't install mcserv documentation if mcfs
246         support is disabled.
248         * lib/*.ti: Remove, these files are obsolete.
249         * lib/tdiff: Likewise.
250         * lib/xterm.tcap: Likewise.
251         * lib/Makefile.am: Remove obsolete files.  Don't install
252         README.xterm and xterm.ad, there are partly obsolete and can
253         break things if used as is.
255 2003-09-22  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
257         * lib/mc.hint.sr: Updated.
258         * lib/mc.menu.sr: New file - translated menu.
259         * lib/Makefile.am: Add mc.menu.sr.
260         * doc/sr/: New Serbian documentation.
261         * doc/Makefile.am: Add "sr" directory.
262         * configure.in: Add substitutions for new files.
264 2003-09-22  Pavel Roskin  <proski@gnu.org>
266         * configure.in: Check for strlcpy() if glib 1.2.x is used.
268 2003-09-11  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
270         * lib/mc.hint.sr: New file - Serbian hints.
272 2003-09-04  Pavel Roskin  <proski@gnu.org>
274         * lib/mc.menu: Add entry for viewing manual pages.
276 2003-08-18  Pavel Roskin  <proski@gnu.org>
278         * lib/mc-wrapper.csh.in: Use "id" command to find the real user
279         id.  $USER is not reliable.
280         * lib/mc-wrapper.sh.in: Likewise.
281         Reported by Figura Peter <peterf@autus.sk>
283 2003-08-18  Andrew V. Samoilov  <sav@bcs.zp.ua>
285         * acinclude.m4 (MC_WITH_NCURSES): Fix ESCDELAY check on Solaris.
286         Make sure that linking succeeds.
288 2003-08-02  Pavel Roskin  <proski@gnu.org>
290         * lib/cedit.menu: Avoid using "id -u", it doesn't work on
291         Solaris.  From Andrew V. Samoilov <sav@bcs.zp.ua>
293 2003-07-23  Pavel Roskin  <proski@gnu.org>
295         * lib/mc.lib: Add more "end" and "home" sequences for xterm.
297 2003-07-22  Pavel Roskin  <proski@gnu.org>
299         Get rid of all references to NATIVE_WIN32.
301         * pc: Remove.  No work has been done on the PC post for years.
302         * README.PC: Likewise.
303         * Makefile.am: Adjust for the above.
304         * configure.in: Likewise.
306 2003-07-21  Pavel Roskin  <proski@gnu.org>
308         * configure.in: Check posix_openpt() first and fallback to
309         GNU-specific getpt() only if needed.
311 2003-06-29  David Sterba  <dave@jikos.cz>
313         * lib/mc.hint.cs: Typo fixes.
315 2003-06-25  Marco Ciampa  <ciampix@libero.it>
317         * doc/it/mc.1.in: small fix
319 2003-06-23  Andrew V. Samoilov  <sav@bcs.zp.ua>
321         * lib/mc.ext: Allow ZIP in all capitals in "file" output.
323 2003-06-18  Pavel Roskin  <proski@gnu.org>
325         * configure.in: Remove test for SCO UNIX.  Remove all references
326         to SCO_FLAVOR everywhere.  SCO flavor is rather unsavory now.
328 2003-06-06  Pavel Roskin  <proski@gnu.org>
330         * lib/mc.ext.in: Don't run compressed logs from /var/log through
331         nroff.  Suggested by Alfie Costa <agcosta@gmx.net>
333 2003-05-16  Marco Ciampa  <ciampix@libero.it>
335         * syntax/ruby.syntax: upgrade
336         * syntax/perl.syntax: small fix
338 2003-05-14  Marco Ciampa  <ciampix@libero.it>
340         * syntax/ruby.syntax: New file - syntax for Ruby.
341         * syntax/Syntax: Add ruby.syntax.
342         * syntax/Makefile.am: Likewise.
344 2003-05-08  Pavel Roskin  <proski@gnu.org>
346         * mc.spec.in: Strip pre-1998 changelog to work around a bug in
347         rpm 4.2, which doesn't like %install inside %changelog.
349 2003-04-29  Pavel Roskin  <proski@gnu.org>
351         * configure.in: Add vfs/extfs/iso9660 to AC_CONFIG_FILES.
352         * lib/mc.ext.in: Add support for ISO images.
354 2003-03-31  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
356         * syntax/Syntax: Highlight *.mc as a makefile.
357         * syntax/sql.syntax: Add more keywords for PostgreSQL.
359 2003-03-21  Pavel Roskin  <proski@gnu.org>
361         * syntax/sh.syntax: Highlight "find".  Highlight whole string
362         after "#!".  Make unrecognized text inside `` less bright.
364 2003-03-17  Marco Ciampa  <ciampix@libero.it>
366         * doc/it/mc.1.in: Some manual fixes.
368 2003-03-14  Pavel Roskin  <proski@gnu.org>
370         * syntax/c.syntax: Allow integer specifiers for %x and %X in C
371         format strings.
372         * syntax/cs.syntax: Likewise.
373         * syntax/java.syntax: Likewise.
374         * syntax/ml.syntax: Likewise.
375         * syntax/php.syntax: Likewise.
376         * syntax/python.syntax: Likewise.
377         * syntax/slang.syntax: Likewise.
378         * syntax/swig.syntax: Likewise.
380 2003-03-11  Pavel Roskin  <proski@gnu.org>
382         * acinclude.m4 (MC_ASM_LABELS): New macro to work around a bug
383         gettext.  Define _INTL_REDIRECT_MACROS if needed.
384         * configure.in: Use MC_ASM_LABELS.
386 2003-03-07  Pavel Roskin  <proski@gnu.org>
388         * configure.in: Add --with-glib-static option.
390 2003-03-06  Pavel Roskin  <proski@gnu.org>
392         * syntax/spec.syntax: Add BuildArch.
394 2003-03-05  Pavel Roskin  <proski@gnu.org>
396         * configure.in: Check availability of setsid().
398 2003-03-04  Sanlig Badral  <Badral@chinggis.com>
400         * po/LINGUAS: added Mongolian (mn) translation.
402 2003-03-03  Pavel Roskin  <proski@gnu.org>
404         * lib/mc.lib: Add xterm arrows both for application and normal
405         mode.  Normal mode can be accidentally enabled if one mc is run
406         from another and Ctrl-O is used to switch between them.
407         Add F11-F20 definitions for cons25 (FreeBSD console).
409 2003-02-27  Juan C. Olivares  <juancri@TAGnet.org>
411         * syntax/cs.syntax: New file.
412         * syntax/Syntax: Add cs.syntax.
413         * syntax/Makefile.am: Likewise.
415 2003-02-27  Marco Ciampa  <ciampix@libero.it>
417         * doc/it/mc.1.in: updated manual with -e switch description.
419 2003-02-26  Pavel Roskin  <proski@gnu.org>
421         * syntax/syntax.syntax: Highlight "define".
423 2003-02-23  Marco Ciampa  <ciampix@libero.it>
425         * doc/it/mc.1.in: updated manual with some stylistic changes.
427 2003-02-23  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
429         * lib/mc.ext.in: Add entry for QNX Neutrino packages.
431 2003-02-22  Pavel Tsekov  <ptsekov@gmx.net>
433         * acinclude.m4 [AC_G_MODULE_SUPPORTED]: New macro.
434         * configure.in: Test for gmodule.  Don't link mc with libX11 if
435         gmodule is supported.
437 2003-02-22  Pavel Roskin  <proski@gnu.org>
439         * configure.in: Add --with-glib12 option to configure to force
440         using glib 1.2.x.
442 2003-02-21  Andrew V. Samoilov  <sav@bcs.zp.ua>
444         * doc/ru/mc.1.in (Layout): Translate 'Xterm window title' option.
445         (Extension File Edit): Translate include feature.
447 2003-02-20  Pavel Roskin  <proski@gnu.org>
449         * configure.in: Move list of all translations ...
450         * po/LINGUAS: ... here.
452 2003-02-18  Pavel Roskin  <proski@gnu.org>
454         * syntax/c.syntax: Highlight C++ comments in preprocessor
455         directives.
456         Reported by Oswald Buddenhagen <ossi@kde.org>
458 2003-02-13  Marco Ciampa  <ciampix@libero.it>
460         * doc/it/mc.1.in: updated manual following it.po changes.
462 2003-02-05  Pavel Roskin  <proski@gnu.org>
464         * configure.in: Bump version to 4.6.0a.
466         * configure.in: Version 4.6.0 released.
468 2003-02-04  Arpi  <arpi@mplayerhq.hu>
470         * syntax/Syntax: Match *.syntax before other files to fix
471         highlighting of makefile.syntax.
473 2003-02-04  Pavel Roskin  <proski@gnu.org>
475         * syntax/c.syntax: Revert highlighting trailing whitespaces.
477 2003-02-03  Andrew V. Samoilov  <sav@bcs.zp.ua>
479         * autogen.sh: Fix unportable "+" sed regexp in gettext_ver
480         calculation.  Reported by vlad@geekizoid.com.
482 2003-01-31  Pavel Roskin  <proski@gnu.org>
484         * syntax/nroff.syntax: Make colors more compatible with the
485         highlighting used in the internal viewer - yellow for bold and
486         brightred for italic.
488 2003-01-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
490         * syntax/c.syntax: Highlight trailing whitespace(s).
492 2003-01-30  Pavel Tsekov  <ptsekov@gmx.net>
494         * acinclude.m4 (MC_WITH_NCURSES): Check -lcurses if -lncurses
495         doesn't work.  Useful on OpenBSD 3.2.
497 2003-01-29  Pavel Roskin  <proski@gnu.org>
499         * lib/mc.ext.in: Fix missing semicolon that affected viewing RPM
500         packages.
502 2003-01-24  Pavel Roskin  <proski@gnu.org>
504         * configure.in: Add -lposix on A/UX before all tests.
506 2003-01-23  Pavel Roskin  <proski@gnu.org>
508         * acinclude.m4 (MC_EXTFS_CHECKS): Fix redirection to /dev/null.
510 2003-01-22  Pavel Roskin  <proski@gnu.org>
512         * configure.in: Bump version to 4.6.0-pre3a.
514         * configure.in: Version 4.6.0-pre3 released.
516         * acinclude.m4 (_MC_WITH_XSLANG): Drop support for old S-Lang
517         versions that required the native curses library on some OSes.
519 2003-01-19  Adam Byrtek  <alpha@debian.org>
521         * doc/mcview.1.in: New file.
522         * configure.in: Treat it like doc/mcedit.1.in.
523         * doc/Makefile.am: Likewise.
525 2003-01-17  Adam Byrtek  <alpha@debian.org>
527         * doc/mc.1.in (Layout): Document 'Xterm window title' option.
529 2003-01-16  David Martin  <dmartina@excite.com>
531         * doc/mc.1.in: Add EXTernal virtual File System node (extfs).
533 2003-01-16  David Martin  <dmartina@excite.com>
535         * doc/mc.1.in: Set man page header and footer.
536         * doc/es/mc.1.in: Likewise.
537         * doc/hu/mc.1.in: Likewise.
538         * doc/it/mc.1.in: Likewise.
539         * doc/pl/mc.1.in: Likewise.
540         * doc/ru/mc.1.in: Likewise.
542 2003-01-12  David Martin  <dmartina@excite.com>
544         * po/es.po: Update. Rewrite localized names for some menu entries.
545         * doc/es/mc.1.in: Likewise.
546         * lib/mc.hint.es: Likewise.
548 2002-12-27  David Martin  <dmartina@excite.com>
550         * doc/pl/xnc.hlp: Update GPL (change FSF address and move 19xx
551         entries to "year").
553 2002-12-26  Pavel Roskin  <proski@gnu.org>
555         * configure.in: Release 4.6.0-pre2, bump version to 4.6.0-pre2a.
557         * configure.in: Fix non-portable operator.  Bump version to
558         4.6.0-pre2.
560 2002-12-24  Pavel Roskin  <proski@gnu.org>
562         * lib/mc.ext.in: Use --nosignature with rpm to avoid a message
563         in the viewer about unsigned packages.
565         * acinclude.m4 (MC_WITH_SLANG): Don't add -lslang to MCLIBS if
566         the system S-Lang is rejected.
568         * lib/mc.ext.in: Play *.mov by mplayer.
570 2002-12-23  Pavel Roskin  <proski@gnu.org>
572         * configure.in: Enable X11 support by default, use --without-x
573         to disable.
575 2002-12-19  Pavel Roskin  <proski@gnu.org>
577         * syntax/perl.syntax: Add separate context for function
578         declarations and definitions, highlight prototypes.
580 2002-12-11  Pavel Roskin  <proski@gnu.org>
582         * acinclude.m4 (MC_EXTFS_CHECKS): Add check for Perl.
583         * configure.in: Substitute Perl location in all extfs scripts
584         written in Perl.
586 2002-12-11  David Martin  <dmartina@excite.com>
588         * doc/xnc.hlp: Update GPL (change FSF address
589         and move 19xx entries to "year").
590         * doc/es/xnc.hlp: Likewise.
591         * doc/hu/xnc.hlp: Likewise.
592         * doc/it/xnc.hlp: Likewise.
593         * doc/ru/xnc.hlp: Likewise.
595 2002-12-09  Pavel Roskin  <proski@gnu.org>
597         * lib/mc.ext.in: Remove ftplist.  Add patchfs.
599 2002-11-29  Andrew V. Samoilov  <sav@bcs.zp.ua>
601         * autogen.sh: Use $srcdir/configure.mc instead of
602         $srcdir/configure if first one exists and is executable.
604 2002-11-28  Pavel Roskin  <proski@gnu.org>
606         * configure.in: Determine which help translations user wants to
607         install, based on USE_NLS, LINGUAS and ALL_LINGUAS.
608         * doc/Makefile.am: Set SUBDIR to the list of the requested
609         translations.
611         * acinclude.m4 (MC_EXTFS_CHECKS): New macro.
612         (MC_WITH_VFS): Call MC_EXTFS_CHECKS.
613         * configure.in: Generate vfs/extfs/uzip.
614         * vfs/extfs/uzip: Move to vfs/extfs/uzip.in.
615         * vfs/extfs/Makefile.am: Corresponding adjustments.
617 2002-11-26  Pavel Roskin  <proski@gnu.org>
619         * syntax/sql.syntax: Add highlighting for dot and backticks.
621 2002-11-16  Pavel Roskin  <proski@gnu.org>
623         * configure.in: Move check for pwdauth() to MC_MCSERVER_CHECKS.
624         * acinclude.m4 (MC_MCSERVER_CHECKS): If using crypt(), check for
625         shadow password support.
627         * acinclude.m4 (MC_MCSERVER_CHECKS): Don't limit PAM check to
628         Linux.  Use AC_SEARCH_LIBS to find crypt().  Consolidate mcserv
629         libraries into MCSERVLIBS.
631         * configure.in: Move all mcserv related checks ...
632         * acinclude.m4 (MC_MCSERVER_CHECKS): ... here.
634 2002-11-15  Pavel Roskin  <proski@gnu.org>
636         * configure.in: Fully enable glib2.  Update the documentation.
638 2002-11-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
640         * lib/mc.menu: Don't use --repetitive-best option with bzip2 -
641         it is redundant in versions 0.9.5 and above.
643 2002-11-10  Pavel Roskin  <proski@gnu.org>
645         * configure.in: Check for uintptr_t.  Needed to compile regex.c
646         on MacOS X.  Reported by Wim Rijnders <wimrijnders@home.nl>
648 2002-11-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
650         * syntax/ada95.syntax: Highlight "then" and "else".
651         From Victor Porton <porton@ex-code.com>.
652         Highlight "exit".
654 2002-11-06  Pavel Roskin  <proski@gnu.org>
656         * lib/edit.indent.rc: Remove all options for indent and add a
657         comment explaining where those options should be.
659 2002-11-05  Pavel Roskin  <proski@gnu.org>
661         * lib/mc-wrapper.csh.in: Remove /bin/csh at the beginning - this
662         script is not meant to be executed by the kernel.  This also
663         eliminates dependency of the RPM package on csh.
664         * lib/mc-wrapper.sh.in: Remove /bin/sh at the beginning.
666 2002-11-01  Pavel Roskin  <proski@gnu.org>
668         * configure.in: Don't substitute mc.sh and mc.csh - it's now
669         done ...
670         * lib/Makefile.am: ... here.  Add wrappers for mc to avoid
671         defining complex shell scripts in functions and aliases.
672         * lib/mc-wrapper.csh.in: New file - template for the script
673         that runs mc and changes directory in csh.
674         * lib/mc-wrapper.sh.in: New file - template for the script
675         that runs mc and changes directory in sh.
677 2002-11-01  Andrew V. Samoilov  <sav@bcs.zp.ua>
679         * doc/mc.1.in (Keys): Document S-<chr>.
680         * doc/ru/mc.1.in: Likewise.
682 2002-10-31  Pavel Roskin  <proski@gnu.org>
684         * syntax/diff.syntax: Revert highlighting for trailing spaces
685         on the added lines - it extends the context to the next line.
687         * lib/mc.csh.in: Add quoting and check for missing file.
689         * lib/mc.csh.in: Update to use the new -P option.  This script
690         has absolutely no protection against special symbols in
691         directory names and lacks TMPDIR support.
693         * lib/mc.sh.in: Update to use the new -P option.
695         * configure.in: Displaying the install paths is too problematic
696         to implement properly.  Remove this code.
698 2002-10-29  Pavel Roskin  <proski@gnu.org>
700         * lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.
701         * configure.in: Likewise.  Add "-c" (disable ANSI color) to
702         MAN_FLAGS if supported.
704         * acinclude.m4 (MC_WITH_SLANG): Reject S-Lang with UTF-8
705         support, unless external S-Lang was explicitly requested.
707 2002-10-24  Pavel Roskin  <proski@gnu.org>
709         * lib/mc.ext.in: Don't use links to view html - the "-dump"
710         option has been removed in the recent versions.
711         From David Martin <dmartina@excite.com>
713 2002-10-21  Pavel Roskin  <proski@gnu.org>
715         * acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
716         to the final configuration message.
718 2002-10-17  Pavel Roskin  <proski@gnu.org>
720         * doc/hu/Makefile.am: Generate Hungarian help file from the
721         manual, just like other languages.
722         * doc/hu/mc.1.in: New file, converted from the help file.
723         * doc/hu/xnc.hlp: Likewise.
724         * configure.in: Adjust for the above.
726         * doc/mc.1.in: Add node names.  Remove redundant paragraph
727         breaks at the start and the end of the sections.  Mention
728         "stalelink" as color keyword.
730 2002-10-14  Pavel Roskin  <proski@gnu.org>
732         * lib/mc.ext.in: Don't use "-dump" option with "links".
733         From David Martin <dmartina@excite.com>
735 2002-10-13  Pavel Roskin  <proski@gnu.org>
737         * lib/mc.hint*: Remove all references to "-1" - hints file is no
738         substitute to unambiguous GUI.
739         From Christian Laubscher <christian.laubscher@tiscalinet.ch>
741 2002-10-12  Pavel Roskin  <proski@gnu.org>
743         * lib/mc.ext.in: Redirect stderr from "links" to suppress a
744         warning if it's not found.
746 2002-10-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
748         * doc/mc.1.in (SMB File System): Username is allowed in
749         URLs now (/#smb:[user@]machine).
750         * doc/ru/mc.1.in: Likewise.
752 2002-10-08  Pavel Roskin  <proski@gnu.org>
754         * configure.in: Rename RH_VERSION to RPM_VERSION - not every
755         rpm-based system is Red Hat.  Replace all dashes, not just one.
757         * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
758         termcap if terminfo is missing in the known locations.
759         * configure.in: Remove --with-termcap processing, it is now in
760         acinclude.m4.
762 2002-10-02  Pavel Roskin  <proski@gnu.org>
764         * syntax/syntax.syntax: Fix highlighting for "gray".
766 2002-10-01  Pavel Roskin  <proski@gnu.org>
768         * configure.in: Expand $bindir and $datadir to show at the end.
769         Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
771 2002-09-29  Pavel Roskin  <proski@gnu.org>
773         * configure.in: Remove the argument from --with-gpm-mouse.  The
774         directories for include files and libraries can be specified
775         using LDFLAGS and CPPFLAGS, as documented in the output of
776         "configure --help".
778         * configure.in: Complete rewrite of the screen library support.
779         Add new option --with-screen instead on --with-slang,
780         --with-included-slang and --with-ncurses.  Only allow
781         --with-termcap is using the included S-Lang library.
782         * aclocal.m4: Corresponding changes.
784         * syntax/mail.syntax: Replace "wholechars right" and "wholechars
785         left" with single "wholechars".
786         * syntax/nroff.syntax: Likewise.
787         * syntax/sh.syntax: Likewise.
788         * syntax/tcl.syntax: Likewise.
790         * syntax/*.syntax: Remove numeric Cooledit colors.  It's
791         unreasonable to require them to be correct.  On the other hand,
792         Cooledit can easily be changed to accept named color names.
794         * syntax/syntax.syntax: Don't require Cooledit colors for
795         highlighting color names.  Remove Cooledit colors.
797         * syntax/m4.syntax: Don't use yellow color on parentheses, since
798         it interferes with parentheses highlighting.  Remove list of
799         supported Autoconf macros.
801 2002-09-26  Pavel Roskin  <proski@gnu.org>
803         * syntax/syntax.syntax: Remove highlighting for numbers - it's
804         for Cooledit only.
806         * syntax/c.syntax: Require at least one space at the beginning
807         of indented cpp directives.  Use brightmagenta for them.
809         * syntax/syntax.syntax: Don't start keywords with "\[" - it
810         doesn't work.  Use "\[\]" at the end of keywords to suppress
811         their special meaning.
813 2002-09-22  Pavel Roskin  <proski@gnu.org>
815         * doc/Makefile.am: Remove width from the man2hlp command line.
816         The same for translations.
818         * configure.in: Remove support for HSC proxy - it's obsolete.
819         Remove all references to HSC proxy everywhere.
821 2002-09-21  Pavel Roskin  <proski@gnu.org>
823         * configure.in: Bump version to 4.6.0-pre1b.
825         * doc/hu/mc.hlp.hu: Rename to ...
826         * doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
827         * configure.in: Substitute doc/hu/mc.hlp.hu.
828         * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
830         * doc/mc.1.in: Update path to the data files.  Rename MC_LIBDIR
831         to MC_DATADIR.  Make the same changes in the translations.
833         * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
834         directory for architecture-independent files.
836 2002-09-19  Pavel Roskin  <proski@gnu.org>
838         * syntax/m4.syntax: New file.
839         * syntax/Syntax: Add m4.syntax.
840         * syntax/Makefile.am: Likewise.
841         From Vlad Romanenko <VladRomanenko@ukr.net>
843         * syntax/sql.syntax: Only recognize non-standard MySQL comments
844         at the beginning of line.
846 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
848         * syntax/syntax.syntax: Add "linestart" for "context",
849         "context default" and "context exclusive" keywords.
850         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
851         and "%5.5s" formats.
853 2002-09-18  Pavel Roskin  <proski@gnu.org>
855         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
856         rules for syntax files ...
857         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
858         and "include" keywords.
859         * syntax/Makefile.am: Add syntax.syntax.
861 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
863         * syntax/js.syntax: Advanced number highlighting.
865 2002-09-17  Pavel Roskin  <proski@gnu.org>
867         * syntax/c.syntax: Highlight "?" by the same color as ":".
868         * syntax/java.syntax: Likewise.
869         * syntax/swig.syntax: Likewise.
870         * syntax/python.syntax: Remove duplicate keyword ":".
872         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
873         m4 directory is used by aclocal.
874         * m4/Makefile.am: New file.
875         * configure.in: Substitute m4/Makefile.
876         * autogen.sh: Don't copy any macro files, use m4 directory.
878         * syntax/Makefile.am: Add js.syntax.
880         * configure.in: Add support for glib 2.x.  Right now, it has to
881         be explicitly enabled by `--with-glib2'.
882         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
884 2002-09-16  Pavel Roskin  <proski@gnu.org>
886         * syntax/js.syntax: New file.
887         * syntax/Syntax: Add js.syntax.
888         From Vlad Romanenko <VladRomanenko@ukr.net>
890 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
892         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
893         of local xnc.hlp
894         * doc/pl/xnc.hlp: Removed.
896 2002-09-13  Pavel Roskin  <proski@gnu.org>
898         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
899         Remove "potfiles" command.
900         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
901         compatibility with gettext 0.10.x.
903         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
904         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
906         * po/Makevars: New file for compatibility with gettext 0.11.x.
908         * configure.in: Remove "Debugger code" message.
910         * acinclude.m4: Replace undelfs_o with use_undelfs.
911         * configure.in: Likewise.  Don't substitute it.
913         * configure.in: Simplify processing of without-edit.  Replace
914         several variables with use_edit.
915         * acinclude.m4: Remove AC_WITH_EDIT.
917         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
918         use_smbfs.
919         * configure.in: Likewise.
920         * INSTALL: Document --with-samba.
922         * configure.in: Roll --enable-mcserv-install into ...
923         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
924         * INSTALL: Document --with-mcfs.
926 2002-09-12  Pavel Roskin  <proski@gnu.org>
928         * configure.in: Don't check if crypt() prototype is needed to
929         avoid warnings - the whole code is not worth avoiding one
930         legitimate warning.
931         * acinclude.m4: Remove AC_TRY_WARNINGS.
933         * configure.in: ALL_LINGUAS should be defined unconditionally.
935         * acinclude.m4: Clarify some help texts, add defaults in square
936         brackets, use more consistent spacing.
937         * configure.in: Likewise.
939         * lib/mc.menu: Don't call tarballs "releases".  Don't
940         dereference symlinks.
942 2002-09-10  Pavel Roskin  <proski@gnu.org>
944         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
946 2002-09-07  Pavel Roskin  <proski@gnu.org>
948         * configure.in: Eliminate --with-terminfo option, which was
949         essentially equivalent to --with-included-slang and didn't force
950         anything.
951         * acinclude.m4 (AC_USE_TERMINFO): Remove.
952         * INSTALL: Adjust to match.
953         * FAQ: Likewise.
955 2002-09-05  Pavel Roskin  <proski@gnu.org>
957         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
958         NETFILES - it's unused.
960         * configure.in: Check for arpa/inet.h.
962         * mcfn_install: Remove.  Also remove all references to it.
963         * INSTALL.FAST: Update information about ncurses.
964         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
966         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
967         LIBS.
968         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
969         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
970         test for ncurses in non-standard directories.
972 2002-09-04  Pavel Roskin  <proski@gnu.org>
974         * lib/mc.ext.in: Remove edit rules for compressed files that
975         were compressing even unchanged files - the editor itself can
976         handle compression better.
978 2002-09-03  Pavel Roskin  <proski@gnu.org>
980         * acinclude.m4: Remove Termnet support, it's too old and obscure
981         to be supported properly.
983 2002-08-27  Pavel Roskin  <proski@gnu.org>
985         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
986         OpenOffice.org, not StarOffice.  Add more video formats.
988         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
989         unnecessary pipeline.  Redirect stderr from cpio, because it can
990         be non-empty even for successful operations.
992 2002-08-26  Pavel Roskin  <proski@gnu.org>
994         * syntax/spec.syntax: New file.
995         * syntax/Syntax: Add spec.syntax.
996         * syntax/Makefile.am: Likewise.
997         From PLD Linux Distribution with minor changes.
999 2002-08-25  Pavel Roskin  <proski@gnu.org>
1001         * lib/mcserv.init: Update from Red Hat package.
1002         * lib/mcserv.pamd: Likewise.
1004         * configure.in: Fix interpretation of the iconv test result.
1005         Reported by Pavel Shirshov <pavelsh@mail.ru>
1007         * mc.sh.in: Only bash needs the mc() function to be exported.
1009         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
1010         instead of /usr where appropriate.
1011         * doc/Makefile.am: Enable generation of the help file.
1013         * doc/pl/*: Add Polish translation.
1014         * doc/Makefile.am: Adjust for the above.
1015         * configure.in: Likewise.
1017 2002-08-24  Pavel Roskin  <proski@gnu.org>
1019         * lib/edit.indent.rc: Use tidy to format HTML.
1020         From David Martin <dmartina@excite.com>
1022         * lib/cedit.menu: Remove all references to the error file.
1023         * lib/edit.indent.rc: Likewise.
1024         * lib/edit.spell.rc: Likewise.
1026 2002-08-23  Pavel Roskin  <proski@gnu.org>
1028         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
1029         use only for the programs that need it (mc and mcserv).
1031         * configure.in: Fix help text for gpm and ncurses.  Properly
1032         handle --without-ncurses.
1033         Reported by Moritz Barsnick <moritz@barsnick.net>
1035         * configure.in: Work around a bug in Autoconf-2.53 that prevents
1036         splitting of user-specified path in AC_PATH_PROGS.
1038         * configure.in: Move glib test earlier, as it tends to fail for
1039         many users.  Make GLIB_CONFIG a precious variable.  Check for
1040         glib12-config - that's how it's called on FreeBSD.
1041         Reported by Pavel Shirshov <pavelsh@mail.ru>
1043 2002-08-22  Pavel Roskin  <proski@gnu.org>
1045         * configure.in: Remove old-style Linux-only support for shadow
1046         passwords.
1048 2002-08-21  Pavel Roskin  <proski@gnu.org>
1050         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
1051         now, otherwise Automake 1.5 breaks.  Remove version number from
1052         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
1053         Substitute RH_VERSION, which is VERSION without dashes, needed
1054         for RedHat specfile.
1056         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
1057         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
1058         two places.
1060         Release mc-4.6.0-pre1.
1062         * configure.in: Bump version to 4.6.0-pre1.
1063         * po/*.po: Regenerate.
1065 2002-08-20  David Martin  <dmartina@excite.com>
1067         * doc/es/mc.1.in: Minor changes.
1068         * doc/es/xnc.hlp: Likewise.
1070 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1072         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
1073         %{_mandir}/*/man1/*.
1075 2002-08-20  Pavel Roskin  <proski@gnu.org>
1077         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
1079 2002-08-19  Pavel Roskin  <proski@gnu.org>
1081         * configure.in: Add Italian documentation.
1082         * doc/Makefile.am: Likewise.
1084         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
1086         * configure.in: Enable subshell support on all operating systems
1087         by default.  Old issues are most likely solved by now.
1089 2002-08-18  Pavel Roskin  <proski@gnu.org>
1091         * lib/mc.ext.in: Try links before lynx.  Force full path when
1092         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
1093         is already broken if the program starts in background.  Add a
1094         comment discouraging taking this code as example.
1096         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
1097         obsolete.
1098         * doc/es/mc.1.in: Likewise.
1099         * doc/ru/mc.1.in: Likewise.
1100         * doc/hu/mc.hlp.hu: Likewise.
1102         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
1103         was unsafe by design and is no longer supported.  Use %t instead
1104         of %u to preserve tags in case of failure.
1106         * vfs/extfs/ftplist.in: Remove support for running commands, it
1107         makes no sense.
1109 2002-08-16  Pavel Roskin  <proski@gnu.org>
1111         * lib/mc.global: Remove, it duplicates the role of mc.lib.
1112         * lib/mc.lib: Add contents of mc.global.
1113         * lib/Makefile.am: Remove all references to mc.global.
1115         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
1116         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
1118 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
1120         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
1121         set, umask and unset like other builtin commands.
1123 2002-08-15  Pavel Roskin  <proski@gnu.org>
1125         * configure.in: Remove check for SIGTSTP, it's not needed for
1126         the subshell support.
1128         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
1129         done at runtime.
1130         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
1132 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
1134         * doc/ru/mc.1.in: Remove reference to README.edit.
1135         * doc/mc.1.in: Likewise.
1136         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
1137         everywhere.
1139 2002-08-14  Pavel Roskin  <proski@gnu.org>
1141         * doc/mc.1.in: Consistently use "native" ftp syntax.
1142         * doc/ru/mc.1.in: Likewise.
1143         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
1144         * doc/es/xnc.hlp: Likewise.
1146         * lib/mc.hlp.hu: Move ...
1147         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
1149 2002-08-09  Pavel Roskin  <proski@gnu.org>
1151         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
1152         and entries that are obsolete or make no sense.
1154         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
1155         "How to use help".
1157         * doc/Makefile.am: Don't distribute help file.  Generate it in
1158         the build directory.
1159         * doc/es/Makefile.am: Likewise.
1160         * doc/ru/Makefile.am: Likewise.
1162         * lib/xnc.hlp: Move ...
1163         * doc/xnc.hlp: ... here.
1164         * doc/Makefile.am: Necessary adjustments.
1165         * lib/Makefile.am: Likewise.
1166         * src/Makefile.am: Likewise.
1168         * configure.in: Add Spanish documentation.
1169         * doc/Makefile.am: Likewise.
1170         * doc/es: Spanish documentation.
1171         From David Martin <dmartina@excite.com>
1173 2002-08-08  Pavel Roskin  <proski@gnu.org>
1175         * lib/mc.lib: Add f11-f20 keys for Konsole.
1177 2002-08-06  Pavel Roskin  <proski@gnu.org>
1179         * syntax/lisp.syntax: New file.
1180         * syntax/Syntax: Add lisp.syntax.
1181         * syntax/Makefile.am: Likewise.
1182         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
1183         changes.
1185 2002-08-04  Pavel Roskin  <proski@gnu.org>
1187         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
1188         subshell if this test fails.
1190 2002-08-03  Pavel Roskin  <proski@gnu.org>
1192         * syntax/mail.syntax: Colors changed to be more readable.
1194         * syntax/html.syntax: Don't require character entities to be
1195         whole, but check their validity.
1197 2002-08-02  Pavel Roskin  <proski@gnu.org>
1199         * configure.in: No longer need to define REGEX_MALLOC.
1201 2002-08-01  Pavel Roskin  <proski@gnu.org>
1203         * configure.in: Remove support for MAD and Electric Fence.
1204         Developers should use modern memory debuggers (e.g. Valgrind).
1205         * INSTALL: Remove references to MAD.
1207 2002-07-31  Pavel Roskin  <proski@gnu.org>
1209         * syntax/html.syntax: Remove recognition for any individual
1210         words - there are too many of them, we cannot keep up.
1212 2002-07-30  Pavel Roskin  <proski@gnu.org>
1214         * doc/ru/Makefile.am: Use man2hlp directly.
1216 2002-07-28  Pavel Roskin  <proski@gnu.org>
1218         * syntax/changelog.syntax: Highlight "*" only after tab.  This
1219         requires fixed syntax highlighting.
1221         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
1222         default. Open *.xls with gnumeric.  Use mplayer for most video
1223         formats.
1225         * syntax/nroff.syntax: Require most keywords to be whole.
1227 2002-07-21  Pavel Roskin  <proski@gnu.org>
1229         * syntax/fortran.syntax: Fix highlighting of "*" at the
1230         beginning of line.  Recognize "     +" as continuation.  Move
1231         all "linestart" keywords earlier to avoid more conflicts.
1233 2002-07-18  Pavel Roskin  <proski@gnu.org>
1235         * syntax/unknown.syntax: Don't highlight anything by default.
1237         * syntax/changelog.syntax: Highlight functions without
1238         filenames.
1239         * syntax/Syntax: Match *ChangeLog*.
1241         * syntax/c.syntax: Reenable highlighting for "/" and preserve
1242         highlighting for "//" comments by using exclusive context.
1243         * syntax/java.syntax: Likewise.
1244         * syntax/swig.syntax: Likewise.
1245         * syntax/slang.syntax: Reenable highlighting for "/".
1246         * syntax/sql.syntax: Enable highlighting for "/" and "-".
1248         * syntax/sql.syntax: New file.
1249         * syntax/Syntax: Add sql.syntax.
1250         * syntax/Makefile.am: Likewise.
1251         From Walery Studennikov <despair@sama.ru> with minor changes.
1253 2002-07-16  Pavel Roskin  <proski@gnu.org>
1255         * lib/mc.ext.in: Remove handling of executables.  They should
1256         be handled internally for "pause after run" to work.
1258         * syntax/Syntax: Associate *.itcl with tcl.syntax.
1259         * syntax/tcl.syntax: Add itcl keywords, other improvements.
1261 2002-07-15  Pavel Roskin  <proski@gnu.org>
1263         * configure.in: Don't check for strcasecmp(), strncasecmp() and
1264         strdup() - test results are not used except in gettext, which
1265         provides its own tests.
1267         * configure.in: When checking for ncurses, check for
1268         has_colors(), not curses_version() - the later is missing in
1269         older version of ncurses.
1271 2002-07-13  Pavel Roskin  <proski@gnu.org>
1273         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
1274         not to LIBS.
1275         * configure.in: Fix breakage in ncurses headers check from the
1276         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
1277         Define REGEX_MALLOC here.
1279         * acinclude.m4 (AC_NCURSES): Remove.
1280         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
1281         AC_CHECK_LIB to check existence of ncurses library.  Eliminate
1282         variables force_ncurses and search_ncurses.
1284 2002-07-10  Pavel Roskin  <proski@gnu.org>
1286         * configure.in: Remove --with-netrc, it is now default and can
1287         be disabled at the runtime.
1289         * syntax/tcl.syntax: New file.
1290         * syntax/Syntax: Add tcl.syntax.
1291         * syntax/Makefile.am: Likewise.
1292         * syntax/java.syntax: Don't treat #define separately from other
1293         preprocessor directives.
1294         * syntax/slang.syntax: Likewise.
1295         * syntax/swig.syntax: Likewise.
1297 2002-07-09  Pavel Roskin  <proski@gnu.org>
1299         * syntax/c.syntax: Don't treat #define separately from other
1300         preprocessor directives.
1302 2002-07-08  Pavel Roskin  <proski@gnu.org>
1304         * syntax/perl.syntax: Highlight text after __END__ as a comment.
1305         * syntax/po.syntax: Avoid gray color, which is hard to see.
1307 2002-07-05  Pavel Roskin  <proski@gnu.org>
1309         * syntax/dos.syntax: Add more commands.
1311 2002-07-04  Pavel Roskin  <proski@gnu.org>
1313         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
1314         sort authors.
1316 2002-06-24  Pavel Roskin  <proski@gnu.org>
1318         * syntax/dos.syntax: New file - highlighting for DOS batch
1319         files.  From Petr Kozelka <pkozelka@centrum.cz>
1320         * syntax/Syntax: Add dos.syntax.
1321         * syntax/Makefile.am: Likewise.
1323 2002-06-04  Max Schedriviy  <max@humgat.org>
1325         * syntax/php.syntax: New version.
1327 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
1329         * NEWS: Mention ftpfs/fish uploading changes and new configure
1330         options --with-codepagedir=DIR, --with-configdir=DIR and
1331         --without-mcfs.
1333 2002-05-22  Pavel Roskin  <proski@gnu.org>
1335         * doc/ru/Makefile.am: Fix out-of-tree build.
1337 2002-05-14  Pavel Roskin  <proski@gnu.org>
1339         * configure.in: Fix logic for gettext 0.10.x.
1341 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
1343         * configure.in: Don't generate po/Makefile if
1344         there is 'top_builddir' in po/Makefile.in.
1345         * autogen.sh: More fixes for gettext 0.11+.
1347 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
1349         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
1351 2002-04-21  Pavel Roskin  <proski@gnu.org>
1353         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
1354         can play them.
1356 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
1358         * autogen.sh: Fix for gettext 0.11 family (and newer).
1360 2002-04-08  Pavel Roskin  <proski@gnu.org>
1362         * autogen.sh: Allow gettext newer than 0.10.39.
1363         From Björn Eriksson <bjorn@bjornen.nu>
1365 2002-04-03  Pavel Roskin  <proski@gnu.org>
1367         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
1368         by "make clean" because not everyone has Perl to rebuild it.
1370 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
1372         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
1373         first line regular expression.
1375 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
1377         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
1378         or newer is not used.
1379         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
1381         * src/Makefile.am: Move mc.hlp.ru processing ...
1382         * doc/ru/Makefile.am: ... here.
1384 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
1386         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
1387         * syntax/c.syntax: Highlight "%p" printf format.
1388         Allow '*' as width and precision for strings and numbers.
1390         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
1391         * doc/ru/mc.1.in: Likewise.
1393 2002-03-18  Pavel Roskin  <proski@gnu.org>
1395         * doc/ru/Makefile.am: Distribute xnc.hlp.
1397 2002-03-12  Pavel Roskin  <proski@gnu.org>
1399         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
1401 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
1403         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
1404         * doc/ru/Makefile.am: New file.
1406 2002-03-08  Pavel Roskin  <proski@gnu.org>
1408         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
1410 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
1412         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
1414 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
1416         * doc/mc.1.in: Use nodename `Background jobs' for section
1417         `Background Jobs' to reflect user visible Command menu option
1418         and src/cmd.c dialog implementation.
1420         * doc/ru: New directory for Russian manuals.
1421         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
1422         translated by Victor A. Kostromin for mc 4.5.30.  Converted
1423         from binary mc.hlp.ru, corrected and actualized by me.
1424         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
1425         * doc/ru/.cvsignore: Ignore mc.1.
1427 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
1429         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
1430         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
1431         mc.lib settings.
1433         (Virtual File System): Document SMB File System.
1435 2002-02-26  Pavel Roskin  <proski@gnu.org>
1437         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
1438         message "no symbol found" for unsupported architectures and
1439         provide more useful information.
1441 2002-02-22  Pavel Roskin  <proski@gnu.org>
1443         * README.smbfs: Remove.  It contained no useful information
1444         and the webpage is now dead.
1445         * Makefile.am: Remove README.smbfs.
1447         * README: Mention that glib 1.2.x is required.
1449 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
1451         * lib/edit.indent.rc: Use "#! /bin/sh"
1452         * lib/edit.spell.rc: Likewise.
1453         * lib/mcserv.init: Likewise.
1455         * lib/cedit.menu: Eliminate bashisms.
1456         Add missed `:' in AUTHOR evaluation.
1457         Unset LANGUAGE and make LC_ALL empty.
1458         Use "#! /path/to/program".
1460 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
1462         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
1463         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
1464         Fix tarfs URL syntax example.  Minor typo and format fixes.
1466 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
1468         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
1469         Fix location of configuration files.
1471 2002-02-05  Pavel Roskin  <proski@gnu.org>
1473         * configure.in: Don't use defunct ncurses_version.
1474         Reported by Thomas Dickey <dickey@herndon4.his.com>
1475         Set force_ncurses whenever --with-ncurses is used.  If set,
1476         suppress checks for S-Lang and fail is ncurses is not found.
1478         * configure.in: Introduce a new variable screen_type that is
1479         either "slang" or "ncurses" without additional text.  Use it
1480         instead of screen_manager whenever possible.  Fix text in
1481         AC_NCURSES call, use m4 quotes and move shell quotes into the
1482         macro.
1483         * acinclude.m4: Likewise.
1485 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
1487         * syntax/Syntax: Known Delphi/Kylix source file extensions
1488         supported (*.dpr, *.inc).
1489         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
1490         Special highlighting for CVS keywords.  Understands single-line
1491         comments (//).
1493 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
1495         * configure.in (ALL_LINGUAS): Added "bg"
1497 2002-01-21  Pavel Roskin  <proski@gnu.org>
1499         * NEWS: Mention word completion in the editor.
1501 2002-01-17  Pavel Roskin  <proski@gnu.org>
1503         * extraconf.h: Remove OS/2 specific code.
1505         * doc/mc.1.in (Configuration): Clarify some entries.
1507 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
1509         * acinclude.m4: New options for smbfs:
1510         --with-configdir=DIR    Where the Samba configuration files are (/etc)
1511         --with-codepagedir=DIR  Where the Samba codepage files are
1513 2002-01-11  Pavel Roskin  <proski@gnu.org>
1515         * syntax/xml.syntax: New file - highlighting for XML.
1516         From Petr Kozelka <pkozelka@centrum.cz>
1517         * syntax/Syntax: Add xml.syntax.
1518         * syntax/Makefile.am: Likewise.
1520 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
1522         * configure.in: Added "eu" to ALL_LINGUAS.
1524 2002-01-03  Pavel Roskin  <proski@gnu.org>
1526         * lib/mc.menu: Correct quoting.
1527         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
1529         * NEWS: Mention removal of the OS/2 port.
1530         * README.PC: Remove OS/2 specific parts.
1532 2002-01-02  Pavel Roskin  <proski@gnu.org>
1534         * configure.in: Make help about --with-subshell easier to
1535         understand.  Minor alignment fixes for the help.
1536         * acinclude.m4: Minor alignment fixes for the help.
1538 2001-12-31  Pavel Roskin  <proski@gnu.org>
1540         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
1541         from vfs/Make-mc.in.
1543 2001-12-27  Duarte Loreto  <happyguy_pt@hotmail.com>
1545         * configure.in: Added Portuguese to ALL_LINGUAS
1547 2001-12-21  Pavel Roskin  <proski@gnu.org>
1549         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
1550         Don't remove slang/slang.h - it's never created.
1552         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
1553         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
1554         unused.
1556 2001-12-01  Wang Jian  <lark@linux.net.cn>
1558         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
1560 2001-11-29  Pavel Roskin  <proski@gnu.org>
1562         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
1564 2001-11-27  Pavel Roskin  <proski@gnu.org>
1566         * lib/mc.ext.in: When running X programs in background, do it
1567         from subshell.  Otherwise some of them terminate when mc exits.
1568         Reported by Christian Dysthe <christian@dysthe.net>
1569         Remove some obsolete and gmc-specific entries.  Use StarOffice
1570         to open files detected as "Microsoft Office Document".
1572         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
1573         XFree86 4.1.0.
1575 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
1577         * doc/mcedit.1.in: Fix help file location.
1579 2001-11-14  Pavel Roskin  <proski@gnu.org>
1581         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
1582         fallback to ino_t for e2fsprogs version 1.19 and older.
1584 2001-10-30  Pavel Roskin  <proski@gnu.org>
1586         * lib/mc.ext.in: Add support for Netpbm files.
1588 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
1590         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
1591         http://bugzilla.gnome.org/show_bug.cgi?id=60935
1592         By drk@sgi.com.
1594         * doc/mc.1.in: Document %p macro.
1596 2001-10-24  Pavel Roskin  <proski@gnu.org>
1598         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
1599         Allow using --without-mmap.
1600         * INSTALL: Document --without-mmap.
1602 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
1604         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
1605         of languages to be installed by setting env variable before
1606         configure. If it is empty, it defaults to full list.
1607         By Alex Tkachenko <alex@bcs.zp.ua>.
1609 2001-10-19  Pavel Roskin  <proski@gnu.org>
1611         * syntax/sh.syntax: Highlight reserved words inside backticks.
1612         Use the same wholechars settings for reserved words and
1613         commands.  Recognize more words.  Recognize function definitions
1614         without "function" or without "()".  Use brightmagenta instead
1615         of brightblue.
1617 2001-10-18  Pavel Roskin  <proski@gnu.org>
1619         * configure.in: When checking for "nroff -mandoc" support, don't
1620         use /dev/null as input file, use stdin.  Some versions of nroff
1621         (e.g. groff-1.16.1) don't accept special files.
1623 2001-10-14  Pavel Roskin  <proski@gnu.org>
1625         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
1626         Makefile.  Don't allow any suffixes after "Makefile".
1628 2001-10-12  Pavel Roskin  <proski@gnu.org>
1630         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
1631         format).
1633 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
1635         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
1636         Fix compress<->bzip2 conversion and conversion of tagged
1637         archives.
1639 2001-10-05  Pavel Roskin  <proski@gnu.org>
1641         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
1642         Suggested by Marcel Pol <mpol@gmx.net>
1644         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
1645         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
1646         and *.mid files.
1648 2001-09-30  Pavel Roskin  <proski@gnu.org>
1650         * configure.in: Don't check whether grep supports stdin - it's
1651         not used anymore.
1652         * NEWS: Mention this change.
1654 2001-09-19  Pavel Roskin  <proski@gnu.org>
1656         * doc/mcedit.1.in: Fix a very long line - use double
1657         backslashes since they are interpreted even in the .nf blocks.
1659         * lib/edit.spell.rc: Try aspell before resorting to ispell.
1661         * syntax/php.syntax: Replace with a better implementation by
1662         Max Schedriviy <max@tavrida.net>
1664 2001-09-15  Pavel Roskin  <proski@gnu.org>
1666         * doc/mc.1.in: Fix location of mcedit files.
1667         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
1669 2001-09-14  Pavel Roskin  <proski@gnu.org>
1671         * configure.in: Don't check for ncurses version and for keyok()
1672         because the mouse support code doesn't need this hack anymore.
1674 2001-09-13  Pavel Roskin  <proski@gnu.org>
1676         * configure.in: Fix some cases of overquoting and underquoting.
1677         * acinclude.m4: Likewise.
1679 2001-09-12  Pavel Roskin  <proski@gnu.org>
1681         * configure.in: Update list of browsers.  Don't fallback to
1682         lynx since it cannot be run in background.
1683         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
1684         If no browser for X11 was found, use lynx.
1686         * autogen.sh: Add a workaround to ensure that "depcomp" is
1687         distributed.
1688         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
1689         where appropriate.
1690         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
1691         terminfo.
1693         * configure.in: Use three-argument form of AC_INIT.  Use
1694         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
1695         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
1696         is not needed if AC_CONFIG_AUX_DIR is used.
1697         * vfs/Make-mc.in: Adjust mkinstalldirs location.
1698         * autogen.sh: Create "config" and remove "autom4te.cache".
1700 2001-09-11  Pavel Roskin  <proski@gnu.org>
1702         * syntax/Syntax: New file, extracted from edit/syntax.c.
1703         * syntax/Makefile.am: Add Syntax.
1705         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
1706         to LIBS.  Don't use unportable "grep -q", use "case" instead.
1708 2001-09-10  Pavel Roskin  <proski@gnu.org>
1710         * configure.in: Only check for X if --with-tm-x-support has been
1711         specified.
1713         * configure.in: Add check for sys/ioctl.h.
1715         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
1717         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
1718         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
1719         testing for functions in ncurses.
1721         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
1722         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
1723         * acconfig.h: Remove.
1725         * configure.in: Eliminate LIBSLANG and LSLANG.
1726         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
1728         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
1729         resizeterm() and keyok() only if configuring with ncurses.
1731         * configure.in: Remove now unused variables LIBVFS and LVFS.
1733         * configure.in: Remove unused variables LINTL and INTLDEPS.
1735         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
1736         building with included gettext, because libintl.h is copied
1737         there.
1739 2001-09-09  Pavel Roskin  <proski@gnu.org>
1741         * NEWS: Update.
1743         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
1744         checks -lgen for getmntent as of Autoconf 2.52.
1746 2001-09-07  Pavel Roskin  <proski@gnu.org>
1748         * configure.in: Check for pwd.h.
1750         * Make.common.in: Remove.
1751         * configure.in: Remove all references to Make.common.in and
1752         MCCPPFLAGS.
1753         * aclocal.m4: Likewise.
1755         * configure.in: Require Autoconf 2.52.  Remove hacks for
1756         Autoconf 2.13.
1757         * Makefile.am: Require Automake 1.5.
1759 2001-09-06  Pavel Roskin  <proski@gnu.org>
1761         * syntax/php.syntax: New file - PHP file highlighting.  Copied
1762         from Cooledit 3.17.4.
1763         * syntax/Makefile.am: Add php.syntax.
1765 2001-09-06  Timur Bakeyev  <mc@bat.ru>
1767         * acconfig.h: Brought back couple of symbols, that are still necessary
1768         due reference to them from configure.in.
1770 2001-09-04  Pavel Roskin  <proski@gnu.org>
1772         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
1773         strictness for dates.
1775         * doc/mc.1.in: Fix troff warnings.
1776         * doc/mcedit.1.in: Likewise.
1778 2001-09-03  Pavel Roskin  <proski@gnu.org>
1780         * doc/mc.1.in: Spellcheck.
1781         * doc/mcedit.1.in: Likewise.
1782         * doc/mcserv.8.in: Likewise.
1784         * doc/mc.1.in (Learn Keys): Complete rewrite.
1786 2001-09-02  Pavel Roskin  <proski@gnu.org>
1788         * acconfig.h: Remove all unused symbols.
1790         * lib/ncurses.h: Remove.
1791         * lib/Makefile.am: Remove ncurses.h.
1793 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
1795         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
1797 2001-08-28  Pavel Roskin  <proski@gnu.org>
1799         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
1800         like EOF.
1802 2001-08-26  Pavel Roskin  <proski@gnu.org>
1804         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
1805         CONS_SAVER.  Put all conditionals together.
1807         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
1808         Automake 1.5.
1810         * configure.in: Remove XCURSES variable - it's unused.
1812         * configure.in: New conditional USE_EDIT.
1814         * syntax/changelog.syntax: Don't require '@' to be in the
1815         address.  This also works around a bug in the syntax engine
1816         that prevented highlighting of addresses.
1818 2001-08-25  Pavel Roskin  <proski@gnu.org>
1820         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
1822 2001-08-24  Pavel Roskin  <proski@gnu.org>
1824         * extraconf.h: Remove all references to HAVE_X.
1825         * acinclude.m4: s/GNOME_/MC_/
1826         * configure.in: Likewise.  Remove or clarify all references to
1827         the "text edition".  Minor fixes.
1829         * configure.in: Remove support for curses libraries other than
1830         ncurses.
1831         * acinclude.m4: Likewise.
1832         * FAQ: Remove everything about UNIX curses.
1833         * INSTALL: Likewise.
1835         * configure.in: Enable large file support by default.
1836         * NEWS: Mention it.
1837         * INSTALL: Document it.  Minor fixes.
1839         * FAQ: Remove information about GNOME edition.  Minor fixes.
1840         * README: Likewise.
1841         * NEWS: Mention removing the GNOME edition.
1843         * acinclude.m4: Include all used macros from the macros
1844         directory.
1845         * autogen.sh: Remove all references to "macros".
1846         * Makefile.am: Likewise.
1848         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
1849         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
1851         * lib/startup.links: Remove.
1852         * lib/README.desktop: Likewise.
1853         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
1855         * configure.in: Bump version to 4.5.99a.
1857         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
1858         * po/*.po: Regenerate.
1860         * AUTHORS: Update and spell check.
1861         * FAQ: Likewise.
1862         * INSTALL: Likewise.
1863         * INSTALL.FAST: Likewise.
1864         * NEWS: Likewise.
1865         * README.PC: Likewise.
1866         * README.QNX: Likewise.
1868         * configure.in: Add check for stropts.h.
1870 2001-08-23  Pavel Roskin  <proski@gnu.org>
1872         * lib/edit.indent.rc: Create cooledit.error right away to
1873         override its old contents.  Don't use ksh extensions.  Treat *.C
1874         files as C++.  Recognize more C++ extensions.  Support java.
1875         Update URL for "astyle".  Quote all arguments to protect spaces.
1876         * lib/edit.spell.rc: Don't save terminal settings - mc does it
1877         itself.  Quote all arguments to protect spaces.
1879 2001-08-21  Pavel Roskin  <proski@gnu.org>
1881         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
1882         files if GNOME frontend is disabled.
1883         * idl/Makefile.am: Likewise.
1884         * lib/Makefile.am: Likewise.
1885         * new_icons/Makefile.am: Likewise.
1887         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
1888         case it already has gettext macros elsewhere and doesn't like
1889         duplicates (i.e. it's aclocal from Automake-1.4).
1891 2001-08-20  Pavel Roskin  <proski@gnu.org>
1893         * AUTHORS: Updated.
1894         * INSTALL: Likewise.
1895         * NEWS: Likewise.
1896         * doc/mc.1.in: Likewise.
1897         * doc/mcserv.8.in: Likewise.
1899         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
1900         for sys/mount.h.
1902 2001-08-19  Andras Timar  <timar@gnome.hu>
1904         * lib/Makefile.am: Added Hungarian hints
1905         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
1907 2001-08-19  Pavel Roskin  <proski@gnu.org>
1909         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
1911 2001-08-17  Pavel Roskin  <proski@gnu.org>
1913         * syntax/po.syntax: New file - PO file highlighting.
1914         From David Martin <dmartina@excite.es>
1915         * syntax/Makefile.am: Add po.syntax.
1917         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
1918         it's sometimes missing from the databases.
1920 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
1922         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
1923         * lib/Makefile.am: Reflect above change.
1925 2001-08-15  Pavel Roskin  <proski@gnu.org>
1927         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
1929 2001-08-14  Pavel Roskin  <proski@gnu.org>
1931         * lib/mc.lib: Add popular sequences for "home" and "end" in
1932         "xterm" and "xterm-color" terminals.
1934 2001-08-13  Pavel Roskin  <proski@gnu.org>
1936         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
1938         Replace "Can't" with "Cannot" everywhere.
1940 2001-08-12  Pavel Roskin  <proski@gnu.org>
1942         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
1943         subshell, not for "Open file...".
1944         (emacs_key_map): Likewise.
1946         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1948 2001-08-10  Pavel Roskin  <proski@gnu.org>
1950         * Makefile.am (EXTRA_DIST): Remove BUGS.
1951         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
1953         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
1955         * doc/LSM: Remove, it's outdated.
1956         * doc/FILES: Likewise.
1957         * doc/DEVEL: Remove information about FILES.
1959         * FAQ: Eliminate all broken URLs on the MC site.
1960         From Frederic L. W. Meunier <0@pervalidus.net>
1962         * FAQ: Restore information about xterm.
1964 2001-08-08  Pavel Roskin  <proski@gnu.org>
1966         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1968 2001-08-07  Pavel Roskin  <proski@gnu.org>
1970         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
1972         * doc/mc.1.in: Fix all broken links.
1974 2001-08-06  Pavel Roskin  <proski@gnu.org>
1976         * INSTALL: Numerous changes.  Declare old curses obsolete.
1977         Partly from Frederic L. W. Meunier <0@pervalidus.net>
1979         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
1981 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
1983         * lib/Makefile.am: Remove space after backslash introduced in the
1984         previous commit.
1986         * lib/mc.hint.zh_TW.Big5: New file.
1987         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
1989 2001-08-02  Pavel Roskin  <proski@gnu.org>
1991         * lib/mc.hint.uk: New file.
1992         From Maksym Polyakov <polyama@yahoo.com>
1993         * lib/Makefile.am: Add mc.hint.uk.
1995 2001-08-01  Pavel Roskin  <proski@gnu.org>
1997         * lib/mc.hint.nl: New file.
1998         From Steef Boerrigter <sxmboer@sci.kun.nl>
1999         * lib/Makefile.am: Add mc.hint.nl.
2000         * lib/mc.hint: Remove ftp site.  Update copyright.
2001         * lib/mc.hint.cs: Likewise.
2002         * lib/mc.hint.es: Likewise.
2003         * lib/mc.hint.it: Likewise.
2004         * lib/mc.hint.pl: Likewise.
2005         * lib/mc.hint.ru: Likewise.  Shorten some lines.
2007         * edit/Makefile.in: Allow running "make install" before "make all".
2008         * gtkedit/Makefile.in: Likewise.
2010 2001-07-31  Pavel Roskin  <proski@gnu.org>
2012         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
2013         editor.
2014         * lib/Makefile.am: Add lib/edit.spell.rc.
2016         * autogen.sh: Use gettextize.
2017         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
2018         * po/Makefile.in.in: Likewise.
2020 2001-07-29  Pavel Roskin  <proski@gnu.org>
2022         * syntax/slang.syntax: New file.
2023         From Walery Studennikov <despair@sama.ru>
2024         * syntax/Makefile.am: Add slang.syntax.
2026 2001-07-27  Pavel Roskin  <proski@gnu.org>
2028         * extraconf.h: Move WITH_BACKGROUND here.
2030 2001-07-24  Pavel Roskin  <proski@gnu.org>
2032         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
2034 2001-07-23  Pavel Roskin  <proski@gnu.org>
2036         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
2038 2001-07-20  Pavel Roskin  <proski@gnu.org>
2040         * Make.common.in: Move all defines ...
2041         * gnome/Makefile.in: ... here ...
2042         * src/Makefile.in: ... and here.
2044 2001-07-19  Pavel Roskin  <proski@gnu.org>
2046         * configure.in: Don't check for getwd, it's completely
2047         eliminated.
2048         * INSTALL: Remove reference to HAVE_GETWD.
2050         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
2051         entries for compressed cpio archives.
2053         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
2054         they were only used in obsolete frontends.  Don't ever use %view
2055         without commands - it's slower and loses user settings, e.g.
2056         hex mode.  Put shared libraries before man pages and read.me
2057         before .me macros so that they match correctly.  Use nm for
2058         shared libraries.  Add rules for StarOffice and AbiWord.
2060 2001-07-14  Pavel Roskin  <proski@gnu.org>
2062         * configure.in: Bump version to 4.5.54a.
2064 2001-07-13  Pavel Roskin  <proski@gnu.org>
2066         * lib/mcserv.init: Fix exit status.
2067         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
2069         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
2070         "executable", which should follow a space. Simplify rules for
2071         images. Add shell/ rule for *.info files. Fix all incorrect
2072         uses of the alternation operator.
2073         Reported by Oskar Liljeblad and Michel Casabona.
2075 2001-07-12  Pavel Roskin  <proski@gnu.org>
2077         * configure.in: Don't check for iconv, it's already checked for
2078         in AM_GNU_GETTEXT.
2080 2001-07-10  Pavel Roskin  <proski@gnu.org>
2082         * doc/mc.1.in: Update documentation about hex search.
2084         * edit/edit_key_translator.c (cooledit_key_map): Bind
2085         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
2086         From Steef Boerrigter <sxmboer@sci.kun.nl>
2088         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
2089         * edit/edit_key_translator.c (cooledit_key_map): Add support
2090         for bracket matching on Alt-B.
2091         * gtkedit/gtkeditkey.c: Likewise.
2092         From Steef Boerrigter <sxmboer@sci.kun.nl>
2094 2001-07-06  Pavel Roskin  <proski@gnu.org>
2096         * lib/mc.ext.in: Use nm to view object files.
2098         * Make.common.in: Remove GNOME-specific and unused definitions.
2099         Partly moved to gnome/Makefile.in.
2101         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
2102         they are usused.
2103         * Make.common.in: Likewise.
2105 2001-06-29  Pavel Roskin  <proski@gnu.org>
2107         * ABOUT-NLS: Update to the version from gettext-0.10.38.
2109         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
2110         now done in configure. Move -I.. to the beginning.
2111         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
2112         libintl.a may be required to link mc.
2113         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
2114         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
2115         Move all i18n code to one place. Don't substitute INTLSUB - it's
2116         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
2117         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
2119 2001-06-25  Pavel Roskin  <proski@gnu.org>
2121         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
2122         It should be enabled explicitly by giving `--enable-largefile'
2123         to configure.
2124         * INSTALL: Document it.
2126 2001-06-22  Pavel Roskin  <proski@gnu.org>
2128         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
2130         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
2131         in struct statfs.
2132         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
2134         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
2135         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
2136         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
2137         found.
2138         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
2140 2001-06-19  Pavel Roskin  <proski@gnu.org>
2142         * configure.in: Check for telldir and seekdir. Join adjacent
2143         calls to AC_CHECK_FUNCS.
2145 2001-06-16  Pavel Roskin  <proski@gnu.org>
2147         * Makefile.am: Change the order of SUBDIRS to fully compile text
2148         edition before compiling anything for GNOME.
2149         * mc.spec.in: Don't use brace expansion to avoid implicit
2150         build-time dependency on bash.
2152 2001-06-13  Pavel Roskin  <proski@gnu.org>
2154         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
2155         the test code.
2156         * configure.in: Fix compiler warnings in the arguments to
2157         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
2158         around `=' in the `test' command.
2160 2001-06-07  Pavel Roskin  <proski@gnu.org>
2162         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
2163         GNOME documentation template.
2164         * doc-gnome/C/mkhtml: Don't generate index.
2165         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
2167 2001-06-06  Pavel Roskin  <proski@gnu.org>
2169         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
2170         conditional variables from EXTRA_DIST.
2172 2001-06-05  Pavel Roskin  <proski@gnu.org>
2174         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
2175         conversion support.
2176         From Walery Studennikov <hqsoftware@mail.ru>.
2178         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
2180 2001-06-01  Pavel Roskin  <proski@gnu.org>
2182         * lib/mc.charsets: Synchronize with the latest patch - remove
2183         a comment.
2185 2001-05-30  Pavel Roskin  <proski@gnu.org>
2187         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
2188         work with GNOME.
2190         * lib/mc.charsets: New file. From Walery Studennikov.
2191         * lib/Makefile.am: Distribute mc.charsets. Install it if
2192         the charset support is enabled.
2194         * configure.in: Add check for iconv() and the necessary code
2195         to support the charset selection patch.
2197         * configure.in: Add check for ESCDELAY variable in ncurses.
2199 2001-05-29  Pavel Roskin  <proski@gnu.org>
2201         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
2202         USE_EXT2FSLIB.
2204         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
2205         * pc/config.h: Likewise.
2207         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
2208         and "strings". Recognize "write" files and MS Word templates.
2209         For MS Excel documents try "xls2csv" and "strings".
2210         Escape spaces in the "type" directives.
2211         From Nerijus Baliunas.
2213         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
2215         * Make.common.in: Remove hpath, it's unused.
2217         * acconfig.h: Move constant parts ...
2218         * extraconf.h: ... here.
2219         [HAVE_X]: Disable subshell, s-lang and curses.
2220         * Makefile.am: Add extraconf.h.
2222 2001-05-28  Pavel Roskin  <proski@gnu.org>
2224         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
2225         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
2226         * configure.in: ... here.
2228 2001-05-27  Pavel Roskin  <proski@gnu.org>
2230         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
2231         * acconfig.h: Likewise.
2232         * src/layout.c: Likewise.
2234         * Make.common.in: Remove all percent rules.
2235         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
2236         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
2237         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
2238         AM_INIT_AUTOMAKE.
2240         * Make.common.in: Remove obsolete dependency tracking system.
2241         * configure.in: Likewise.
2242         * edit/Makefile.in: Likewise.
2243         * gnome/Makefile.in: Likewise.
2244         * gtkedit/Makefile.in: Likewise.
2245         * slang/Makefile.in: Likewise.
2246         * src/Makefile.in: Likewise.
2247         * vfs/Make-mc.in: Likewise.
2248         * src/depend.awk: Remove.
2250 2001-05-26  Pavel Roskin  <proski@gnu.org>
2252         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
2253         * syntax/octave.syntax: New file. From Walery Studennikov.
2254         * syntax/Makefile.am: Add octave.syntax.
2256         * configure.in: Fix incorrect test for stdin support in grep -
2257         it would always fail when configuring in an empty directory.
2258         Portability fixes - unset, backslashed space in here-documents.
2259         Eliminate all instances of "changequote".
2261         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
2262         user choice.
2263         * acconfig.h: Changes for the above.
2264         * INSTALL: Don't document --with-sco - it's now defunct.
2265         * INSTALL.FAST: Likewise.
2267 2001-05-25  Pavel Roskin  <proski@gnu.org>
2269         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
2270         are in the beginning of the "file" output.
2272 2001-05-23  Pavel Roskin  <proski@gnu.org>
2274         * lib/mc.ext.in: Add associations for viewing RPM files.
2276 2001-05-22  Pavel Roskin  <proski@gnu.org>
2278         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
2279         By default exit after the first error in jade.
2281         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
2282         JADEFLAGS environment variables. Report progress. Clean up on
2283         failure.
2285 2001-05-21  Pavel Roskin  <proski@gnu.org>
2287         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
2288         files.
2290         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
2291         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
2293 2001-05-20  Pavel Roskin  <proski@gnu.org>
2295         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
2296         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
2297         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
2298         * doc-gnome/C/figs/Makefile.am: Add support for converting from
2299         PNG to EPS.
2301         * Makefile.am (EXTRA_DIST): Remove create_vcs.
2302         * doc/FILES: Likewise. Typo fix.
2304 2001-05-19  Pavel Roskin  <proski@gnu.org>
2306         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
2307         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
2308         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
2310         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
2311         index entry "Moving files".
2313 2001-05-18  Pavel Roskin  <proski@gnu.org>
2315         * configure.in: Use src/main.c in AC_INIT.
2317         * create_vcs: Remove.
2319         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
2320         Add download location for glib.
2321         * mc.spec.in: Likewise.
2322         * doc/LSM: Likewise.
2323         * doc/mc.1.in: Likewise.
2324         * doc/mcedit.1.in: Likewise.
2325         * src/ext.c: Don't mention download location for MC.
2327         * FAQ: Update status of Tk, XView. and GNOME editions. Update
2328         homepage of gpm.
2330         * INSTALL: Remove information about Tk and XView. Change the
2331         mailing list addresses again.
2332         * FAQ: Change the mailing list addresses again.
2333         * MAINTAINERS: Likewise.
2334         * README: Likewise.
2335         * doc/mc.1.in: Likewise.
2336         * gnome/gmc-window.c: Likewise.
2337         * lib/README.xterm: Likewise.
2338         * lib/mc.ext.in: Likewise.
2339         * lib/mc.hint*: Likewise.
2340         * lib/mc.hlp.hu: Likewise.
2341         * po/*.po: Likewise.
2342         * src/main.c: Likewise.
2344 2001-04-20  Pavel Roskin  <proski@gnu.org>
2346         * FAQ: Change the mailing list addresses and the download
2347         locations.
2348         * INSTALL: Likewise.
2349         * MAINTAINERS: Likewise.
2350         * README: Likewise.
2351         * doc/mc.1.in: Likewise.
2352         * gnome/gmc-window.c: Likewise.
2353         * lib/README.xterm: Likewise.
2354         * lib/mc.ext.in: Likewise.
2355         * lib/mc.hint*: Likewise.
2356         * lib/mc.hlp.hu: Likewise.
2357         * po/*.po: Likewise.
2358         * src/main.c: Likewise.
2360 2001-04-19  Pavel Roskin  <proski@gnu.org>
2362         * configure.in: Don't install mcserv unless
2363         "--enable-mcserv-install" has been specified.
2364         Don't quote the first argument in all calls to AM_CONDITIONAL
2365         to work around a bug in Automake 1.4.
2366         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
2367         * vfs/Make-mc.in: Likewise.
2369 2001-04-13  Pavel Roskin  <proski@gnu.org>
2371         * configure.in: Bump version to 4.5.53a.
2373 2001-04-06  Pavel Roskin  <proski@gnu.org>
2375         * gtkedit/editcmd.c: Remove support for XView layout attributes.
2376         * gtkedit/editoptions.c: Likewise.
2377         * pc/chmod.c: Likewise.
2378         * pc/drive.c: Likewise.
2379         * src/boxes.c: Likewise.
2380         * src/chmod.c: Likewise.
2381         * src/dlg.c: Likewise.
2382         * src/dlg.h: Likewise.
2383         * src/filegui.c: Likewise.
2384         * src/find.c: Likewise.
2385         * src/hotlist.c: Likewise.
2386         * src/layout.c: Likewise.
2387         * src/listmode.c: Likewise.
2388         * src/main.c: Likewise.
2389         * src/option.c: Likewise.
2390         * src/panelize.c: Likewise.
2391         * src/wtools.c: Likewise.
2392         * src/wtools.h: Likewise.
2393         * vfs/smbfs.c: Likewise.
2395         * autogen.sh: Check out "intl" and "macros" directories if they
2396         are missing. Simply "cvs up -d" won't restore them.
2398         * configure.in: Bump version to 4.5.52a.
2400 2001-03-14  Pavel Roskin  <proski@gnu.org>
2402         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
2403         Automake conditional USE_SAMBA_FS if Samba is to be supported
2404         in VFS.
2406 2001-03-07  Pavel Roskin  <proski@gnu.org>
2408         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
2409         defined.
2410         Reported by Norbert Warmuth.
2412         * configure.in: Don't process vfs/extfs/uzip - it's now
2413         constant.
2415         * syntax/changelog.syntax: Require space after asterisk to have
2416         it highlighted.
2418 2001-03-02  Pavel Roskin  <proski@gnu.org>
2420         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
2421         * configure.in: Use AC_PROG_CC_STDC instead.
2423         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
2424         Suggested by Christian Gennerat.
2426         * lib/mc.ext.in: Add support for "freeze" - old compression
2427         program used mostly on QNX.
2428         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
2429         * lib/Makefile.am: Adjusted.
2431 2001-02-26  Pavel Roskin  <proski@gnu.org>
2433         * lib/mc-gnome.ext.in: Remove, it's not used.
2434         * configure.in: Remove lib/mc-gnome.ext.
2435         * lib/Makefile.am: Likewise.
2437 2001-02-20  Pavel Roskin  <proski@gnu.org>
2439         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
2440         defined to prevent warnings on OpenBSD 2.7.
2441         * slang/jdmacros.h: Likewise.
2442         * src/mad.h: Likewise.
2443         * src/poptalloca.h: Likewise.
2445         * configure.in: Check for sys/time.h and sys/timeb.h. Use
2446         AC_HEADER_TIME.
2448 2001-02-07  Pavel Roskin  <proski@gnu.org>
2450         * autogen.sh: Create vfs/samba/include/stamp-h.in.
2451         * vfs/samba/include/stamp-h.in: Remove.
2453         * macros/curses.m4: Quote first argument to AC_DEFUN.
2454         * macros/gnome-cxx-check.m4: Likewise.
2455         * macros/gnome-gettext.m4: Likewise.
2456         * macros/gnome-libgtop-check.m4: Likewise.
2457         * macros/gnome-print-check.m4: Likewise.
2458         * macros/linger.m4: Likewise.
2459         * macros/need-declaration.m4: Likewise.
2461         * configure.in: Only configure in vfs/samba if smbfs support is
2462         enabled even with Autoconf 2.13.
2464 2001-01-30  Pavel Roskin  <proski@gnu.org>
2466         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
2467         --without-samba due to a typo.
2469         * configure.in: Only configure in vfs/samba if smbfs support is
2470         enabled. This optimization will only work with Autoconf-2.49c
2471         and above.
2473 2001-01-13  Pavel Roskin  <proski@gnu.org>
2475         * configure.in: Don't create a faked malloc.h.
2476         * gtkedit/edit.h: Don't assume that malloc.h always exists.
2477         * src/mad.h: Likewise.
2479         * configure.in: Simplified handling of cons.saver.
2480         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
2481         * mc.spec.in: Remove a workaround for the above.
2483         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
2484         for MC. Don't rely on the output of uname - use $host_os.
2486 2001-01-11  Pavel Roskin  <proski@gnu.org>
2488         * configure.in: Check for ext2 libraries only if VFS is enabled.
2490         * src/Makefile.in: Create directories before installing files.
2491         Removed all occurrences of libprefix - it's never defined.
2493         * configure.in: All macros from configure.in moved to
2494         acinclude.m4. Added missing quotes in several places.
2495         * acinclude.m4: Likewise.
2497         * edit/Makefile.in: Don't install or uninstall mcedit -
2498         it cannot be installed before mc on systems without symlinks.
2499         * gtkedit/Makefile.in: Likewise.
2500         * src/Makefile.in: Install mcedit (if enabled) and mcview.
2501         Uninstall them.
2503         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
2504         from acinclude.m4 in gtk+:
2505         Don't define ENABLE_NLS unless we have a working NLS.
2506         (This should keep libintl.h from being included when it doesn't
2507         exist).
2509 2001-01-09  Pavel Roskin  <proski@gnu.org>
2511         * doc-gnome/C/figs/Makefile.am: New file.
2512         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
2513         makefile do it.
2514         * configure: Substitute doc-gnome/C/figs/Makefile.
2516         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
2518 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
2520         * lib/mc.hlp.hu: Added Hungarian help file from
2521           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
2522           maci@integrity.hu, mfh47@freemail.hu
2523         * lib/Makefile.am: Added LOCALIZED_HELP for further
2524           mc.hlp l10ns
2525         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
2526           gtkedit/editcmd.c: I18n of mc.hlp
2528 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
2530         * doc/mc.1.in: Corrected badly formatted link...
2532 2000-11-10  Robert Brady  <robert@suse.co.uk>
2534         * configure.in: Add Tamil to ALL_LINGUAS.
2536 2000-10-23  Pavel Roskin  <proski@gnu.org>
2538         * mc.spec.in: Allow mcserv.8 to be gzipped.
2540         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
2541         that cannot deal with "./gmc.sgml".
2543 2000-10-09  Pavel Roskin  <proski@gnu.org>
2545         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
2546         that CVS Automake will drop dependencies to the macros that
2547         we don't distribute.
2549         * lib/mc.ext.in: Removed references to icons. Source RPMs
2550         grouped to one regex. Removed "Update" for source RPMs, added
2551         "Rebuild" instead. Added "Check signature" for all RPMs.
2552         Added a comment about pop-up menus in the text edition.
2554 2000-10-06  Pavel Roskin  <proski@gnu.org>
2556         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
2557         flags moved out of CFLAGS as recommended by GNU coding
2558         standards.
2559         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
2560         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
2561         XCPPFLAGS.
2562         * INSTALL (Random notes on porting to other architectures):
2563         Completely rewritten. Recommended using CFLAGS instead of XINC.
2565 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2567         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
2569 2000-10-04  Christophe Merlet  <christophe@merlet.net>
2571         * gnome/*.desktop: Updated French strings.
2573 2000-10-03  Pavel Roskin  <proski@gnu.org>
2575         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
2576         to allow <legalnotice>. Unclosed tags fixed.
2578 2000-09-30  Pavel Roskin  <proski@gnu.org>
2580         * mc.spec.in: New package mc-common. Use DESTDIR instead of
2581         misusing prefix. Don't install old icons - they don't exist.
2583         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
2584         "export -f" to have mc() exported.
2585         * doc/mc.1.in: Changed description of the "-P" option to
2586         avoid inclusion of mc.sh and mc.csh into the manual.
2587         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
2589 2000-09-24  Pavel Roskin  <proski@gnu.org>
2591         * doc/mc.1.in: Minor formatting fixes.
2593         * lib/mc.sh.in: Remove temporary file non-interactively.
2594         * doc/mc.1.in: updated example for mc.sh.
2596 2000-09-23  Pavel Roskin  <proski@gnu.org>
2598         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
2599         updates it when needed.
2600         * mc.spec.in: Include translations with mc, not gmc. Run
2601         chkconfig --del in %preun, not %postun. --without-debug not
2602         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
2603         be executable. New files in %{prefix}/lib/mc/ - translated hints,
2604         editor files.
2606         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
2607         directory for document processing. Comment changes. gmc.ps and
2608         gmc.pdf now generated from gmc.dvi.
2610         * configure: Always include Make.common as file, otherwise
2611         "make distclean" breaks.
2612         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2613         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
2614         replaced with "rm -f" - the standard says that "rm" is portable.
2615         Ditto $(MV). Adjusted *clean targets to match those in
2616         Automake. Removed "cross" target.
2618 2000-09-22  Pavel Roskin  <proski@gnu.org>
2620         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
2621         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
2622         * doc/Makefile.in: Converted to ...
2623         * doc/Makefile.am: ... this.
2625 2000-09-21  Pavel Roskin  <proski@gnu.org>
2627         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
2628         is not expanded in all shells.
2629         * doc/mc.sgml: Updated the example script to reflect the above
2630         changes.
2631         * doc/mc.in.1: Likewise.
2633 2000-09-19  Pavel Roskin  <proski@gnu.org>
2635         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
2636         Marco Ciampa
2638 2000-09-18  Pavel Roskin  <proski@gnu.org>
2640         * Make.common.in: Added installcheck to placate "make distcheck"
2641         * configure.in, Make.common.in, doc/Makefile.in,
2642         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2643         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
2644         variable MKINSTALLDIRS and builddir with Automake-compatible
2645         mkinstalldirs and top_builddir.
2646         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
2647         files. Added uninstall-local target.
2649 2000-09-17  Pavel Roskin  <proski@gnu.org>
2651         * configure.in: fixed wrong use of AC_MSG_RESULT inside
2652         AC_CACHE_VAL
2654         * Make.common.in: Added the "dvi" target for "make distcheck"
2655         to go further
2656         * doc-gnome/C/Makefile.in: converted to ...
2657         * doc-gnome/C/Makefile.am: ... this
2659 2000-09-15  Pavel Roskin  <proski@gnu.org>
2661         * acconfig.h, configure.in: Require autoconf 2.13 or above.
2662         Removed workarounds for older versions. Removed MCDEBUG
2663         variable - it's not used. --with-debug renamed to --with-mad and
2664         cleaned up. Always use -Wall with gcc, other manipulations with
2665         CFLAGS removed.
2667         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2668         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2669         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
2670         mc.pot becomes out of date in the tarball.
2672 2000-09-14  Pavel Roskin  <proski@gnu.org>
2674         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
2675         tests for cp, mv and rm.
2676         * Make.common.in: Removed variables xv_bindir and STRIP.
2677         Variables CP, MV and RMF are assigned trivial values.
2679         * edit/Makefile.in: Don't link headers, add extra includes
2680         to CPPFLAGS instead. Put links to the build directory.
2681         Remove the hack with "mx" - it is not needed anymore.
2683         * configure.in: remove any manipulations with top_srcdir.
2684         Don't change CPPGLAGS when the internal editor is enabled,
2685         instead do it ...
2686         * edit/Makefile.in, gtkedit/Makefile.in: ... here
2688         * configure.in, Make.common.in, doc/Makefile.in,
2689         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2690         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
2691         changed to top_srcdir for Automake compatibility
2693         * configure.in: REGEX_O variable removed - always use our regex
2695         * configure.in: MCFGR variable removed
2697 2000-09-12  Pavel Roskin  <proski@gnu.org>
2699         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
2700         other GNOME modules
2701         * autogen.sh: remove "-I ." from the "aclocal" command line
2703 2000-09-01  Pavel Roskin  <proski@gnu.org>
2705         * configure.in: output vfs/extfs/Makefile
2707         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
2708         to avoid a warning
2709         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
2710         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
2712 2000-08-29  Pavel Roskin  <proski@gnu.org>
2714         * configure.in: use AM_GNOME_GETTEXT
2715         * gettext.m4: removed
2716         * Makefile.am: adjusted files to distribute, previous change
2717         reverted
2719         * mc-aclocal.m4: renamed to ...
2720         * acinclude.m4: ... this
2721         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
2722         * Makefile.am: aclocal should scan "." for gettext.m4
2724 2000-08-28  Pavel Roskin  <proski@gnu.org>
2726         * Make.common.in: removed hack for "make distcopy"
2727         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2728         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2729         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
2730         for external builds.
2731         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
2733 2000-08-24  Pavel Roskin  <proski@gnu.org>
2735         * new_icons/Makefile.in: converted to ...
2736         * new_icons/Makefile.am: ... this
2737         * configure.in: automake conditional GNOME introduced.
2738         "insticons" removed
2740         * icons/*: removed
2741         * Makefile.am, configure.in: necessary adjustments
2743         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
2744         automake installs them now
2746         * syntax/Makefile.in: converted to ...
2747         * syntax/Makefile.am: ... this
2749         * idl/Makefile.in: converted to ...
2750         * idl/Makefile.am: ... this
2752         * lib/Makefile.am: simplified, fixed "make dist"
2754         * lib/Makefile.in: converted to ...
2755         * lib/Makefile.am: ... this
2757         * lib/tkmc.wmconfig: removed
2758         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
2760         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
2761         to ...
2762         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
2763         * Make.common.in: support for "distdir" for compatibility
2764         with Automake-generated makefiles
2765         * autogen.sh: run automake. Force cache - it is off by default
2766         in autoconf 2.49a, but it's still handy for maintainers
2767         * configure.in: adapted for Automake
2769         * AUTHORS: new file
2771 2000-08-23  Pavel Roskin  <proski@gnu.org>
2773         * configure.in: resurrect definition of xvers
2775         * VERSION.in: removed
2776         * Makefile.in: don't do anything with VERSION.in and VERSION
2777         Take mc.spec from builddir, not srcdir
2778         * configure.in: don't create VERSION
2780 2000-08-22  Pavel Roskin  <proski@gnu.org>
2782         * *.c, *.h: Updated address of Free Software Foundation
2784 2000-08-21  Pavel Roskin  <proski@gnu.org>
2786         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
2787         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
2788         related to XView, libXPM, libXext and Tk
2790 2000-08-18  Pavel Roskin  <proski@gnu.org>
2792         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
2793         files
2795         * configure.in: Simplified dependency tracking by using
2796         "-include" with GNU Make
2797         * autogen.sh: Exit on all failures
2799 2000-08-17  Pavel Roskin  <proski@gnu.org>
2801         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
2802         Fixed all misuses of single and double quotes. Typo fixes.
2803         Ensured compatibility with sgml2html, sgml2txt and sgml2latex
2804         * doc/mc.1.in: Typo fix
2806         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
2807         * doc/linuxdoc-sgml.diff: removed
2808         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
2809         distribute gnome.sgml
2811 2000-08-15  Pavel Roskin  <proski@gnu.org>
2813         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
2814         in the "distclean" target
2816         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
2817         Removed all XVIEW-related stuff
2818         Fixed placement of png files on "make dist"
2820         * doc/mc.1.in: Updated info about the internal editor
2822         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
2823         indicate serious problems. Fixes for uninstall.
2824         * doc/Makefile.in: Rebuild if it is out of date.
2826         * lib/cedit.menu: Added. This file has been missing
2828         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
2830 2000-08-08  Pavel Roskin  <proski@gnu.org>
2832         * Makefile.in: correctly detect make failures in subdirs
2834 2000-08-01  Pavel Roskin  <proski@gnu.org>
2836         * nt, os2, tk, xv: removed all files
2837         * configure.in: don't create os2 and nt directories
2839 2000-08-01  Pavel Roskin  <proski@gnu.org>
2841         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
2843         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
2845 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
2847         * src/main.c: make 8bit input/output the default (99% of the people
2848         expects that; lets the remaining 1% use the configuration menu
2849         to disactivate it if they want)
2851 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
2853         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
2855 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
2857         * configure.in: check for gnome-libs with window icon support
2859         * acconfig.h: add icon define
2861 2000-06-08  Matthias Warkus  <mawa@iname.com>
2863         * new_icons/gnome-pack-*.png: Updated.
2864         * gnome/mc.keys: Added a MIME type for SLP packages.
2866 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
2868         * syntax/diff.syntax: Highlight lines beginning with "File",
2869         "Files" and "Binary"
2870         * syntax/makefile.syntax: Highlight "ifndef"
2871         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
2872         highlighted)
2874 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2876         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
2877         comment lines with # in last release
2879 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2881         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
2883 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2885         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
2886         look more consistent than original.
2888 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2890         * config.in: Added check against strcoll().
2892 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2894         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
2895         added 'and', 'or', 'not', 'for' keywords.
2897 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2899         * syntax.c: Very dirty fix to allow compilation of mcedit on ncurses
2900         based systems. Hope, this will make FreeBSD midc maintainer to enable
2901         build-in editor by default. Still, syntax highlighting is disabled.
2902         Need to port...
2904 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2906         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2907           fixed, some messages gettext()ed again here and in
2908         gtkedit/editmenu.c:edit_about_cmd()
2910 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2912         * doc/mc.sgml (Examples): Fixed documentation, thanx
2913         to martin@internet-treff.uni-koeln.de.
2915 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
2917         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
2918         the label text
2920 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
2922         * gtkedit/syntax.c: treat *.ads as Ada source
2923         * syntax/ada95.syntax: escape "+" and "*"
2924         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
2925         * syntax/Makefile.in: remove diffc.syntax
2927         * edit/edit_key_translator.c: interpret code 0177 as
2928         backspace unless recognized otherwise
2930 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
2932         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
2933         initialization of array of structure (gcc version 2.96 20000131
2934         chokes on it).
2936         * lib/mc.hint: C-y and not C-u can be used to insert text in input
2937         lines (e. g. text which has been deleted with M-d).
2939         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
2941 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
2943         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
2945 2000-01-29  Matthias Warkus  <mawa@iname.com>
2947         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
2948         design on Federico's request.
2950 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
2952         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
2953         an ArrangeType enum.
2955 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
2957         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
2958         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
2959         setup.c: Add option of using GNOME "magic" routines to determine file
2960         types. This makes MC intelligently look at the data in the file to see
2961         what type of file it is, rather than looking at the filename extension.
2962         This slows down MC quite a bit, so it has been made an optional
2963         preference item. Type detection is expected to improve as mime-magic
2964         matures.
2966 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
2968         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
2969         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
2970         providing a patch.
2972 2000-01-11  Matthias Warkus  <mawa@iname.com>
2974         * Added icon and keys entry for Scheme source.
2976 2000-01-03  Fatih Demir  <kabalak@gmx.net>
2978         * configure.in: Added tr -> ALL_LINGUAS .
2980 1999-12-28  Matthias Warkus  <mawa@iname.com>
2982         * new_icons/*.png: Added a bunch of new icons.
2984 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
2986         * configure.in (VERSION): Bumped version number to 4.5.42.
2988 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
2990         * configure.in: added 'uk' to ALL_LINGUAS.
2992 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2994         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
2995         request from David Sauer
2997 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
2999         * configure.in (VERSION): Bumped version number to 4.5.41.
3001 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
3003         * configure.in (VERSION): Set version number to 4.5.39.
3005 1999-09-23  Jorge Godoy  <godoy@conectiva.com.br>
3007         * configure.in: Added pt_BR to ALL_LINGUAS
3009 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
3011         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
3012         path to the mc binary according to @prefix@.
3014         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
3015         configure. Install mc.sh and mc.csh in $(suppbindir).
3017         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
3018         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
3019         copies of the included function definitions.
3021         * mcfn_install.in: Comment out definitions of the mc functions. Source
3022         mc.sh instead of adding an outdated mc function definition.
3024         * configure.in: output mc.sh and mc.csh
3026 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
3028         * lib/startup.links: Changed the news link to Gnotices
3030 1999-09-19  David Martin  <dmartina@usa.net>
3032         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
3033         8 bit chars from strftime get displayed when inserting date.
3035         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
3036         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
3037         file to avoid interferences. In this one I changed the extension check
3038         to a type check (as used for gzip) which might give problems in some
3039         systems.
3041         * configure.in: Use -Tlatin1 to format man pages when available and
3042         "view" 8 bit chars.
3044 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
3046         * gtkedit/edit.h: Include file reordering to make it compile with
3047         --with-debug
3049         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
3050         dependent on length of translated strings to display.
3052 1999-09-16  Owen Taylor  <otaylor@redhat.com>
3054         * Remove the magicdev autoconf test in favor of just
3055         including the idl file. Otherwise we have a dependency
3056         loop between this and magicdev.
3058 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
3060         * idl/FileManager.idl: Changed names, and put everything under a
3061         FileManager module.  Added a Desktop interface and some methods to
3062         the WindowFactory interface.
3064 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
3066         * doc-gnome/*: Shiny new docs from users-guide.
3067         All synced up.
3069 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
3071         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
3073 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
3075         * README: Updated and spell-checked.
3077         * NEWS: Updated.
3079 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
3081         * configure.in (ALL_LINGUAS): Added sv.
3083 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
3085         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
3086         symlink attacks (mcfn_install and the man page still needs to be
3087         updated).
3089 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
3091         * configure.in (AC_WITH_SLANG): rm -f destination before making
3092         a symbolic link (ln -sf doesn't work as expected on Solaris)
3094 1999-08-19  Elliot Lee  <sopwith@redhat.com>
3096         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
3098 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
3100         * doc-gnome/C/gmc.sgml: Index fixes.
3102 1999-08-18  Elliot Lee  <sopwith@redhat.com>
3104         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
3105         initializers in the GnomeUIInfo structure.
3107 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
3109         * configure.in (VERSION): Bumped version number to 4.5.38.
3111 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
3113         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
3115 1999-08-15  David Martin  <dmartina@usa.net>
3117         * gtkedit/edit.c: Print localized date with strftime()
3119         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavor.
3121 1999-08-08  David Martin  <dmartina@usa.net>
3123         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
3124         translation.
3126         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
3127         translation as it used to be.
3129 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3131         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
3132         that the correct index.html will be generated.
3134 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3136         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
3137         to the list.
3139 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
3141         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
3142         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
3143         This adds some new syntax rules, and spell check on the fly
3144         which if someone bugs me for, will actually get enabled in
3145         both the text and gnome versions. Bookmark stuff also needs
3146         some keys bound to it, I suppose: any takers?
3148 1999-07-19  Elliot Lee  <sopwith@redhat.com>
3150         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes
3151         infinitely recursing make.
3153 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
3155         * Makefile.in (all): Makefile fix.
3157 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3159         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3160         should fix the problem we had with FSSTND distributions.
3162 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3164         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
3165         list of distributed files.
3167 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3169         * configure.in (VERSION): Bumped version number to 4.5.34.
3171 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
3173         * Add fi into ALL_LINGUAS
3175 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
3177         * gnome/i-zipdisk2.png: Added another zip-disk icon
3178         by <scarab@egyptian.net> - It looks very nice. Variation
3179         is good.
3181 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3183         * acconfig.h: Add WITH_SMBFS
3185         * macros/gnome-vfs.m4: Support conditional samba support.
3187 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3189         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3190         should fix the problem we had with FSSTND distributions.
3192 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
3194         * mc.spec.in: added syntax files to %files
3196 1999-06-22  David Martin  <dmartina@usa.net>
3198         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
3200 1999-06-07  Shooby Ban  <bansz@szif.hu>
3202         * po/hu.po, configure.in: added Hungarian translations...
3203           I'm not sure it's OK, but it seems usable.
3204           Translators: Tamas Fejos and Andras Kadar
3206 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
3208         * configure.in, Makefile.in: added the gmc helpfile to the build
3210 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
3212         * Add ja entry to LANG in configure.in
3214 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3216         * gnome/Makefile.in (ICONS): OK, perhaps we also want the zip-icon to
3217         be installed in the system :) (added it to the Makefile.in)
3219 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3221         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
3222         disks - someone please add it to the mount.c code so it gets used..
3223         Everyone have a nice time at the expo! :) I hope to join the
3224         next time.
3226 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3228         * configure.in: Added check for getpt ()
3230 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3232         * configure.in (VERSION): Bumped version number to 4.5.31.
3234 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3236         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
3237         need to fool it by strdup'ing the return value of tempnam.
3239 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3241         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
3242         MCLIBS which are specific to the text edition.
3244         * INSTALL: Added documentation for --with-tm-x-support
3246 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
3248         * mc.spec.in : Folded in some changes from the 'official' rpm
3249         spec file.
3251 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3253         * configure.in (SHELL): Do not use grep -q, as it is not portable
3254         to every OS.
3256 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3258         * configure.in: Linking from $srcdir/slang is broken when configure
3259         isn't called with an absolute path. Link from ../$srcdir/slang if
3260         configure was invoked with a relative path.
3262 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
3264         * configure.in: Do not rm the destination file and then link, use
3265         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
3267 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3269         * configure.in: Some AC_ARG_WITH macros haven't checked $withval, i.e.
3270         --with-PACKAGE and --without-PACKAGE gave the same results.
3272 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3274         * configure.in (VERSION): Bumped version number to 4.5.30.
3276 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3278         * configure.in (VERSION): Bumped version number to 4.5.29.
3280 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3282         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
3283         now contains all checks.
3285 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3287         * configure.in (VERSION): bumped version number to 4.5.28.
3289 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
3291         * */Makefile.*: fixed several missed conversions from libdir to
3292         mclibdir. (Should be automake'd, really)
3294 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3296         * Make.common.in: There were conflicting definitions of mclibdir
3297         (one for installation, one for source).  Now the source one is
3298         called mcsrclibdir.
3300         * doc/Makefile.in: Use mcsrclibdir where appropriate.
3302 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
3304         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
3305         Pascal Program" (Heh, second time :)
3307         * Makefile.common: Until things gets clear, keep syntax rules in
3308         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
3310         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
3311         @libdir@.
3313 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
3315         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
3316         as requested by Paul. Still, need some checking...
3318 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
3320         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
3321         to date with cooledit 3.9.0. This adds some new features.
3322         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
3323         syntax.c. This is because the rule set is becoming too
3324         large to maintain in its current form and because file
3325         loading is starting to get slow.
3327         There is also a bookmark feature which does not yet have
3328         key bindings assigned to it, but should be cool once
3329         these get inserted. Syntax rules files are named
3330             $LIBDIR/cooledit/syntax/*.syntax
3332 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
3334         * configure.in: Create slang directory, it is needed when
3335         builddir != srcdir.
3336         Use -f when calling rm, the file does not exist on
3337         first compile.
3338         No need to copy VERSION from $srcdir, it's already generated in
3339         $builddir.
3341 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
3343         * edit/edit_key_translator.c: Added missing translation tags.
3345 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3347         * configure.in: Minimum version of glib should be 1.2.0.
3348         (VERSION): Bumped version number to 4.5.27.
3350 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
3352         * gtkedit/editcmd.c: Added missing translation tags.
3354         * gtkedit/editoptions.c: Added missing translation tags. Translate
3355         radio buttons on first use.
3357 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
3359         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
3360         to get the mc spec file to work.
3361         * hacked configure to generate a properly versioned spec file.
3363 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3365         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
3366         radio buttons on first pass.
3368 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
3370         * gtkedit/editcmd.c: Mark strings in the search and replace
3371         dialogs for translation. Resized these dialogs to let the messages
3372         fit.
3374 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3376         * gtkedit/editwidget.c (selection_send): Use the proper type for
3377         64-bit cleanliness (Patch from George Lebl).
3379 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
3381         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
3382         into the catalog file.
3384 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3386         * configure.in: Make Timur's libtermcap check work with SLang
3387         0.99.98, too.
3389 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3391         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
3392         PS and EPS files.  Thanks, Tigert!
3394 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3396         * configure.in (CCOPTS): Drop the prefix auto-detection.
3398 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
3400         * configure.in: Add check, which, in case of system-installed SLang
3401         library tries to run a test program, which determines, does we need
3402         linking with libtermcap.a. Also, set of if's for finding terminfo
3403         dir changed to for cycle - a bit nicer :)
3405 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3407         * README.QNX: Deleted documentation about mc.menu.qnx.diff.
3409 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3411         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
3413 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3415         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
3416         from tar calls when extracting (according to my man page this option
3417         is only useful when creating archives).
3419 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3421         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
3422         adds support for tar.bz2 and merges the support for freeze-compressed
3423         tar files (tar.F) from mc.menu.qnx.diff.
3425 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
3427         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
3428         GNU-like :)
3430 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3432         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
3433         the catalog file.
3435 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
3437         * new_icons/gnome-core.png: New icon for core files. Someone
3438         please add the code part :)
3440 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
3442         * configure.in: Add check against setuid() and setreuid() functions.
3444 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3446         * slang/slang.h: renamed to slang-mc.h
3448         * slang/Makefile.in: delete slang.h on "make clean"
3450         * configure.in: link slang/slang-mc.h to slang/slang.h when the
3451         included slang is used. Problem was that MC's slang.h was used
3452         when we compiled with an already installed SLang and the systems
3453         header file were included with <slang/slang.h>.
3454         Unfortunately I can't use AC_LINK_FILES to make the links because
3455         if we needn't make any links AC_LINK_FILES makes a link from
3456         srcdir to top_builddir (builddir != srcdir).
3458         Temporary add $LGPM to $LIBS when checking for the resizeterm
3459         and keyok functions (ncurses might be linked against GPM).
3461         Substitute PACKAGE (intl/Makefile makes use of it)
3463 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
3465         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swapped by
3466         #include "global.h".
3468 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
3470         * Make.common.in (gnewdir): new path.
3472 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
3474         * configure.in: Add comments before "Let" and "the" - typo. Add new
3475         path to include's search.
3477 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
3479         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
3481 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3483         * configure.in (REGEX_O): Always include regex.o as the code we
3484         are using in gmc is not using regcomp/regexec, but the internal
3485         Emacs API.
3487         * src/regex.c: Do not compile the POSIX compatibility code, as we
3488         do not use it.
3490 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3492         * doc/mc.sgml, mc1.in (Color section): minor polishing
3493         (Layout section): documented Highlight...
3495 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3497         * configure.in: Deleted du checks
3499         * INSTALL: Deleted --with-dusum documentation.
3501         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
3502         Configuration dialog. Added Advanced chown subsection. Deleted
3503         variables from the Special settings section which are now covered
3504         by the configuration dialog.
3506 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3508         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
3509         tar_gz_memlimit. Partially rewrote the section about the
3510         Virtual FS.. configuration dialog.
3512 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
3514         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
3516 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3518         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
3520         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
3521         builddir
3523 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
3525         * new_icons/gnome-image-[lots].png: I added some icons for file
3526         types (image) there - someone please tell me what the correct
3527         location and naming convention is and I will try to follow that. :)
3529 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
3531         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
3532         the build will still work.  (Has this been replaced by new_icons?)
3534 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
3536         * doc/mc.1.in, mc.sgml: added my name to list of authors
3538 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3540         * Makefile.in (codedirs): Dropped xv and tk ports from the
3541         distribution. include idl directory.
3543 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3545         * configure.in (slang_use_system_installed_lib): Define slang
3546         here, to avoid having this on LIBS.
3548 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
3550         * gtkedit.c: changed occurrence of 'va_list *ap' to 'va_list ap'
3552 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
3554         * config.h.in: Removed from CVS, added to .cvsignore
3556         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
3557         configure.in:
3558         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
3559         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
3560         HAS_CURSES added to acconfig.h
3562 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3564         * autogen.sh: Add "-I macros" to the aclocal flags.
3566         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
3567         so that aclocal will not complain about an obsolete macro.
3569         * configure.in: Use MC_HPUX_PROG_CC_STDC
3571         * ChangeLog: There was no ChangeLog here, so I added one.