* subshell.c (do_subshell_chdir): Filter out a possible password from
[midnight-commander.git] / ChangeLog
blob9ca666cd90b88b8da6bb027b82f98b562141ac81
1 2004-11-02  Roland Illig  <roland.illig@gmx.de>
3         * configure.ac: Add feature test whether socklen_t is defined
4         in <sys/socket.h>.
6 2004-10-28  Jindrich Novy  <jnovy@redhat.com>
8         * lib/mc.ext.in: Add a few sound formats that "play" and "mikmod"
9         utility knows.
11 2004-10-27  Roland Illig  <roland.illig@gmx.de>
13         * configure.ac: Add check for type socklen_t.
15 2004-10-27  Juan C. Olivares <juancri@juancri.com>
17         * syntax/aspx.syntax: Add syntax file for ASP.NET.
18         * syntax/Syntax: Likewise.
19         * syntax/Makefile.am: Likewise.
21 2004-10-27  Pavel S. Shirshov  <me@pavelsh.pp.ru>
23         * TODO: Move entry 'Broken pipe warning...' to 4.6.2 TODO list.
24         Remove entries for perl extfs scripts.
26 2004-10-24  Roland Illig  <roland.illig@gmx.de>
28         * configure.ac: Only add "-Wall" to CFLAGS if GCC is set to "yes".
30 2004-10-23  Roland Illig  <roland.illig@gmx.de>
32         * TODO: Check proper quoting in vfs/extfs/*.
34 2004-10-20  Pavel S. Shirshov  <pavelsh@mail.ru>
36         * lib/mc.ext.in: Use xmms for audio files in XWindows mode.
37         Add support for *.wma files. Add support for playlists.
39         Partially based on patch from q# <eth0@o2.pl>
41 2004-10-18  Roland Illig  <roland.illig@gmx.de>
43         * TODO: Some new TODO items with low priority: More standard
44         widgets, CVS frontend, patch editor, context menus.
46 2004-10-16  Roland Illig  <roland.illig@gmx.de>
48         * TODO: Fixed the "./ files in tar archive" item for mc-4.6.1.
50 2004-10-16  Roland Illig  <roland.illig@gmx.de>
52         * syntax/eiffel.syntax: Add syntax highlighting rules for the
53         Eiffel programming language.
54         * syntax/Syntax: Bind *.e with eiffel.syntax.
55         * syntax/Makefile.am: Added syntax.eiffel.
57         From Daniel F Moisset <dmoisset grulic org ar>
59 2004-10-12  Pavel S. Shirshov  <pavelsh@mail.ru>
61         * syntax/sql.syntax: Improve sql.syntax file and added several
62         keywords.
64         From Karel Zak
66 2004-10-12  Andrew V. Samoilov  <sav@bcs.zp.ua>
68         * acinclude.m4 (MC_WITH_MCSLANG): Set screen_type to mcslang.
69         * configure.ac: Define USE_INCLUDED_SLANG if screen_type is mcslang.
71 2004-10-05  Gergely Sza'sz  <szaszg@hu.inter.net> 
73         * syntax/perl.syntax: Fix highlight the hashes.
74         * syntax/diff.syntax: Highlight comments (lines begin with #),
75         and garbage in diff files.
77 2004-09-17  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
79         * mc.qpg.in: New file. Description for QNX 6.x packager.
81 2004-09-25  Roland Illig  <roland.illig@gmx.de>
83         * configure.ac: #define _GNU_SOURCE to an empty value instead of 1,
84         which conflicted with src/regex.c.
86 2004-09-24  Roland Illig  <roland.illig@gmx.de>
88         * HACKING (Programming tips): Added a tip concerning the NULL
89         pointer in varargs function calls.
91 2004-09-22  Roland Illig  <roland.illig@gmx.de>
93         * HACKING: Added advice for using g_strdup for a modifiable
94         copy of a string.
95         * HACKING: Added a section about where to look for bug reports
96         and patches.
98 2004-09-19  Roland Illig  <roland.illig@gmx.de>
100         * HACKING: Added explanation for const_cast.
102 2004-09-17 Dmitry Alexeyev <dmi_a@qnx.org.ru> 
104         * syntax/makefile.syntax.diff: Adds "define" and "ended" keywords
105         * syntax/perl.syntax.diff: Adds "break" keyword
107 2004-09-10  Jakub Jelinek  <jakub@redhat.com>
109         * lib/mc.lib: Add gnome, rxvt and xterm-new terminals.
111 2004-09-10  Pavel S. Shirshov  <pavelsh@mail.ru>
113         * syntax/php.syntax: Upgrade php.syntax file.
115         From Leonard den Ottolander <leonard * den.ottolander.nl>
117 2004-09-04  Jakub Jelinek  <jakub@redhat.com>
119         * configure.ac: grantpt is only available with -D_XOPEN_SOURCE
120         or -D_GNU_SOURCE under Linux.
122 2004-09-04  Pavel S. Shirshov  <pavelsh@mail.ru>
124         * HACKING: Add to section "Programming Tips" g_free tip.
126 2004-09-02  Roland Illig  <roland.illig@gmx.de>
128         * HACKING: Added a section "Programming Tips" which lists mistakes
129         that have been done once and should never be repeated.
131 2004-08-29  Roland Illig  <roland.illig@gmx.de>
133         * m4/ri-gcc-warnings.m4: Now handles only the last --enable or
134         --disable option. Before, --disable has not been handled
135         correctly.
137 2004-08-22  Pavel S. Shirshov  <pavelsh@mail.ru>
139         * m4/ri-gcc-warnings.m4: Using AC_HELP_STRING for more portable.
140         AS_HELP_STRING was introduced after autoconf 2.57+.
142         From Leonard den Ottolander <leonard * den.ottolander.nl>
144 2004-08-18  Roland Illig  <roland.illig@gmx.de>
146         * "make uninstall": removes the symlinks bin/mcedit and bin/mcview.
148 2004-08-17  Roland Illig  <roland.illig@gmx.de>
150         * configure.ac: The GCC warning flags are only used in
151         maintainer-mode.
153 2004-08-17  Pavel S. Shirshov  <pavelsh@mail.ru>
155         * lib/cedit.menu: Security fix patch. Fix insecure temporary file and
156         directory creations. (CAN-2004-0231). 
158         * lib/mc.menu: Likewise.
159         * doc/mc.1.in: Likewise.
160         * doc/es/mc.1.in: Likewise.
161         * doc/hu/mc.1.in: Likewise.
162         * doc/it/mc.1.in: Likewise.
163         * doc/pl/mc.1.in: Likewise.
164         * doc/ru/mc.1.in: Likewise.
165         * doc/sr/mc.1.in: Likewise.
167 2004-08-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
169         * configure.ac: Add check for atoll().
171         * doc/mc.1.in (Extension File Edit): Document "directory" keyword.
172         * doc/ru/mc.1.in: Likewise.
174 2004-08-02  Pavel Shirshov  <pavelsh@mail.ru>
176         * autogen.sh: Fix unportable "\n" in sed.
178 2004-04-02  Pavel Roskin  <proski@gnu.org>
180         * lib/mc.ext.in: Use gqview instead of ee for images.  ee seems
181         to be obsolete.  Suggested by Marcel Pol <mpol@gmx.net>
183 2004-01-22  Pavel Roskin  <proski@gnu.org>
185         * lib/mc.ext.in: Recognize *.tb2 and *.tbz files.
187         * configure.in: Rename to ...
188         * configure.ac: ... this.
190 2003-12-30  David Martin  <dmartina@excite.com>
192         * doc/mc.1.in: Synchronized latest fixes (long options) and
193         moved year and version number.
195 2003-12-24  Pavel Roskin  <proski@gnu.org>
197         * configure.in: Release 4.6.1-pre1.
199 2003-11-28  Pavel Roskin  <proski@gnu.org>
201         * acinclude.m4 (MC_UNDELFS_CHECKS): Try ext2fs/ext2_fs.h before
202         linux/ext2_fs.h.  Use ext2fs/ext2_fs.h when possible - it's
203         safer to avoid kernel headers.
205 2003-11-27  Pavel Roskin  <proski@gnu.org>
207         * src/TODO: Move ...
208         * TODO: ... here.
209         * doc/DEVEL: Move ...
210         * HACKING: ... here.  Adjust makefiles.
212 2003-11-20  Pavel Roskin  <proski@gnu.org>
214         * build-glib1.sh: Use more portable syntax for functions.  Fall
215         back to "ftp" for download, useful on BSD.
216         * build-glib2.sh: Likewise.
218         * build-glib1.sh: New file - download and compile glib 1.2.x,
219         then compile mc against it.
220         * build-glib2.sh: New file - download and compile glib 2.x with
221         dependencies (gettext, pkgconfig), then compile mc against it.
222         * Makefile.am: Distribute them.
224 2003-10-29  Pavel Roskin  <proski@gnu.org>
226         * acinclude.m4 (MC_UNDELFS_CHECKS): Don't use internal Autoconf
227         variables.
229         * configure.in: Rewrite check for mmap() to avoid using internal
230         variables of Autoconf.  Rename the rest of ac_cv_* to mc_cv_*.
232         * configure.in: Use AC_CHECK_MEMBERS to check fields of struct
233         stat.  Adjust all dependencies.
235         * acinclude.m4 (AC_STRUCT_LINGER): Remove, use AC_CHECK_MEMBERS
236         instead.
238         * configure.in: Define SLANG_POSIX_SIGNALS if all 4 required
239         functions are present.  Remove references to extraconf.h.
240         * extraconf.h: Eliminate.
241         * Makefile.am: Remove extraconf.h.
243         * configure.in: Move ext2fs undelete support ...
244         * acinclude.m4 (MC_WITH_VFS): ... here.
245         * extraconf.h: Remove VFS logic, it's enforced in configure now.
247         * acinclude.m4 (MC_WITH_VFS): Use AC_SEARCH_LIBS when possible.
248         Allow disabling network code by --disable-netcode.
250 2003-10-28  Pavel Roskin  <proski@gnu.org>
252         * configure.in: Don't check if "file" can use stdin - it's
253         unused now.
255 2003-10-25  Pavel Roskin  <proski@gnu.org>
257         * extraconf.h: Don't define HAVE_GRANTPT forcedly if grantpt()
258         wasn't found.  Don't define HAVE_CRYPT, it's unused now.
260         * configure.in: Remove check for socketpair().  Add new option
261         --enable-background.
262         * extraconf.h: Don't define WITH_BACKGROUND.
264 2003-10-14  Pavel Roskin  <proski@gnu.org>
266         * configure.in: Don't check for seekdir() and telldir().
268 2003-09-23  Pavel Roskin  <proski@gnu.org>
270         * doc/sr/Makefile.am: Don't install mcserv documentation if mcfs
271         support is disabled.
273         * lib/*.ti: Remove, these files are obsolete.
274         * lib/tdiff: Likewise.
275         * lib/xterm.tcap: Likewise.
276         * lib/Makefile.am: Remove obsolete files.  Don't install
277         README.xterm and xterm.ad, there are partly obsolete and can
278         break things if used as is.
280 2003-09-22  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
282         * lib/mc.hint.sr: Updated.
283         * lib/mc.menu.sr: New file - translated menu.
284         * lib/Makefile.am: Add mc.menu.sr.
285         * doc/sr/: New Serbian documentation.
286         * doc/Makefile.am: Add "sr" directory.
287         * configure.in: Add substitutions for new files.
289 2003-09-22  Pavel Roskin  <proski@gnu.org>
291         * configure.in: Check for strlcpy() if glib 1.2.x is used.
293 2003-09-11  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
295         * lib/mc.hint.sr: New file - Serbian hints.
297 2003-09-04  Pavel Roskin  <proski@gnu.org>
299         * lib/mc.menu: Add entry for viewing manual pages.
301 2003-08-18  Pavel Roskin  <proski@gnu.org>
303         * lib/mc-wrapper.csh.in: Use "id" command to find the real user
304         id.  $USER is not reliable.
305         * lib/mc-wrapper.sh.in: Likewise.
306         Reported by Figura Peter <peterf@autus.sk>
308 2003-08-18  Andrew V. Samoilov  <sav@bcs.zp.ua>
310         * acinclude.m4 (MC_WITH_NCURSES): Fix ESCDELAY check on Solaris.
311         Make sure that linking succeeds.
313 2003-08-02  Pavel Roskin  <proski@gnu.org>
315         * lib/cedit.menu: Avoid using "id -u", it doesn't work on
316         Solaris.  From Andrew V. Samoilov <sav@bcs.zp.ua>
318 2003-07-23  Pavel Roskin  <proski@gnu.org>
320         * lib/mc.lib: Add more "end" and "home" sequences for xterm.
322 2003-07-22  Pavel Roskin  <proski@gnu.org>
324         Get rid of all references to NATIVE_WIN32.
326         * pc: Remove.  No work has been done on the PC post for years.
327         * README.PC: Likewise.
328         * Makefile.am: Adjust for the above.
329         * configure.in: Likewise.
331 2003-07-21  Pavel Roskin  <proski@gnu.org>
333         * configure.in: Check posix_openpt() first and fallback to
334         GNU-specific getpt() only if needed.
336 2003-06-29  David Sterba  <dave@jikos.cz>
338         * lib/mc.hint.cs: Typo fixes.
340 2003-06-25  Marco Ciampa  <ciampix@libero.it>
342         * doc/it/mc.1.in: small fix
344 2003-06-23  Andrew V. Samoilov  <sav@bcs.zp.ua>
346         * lib/mc.ext: Allow ZIP in all capitals in "file" output.
348 2003-06-18  Pavel Roskin  <proski@gnu.org>
350         * configure.in: Remove test for SCO UNIX.  Remove all references
351         to SCO_FLAVOR everywhere.  SCO flavor is rather unsavory now.
353 2003-06-06  Pavel Roskin  <proski@gnu.org>
355         * lib/mc.ext.in: Don't run compressed logs from /var/log through
356         nroff.  Suggested by Alfie Costa <agcosta@gmx.net>
358 2003-05-16  Marco Ciampa  <ciampix@libero.it>
360         * syntax/ruby.syntax: upgrade
361         * syntax/perl.syntax: small fix
363 2003-05-14  Marco Ciampa  <ciampix@libero.it>
365         * syntax/ruby.syntax: New file - syntax for Ruby.
366         * syntax/Syntax: Add ruby.syntax.
367         * syntax/Makefile.am: Likewise.
369 2003-05-08  Pavel Roskin  <proski@gnu.org>
371         * mc.spec.in: Strip pre-1998 changelog to work around a bug in
372         rpm 4.2, which doesn't like %install inside %changelog.
374 2003-04-29  Pavel Roskin  <proski@gnu.org>
376         * configure.in: Add vfs/extfs/iso9660 to AC_CONFIG_FILES.
377         * lib/mc.ext.in: Add support for ISO images.
379 2003-03-31  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
381         * syntax/Syntax: Highlight *.mc as a makefile.
382         * syntax/sql.syntax: Add more keywords for PostgreSQL.
384 2003-03-21  Pavel Roskin  <proski@gnu.org>
386         * syntax/sh.syntax: Highlight "find".  Highlight whole string
387         after "#!".  Make unrecognized text inside `` less bright.
389 2003-03-17  Marco Ciampa  <ciampix@libero.it>
391         * doc/it/mc.1.in: Some manual fixes.
393 2003-03-14  Pavel Roskin  <proski@gnu.org>
395         * syntax/c.syntax: Allow integer specifiers for %x and %X in C
396         format strings.
397         * syntax/cs.syntax: Likewise.
398         * syntax/java.syntax: Likewise.
399         * syntax/ml.syntax: Likewise.
400         * syntax/php.syntax: Likewise.
401         * syntax/python.syntax: Likewise.
402         * syntax/slang.syntax: Likewise.
403         * syntax/swig.syntax: Likewise.
405 2003-03-11  Pavel Roskin  <proski@gnu.org>
407         * acinclude.m4 (MC_ASM_LABELS): New macro to work around a bug
408         gettext.  Define _INTL_REDIRECT_MACROS if needed.
409         * configure.in: Use MC_ASM_LABELS.
411 2003-03-07  Pavel Roskin  <proski@gnu.org>
413         * configure.in: Add --with-glib-static option.
415 2003-03-06  Pavel Roskin  <proski@gnu.org>
417         * syntax/spec.syntax: Add BuildArch.
419 2003-03-05  Pavel Roskin  <proski@gnu.org>
421         * configure.in: Check availability of setsid().
423 2003-03-04  Sanlig Badral  <Badral@chinggis.com>
425         * po/LINGUAS: added Mongolian (mn) translation.
427 2003-03-03  Pavel Roskin  <proski@gnu.org>
429         * lib/mc.lib: Add xterm arrows both for application and normal
430         mode.  Normal mode can be accidentally enabled if one mc is run
431         from another and Ctrl-O is used to switch between them.
432         Add F11-F20 definitions for cons25 (FreeBSD console).
434 2003-02-27  Juan C. Olivares  <juancri@TAGnet.org>
436         * syntax/cs.syntax: New file.
437         * syntax/Syntax: Add cs.syntax.
438         * syntax/Makefile.am: Likewise.
440 2003-02-27  Marco Ciampa  <ciampix@libero.it>
442         * doc/it/mc.1.in: updated manual with -e switch description.
444 2003-02-26  Pavel Roskin  <proski@gnu.org>
446         * syntax/syntax.syntax: Highlight "define".
448 2003-02-23  Marco Ciampa  <ciampix@libero.it>
450         * doc/it/mc.1.in: updated manual with some stylistic changes.
452 2003-02-23  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
454         * lib/mc.ext.in: Add entry for QNX Neutrino packages.
456 2003-02-22  Pavel Tsekov  <ptsekov@gmx.net>
458         * acinclude.m4 [AC_G_MODULE_SUPPORTED]: New macro.
459         * configure.in: Test for gmodule.  Don't link mc with libX11 if
460         gmodule is supported.
462 2003-02-22  Pavel Roskin  <proski@gnu.org>
464         * configure.in: Add --with-glib12 option to configure to force
465         using glib 1.2.x.
467 2003-02-21  Andrew V. Samoilov  <sav@bcs.zp.ua>
469         * doc/ru/mc.1.in (Layout): Translate 'Xterm window title' option.
470         (Extension File Edit): Translate include feature.
472 2003-02-20  Pavel Roskin  <proski@gnu.org>
474         * configure.in: Move list of all translations ...
475         * po/LINGUAS: ... here.
477 2003-02-18  Pavel Roskin  <proski@gnu.org>
479         * syntax/c.syntax: Highlight C++ comments in preprocessor
480         directives.
481         Reported by Oswald Buddenhagen <ossi@kde.org>
483 2003-02-13  Marco Ciampa  <ciampix@libero.it>
485         * doc/it/mc.1.in: updated manual following it.po changes.
487 2003-02-05  Pavel Roskin  <proski@gnu.org>
489         * configure.in: Bump version to 4.6.0a.
491         * configure.in: Version 4.6.0 released.
493 2003-02-04  Arpi  <arpi@mplayerhq.hu>
495         * syntax/Syntax: Match *.syntax before other files to fix
496         highlighting of makefile.syntax.
498 2003-02-04  Pavel Roskin  <proski@gnu.org>
500         * syntax/c.syntax: Revert highlighting trailing whitespaces.
502 2003-02-03  Andrew V. Samoilov  <sav@bcs.zp.ua>
504         * autogen.sh: Fix unportable "+" sed regexp in gettext_ver
505         calculation.  Reported by vlad@geekizoid.com.
507 2003-01-31  Pavel Roskin  <proski@gnu.org>
509         * syntax/nroff.syntax: Make colors more compatible with the
510         highlighting used in the internal viewer - yellow for bold and
511         brightred for italic.
513 2003-01-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
515         * syntax/c.syntax: Highlight trailing whitespace(s).
517 2003-01-30  Pavel Tsekov  <ptsekov@gmx.net>
519         * acinclude.m4 (MC_WITH_NCURSES): Check -lcurses if -lncurses
520         doesn't work.  Useful on OpenBSD 3.2.
522 2003-01-29  Pavel Roskin  <proski@gnu.org>
524         * lib/mc.ext.in: Fix missing semicolon that affected viewing RPM
525         packages.
527 2003-01-24  Pavel Roskin  <proski@gnu.org>
529         * configure.in: Add -lposix on A/UX before all tests.
531 2003-01-23  Pavel Roskin  <proski@gnu.org>
533         * acinclude.m4 (MC_EXTFS_CHECKS): Fix redirection to /dev/null.
535 2003-01-22  Pavel Roskin  <proski@gnu.org>
537         * configure.in: Bump version to 4.6.0-pre3a.
539         * configure.in: Version 4.6.0-pre3 released.
541         * acinclude.m4 (_MC_WITH_XSLANG): Drop support for old S-Lang
542         versions that required the native curses library on some OSes.
544 2003-01-19  Adam Byrtek  <alpha@debian.org>
546         * doc/mcview.1.in: New file.
547         * configure.in: Treat it like doc/mcedit.1.in.
548         * doc/Makefile.am: Likewise.
550 2003-01-17  Adam Byrtek  <alpha@debian.org>
552         * doc/mc.1.in (Layout): Document 'Xterm window title' option.
554 2003-01-16  David Martin  <dmartina@excite.com>
556         * doc/mc.1.in: Add EXTernal virtual File System node (extfs).
558 2003-01-16  David Martin  <dmartina@excite.com>
560         * doc/mc.1.in: Set man page header and footer.
561         * doc/es/mc.1.in: Likewise.
562         * doc/hu/mc.1.in: Likewise.
563         * doc/it/mc.1.in: Likewise.
564         * doc/pl/mc.1.in: Likewise.
565         * doc/ru/mc.1.in: Likewise.
567 2003-01-12  David Martin  <dmartina@excite.com>
569         * po/es.po: Update. Rewrite localized names for some menu entries.
570         * doc/es/mc.1.in: Likewise.
571         * lib/mc.hint.es: Likewise.
573 2002-12-27  David Martin  <dmartina@excite.com>
575         * doc/pl/xnc.hlp: Update GPL (change FSF address and move 19xx
576         entries to "year").
578 2002-12-26  Pavel Roskin  <proski@gnu.org>
580         * configure.in: Release 4.6.0-pre2, bump version to 4.6.0-pre2a.
582         * configure.in: Fix non-portable operator.  Bump version to
583         4.6.0-pre2.
585 2002-12-24  Pavel Roskin  <proski@gnu.org>
587         * lib/mc.ext.in: Use --nosignature with rpm to avoid a message
588         in the viewer about unsigned packages.
590         * acinclude.m4 (MC_WITH_SLANG): Don't add -lslang to MCLIBS if
591         the system S-Lang is rejected.
593         * lib/mc.ext.in: Play *.mov by mplayer.
595 2002-12-23  Pavel Roskin  <proski@gnu.org>
597         * configure.in: Enable X11 support by default, use --without-x
598         to disable.
600 2002-12-19  Pavel Roskin  <proski@gnu.org>
602         * syntax/perl.syntax: Add separate context for function
603         declarations and definitions, highlight prototypes.
605 2002-12-11  Pavel Roskin  <proski@gnu.org>
607         * acinclude.m4 (MC_EXTFS_CHECKS): Add check for Perl.
608         * configure.in: Substitute Perl location in all extfs scripts
609         written in Perl.
611 2002-12-11  David Martin  <dmartina@excite.com>
613         * doc/xnc.hlp: Update GPL (change FSF address
614         and move 19xx entries to "year").
615         * doc/es/xnc.hlp: Likewise.
616         * doc/hu/xnc.hlp: Likewise.
617         * doc/it/xnc.hlp: Likewise.
618         * doc/ru/xnc.hlp: Likewise.
620 2002-12-09  Pavel Roskin  <proski@gnu.org>
622         * lib/mc.ext.in: Remove ftplist.  Add patchfs.
624 2002-11-29  Andrew V. Samoilov  <sav@bcs.zp.ua>
626         * autogen.sh: Use $srcdir/configure.mc instead of
627         $srcdir/configure if first one exists and is executable.
629 2002-11-28  Pavel Roskin  <proski@gnu.org>
631         * configure.in: Determine which help translations user wants to
632         install, based on USE_NLS, LINGUAS and ALL_LINGUAS.
633         * doc/Makefile.am: Set SUBDIR to the list of the requested
634         translations.
636         * acinclude.m4 (MC_EXTFS_CHECKS): New macro.
637         (MC_WITH_VFS): Call MC_EXTFS_CHECKS.
638         * configure.in: Generate vfs/extfs/uzip.
639         * vfs/extfs/uzip: Move to vfs/extfs/uzip.in.
640         * vfs/extfs/Makefile.am: Corresponding adjustments.
642 2002-11-26  Pavel Roskin  <proski@gnu.org>
644         * syntax/sql.syntax: Add highlighting for dot and backticks.
646 2002-11-16  Pavel Roskin  <proski@gnu.org>
648         * configure.in: Move check for pwdauth() to MC_MCSERVER_CHECKS.
649         * acinclude.m4 (MC_MCSERVER_CHECKS): If using crypt(), check for
650         shadow password support.
652         * acinclude.m4 (MC_MCSERVER_CHECKS): Don't limit PAM check to
653         Linux.  Use AC_SEARCH_LIBS to find crypt().  Consolidate mcserv
654         libraries into MCSERVLIBS.
656         * configure.in: Move all mcserv related checks ...
657         * acinclude.m4 (MC_MCSERVER_CHECKS): ... here.
659 2002-11-15  Pavel Roskin  <proski@gnu.org>
661         * configure.in: Fully enable glib2.  Update the documentation.
663 2002-11-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
665         * lib/mc.menu: Don't use --repetitive-best option with bzip2 -
666         it is redundant in versions 0.9.5 and above.
668 2002-11-10  Pavel Roskin  <proski@gnu.org>
670         * configure.in: Check for uintptr_t.  Needed to compile regex.c
671         on MacOS X.  Reported by Wim Rijnders <wimrijnders@home.nl>
673 2002-11-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
675         * syntax/ada95.syntax: Highlight "then" and "else".
676         From Victor Porton <porton@ex-code.com>.
677         Highlight "exit".
679 2002-11-06  Pavel Roskin  <proski@gnu.org>
681         * lib/edit.indent.rc: Remove all options for indent and add a
682         comment explaining where those options should be.
684 2002-11-05  Pavel Roskin  <proski@gnu.org>
686         * lib/mc-wrapper.csh.in: Remove /bin/csh at the beginning - this
687         script is not meant to be executed by the kernel.  This also
688         eliminates dependency of the RPM package on csh.
689         * lib/mc-wrapper.sh.in: Remove /bin/sh at the beginning.
691 2002-11-01  Pavel Roskin  <proski@gnu.org>
693         * configure.in: Don't substitute mc.sh and mc.csh - it's now
694         done ...
695         * lib/Makefile.am: ... here.  Add wrappers for mc to avoid
696         defining complex shell scripts in functions and aliases.
697         * lib/mc-wrapper.csh.in: New file - template for the script
698         that runs mc and changes directory in csh.
699         * lib/mc-wrapper.sh.in: New file - template for the script
700         that runs mc and changes directory in sh.
702 2002-11-01  Andrew V. Samoilov  <sav@bcs.zp.ua>
704         * doc/mc.1.in (Keys): Document S-<chr>.
705         * doc/ru/mc.1.in: Likewise.
707 2002-10-31  Pavel Roskin  <proski@gnu.org>
709         * syntax/diff.syntax: Revert highlighting for trailing spaces
710         on the added lines - it extends the context to the next line.
712         * lib/mc.csh.in: Add quoting and check for missing file.
714         * lib/mc.csh.in: Update to use the new -P option.  This script
715         has absolutely no protection against special symbols in
716         directory names and lacks TMPDIR support.
718         * lib/mc.sh.in: Update to use the new -P option.
720         * configure.in: Displaying the install paths is too problematic
721         to implement properly.  Remove this code.
723 2002-10-29  Pavel Roskin  <proski@gnu.org>
725         * lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.
726         * configure.in: Likewise.  Add "-c" (disable ANSI color) to
727         MAN_FLAGS if supported.
729         * acinclude.m4 (MC_WITH_SLANG): Reject S-Lang with UTF-8
730         support, unless external S-Lang was explicitly requested.
732 2002-10-24  Pavel Roskin  <proski@gnu.org>
734         * lib/mc.ext.in: Don't use links to view html - the "-dump"
735         option has been removed in the recent versions.
736         From David Martin <dmartina@excite.com>
738 2002-10-21  Pavel Roskin  <proski@gnu.org>
740         * acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
741         to the final configuration message.
743 2002-10-17  Pavel Roskin  <proski@gnu.org>
745         * doc/hu/Makefile.am: Generate Hungarian help file from the
746         manual, just like other languages.
747         * doc/hu/mc.1.in: New file, converted from the help file.
748         * doc/hu/xnc.hlp: Likewise.
749         * configure.in: Adjust for the above.
751         * doc/mc.1.in: Add node names.  Remove redundant paragraph
752         breaks at the start and the end of the sections.  Mention
753         "stalelink" as color keyword.
755 2002-10-14  Pavel Roskin  <proski@gnu.org>
757         * lib/mc.ext.in: Don't use "-dump" option with "links".
758         From David Martin <dmartina@excite.com>
760 2002-10-13  Pavel Roskin  <proski@gnu.org>
762         * lib/mc.hint*: Remove all references to "-1" - hints file is no
763         substitute to unambiguous GUI.
764         From Christian Laubscher <christian.laubscher@tiscalinet.ch>
766 2002-10-12  Pavel Roskin  <proski@gnu.org>
768         * lib/mc.ext.in: Redirect stderr from "links" to suppress a
769         warning if it's not found.
771 2002-10-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
773         * doc/mc.1.in (SMB File System): Username is allowed in
774         URLs now (/#smb:[user@]machine).
775         * doc/ru/mc.1.in: Likewise.
777 2002-10-08  Pavel Roskin  <proski@gnu.org>
779         * configure.in: Rename RH_VERSION to RPM_VERSION - not every
780         rpm-based system is Red Hat.  Replace all dashes, not just one.
782         * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
783         termcap if terminfo is missing in the known locations.
784         * configure.in: Remove --with-termcap processing, it is now in
785         acinclude.m4.
787 2002-10-02  Pavel Roskin  <proski@gnu.org>
789         * syntax/syntax.syntax: Fix highlighting for "gray".
791 2002-10-01  Pavel Roskin  <proski@gnu.org>
793         * configure.in: Expand $bindir and $datadir to show at the end.
794         Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
796 2002-09-29  Pavel Roskin  <proski@gnu.org>
798         * configure.in: Remove the argument from --with-gpm-mouse.  The
799         directories for include files and libraries can be specified
800         using LDFLAGS and CPPFLAGS, as documented in the output of
801         "configure --help".
803         * configure.in: Complete rewrite of the screen library support.
804         Add new option --with-screen instead on --with-slang,
805         --with-included-slang and --with-ncurses.  Only allow
806         --with-termcap is using the included S-Lang library.
807         * aclocal.m4: Corresponding changes.
809         * syntax/mail.syntax: Replace "wholechars right" and "wholechars
810         left" with single "wholechars".
811         * syntax/nroff.syntax: Likewise.
812         * syntax/sh.syntax: Likewise.
813         * syntax/tcl.syntax: Likewise.
815         * syntax/*.syntax: Remove numeric Cooledit colors.  It's
816         unreasonable to require them to be correct.  On the other hand,
817         Cooledit can easily be changed to accept named color names.
819         * syntax/syntax.syntax: Don't require Cooledit colors for
820         highlighting color names.  Remove Cooledit colors.
822         * syntax/m4.syntax: Don't use yellow color on parentheses, since
823         it interferes with parentheses highlighting.  Remove list of
824         supported Autoconf macros.
826 2002-09-26  Pavel Roskin  <proski@gnu.org>
828         * syntax/syntax.syntax: Remove highlighting for numbers - it's
829         for Cooledit only.
831         * syntax/c.syntax: Require at least one space at the beginning
832         of indented cpp directives.  Use brightmagenta for them.
834         * syntax/syntax.syntax: Don't start keywords with "\[" - it
835         doesn't work.  Use "\[\]" at the end of keywords to suppress
836         their special meaning.
838 2002-09-22  Pavel Roskin  <proski@gnu.org>
840         * doc/Makefile.am: Remove width from the man2hlp command line.
841         The same for translations.
843         * configure.in: Remove support for HSC proxy - it's obsolete.
844         Remove all references to HSC proxy everywhere.
846 2002-09-21  Pavel Roskin  <proski@gnu.org>
848         * configure.in: Bump version to 4.6.0-pre1b.
850         * doc/hu/mc.hlp.hu: Rename to ...
851         * doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
852         * configure.in: Substitute doc/hu/mc.hlp.hu.
853         * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
855         * doc/mc.1.in: Update path to the data files.  Rename MC_LIBDIR
856         to MC_DATADIR.  Make the same changes in the translations.
858         * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
859         directory for architecture-independent files.
861 2002-09-19  Pavel Roskin  <proski@gnu.org>
863         * syntax/m4.syntax: New file.
864         * syntax/Syntax: Add m4.syntax.
865         * syntax/Makefile.am: Likewise.
866         From Vlad Romanenko <VladRomanenko@ukr.net>
868         * syntax/sql.syntax: Only recognize non-standard MySQL comments
869         at the beginning of line.
871 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
873         * syntax/syntax.syntax: Add "linestart" for "context",
874         "context default" and "context exclusive" keywords.
875         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
876         and "%5.5s" formats.
878 2002-09-18  Pavel Roskin  <proski@gnu.org>
880         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
881         rules for syntax files ...
882         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
883         and "include" keywords.
884         * syntax/Makefile.am: Add syntax.syntax.
886 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
888         * syntax/js.syntax: Advanced number highlighting.
890 2002-09-17  Pavel Roskin  <proski@gnu.org>
892         * syntax/c.syntax: Highlight "?" by the same color as ":".
893         * syntax/java.syntax: Likewise.
894         * syntax/swig.syntax: Likewise.
895         * syntax/python.syntax: Remove duplicate keyword ":".
897         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
898         m4 directory is used by aclocal.
899         * m4/Makefile.am: New file.
900         * configure.in: Substitute m4/Makefile.
901         * autogen.sh: Don't copy any macro files, use m4 directory.
903         * syntax/Makefile.am: Add js.syntax.
905         * configure.in: Add support for glib 2.x.  Right now, it has to
906         be explicitly enabled by `--with-glib2'.
907         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
909 2002-09-16  Pavel Roskin  <proski@gnu.org>
911         * syntax/js.syntax: New file.
912         * syntax/Syntax: Add js.syntax.
913         From Vlad Romanenko <VladRomanenko@ukr.net>
915 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
917         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
918         of local xnc.hlp
919         * doc/pl/xnc.hlp: Removed.
921 2002-09-13  Pavel Roskin  <proski@gnu.org>
923         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
924         Remove "potfiles" command.
925         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
926         compatibility with gettext 0.10.x.
928         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
929         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
931         * po/Makevars: New file for compatibility with gettext 0.11.x.
933         * configure.in: Remove "Debugger code" message.
935         * acinclude.m4: Replace undelfs_o with use_undelfs.
936         * configure.in: Likewise.  Don't substitute it.
938         * configure.in: Simplify processing of without-edit.  Replace
939         several variables with use_edit.
940         * acinclude.m4: Remove AC_WITH_EDIT.
942         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
943         use_smbfs.
944         * configure.in: Likewise.
945         * INSTALL: Document --with-samba.
947         * configure.in: Roll --enable-mcserv-install into ...
948         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
949         * INSTALL: Document --with-mcfs.
951 2002-09-12  Pavel Roskin  <proski@gnu.org>
953         * configure.in: Don't check if crypt() prototype is needed to
954         avoid warnings - the whole code is not worth avoiding one
955         legitimate warning.
956         * acinclude.m4: Remove AC_TRY_WARNINGS.
958         * configure.in: ALL_LINGUAS should be defined unconditionally.
960         * acinclude.m4: Clarify some help texts, add defaults in square
961         brackets, use more consistent spacing.
962         * configure.in: Likewise.
964         * lib/mc.menu: Don't call tarballs "releases".  Don't
965         dereference symlinks.
967 2002-09-10  Pavel Roskin  <proski@gnu.org>
969         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
971 2002-09-07  Pavel Roskin  <proski@gnu.org>
973         * configure.in: Eliminate --with-terminfo option, which was
974         essentially equivalent to --with-included-slang and didn't force
975         anything.
976         * acinclude.m4 (AC_USE_TERMINFO): Remove.
977         * INSTALL: Adjust to match.
978         * FAQ: Likewise.
980 2002-09-05  Pavel Roskin  <proski@gnu.org>
982         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
983         NETFILES - it's unused.
985         * configure.in: Check for arpa/inet.h.
987         * mcfn_install: Remove.  Also remove all references to it.
988         * INSTALL.FAST: Update information about ncurses.
989         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
991         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
992         LIBS.
993         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
994         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
995         test for ncurses in non-standard directories.
997 2002-09-04  Pavel Roskin  <proski@gnu.org>
999         * lib/mc.ext.in: Remove edit rules for compressed files that
1000         were compressing even unchanged files - the editor itself can
1001         handle compression better.
1003 2002-09-03  Pavel Roskin  <proski@gnu.org>
1005         * acinclude.m4: Remove Termnet support, it's too old and obscure
1006         to be supported properly.
1008 2002-08-27  Pavel Roskin  <proski@gnu.org>
1010         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
1011         OpenOffice.org, not StarOffice.  Add more video formats.
1013         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
1014         unnecessary pipeline.  Redirect stderr from cpio, because it can
1015         be non-empty even for successful operations.
1017 2002-08-26  Pavel Roskin  <proski@gnu.org>
1019         * syntax/spec.syntax: New file.
1020         * syntax/Syntax: Add spec.syntax.
1021         * syntax/Makefile.am: Likewise.
1022         From PLD Linux Distribution with minor changes.
1024 2002-08-25  Pavel Roskin  <proski@gnu.org>
1026         * lib/mcserv.init: Update from Red Hat package.
1027         * lib/mcserv.pamd: Likewise.
1029         * configure.in: Fix interpretation of the iconv test result.
1030         Reported by Pavel Shirshov <pavelsh@mail.ru>
1032         * mc.sh.in: Only bash needs the mc() function to be exported.
1034         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
1035         instead of /usr where appropriate.
1036         * doc/Makefile.am: Enable generation of the help file.
1038         * doc/pl/*: Add Polish translation.
1039         * doc/Makefile.am: Adjust for the above.
1040         * configure.in: Likewise.
1042 2002-08-24  Pavel Roskin  <proski@gnu.org>
1044         * lib/edit.indent.rc: Use tidy to format HTML.
1045         From David Martin <dmartina@excite.com>
1047         * lib/cedit.menu: Remove all references to the error file.
1048         * lib/edit.indent.rc: Likewise.
1049         * lib/edit.spell.rc: Likewise.
1051 2002-08-23  Pavel Roskin  <proski@gnu.org>
1053         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
1054         use only for the programs that need it (mc and mcserv).
1056         * configure.in: Fix help text for gpm and ncurses.  Properly
1057         handle --without-ncurses.
1058         Reported by Moritz Barsnick <moritz@barsnick.net>
1060         * configure.in: Work around a bug in Autoconf-2.53 that prevents
1061         splitting of user-specified path in AC_PATH_PROGS.
1063         * configure.in: Move glib test earlier, as it tends to fail for
1064         many users.  Make GLIB_CONFIG a precious variable.  Check for
1065         glib12-config - that's how it's called on FreeBSD.
1066         Reported by Pavel Shirshov <pavelsh@mail.ru>
1068 2002-08-22  Pavel Roskin  <proski@gnu.org>
1070         * configure.in: Remove old-style Linux-only support for shadow
1071         passwords.
1073 2002-08-21  Pavel Roskin  <proski@gnu.org>
1075         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
1076         now, otherwise Automake 1.5 breaks.  Remove version number from
1077         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
1078         Substitute RH_VERSION, which is VERSION without dashes, needed
1079         for RedHat specfile.
1081         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
1082         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
1083         two places.
1085         Release mc-4.6.0-pre1.
1087         * configure.in: Bump version to 4.6.0-pre1.
1088         * po/*.po: Regenerate.
1090 2002-08-20  David Martin  <dmartina@excite.com>
1092         * doc/es/mc.1.in: Minor changes.
1093         * doc/es/xnc.hlp: Likewise.
1095 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1097         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
1098         %{_mandir}/*/man1/*.
1100 2002-08-20  Pavel Roskin  <proski@gnu.org>
1102         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
1104 2002-08-19  Pavel Roskin  <proski@gnu.org>
1106         * configure.in: Add Italian documentation.
1107         * doc/Makefile.am: Likewise.
1109         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
1111         * configure.in: Enable subshell support on all operating systems
1112         by default.  Old issues are most likely solved by now.
1114 2002-08-18  Pavel Roskin  <proski@gnu.org>
1116         * lib/mc.ext.in: Try links before lynx.  Force full path when
1117         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
1118         is already broken if the program starts in background.  Add a
1119         comment discouraging taking this code as example.
1121         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
1122         obsolete.
1123         * doc/es/mc.1.in: Likewise.
1124         * doc/ru/mc.1.in: Likewise.
1125         * doc/hu/mc.hlp.hu: Likewise.
1127         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
1128         was unsafe by design and is no longer supported.  Use %t instead
1129         of %u to preserve tags in case of failure.
1131         * vfs/extfs/ftplist.in: Remove support for running commands, it
1132         makes no sense.
1134 2002-08-16  Pavel Roskin  <proski@gnu.org>
1136         * lib/mc.global: Remove, it duplicates the role of mc.lib.
1137         * lib/mc.lib: Add contents of mc.global.
1138         * lib/Makefile.am: Remove all references to mc.global.
1140         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
1141         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
1143 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
1145         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
1146         set, umask and unset like other builtin commands.
1148 2002-08-15  Pavel Roskin  <proski@gnu.org>
1150         * configure.in: Remove check for SIGTSTP, it's not needed for
1151         the subshell support.
1153         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
1154         done at runtime.
1155         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
1157 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
1159         * doc/ru/mc.1.in: Remove reference to README.edit.
1160         * doc/mc.1.in: Likewise.
1161         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
1162         everywhere.
1164 2002-08-14  Pavel Roskin  <proski@gnu.org>
1166         * doc/mc.1.in: Consistently use "native" ftp syntax.
1167         * doc/ru/mc.1.in: Likewise.
1168         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
1169         * doc/es/xnc.hlp: Likewise.
1171         * lib/mc.hlp.hu: Move ...
1172         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
1174 2002-08-09  Pavel Roskin  <proski@gnu.org>
1176         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
1177         and entries that are obsolete or make no sense.
1179         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
1180         "How to use help".
1182         * doc/Makefile.am: Don't distribute help file.  Generate it in
1183         the build directory.
1184         * doc/es/Makefile.am: Likewise.
1185         * doc/ru/Makefile.am: Likewise.
1187         * lib/xnc.hlp: Move ...
1188         * doc/xnc.hlp: ... here.
1189         * doc/Makefile.am: Necessary adjustments.
1190         * lib/Makefile.am: Likewise.
1191         * src/Makefile.am: Likewise.
1193         * configure.in: Add Spanish documentation.
1194         * doc/Makefile.am: Likewise.
1195         * doc/es: Spanish documentation.
1196         From David Martin <dmartina@excite.com>
1198 2002-08-08  Pavel Roskin  <proski@gnu.org>
1200         * lib/mc.lib: Add f11-f20 keys for Konsole.
1202 2002-08-06  Pavel Roskin  <proski@gnu.org>
1204         * syntax/lisp.syntax: New file.
1205         * syntax/Syntax: Add lisp.syntax.
1206         * syntax/Makefile.am: Likewise.
1207         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
1208         changes.
1210 2002-08-04  Pavel Roskin  <proski@gnu.org>
1212         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
1213         subshell if this test fails.
1215 2002-08-03  Pavel Roskin  <proski@gnu.org>
1217         * syntax/mail.syntax: Colors changed to be more readable.
1219         * syntax/html.syntax: Don't require character entities to be
1220         whole, but check their validity.
1222 2002-08-02  Pavel Roskin  <proski@gnu.org>
1224         * configure.in: No longer need to define REGEX_MALLOC.
1226 2002-08-01  Pavel Roskin  <proski@gnu.org>
1228         * configure.in: Remove support for MAD and Electric Fence.
1229         Developers should use modern memory debuggers (e.g. Valgrind).
1230         * INSTALL: Remove references to MAD.
1232 2002-07-31  Pavel Roskin  <proski@gnu.org>
1234         * syntax/html.syntax: Remove recognition for any individual
1235         words - there are too many of them, we cannot keep up.
1237 2002-07-30  Pavel Roskin  <proski@gnu.org>
1239         * doc/ru/Makefile.am: Use man2hlp directly.
1241 2002-07-28  Pavel Roskin  <proski@gnu.org>
1243         * syntax/changelog.syntax: Highlight "*" only after tab.  This
1244         requires fixed syntax highlighting.
1246         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
1247         default. Open *.xls with gnumeric.  Use mplayer for most video
1248         formats.
1250         * syntax/nroff.syntax: Require most keywords to be whole.
1252 2002-07-21  Pavel Roskin  <proski@gnu.org>
1254         * syntax/fortran.syntax: Fix highlighting of "*" at the
1255         beginning of line.  Recognize "     +" as continuation.  Move
1256         all "linestart" keywords earlier to avoid more conflicts.
1258 2002-07-18  Pavel Roskin  <proski@gnu.org>
1260         * syntax/unknown.syntax: Don't highlight anything by default.
1262         * syntax/changelog.syntax: Highlight functions without
1263         filenames.
1264         * syntax/Syntax: Match *ChangeLog*.
1266         * syntax/c.syntax: Reenable highlighting for "/" and preserve
1267         highlighting for "//" comments by using exclusive context.
1268         * syntax/java.syntax: Likewise.
1269         * syntax/swig.syntax: Likewise.
1270         * syntax/slang.syntax: Reenable highlighting for "/".
1271         * syntax/sql.syntax: Enable highlighting for "/" and "-".
1273         * syntax/sql.syntax: New file.
1274         * syntax/Syntax: Add sql.syntax.
1275         * syntax/Makefile.am: Likewise.
1276         From Walery Studennikov <despair@sama.ru> with minor changes.
1278 2002-07-16  Pavel Roskin  <proski@gnu.org>
1280         * lib/mc.ext.in: Remove handling of executables.  They should
1281         be handled internally for "pause after run" to work.
1283         * syntax/Syntax: Associate *.itcl with tcl.syntax.
1284         * syntax/tcl.syntax: Add itcl keywords, other improvements.
1286 2002-07-15  Pavel Roskin  <proski@gnu.org>
1288         * configure.in: Don't check for strcasecmp(), strncasecmp() and
1289         strdup() - test results are not used except in gettext, which
1290         provides its own tests.
1292         * configure.in: When checking for ncurses, check for
1293         has_colors(), not curses_version() - the later is missing in
1294         older version of ncurses.
1296 2002-07-13  Pavel Roskin  <proski@gnu.org>
1298         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
1299         not to LIBS.
1300         * configure.in: Fix breakage in ncurses headers check from the
1301         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
1302         Define REGEX_MALLOC here.
1304         * acinclude.m4 (AC_NCURSES): Remove.
1305         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
1306         AC_CHECK_LIB to check existence of ncurses library.  Eliminate
1307         variables force_ncurses and search_ncurses.
1309 2002-07-10  Pavel Roskin  <proski@gnu.org>
1311         * configure.in: Remove --with-netrc, it is now default and can
1312         be disabled at the runtime.
1314         * syntax/tcl.syntax: New file.
1315         * syntax/Syntax: Add tcl.syntax.
1316         * syntax/Makefile.am: Likewise.
1317         * syntax/java.syntax: Don't treat #define separately from other
1318         preprocessor directives.
1319         * syntax/slang.syntax: Likewise.
1320         * syntax/swig.syntax: Likewise.
1322 2002-07-09  Pavel Roskin  <proski@gnu.org>
1324         * syntax/c.syntax: Don't treat #define separately from other
1325         preprocessor directives.
1327 2002-07-08  Pavel Roskin  <proski@gnu.org>
1329         * syntax/perl.syntax: Highlight text after __END__ as a comment.
1330         * syntax/po.syntax: Avoid gray color, which is hard to see.
1332 2002-07-05  Pavel Roskin  <proski@gnu.org>
1334         * syntax/dos.syntax: Add more commands.
1336 2002-07-04  Pavel Roskin  <proski@gnu.org>
1338         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
1339         sort authors.
1341 2002-06-24  Pavel Roskin  <proski@gnu.org>
1343         * syntax/dos.syntax: New file - highlighting for DOS batch
1344         files.  From Petr Kozelka <pkozelka@centrum.cz>
1345         * syntax/Syntax: Add dos.syntax.
1346         * syntax/Makefile.am: Likewise.
1348 2002-06-04  Max Schedriviy  <max@humgat.org>
1350         * syntax/php.syntax: New version.
1352 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
1354         * NEWS: Mention ftpfs/fish uploading changes and new configure
1355         options --with-codepagedir=DIR, --with-configdir=DIR and
1356         --without-mcfs.
1358 2002-05-22  Pavel Roskin  <proski@gnu.org>
1360         * doc/ru/Makefile.am: Fix out-of-tree build.
1362 2002-05-14  Pavel Roskin  <proski@gnu.org>
1364         * configure.in: Fix logic for gettext 0.10.x.
1366 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
1368         * configure.in: Don't generate po/Makefile if
1369         there is 'top_builddir' in po/Makefile.in.
1370         * autogen.sh: More fixes for gettext 0.11+.
1372 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
1374         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
1376 2002-04-21  Pavel Roskin  <proski@gnu.org>
1378         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
1379         can play them.
1381 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
1383         * autogen.sh: Fix for gettext 0.11 family (and newer).
1385 2002-04-08  Pavel Roskin  <proski@gnu.org>
1387         * autogen.sh: Allow gettext newer than 0.10.39.
1388         From Björn Eriksson <bjorn@bjornen.nu>
1390 2002-04-03  Pavel Roskin  <proski@gnu.org>
1392         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
1393         by "make clean" because not everyone has Perl to rebuild it.
1395 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
1397         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
1398         first line regular expression.
1400 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
1402         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
1403         or newer is not used.
1404         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
1406         * src/Makefile.am: Move mc.hlp.ru processing ...
1407         * doc/ru/Makefile.am: ... here.
1409 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
1411         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
1412         * syntax/c.syntax: Highlight "%p" printf format.
1413         Allow '*' as width and precision for strings and numbers.
1415         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
1416         * doc/ru/mc.1.in: Likewise.
1418 2002-03-18  Pavel Roskin  <proski@gnu.org>
1420         * doc/ru/Makefile.am: Distribute xnc.hlp.
1422 2002-03-12  Pavel Roskin  <proski@gnu.org>
1424         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
1426 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
1428         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
1429         * doc/ru/Makefile.am: New file.
1431 2002-03-08  Pavel Roskin  <proski@gnu.org>
1433         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
1435 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
1437         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
1439 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
1441         * doc/mc.1.in: Use nodename `Background jobs' for section
1442         `Background Jobs' to reflect user visible Command menu option
1443         and src/cmd.c dialog implementation.
1445         * doc/ru: New directory for Russian manuals.
1446         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
1447         translated by Victor A. Kostromin for mc 4.5.30.  Converted
1448         from binary mc.hlp.ru, corrected and actualized by me.
1449         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
1450         * doc/ru/.cvsignore: Ignore mc.1.
1452 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
1454         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
1455         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
1456         mc.lib settings.
1458         (Virtual File System): Document SMB File System.
1460 2002-02-26  Pavel Roskin  <proski@gnu.org>
1462         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
1463         message "no symbol found" for unsupported architectures and
1464         provide more useful information.
1466 2002-02-22  Pavel Roskin  <proski@gnu.org>
1468         * README.smbfs: Remove.  It contained no useful information
1469         and the webpage is now dead.
1470         * Makefile.am: Remove README.smbfs.
1472         * README: Mention that glib 1.2.x is required.
1474 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
1476         * lib/edit.indent.rc: Use "#! /bin/sh"
1477         * lib/edit.spell.rc: Likewise.
1478         * lib/mcserv.init: Likewise.
1480         * lib/cedit.menu: Eliminate bashisms.
1481         Add missed `:' in AUTHOR evaluation.
1482         Unset LANGUAGE and make LC_ALL empty.
1483         Use "#! /path/to/program".
1485 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
1487         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
1488         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
1489         Fix tarfs URL syntax example.  Minor typo and format fixes.
1491 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
1493         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
1494         Fix location of configuration files.
1496 2002-02-05  Pavel Roskin  <proski@gnu.org>
1498         * configure.in: Don't use defunct ncurses_version.
1499         Reported by Thomas Dickey <dickey@herndon4.his.com>
1500         Set force_ncurses whenever --with-ncurses is used.  If set,
1501         suppress checks for S-Lang and fail is ncurses is not found.
1503         * configure.in: Introduce a new variable screen_type that is
1504         either "slang" or "ncurses" without additional text.  Use it
1505         instead of screen_manager whenever possible.  Fix text in
1506         AC_NCURSES call, use m4 quotes and move shell quotes into the
1507         macro.
1508         * acinclude.m4: Likewise.
1510 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
1512         * syntax/Syntax: Known Delphi/Kylix source file extensions
1513         supported (*.dpr, *.inc).
1514         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
1515         Special highlighting for CVS keywords.  Understands single-line
1516         comments (//).
1518 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
1520         * configure.in (ALL_LINGUAS): Added "bg"
1522 2002-01-21  Pavel Roskin  <proski@gnu.org>
1524         * NEWS: Mention word completion in the editor.
1526 2002-01-17  Pavel Roskin  <proski@gnu.org>
1528         * extraconf.h: Remove OS/2 specific code.
1530         * doc/mc.1.in (Configuration): Clarify some entries.
1532 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
1534         * acinclude.m4: New options for smbfs:
1535         --with-configdir=DIR    Where the Samba configuration files are (/etc)
1536         --with-codepagedir=DIR  Where the Samba codepage files are
1538 2002-01-11  Pavel Roskin  <proski@gnu.org>
1540         * syntax/xml.syntax: New file - highlighting for XML.
1541         From Petr Kozelka <pkozelka@centrum.cz>
1542         * syntax/Syntax: Add xml.syntax.
1543         * syntax/Makefile.am: Likewise.
1545 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
1547         * configure.in: Added "eu" to ALL_LINGUAS.
1549 2002-01-03  Pavel Roskin  <proski@gnu.org>
1551         * lib/mc.menu: Correct quoting.
1552         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
1554         * NEWS: Mention removal of the OS/2 port.
1555         * README.PC: Remove OS/2 specific parts.
1557 2002-01-02  Pavel Roskin  <proski@gnu.org>
1559         * configure.in: Make help about --with-subshell easier to
1560         understand.  Minor alignment fixes for the help.
1561         * acinclude.m4: Minor alignment fixes for the help.
1563 2001-12-31  Pavel Roskin  <proski@gnu.org>
1565         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
1566         from vfs/Make-mc.in.
1568 2001-12-27  Duarte Loreto  <happyguy_pt@hotmail.com>
1570         * configure.in: Added Portuguese to ALL_LINGUAS
1572 2001-12-21  Pavel Roskin  <proski@gnu.org>
1574         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
1575         Don't remove slang/slang.h - it's never created.
1577         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
1578         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
1579         unused.
1581 2001-12-01  Wang Jian  <lark@linux.net.cn>
1583         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
1585 2001-11-29  Pavel Roskin  <proski@gnu.org>
1587         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
1589 2001-11-27  Pavel Roskin  <proski@gnu.org>
1591         * lib/mc.ext.in: When running X programs in background, do it
1592         from subshell.  Otherwise some of them terminate when mc exits.
1593         Reported by Christian Dysthe <christian@dysthe.net>
1594         Remove some obsolete and gmc-specific entries.  Use StarOffice
1595         to open files detected as "Microsoft Office Document".
1597         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
1598         XFree86 4.1.0.
1600 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
1602         * doc/mcedit.1.in: Fix help file location.
1604 2001-11-14  Pavel Roskin  <proski@gnu.org>
1606         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
1607         fallback to ino_t for e2fsprogs version 1.19 and older.
1609 2001-10-30  Pavel Roskin  <proski@gnu.org>
1611         * lib/mc.ext.in: Add support for Netpbm files.
1613 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
1615         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
1616         http://bugzilla.gnome.org/show_bug.cgi?id=60935
1617         By drk@sgi.com.
1619         * doc/mc.1.in: Document %p macro.
1621 2001-10-24  Pavel Roskin  <proski@gnu.org>
1623         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
1624         Allow using --without-mmap.
1625         * INSTALL: Document --without-mmap.
1627 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
1629         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
1630         of languages to be installed by setting env variable before
1631         configure. If it is empty, it defaults to full list.
1632         By Alex Tkachenko <alex@bcs.zp.ua>.
1634 2001-10-19  Pavel Roskin  <proski@gnu.org>
1636         * syntax/sh.syntax: Highlight reserved words inside backticks.
1637         Use the same wholechars settings for reserved words and
1638         commands.  Recognize more words.  Recognize function definitions
1639         without "function" or without "()".  Use brightmagenta instead
1640         of brightblue.
1642 2001-10-18  Pavel Roskin  <proski@gnu.org>
1644         * configure.in: When checking for "nroff -mandoc" support, don't
1645         use /dev/null as input file, use stdin.  Some versions of nroff
1646         (e.g. groff-1.16.1) don't accept special files.
1648 2001-10-14  Pavel Roskin  <proski@gnu.org>
1650         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
1651         Makefile.  Don't allow any suffixes after "Makefile".
1653 2001-10-12  Pavel Roskin  <proski@gnu.org>
1655         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
1656         format).
1658 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
1660         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
1661         Fix compress<->bzip2 conversion and conversion of tagged
1662         archives.
1664 2001-10-05  Pavel Roskin  <proski@gnu.org>
1666         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
1667         Suggested by Marcel Pol <mpol@gmx.net>
1669         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
1670         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
1671         and *.mid files.
1673 2001-09-30  Pavel Roskin  <proski@gnu.org>
1675         * configure.in: Don't check whether grep supports stdin - it's
1676         not used anymore.
1677         * NEWS: Mention this change.
1679 2001-09-19  Pavel Roskin  <proski@gnu.org>
1681         * doc/mcedit.1.in: Fix a very long line - use double
1682         backslashes since they are interpreted even in the .nf blocks.
1684         * lib/edit.spell.rc: Try aspell before resorting to ispell.
1686         * syntax/php.syntax: Replace with a better implementation by
1687         Max Schedriviy <max@tavrida.net>
1689 2001-09-15  Pavel Roskin  <proski@gnu.org>
1691         * doc/mc.1.in: Fix location of mcedit files.
1692         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
1694 2001-09-14  Pavel Roskin  <proski@gnu.org>
1696         * configure.in: Don't check for ncurses version and for keyok()
1697         because the mouse support code doesn't need this hack anymore.
1699 2001-09-13  Pavel Roskin  <proski@gnu.org>
1701         * configure.in: Fix some cases of overquoting and underquoting.
1702         * acinclude.m4: Likewise.
1704 2001-09-12  Pavel Roskin  <proski@gnu.org>
1706         * configure.in: Update list of browsers.  Don't fallback to
1707         lynx since it cannot be run in background.
1708         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
1709         If no browser for X11 was found, use lynx.
1711         * autogen.sh: Add a workaround to ensure that "depcomp" is
1712         distributed.
1713         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
1714         where appropriate.
1715         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
1716         terminfo.
1718         * configure.in: Use three-argument form of AC_INIT.  Use
1719         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
1720         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
1721         is not needed if AC_CONFIG_AUX_DIR is used.
1722         * vfs/Make-mc.in: Adjust mkinstalldirs location.
1723         * autogen.sh: Create "config" and remove "autom4te.cache".
1725 2001-09-11  Pavel Roskin  <proski@gnu.org>
1727         * syntax/Syntax: New file, extracted from edit/syntax.c.
1728         * syntax/Makefile.am: Add Syntax.
1730         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
1731         to LIBS.  Don't use unportable "grep -q", use "case" instead.
1733 2001-09-10  Pavel Roskin  <proski@gnu.org>
1735         * configure.in: Only check for X if --with-tm-x-support has been
1736         specified.
1738         * configure.in: Add check for sys/ioctl.h.
1740         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
1742         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
1743         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
1744         testing for functions in ncurses.
1746         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
1747         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
1748         * acconfig.h: Remove.
1750         * configure.in: Eliminate LIBSLANG and LSLANG.
1751         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
1753         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
1754         resizeterm() and keyok() only if configuring with ncurses.
1756         * configure.in: Remove now unused variables LIBVFS and LVFS.
1758         * configure.in: Remove unused variables LINTL and INTLDEPS.
1760         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
1761         building with included gettext, because libintl.h is copied
1762         there.
1764 2001-09-09  Pavel Roskin  <proski@gnu.org>
1766         * NEWS: Update.
1768         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
1769         checks -lgen for getmntent as of Autoconf 2.52.
1771 2001-09-07  Pavel Roskin  <proski@gnu.org>
1773         * configure.in: Check for pwd.h.
1775         * Make.common.in: Remove.
1776         * configure.in: Remove all references to Make.common.in and
1777         MCCPPFLAGS.
1778         * aclocal.m4: Likewise.
1780         * configure.in: Require Autoconf 2.52.  Remove hacks for
1781         Autoconf 2.13.
1782         * Makefile.am: Require Automake 1.5.
1784 2001-09-06  Pavel Roskin  <proski@gnu.org>
1786         * syntax/php.syntax: New file - PHP file highlighting.  Copied
1787         from Cooledit 3.17.4.
1788         * syntax/Makefile.am: Add php.syntax.
1790 2001-09-06  Timur Bakeyev  <mc@bat.ru>
1792         * acconfig.h: Brought back couple of symbols, that are still necessary
1793         due reference to them from configure.in.
1795 2001-09-04  Pavel Roskin  <proski@gnu.org>
1797         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
1798         strictness for dates.
1800         * doc/mc.1.in: Fix troff warnings.
1801         * doc/mcedit.1.in: Likewise.
1803 2001-09-03  Pavel Roskin  <proski@gnu.org>
1805         * doc/mc.1.in: Spellcheck.
1806         * doc/mcedit.1.in: Likewise.
1807         * doc/mcserv.8.in: Likewise.
1809         * doc/mc.1.in (Learn Keys): Complete rewrite.
1811 2001-09-02  Pavel Roskin  <proski@gnu.org>
1813         * acconfig.h: Remove all unused symbols.
1815         * lib/ncurses.h: Remove.
1816         * lib/Makefile.am: Remove ncurses.h.
1818 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
1820         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
1822 2001-08-28  Pavel Roskin  <proski@gnu.org>
1824         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
1825         like EOF.
1827 2001-08-26  Pavel Roskin  <proski@gnu.org>
1829         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
1830         CONS_SAVER.  Put all conditionals together.
1832         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
1833         Automake 1.5.
1835         * configure.in: Remove XCURSES variable - it's unused.
1837         * configure.in: New conditional USE_EDIT.
1839         * syntax/changelog.syntax: Don't require '@' to be in the
1840         address.  This also works around a bug in the syntax engine
1841         that prevented highlighting of addresses.
1843 2001-08-25  Pavel Roskin  <proski@gnu.org>
1845         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
1847 2001-08-24  Pavel Roskin  <proski@gnu.org>
1849         * extraconf.h: Remove all references to HAVE_X.
1850         * acinclude.m4: s/GNOME_/MC_/
1851         * configure.in: Likewise.  Remove or clarify all references to
1852         the "text edition".  Minor fixes.
1854         * configure.in: Remove support for curses libraries other than
1855         ncurses.
1856         * acinclude.m4: Likewise.
1857         * FAQ: Remove everything about UNIX curses.
1858         * INSTALL: Likewise.
1860         * configure.in: Enable large file support by default.
1861         * NEWS: Mention it.
1862         * INSTALL: Document it.  Minor fixes.
1864         * FAQ: Remove information about GNOME edition.  Minor fixes.
1865         * README: Likewise.
1866         * NEWS: Mention removing the GNOME edition.
1868         * acinclude.m4: Include all used macros from the macros
1869         directory.
1870         * autogen.sh: Remove all references to "macros".
1871         * Makefile.am: Likewise.
1873         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
1874         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
1876         * lib/startup.links: Remove.
1877         * lib/README.desktop: Likewise.
1878         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
1880         * configure.in: Bump version to 4.5.99a.
1882         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
1883         * po/*.po: Regenerate.
1885         * AUTHORS: Update and spell check.
1886         * FAQ: Likewise.
1887         * INSTALL: Likewise.
1888         * INSTALL.FAST: Likewise.
1889         * NEWS: Likewise.
1890         * README.PC: Likewise.
1891         * README.QNX: Likewise.
1893         * configure.in: Add check for stropts.h.
1895 2001-08-23  Pavel Roskin  <proski@gnu.org>
1897         * lib/edit.indent.rc: Create cooledit.error right away to
1898         override its old contents.  Don't use ksh extensions.  Treat *.C
1899         files as C++.  Recognize more C++ extensions.  Support java.
1900         Update URL for "astyle".  Quote all arguments to protect spaces.
1901         * lib/edit.spell.rc: Don't save terminal settings - mc does it
1902         itself.  Quote all arguments to protect spaces.
1904 2001-08-21  Pavel Roskin  <proski@gnu.org>
1906         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
1907         files if GNOME frontend is disabled.
1908         * idl/Makefile.am: Likewise.
1909         * lib/Makefile.am: Likewise.
1910         * new_icons/Makefile.am: Likewise.
1912         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
1913         case it already has gettext macros elsewhere and doesn't like
1914         duplicates (i.e. it's aclocal from Automake-1.4).
1916 2001-08-20  Pavel Roskin  <proski@gnu.org>
1918         * AUTHORS: Updated.
1919         * INSTALL: Likewise.
1920         * NEWS: Likewise.
1921         * doc/mc.1.in: Likewise.
1922         * doc/mcserv.8.in: Likewise.
1924         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
1925         for sys/mount.h.
1927 2001-08-19  Andras Timar  <timar@gnome.hu>
1929         * lib/Makefile.am: Added Hungarian hints
1930         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
1932 2001-08-19  Pavel Roskin  <proski@gnu.org>
1934         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
1936 2001-08-17  Pavel Roskin  <proski@gnu.org>
1938         * syntax/po.syntax: New file - PO file highlighting.
1939         From David Martin <dmartina@excite.es>
1940         * syntax/Makefile.am: Add po.syntax.
1942         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
1943         it's sometimes missing from the databases.
1945 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
1947         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
1948         * lib/Makefile.am: Reflect above change.
1950 2001-08-15  Pavel Roskin  <proski@gnu.org>
1952         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
1954 2001-08-14  Pavel Roskin  <proski@gnu.org>
1956         * lib/mc.lib: Add popular sequences for "home" and "end" in
1957         "xterm" and "xterm-color" terminals.
1959 2001-08-13  Pavel Roskin  <proski@gnu.org>
1961         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
1963         Replace "Can't" with "Cannot" everywhere.
1965 2001-08-12  Pavel Roskin  <proski@gnu.org>
1967         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
1968         subshell, not for "Open file...".
1969         (emacs_key_map): Likewise.
1971         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1973 2001-08-10  Pavel Roskin  <proski@gnu.org>
1975         * Makefile.am (EXTRA_DIST): Remove BUGS.
1976         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
1978         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
1980         * doc/LSM: Remove, it's outdated.
1981         * doc/FILES: Likewise.
1982         * doc/DEVEL: Remove information about FILES.
1984         * FAQ: Eliminate all broken URLs on the MC site.
1985         From Frederic L. W. Meunier <0@pervalidus.net>
1987         * FAQ: Restore information about xterm.
1989 2001-08-08  Pavel Roskin  <proski@gnu.org>
1991         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1993 2001-08-07  Pavel Roskin  <proski@gnu.org>
1995         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
1997         * doc/mc.1.in: Fix all broken links.
1999 2001-08-06  Pavel Roskin  <proski@gnu.org>
2001         * INSTALL: Numerous changes.  Declare old curses obsolete.
2002         Partly from Frederic L. W. Meunier <0@pervalidus.net>
2004         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
2006 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
2008         * lib/Makefile.am: Remove space after backslash introduced in the
2009         previous commit.
2011         * lib/mc.hint.zh_TW.Big5: New file.
2012         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
2014 2001-08-02  Pavel Roskin  <proski@gnu.org>
2016         * lib/mc.hint.uk: New file.
2017         From Maksym Polyakov <polyama@yahoo.com>
2018         * lib/Makefile.am: Add mc.hint.uk.
2020 2001-08-01  Pavel Roskin  <proski@gnu.org>
2022         * lib/mc.hint.nl: New file.
2023         From Steef Boerrigter <sxmboer@sci.kun.nl>
2024         * lib/Makefile.am: Add mc.hint.nl.
2025         * lib/mc.hint: Remove ftp site.  Update copyright.
2026         * lib/mc.hint.cs: Likewise.
2027         * lib/mc.hint.es: Likewise.
2028         * lib/mc.hint.it: Likewise.
2029         * lib/mc.hint.pl: Likewise.
2030         * lib/mc.hint.ru: Likewise.  Shorten some lines.
2032         * edit/Makefile.in: Allow running "make install" before "make all".
2033         * gtkedit/Makefile.in: Likewise.
2035 2001-07-31  Pavel Roskin  <proski@gnu.org>
2037         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
2038         editor.
2039         * lib/Makefile.am: Add lib/edit.spell.rc.
2041         * autogen.sh: Use gettextize.
2042         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
2043         * po/Makefile.in.in: Likewise.
2045 2001-07-29  Pavel Roskin  <proski@gnu.org>
2047         * syntax/slang.syntax: New file.
2048         From Walery Studennikov <despair@sama.ru>
2049         * syntax/Makefile.am: Add slang.syntax.
2051 2001-07-27  Pavel Roskin  <proski@gnu.org>
2053         * extraconf.h: Move WITH_BACKGROUND here.
2055 2001-07-24  Pavel Roskin  <proski@gnu.org>
2057         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
2059 2001-07-23  Pavel Roskin  <proski@gnu.org>
2061         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
2063 2001-07-20  Pavel Roskin  <proski@gnu.org>
2065         * Make.common.in: Move all defines ...
2066         * gnome/Makefile.in: ... here ...
2067         * src/Makefile.in: ... and here.
2069 2001-07-19  Pavel Roskin  <proski@gnu.org>
2071         * configure.in: Don't check for getwd, it's completely
2072         eliminated.
2073         * INSTALL: Remove reference to HAVE_GETWD.
2075         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
2076         entries for compressed cpio archives.
2078         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
2079         they were only used in obsolete frontends.  Don't ever use %view
2080         without commands - it's slower and loses user settings, e.g.
2081         hex mode.  Put shared libraries before man pages and read.me
2082         before .me macros so that they match correctly.  Use nm for
2083         shared libraries.  Add rules for StarOffice and AbiWord.
2085 2001-07-14  Pavel Roskin  <proski@gnu.org>
2087         * configure.in: Bump version to 4.5.54a.
2089 2001-07-13  Pavel Roskin  <proski@gnu.org>
2091         * lib/mcserv.init: Fix exit status.
2092         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
2094         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
2095         "executable", which should follow a space. Simplify rules for
2096         images. Add shell/ rule for *.info files. Fix all incorrect
2097         uses of the alternation operator.
2098         Reported by Oskar Liljeblad and Michel Casabona.
2100 2001-07-12  Pavel Roskin  <proski@gnu.org>
2102         * configure.in: Don't check for iconv, it's already checked for
2103         in AM_GNU_GETTEXT.
2105 2001-07-10  Pavel Roskin  <proski@gnu.org>
2107         * doc/mc.1.in: Update documentation about hex search.
2109         * edit/edit_key_translator.c (cooledit_key_map): Bind
2110         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
2111         From Steef Boerrigter <sxmboer@sci.kun.nl>
2113         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
2114         * edit/edit_key_translator.c (cooledit_key_map): Add support
2115         for bracket matching on Alt-B.
2116         * gtkedit/gtkeditkey.c: Likewise.
2117         From Steef Boerrigter <sxmboer@sci.kun.nl>
2119 2001-07-06  Pavel Roskin  <proski@gnu.org>
2121         * lib/mc.ext.in: Use nm to view object files.
2123         * Make.common.in: Remove GNOME-specific and unused definitions.
2124         Partly moved to gnome/Makefile.in.
2126         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
2127         they are usused.
2128         * Make.common.in: Likewise.
2130 2001-06-29  Pavel Roskin  <proski@gnu.org>
2132         * ABOUT-NLS: Update to the version from gettext-0.10.38.
2134         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
2135         now done in configure. Move -I.. to the beginning.
2136         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
2137         libintl.a may be required to link mc.
2138         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
2139         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
2140         Move all i18n code to one place. Don't substitute INTLSUB - it's
2141         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
2142         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
2144 2001-06-25  Pavel Roskin  <proski@gnu.org>
2146         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
2147         It should be enabled explicitly by giving `--enable-largefile'
2148         to configure.
2149         * INSTALL: Document it.
2151 2001-06-22  Pavel Roskin  <proski@gnu.org>
2153         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
2155         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
2156         in struct statfs.
2157         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
2159         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
2160         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
2161         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
2162         found.
2163         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
2165 2001-06-19  Pavel Roskin  <proski@gnu.org>
2167         * configure.in: Check for telldir and seekdir. Join adjacent
2168         calls to AC_CHECK_FUNCS.
2170 2001-06-16  Pavel Roskin  <proski@gnu.org>
2172         * Makefile.am: Change the order of SUBDIRS to fully compile text
2173         edition before compiling anything for GNOME.
2174         * mc.spec.in: Don't use brace expansion to avoid implicit
2175         build-time dependency on bash.
2177 2001-06-13  Pavel Roskin  <proski@gnu.org>
2179         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
2180         the test code.
2181         * configure.in: Fix compiler warnings in the arguments to
2182         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
2183         around `=' in the `test' command.
2185 2001-06-07  Pavel Roskin  <proski@gnu.org>
2187         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
2188         GNOME documentation template.
2189         * doc-gnome/C/mkhtml: Don't generate index.
2190         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
2192 2001-06-06  Pavel Roskin  <proski@gnu.org>
2194         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
2195         conditional variables from EXTRA_DIST.
2197 2001-06-05  Pavel Roskin  <proski@gnu.org>
2199         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
2200         conversion support.
2201         From Walery Studennikov <hqsoftware@mail.ru>.
2203         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
2205 2001-06-01  Pavel Roskin  <proski@gnu.org>
2207         * lib/mc.charsets: Synchronize with the latest patch - remove
2208         a comment.
2210 2001-05-30  Pavel Roskin  <proski@gnu.org>
2212         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
2213         work with GNOME.
2215         * lib/mc.charsets: New file. From Walery Studennikov.
2216         * lib/Makefile.am: Distribute mc.charsets. Install it if
2217         the charset support is enabled.
2219         * configure.in: Add check for iconv() and the necessary code
2220         to support the charset selection patch.
2222         * configure.in: Add check for ESCDELAY variable in ncurses.
2224 2001-05-29  Pavel Roskin  <proski@gnu.org>
2226         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
2227         USE_EXT2FSLIB.
2229         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
2230         * pc/config.h: Likewise.
2232         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
2233         and "strings". Recognize "write" files and MS Word templates.
2234         For MS Excel documents try "xls2csv" and "strings".
2235         Escape spaces in the "type" directives.
2236         From Nerijus Baliunas.
2238         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
2240         * Make.common.in: Remove hpath, it's unused.
2242         * acconfig.h: Move constant parts ...
2243         * extraconf.h: ... here.
2244         [HAVE_X]: Disable subshell, s-lang and curses.
2245         * Makefile.am: Add extraconf.h.
2247 2001-05-28  Pavel Roskin  <proski@gnu.org>
2249         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
2250         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
2251         * configure.in: ... here.
2253 2001-05-27  Pavel Roskin  <proski@gnu.org>
2255         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
2256         * acconfig.h: Likewise.
2257         * src/layout.c: Likewise.
2259         * Make.common.in: Remove all percent rules.
2260         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
2261         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
2262         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
2263         AM_INIT_AUTOMAKE.
2265         * Make.common.in: Remove obsolete dependency tracking system.
2266         * configure.in: Likewise.
2267         * edit/Makefile.in: Likewise.
2268         * gnome/Makefile.in: Likewise.
2269         * gtkedit/Makefile.in: Likewise.
2270         * slang/Makefile.in: Likewise.
2271         * src/Makefile.in: Likewise.
2272         * vfs/Make-mc.in: Likewise.
2273         * src/depend.awk: Remove.
2275 2001-05-26  Pavel Roskin  <proski@gnu.org>
2277         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
2278         * syntax/octave.syntax: New file. From Walery Studennikov.
2279         * syntax/Makefile.am: Add octave.syntax.
2281         * configure.in: Fix incorrect test for stdin support in grep -
2282         it would always fail when configuring in an empty directory.
2283         Portability fixes - unset, backslashed space in here-documents.
2284         Eliminate all instances of "changequote".
2286         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
2287         user choice.
2288         * acconfig.h: Changes for the above.
2289         * INSTALL: Don't document --with-sco - it's now defunct.
2290         * INSTALL.FAST: Likewise.
2292 2001-05-25  Pavel Roskin  <proski@gnu.org>
2294         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
2295         are in the beginning of the "file" output.
2297 2001-05-23  Pavel Roskin  <proski@gnu.org>
2299         * lib/mc.ext.in: Add associations for viewing RPM files.
2301 2001-05-22  Pavel Roskin  <proski@gnu.org>
2303         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
2304         By default exit after the first error in jade.
2306         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
2307         JADEFLAGS environment variables. Report progress. Clean up on
2308         failure.
2310 2001-05-21  Pavel Roskin  <proski@gnu.org>
2312         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
2313         files.
2315         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
2316         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
2318 2001-05-20  Pavel Roskin  <proski@gnu.org>
2320         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
2321         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
2322         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
2323         * doc-gnome/C/figs/Makefile.am: Add support for converting from
2324         PNG to EPS.
2326         * Makefile.am (EXTRA_DIST): Remove create_vcs.
2327         * doc/FILES: Likewise. Typo fix.
2329 2001-05-19  Pavel Roskin  <proski@gnu.org>
2331         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
2332         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
2333         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
2335         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
2336         index entry "Moving files".
2338 2001-05-18  Pavel Roskin  <proski@gnu.org>
2340         * configure.in: Use src/main.c in AC_INIT.
2342         * create_vcs: Remove.
2344         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
2345         Add download location for glib.
2346         * mc.spec.in: Likewise.
2347         * doc/LSM: Likewise.
2348         * doc/mc.1.in: Likewise.
2349         * doc/mcedit.1.in: Likewise.
2350         * src/ext.c: Don't mention download location for MC.
2352         * FAQ: Update status of Tk, XView. and GNOME editions. Update
2353         homepage of gpm.
2355         * INSTALL: Remove information about Tk and XView. Change the
2356         mailing list addresses again.
2357         * FAQ: Change the mailing list addresses again.
2358         * MAINTAINERS: Likewise.
2359         * README: Likewise.
2360         * doc/mc.1.in: Likewise.
2361         * gnome/gmc-window.c: Likewise.
2362         * lib/README.xterm: Likewise.
2363         * lib/mc.ext.in: Likewise.
2364         * lib/mc.hint*: Likewise.
2365         * lib/mc.hlp.hu: Likewise.
2366         * po/*.po: Likewise.
2367         * src/main.c: Likewise.
2369 2001-04-20  Pavel Roskin  <proski@gnu.org>
2371         * FAQ: Change the mailing list addresses and the download
2372         locations.
2373         * INSTALL: Likewise.
2374         * MAINTAINERS: Likewise.
2375         * README: Likewise.
2376         * doc/mc.1.in: Likewise.
2377         * gnome/gmc-window.c: Likewise.
2378         * lib/README.xterm: Likewise.
2379         * lib/mc.ext.in: Likewise.
2380         * lib/mc.hint*: Likewise.
2381         * lib/mc.hlp.hu: Likewise.
2382         * po/*.po: Likewise.
2383         * src/main.c: Likewise.
2385 2001-04-19  Pavel Roskin  <proski@gnu.org>
2387         * configure.in: Don't install mcserv unless
2388         "--enable-mcserv-install" has been specified.
2389         Don't quote the first argument in all calls to AM_CONDITIONAL
2390         to work around a bug in Automake 1.4.
2391         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
2392         * vfs/Make-mc.in: Likewise.
2394 2001-04-13  Pavel Roskin  <proski@gnu.org>
2396         * configure.in: Bump version to 4.5.53a.
2398 2001-04-06  Pavel Roskin  <proski@gnu.org>
2400         * gtkedit/editcmd.c: Remove support for XView layout attributes.
2401         * gtkedit/editoptions.c: Likewise.
2402         * pc/chmod.c: Likewise.
2403         * pc/drive.c: Likewise.
2404         * src/boxes.c: Likewise.
2405         * src/chmod.c: Likewise.
2406         * src/dlg.c: Likewise.
2407         * src/dlg.h: Likewise.
2408         * src/filegui.c: Likewise.
2409         * src/find.c: Likewise.
2410         * src/hotlist.c: Likewise.
2411         * src/layout.c: Likewise.
2412         * src/listmode.c: Likewise.
2413         * src/main.c: Likewise.
2414         * src/option.c: Likewise.
2415         * src/panelize.c: Likewise.
2416         * src/wtools.c: Likewise.
2417         * src/wtools.h: Likewise.
2418         * vfs/smbfs.c: Likewise.
2420         * autogen.sh: Check out "intl" and "macros" directories if they
2421         are missing. Simply "cvs up -d" won't restore them.
2423         * configure.in: Bump version to 4.5.52a.
2425 2001-03-14  Pavel Roskin  <proski@gnu.org>
2427         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
2428         Automake conditional USE_SAMBA_FS if Samba is to be supported
2429         in VFS.
2431 2001-03-07  Pavel Roskin  <proski@gnu.org>
2433         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
2434         defined.
2435         Reported by Norbert Warmuth.
2437         * configure.in: Don't process vfs/extfs/uzip - it's now
2438         constant.
2440         * syntax/changelog.syntax: Require space after asterisk to have
2441         it highlighted.
2443 2001-03-02  Pavel Roskin  <proski@gnu.org>
2445         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
2446         * configure.in: Use AC_PROG_CC_STDC instead.
2448         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
2449         Suggested by Christian Gennerat.
2451         * lib/mc.ext.in: Add support for "freeze" - old compression
2452         program used mostly on QNX.
2453         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
2454         * lib/Makefile.am: Adjusted.
2456 2001-02-26  Pavel Roskin  <proski@gnu.org>
2458         * lib/mc-gnome.ext.in: Remove, it's not used.
2459         * configure.in: Remove lib/mc-gnome.ext.
2460         * lib/Makefile.am: Likewise.
2462 2001-02-20  Pavel Roskin  <proski@gnu.org>
2464         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
2465         defined to prevent warnings on OpenBSD 2.7.
2466         * slang/jdmacros.h: Likewise.
2467         * src/mad.h: Likewise.
2468         * src/poptalloca.h: Likewise.
2470         * configure.in: Check for sys/time.h and sys/timeb.h. Use
2471         AC_HEADER_TIME.
2473 2001-02-07  Pavel Roskin  <proski@gnu.org>
2475         * autogen.sh: Create vfs/samba/include/stamp-h.in.
2476         * vfs/samba/include/stamp-h.in: Remove.
2478         * macros/curses.m4: Quote first argument to AC_DEFUN.
2479         * macros/gnome-cxx-check.m4: Likewise.
2480         * macros/gnome-gettext.m4: Likewise.
2481         * macros/gnome-libgtop-check.m4: Likewise.
2482         * macros/gnome-print-check.m4: Likewise.
2483         * macros/linger.m4: Likewise.
2484         * macros/need-declaration.m4: Likewise.
2486         * configure.in: Only configure in vfs/samba if smbfs support is
2487         enabled even with Autoconf 2.13.
2489 2001-01-30  Pavel Roskin  <proski@gnu.org>
2491         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
2492         --without-samba due to a typo.
2494         * configure.in: Only configure in vfs/samba if smbfs support is
2495         enabled. This optimization will only work with Autoconf-2.49c
2496         and above.
2498 2001-01-13  Pavel Roskin  <proski@gnu.org>
2500         * configure.in: Don't create a faked malloc.h.
2501         * gtkedit/edit.h: Don't assume that malloc.h always exists.
2502         * src/mad.h: Likewise.
2504         * configure.in: Simplified handling of cons.saver.
2505         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
2506         * mc.spec.in: Remove a workaround for the above.
2508         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
2509         for MC. Don't rely on the output of uname - use $host_os.
2511 2001-01-11  Pavel Roskin  <proski@gnu.org>
2513         * configure.in: Check for ext2 libraries only if VFS is enabled.
2515         * src/Makefile.in: Create directories before installing files.
2516         Removed all occurrences of libprefix - it's never defined.
2518         * configure.in: All macros from configure.in moved to
2519         acinclude.m4. Added missing quotes in several places.
2520         * acinclude.m4: Likewise.
2522         * edit/Makefile.in: Don't install or uninstall mcedit -
2523         it cannot be installed before mc on systems without symlinks.
2524         * gtkedit/Makefile.in: Likewise.
2525         * src/Makefile.in: Install mcedit (if enabled) and mcview.
2526         Uninstall them.
2528         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
2529         from acinclude.m4 in gtk+:
2530         Don't define ENABLE_NLS unless we have a working NLS.
2531         (This should keep libintl.h from being included when it doesn't
2532         exist).
2534 2001-01-09  Pavel Roskin  <proski@gnu.org>
2536         * doc-gnome/C/figs/Makefile.am: New file.
2537         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
2538         makefile do it.
2539         * configure: Substitute doc-gnome/C/figs/Makefile.
2541         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
2543 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
2545         * lib/mc.hlp.hu: Added Hungarian help file from
2546           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
2547           maci@integrity.hu, mfh47@freemail.hu
2548         * lib/Makefile.am: Added LOCALIZED_HELP for further
2549           mc.hlp l10ns
2550         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
2551           gtkedit/editcmd.c: I18n of mc.hlp
2553 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
2555         * doc/mc.1.in: Corrected badly formatted link...
2557 2000-11-10  Robert Brady  <robert@suse.co.uk>
2559         * configure.in: Add Tamil to ALL_LINGUAS.
2561 2000-10-23  Pavel Roskin  <proski@gnu.org>
2563         * mc.spec.in: Allow mcserv.8 to be gzipped.
2565         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
2566         that cannot deal with "./gmc.sgml".
2568 2000-10-09  Pavel Roskin  <proski@gnu.org>
2570         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
2571         that CVS Automake will drop dependencies to the macros that
2572         we don't distribute.
2574         * lib/mc.ext.in: Removed references to icons. Source RPMs
2575         grouped to one regex. Removed "Update" for source RPMs, added
2576         "Rebuild" instead. Added "Check signature" for all RPMs.
2577         Added a comment about pop-up menus in the text edition.
2579 2000-10-06  Pavel Roskin  <proski@gnu.org>
2581         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
2582         flags moved out of CFLAGS as recommended by GNU coding
2583         standards.
2584         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
2585         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
2586         XCPPFLAGS.
2587         * INSTALL (Random notes on porting to other architectures):
2588         Completely rewritten. Recommended using CFLAGS instead of XINC.
2590 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2592         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
2594 2000-10-04  Christophe Merlet  <christophe@merlet.net>
2596         * gnome/*.desktop: Updated French strings.
2598 2000-10-03  Pavel Roskin  <proski@gnu.org>
2600         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
2601         to allow <legalnotice>. Unclosed tags fixed.
2603 2000-09-30  Pavel Roskin  <proski@gnu.org>
2605         * mc.spec.in: New package mc-common. Use DESTDIR instead of
2606         misusing prefix. Don't install old icons - they don't exist.
2608         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
2609         "export -f" to have mc() exported.
2610         * doc/mc.1.in: Changed description of the "-P" option to
2611         avoid inclusion of mc.sh and mc.csh into the manual.
2612         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
2614 2000-09-24  Pavel Roskin  <proski@gnu.org>
2616         * doc/mc.1.in: Minor formatting fixes.
2618         * lib/mc.sh.in: Remove temporary file non-interactively.
2619         * doc/mc.1.in: updated example for mc.sh.
2621 2000-09-23  Pavel Roskin  <proski@gnu.org>
2623         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
2624         updates it when needed.
2625         * mc.spec.in: Include translations with mc, not gmc. Run
2626         chkconfig --del in %preun, not %postun. --without-debug not
2627         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
2628         be executable. New files in %{prefix}/lib/mc/ - translated hints,
2629         editor files.
2631         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
2632         directory for document processing. Comment changes. gmc.ps and
2633         gmc.pdf now generated from gmc.dvi.
2635         * configure: Always include Make.common as file, otherwise
2636         "make distclean" breaks.
2637         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2638         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
2639         replaced with "rm -f" - the standard says that "rm" is portable.
2640         Ditto $(MV). Adjusted *clean targets to match those in
2641         Automake. Removed "cross" target.
2643 2000-09-22  Pavel Roskin  <proski@gnu.org>
2645         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
2646         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
2647         * doc/Makefile.in: Converted to ...
2648         * doc/Makefile.am: ... this.
2650 2000-09-21  Pavel Roskin  <proski@gnu.org>
2652         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
2653         is not expanded in all shells.
2654         * doc/mc.sgml: Updated the example script to reflect the above
2655         changes.
2656         * doc/mc.in.1: Likewise.
2658 2000-09-19  Pavel Roskin  <proski@gnu.org>
2660         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
2661         Marco Ciampa
2663 2000-09-18  Pavel Roskin  <proski@gnu.org>
2665         * Make.common.in: Added installcheck to placate "make distcheck"
2666         * configure.in, Make.common.in, doc/Makefile.in,
2667         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2668         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
2669         variable MKINSTALLDIRS and builddir with Automake-compatible
2670         mkinstalldirs and top_builddir.
2671         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
2672         files. Added uninstall-local target.
2674 2000-09-17  Pavel Roskin  <proski@gnu.org>
2676         * configure.in: fixed wrong use of AC_MSG_RESULT inside
2677         AC_CACHE_VAL
2679         * Make.common.in: Added the "dvi" target for "make distcheck"
2680         to go further
2681         * doc-gnome/C/Makefile.in: converted to ...
2682         * doc-gnome/C/Makefile.am: ... this
2684 2000-09-15  Pavel Roskin  <proski@gnu.org>
2686         * acconfig.h, configure.in: Require autoconf 2.13 or above.
2687         Removed workarounds for older versions. Removed MCDEBUG
2688         variable - it's not used. --with-debug renamed to --with-mad and
2689         cleaned up. Always use -Wall with gcc, other manipulations with
2690         CFLAGS removed.
2692         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2693         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2694         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
2695         mc.pot becomes out of date in the tarball.
2697 2000-09-14  Pavel Roskin  <proski@gnu.org>
2699         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
2700         tests for cp, mv and rm.
2701         * Make.common.in: Removed variables xv_bindir and STRIP.
2702         Variables CP, MV and RMF are assigned trivial values.
2704         * edit/Makefile.in: Don't link headers, add extra includes
2705         to CPPFLAGS instead. Put links to the build directory.
2706         Remove the hack with "mx" - it is not needed anymore.
2708         * configure.in: remove any manipulations with top_srcdir.
2709         Don't change CPPGLAGS when the internal editor is enabled,
2710         instead do it ...
2711         * edit/Makefile.in, gtkedit/Makefile.in: ... here
2713         * configure.in, Make.common.in, doc/Makefile.in,
2714         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2715         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
2716         changed to top_srcdir for Automake compatibility
2718         * configure.in: REGEX_O variable removed - always use our regex
2720         * configure.in: MCFGR variable removed
2722 2000-09-12  Pavel Roskin  <proski@gnu.org>
2724         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
2725         other GNOME modules
2726         * autogen.sh: remove "-I ." from the "aclocal" command line
2728 2000-09-01  Pavel Roskin  <proski@gnu.org>
2730         * configure.in: output vfs/extfs/Makefile
2732         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
2733         to avoid a warning
2734         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
2735         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
2737 2000-08-29  Pavel Roskin  <proski@gnu.org>
2739         * configure.in: use AM_GNOME_GETTEXT
2740         * gettext.m4: removed
2741         * Makefile.am: adjusted files to distribute, previous change
2742         reverted
2744         * mc-aclocal.m4: renamed to ...
2745         * acinclude.m4: ... this
2746         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
2747         * Makefile.am: aclocal should scan "." for gettext.m4
2749 2000-08-28  Pavel Roskin  <proski@gnu.org>
2751         * Make.common.in: removed hack for "make distcopy"
2752         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2753         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2754         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
2755         for external builds.
2756         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
2758 2000-08-24  Pavel Roskin  <proski@gnu.org>
2760         * new_icons/Makefile.in: converted to ...
2761         * new_icons/Makefile.am: ... this
2762         * configure.in: automake conditional GNOME introduced.
2763         "insticons" removed
2765         * icons/*: removed
2766         * Makefile.am, configure.in: necessary adjustments
2768         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
2769         automake installs them now
2771         * syntax/Makefile.in: converted to ...
2772         * syntax/Makefile.am: ... this
2774         * idl/Makefile.in: converted to ...
2775         * idl/Makefile.am: ... this
2777         * lib/Makefile.am: simplified, fixed "make dist"
2779         * lib/Makefile.in: converted to ...
2780         * lib/Makefile.am: ... this
2782         * lib/tkmc.wmconfig: removed
2783         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
2785         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
2786         to ...
2787         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
2788         * Make.common.in: support for "distdir" for compatibility
2789         with Automake-generated makefiles
2790         * autogen.sh: run automake. Force cache - it is off by default
2791         in autoconf 2.49a, but it's still handy for maintainers
2792         * configure.in: adapted for Automake
2794         * AUTHORS: new file
2796 2000-08-23  Pavel Roskin  <proski@gnu.org>
2798         * configure.in: resurrect definition of xvers
2800         * VERSION.in: removed
2801         * Makefile.in: don't do anything with VERSION.in and VERSION
2802         Take mc.spec from builddir, not srcdir
2803         * configure.in: don't create VERSION
2805 2000-08-22  Pavel Roskin  <proski@gnu.org>
2807         * *.c, *.h: Updated address of Free Software Foundation
2809 2000-08-21  Pavel Roskin  <proski@gnu.org>
2811         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
2812         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
2813         related to XView, libXPM, libXext and Tk
2815 2000-08-18  Pavel Roskin  <proski@gnu.org>
2817         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
2818         files
2820         * configure.in: Simplified dependency tracking by using
2821         "-include" with GNU Make
2822         * autogen.sh: Exit on all failures
2824 2000-08-17  Pavel Roskin  <proski@gnu.org>
2826         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
2827         Fixed all misuses of single and double quotes. Typo fixes.
2828         Ensured compatibility with sgml2html, sgml2txt and sgml2latex
2829         * doc/mc.1.in: Typo fix
2831         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
2832         * doc/linuxdoc-sgml.diff: removed
2833         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
2834         distribute gnome.sgml
2836 2000-08-15  Pavel Roskin  <proski@gnu.org>
2838         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
2839         in the "distclean" target
2841         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
2842         Removed all XVIEW-related stuff
2843         Fixed placement of png files on "make dist"
2845         * doc/mc.1.in: Updated info about the internal editor
2847         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
2848         indicate serious problems. Fixes for uninstall.
2849         * doc/Makefile.in: Rebuild if it is out of date.
2851         * lib/cedit.menu: Added. This file has been missing
2853         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
2855 2000-08-08  Pavel Roskin  <proski@gnu.org>
2857         * Makefile.in: correctly detect make failures in subdirs
2859 2000-08-01  Pavel Roskin  <proski@gnu.org>
2861         * nt, os2, tk, xv: removed all files
2862         * configure.in: don't create os2 and nt directories
2864 2000-08-01  Pavel Roskin  <proski@gnu.org>
2866         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
2868         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
2870 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
2872         * src/main.c: make 8bit input/output the default (99% of the people
2873         expects that; lets the remaining 1% use the configuration menu
2874         to disactivate it if they want)
2876 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
2878         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
2880 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
2882         * configure.in: check for gnome-libs with window icon support
2884         * acconfig.h: add icon define
2886 2000-06-08  Matthias Warkus  <mawa@iname.com>
2888         * new_icons/gnome-pack-*.png: Updated.
2889         * gnome/mc.keys: Added a MIME type for SLP packages.
2891 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
2893         * syntax/diff.syntax: Highlight lines beginning with "File",
2894         "Files" and "Binary"
2895         * syntax/makefile.syntax: Highlight "ifndef"
2896         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
2897         highlighted)
2899 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2901         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
2902         comment lines with # in last release
2904 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2906         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
2908 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2910         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
2911         look more consistent than original.
2913 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2915         * config.in: Added check against strcoll().
2917 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2919         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
2920         added 'and', 'or', 'not', 'for' keywords.
2922 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2924         * syntax.c: Very dirty fix to allow compilation of mcedit on ncurses
2925         based systems. Hope, this will make FreeBSD midc maintainer to enable
2926         build-in editor by default. Still, syntax highlighting is disabled.
2927         Need to port...
2929 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2931         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2932           fixed, some messages gettext()ed again here and in
2933         gtkedit/editmenu.c:edit_about_cmd()
2935 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2937         * doc/mc.sgml (Examples): Fixed documentation, thanx
2938         to martin@internet-treff.uni-koeln.de.
2940 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
2942         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
2943         the label text
2945 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
2947         * gtkedit/syntax.c: treat *.ads as Ada source
2948         * syntax/ada95.syntax: escape "+" and "*"
2949         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
2950         * syntax/Makefile.in: remove diffc.syntax
2952         * edit/edit_key_translator.c: interpret code 0177 as
2953         backspace unless recognized otherwise
2955 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
2957         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
2958         initialization of array of structure (gcc version 2.96 20000131
2959         chokes on it).
2961         * lib/mc.hint: C-y and not C-u can be used to insert text in input
2962         lines (e. g. text which has been deleted with M-d).
2964         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
2966 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
2968         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
2970 2000-01-29  Matthias Warkus  <mawa@iname.com>
2972         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
2973         design on Federico's request.
2975 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
2977         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
2978         an ArrangeType enum.
2980 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
2982         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
2983         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
2984         setup.c: Add option of using GNOME "magic" routines to determine file
2985         types. This makes MC intelligently look at the data in the file to see
2986         what type of file it is, rather than looking at the filename extension.
2987         This slows down MC quite a bit, so it has been made an optional
2988         preference item. Type detection is expected to improve as mime-magic
2989         matures.
2991 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
2993         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
2994         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
2995         providing a patch.
2997 2000-01-11  Matthias Warkus  <mawa@iname.com>
2999         * Added icon and keys entry for Scheme source.
3001 2000-01-03  Fatih Demir  <kabalak@gmx.net>
3003         * configure.in: Added tr -> ALL_LINGUAS .
3005 1999-12-28  Matthias Warkus  <mawa@iname.com>
3007         * new_icons/*.png: Added a bunch of new icons.
3009 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
3011         * configure.in (VERSION): Bumped version number to 4.5.42.
3013 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
3015         * configure.in: added 'uk' to ALL_LINGUAS.
3017 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3019         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
3020         request from David Sauer
3022 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
3024         * configure.in (VERSION): Bumped version number to 4.5.41.
3026 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
3028         * configure.in (VERSION): Set version number to 4.5.39.
3030 1999-09-23  Jorge Godoy  <godoy@conectiva.com.br>
3032         * configure.in: Added pt_BR to ALL_LINGUAS
3034 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
3036         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
3037         path to the mc binary according to @prefix@.
3039         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
3040         configure. Install mc.sh and mc.csh in $(suppbindir).
3042         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
3043         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
3044         copies of the included function definitions.
3046         * mcfn_install.in: Comment out definitions of the mc functions. Source
3047         mc.sh instead of adding an outdated mc function definition.
3049         * configure.in: output mc.sh and mc.csh
3051 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
3053         * lib/startup.links: Changed the news link to Gnotices
3055 1999-09-19  David Martin  <dmartina@usa.net>
3057         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
3058         8 bit chars from strftime get displayed when inserting date.
3060         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
3061         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
3062         file to avoid interferences. In this one I changed the extension check
3063         to a type check (as used for gzip) which might give problems in some
3064         systems.
3066         * configure.in: Use -Tlatin1 to format man pages when available and
3067         "view" 8 bit chars.
3069 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
3071         * gtkedit/edit.h: Include file reordering to make it compile with
3072         --with-debug
3074         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
3075         dependent on length of translated strings to display.
3077 1999-09-16  Owen Taylor  <otaylor@redhat.com>
3079         * Remove the magicdev autoconf test in favor of just
3080         including the idl file. Otherwise we have a dependency
3081         loop between this and magicdev.
3083 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
3085         * idl/FileManager.idl: Changed names, and put everything under a
3086         FileManager module.  Added a Desktop interface and some methods to
3087         the WindowFactory interface.
3089 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
3091         * doc-gnome/*: Shiny new docs from users-guide.
3092         All synced up.
3094 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
3096         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
3098 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
3100         * README: Updated and spell-checked.
3102         * NEWS: Updated.
3104 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
3106         * configure.in (ALL_LINGUAS): Added sv.
3108 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
3110         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
3111         symlink attacks (mcfn_install and the man page still needs to be
3112         updated).
3114 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
3116         * configure.in (AC_WITH_SLANG): rm -f destination before making
3117         a symbolic link (ln -sf doesn't work as expected on Solaris)
3119 1999-08-19  Elliot Lee  <sopwith@redhat.com>
3121         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
3123 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
3125         * doc-gnome/C/gmc.sgml: Index fixes.
3127 1999-08-18  Elliot Lee  <sopwith@redhat.com>
3129         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
3130         initializers in the GnomeUIInfo structure.
3132 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
3134         * configure.in (VERSION): Bumped version number to 4.5.38.
3136 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
3138         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
3140 1999-08-15  David Martin  <dmartina@usa.net>
3142         * gtkedit/edit.c: Print localized date with strftime()
3144         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavor.
3146 1999-08-08  David Martin  <dmartina@usa.net>
3148         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
3149         translation.
3151         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
3152         translation as it used to be.
3154 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3156         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
3157         that the correct index.html will be generated.
3159 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3161         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
3162         to the list.
3164 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
3166         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
3167         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
3168         This adds some new syntax rules, and spell check on the fly
3169         which if someone bugs me for, will actually get enabled in
3170         both the text and gnome versions. Bookmark stuff also needs
3171         some keys bound to it, I suppose: any takers?
3173 1999-07-19  Elliot Lee  <sopwith@redhat.com>
3175         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes
3176         infinitely recursing make.
3178 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
3180         * Makefile.in (all): Makefile fix.
3182 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3184         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3185         should fix the problem we had with FSSTND distributions.
3187 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3189         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
3190         list of distributed files.
3192 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3194         * configure.in (VERSION): Bumped version number to 4.5.34.
3196 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
3198         * Add fi into ALL_LINGUAS
3200 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
3202         * gnome/i-zipdisk2.png: Added another zip-disk icon
3203         by <scarab@egyptian.net> - It looks very nice. Variation
3204         is good.
3206 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3208         * acconfig.h: Add WITH_SMBFS
3210         * macros/gnome-vfs.m4: Support conditional samba support.
3212 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3214         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3215         should fix the problem we had with FSSTND distributions.
3217 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
3219         * mc.spec.in: added syntax files to %files
3221 1999-06-22  David Martin  <dmartina@usa.net>
3223         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
3225 1999-06-07  Shooby Ban  <bansz@szif.hu>
3227         * po/hu.po, configure.in: added Hungarian translations...
3228           I'm not sure it's OK, but it seems usable.
3229           Translators: Tamas Fejos and Andras Kadar
3231 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
3233         * configure.in, Makefile.in: added the gmc helpfile to the build
3235 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
3237         * Add ja entry to LANG in configure.in
3239 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3241         * gnome/Makefile.in (ICONS): OK, perhaps we also want the zip-icon to
3242         be installed in the system :) (added it to the Makefile.in)
3244 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3246         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
3247         disks - someone please add it to the mount.c code so it gets used..
3248         Everyone have a nice time at the expo! :) I hope to join the
3249         next time.
3251 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3253         * configure.in: Added check for getpt ()
3255 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3257         * configure.in (VERSION): Bumped version number to 4.5.31.
3259 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3261         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
3262         need to fool it by strdup'ing the return value of tempnam.
3264 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3266         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
3267         MCLIBS which are specific to the text edition.
3269         * INSTALL: Added documentation for --with-tm-x-support
3271 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
3273         * mc.spec.in : Folded in some changes from the 'official' rpm
3274         spec file.
3276 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3278         * configure.in (SHELL): Do not use grep -q, as it is not portable
3279         to every OS.
3281 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3283         * configure.in: Linking from $srcdir/slang is broken when configure
3284         isn't called with an absolute path. Link from ../$srcdir/slang if
3285         configure was invoked with a relative path.
3287 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
3289         * configure.in: Do not rm the destination file and then link, use
3290         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
3292 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3294         * configure.in: Some AC_ARG_WITH macros haven't checked $withval, i.e.
3295         --with-PACKAGE and --without-PACKAGE gave the same results.
3297 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3299         * configure.in (VERSION): Bumped version number to 4.5.30.
3301 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3303         * configure.in (VERSION): Bumped version number to 4.5.29.
3305 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3307         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
3308         now contains all checks.
3310 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3312         * configure.in (VERSION): bumped version number to 4.5.28.
3314 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
3316         * */Makefile.*: fixed several missed conversions from libdir to
3317         mclibdir. (Should be automake'd, really)
3319 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3321         * Make.common.in: There were conflicting definitions of mclibdir
3322         (one for installation, one for source).  Now the source one is
3323         called mcsrclibdir.
3325         * doc/Makefile.in: Use mcsrclibdir where appropriate.
3327 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
3329         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
3330         Pascal Program" (Heh, second time :)
3332         * Makefile.common: Until things gets clear, keep syntax rules in
3333         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
3335         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
3336         @libdir@.
3338 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
3340         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
3341         as requested by Paul. Still, need some checking...
3343 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
3345         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
3346         to date with cooledit 3.9.0. This adds some new features.
3347         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
3348         syntax.c. This is because the rule set is becoming too
3349         large to maintain in its current form and because file
3350         loading is starting to get slow.
3352         There is also a bookmark feature which does not yet have
3353         key bindings assigned to it, but should be cool once
3354         these get inserted. Syntax rules files are named
3355             $LIBDIR/cooledit/syntax/*.syntax
3357 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
3359         * configure.in: Create slang directory, it is needed when
3360         builddir != srcdir.
3361         Use -f when calling rm, the file does not exist on
3362         first compile.
3363         No need to copy VERSION from $srcdir, it's already generated in
3364         $builddir.
3366 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
3368         * edit/edit_key_translator.c: Added missing translation tags.
3370 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3372         * configure.in: Minimum version of glib should be 1.2.0.
3373         (VERSION): Bumped version number to 4.5.27.
3375 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
3377         * gtkedit/editcmd.c: Added missing translation tags.
3379         * gtkedit/editoptions.c: Added missing translation tags. Translate
3380         radio buttons on first use.
3382 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
3384         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
3385         to get the mc spec file to work.
3386         * hacked configure to generate a properly versioned spec file.
3388 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3390         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
3391         radio buttons on first pass.
3393 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
3395         * gtkedit/editcmd.c: Mark strings in the search and replace
3396         dialogs for translation. Resized these dialogs to let the messages
3397         fit.
3399 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3401         * gtkedit/editwidget.c (selection_send): Use the proper type for
3402         64-bit cleanliness (Patch from George Lebl).
3404 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
3406         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
3407         into the catalog file.
3409 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3411         * configure.in: Make Timur's libtermcap check work with SLang
3412         0.99.98, too.
3414 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3416         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
3417         PS and EPS files.  Thanks, Tigert!
3419 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3421         * configure.in (CCOPTS): Drop the prefix auto-detection.
3423 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
3425         * configure.in: Add check, which, in case of system-installed SLang
3426         library tries to run a test program, which determines, does we need
3427         linking with libtermcap.a. Also, set of if's for finding terminfo
3428         dir changed to for cycle - a bit nicer :)
3430 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3432         * README.QNX: Deleted documentation about mc.menu.qnx.diff.
3434 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3436         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
3438 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3440         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
3441         from tar calls when extracting (according to my man page this option
3442         is only useful when creating archives).
3444 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3446         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
3447         adds support for tar.bz2 and merges the support for freeze-compressed
3448         tar files (tar.F) from mc.menu.qnx.diff.
3450 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
3452         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
3453         GNU-like :)
3455 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3457         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
3458         the catalog file.
3460 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
3462         * new_icons/gnome-core.png: New icon for core files. Someone
3463         please add the code part :)
3465 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
3467         * configure.in: Add check against setuid() and setreuid() functions.
3469 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3471         * slang/slang.h: renamed to slang-mc.h
3473         * slang/Makefile.in: delete slang.h on "make clean"
3475         * configure.in: link slang/slang-mc.h to slang/slang.h when the
3476         included slang is used. Problem was that MC's slang.h was used
3477         when we compiled with an already installed SLang and the systems
3478         header file were included with <slang/slang.h>.
3479         Unfortunately I can't use AC_LINK_FILES to make the links because
3480         if we needn't make any links AC_LINK_FILES makes a link from
3481         srcdir to top_builddir (builddir != srcdir).
3483         Temporary add $LGPM to $LIBS when checking for the resizeterm
3484         and keyok functions (ncurses might be linked against GPM).
3486         Substitute PACKAGE (intl/Makefile makes use of it)
3488 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
3490         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swapped by
3491         #include "global.h".
3493 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
3495         * Make.common.in (gnewdir): new path.
3497 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
3499         * configure.in: Add comments before "Let" and "the" - typo. Add new
3500         path to include's search.
3502 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
3504         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
3506 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3508         * configure.in (REGEX_O): Always include regex.o as the code we
3509         are using in gmc is not using regcomp/regexec, but the internal
3510         Emacs API.
3512         * src/regex.c: Do not compile the POSIX compatibility code, as we
3513         do not use it.
3515 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3517         * doc/mc.sgml, mc1.in (Color section): minor polishing
3518         (Layout section): documented Highlight...
3520 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3522         * configure.in: Deleted du checks
3524         * INSTALL: Deleted --with-dusum documentation.
3526         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
3527         Configuration dialog. Added Advanced chown subsection. Deleted
3528         variables from the Special settings section which are now covered
3529         by the configuration dialog.
3531 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3533         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
3534         tar_gz_memlimit. Partially rewrote the section about the
3535         Virtual FS.. configuration dialog.
3537 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
3539         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
3541 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3543         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
3545         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
3546         builddir
3548 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
3550         * new_icons/gnome-image-[lots].png: I added some icons for file
3551         types (image) there - someone please tell me what the correct
3552         location and naming convention is and I will try to follow that. :)
3554 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
3556         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
3557         the build will still work.  (Has this been replaced by new_icons?)
3559 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
3561         * doc/mc.1.in, mc.sgml: added my name to list of authors
3563 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3565         * Makefile.in (codedirs): Dropped xv and tk ports from the
3566         distribution. include idl directory.
3568 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3570         * configure.in (slang_use_system_installed_lib): Define slang
3571         here, to avoid having this on LIBS.
3573 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
3575         * gtkedit.c: changed occurrence of 'va_list *ap' to 'va_list ap'
3577 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
3579         * config.h.in: Removed from CVS, added to .cvsignore
3581         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
3582         configure.in:
3583         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
3584         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
3585         HAS_CURSES added to acconfig.h
3587 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3589         * autogen.sh: Add "-I macros" to the aclocal flags.
3591         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
3592         so that aclocal will not complain about an obsolete macro.
3594         * configure.in: Use MC_HPUX_PROG_CC_STDC
3596         * ChangeLog: There was no ChangeLog here, so I added one.