* lib/mc.ext.in: Added support for .7z archives.
[midnight-commander.git] / ChangeLog
blob48553d91abc8d06fb412f1cc30b37e551af06e64
1 2005-05-29  Martin Petricek  <tux@centrum.cz>
3         * lib/mc.ext.in: Added support for .7z archives.
5 2005-05-26  Pavel Roskin  <proski@gnu.org>
7         * *: Update postal address of Free Software Foundation.
9 2005-05-23  Roland Illig  <roland.illig@gmx.de>
11         * syntax/ChangeLog: The syntax directory has got its own
12         ChangeLog.
14 2005-05-17  Roland Illig  <roland.illig@gmx.de>
16         * configure.ac: Removed the extra definition of
17         HAVE_C_TYPE_SOCKLEN_T, which is unused.
19 2005-05-14  Roland Illig  <roland.illig@gmx.de>
21         * syntax/diff.syntax: Lines starting with a <tab> character are
22         displayed like lines starting with a <space>. This is for the
23         cvs diff -T option.
24         * syntax/makefile.syntax: Highlight $$ (a literal $) in
25         brightcyan. This way $${var} is not highlighted as if it were a
26         Makefile variables. Also added useful comments before the contexts.
28 2005-05-13  Pavel Roskin  <proski@gnu.org>
30         * configure.ac: Require Autoconf 2.53 or newer.
31         * m4/Makefile.am: Remove isc-posix.m4, it's obsolete.
32         * m4/isc-posix.m4: Remove.
34 2005-05-13  Nerijus Baliunas  <nerijus@users.sourceforge.net>
36         * lib/mc.ext.in: Add OpenOffice.org 2 extensions, use o3totxt
37         to view OpenOffice.org documents.
39 2005-05-11  Pavel Roskin  <proski@gnu.org>
41         * acinclude.m4: Remove MC_ARG_ENABLE_DEVELOPER_MODE.
42         * configure.ac: Replace MC_ARG_ENABLE_DEVELOPER_MODE with a
43         simpler and more user-friendly piece of code.
45 2005-05-01  Roland Illig  <roland.illig@gmx.de>
47         * syntax/c.syntax: Added missing punctuation characters.
49 2005-04-28  Pavel Roskin  <proski@gnu.org>
51         * syntax/Syntax: Don't highlight csh scripts.  Allow using
52         "/usr/bin/env" instead of the full path.
54 2005-04-27  Leonard den Ottolander  <leonard * den ottolander nl>
56         * AUTHORS: Added Pavel Shirshov and myself as contributors.
58 2005-04-26  Roland Illig  <roland.illig@gmx.de>
60         * acinclude.m4: Renamed AS_HELP_STRING to AC_HELP_STRING for
61         compatibility with autoconf-2.57.
63 2005-04-22  Roland Illig  <roland.illig@gmx.de>
65         * acinclude.m4: Added macro MC_ARG_ENABLE_DEVELOPER_MODE.
66         * configure.ac: Using MC_ARG_ENABLE_DEVELOPER_MODE instead of
67         the --maintainer-mode.
69 2005-04-17  Leonard den Ottolander  <leonard * den ottolander nl>
71         * syntax/eiffel.syntax: dos2unix; removed redundant cooledit
72         colour definitions.
73         * syntax/perl.syntax: Removed redundant cooledit definitions.
74         * syntax/php.syntax: ' ' and " " context fixes.
75         * syntax/syntax.syntax: Removed 2 duplicate lines.
77 2005-04-16  Roland Illig  <roland.illig@gmx.de>
79         * lib/mc.ext.in: Recognize either *.udeb or *.deb as Debian
80         packages. Fixes Savannah patch #3899.
82 2005-04-14  Leonard den Ottolander  <leonard * den ottolander nl>
84         * syntax/Syntax: Catch Makefiles with capitals in the extension.
86 2005-04-14  Roland Illig  <roland.illig@gmx.de>
88         * doc/mc.1.in (Internal File Viewer): Rewrote some documentation.
89         Removed the paragraph about the growing buffers. It's generally
90         uninteresting to users.
92 2005-04-13  Roland Illig  <roland.illig@gmx.de>
94         * configure.ac: Add -DNDEBUG to CPPFLAGS if the maintainer mode
95         is not enabled.
97 2005-03-19  Pavel Roskin  <proski@gnu.org>
99         * acinclude.m4 (MC_WITH_SLANG): Partly restore original order of
100         checks and add a comment with a warning.
101         From Pavel S. Shirshov <me@pavelsh.pp.ru>
103         * acinclude.m4 (MC_WITH_SLANG): Reorder checks.  Move termcap
104         checks ...
105         (MC_SLANG_TERMCAP): ... here.
106         (MC_SLANG_PRIVATE): Check if private functions are available.
107         It's not the case on Debian unstable.
109 2005-03-19  Pavel S. Shirshov  <me@pavelsh.pp.ru>
111         * syntax/idl.syntax: Add syntax file for the CORBA idl.
112         From Ian Zagorskih <ianzag@megasignal.com>
113         * syntax/lua.syntax: Add syntax file for the LUA programming language.
114         From Mike Gorchak  <mike@malva.ua>
115         * syntax/Syntax: Add syntax file for CORBA idl and lua.
116         * syntax/Makefile.am: Likewise.
117         * mc.qpg.in: Likewise.
118         * NEWS: Likewise.
120 2005-03-19  Pavel Roskin  <proski@gnu.org>
122         * acinclude.m4 (MC_WITH_SLANG): Define HAVE_SYSTEM_SLANG after
123         all fallbacks so it shows whether we are using system S-Lang.
124         * configure.ac: Remove USE_INCLUDED_SLANG, since it's now fully
125         dependent on HAVE_SLANG and HAVE_SYSTEM_SLANG.
126         * src/myslang.h: Likewise.
128 2005-03-18  Mike Gorchak  <mike@malva.ua>
130         * syntax/assembler.syntax: Add syntax file for the x86 assembler.
131         * syntax/povray.syntax: Add syntax file for the POVRay.
132         * syntax/Syntax: Add syntax file for x86 assembler and POVRay.
133         * syntax/Makefile.am: Likewise.
134         * mc.qpg.in: Likewise.
135         * NEWS: Likewise.
137 2005-03-14  Leonard den Ottolander  <leonard * den ottolander nl>
139         * syntax/diff.syntax: Changed default color from gray, which was
140         quite unreadable, to a bright yellow.
142 2005-03-10  Roland Illig  <roland.illig@gmx.de>
144         * autogen.sh: Made the gettext version check more portable. The
145         actual sed command is unchanged.
147 2005-02-26  Miguel de Icaza  <miguel@novell.com>
149         * doc/mc.1.in: Replace M-char with Alt-char everywhere, which is
150         simpler to understand.
152 2005-01-29  Miguel de Icaza  <miguel@novell.com>
154         * configure.ac: Check for getgrouplist API call.
156 2005-02-07  Roland Illig  <roland.illig@gmx.de>
158         * NEWS: Added the changes between mc-4.6.1-pre3 and now.
160 2005-01-27  Roland Illig  <roland.illig@gmx.de>
162         * configure.ac: Add checks for C headers <sys/mkdev.h> and
163         <sys/sysmacros.h> to support major/minor arithmetics on
164         device numbers.
166 2005-01-11  Pavel S. Shirshov  <me@pavelsh.pp.ru>
168         * acinclude.m4: Fix '--with-screen' configure option.
170 2004-12-30  Andrew V. Samoilov  <sav@bcs.zp.ua>
172         * autogen.sh: Fix workaround for automake 1.5.
174 2004-12-28  Leonard den Ottolander  <leonard * den ottolander nl>
176         * syntax/spec.syntax: Set whole on spec macro option keywords.
178 2004-12-13  Pavel S. Shirshov  <me@pavelsh.pp.ru>
180         * acinclude.m4: Fix "make distcheck".
182 2004-12-12  Pavel S. Shirshov  <me@pavelsh.pp.ru>
184         * NEWS: Update.
186 2004-12-10  Pavel S. Shirshov  <me@pavelsh.pp.ru>
188         * autogen.sh: Comment workaround for Automake 1.5. It's not working
189         for Automake 1.9.
191 2004-12-07  Roland Illig  <roland.illig@gmx.de>
193         * syntax/Makefile.am: Don't install syntax highlighting files if
194         the internal editor is disabled.
196 2004-12-03  Pavel S. Shirshov  <me@pavelsh.pp.ru>
198         * configure.ac: Bump version to 4.6.1a
200 2004-11-17  Pavel S. Shirshov  <me@pavelsh.pp.ru>
202         * acinclude.m4: Fix compiling mc with system slang on FreeBSD.
204 2004-11-16  Roland Illig  <roland.illig@gmx.de>
206         * TODO: Checked the remaining vfs/extfs shell scripts and
207         removed them from the TODO list. This was the last item
208         in the section "Before 4.6.1", so I deleted the whole
209         section.
211 2004-11-08  Pavel S. Shirshov  <me@pavelsh.pp.ru>
213         * TODO (4.6.2): Fix the '#' in path names issue.
215 2004-11-07  Roland Illig  <roland.illig@gmx.de>
217         * TODO (4.6.1): Moved the '#' in path names issue to 4.6.2.
218         * TODO: Added issue about hiding passwords in VFS pathnames.
220 2004-11-05  Andrew V. Samoilov  <sav@bcs.zp.ua>
222         * README: Fix typo.
224 2004-11-04  Mike Gorchak  <mike@malva.ua>
226         * mc.qpg.in: Synchronization with the latest file has been added
227         to the distro.
228         * configure.ac: Added information about status of charset enabling.
229         * syntax/Syntax: Treat QNX6 specific files with extensions qpg and
230         qpg.in as xml files.
232 2004-11-02  Roland Illig  <roland.illig@gmx.de>
234         * configure.ac: Add feature test whether socklen_t is defined
235         in <sys/socket.h>.
237 2004-10-28  Jindrich Novy  <jnovy@redhat.com>
239         * lib/mc.ext.in: Add a few sound formats that "play" and "mikmod"
240         utility knows.
242 2004-10-27  Roland Illig  <roland.illig@gmx.de>
244         * configure.ac: Add check for type socklen_t.
246 2004-10-27  Juan C. Olivares  <juancri@juancri.com>
248         * syntax/aspx.syntax: Add syntax file for ASP.NET.
249         * syntax/Syntax: Likewise.
250         * syntax/Makefile.am: Likewise.
252 2004-10-27  Pavel S. Shirshov  <me@pavelsh.pp.ru>
254         * TODO: Move entry 'Broken pipe warning...' to 4.6.2 TODO list.
255         Remove entries for perl extfs scripts.
257 2004-10-24  Roland Illig  <roland.illig@gmx.de>
259         * configure.ac: Only add "-Wall" to CFLAGS if GCC is set to "yes".
261 2004-10-23  Roland Illig  <roland.illig@gmx.de>
263         * TODO: Check proper quoting in vfs/extfs/*.
265 2004-10-20  Pavel S. Shirshov  <me@pavelsh.pp.ru>
267         * lib/mc.ext.in: Use xmms for audio files in XWindows mode.
268         Add support for *.wma files. Add support for playlists.
270         Partially based on patch from q# <eth0@o2.pl>
272 2004-10-18  Roland Illig  <roland.illig@gmx.de>
274         * TODO: Some new TODO items with low priority: More standard
275         widgets, CVS frontend, patch editor, context menus.
277 2004-10-16  Roland Illig  <roland.illig@gmx.de>
279         * TODO: Fixed the "./ files in tar archive" item for mc-4.6.1.
281 2004-10-16  Roland Illig  <roland.illig@gmx.de>
283         * syntax/eiffel.syntax: Add syntax highlighting rules for the
284         Eiffel programming language.
285         * syntax/Syntax: Bind *.e with eiffel.syntax.
286         * syntax/Makefile.am: Added syntax.eiffel.
288         From Daniel F Moisset <dmoisset grulic org ar>
290 2004-10-12  Pavel S. Shirshov  <me@pavelsh.pp.ru>
292         * syntax/sql.syntax: Improve sql.syntax file and added several
293         keywords.
295         From Karel Zak
297 2004-10-12  Andrew V. Samoilov  <sav@bcs.zp.ua>
299         * acinclude.m4 (MC_WITH_MCSLANG): Set screen_type to mcslang.
300         * configure.ac: Define USE_INCLUDED_SLANG if screen_type is mcslang.
302 2004-10-05  Gergely Sza'sz  <szaszg@hu.inter.net>
304         * syntax/perl.syntax: Fix highlight the hashes.
305         * syntax/diff.syntax: Highlight comments (lines begin with #),
306         and garbage in diff files.
308 2004-09-17  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
310         * mc.qpg.in: New file. Description for QNX 6.x packager.
312 2004-09-25  Roland Illig  <roland.illig@gmx.de>
314         * configure.ac: #define _GNU_SOURCE to an empty value instead of 1,
315         which conflicted with src/regex.c.
317 2004-09-24  Roland Illig  <roland.illig@gmx.de>
319         * HACKING (Programming tips): Added a tip concerning the NULL
320         pointer in varargs function calls.
322 2004-09-22  Roland Illig  <roland.illig@gmx.de>
324         * HACKING: Added advice for using g_strdup for a modifiable
325         copy of a string.
326         * HACKING: Added a section about where to look for bug reports
327         and patches.
329 2004-09-19  Roland Illig  <roland.illig@gmx.de>
331         * HACKING: Added explanation for const_cast.
333 2004-09-17  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
335         * syntax/makefile.syntax: Adds "define" and "ended" keywords
336         * syntax/perl.syntax: Adds "break" keyword
338 2004-09-10  Jakub Jelinek  <jakub@redhat.com>
340         * lib/mc.lib: Add gnome, rxvt and xterm-new terminals.
342 2004-09-10  Pavel S. Shirshov  <me@pavelsh.pp.ru>
344         * syntax/php.syntax: Upgrade php.syntax file.
346         From Leonard den Ottolander <leonard * den.ottolander.nl>
348 2004-09-04  Jakub Jelinek  <jakub@redhat.com>
350         * configure.ac: grantpt is only available with -D_XOPEN_SOURCE
351         or -D_GNU_SOURCE under Linux.
353 2004-09-04  Pavel S. Shirshov  <me@pavelsh.pp.ru>
355         * HACKING: Add to section "Programming Tips" g_free tip.
357 2004-09-02  Roland Illig  <roland.illig@gmx.de>
359         * HACKING: Added a section "Programming Tips" which lists mistakes
360         that have been done once and should never be repeated.
362 2004-08-29  Roland Illig  <roland.illig@gmx.de>
364         * m4/ri-gcc-warnings.m4: Now handles only the last --enable or
365         --disable option. Before, --disable has not been handled
366         correctly.
368 2004-08-22  Pavel S. Shirshov  <me@pavelsh.pp.ru>
370         * m4/ri-gcc-warnings.m4: Using AC_HELP_STRING for more portable.
371         AS_HELP_STRING was introduced after autoconf 2.57+.
373         From Leonard den Ottolander <leonard * den.ottolander.nl>
375 2004-08-18  Roland Illig  <roland.illig@gmx.de>
377         * "make uninstall": removes the symlinks bin/mcedit and bin/mcview.
379 2004-08-17  Roland Illig  <roland.illig@gmx.de>
381         * configure.ac: The GCC warning flags are only used in
382         maintainer-mode.
384 2004-08-17  Pavel S. Shirshov  <me@pavelsh.pp.ru>
386         * lib/cedit.menu: Security fix patch. Fix insecure temporary file and
387         directory creations. (CAN-2004-0231).
389         * lib/mc.menu: Likewise.
390         * doc/mc.1.in: Likewise.
391         * doc/es/mc.1.in: Likewise.
392         * doc/hu/mc.1.in: Likewise.
393         * doc/it/mc.1.in: Likewise.
394         * doc/pl/mc.1.in: Likewise.
395         * doc/ru/mc.1.in: Likewise.
396         * doc/sr/mc.1.in: Likewise.
398 2004-08-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
400         * configure.ac: Add check for atoll().
402         * doc/mc.1.in (Extension File Edit): Document "directory" keyword.
403         * doc/ru/mc.1.in: Likewise.
405 2004-08-02  Pavel Shirshov  <me@pavelsh.pp.ru>
407         * autogen.sh: Fix unportable "\n" in sed.
409 2004-04-02  Pavel Roskin  <proski@gnu.org>
411         * lib/mc.ext.in: Use gqview instead of ee for images.  ee seems
412         to be obsolete.  Suggested by Marcel Pol <mpol@gmx.net>
414 2004-01-22  Pavel Roskin  <proski@gnu.org>
416         * lib/mc.ext.in: Recognize *.tb2 and *.tbz files.
418         * configure.in: Rename to ...
419         * configure.ac: ... this.
421 2003-12-30  David Martin  <dmartina@excite.com>
423         * doc/mc.1.in: Synchronized latest fixes (long options) and
424         moved year and version number.
426 2003-12-24  Pavel Roskin  <proski@gnu.org>
428         * configure.in: Release 4.6.1-pre1.
430 2003-11-28  Pavel Roskin  <proski@gnu.org>
432         * acinclude.m4 (MC_UNDELFS_CHECKS): Try ext2fs/ext2_fs.h before
433         linux/ext2_fs.h.  Use ext2fs/ext2_fs.h when possible - it's
434         safer to avoid kernel headers.
436 2003-11-27  Pavel Roskin  <proski@gnu.org>
438         * src/TODO: Move ...
439         * TODO: ... here.
440         * doc/DEVEL: Move ...
441         * HACKING: ... here.  Adjust makefiles.
443 2003-11-20  Pavel Roskin  <proski@gnu.org>
445         * build-glib1.sh: Use more portable syntax for functions.  Fall
446         back to "ftp" for download, useful on BSD.
447         * build-glib2.sh: Likewise.
449         * build-glib1.sh: New file - download and compile glib 1.2.x,
450         then compile mc against it.
451         * build-glib2.sh: New file - download and compile glib 2.x with
452         dependencies (gettext, pkgconfig), then compile mc against it.
453         * Makefile.am: Distribute them.
455 2003-10-29  Pavel Roskin  <proski@gnu.org>
457         * acinclude.m4 (MC_UNDELFS_CHECKS): Don't use internal Autoconf
458         variables.
460         * configure.in: Rewrite check for mmap() to avoid using internal
461         variables of Autoconf.  Rename the rest of ac_cv_* to mc_cv_*.
463         * configure.in: Use AC_CHECK_MEMBERS to check fields of struct
464         stat.  Adjust all dependencies.
466         * acinclude.m4 (AC_STRUCT_LINGER): Remove, use AC_CHECK_MEMBERS
467         instead.
469         * configure.in: Define SLANG_POSIX_SIGNALS if all 4 required
470         functions are present.  Remove references to extraconf.h.
471         * extraconf.h: Eliminate.
472         * Makefile.am: Remove extraconf.h.
474         * configure.in: Move ext2fs undelete support ...
475         * acinclude.m4 (MC_WITH_VFS): ... here.
476         * extraconf.h: Remove VFS logic, it's enforced in configure now.
478         * acinclude.m4 (MC_WITH_VFS): Use AC_SEARCH_LIBS when possible.
479         Allow disabling network code by --disable-netcode.
481 2003-10-28  Pavel Roskin  <proski@gnu.org>
483         * configure.in: Don't check if "file" can use stdin - it's
484         unused now.
486 2003-10-25  Pavel Roskin  <proski@gnu.org>
488         * extraconf.h: Don't define HAVE_GRANTPT forcedly if grantpt()
489         wasn't found.  Don't define HAVE_CRYPT, it's unused now.
491         * configure.in: Remove check for socketpair().  Add new option
492         --enable-background.
493         * extraconf.h: Don't define WITH_BACKGROUND.
495 2003-10-14  Pavel Roskin  <proski@gnu.org>
497         * configure.in: Don't check for seekdir() and telldir().
499 2003-09-23  Pavel Roskin  <proski@gnu.org>
501         * doc/sr/Makefile.am: Don't install mcserv documentation if mcfs
502         support is disabled.
504         * lib/*.ti: Remove, these files are obsolete.
505         * lib/tdiff: Likewise.
506         * lib/xterm.tcap: Likewise.
507         * lib/Makefile.am: Remove obsolete files.  Don't install
508         README.xterm and xterm.ad, there are partly obsolete and can
509         break things if used as is.
511 2003-09-22  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
513         * lib/mc.hint.sr: Updated.
514         * lib/mc.menu.sr: New file - translated menu.
515         * lib/Makefile.am: Add mc.menu.sr.
516         * doc/sr/: New Serbian documentation.
517         * doc/Makefile.am: Add "sr" directory.
518         * configure.in: Add substitutions for new files.
520 2003-09-22  Pavel Roskin  <proski@gnu.org>
522         * configure.in: Check for strlcpy() if glib 1.2.x is used.
524 2003-09-11  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
526         * lib/mc.hint.sr: New file - Serbian hints.
528 2003-09-04  Pavel Roskin  <proski@gnu.org>
530         * lib/mc.menu: Add entry for viewing manual pages.
532 2003-08-18  Pavel Roskin  <proski@gnu.org>
534         * lib/mc-wrapper.csh.in: Use "id" command to find the real user
535         id.  $USER is not reliable.
536         * lib/mc-wrapper.sh.in: Likewise.
537         Reported by Figura Peter <peterf@autus.sk>
539 2003-08-18  Andrew V. Samoilov  <sav@bcs.zp.ua>
541         * acinclude.m4 (MC_WITH_NCURSES): Fix ESCDELAY check on Solaris.
542         Make sure that linking succeeds.
544 2003-08-02  Pavel Roskin  <proski@gnu.org>
546         * lib/cedit.menu: Avoid using "id -u", it doesn't work on
547         Solaris.  From Andrew V. Samoilov <sav@bcs.zp.ua>
549 2003-07-23  Pavel Roskin  <proski@gnu.org>
551         * lib/mc.lib: Add more "end" and "home" sequences for xterm.
553 2003-07-22  Pavel Roskin  <proski@gnu.org>
555         Get rid of all references to NATIVE_WIN32.
557         * pc: Remove.  No work has been done on the PC post for years.
558         * README.PC: Likewise.
559         * Makefile.am: Adjust for the above.
560         * configure.in: Likewise.
562 2003-07-21  Pavel Roskin  <proski@gnu.org>
564         * configure.in: Check posix_openpt() first and fallback to
565         GNU-specific getpt() only if needed.
567 2003-06-29  David Sterba  <dave@jikos.cz>
569         * lib/mc.hint.cs: Typo fixes.
571 2003-06-25  Marco Ciampa  <ciampix@libero.it>
573         * doc/it/mc.1.in: small fix
575 2003-06-23  Andrew V. Samoilov  <sav@bcs.zp.ua>
577         * lib/mc.ext: Allow ZIP in all capitals in "file" output.
579 2003-06-18  Pavel Roskin  <proski@gnu.org>
581         * configure.in: Remove test for SCO UNIX.  Remove all references
582         to SCO_FLAVOR everywhere.  SCO flavor is rather unsavory now.
584 2003-06-06  Pavel Roskin  <proski@gnu.org>
586         * lib/mc.ext.in: Don't run compressed logs from /var/log through
587         nroff.  Suggested by Alfie Costa <agcosta@gmx.net>
589 2003-05-16  Marco Ciampa  <ciampix@libero.it>
591         * syntax/ruby.syntax: upgrade
592         * syntax/perl.syntax: small fix
594 2003-05-14  Marco Ciampa  <ciampix@libero.it>
596         * syntax/ruby.syntax: New file - syntax for Ruby.
597         * syntax/Syntax: Add ruby.syntax.
598         * syntax/Makefile.am: Likewise.
600 2003-05-08  Pavel Roskin  <proski@gnu.org>
602         * mc.spec.in: Strip pre-1998 changelog to work around a bug in
603         rpm 4.2, which doesn't like %install inside %changelog.
605 2003-04-29  Pavel Roskin  <proski@gnu.org>
607         * configure.in: Add vfs/extfs/iso9660 to AC_CONFIG_FILES.
608         * lib/mc.ext.in: Add support for ISO images.
610 2003-03-31  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
612         * syntax/Syntax: Highlight *.mc as a makefile.
613         * syntax/sql.syntax: Add more keywords for PostgreSQL.
615 2003-03-21  Pavel Roskin  <proski@gnu.org>
617         * syntax/sh.syntax: Highlight "find".  Highlight whole string
618         after "#!".  Make unrecognized text inside `` less bright.
620 2003-03-17  Marco Ciampa  <ciampix@libero.it>
622         * doc/it/mc.1.in: Some manual fixes.
624 2003-03-14  Pavel Roskin  <proski@gnu.org>
626         * syntax/c.syntax: Allow integer specifiers for %x and %X in C
627         format strings.
628         * syntax/cs.syntax: Likewise.
629         * syntax/java.syntax: Likewise.
630         * syntax/ml.syntax: Likewise.
631         * syntax/php.syntax: Likewise.
632         * syntax/python.syntax: Likewise.
633         * syntax/slang.syntax: Likewise.
634         * syntax/swig.syntax: Likewise.
636 2003-03-11  Pavel Roskin  <proski@gnu.org>
638         * acinclude.m4 (MC_ASM_LABELS): New macro to work around a bug
639         gettext.  Define _INTL_REDIRECT_MACROS if needed.
640         * configure.in: Use MC_ASM_LABELS.
642 2003-03-07  Pavel Roskin  <proski@gnu.org>
644         * configure.in: Add --with-glib-static option.
646 2003-03-06  Pavel Roskin  <proski@gnu.org>
648         * syntax/spec.syntax: Add BuildArch.
650 2003-03-05  Pavel Roskin  <proski@gnu.org>
652         * configure.in: Check availability of setsid().
654 2003-03-04  Sanlig Badral  <Badral@chinggis.com>
656         * po/LINGUAS: added Mongolian (mn) translation.
658 2003-03-03  Pavel Roskin  <proski@gnu.org>
660         * lib/mc.lib: Add xterm arrows both for application and normal
661         mode.  Normal mode can be accidentally enabled if one mc is run
662         from another and Ctrl-O is used to switch between them.
663         Add F11-F20 definitions for cons25 (FreeBSD console).
665 2003-02-27  Juan C. Olivares  <juancri@TAGnet.org>
667         * syntax/cs.syntax: New file.
668         * syntax/Syntax: Add cs.syntax.
669         * syntax/Makefile.am: Likewise.
671 2003-02-27  Marco Ciampa  <ciampix@libero.it>
673         * doc/it/mc.1.in: updated manual with -e switch description.
675 2003-02-26  Pavel Roskin  <proski@gnu.org>
677         * syntax/syntax.syntax: Highlight "define".
679 2003-02-23  Marco Ciampa  <ciampix@libero.it>
681         * doc/it/mc.1.in: updated manual with some stylistic changes.
683 2003-02-23  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
685         * lib/mc.ext.in: Add entry for QNX Neutrino packages.
687 2003-02-22  Pavel Tsekov  <ptsekov@gmx.net>
689         * acinclude.m4 [AC_G_MODULE_SUPPORTED]: New macro.
690         * configure.in: Test for gmodule.  Don't link mc with libX11 if
691         gmodule is supported.
693 2003-02-22  Pavel Roskin  <proski@gnu.org>
695         * configure.in: Add --with-glib12 option to configure to force
696         using glib 1.2.x.
698 2003-02-21  Andrew V. Samoilov  <sav@bcs.zp.ua>
700         * doc/ru/mc.1.in (Layout): Translate 'Xterm window title' option.
701         (Extension File Edit): Translate include feature.
703 2003-02-20  Pavel Roskin  <proski@gnu.org>
705         * configure.in: Move list of all translations ...
706         * po/LINGUAS: ... here.
708 2003-02-18  Pavel Roskin  <proski@gnu.org>
710         * syntax/c.syntax: Highlight C++ comments in preprocessor
711         directives.
712         Reported by Oswald Buddenhagen <ossi@kde.org>
714 2003-02-13  Marco Ciampa  <ciampix@libero.it>
716         * doc/it/mc.1.in: updated manual following it.po changes.
718 2003-02-05  Pavel Roskin  <proski@gnu.org>
720         * configure.in: Bump version to 4.6.0a.
722         * configure.in: Version 4.6.0 released.
724 2003-02-04  Arpi  <arpi@mplayerhq.hu>
726         * syntax/Syntax: Match *.syntax before other files to fix
727         highlighting of makefile.syntax.
729 2003-02-04  Pavel Roskin  <proski@gnu.org>
731         * syntax/c.syntax: Revert highlighting trailing whitespaces.
733 2003-02-03  Andrew V. Samoilov  <sav@bcs.zp.ua>
735         * autogen.sh: Fix unportable "+" sed regexp in gettext_ver
736         calculation.  Reported by vlad@geekizoid.com.
738 2003-01-31  Pavel Roskin  <proski@gnu.org>
740         * syntax/nroff.syntax: Make colors more compatible with the
741         highlighting used in the internal viewer - yellow for bold and
742         brightred for italic.
744 2003-01-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
746         * syntax/c.syntax: Highlight trailing whitespace(s).
748 2003-01-30  Pavel Tsekov  <ptsekov@gmx.net>
750         * acinclude.m4 (MC_WITH_NCURSES): Check -lcurses if -lncurses
751         doesn't work.  Useful on OpenBSD 3.2.
753 2003-01-29  Pavel Roskin  <proski@gnu.org>
755         * lib/mc.ext.in: Fix missing semicolon that affected viewing RPM
756         packages.
758 2003-01-24  Pavel Roskin  <proski@gnu.org>
760         * configure.in: Add -lposix on A/UX before all tests.
762 2003-01-23  Pavel Roskin  <proski@gnu.org>
764         * acinclude.m4 (MC_EXTFS_CHECKS): Fix redirection to /dev/null.
766 2003-01-22  Pavel Roskin  <proski@gnu.org>
768         * configure.in: Bump version to 4.6.0-pre3a.
770         * configure.in: Version 4.6.0-pre3 released.
772         * acinclude.m4 (_MC_WITH_XSLANG): Drop support for old S-Lang
773         versions that required the native curses library on some OSes.
775 2003-01-19  Adam Byrtek  <alpha@debian.org>
777         * doc/mcview.1.in: New file.
778         * configure.in: Treat it like doc/mcedit.1.in.
779         * doc/Makefile.am: Likewise.
781 2003-01-17  Adam Byrtek  <alpha@debian.org>
783         * doc/mc.1.in (Layout): Document 'Xterm window title' option.
785 2003-01-16  David Martin  <dmartina@excite.com>
787         * doc/mc.1.in: Add EXTernal virtual File System node (extfs).
789 2003-01-16  David Martin  <dmartina@excite.com>
791         * doc/mc.1.in: Set man page header and footer.
792         * doc/es/mc.1.in: Likewise.
793         * doc/hu/mc.1.in: Likewise.
794         * doc/it/mc.1.in: Likewise.
795         * doc/pl/mc.1.in: Likewise.
796         * doc/ru/mc.1.in: Likewise.
798 2003-01-12  David Martin  <dmartina@excite.com>
800         * po/es.po: Update. Rewrite localized names for some menu entries.
801         * doc/es/mc.1.in: Likewise.
802         * lib/mc.hint.es: Likewise.
804 2002-12-27  David Martin  <dmartina@excite.com>
806         * doc/pl/xnc.hlp: Update GPL (change FSF address and move 19xx
807         entries to "year").
809 2002-12-26  Pavel Roskin  <proski@gnu.org>
811         * configure.in: Release 4.6.0-pre2, bump version to 4.6.0-pre2a.
813         * configure.in: Fix non-portable operator.  Bump version to
814         4.6.0-pre2.
816 2002-12-24  Pavel Roskin  <proski@gnu.org>
818         * lib/mc.ext.in: Use --nosignature with rpm to avoid a message
819         in the viewer about unsigned packages.
821         * acinclude.m4 (MC_WITH_SLANG): Don't add -lslang to MCLIBS if
822         the system S-Lang is rejected.
824         * lib/mc.ext.in: Play *.mov by mplayer.
826 2002-12-23  Pavel Roskin  <proski@gnu.org>
828         * configure.in: Enable X11 support by default, use --without-x
829         to disable.
831 2002-12-19  Pavel Roskin  <proski@gnu.org>
833         * syntax/perl.syntax: Add separate context for function
834         declarations and definitions, highlight prototypes.
836 2002-12-11  Pavel Roskin  <proski@gnu.org>
838         * acinclude.m4 (MC_EXTFS_CHECKS): Add check for Perl.
839         * configure.in: Substitute Perl location in all extfs scripts
840         written in Perl.
842 2002-12-11  David Martin  <dmartina@excite.com>
844         * doc/xnc.hlp: Update GPL (change FSF address
845         and move 19xx entries to "year").
846         * doc/es/xnc.hlp: Likewise.
847         * doc/hu/xnc.hlp: Likewise.
848         * doc/it/xnc.hlp: Likewise.
849         * doc/ru/xnc.hlp: Likewise.
851 2002-12-09  Pavel Roskin  <proski@gnu.org>
853         * lib/mc.ext.in: Remove ftplist.  Add patchfs.
855 2002-11-29  Andrew V. Samoilov  <sav@bcs.zp.ua>
857         * autogen.sh: Use $srcdir/configure.mc instead of
858         $srcdir/configure if first one exists and is executable.
860 2002-11-28  Pavel Roskin  <proski@gnu.org>
862         * configure.in: Determine which help translations user wants to
863         install, based on USE_NLS, LINGUAS and ALL_LINGUAS.
864         * doc/Makefile.am: Set SUBDIR to the list of the requested
865         translations.
867         * acinclude.m4 (MC_EXTFS_CHECKS): New macro.
868         (MC_WITH_VFS): Call MC_EXTFS_CHECKS.
869         * configure.in: Generate vfs/extfs/uzip.
870         * vfs/extfs/uzip: Move to vfs/extfs/uzip.in.
871         * vfs/extfs/Makefile.am: Corresponding adjustments.
873 2002-11-26  Pavel Roskin  <proski@gnu.org>
875         * syntax/sql.syntax: Add highlighting for dot and backticks.
877 2002-11-16  Pavel Roskin  <proski@gnu.org>
879         * configure.in: Move check for pwdauth() to MC_MCSERVER_CHECKS.
880         * acinclude.m4 (MC_MCSERVER_CHECKS): If using crypt(), check for
881         shadow password support.
883         * acinclude.m4 (MC_MCSERVER_CHECKS): Don't limit PAM check to
884         Linux.  Use AC_SEARCH_LIBS to find crypt().  Consolidate mcserv
885         libraries into MCSERVLIBS.
887         * configure.in: Move all mcserv related checks ...
888         * acinclude.m4 (MC_MCSERVER_CHECKS): ... here.
890 2002-11-15  Pavel Roskin  <proski@gnu.org>
892         * configure.in: Fully enable glib2.  Update the documentation.
894 2002-11-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
896         * lib/mc.menu: Don't use --repetitive-best option with bzip2 -
897         it is redundant in versions 0.9.5 and above.
899 2002-11-10  Pavel Roskin  <proski@gnu.org>
901         * configure.in: Check for uintptr_t.  Needed to compile regex.c
902         on MacOS X.  Reported by Wim Rijnders <wimrijnders@home.nl>
904 2002-11-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
906         * syntax/ada95.syntax: Highlight "then" and "else".
907         From Victor Porton <porton@ex-code.com>.
908         Highlight "exit".
910 2002-11-06  Pavel Roskin  <proski@gnu.org>
912         * lib/edit.indent.rc: Remove all options for indent and add a
913         comment explaining where those options should be.
915 2002-11-05  Pavel Roskin  <proski@gnu.org>
917         * lib/mc-wrapper.csh.in: Remove /bin/csh at the beginning - this
918         script is not meant to be executed by the kernel.  This also
919         eliminates dependency of the RPM package on csh.
920         * lib/mc-wrapper.sh.in: Remove /bin/sh at the beginning.
922 2002-11-01  Pavel Roskin  <proski@gnu.org>
924         * configure.in: Don't substitute mc.sh and mc.csh - it's now
925         done ...
926         * lib/Makefile.am: ... here.  Add wrappers for mc to avoid
927         defining complex shell scripts in functions and aliases.
928         * lib/mc-wrapper.csh.in: New file - template for the script
929         that runs mc and changes directory in csh.
930         * lib/mc-wrapper.sh.in: New file - template for the script
931         that runs mc and changes directory in sh.
933 2002-11-01  Andrew V. Samoilov  <sav@bcs.zp.ua>
935         * doc/mc.1.in (Keys): Document S-<chr>.
936         * doc/ru/mc.1.in: Likewise.
938 2002-10-31  Pavel Roskin  <proski@gnu.org>
940         * syntax/diff.syntax: Revert highlighting for trailing spaces
941         on the added lines - it extends the context to the next line.
943         * lib/mc.csh.in: Add quoting and check for missing file.
945         * lib/mc.csh.in: Update to use the new -P option.  This script
946         has absolutely no protection against special symbols in
947         directory names and lacks TMPDIR support.
949         * lib/mc.sh.in: Update to use the new -P option.
951         * configure.in: Displaying the install paths is too problematic
952         to implement properly.  Remove this code.
954 2002-10-29  Pavel Roskin  <proski@gnu.org>
956         * lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.
957         * configure.in: Likewise.  Add "-c" (disable ANSI color) to
958         MAN_FLAGS if supported.
960         * acinclude.m4 (MC_WITH_SLANG): Reject S-Lang with UTF-8
961         support, unless external S-Lang was explicitly requested.
963 2002-10-24  Pavel Roskin  <proski@gnu.org>
965         * lib/mc.ext.in: Don't use links to view html - the "-dump"
966         option has been removed in the recent versions.
967         From David Martin <dmartina@excite.com>
969 2002-10-21  Pavel Roskin  <proski@gnu.org>
971         * acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
972         to the final configuration message.
974 2002-10-17  Pavel Roskin  <proski@gnu.org>
976         * doc/hu/Makefile.am: Generate Hungarian help file from the
977         manual, just like other languages.
978         * doc/hu/mc.1.in: New file, converted from the help file.
979         * doc/hu/xnc.hlp: Likewise.
980         * configure.in: Adjust for the above.
982         * doc/mc.1.in: Add node names.  Remove redundant paragraph
983         breaks at the start and the end of the sections.  Mention
984         "stalelink" as color keyword.
986 2002-10-14  Pavel Roskin  <proski@gnu.org>
988         * lib/mc.ext.in: Don't use "-dump" option with "links".
989         From David Martin <dmartina@excite.com>
991 2002-10-13  Pavel Roskin  <proski@gnu.org>
993         * lib/mc.hint*: Remove all references to "-1" - hints file is no
994         substitute to unambiguous GUI.
995         From Christian Laubscher <christian.laubscher@tiscalinet.ch>
997 2002-10-12  Pavel Roskin  <proski@gnu.org>
999         * lib/mc.ext.in: Redirect stderr from "links" to suppress a
1000         warning if it's not found.
1002 2002-10-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
1004         * doc/mc.1.in (SMB File System): Username is allowed in
1005         URLs now (/#smb:[user@]machine).
1006         * doc/ru/mc.1.in: Likewise.
1008 2002-10-08  Pavel Roskin  <proski@gnu.org>
1010         * configure.in: Rename RH_VERSION to RPM_VERSION - not every
1011         rpm-based system is Red Hat.  Replace all dashes, not just one.
1013         * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
1014         termcap if terminfo is missing in the known locations.
1015         * configure.in: Remove --with-termcap processing, it is now in
1016         acinclude.m4.
1018 2002-10-02  Pavel Roskin  <proski@gnu.org>
1020         * syntax/syntax.syntax: Fix highlighting for "gray".
1022 2002-10-01  Pavel Roskin  <proski@gnu.org>
1024         * configure.in: Expand $bindir and $datadir to show at the end.
1025         Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
1027 2002-09-29  Pavel Roskin  <proski@gnu.org>
1029         * configure.in: Remove the argument from --with-gpm-mouse.  The
1030         directories for include files and libraries can be specified
1031         using LDFLAGS and CPPFLAGS, as documented in the output of
1032         "configure --help".
1034         * configure.in: Complete rewrite of the screen library support.
1035         Add new option --with-screen instead on --with-slang,
1036         --with-included-slang and --with-ncurses.  Only allow
1037         --with-termcap is using the included S-Lang library.
1038         * aclocal.m4: Corresponding changes.
1040         * syntax/mail.syntax: Replace "wholechars right" and "wholechars
1041         left" with single "wholechars".
1042         * syntax/nroff.syntax: Likewise.
1043         * syntax/sh.syntax: Likewise.
1044         * syntax/tcl.syntax: Likewise.
1046         * syntax/*.syntax: Remove numeric Cooledit colors.  It's
1047         unreasonable to require them to be correct.  On the other hand,
1048         Cooledit can easily be changed to accept named color names.
1050         * syntax/syntax.syntax: Don't require Cooledit colors for
1051         highlighting color names.  Remove Cooledit colors.
1053         * syntax/m4.syntax: Don't use yellow color on parentheses, since
1054         it interferes with parentheses highlighting.  Remove list of
1055         supported Autoconf macros.
1057 2002-09-26  Pavel Roskin  <proski@gnu.org>
1059         * syntax/syntax.syntax: Remove highlighting for numbers - it's
1060         for Cooledit only.
1062         * syntax/c.syntax: Require at least one space at the beginning
1063         of indented cpp directives.  Use brightmagenta for them.
1065         * syntax/syntax.syntax: Don't start keywords with "\[" - it
1066         doesn't work.  Use "\[\]" at the end of keywords to suppress
1067         their special meaning.
1069 2002-09-22  Pavel Roskin  <proski@gnu.org>
1071         * doc/Makefile.am: Remove width from the man2hlp command line.
1072         The same for translations.
1074         * configure.in: Remove support for HSC proxy - it's obsolete.
1075         Remove all references to HSC proxy everywhere.
1077 2002-09-21  Pavel Roskin  <proski@gnu.org>
1079         * configure.in: Bump version to 4.6.0-pre1b.
1081         * doc/hu/mc.hlp.hu: Rename to ...
1082         * doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
1083         * configure.in: Substitute doc/hu/mc.hlp.hu.
1084         * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
1086         * doc/mc.1.in: Update path to the data files.  Rename MC_LIBDIR
1087         to MC_DATADIR.  Make the same changes in the translations.
1089         * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
1090         directory for architecture-independent files.
1092 2002-09-19  Pavel Roskin  <proski@gnu.org>
1094         * syntax/m4.syntax: New file.
1095         * syntax/Syntax: Add m4.syntax.
1096         * syntax/Makefile.am: Likewise.
1097         From Vlad Romanenko <VladRomanenko@ukr.net>
1099         * syntax/sql.syntax: Only recognize non-standard MySQL comments
1100         at the beginning of line.
1102 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
1104         * syntax/syntax.syntax: Add "linestart" for "context",
1105         "context default" and "context exclusive" keywords.
1106         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
1107         and "%5.5s" formats.
1109 2002-09-18  Pavel Roskin  <proski@gnu.org>
1111         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
1112         rules for syntax files ...
1113         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
1114         and "include" keywords.
1115         * syntax/Makefile.am: Add syntax.syntax.
1117 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
1119         * syntax/js.syntax: Advanced number highlighting.
1121 2002-09-17  Pavel Roskin  <proski@gnu.org>
1123         * syntax/c.syntax: Highlight "?" by the same color as ":".
1124         * syntax/java.syntax: Likewise.
1125         * syntax/swig.syntax: Likewise.
1126         * syntax/python.syntax: Remove duplicate keyword ":".
1128         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
1129         m4 directory is used by aclocal.
1130         * m4/Makefile.am: New file.
1131         * configure.in: Substitute m4/Makefile.
1132         * autogen.sh: Don't copy any macro files, use m4 directory.
1134         * syntax/Makefile.am: Add js.syntax.
1136         * configure.in: Add support for glib 2.x.  Right now, it has to
1137         be explicitly enabled by `--with-glib2'.
1138         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
1140 2002-09-16  Pavel Roskin  <proski@gnu.org>
1142         * syntax/js.syntax: New file.
1143         * syntax/Syntax: Add js.syntax.
1144         From Vlad Romanenko <VladRomanenko@ukr.net>
1146 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
1148         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
1149         of local xnc.hlp
1150         * doc/pl/xnc.hlp: Removed.
1152 2002-09-13  Pavel Roskin  <proski@gnu.org>
1154         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
1155         Remove "potfiles" command.
1156         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
1157         compatibility with gettext 0.10.x.
1159         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
1160         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
1162         * po/Makevars: New file for compatibility with gettext 0.11.x.
1164         * configure.in: Remove "Debugger code" message.
1166         * acinclude.m4: Replace undelfs_o with use_undelfs.
1167         * configure.in: Likewise.  Don't substitute it.
1169         * configure.in: Simplify processing of without-edit.  Replace
1170         several variables with use_edit.
1171         * acinclude.m4: Remove AC_WITH_EDIT.
1173         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
1174         use_smbfs.
1175         * configure.in: Likewise.
1176         * INSTALL: Document --with-samba.
1178         * configure.in: Roll --enable-mcserv-install into ...
1179         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
1180         * INSTALL: Document --with-mcfs.
1182 2002-09-12  Pavel Roskin  <proski@gnu.org>
1184         * configure.in: Don't check if crypt() prototype is needed to
1185         avoid warnings - the whole code is not worth avoiding one
1186         legitimate warning.
1187         * acinclude.m4: Remove AC_TRY_WARNINGS.
1189         * configure.in: ALL_LINGUAS should be defined unconditionally.
1191         * acinclude.m4: Clarify some help texts, add defaults in square
1192         brackets, use more consistent spacing.
1193         * configure.in: Likewise.
1195         * lib/mc.menu: Don't call tarballs "releases".  Don't
1196         dereference symlinks.
1198 2002-09-10  Pavel Roskin  <proski@gnu.org>
1200         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
1202 2002-09-07  Pavel Roskin  <proski@gnu.org>
1204         * configure.in: Eliminate --with-terminfo option, which was
1205         essentially equivalent to --with-included-slang and didn't force
1206         anything.
1207         * acinclude.m4 (AC_USE_TERMINFO): Remove.
1208         * INSTALL: Adjust to match.
1209         * FAQ: Likewise.
1211 2002-09-05  Pavel Roskin  <proski@gnu.org>
1213         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
1214         NETFILES - it's unused.
1216         * configure.in: Check for arpa/inet.h.
1218         * mcfn_install: Remove.  Also remove all references to it.
1219         * INSTALL.FAST: Update information about ncurses.
1220         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
1222         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
1223         LIBS.
1224         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
1225         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
1226         test for ncurses in non-standard directories.
1228 2002-09-04  Pavel Roskin  <proski@gnu.org>
1230         * lib/mc.ext.in: Remove edit rules for compressed files that
1231         were compressing even unchanged files - the editor itself can
1232         handle compression better.
1234 2002-09-03  Pavel Roskin  <proski@gnu.org>
1236         * acinclude.m4: Remove Termnet support, it's too old and obscure
1237         to be supported properly.
1239 2002-08-27  Pavel Roskin  <proski@gnu.org>
1241         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
1242         OpenOffice.org, not StarOffice.  Add more video formats.
1244         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
1245         unnecessary pipeline.  Redirect stderr from cpio, because it can
1246         be non-empty even for successful operations.
1248 2002-08-26  Pavel Roskin  <proski@gnu.org>
1250         * syntax/spec.syntax: New file.
1251         * syntax/Syntax: Add spec.syntax.
1252         * syntax/Makefile.am: Likewise.
1253         From PLD Linux Distribution with minor changes.
1255 2002-08-25  Pavel Roskin  <proski@gnu.org>
1257         * lib/mcserv.init: Update from Red Hat package.
1258         * lib/mcserv.pamd: Likewise.
1260         * configure.in: Fix interpretation of the iconv test result.
1261         Reported by Pavel Shirshov <me@pavelsh.pp.ru>
1263         * mc.sh.in: Only bash needs the mc() function to be exported.
1265         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
1266         instead of /usr where appropriate.
1267         * doc/Makefile.am: Enable generation of the help file.
1269         * doc/pl/*: Add Polish translation.
1270         * doc/Makefile.am: Adjust for the above.
1271         * configure.in: Likewise.
1273 2002-08-24  Pavel Roskin  <proski@gnu.org>
1275         * lib/edit.indent.rc: Use tidy to format HTML.
1276         From David Martin <dmartina@excite.com>
1278         * lib/cedit.menu: Remove all references to the error file.
1279         * lib/edit.indent.rc: Likewise.
1280         * lib/edit.spell.rc: Likewise.
1282 2002-08-23  Pavel Roskin  <proski@gnu.org>
1284         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
1285         use only for the programs that need it (mc and mcserv).
1287         * configure.in: Fix help text for gpm and ncurses.  Properly
1288         handle --without-ncurses.
1289         Reported by Moritz Barsnick <moritz@barsnick.net>
1291         * configure.in: Work around a bug in Autoconf-2.53 that prevents
1292         splitting of user-specified path in AC_PATH_PROGS.
1294         * configure.in: Move glib test earlier, as it tends to fail for
1295         many users.  Make GLIB_CONFIG a precious variable.  Check for
1296         glib12-config - that's how it's called on FreeBSD.
1297         Reported by Pavel Shirshov <me@pavelsh.pp.ru>
1299 2002-08-22  Pavel Roskin  <proski@gnu.org>
1301         * configure.in: Remove old-style Linux-only support for shadow
1302         passwords.
1304 2002-08-21  Pavel Roskin  <proski@gnu.org>
1306         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
1307         now, otherwise Automake 1.5 breaks.  Remove version number from
1308         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
1309         Substitute RH_VERSION, which is VERSION without dashes, needed
1310         for RedHat specfile.
1312         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
1313         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
1314         two places.
1316         Release mc-4.6.0-pre1.
1318         * configure.in: Bump version to 4.6.0-pre1.
1319         * po/*.po: Regenerate.
1321 2002-08-20  David Martin  <dmartina@excite.com>
1323         * doc/es/mc.1.in: Minor changes.
1324         * doc/es/xnc.hlp: Likewise.
1326 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1328         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
1329         %{_mandir}/*/man1/*.
1331 2002-08-20  Pavel Roskin  <proski@gnu.org>
1333         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
1335 2002-08-19  Pavel Roskin  <proski@gnu.org>
1337         * configure.in: Add Italian documentation.
1338         * doc/Makefile.am: Likewise.
1340         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
1342         * configure.in: Enable subshell support on all operating systems
1343         by default.  Old issues are most likely solved by now.
1345 2002-08-18  Pavel Roskin  <proski@gnu.org>
1347         * lib/mc.ext.in: Try links before lynx.  Force full path when
1348         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
1349         is already broken if the program starts in background.  Add a
1350         comment discouraging taking this code as example.
1352         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
1353         obsolete.
1354         * doc/es/mc.1.in: Likewise.
1355         * doc/ru/mc.1.in: Likewise.
1356         * doc/hu/mc.hlp.hu: Likewise.
1358         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
1359         was unsafe by design and is no longer supported.  Use %t instead
1360         of %u to preserve tags in case of failure.
1362         * vfs/extfs/ftplist.in: Remove support for running commands, it
1363         makes no sense.
1365 2002-08-16  Pavel Roskin  <proski@gnu.org>
1367         * lib/mc.global: Remove, it duplicates the role of mc.lib.
1368         * lib/mc.lib: Add contents of mc.global.
1369         * lib/Makefile.am: Remove all references to mc.global.
1371         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
1372         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
1374 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
1376         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
1377         set, umask and unset like other builtin commands.
1379 2002-08-15  Pavel Roskin  <proski@gnu.org>
1381         * configure.in: Remove check for SIGTSTP, it's not needed for
1382         the subshell support.
1384         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
1385         done at runtime.
1386         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
1388 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
1390         * doc/ru/mc.1.in: Remove reference to README.edit.
1391         * doc/mc.1.in: Likewise.
1392         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
1393         everywhere.
1395 2002-08-14  Pavel Roskin  <proski@gnu.org>
1397         * doc/mc.1.in: Consistently use "native" ftp syntax.
1398         * doc/ru/mc.1.in: Likewise.
1399         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
1400         * doc/es/xnc.hlp: Likewise.
1402         * lib/mc.hlp.hu: Move ...
1403         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
1405 2002-08-09  Pavel Roskin  <proski@gnu.org>
1407         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
1408         and entries that are obsolete or make no sense.
1410         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
1411         "How to use help".
1413         * doc/Makefile.am: Don't distribute help file.  Generate it in
1414         the build directory.
1415         * doc/es/Makefile.am: Likewise.
1416         * doc/ru/Makefile.am: Likewise.
1418         * lib/xnc.hlp: Move ...
1419         * doc/xnc.hlp: ... here.
1420         * doc/Makefile.am: Necessary adjustments.
1421         * lib/Makefile.am: Likewise.
1422         * src/Makefile.am: Likewise.
1424         * configure.in: Add Spanish documentation.
1425         * doc/Makefile.am: Likewise.
1426         * doc/es: Spanish documentation.
1427         From David Martin <dmartina@excite.com>
1429 2002-08-08  Pavel Roskin  <proski@gnu.org>
1431         * lib/mc.lib: Add f11-f20 keys for Konsole.
1433 2002-08-06  Pavel Roskin  <proski@gnu.org>
1435         * syntax/lisp.syntax: New file.
1436         * syntax/Syntax: Add lisp.syntax.
1437         * syntax/Makefile.am: Likewise.
1438         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
1439         changes.
1441 2002-08-04  Pavel Roskin  <proski@gnu.org>
1443         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
1444         subshell if this test fails.
1446 2002-08-03  Pavel Roskin  <proski@gnu.org>
1448         * syntax/mail.syntax: Colors changed to be more readable.
1450         * syntax/html.syntax: Don't require character entities to be
1451         whole, but check their validity.
1453 2002-08-02  Pavel Roskin  <proski@gnu.org>
1455         * configure.in: No longer need to define REGEX_MALLOC.
1457 2002-08-01  Pavel Roskin  <proski@gnu.org>
1459         * configure.in: Remove support for MAD and Electric Fence.
1460         Developers should use modern memory debuggers (e.g. Valgrind).
1461         * INSTALL: Remove references to MAD.
1463 2002-07-31  Pavel Roskin  <proski@gnu.org>
1465         * syntax/html.syntax: Remove recognition for any individual
1466         words - there are too many of them, we cannot keep up.
1468 2002-07-30  Pavel Roskin  <proski@gnu.org>
1470         * doc/ru/Makefile.am: Use man2hlp directly.
1472 2002-07-28  Pavel Roskin  <proski@gnu.org>
1474         * syntax/changelog.syntax: Highlight "*" only after tab.  This
1475         requires fixed syntax highlighting.
1477         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
1478         default. Open *.xls with gnumeric.  Use mplayer for most video
1479         formats.
1481         * syntax/nroff.syntax: Require most keywords to be whole.
1483 2002-07-21  Pavel Roskin  <proski@gnu.org>
1485         * syntax/fortran.syntax: Fix highlighting of "*" at the
1486         beginning of line.  Recognize "     +" as continuation.  Move
1487         all "linestart" keywords earlier to avoid more conflicts.
1489 2002-07-18  Pavel Roskin  <proski@gnu.org>
1491         * syntax/unknown.syntax: Don't highlight anything by default.
1493         * syntax/changelog.syntax: Highlight functions without
1494         filenames.
1495         * syntax/Syntax: Match *ChangeLog*.
1497         * syntax/c.syntax: Reenable highlighting for "/" and preserve
1498         highlighting for "//" comments by using exclusive context.
1499         * syntax/java.syntax: Likewise.
1500         * syntax/swig.syntax: Likewise.
1501         * syntax/slang.syntax: Reenable highlighting for "/".
1502         * syntax/sql.syntax: Enable highlighting for "/" and "-".
1504         * syntax/sql.syntax: New file.
1505         * syntax/Syntax: Add sql.syntax.
1506         * syntax/Makefile.am: Likewise.
1507         From Walery Studennikov <despair@sama.ru> with minor changes.
1509 2002-07-16  Pavel Roskin  <proski@gnu.org>
1511         * lib/mc.ext.in: Remove handling of executables.  They should
1512         be handled internally for "pause after run" to work.
1514         * syntax/Syntax: Associate *.itcl with tcl.syntax.
1515         * syntax/tcl.syntax: Add itcl keywords, other improvements.
1517 2002-07-15  Pavel Roskin  <proski@gnu.org>
1519         * configure.in: Don't check for strcasecmp(), strncasecmp() and
1520         strdup() - test results are not used except in gettext, which
1521         provides its own tests.
1523         * configure.in: When checking for ncurses, check for
1524         has_colors(), not curses_version() - the later is missing in
1525         older version of ncurses.
1527 2002-07-13  Pavel Roskin  <proski@gnu.org>
1529         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
1530         not to LIBS.
1531         * configure.in: Fix breakage in ncurses headers check from the
1532         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
1533         Define REGEX_MALLOC here.
1535         * acinclude.m4 (AC_NCURSES): Remove.
1536         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
1537         AC_CHECK_LIB to check existence of ncurses library.  Eliminate
1538         variables force_ncurses and search_ncurses.
1540 2002-07-10  Pavel Roskin  <proski@gnu.org>
1542         * configure.in: Remove --with-netrc, it is now default and can
1543         be disabled at the runtime.
1545         * syntax/tcl.syntax: New file.
1546         * syntax/Syntax: Add tcl.syntax.
1547         * syntax/Makefile.am: Likewise.
1548         * syntax/java.syntax: Don't treat #define separately from other
1549         preprocessor directives.
1550         * syntax/slang.syntax: Likewise.
1551         * syntax/swig.syntax: Likewise.
1553 2002-07-09  Pavel Roskin  <proski@gnu.org>
1555         * syntax/c.syntax: Don't treat #define separately from other
1556         preprocessor directives.
1558 2002-07-08  Pavel Roskin  <proski@gnu.org>
1560         * syntax/perl.syntax: Highlight text after __END__ as a comment.
1561         * syntax/po.syntax: Avoid gray color, which is hard to see.
1563 2002-07-05  Pavel Roskin  <proski@gnu.org>
1565         * syntax/dos.syntax: Add more commands.
1567 2002-07-04  Pavel Roskin  <proski@gnu.org>
1569         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
1570         sort authors.
1572 2002-06-24  Pavel Roskin  <proski@gnu.org>
1574         * syntax/dos.syntax: New file - highlighting for DOS batch
1575         files.  From Petr Kozelka <pkozelka@centrum.cz>
1576         * syntax/Syntax: Add dos.syntax.
1577         * syntax/Makefile.am: Likewise.
1579 2002-06-04  Max Schedriviy  <max@humgat.org>
1581         * syntax/php.syntax: New version.
1583 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
1585         * NEWS: Mention ftpfs/fish uploading changes and new configure
1586         options --with-codepagedir=DIR, --with-configdir=DIR and
1587         --without-mcfs.
1589 2002-05-22  Pavel Roskin  <proski@gnu.org>
1591         * doc/ru/Makefile.am: Fix out-of-tree build.
1593 2002-05-14  Pavel Roskin  <proski@gnu.org>
1595         * configure.in: Fix logic for gettext 0.10.x.
1597 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
1599         * configure.in: Don't generate po/Makefile if
1600         there is 'top_builddir' in po/Makefile.in.
1601         * autogen.sh: More fixes for gettext 0.11+.
1603 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
1605         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
1607 2002-04-21  Pavel Roskin  <proski@gnu.org>
1609         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
1610         can play them.
1612 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
1614         * autogen.sh: Fix for gettext 0.11 family (and newer).
1616 2002-04-08  Pavel Roskin  <proski@gnu.org>
1618         * autogen.sh: Allow gettext newer than 0.10.39.
1619         From Björn Eriksson <bjorn@bjornen.nu>
1621 2002-04-03  Pavel Roskin  <proski@gnu.org>
1623         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
1624         by "make clean" because not everyone has Perl to rebuild it.
1626 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
1628         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
1629         first line regular expression.
1631 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
1633         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
1634         or newer is not used.
1635         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
1637         * src/Makefile.am: Move mc.hlp.ru processing ...
1638         * doc/ru/Makefile.am: ... here.
1640 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
1642         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
1643         * syntax/c.syntax: Highlight "%p" printf format.
1644         Allow '*' as width and precision for strings and numbers.
1646         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
1647         * doc/ru/mc.1.in: Likewise.
1649 2002-03-18  Pavel Roskin  <proski@gnu.org>
1651         * doc/ru/Makefile.am: Distribute xnc.hlp.
1653 2002-03-12  Pavel Roskin  <proski@gnu.org>
1655         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
1657 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
1659         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
1660         * doc/ru/Makefile.am: New file.
1662 2002-03-08  Pavel Roskin  <proski@gnu.org>
1664         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
1666 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
1668         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
1670 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
1672         * doc/mc.1.in: Use nodename `Background jobs' for section
1673         `Background Jobs' to reflect user visible Command menu option
1674         and src/cmd.c dialog implementation.
1676         * doc/ru: New directory for Russian manuals.
1677         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
1678         translated by Victor A. Kostromin for mc 4.5.30.  Converted
1679         from binary mc.hlp.ru, corrected and actualized by me.
1680         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
1681         * doc/ru/.cvsignore: Ignore mc.1.
1683 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
1685         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
1686         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
1687         mc.lib settings.
1689         (Virtual File System): Document SMB File System.
1691 2002-02-26  Pavel Roskin  <proski@gnu.org>
1693         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
1694         message "no symbol found" for unsupported architectures and
1695         provide more useful information.
1697 2002-02-22  Pavel Roskin  <proski@gnu.org>
1699         * README.smbfs: Remove.  It contained no useful information
1700         and the webpage is now dead.
1701         * Makefile.am: Remove README.smbfs.
1703         * README: Mention that glib 1.2.x is required.
1705 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
1707         * lib/edit.indent.rc: Use "#! /bin/sh"
1708         * lib/edit.spell.rc: Likewise.
1709         * lib/mcserv.init: Likewise.
1711         * lib/cedit.menu: Eliminate bashisms.
1712         Add missed `:' in AUTHOR evaluation.
1713         Unset LANGUAGE and make LC_ALL empty.
1714         Use "#! /path/to/program".
1716 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
1718         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
1719         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
1720         Fix tarfs URL syntax example.  Minor typo and format fixes.
1722 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
1724         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
1725         Fix location of configuration files.
1727 2002-02-05  Pavel Roskin  <proski@gnu.org>
1729         * configure.in: Don't use defunct ncurses_version.
1730         Reported by Thomas Dickey <dickey@herndon4.his.com>
1731         Set force_ncurses whenever --with-ncurses is used.  If set,
1732         suppress checks for S-Lang and fail is ncurses is not found.
1734         * configure.in: Introduce a new variable screen_type that is
1735         either "slang" or "ncurses" without additional text.  Use it
1736         instead of screen_manager whenever possible.  Fix text in
1737         AC_NCURSES call, use m4 quotes and move shell quotes into the
1738         macro.
1739         * acinclude.m4: Likewise.
1741 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
1743         * syntax/Syntax: Known Delphi/Kylix source file extensions
1744         supported (*.dpr, *.inc).
1745         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
1746         Special highlighting for CVS keywords.  Understands single-line
1747         comments (//).
1749 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
1751         * configure.in (ALL_LINGUAS): Added "bg"
1753 2002-01-21  Pavel Roskin  <proski@gnu.org>
1755         * NEWS: Mention word completion in the editor.
1757 2002-01-17  Pavel Roskin  <proski@gnu.org>
1759         * extraconf.h: Remove OS/2 specific code.
1761         * doc/mc.1.in (Configuration): Clarify some entries.
1763 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
1765         * acinclude.m4: New options for smbfs:
1766         --with-configdir=DIR    Where the Samba configuration files are (/etc)
1767         --with-codepagedir=DIR  Where the Samba codepage files are
1769 2002-01-11  Pavel Roskin  <proski@gnu.org>
1771         * syntax/xml.syntax: New file - highlighting for XML.
1772         From Petr Kozelka <pkozelka@centrum.cz>
1773         * syntax/Syntax: Add xml.syntax.
1774         * syntax/Makefile.am: Likewise.
1776 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
1778         * configure.in: Added "eu" to ALL_LINGUAS.
1780 2002-01-03  Pavel Roskin  <proski@gnu.org>
1782         * lib/mc.menu: Correct quoting.
1783         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
1785         * NEWS: Mention removal of the OS/2 port.
1786         * README.PC: Remove OS/2 specific parts.
1788 2002-01-02  Pavel Roskin  <proski@gnu.org>
1790         * configure.in: Make help about --with-subshell easier to
1791         understand.  Minor alignment fixes for the help.
1792         * acinclude.m4: Minor alignment fixes for the help.
1794 2001-12-31  Pavel Roskin  <proski@gnu.org>
1796         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
1797         from vfs/Make-mc.in.
1799 2001-12-27  Duarte Loreto  <happyguy_pt@hotmail.com>
1801         * configure.in: Added Portuguese to ALL_LINGUAS
1803 2001-12-21  Pavel Roskin  <proski@gnu.org>
1805         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
1806         Don't remove slang/slang.h - it's never created.
1808         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
1809         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
1810         unused.
1812 2001-12-01  Wang Jian  <lark@linux.net.cn>
1814         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
1816 2001-11-29  Pavel Roskin  <proski@gnu.org>
1818         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
1820 2001-11-27  Pavel Roskin  <proski@gnu.org>
1822         * lib/mc.ext.in: When running X programs in background, do it
1823         from subshell.  Otherwise some of them terminate when mc exits.
1824         Reported by Christian Dysthe <christian@dysthe.net>
1825         Remove some obsolete and gmc-specific entries.  Use StarOffice
1826         to open files detected as "Microsoft Office Document".
1828         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
1829         XFree86 4.1.0.
1831 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
1833         * doc/mcedit.1.in: Fix help file location.
1835 2001-11-14  Pavel Roskin  <proski@gnu.org>
1837         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
1838         fallback to ino_t for e2fsprogs version 1.19 and older.
1840 2001-10-30  Pavel Roskin  <proski@gnu.org>
1842         * lib/mc.ext.in: Add support for Netpbm files.
1844 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
1846         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
1847         http://bugzilla.gnome.org/show_bug.cgi?id=60935
1848         By drk@sgi.com.
1850         * doc/mc.1.in: Document %p macro.
1852 2001-10-24  Pavel Roskin  <proski@gnu.org>
1854         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
1855         Allow using --without-mmap.
1856         * INSTALL: Document --without-mmap.
1858 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
1860         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
1861         of languages to be installed by setting env variable before
1862         configure. If it is empty, it defaults to full list.
1863         By Alex Tkachenko <alex@bcs.zp.ua>.
1865 2001-10-19  Pavel Roskin  <proski@gnu.org>
1867         * syntax/sh.syntax: Highlight reserved words inside backticks.
1868         Use the same wholechars settings for reserved words and
1869         commands.  Recognize more words.  Recognize function definitions
1870         without "function" or without "()".  Use brightmagenta instead
1871         of brightblue.
1873 2001-10-18  Pavel Roskin  <proski@gnu.org>
1875         * configure.in: When checking for "nroff -mandoc" support, don't
1876         use /dev/null as input file, use stdin.  Some versions of nroff
1877         (e.g. groff-1.16.1) don't accept special files.
1879 2001-10-14  Pavel Roskin  <proski@gnu.org>
1881         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
1882         Makefile.  Don't allow any suffixes after "Makefile".
1884 2001-10-12  Pavel Roskin  <proski@gnu.org>
1886         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
1887         format).
1889 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
1891         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
1892         Fix compress<->bzip2 conversion and conversion of tagged
1893         archives.
1895 2001-10-05  Pavel Roskin  <proski@gnu.org>
1897         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
1898         Suggested by Marcel Pol <mpol@gmx.net>
1900         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
1901         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
1902         and *.mid files.
1904 2001-09-30  Pavel Roskin  <proski@gnu.org>
1906         * configure.in: Don't check whether grep supports stdin - it's
1907         not used anymore.
1908         * NEWS: Mention this change.
1910 2001-09-19  Pavel Roskin  <proski@gnu.org>
1912         * doc/mcedit.1.in: Fix a very long line - use double
1913         backslashes since they are interpreted even in the .nf blocks.
1915         * lib/edit.spell.rc: Try aspell before resorting to ispell.
1917         * syntax/php.syntax: Replace with a better implementation by
1918         Max Schedriviy <max@tavrida.net>
1920 2001-09-15  Pavel Roskin  <proski@gnu.org>
1922         * doc/mc.1.in: Fix location of mcedit files.
1923         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
1925 2001-09-14  Pavel Roskin  <proski@gnu.org>
1927         * configure.in: Don't check for ncurses version and for keyok()
1928         because the mouse support code doesn't need this hack anymore.
1930 2001-09-13  Pavel Roskin  <proski@gnu.org>
1932         * configure.in: Fix some cases of overquoting and underquoting.
1933         * acinclude.m4: Likewise.
1935 2001-09-12  Pavel Roskin  <proski@gnu.org>
1937         * configure.in: Update list of browsers.  Don't fallback to
1938         lynx since it cannot be run in background.
1939         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
1940         If no browser for X11 was found, use lynx.
1942         * autogen.sh: Add a workaround to ensure that "depcomp" is
1943         distributed.
1944         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
1945         where appropriate.
1946         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
1947         terminfo.
1949         * configure.in: Use three-argument form of AC_INIT.  Use
1950         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
1951         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
1952         is not needed if AC_CONFIG_AUX_DIR is used.
1953         * vfs/Make-mc.in: Adjust mkinstalldirs location.
1954         * autogen.sh: Create "config" and remove "autom4te.cache".
1956 2001-09-11  Pavel Roskin  <proski@gnu.org>
1958         * syntax/Syntax: New file, extracted from edit/syntax.c.
1959         * syntax/Makefile.am: Add Syntax.
1961         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
1962         to LIBS.  Don't use unportable "grep -q", use "case" instead.
1964 2001-09-10  Pavel Roskin  <proski@gnu.org>
1966         * configure.in: Only check for X if --with-tm-x-support has been
1967         specified.
1969         * configure.in: Add check for sys/ioctl.h.
1971         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
1973         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
1974         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
1975         testing for functions in ncurses.
1977         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
1978         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
1979         * acconfig.h: Remove.
1981         * configure.in: Eliminate LIBSLANG and LSLANG.
1982         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
1984         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
1985         resizeterm() and keyok() only if configuring with ncurses.
1987         * configure.in: Remove now unused variables LIBVFS and LVFS.
1989         * configure.in: Remove unused variables LINTL and INTLDEPS.
1991         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
1992         building with included gettext, because libintl.h is copied
1993         there.
1995 2001-09-09  Pavel Roskin  <proski@gnu.org>
1997         * NEWS: Update.
1999         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
2000         checks -lgen for getmntent as of Autoconf 2.52.
2002 2001-09-07  Pavel Roskin  <proski@gnu.org>
2004         * configure.in: Check for pwd.h.
2006         * Make.common.in: Remove.
2007         * configure.in: Remove all references to Make.common.in and
2008         MCCPPFLAGS.
2009         * aclocal.m4: Likewise.
2011         * configure.in: Require Autoconf 2.52.  Remove hacks for
2012         Autoconf 2.13.
2013         * Makefile.am: Require Automake 1.5.
2015 2001-09-06  Pavel Roskin  <proski@gnu.org>
2017         * syntax/php.syntax: New file - PHP file highlighting.  Copied
2018         from Cooledit 3.17.4.
2019         * syntax/Makefile.am: Add php.syntax.
2021 2001-09-06  Timur Bakeyev  <mc@bat.ru>
2023         * acconfig.h: Brought back couple of symbols, that are still necessary
2024         due reference to them from configure.in.
2026 2001-09-04  Pavel Roskin  <proski@gnu.org>
2028         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
2029         strictness for dates.
2031         * doc/mc.1.in: Fix troff warnings.
2032         * doc/mcedit.1.in: Likewise.
2034 2001-09-03  Pavel Roskin  <proski@gnu.org>
2036         * doc/mc.1.in: Spellcheck.
2037         * doc/mcedit.1.in: Likewise.
2038         * doc/mcserv.8.in: Likewise.
2040         * doc/mc.1.in (Learn Keys): Complete rewrite.
2042 2001-09-02  Pavel Roskin  <proski@gnu.org>
2044         * acconfig.h: Remove all unused symbols.
2046         * lib/ncurses.h: Remove.
2047         * lib/Makefile.am: Remove ncurses.h.
2049 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
2051         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
2053 2001-08-28  Pavel Roskin  <proski@gnu.org>
2055         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
2056         like EOF.
2058 2001-08-26  Pavel Roskin  <proski@gnu.org>
2060         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
2061         CONS_SAVER.  Put all conditionals together.
2063         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
2064         Automake 1.5.
2066         * configure.in: Remove XCURSES variable - it's unused.
2068         * configure.in: New conditional USE_EDIT.
2070         * syntax/changelog.syntax: Don't require '@' to be in the
2071         address.  This also works around a bug in the syntax engine
2072         that prevented highlighting of addresses.
2074 2001-08-25  Pavel Roskin  <proski@gnu.org>
2076         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
2078 2001-08-24  Pavel Roskin  <proski@gnu.org>
2080         * extraconf.h: Remove all references to HAVE_X.
2081         * acinclude.m4: s/GNOME_/MC_/
2082         * configure.in: Likewise.  Remove or clarify all references to
2083         the "text edition".  Minor fixes.
2085         * configure.in: Remove support for curses libraries other than
2086         ncurses.
2087         * acinclude.m4: Likewise.
2088         * FAQ: Remove everything about UNIX curses.
2089         * INSTALL: Likewise.
2091         * configure.in: Enable large file support by default.
2092         * NEWS: Mention it.
2093         * INSTALL: Document it.  Minor fixes.
2095         * FAQ: Remove information about GNOME edition.  Minor fixes.
2096         * README: Likewise.
2097         * NEWS: Mention removing the GNOME edition.
2099         * acinclude.m4: Include all used macros from the macros
2100         directory.
2101         * autogen.sh: Remove all references to "macros".
2102         * Makefile.am: Likewise.
2104         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
2105         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
2107         * lib/startup.links: Remove.
2108         * lib/README.desktop: Likewise.
2109         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
2111         * configure.in: Bump version to 4.5.99a.
2113         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
2114         * po/*.po: Regenerate.
2116         * AUTHORS: Update and spell check.
2117         * FAQ: Likewise.
2118         * INSTALL: Likewise.
2119         * INSTALL.FAST: Likewise.
2120         * NEWS: Likewise.
2121         * README.PC: Likewise.
2122         * README.QNX: Likewise.
2124         * configure.in: Add check for stropts.h.
2126 2001-08-23  Pavel Roskin  <proski@gnu.org>
2128         * lib/edit.indent.rc: Create cooledit.error right away to
2129         override its old contents.  Don't use ksh extensions.  Treat *.C
2130         files as C++.  Recognize more C++ extensions.  Support java.
2131         Update URL for "astyle".  Quote all arguments to protect spaces.
2132         * lib/edit.spell.rc: Don't save terminal settings - mc does it
2133         itself.  Quote all arguments to protect spaces.
2135 2001-08-21  Pavel Roskin  <proski@gnu.org>
2137         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
2138         files if GNOME frontend is disabled.
2139         * idl/Makefile.am: Likewise.
2140         * lib/Makefile.am: Likewise.
2141         * new_icons/Makefile.am: Likewise.
2143         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
2144         case it already has gettext macros elsewhere and doesn't like
2145         duplicates (i.e. it's aclocal from Automake-1.4).
2147 2001-08-20  Pavel Roskin  <proski@gnu.org>
2149         * AUTHORS: Updated.
2150         * INSTALL: Likewise.
2151         * NEWS: Likewise.
2152         * doc/mc.1.in: Likewise.
2153         * doc/mcserv.8.in: Likewise.
2155         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
2156         for sys/mount.h.
2158 2001-08-19  Andras Timar  <timar@gnome.hu>
2160         * lib/Makefile.am: Added Hungarian hints
2161         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
2163 2001-08-19  Pavel Roskin  <proski@gnu.org>
2165         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
2167 2001-08-17  Pavel Roskin  <proski@gnu.org>
2169         * syntax/po.syntax: New file - PO file highlighting.
2170         From David Martin <dmartina@excite.es>
2171         * syntax/Makefile.am: Add po.syntax.
2173         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
2174         it's sometimes missing from the databases.
2176 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
2178         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
2179         * lib/Makefile.am: Reflect above change.
2181 2001-08-15  Pavel Roskin  <proski@gnu.org>
2183         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
2185 2001-08-14  Pavel Roskin  <proski@gnu.org>
2187         * lib/mc.lib: Add popular sequences for "home" and "end" in
2188         "xterm" and "xterm-color" terminals.
2190 2001-08-13  Pavel Roskin  <proski@gnu.org>
2192         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
2194         Replace "Can't" with "Cannot" everywhere.
2196 2001-08-12  Pavel Roskin  <proski@gnu.org>
2198         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
2199         subshell, not for "Open file...".
2200         (emacs_key_map): Likewise.
2202         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
2204 2001-08-10  Pavel Roskin  <proski@gnu.org>
2206         * Makefile.am (EXTRA_DIST): Remove BUGS.
2207         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
2209         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
2211         * doc/LSM: Remove, it's outdated.
2212         * doc/FILES: Likewise.
2213         * doc/DEVEL: Remove information about FILES.
2215         * FAQ: Eliminate all broken URLs on the MC site.
2216         From Frederic L. W. Meunier <0@pervalidus.net>
2218         * FAQ: Restore information about xterm.
2220 2001-08-08  Pavel Roskin  <proski@gnu.org>
2222         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
2224 2001-08-07  Pavel Roskin  <proski@gnu.org>
2226         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
2228         * doc/mc.1.in: Fix all broken links.
2230 2001-08-06  Pavel Roskin  <proski@gnu.org>
2232         * INSTALL: Numerous changes.  Declare old curses obsolete.
2233         Partly from Frederic L. W. Meunier <0@pervalidus.net>
2235         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
2237 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
2239         * lib/Makefile.am: Remove space after backslash introduced in the
2240         previous commit.
2242         * lib/mc.hint.zh_TW.Big5: New file.
2243         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
2245 2001-08-02  Pavel Roskin  <proski@gnu.org>
2247         * lib/mc.hint.uk: New file.
2248         From Maksym Polyakov <polyama@yahoo.com>
2249         * lib/Makefile.am: Add mc.hint.uk.
2251 2001-08-01  Pavel Roskin  <proski@gnu.org>
2253         * lib/mc.hint.nl: New file.
2254         From Steef Boerrigter <sxmboer@sci.kun.nl>
2255         * lib/Makefile.am: Add mc.hint.nl.
2256         * lib/mc.hint: Remove ftp site.  Update copyright.
2257         * lib/mc.hint.cs: Likewise.
2258         * lib/mc.hint.es: Likewise.
2259         * lib/mc.hint.it: Likewise.
2260         * lib/mc.hint.pl: Likewise.
2261         * lib/mc.hint.ru: Likewise.  Shorten some lines.
2263         * edit/Makefile.in: Allow running "make install" before "make all".
2264         * gtkedit/Makefile.in: Likewise.
2266 2001-07-31  Pavel Roskin  <proski@gnu.org>
2268         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
2269         editor.
2270         * lib/Makefile.am: Add lib/edit.spell.rc.
2272         * autogen.sh: Use gettextize.
2273         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
2274         * po/Makefile.in.in: Likewise.
2276 2001-07-29  Pavel Roskin  <proski@gnu.org>
2278         * syntax/slang.syntax: New file.
2279         From Walery Studennikov <despair@sama.ru>
2280         * syntax/Makefile.am: Add slang.syntax.
2282 2001-07-27  Pavel Roskin  <proski@gnu.org>
2284         * extraconf.h: Move WITH_BACKGROUND here.
2286 2001-07-24  Pavel Roskin  <proski@gnu.org>
2288         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
2290 2001-07-23  Pavel Roskin  <proski@gnu.org>
2292         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
2294 2001-07-20  Pavel Roskin  <proski@gnu.org>
2296         * Make.common.in: Move all defines ...
2297         * gnome/Makefile.in: ... here ...
2298         * src/Makefile.in: ... and here.
2300 2001-07-19  Pavel Roskin  <proski@gnu.org>
2302         * configure.in: Don't check for getwd, it's completely
2303         eliminated.
2304         * INSTALL: Remove reference to HAVE_GETWD.
2306         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
2307         entries for compressed cpio archives.
2309         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
2310         they were only used in obsolete frontends.  Don't ever use %view
2311         without commands - it's slower and loses user settings, e.g.
2312         hex mode.  Put shared libraries before man pages and read.me
2313         before .me macros so that they match correctly.  Use nm for
2314         shared libraries.  Add rules for StarOffice and AbiWord.
2316 2001-07-14  Pavel Roskin  <proski@gnu.org>
2318         * configure.in: Bump version to 4.5.54a.
2320 2001-07-13  Pavel Roskin  <proski@gnu.org>
2322         * lib/mcserv.init: Fix exit status.
2323         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
2325         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
2326         "executable", which should follow a space. Simplify rules for
2327         images. Add shell/ rule for *.info files. Fix all incorrect
2328         uses of the alternation operator.
2329         Reported by Oskar Liljeblad and Michel Casabona.
2331 2001-07-12  Pavel Roskin  <proski@gnu.org>
2333         * configure.in: Don't check for iconv, it's already checked for
2334         in AM_GNU_GETTEXT.
2336 2001-07-10  Pavel Roskin  <proski@gnu.org>
2338         * doc/mc.1.in: Update documentation about hex search.
2340         * edit/edit_key_translator.c (cooledit_key_map): Bind
2341         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
2342         From Steef Boerrigter <sxmboer@sci.kun.nl>
2344         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
2345         * edit/edit_key_translator.c (cooledit_key_map): Add support
2346         for bracket matching on Alt-B.
2347         * gtkedit/gtkeditkey.c: Likewise.
2348         From Steef Boerrigter <sxmboer@sci.kun.nl>
2350 2001-07-06  Pavel Roskin  <proski@gnu.org>
2352         * lib/mc.ext.in: Use nm to view object files.
2354         * Make.common.in: Remove GNOME-specific and unused definitions.
2355         Partly moved to gnome/Makefile.in.
2357         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
2358         they are usused.
2359         * Make.common.in: Likewise.
2361 2001-06-29  Pavel Roskin  <proski@gnu.org>
2363         * ABOUT-NLS: Update to the version from gettext-0.10.38.
2365         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
2366         now done in configure. Move -I.. to the beginning.
2367         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
2368         libintl.a may be required to link mc.
2369         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
2370         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
2371         Move all i18n code to one place. Don't substitute INTLSUB - it's
2372         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
2373         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
2375 2001-06-25  Pavel Roskin  <proski@gnu.org>
2377         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
2378         It should be enabled explicitly by giving `--enable-largefile'
2379         to configure.
2380         * INSTALL: Document it.
2382 2001-06-22  Pavel Roskin  <proski@gnu.org>
2384         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
2386         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
2387         in struct statfs.
2388         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
2390         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
2391         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
2392         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
2393         found.
2394         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
2396 2001-06-19  Pavel Roskin  <proski@gnu.org>
2398         * configure.in: Check for telldir and seekdir. Join adjacent
2399         calls to AC_CHECK_FUNCS.
2401 2001-06-16  Pavel Roskin  <proski@gnu.org>
2403         * Makefile.am: Change the order of SUBDIRS to fully compile text
2404         edition before compiling anything for GNOME.
2405         * mc.spec.in: Don't use brace expansion to avoid implicit
2406         build-time dependency on bash.
2408 2001-06-13  Pavel Roskin  <proski@gnu.org>
2410         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
2411         the test code.
2412         * configure.in: Fix compiler warnings in the arguments to
2413         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
2414         around `=' in the `test' command.
2416 2001-06-07  Pavel Roskin  <proski@gnu.org>
2418         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
2419         GNOME documentation template.
2420         * doc-gnome/C/mkhtml: Don't generate index.
2421         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
2423 2001-06-06  Pavel Roskin  <proski@gnu.org>
2425         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
2426         conditional variables from EXTRA_DIST.
2428 2001-06-05  Pavel Roskin  <proski@gnu.org>
2430         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
2431         conversion support.
2432         From Walery Studennikov <hqsoftware@mail.ru>.
2434         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
2436 2001-06-01  Pavel Roskin  <proski@gnu.org>
2438         * lib/mc.charsets: Synchronize with the latest patch - remove
2439         a comment.
2441 2001-05-30  Pavel Roskin  <proski@gnu.org>
2443         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
2444         work with GNOME.
2446         * lib/mc.charsets: New file. From Walery Studennikov.
2447         * lib/Makefile.am: Distribute mc.charsets. Install it if
2448         the charset support is enabled.
2450         * configure.in: Add check for iconv() and the necessary code
2451         to support the charset selection patch.
2453         * configure.in: Add check for ESCDELAY variable in ncurses.
2455 2001-05-29  Pavel Roskin  <proski@gnu.org>
2457         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
2458         USE_EXT2FSLIB.
2460         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
2461         * pc/config.h: Likewise.
2463         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
2464         and "strings". Recognize "write" files and MS Word templates.
2465         For MS Excel documents try "xls2csv" and "strings".
2466         Escape spaces in the "type" directives.
2467         From Nerijus Baliunas.
2469         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
2471         * Make.common.in: Remove hpath, it's unused.
2473         * acconfig.h: Move constant parts ...
2474         * extraconf.h: ... here.
2475         [HAVE_X]: Disable subshell, s-lang and curses.
2476         * Makefile.am: Add extraconf.h.
2478 2001-05-28  Pavel Roskin  <proski@gnu.org>
2480         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
2481         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
2482         * configure.in: ... here.
2484 2001-05-27  Pavel Roskin  <proski@gnu.org>
2486         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
2487         * acconfig.h: Likewise.
2488         * src/layout.c: Likewise.
2490         * Make.common.in: Remove all percent rules.
2491         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
2492         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
2493         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
2494         AM_INIT_AUTOMAKE.
2496         * Make.common.in: Remove obsolete dependency tracking system.
2497         * configure.in: Likewise.
2498         * edit/Makefile.in: Likewise.
2499         * gnome/Makefile.in: Likewise.
2500         * gtkedit/Makefile.in: Likewise.
2501         * slang/Makefile.in: Likewise.
2502         * src/Makefile.in: Likewise.
2503         * vfs/Make-mc.in: Likewise.
2504         * src/depend.awk: Remove.
2506 2001-05-26  Pavel Roskin  <proski@gnu.org>
2508         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
2509         * syntax/octave.syntax: New file. From Walery Studennikov.
2510         * syntax/Makefile.am: Add octave.syntax.
2512         * configure.in: Fix incorrect test for stdin support in grep -
2513         it would always fail when configuring in an empty directory.
2514         Portability fixes - unset, backslashed space in here-documents.
2515         Eliminate all instances of "changequote".
2517         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
2518         user choice.
2519         * acconfig.h: Changes for the above.
2520         * INSTALL: Don't document --with-sco - it's now defunct.
2521         * INSTALL.FAST: Likewise.
2523 2001-05-25  Pavel Roskin  <proski@gnu.org>
2525         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
2526         are in the beginning of the "file" output.
2528 2001-05-23  Pavel Roskin  <proski@gnu.org>
2530         * lib/mc.ext.in: Add associations for viewing RPM files.
2532 2001-05-22  Pavel Roskin  <proski@gnu.org>
2534         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
2535         By default exit after the first error in jade.
2537         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
2538         JADEFLAGS environment variables. Report progress. Clean up on
2539         failure.
2541 2001-05-21  Pavel Roskin  <proski@gnu.org>
2543         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
2544         files.
2546         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
2547         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
2549 2001-05-20  Pavel Roskin  <proski@gnu.org>
2551         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
2552         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
2553         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
2554         * doc-gnome/C/figs/Makefile.am: Add support for converting from
2555         PNG to EPS.
2557         * Makefile.am (EXTRA_DIST): Remove create_vcs.
2558         * doc/FILES: Likewise. Typo fix.
2560 2001-05-19  Pavel Roskin  <proski@gnu.org>
2562         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
2563         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
2564         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
2566         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
2567         index entry "Moving files".
2569 2001-05-18  Pavel Roskin  <proski@gnu.org>
2571         * configure.in: Use src/main.c in AC_INIT.
2573         * create_vcs: Remove.
2575         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
2576         Add download location for glib.
2577         * mc.spec.in: Likewise.
2578         * doc/LSM: Likewise.
2579         * doc/mc.1.in: Likewise.
2580         * doc/mcedit.1.in: Likewise.
2581         * src/ext.c: Don't mention download location for MC.
2583         * FAQ: Update status of Tk, XView. and GNOME editions. Update
2584         homepage of gpm.
2586         * INSTALL: Remove information about Tk and XView. Change the
2587         mailing list addresses again.
2588         * FAQ: Change the mailing list addresses again.
2589         * MAINTAINERS: Likewise.
2590         * README: Likewise.
2591         * doc/mc.1.in: Likewise.
2592         * gnome/gmc-window.c: Likewise.
2593         * lib/README.xterm: Likewise.
2594         * lib/mc.ext.in: Likewise.
2595         * lib/mc.hint*: Likewise.
2596         * lib/mc.hlp.hu: Likewise.
2597         * po/*.po: Likewise.
2598         * src/main.c: Likewise.
2600 2001-04-20  Pavel Roskin  <proski@gnu.org>
2602         * FAQ: Change the mailing list addresses and the download
2603         locations.
2604         * INSTALL: Likewise.
2605         * MAINTAINERS: Likewise.
2606         * README: Likewise.
2607         * doc/mc.1.in: Likewise.
2608         * gnome/gmc-window.c: Likewise.
2609         * lib/README.xterm: Likewise.
2610         * lib/mc.ext.in: Likewise.
2611         * lib/mc.hint*: Likewise.
2612         * lib/mc.hlp.hu: Likewise.
2613         * po/*.po: Likewise.
2614         * src/main.c: Likewise.
2616 2001-04-19  Pavel Roskin  <proski@gnu.org>
2618         * configure.in: Don't install mcserv unless
2619         "--enable-mcserv-install" has been specified.
2620         Don't quote the first argument in all calls to AM_CONDITIONAL
2621         to work around a bug in Automake 1.4.
2622         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
2623         * vfs/Make-mc.in: Likewise.
2625 2001-04-13  Pavel Roskin  <proski@gnu.org>
2627         * configure.in: Bump version to 4.5.53a.
2629 2001-04-06  Pavel Roskin  <proski@gnu.org>
2631         * gtkedit/editcmd.c: Remove support for XView layout attributes.
2632         * gtkedit/editoptions.c: Likewise.
2633         * pc/chmod.c: Likewise.
2634         * pc/drive.c: Likewise.
2635         * src/boxes.c: Likewise.
2636         * src/chmod.c: Likewise.
2637         * src/dlg.c: Likewise.
2638         * src/dlg.h: Likewise.
2639         * src/filegui.c: Likewise.
2640         * src/find.c: Likewise.
2641         * src/hotlist.c: Likewise.
2642         * src/layout.c: Likewise.
2643         * src/listmode.c: Likewise.
2644         * src/main.c: Likewise.
2645         * src/option.c: Likewise.
2646         * src/panelize.c: Likewise.
2647         * src/wtools.c: Likewise.
2648         * src/wtools.h: Likewise.
2649         * vfs/smbfs.c: Likewise.
2651         * autogen.sh: Check out "intl" and "macros" directories if they
2652         are missing. Simply "cvs up -d" won't restore them.
2654         * configure.in: Bump version to 4.5.52a.
2656 2001-03-14  Pavel Roskin  <proski@gnu.org>
2658         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
2659         Automake conditional USE_SAMBA_FS if Samba is to be supported
2660         in VFS.
2662 2001-03-07  Pavel Roskin  <proski@gnu.org>
2664         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
2665         defined.
2666         Reported by Norbert Warmuth.
2668         * configure.in: Don't process vfs/extfs/uzip - it's now
2669         constant.
2671         * syntax/changelog.syntax: Require space after asterisk to have
2672         it highlighted.
2674 2001-03-02  Pavel Roskin  <proski@gnu.org>
2676         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
2677         * configure.in: Use AC_PROG_CC_STDC instead.
2679         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
2680         Suggested by Christian Gennerat.
2682         * lib/mc.ext.in: Add support for "freeze" - old compression
2683         program used mostly on QNX.
2684         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
2685         * lib/Makefile.am: Adjusted.
2687 2001-02-26  Pavel Roskin  <proski@gnu.org>
2689         * lib/mc-gnome.ext.in: Remove, it's not used.
2690         * configure.in: Remove lib/mc-gnome.ext.
2691         * lib/Makefile.am: Likewise.
2693 2001-02-20  Pavel Roskin  <proski@gnu.org>
2695         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
2696         defined to prevent warnings on OpenBSD 2.7.
2697         * slang/jdmacros.h: Likewise.
2698         * src/mad.h: Likewise.
2699         * src/poptalloca.h: Likewise.
2701         * configure.in: Check for sys/time.h and sys/timeb.h. Use
2702         AC_HEADER_TIME.
2704 2001-02-07  Pavel Roskin  <proski@gnu.org>
2706         * autogen.sh: Create vfs/samba/include/stamp-h.in.
2707         * vfs/samba/include/stamp-h.in: Remove.
2709         * macros/curses.m4: Quote first argument to AC_DEFUN.
2710         * macros/gnome-cxx-check.m4: Likewise.
2711         * macros/gnome-gettext.m4: Likewise.
2712         * macros/gnome-libgtop-check.m4: Likewise.
2713         * macros/gnome-print-check.m4: Likewise.
2714         * macros/linger.m4: Likewise.
2715         * macros/need-declaration.m4: Likewise.
2717         * configure.in: Only configure in vfs/samba if smbfs support is
2718         enabled even with Autoconf 2.13.
2720 2001-01-30  Pavel Roskin  <proski@gnu.org>
2722         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
2723         --without-samba due to a typo.
2725         * configure.in: Only configure in vfs/samba if smbfs support is
2726         enabled. This optimization will only work with Autoconf-2.49c
2727         and above.
2729 2001-01-13  Pavel Roskin  <proski@gnu.org>
2731         * configure.in: Don't create a faked malloc.h.
2732         * gtkedit/edit.h: Don't assume that malloc.h always exists.
2733         * src/mad.h: Likewise.
2735         * configure.in: Simplified handling of cons.saver.
2736         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
2737         * mc.spec.in: Remove a workaround for the above.
2739         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
2740         for MC. Don't rely on the output of uname - use $host_os.
2742 2001-01-11  Pavel Roskin  <proski@gnu.org>
2744         * configure.in: Check for ext2 libraries only if VFS is enabled.
2746         * src/Makefile.in: Create directories before installing files.
2747         Removed all occurrences of libprefix - it's never defined.
2749         * configure.in: All macros from configure.in moved to
2750         acinclude.m4. Added missing quotes in several places.
2751         * acinclude.m4: Likewise.
2753         * edit/Makefile.in: Don't install or uninstall mcedit -
2754         it cannot be installed before mc on systems without symlinks.
2755         * gtkedit/Makefile.in: Likewise.
2756         * src/Makefile.in: Install mcedit (if enabled) and mcview.
2757         Uninstall them.
2759         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
2760         from acinclude.m4 in gtk+:
2761         Don't define ENABLE_NLS unless we have a working NLS.
2762         (This should keep libintl.h from being included when it doesn't
2763         exist).
2765 2001-01-09  Pavel Roskin  <proski@gnu.org>
2767         * doc-gnome/C/figs/Makefile.am: New file.
2768         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
2769         makefile do it.
2770         * configure: Substitute doc-gnome/C/figs/Makefile.
2772         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
2774 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
2776         * lib/mc.hlp.hu: Added Hungarian help file from
2777           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
2778           maci@integrity.hu, mfh47@freemail.hu
2779         * lib/Makefile.am: Added LOCALIZED_HELP for further
2780           mc.hlp l10ns
2781         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
2782           gtkedit/editcmd.c: I18n of mc.hlp
2784 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
2786         * doc/mc.1.in: Corrected badly formatted link...
2788 2000-11-10  Robert Brady  <robert@suse.co.uk>
2790         * configure.in: Add Tamil to ALL_LINGUAS.
2792 2000-10-23  Pavel Roskin  <proski@gnu.org>
2794         * mc.spec.in: Allow mcserv.8 to be gzipped.
2796         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
2797         that cannot deal with "./gmc.sgml".
2799 2000-10-09  Pavel Roskin  <proski@gnu.org>
2801         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
2802         that CVS Automake will drop dependencies to the macros that
2803         we don't distribute.
2805         * lib/mc.ext.in: Removed references to icons. Source RPMs
2806         grouped to one regex. Removed "Update" for source RPMs, added
2807         "Rebuild" instead. Added "Check signature" for all RPMs.
2808         Added a comment about pop-up menus in the text edition.
2810 2000-10-06  Pavel Roskin  <proski@gnu.org>
2812         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
2813         flags moved out of CFLAGS as recommended by GNU coding
2814         standards.
2815         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
2816         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
2817         XCPPFLAGS.
2818         * INSTALL (Random notes on porting to other architectures):
2819         Completely rewritten. Recommended using CFLAGS instead of XINC.
2821 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2823         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
2825 2000-10-04  Christophe Merlet  <christophe@merlet.net>
2827         * gnome/*.desktop: Updated French strings.
2829 2000-10-03  Pavel Roskin  <proski@gnu.org>
2831         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
2832         to allow <legalnotice>. Unclosed tags fixed.
2834 2000-09-30  Pavel Roskin  <proski@gnu.org>
2836         * mc.spec.in: New package mc-common. Use DESTDIR instead of
2837         misusing prefix. Don't install old icons - they don't exist.
2839         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
2840         "export -f" to have mc() exported.
2841         * doc/mc.1.in: Changed description of the "-P" option to
2842         avoid inclusion of mc.sh and mc.csh into the manual.
2843         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
2845 2000-09-24  Pavel Roskin  <proski@gnu.org>
2847         * doc/mc.1.in: Minor formatting fixes.
2849         * lib/mc.sh.in: Remove temporary file non-interactively.
2850         * doc/mc.1.in: updated example for mc.sh.
2852 2000-09-23  Pavel Roskin  <proski@gnu.org>
2854         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
2855         updates it when needed.
2856         * mc.spec.in: Include translations with mc, not gmc. Run
2857         chkconfig --del in %preun, not %postun. --without-debug not
2858         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
2859         be executable. New files in %{prefix}/lib/mc/ - translated hints,
2860         editor files.
2862         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
2863         directory for document processing. Comment changes. gmc.ps and
2864         gmc.pdf now generated from gmc.dvi.
2866         * configure: Always include Make.common as file, otherwise
2867         "make distclean" breaks.
2868         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2869         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
2870         replaced with "rm -f" - the standard says that "rm" is portable.
2871         Ditto $(MV). Adjusted *clean targets to match those in
2872         Automake. Removed "cross" target.
2874 2000-09-22  Pavel Roskin  <proski@gnu.org>
2876         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
2877         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
2878         * doc/Makefile.in: Converted to ...
2879         * doc/Makefile.am: ... this.
2881 2000-09-21  Pavel Roskin  <proski@gnu.org>
2883         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
2884         is not expanded in all shells.
2885         * doc/mc.sgml: Updated the example script to reflect the above
2886         changes.
2887         * doc/mc.in.1: Likewise.
2889 2000-09-19  Pavel Roskin  <proski@gnu.org>
2891         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
2892         Marco Ciampa
2894 2000-09-18  Pavel Roskin  <proski@gnu.org>
2896         * Make.common.in: Added installcheck to placate "make distcheck"
2897         * configure.in, Make.common.in, doc/Makefile.in,
2898         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2899         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
2900         variable MKINSTALLDIRS and builddir with Automake-compatible
2901         mkinstalldirs and top_builddir.
2902         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
2903         files. Added uninstall-local target.
2905 2000-09-17  Pavel Roskin  <proski@gnu.org>
2907         * configure.in: fixed wrong use of AC_MSG_RESULT inside
2908         AC_CACHE_VAL
2910         * Make.common.in: Added the "dvi" target for "make distcheck"
2911         to go further
2912         * doc-gnome/C/Makefile.in: converted to ...
2913         * doc-gnome/C/Makefile.am: ... this
2915 2000-09-15  Pavel Roskin  <proski@gnu.org>
2917         * acconfig.h, configure.in: Require autoconf 2.13 or above.
2918         Removed workarounds for older versions. Removed MCDEBUG
2919         variable - it's not used. --with-debug renamed to --with-mad and
2920         cleaned up. Always use -Wall with gcc, other manipulations with
2921         CFLAGS removed.
2923         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2924         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2925         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
2926         mc.pot becomes out of date in the tarball.
2928 2000-09-14  Pavel Roskin  <proski@gnu.org>
2930         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
2931         tests for cp, mv and rm.
2932         * Make.common.in: Removed variables xv_bindir and STRIP.
2933         Variables CP, MV and RMF are assigned trivial values.
2935         * edit/Makefile.in: Don't link headers, add extra includes
2936         to CPPFLAGS instead. Put links to the build directory.
2937         Remove the hack with "mx" - it is not needed anymore.
2939         * configure.in: remove any manipulations with top_srcdir.
2940         Don't change CPPGLAGS when the internal editor is enabled,
2941         instead do it ...
2942         * edit/Makefile.in, gtkedit/Makefile.in: ... here
2944         * configure.in, Make.common.in, doc/Makefile.in,
2945         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2946         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
2947         changed to top_srcdir for Automake compatibility
2949         * configure.in: REGEX_O variable removed - always use our regex
2951         * configure.in: MCFGR variable removed
2953 2000-09-12  Pavel Roskin  <proski@gnu.org>
2955         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
2956         other GNOME modules
2957         * autogen.sh: remove "-I ." from the "aclocal" command line
2959 2000-09-01  Pavel Roskin  <proski@gnu.org>
2961         * configure.in: output vfs/extfs/Makefile
2963         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
2964         to avoid a warning
2965         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
2966         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
2968 2000-08-29  Pavel Roskin  <proski@gnu.org>
2970         * configure.in: use AM_GNOME_GETTEXT
2971         * gettext.m4: removed
2972         * Makefile.am: adjusted files to distribute, previous change
2973         reverted
2975         * mc-aclocal.m4: renamed to ...
2976         * acinclude.m4: ... this
2977         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
2978         * Makefile.am: aclocal should scan "." for gettext.m4
2980 2000-08-28  Pavel Roskin  <proski@gnu.org>
2982         * Make.common.in: removed hack for "make distcopy"
2983         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2984         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2985         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
2986         for external builds.
2987         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
2989 2000-08-24  Pavel Roskin  <proski@gnu.org>
2991         * new_icons/Makefile.in: converted to ...
2992         * new_icons/Makefile.am: ... this
2993         * configure.in: automake conditional GNOME introduced.
2994         "insticons" removed
2996         * icons/*: removed
2997         * Makefile.am, configure.in: necessary adjustments
2999         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
3000         automake installs them now
3002         * syntax/Makefile.in: converted to ...
3003         * syntax/Makefile.am: ... this
3005         * idl/Makefile.in: converted to ...
3006         * idl/Makefile.am: ... this
3008         * lib/Makefile.am: simplified, fixed "make dist"
3010         * lib/Makefile.in: converted to ...
3011         * lib/Makefile.am: ... this
3013         * lib/tkmc.wmconfig: removed
3014         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
3016         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
3017         to ...
3018         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
3019         * Make.common.in: support for "distdir" for compatibility
3020         with Automake-generated makefiles
3021         * autogen.sh: run automake. Force cache - it is off by default
3022         in autoconf 2.49a, but it's still handy for maintainers
3023         * configure.in: adapted for Automake
3025         * AUTHORS: new file
3027 2000-08-23  Pavel Roskin  <proski@gnu.org>
3029         * configure.in: resurrect definition of xvers
3031         * VERSION.in: removed
3032         * Makefile.in: don't do anything with VERSION.in and VERSION
3033         Take mc.spec from builddir, not srcdir
3034         * configure.in: don't create VERSION
3036 2000-08-22  Pavel Roskin  <proski@gnu.org>
3038         * *.c, *.h: Updated address of Free Software Foundation
3040 2000-08-21  Pavel Roskin  <proski@gnu.org>
3042         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
3043         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
3044         related to XView, libXPM, libXext and Tk
3046 2000-08-18  Pavel Roskin  <proski@gnu.org>
3048         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
3049         files
3051         * configure.in: Simplified dependency tracking by using
3052         "-include" with GNU Make
3053         * autogen.sh: Exit on all failures
3055 2000-08-17  Pavel Roskin  <proski@gnu.org>
3057         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
3058         Fixed all misuses of single and double quotes. Typo fixes.
3059         Ensured compatibility with sgml2html, sgml2txt and sgml2latex
3060         * doc/mc.1.in: Typo fix
3062         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
3063         * doc/linuxdoc-sgml.diff: removed
3064         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
3065         distribute gnome.sgml
3067 2000-08-15  Pavel Roskin  <proski@gnu.org>
3069         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
3070         in the "distclean" target
3072         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
3073         Removed all XVIEW-related stuff
3074         Fixed placement of png files on "make dist"
3076         * doc/mc.1.in: Updated info about the internal editor
3078         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
3079         indicate serious problems. Fixes for uninstall.
3080         * doc/Makefile.in: Rebuild if it is out of date.
3082         * lib/cedit.menu: Added. This file has been missing
3084         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
3086 2000-08-08  Pavel Roskin  <proski@gnu.org>
3088         * Makefile.in: correctly detect make failures in subdirs
3090 2000-08-01  Pavel Roskin  <proski@gnu.org>
3092         * nt, os2, tk, xv: removed all files
3093         * configure.in: don't create os2 and nt directories
3095 2000-08-01  Pavel Roskin  <proski@gnu.org>
3097         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
3099         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
3101 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
3103         * src/main.c: make 8bit input/output the default (99% of the people
3104         expects that; lets the remaining 1% use the configuration menu
3105         to disactivate it if they want)
3107 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
3109         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
3111 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
3113         * configure.in: check for gnome-libs with window icon support
3115         * acconfig.h: add icon define
3117 2000-06-08  Matthias Warkus  <mawa@iname.com>
3119         * new_icons/gnome-pack-*.png: Updated.
3120         * gnome/mc.keys: Added a MIME type for SLP packages.
3122 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
3124         * syntax/diff.syntax: Highlight lines beginning with "File",
3125         "Files" and "Binary"
3126         * syntax/makefile.syntax: Highlight "ifndef"
3127         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
3128         highlighted)
3130 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3132         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
3133         comment lines with # in last release
3135 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3137         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
3139 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3141         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
3142         look more consistent than original.
3144 2000-04-14  Timur Bakeyev  <mc@bat.ru>
3146         * config.in: Added check against strcoll().
3148 2000-04-14  Timur Bakeyev  <mc@bat.ru>
3150         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
3151         added 'and', 'or', 'not', 'for' keywords.
3153 2000-04-06  Timur Bakeyev  <mc@bat.ru>
3155         * syntax.c: Very dirty fix to allow compilation of mcedit on ncurses
3156         based systems. Hope, this will make FreeBSD midc maintainer to enable
3157         build-in editor by default. Still, syntax highlighting is disabled.
3158         Need to port...
3160 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3162         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
3163           fixed, some messages gettext()ed again here and in
3164         gtkedit/editmenu.c:edit_about_cmd()
3166 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3168         * doc/mc.sgml (Examples): Fixed documentation, thanx
3169         to martin@internet-treff.uni-koeln.de.
3171 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
3173         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
3174         the label text
3176 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
3178         * gtkedit/syntax.c: treat *.ads as Ada source
3179         * syntax/ada95.syntax: escape "+" and "*"
3180         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
3181         * syntax/Makefile.in: remove diffc.syntax
3183         * edit/edit_key_translator.c: interpret code 0177 as
3184         backspace unless recognized otherwise
3186 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
3188         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
3189         initialization of array of structure (gcc version 2.96 20000131
3190         chokes on it).
3192         * lib/mc.hint: C-y and not C-u can be used to insert text in input
3193         lines (e. g. text which has been deleted with M-d).
3195         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
3197 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
3199         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
3201 2000-01-29  Matthias Warkus  <mawa@iname.com>
3203         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
3204         design on Federico's request.
3206 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
3208         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
3209         an ArrangeType enum.
3211 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
3213         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
3214         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
3215         setup.c: Add option of using GNOME "magic" routines to determine file
3216         types. This makes MC intelligently look at the data in the file to see
3217         what type of file it is, rather than looking at the filename extension.
3218         This slows down MC quite a bit, so it has been made an optional
3219         preference item. Type detection is expected to improve as mime-magic
3220         matures.
3222 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
3224         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
3225         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
3226         providing a patch.
3228 2000-01-11  Matthias Warkus  <mawa@iname.com>
3230         * Added icon and keys entry for Scheme source.
3232 2000-01-03  Fatih Demir  <kabalak@gmx.net>
3234         * configure.in: Added tr -> ALL_LINGUAS .
3236 1999-12-28  Matthias Warkus  <mawa@iname.com>
3238         * new_icons/*.png: Added a bunch of new icons.
3240 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
3242         * configure.in (VERSION): Bumped version number to 4.5.42.
3244 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
3246         * configure.in: added 'uk' to ALL_LINGUAS.
3248 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3250         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
3251         request from David Sauer
3253 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
3255         * configure.in (VERSION): Bumped version number to 4.5.41.
3257 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
3259         * configure.in (VERSION): Set version number to 4.5.39.
3261 1999-09-23  Jorge Godoy  <godoy@conectiva.com.br>
3263         * configure.in: Added pt_BR to ALL_LINGUAS
3265 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
3267         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
3268         path to the mc binary according to @prefix@.
3270         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
3271         configure. Install mc.sh and mc.csh in $(suppbindir).
3273         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
3274         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
3275         copies of the included function definitions.
3277         * mcfn_install.in: Comment out definitions of the mc functions. Source
3278         mc.sh instead of adding an outdated mc function definition.
3280         * configure.in: output mc.sh and mc.csh
3282 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
3284         * lib/startup.links: Changed the news link to Gnotices
3286 1999-09-19  David Martin  <dmartina@usa.net>
3288         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
3289         8 bit chars from strftime get displayed when inserting date.
3291         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
3292         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
3293         file to avoid interferences. In this one I changed the extension check
3294         to a type check (as used for gzip) which might give problems in some
3295         systems.
3297         * configure.in: Use -Tlatin1 to format man pages when available and
3298         "view" 8 bit chars.
3300 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
3302         * gtkedit/edit.h: Include file reordering to make it compile with
3303         --with-debug
3305         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
3306         dependent on length of translated strings to display.
3308 1999-09-16  Owen Taylor  <otaylor@redhat.com>
3310         * Remove the magicdev autoconf test in favor of just
3311         including the idl file. Otherwise we have a dependency
3312         loop between this and magicdev.
3314 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
3316         * idl/FileManager.idl: Changed names, and put everything under a
3317         FileManager module.  Added a Desktop interface and some methods to
3318         the WindowFactory interface.
3320 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
3322         * doc-gnome/*: Shiny new docs from users-guide.
3323         All synced up.
3325 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
3327         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
3329 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
3331         * README: Updated and spell-checked.
3333         * NEWS: Updated.
3335 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
3337         * configure.in (ALL_LINGUAS): Added sv.
3339 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
3341         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
3342         symlink attacks (mcfn_install and the man page still needs to be
3343         updated).
3345 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
3347         * configure.in (AC_WITH_SLANG): rm -f destination before making
3348         a symbolic link (ln -sf doesn't work as expected on Solaris)
3350 1999-08-19  Elliot Lee  <sopwith@redhat.com>
3352         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
3354 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
3356         * doc-gnome/C/gmc.sgml: Index fixes.
3358 1999-08-18  Elliot Lee  <sopwith@redhat.com>
3360         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
3361         initializers in the GnomeUIInfo structure.
3363 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
3365         * configure.in (VERSION): Bumped version number to 4.5.38.
3367 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
3369         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
3371 1999-08-15  David Martin  <dmartina@usa.net>
3373         * gtkedit/edit.c: Print localized date with strftime()
3375         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavor.
3377 1999-08-08  David Martin  <dmartina@usa.net>
3379         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
3380         translation.
3382         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
3383         translation as it used to be.
3385 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3387         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
3388         that the correct index.html will be generated.
3390 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3392         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
3393         to the list.
3395 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
3397         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
3398         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
3399         This adds some new syntax rules, and spell check on the fly
3400         which if someone bugs me for, will actually get enabled in
3401         both the text and gnome versions. Bookmark stuff also needs
3402         some keys bound to it, I suppose: any takers?
3404 1999-07-19  Elliot Lee  <sopwith@redhat.com>
3406         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes
3407         infinitely recursing make.
3409 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
3411         * Makefile.in (all): Makefile fix.
3413 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3415         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3416         should fix the problem we had with FSSTND distributions.
3418 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3420         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
3421         list of distributed files.
3423 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3425         * configure.in (VERSION): Bumped version number to 4.5.34.
3427 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
3429         * Add fi into ALL_LINGUAS
3431 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
3433         * gnome/i-zipdisk2.png: Added another zip-disk icon
3434         by <scarab@egyptian.net> - It looks very nice. Variation
3435         is good.
3437 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3439         * acconfig.h: Add WITH_SMBFS
3441         * macros/gnome-vfs.m4: Support conditional samba support.
3443 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3445         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3446         should fix the problem we had with FSSTND distributions.
3448 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
3450         * mc.spec.in: added syntax files to %files
3452 1999-06-22  David Martin  <dmartina@usa.net>
3454         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
3456 1999-06-07  Shooby Ban  <bansz@szif.hu>
3458         * po/hu.po, configure.in: added Hungarian translations...
3459           I'm not sure it's OK, but it seems usable.
3460           Translators: Tamas Fejos and Andras Kadar
3462 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
3464         * configure.in, Makefile.in: added the gmc helpfile to the build
3466 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
3468         * Add ja entry to LANG in configure.in
3470 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3472         * gnome/Makefile.in (ICONS): OK, perhaps we also want the zip-icon to
3473         be installed in the system :) (added it to the Makefile.in)
3475 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3477         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
3478         disks - someone please add it to the mount.c code so it gets used..
3479         Everyone have a nice time at the expo! :) I hope to join the
3480         next time.
3482 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3484         * configure.in: Added check for getpt ()
3486 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3488         * configure.in (VERSION): Bumped version number to 4.5.31.
3490 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3492         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
3493         need to fool it by strdup'ing the return value of tempnam.
3495 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3497         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
3498         MCLIBS which are specific to the text edition.
3500         * INSTALL: Added documentation for --with-tm-x-support
3502 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
3504         * mc.spec.in : Folded in some changes from the 'official' rpm
3505         spec file.
3507 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3509         * configure.in (SHELL): Do not use grep -q, as it is not portable
3510         to every OS.
3512 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3514         * configure.in: Linking from $srcdir/slang is broken when configure
3515         isn't called with an absolute path. Link from ../$srcdir/slang if
3516         configure was invoked with a relative path.
3518 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
3520         * configure.in: Do not rm the destination file and then link, use
3521         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
3523 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3525         * configure.in: Some AC_ARG_WITH macros haven't checked $withval, i.e.
3526         --with-PACKAGE and --without-PACKAGE gave the same results.
3528 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3530         * configure.in (VERSION): Bumped version number to 4.5.30.
3532 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3534         * configure.in (VERSION): Bumped version number to 4.5.29.
3536 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3538         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
3539         now contains all checks.
3541 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3543         * configure.in (VERSION): bumped version number to 4.5.28.
3545 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
3547         * */Makefile.*: fixed several missed conversions from libdir to
3548         mclibdir. (Should be automake'd, really)
3550 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3552         * Make.common.in: There were conflicting definitions of mclibdir
3553         (one for installation, one for source).  Now the source one is
3554         called mcsrclibdir.
3556         * doc/Makefile.in: Use mcsrclibdir where appropriate.
3558 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
3560         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
3561         Pascal Program" (Heh, second time :)
3563         * Makefile.common: Until things gets clear, keep syntax rules in
3564         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
3566         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
3567         @libdir@.
3569 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
3571         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
3572         as requested by Paul. Still, need some checking...
3574 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
3576         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
3577         to date with cooledit 3.9.0. This adds some new features.
3578         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
3579         syntax.c. This is because the rule set is becoming too
3580         large to maintain in its current form and because file
3581         loading is starting to get slow.
3583         There is also a bookmark feature which does not yet have
3584         key bindings assigned to it, but should be cool once
3585         these get inserted. Syntax rules files are named
3586             $LIBDIR/cooledit/syntax/*.syntax
3588 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
3590         * configure.in: Create slang directory, it is needed when
3591         builddir != srcdir.
3592         Use -f when calling rm, the file does not exist on
3593         first compile.
3594         No need to copy VERSION from $srcdir, it's already generated in
3595         $builddir.
3597 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
3599         * edit/edit_key_translator.c: Added missing translation tags.
3601 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3603         * configure.in: Minimum version of glib should be 1.2.0.
3604         (VERSION): Bumped version number to 4.5.27.
3606 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
3608         * gtkedit/editcmd.c: Added missing translation tags.
3610         * gtkedit/editoptions.c: Added missing translation tags. Translate
3611         radio buttons on first use.
3613 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
3615         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
3616         to get the mc spec file to work.
3617         * hacked configure to generate a properly versioned spec file.
3619 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3621         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
3622         radio buttons on first pass.
3624 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
3626         * gtkedit/editcmd.c: Mark strings in the search and replace
3627         dialogs for translation. Resized these dialogs to let the messages
3628         fit.
3630 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3632         * gtkedit/editwidget.c (selection_send): Use the proper type for
3633         64-bit cleanliness (Patch from George Lebl).
3635 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
3637         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
3638         into the catalog file.
3640 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3642         * configure.in: Make Timur's libtermcap check work with SLang
3643         0.99.98, too.
3645 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3647         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
3648         PS and EPS files.  Thanks, Tigert!
3650 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3652         * configure.in (CCOPTS): Drop the prefix auto-detection.
3654 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
3656         * configure.in: Add check, which, in case of system-installed SLang
3657         library tries to run a test program, which determines, does we need
3658         linking with libtermcap.a. Also, set of if's for finding terminfo
3659         dir changed to for cycle - a bit nicer :)
3661 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3663         * README.QNX: Deleted documentation about mc.menu.qnx.diff.
3665 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3667         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
3669 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3671         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
3672         from tar calls when extracting (according to my man page this option
3673         is only useful when creating archives).
3675 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3677         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
3678         adds support for tar.bz2 and merges the support for freeze-compressed
3679         tar files (tar.F) from mc.menu.qnx.diff.
3681 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
3683         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
3684         GNU-like :)
3686 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3688         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
3689         the catalog file.
3691 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
3693         * new_icons/gnome-core.png: New icon for core files. Someone
3694         please add the code part :)
3696 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
3698         * configure.in: Add check against setuid() and setreuid() functions.
3700 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3702         * slang/slang.h: renamed to slang-mc.h
3704         * slang/Makefile.in: delete slang.h on "make clean"
3706         * configure.in: link slang/slang-mc.h to slang/slang.h when the
3707         included slang is used. Problem was that MC's slang.h was used
3708         when we compiled with an already installed SLang and the systems
3709         header file were included with <slang/slang.h>.
3710         Unfortunately I can't use AC_LINK_FILES to make the links because
3711         if we needn't make any links AC_LINK_FILES makes a link from
3712         srcdir to top_builddir (builddir != srcdir).
3714         Temporary add $LGPM to $LIBS when checking for the resizeterm
3715         and keyok functions (ncurses might be linked against GPM).
3717         Substitute PACKAGE (intl/Makefile makes use of it)
3719 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
3721         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swapped by
3722         #include "global.h".
3724 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
3726         * Make.common.in (gnewdir): new path.
3728 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
3730         * configure.in: Add comments before "Let" and "the" - typo. Add new
3731         path to include's search.
3733 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
3735         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
3737 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3739         * configure.in (REGEX_O): Always include regex.o as the code we
3740         are using in gmc is not using regcomp/regexec, but the internal
3741         Emacs API.
3743         * src/regex.c: Do not compile the POSIX compatibility code, as we
3744         do not use it.
3746 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3748         * doc/mc.sgml, mc1.in (Color section): minor polishing
3749         (Layout section): documented Highlight...
3751 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3753         * configure.in: Deleted du checks
3755         * INSTALL: Deleted --with-dusum documentation.
3757         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
3758         Configuration dialog. Added Advanced chown subsection. Deleted
3759         variables from the Special settings section which are now covered
3760         by the configuration dialog.
3762 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3764         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
3765         tar_gz_memlimit. Partially rewrote the section about the
3766         Virtual FS.. configuration dialog.
3768 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
3770         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
3772 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3774         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
3776         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
3777         builddir
3779 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
3781         * new_icons/gnome-image-[lots].png: I added some icons for file
3782         types (image) there - someone please tell me what the correct
3783         location and naming convention is and I will try to follow that. :)
3785 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
3787         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
3788         the build will still work.  (Has this been replaced by new_icons?)
3790 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
3792         * doc/mc.1.in, mc.sgml: added my name to list of authors
3794 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3796         * Makefile.in (codedirs): Dropped xv and tk ports from the
3797         distribution. include idl directory.
3799 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3801         * configure.in (slang_use_system_installed_lib): Define slang
3802         here, to avoid having this on LIBS.
3804 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
3806         * gtkedit.c: changed occurrence of 'va_list *ap' to 'va_list ap'
3808 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
3810         * config.h.in: Removed from CVS, added to .cvsignore
3812         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
3813         configure.in:
3814         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
3815         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
3816         HAS_CURSES added to acconfig.h
3818 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3820         * autogen.sh: Add "-I macros" to the aclocal flags.
3822         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
3823         so that aclocal will not complain about an obsolete macro.
3825         * configure.in: Use MC_HPUX_PROG_CC_STDC
3827         * ChangeLog: There was no ChangeLog here, so I added one.