utilunix.c(mc_tmpdir): Check return value of getpwuid() for NULL.
[midnight-commander.git] / ChangeLog
blob13c5772c8bf2338543ce46a459c3632639840e97
1 2004-08-17  Roland Illig  <roland.illig@gmx.de>
3         * configure.ac: The GCC warning flags are only used in
4         maintainer-mode.
6 2004-08-17  Pavel S. Shirshov  <pavelsh@mail.ru>
8         * lib/cedit.menu: Security fix patch. Fix insecure temporary file and
9         directory creations. (CAN-2004-0231). 
11         * lib/mc.menu: Likewise.
12         * doc/mc.1.in: Likewise.
13         * doc/es/mc.1.in: Likewise.
14         * doc/hu/mc.1.in: Likewise.
15         * doc/it/mc.1.in: Likewise.
16         * doc/pl/mc.1.in: Likewise.
17         * doc/ru/mc.1.in: Likewise.
18         * doc/sr/mc.1.in: Likewise.
20 2004-08-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
22         * configure.ac: Add check for atoll().
24         * doc/mc.1.in (Extension File Edit): Document "directory" keyword.
25         * doc/ru/mc.1.in: Likewise.
27 2004-08-02  Pavel Shirshov <pavelsh@mail.ru>
29         * autogen.sh: Fix unportable "\n" in sed.
31 2004-04-02  Pavel Roskin  <proski@gnu.org>
33         * lib/mc.ext.in: Use gqview instead of ee for images.  ee seems
34         to be obsolete.  Suggested by Marcel Pol <mpol@gmx.net>
36 2004-01-22  Pavel Roskin  <proski@gnu.org>
38         * lib/mc.ext.in: Recognize *.tb2 and *.tbz files.
40         * configure.in: Rename to ...
41         * configure.ac: ... this.
43 2003-12-30  David Martin  <dmartina@excite.com>
45         * doc/mc.1.in: Synchronized latest fixes (long options) and
46         moved year and version number.
48 2003-12-24  Pavel Roskin  <proski@gnu.org>
50         * configure.in: Release 4.6.1-pre1.
52 2003-11-28  Pavel Roskin  <proski@gnu.org>
54         * acinclude.m4 (MC_UNDELFS_CHECKS): Try ext2fs/ext2_fs.h before
55         linux/ext2_fs.h.  Use ext2fs/ext2_fs.h when possible - it's
56         safer to avoid kernel headers.
58 2003-11-27  Pavel Roskin  <proski@gnu.org>
60         * src/TODO: Move ...
61         * TODO: ... here.
62         * doc/DEVEL: Move ...
63         * HACKING: ... here.  Adjust makefiles.
65 2003-11-20  Pavel Roskin  <proski@gnu.org>
67         * build-glib1.sh: Use more portable syntax for functions.  Fall
68         back to "ftp" for download, useful on BSD.
69         * build-glib2.sh: Likewise.
71         * build-glib1.sh: New file - download and compile glib 1.2.x,
72         then compile mc against it.
73         * build-glib2.sh: New file - download and compile glib 2.x with
74         dependencies (gettext, pkgconfig), then compile mc against it.
75         * Makefile.am: Distribute them.
77 2003-10-29  Pavel Roskin  <proski@gnu.org>
79         * acinclude.m4 (MC_UNDELFS_CHECKS): Don't use internal Autoconf
80         variables.
82         * configure.in: Rewrite check for mmap() to avoid using internal
83         variables of Autoconf.  Rename the rest of ac_cv_* to mc_cv_*.
85         * configure.in: Use AC_CHECK_MEMBERS to check fields of struct
86         stat.  Adjust all dependencies.
88         * acinclude.m4 (AC_STRUCT_LINGER): Remove, use AC_CHECK_MEMBERS
89         instead.
91         * configure.in: Define SLANG_POSIX_SIGNALS if all 4 required
92         functions are present.  Remove references to extraconf.h.
93         * extraconf.h: Eliminate.
94         * Makefile.am: Remove extraconf.h.
96         * configure.in: Move ext2fs undelete support ...
97         * acinclude.m4 (MC_WITH_VFS): ... here.
98         * extraconf.h: Remove VFS logic, it's enforced in configure now.
100         * acinclude.m4 (MC_WITH_VFS): Use AC_SEARCH_LIBS when possible.
101         Allow disabling network code by --disable-netcode.
103 2003-10-28  Pavel Roskin  <proski@gnu.org>
105         * configure.in: Don't check if "file" can use stdin - it's
106         unused now.
108 2003-10-25  Pavel Roskin  <proski@gnu.org>
110         * extraconf.h: Don't define HAVE_GRANTPT forcedly if grantpt()
111         wasn't found.  Don't define HAVE_CRYPT, it's unused now.
113         * configure.in: Remove check for socketpair().  Add new option
114         --enable-background.
115         * extraconf.h: Don't define WITH_BACKGROUND.
117 2003-10-14  Pavel Roskin  <proski@gnu.org>
119         * configure.in: Don't check for seekdir() and telldir().
121 2003-09-23  Pavel Roskin  <proski@gnu.org>
123         * doc/sr/Makefile.am: Don't install mcserv documentation if mcfs
124         support is disabled.
126         * lib/*.ti: Remove, these files are obsolete.
127         * lib/tdiff: Likewise.
128         * lib/xterm.tcap: Likewise.
129         * lib/Makefile.am: Remove obsolete files.  Don't install
130         README.xterm and xterm.ad, there are partly obsolete and can
131         break things if used as is.
133 2003-09-22  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
135         * lib/mc.hint.sr: Updated.
136         * lib/mc.menu.sr: New file - translated menu.
137         * lib/Makefile.am: Add mc.menu.sr.
138         * doc/sr/: New Serbian documentation.
139         * doc/Makefile.am: Add "sr" directory.
140         * configure.in: Add substitutions for new files.
142 2003-09-22  Pavel Roskin  <proski@gnu.org>
144         * configure.in: Check for strlcpy() if glib 1.2.x is used.
146 2003-09-11  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
148         * lib/mc.hint.sr: New file - Serbian hints.
150 2003-09-04  Pavel Roskin  <proski@gnu.org>
152         * lib/mc.menu: Add entry for viewing manual pages.
154 2003-08-18  Pavel Roskin  <proski@gnu.org>
156         * lib/mc-wrapper.csh.in: Use "id" command to find the real user
157         id.  $USER is not reliable.
158         * lib/mc-wrapper.sh.in: Likewise.
159         Reported by Figura Peter <peterf@autus.sk>
161 2003-08-18  Andrew V. Samoilov  <sav@bcs.zp.ua>
163         * acinclude.m4 (MC_WITH_NCURSES): Fix ESCDELAY check on Solaris.
164         Make sure that linking succeeds.
166 2003-08-02  Pavel Roskin  <proski@gnu.org>
168         * lib/cedit.menu: Avoid using "id -u", it doesn't work on
169         Solaris.  From Andrew V. Samoilov <sav@bcs.zp.ua>
171 2003-07-23  Pavel Roskin  <proski@gnu.org>
173         * lib/mc.lib: Add more "end" and "home" sequences for xterm.
175 2003-07-22  Pavel Roskin  <proski@gnu.org>
177         Get rid of all references to NATIVE_WIN32.
179         * pc: Remove.  No work has been done on the PC post for years.
180         * README.PC: Likewise.
181         * Makefile.am: Adjust for the above.
182         * configure.in: Likewise.
184 2003-07-21  Pavel Roskin  <proski@gnu.org>
186         * configure.in: Check posix_openpt() first and fallback to
187         GNU-specific getpt() only if needed.
189 2003-06-29  David Sterba  <dave@jikos.cz>
191         * lib/mc.hint.cs: Typo fixes.
193 2003-06-25  Marco Ciampa  <ciampix@libero.it>
195         * doc/it/mc.1.in: small fix
197 2003-06-23  Andrew V. Samoilov  <sav@bcs.zp.ua>
199         * lib/mc.ext: Allow ZIP in all capitals in "file" output.
201 2003-06-18  Pavel Roskin  <proski@gnu.org>
203         * configure.in: Remove test for SCO UNIX.  Remove all references
204         to SCO_FLAVOR everywhere.  SCO flavor is rather unsavory now.
206 2003-06-06  Pavel Roskin  <proski@gnu.org>
208         * lib/mc.ext.in: Don't run compressed logs from /var/log through
209         nroff.  Suggested by Alfie Costa <agcosta@gmx.net>
211 2003-05-16  Marco Ciampa  <ciampix@libero.it>
213         * syntax/ruby.syntax: upgrade
214         * syntax/perl.syntax: small fix
216 2003-05-14  Marco Ciampa  <ciampix@libero.it>
218         * syntax/ruby.syntax: New file - syntax for Ruby.
219         * syntax/Syntax: Add ruby.syntax.
220         * syntax/Makefile.am: Likewise.
222 2003-05-08  Pavel Roskin  <proski@gnu.org>
224         * mc.spec.in: Strip pre-1998 changelog to work around a bug in
225         rpm 4.2, which doesn't like %install inside %changelog.
227 2003-04-29  Pavel Roskin  <proski@gnu.org>
229         * configure.in: Add vfs/extfs/iso9660 to AC_CONFIG_FILES.
230         * lib/mc.ext.in: Add support for ISO images.
232 2003-03-31  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
234         * syntax/Syntax: Highlight *.mc as a makefile.
235         * syntax/sql.syntax: Add more keywords for PostgreSQL.
237 2003-03-21  Pavel Roskin  <proski@gnu.org>
239         * syntax/sh.syntax: Highlight "find".  Highlight whole string
240         after "#!".  Make unrecognized text inside `` less bright.
242 2003-03-17  Marco Ciampa  <ciampix@libero.it>
244         * doc/it/mc.1.in: Some manual fixes.
246 2003-03-14  Pavel Roskin  <proski@gnu.org>
248         * syntax/c.syntax: Allow integer specifiers for %x and %X in C
249         format strings.
250         * syntax/cs.syntax: Likewise.
251         * syntax/java.syntax: Likewise.
252         * syntax/ml.syntax: Likewise.
253         * syntax/php.syntax: Likewise.
254         * syntax/python.syntax: Likewise.
255         * syntax/slang.syntax: Likewise.
256         * syntax/swig.syntax: Likewise.
258 2003-03-11  Pavel Roskin  <proski@gnu.org>
260         * acinclude.m4 (MC_ASM_LABELS): New macro to work around a bug
261         gettext.  Define _INTL_REDIRECT_MACROS if needed.
262         * configure.in: Use MC_ASM_LABELS.
264 2003-03-07  Pavel Roskin  <proski@gnu.org>
266         * configure.in: Add --with-glib-static option.
268 2003-03-06  Pavel Roskin  <proski@gnu.org>
270         * syntax/spec.syntax: Add BuildArch.
272 2003-03-05  Pavel Roskin  <proski@gnu.org>
274         * configure.in: Check availability of setsid().
276 2003-03-04  Sanlig Badral  <Badral@chinggis.com>
278         * po/LINGUAS: added Mongolian (mn) translation.
280 2003-03-03  Pavel Roskin  <proski@gnu.org>
282         * lib/mc.lib: Add xterm arrows both for application and normal
283         mode.  Normal mode can be accidentally enabled if one mc is run
284         from another and Ctrl-O is used to switch between them.
285         Add F11-F20 definitions for cons25 (FreeBSD console).
287 2003-02-27  Juan C. Olivares  <juancri@TAGnet.org>
289         * syntax/cs.syntax: New file.
290         * syntax/Syntax: Add cs.syntax.
291         * syntax/Makefile.am: Likewise.
293 2003-02-27  Marco Ciampa  <ciampix@libero.it>
295         * doc/it/mc.1.in: updated manual with -e switch description.
297 2003-02-26  Pavel Roskin  <proski@gnu.org>
299         * syntax/syntax.syntax: Highlight "define".
301 2003-02-23  Marco Ciampa  <ciampix@libero.it>
303         * doc/it/mc.1.in: updated manual with some stylistic changes.
305 2003-02-23  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
307         * lib/mc.ext.in: Add entry for QNX Neutrino packages.
309 2003-02-22  Pavel Tsekov  <ptsekov@gmx.net>
311         * acinclude.m4 [AC_G_MODULE_SUPPORTED]: New macro.
312         * configure.in: Test for gmodule.  Don't link mc with libX11 if
313         gmodule is supported.
315 2003-02-22  Pavel Roskin  <proski@gnu.org>
317         * configure.in: Add --with-glib12 option to configure to force
318         using glib 1.2.x.
320 2003-02-21  Andrew V. Samoilov  <sav@bcs.zp.ua>
322         * doc/ru/mc.1.in (Layout): Translate 'Xterm window title' option.
323         (Extension File Edit): Translate include feature.
325 2003-02-20  Pavel Roskin  <proski@gnu.org>
327         * configure.in: Move list of all translations ...
328         * po/LINGUAS: ... here.
330 2003-02-18  Pavel Roskin  <proski@gnu.org>
332         * syntax/c.syntax: Highlight C++ comments in preprocessor
333         directives.
334         Reported by Oswald Buddenhagen <ossi@kde.org>
336 2003-02-13  Marco Ciampa  <ciampix@libero.it>
338         * doc/it/mc.1.in: updated manual following it.po changes.
340 2003-02-05  Pavel Roskin  <proski@gnu.org>
342         * configure.in: Bump version to 4.6.0a.
344         * configure.in: Version 4.6.0 released.
346 2003-02-04  Arpi  <arpi@mplayerhq.hu>
348         * syntax/Syntax: Match *.syntax before other files to fix
349         highlighting of makefile.syntax.
351 2003-02-04  Pavel Roskin  <proski@gnu.org>
353         * syntax/c.syntax: Revert highlighting trailing whitespaces.
355 2003-02-03  Andrew V. Samoilov  <sav@bcs.zp.ua>
357         * autogen.sh: Fix unportable "+" sed regexp in gettext_ver
358         calculation.  Reported by vlad@geekizoid.com.
360 2003-01-31  Pavel Roskin  <proski@gnu.org>
362         * syntax/nroff.syntax: Make colors more compatible with the
363         highlighting used in the internal viewer - yellow for bold and
364         brightred for italic.
366 2003-01-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
368         * syntax/c.syntax: Highlight trailing whitespace(s).
370 2003-01-30  Pavel Tsekov  <ptsekov@gmx.net>
372         * acinclude.m4 (MC_WITH_NCURSES): Check -lcurses if -lncurses
373         doesn't work.  Useful on OpenBSD 3.2.
375 2003-01-29  Pavel Roskin  <proski@gnu.org>
377         * lib/mc.ext.in: Fix missing semicolon that affected viewing RPM
378         packages.
380 2003-01-24  Pavel Roskin  <proski@gnu.org>
382         * configure.in: Add -lposix on A/UX before all tests.
384 2003-01-23  Pavel Roskin  <proski@gnu.org>
386         * acinclude.m4 (MC_EXTFS_CHECKS): Fix redirection to /dev/null.
388 2003-01-22  Pavel Roskin  <proski@gnu.org>
390         * configure.in: Bump version to 4.6.0-pre3a.
392         * configure.in: Version 4.6.0-pre3 released.
394         * acinclude.m4 (_MC_WITH_XSLANG): Drop support for old S-Lang
395         versions that required the native curses library on some OSes.
397 2003-01-19  Adam Byrtek  <alpha@debian.org>
399         * doc/mcview.1.in: New file.
400         * configure.in: Treat it like doc/mcedit.1.in.
401         * doc/Makefile.am: Likewise.
403 2003-01-17  Adam Byrtek  <alpha@debian.org>
405         * doc/mc.1.in (Layout): Document 'Xterm window title' option.
407 2003-01-16  David Martin  <dmartina@excite.com>
409         * doc/mc.1.in: Add EXTernal virtual File System node (extfs).
411 2003-01-16  David Martin  <dmartina@excite.com>
413         * doc/mc.1.in: Set man page header and footer.
414         * doc/es/mc.1.in: Likewise.
415         * doc/hu/mc.1.in: Likewise.
416         * doc/it/mc.1.in: Likewise.
417         * doc/pl/mc.1.in: Likewise.
418         * doc/ru/mc.1.in: Likewise.
420 2003-01-12  David Martin  <dmartina@excite.com>
422         * po/es.po: Update. Rewrite localized names for some menu entries.
423         * doc/es/mc.1.in: Likewise.
424         * lib/mc.hint.es: Likewise.
426 2002-12-27  David Martin  <dmartina@excite.com>
428         * doc/pl/xnc.hlp: Update GPL (change FSF address and move 19xx
429         entries to "year").
431 2002-12-26  Pavel Roskin  <proski@gnu.org>
433         * configure.in: Release 4.6.0-pre2, bump version to 4.6.0-pre2a.
435         * configure.in: Fix non-portable operator.  Bump version to
436         4.6.0-pre2.
438 2002-12-24  Pavel Roskin  <proski@gnu.org>
440         * lib/mc.ext.in: Use --nosignature with rpm to avoid a message
441         in the viewer about unsigned packages.
443         * acinclude.m4 (MC_WITH_SLANG): Don't add -lslang to MCLIBS if
444         the system S-Lang is rejected.
446         * lib/mc.ext.in: Play *.mov by mplayer.
448 2002-12-23  Pavel Roskin  <proski@gnu.org>
450         * configure.in: Enable X11 support by default, use --without-x
451         to disable.
453 2002-12-19  Pavel Roskin  <proski@gnu.org>
455         * syntax/perl.syntax: Add separate context for function
456         declarations and definitions, highlight prototypes.
458 2002-12-11  Pavel Roskin  <proski@gnu.org>
460         * acinclude.m4 (MC_EXTFS_CHECKS): Add check for Perl.
461         * configure.in: Substitute Perl location in all extfs scripts
462         written in Perl.
464 2002-12-11  David Martin  <dmartina@excite.com>
466         * doc/xnc.hlp: Update GPL (change FSF address
467         and move 19xx entries to "year").
468         * doc/es/xnc.hlp: Likewise.
469         * doc/hu/xnc.hlp: Likewise.
470         * doc/it/xnc.hlp: Likewise.
471         * doc/ru/xnc.hlp: Likewise.
473 2002-12-09  Pavel Roskin  <proski@gnu.org>
475         * lib/mc.ext.in: Remove ftplist.  Add patchfs.
477 2002-11-29  Andrew V. Samoilov  <sav@bcs.zp.ua>
479         * autogen.sh: Use $srcdir/configure.mc instead of
480         $srcdir/configure if first one exists and is executable.
482 2002-11-28  Pavel Roskin  <proski@gnu.org>
484         * configure.in: Determine which help translations user wants to
485         install, based on USE_NLS, LINGUAS and ALL_LINGUAS.
486         * doc/Makefile.am: Set SUBDIR to the list of the requested
487         translations.
489         * acinclude.m4 (MC_EXTFS_CHECKS): New macro.
490         (MC_WITH_VFS): Call MC_EXTFS_CHECKS.
491         * configure.in: Generate vfs/extfs/uzip.
492         * vfs/extfs/uzip: Move to vfs/extfs/uzip.in.
493         * vfs/extfs/Makefile.am: Corresponding adjustments.
495 2002-11-26  Pavel Roskin  <proski@gnu.org>
497         * syntax/sql.syntax: Add highlighting for dot and backticks.
499 2002-11-16  Pavel Roskin  <proski@gnu.org>
501         * configure.in: Move check for pwdauth() to MC_MCSERVER_CHECKS.
502         * acinclude.m4 (MC_MCSERVER_CHECKS): If using crypt(), check for
503         shadow password support.
505         * acinclude.m4 (MC_MCSERVER_CHECKS): Don't limit PAM check to
506         Linux.  Use AC_SEARCH_LIBS to find crypt().  Consolidate mcserv
507         libraries into MCSERVLIBS.
509         * configure.in: Move all mcserv related checks ...
510         * acinclude.m4 (MC_MCSERVER_CHECKS): ... here.
512 2002-11-15  Pavel Roskin  <proski@gnu.org>
514         * configure.in: Fully enable glib2.  Update the documentation.
516 2002-11-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
518         * lib/mc.menu: Don't use --repetitive-best option with bzip2 -
519         it is redundant in versions 0.9.5 and above.
521 2002-11-10  Pavel Roskin  <proski@gnu.org>
523         * configure.in: Check for uintptr_t.  Needed to compile regex.c
524         on MacOS X.  Reported by Wim Rijnders <wimrijnders@home.nl>
526 2002-11-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
528         * syntax/ada95.syntax: Highlight "then" and "else".
529         From Victor Porton <porton@ex-code.com>.
530         Highlight "exit".
532 2002-11-06  Pavel Roskin  <proski@gnu.org>
534         * lib/edit.indent.rc: Remove all options for indent and add a
535         comment explaining where those options should be.
537 2002-11-05  Pavel Roskin  <proski@gnu.org>
539         * lib/mc-wrapper.csh.in: Remove /bin/csh at the beginning - this
540         script is not meant to be executed by the kernel.  This also
541         eliminates dependency of the RPM package on csh.
542         * lib/mc-wrapper.sh.in: Remove /bin/sh at the beginning.
544 2002-11-01  Pavel Roskin  <proski@gnu.org>
546         * configure.in: Don't substitute mc.sh and mc.csh - it's now
547         done ...
548         * lib/Makefile.am: ... here.  Add wrappers for mc to avoid
549         defining complex shell scripts in functions and aliases.
550         * lib/mc-wrapper.csh.in: New file - template for the script
551         that runs mc and changes directory in csh.
552         * lib/mc-wrapper.sh.in: New file - template for the script
553         that runs mc and changes directory in sh.
555 2002-11-01  Andrew V. Samoilov  <sav@bcs.zp.ua>
557         * doc/mc.1.in (Keys): Document S-<chr>.
558         * doc/ru/mc.1.in: Likewise.
560 2002-10-31  Pavel Roskin  <proski@gnu.org>
562         * syntax/diff.syntax: Revert highlighting for trailing spaces
563         on the added lines - it extends the context to the next line.
565         * lib/mc.csh.in: Add quoting and check for missing file.
567         * lib/mc.csh.in: Update to use the new -P option.  This script
568         has absolutely no protection against special symbols in
569         directory names and lacks TMPDIR support.
571         * lib/mc.sh.in: Update to use the new -P option.
573         * configure.in: Displaying the install paths is too problematic
574         to implement properly.  Remove this code.
576 2002-10-29  Pavel Roskin  <proski@gnu.org>
578         * lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.
579         * configure.in: Likewise.  Add "-c" (disable ANSI color) to
580         MAN_FLAGS if supported.
582         * acinclude.m4 (MC_WITH_SLANG): Reject S-Lang with UTF-8
583         support, unless external S-Lang was explicitly requested.
585 2002-10-24  Pavel Roskin  <proski@gnu.org>
587         * lib/mc.ext.in: Don't use links to view html - the "-dump"
588         option has been removed in the recent versions.
589         From David Martin <dmartina@excite.com>
591 2002-10-21  Pavel Roskin  <proski@gnu.org>
593         * acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
594         to the final configuration message.
596 2002-10-17  Pavel Roskin  <proski@gnu.org>
598         * doc/hu/Makefile.am: Generate Hungarian help file from the
599         manual, just like other languages.
600         * doc/hu/mc.1.in: New file, converted from the help file.
601         * doc/hu/xnc.hlp: Likewise.
602         * configure.in: Adjust for the above.
604         * doc/mc.1.in: Add node names.  Remove redundant paragraph
605         breaks at the start and the end of the sections.  Mention
606         "stalelink" as color keyword.
608 2002-10-14  Pavel Roskin  <proski@gnu.org>
610         * lib/mc.ext.in: Don't use "-dump" option with "links".
611         From David Martin <dmartina@excite.com>
613 2002-10-13  Pavel Roskin  <proski@gnu.org>
615         * lib/mc.hint*: Remove all references to "-1" - hints file is no
616         substitute to unambiguous GUI.
617         From Christian Laubscher <christian.laubscher@tiscalinet.ch>
619 2002-10-12  Pavel Roskin  <proski@gnu.org>
621         * lib/mc.ext.in: Redirect stderr from "links" to suppress a
622         warning if it's not found.
624 2002-10-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
626         * doc/mc.1.in (SMB File System): Username is allowed in
627         URLs now (/#smb:[user@]machine).
628         * doc/ru/mc.1.in: Likewise.
630 2002-10-08  Pavel Roskin  <proski@gnu.org>
632         * configure.in: Rename RH_VERSION to RPM_VERSION - not every
633         rpm-based system is Red Hat.  Replace all dashes, not just one.
635         * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
636         termcap if terminfo is missing in the known locations.
637         * configure.in: Remove --with-termcap processing, it is now in
638         acinclude.m4.
640 2002-10-02  Pavel Roskin  <proski@gnu.org>
642         * syntax/syntax.syntax: Fix highlighting for "gray".
644 2002-10-01  Pavel Roskin  <proski@gnu.org>
646         * configure.in: Expand $bindir and $datadir to show at the end.
647         Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
649 2002-09-29  Pavel Roskin  <proski@gnu.org>
651         * configure.in: Remove the argument from --with-gpm-mouse.  The
652         directories for include files and libraries can be specified
653         using LDFLAGS and CPPFLAGS, as documented in the output of
654         "configure --help".
656         * configure.in: Complete rewrite of the screen library support.
657         Add new option --with-screen instead on --with-slang,
658         --with-included-slang and --with-ncurses.  Only allow
659         --with-termcap is using the included S-Lang library.
660         * aclocal.m4: Corresponding changes.
662         * syntax/mail.syntax: Replace "wholechars right" and "wholechars
663         left" with single "wholechars".
664         * syntax/nroff.syntax: Likewise.
665         * syntax/sh.syntax: Likewise.
666         * syntax/tcl.syntax: Likewise.
668         * syntax/*.syntax: Remove numeric Cooledit colors.  It's
669         unreasonable to require them to be correct.  On the other hand,
670         Cooledit can easily be changed to accept named color names.
672         * syntax/syntax.syntax: Don't require Cooledit colors for
673         highlighting color names.  Remove Cooledit colors.
675         * syntax/m4.syntax: Don't use yellow color on parentheses, since
676         it interferes with parentheses highlighting.  Remove list of
677         supported Autoconf macros.
679 2002-09-26  Pavel Roskin  <proski@gnu.org>
681         * syntax/syntax.syntax: Remove highlighting for numbers - it's
682         for Cooledit only.
684         * syntax/c.syntax: Require at least one space at the beginning
685         of indented cpp directives.  Use brightmagenta for them.
687         * syntax/syntax.syntax: Don't start keywords with "\[" - it
688         doesn't work.  Use "\[\]" at the end of keywords to suppress
689         their special meaning.
691 2002-09-22  Pavel Roskin  <proski@gnu.org>
693         * doc/Makefile.am: Remove width from the man2hlp command line.
694         The same for translations.
696         * configure.in: Remove support for HSC proxy - it's obsolete.
697         Remove all references to HSC proxy everywhere.
699 2002-09-21  Pavel Roskin  <proski@gnu.org>
701         * configure.in: Bump version to 4.6.0-pre1b.
703         * doc/hu/mc.hlp.hu: Rename to ...
704         * doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
705         * configure.in: Substitute doc/hu/mc.hlp.hu.
706         * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
708         * doc/mc.1.in: Update path to the data files.  Rename MC_LIBDIR
709         to MC_DATADIR.  Make the same changes in the translations.
711         * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
712         directory for architecture-independent files.
714 2002-09-19  Pavel Roskin  <proski@gnu.org>
716         * syntax/m4.syntax: New file.
717         * syntax/Syntax: Add m4.syntax.
718         * syntax/Makefile.am: Likewise.
719         From Vlad Romanenko <VladRomanenko@ukr.net>
721         * syntax/sql.syntax: Only recognize non-standard MySQL comments
722         at the beginning of line.
724 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
726         * syntax/syntax.syntax: Add "linestart" for "context",
727         "context default" and "context exclusive" keywords.
728         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
729         and "%5.5s" formats.
731 2002-09-18  Pavel Roskin  <proski@gnu.org>
733         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
734         rules for syntax files ...
735         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
736         and "include" keywords.
737         * syntax/Makefile.am: Add syntax.syntax.
739 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
741         * syntax/js.syntax: Advanced number highlighting.
743 2002-09-17  Pavel Roskin  <proski@gnu.org>
745         * syntax/c.syntax: Highlight "?" by the same color as ":".
746         * syntax/java.syntax: Likewise.
747         * syntax/swig.syntax: Likewise.
748         * syntax/python.syntax: Remove duplicate keyword ":".
750         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
751         m4 directory is used by aclocal.
752         * m4/Makefile.am: New file.
753         * configure.in: Substitute m4/Makefile.
754         * autogen.sh: Don't copy any macro files, use m4 directory.
756         * syntax/Makefile.am: Add js.syntax.
758         * configure.in: Add support for glib 2.x.  Right now, it has to
759         be explicitly enabled by `--with-glib2'.
760         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
762 2002-09-16  Pavel Roskin  <proski@gnu.org>
764         * syntax/js.syntax: New file.
765         * syntax/Syntax: Add js.syntax.
766         From Vlad Romanenko <VladRomanenko@ukr.net>
768 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
770         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
771         of local xnc.hlp
772         * doc/pl/xnc.hlp: Removed.
774 2002-09-13  Pavel Roskin  <proski@gnu.org>
776         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
777         Remove "potfiles" command.
778         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
779         compatibility with gettext 0.10.x.
781         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
782         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
784         * po/Makevars: New file for compatibility with gettext 0.11.x.
786         * configure.in: Remove "Debugger code" message.
788         * acinclude.m4: Replace undelfs_o with use_undelfs.
789         * configure.in: Likewise.  Don't substitute it.
791         * configure.in: Simplify processing of without-edit.  Replace
792         several variables with use_edit.
793         * acinclude.m4: Remove AC_WITH_EDIT.
795         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
796         use_smbfs.
797         * configure.in: Likewise.
798         * INSTALL: Document --with-samba.
800         * configure.in: Roll --enable-mcserv-install into ...
801         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
802         * INSTALL: Document --with-mcfs.
804 2002-09-12  Pavel Roskin  <proski@gnu.org>
806         * configure.in: Don't check if crypt() prototype is needed to
807         avoid warnings - the whole code is not worth avoiding one
808         legitimate warning.
809         * acinclude.m4: Remove AC_TRY_WARNINGS.
811         * configure.in: ALL_LINGUAS should be defined unconditionally.
813         * acinclude.m4: Clarify some help texts, add defaults in square
814         brackets, use more consistent spacing.
815         * configure.in: Likewise.
817         * lib/mc.menu: Don't call tarballs "releases".  Don't
818         dereference symlinks.
820 2002-09-10  Pavel Roskin  <proski@gnu.org>
822         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
824 2002-09-07  Pavel Roskin  <proski@gnu.org>
826         * configure.in: Eliminate --with-terminfo option, which was
827         essentially equivalent to --with-included-slang and didn't force
828         anything.
829         * acinclude.m4 (AC_USE_TERMINFO): Remove.
830         * INSTALL: Adjust to match.
831         * FAQ: Likewise.
833 2002-09-05  Pavel Roskin  <proski@gnu.org>
835         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
836         NETFILES - it's unused.
838         * configure.in: Check for arpa/inet.h.
840         * mcfn_install: Remove.  Also remove all references to it.
841         * INSTALL.FAST: Update information about ncurses.
842         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
844         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
845         LIBS.
846         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
847         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
848         test for ncurses in non-standard directories.
850 2002-09-04  Pavel Roskin  <proski@gnu.org>
852         * lib/mc.ext.in: Remove edit rules for compressed files that
853         were compressing even unchanged files - the editor itself can
854         handle compression better.
856 2002-09-03  Pavel Roskin  <proski@gnu.org>
858         * acinclude.m4: Remove Termnet support, it's too old and obscure
859         to be supported properly.
861 2002-08-27  Pavel Roskin  <proski@gnu.org>
863         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
864         OpenOffice.org, not StarOffice.  Add more video formats.
866         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
867         unnecessary pipeline.  Redirect stderr from cpio, because it can
868         be non-empty even for successful operations.
870 2002-08-26  Pavel Roskin  <proski@gnu.org>
872         * syntax/spec.syntax: New file.
873         * syntax/Syntax: Add spec.syntax.
874         * syntax/Makefile.am: Likewise.
875         From PLD Linux Distribution with minor changes.
877 2002-08-25  Pavel Roskin  <proski@gnu.org>
879         * lib/mcserv.init: Update from Red Hat package.
880         * lib/mcserv.pamd: Likewise.
882         * configure.in: Fix interpretation of the iconv test result.
883         Reported by Pavel Shirshov <pavelsh@mail.ru>
885         * mc.sh.in: Only bash needs the mc() function to be exported.
887         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
888         instead of /usr where appropriate.
889         * doc/Makefile.am: Enable generation of the help file.
891         * doc/pl/*: Add Polish translation.
892         * doc/Makefile.am: Adjust for the above.
893         * configure.in: Likewise.
895 2002-08-24  Pavel Roskin  <proski@gnu.org>
897         * lib/edit.indent.rc: Use tidy to format HTML.
898         From David Martin <dmartina@excite.com>
900         * lib/cedit.menu: Remove all references to the error file.
901         * lib/edit.indent.rc: Likewise.
902         * lib/edit.spell.rc: Likewise.
904 2002-08-23  Pavel Roskin  <proski@gnu.org>
906         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
907         use only for the programs that need it (mc and mcserv).
909         * configure.in: Fix help text for gpm and ncurses.  Properly
910         handle --without-ncurses.
911         Reported by Moritz Barsnick <moritz@barsnick.net>
913         * configure.in: Work around a bug in Autoconf-2.53 that prevents
914         splitting of user-specified path in AC_PATH_PROGS.
916         * configure.in: Move glib test earlier, as it tends to fail for
917         many users.  Make GLIB_CONFIG a precious variable.  Check for
918         glib12-config - that's how it's called on FreeBSD.
919         Reported by Pavel Shirshov <pavelsh@mail.ru>
921 2002-08-22  Pavel Roskin  <proski@gnu.org>
923         * configure.in: Remove old-style Linux-only support for shadow
924         passwords.
926 2002-08-21  Pavel Roskin  <proski@gnu.org>
928         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
929         now, otherwise Automake 1.5 breaks.  Remove version number from
930         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
931         Substitute RH_VERSION, which is VERSION without dashes, needed
932         for RedHat specfile.
934         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
935         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
936         two places.
938         Release mc-4.6.0-pre1.
940         * configure.in: Bump version to 4.6.0-pre1.
941         * po/*.po: Regenerate.
943 2002-08-20  David Martin  <dmartina@excite.com>
945         * doc/es/mc.1.in: Minor changes.
946         * doc/es/xnc.hlp: Likewise.
948 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
950         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
951         %{_mandir}/*/man1/*.
953 2002-08-20  Pavel Roskin  <proski@gnu.org>
955         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
957 2002-08-19  Pavel Roskin  <proski@gnu.org>
959         * configure.in: Add Italian documentation.
960         * doc/Makefile.am: Likewise.
962         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
964         * configure.in: Enable subshell support on all operating systems
965         by default.  Old issues are most likely solved by now.
967 2002-08-18  Pavel Roskin  <proski@gnu.org>
969         * lib/mc.ext.in: Try links before lynx.  Force full path when
970         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
971         is already broken if the program starts in background.  Add a
972         comment discouraging taking this code as example.
974         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
975         obsolete.
976         * doc/es/mc.1.in: Likewise.
977         * doc/ru/mc.1.in: Likewise.
978         * doc/hu/mc.hlp.hu: Likewise.
980         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
981         was unsafe by design and is no longer supported.  Use %t instead
982         of %u to preserve tags in case of failure.
984         * vfs/extfs/ftplist.in: Remove support for running commands, it
985         makes no sense.
987 2002-08-16  Pavel Roskin  <proski@gnu.org>
989         * lib/mc.global: Remove, it duplicates the role of mc.lib.
990         * lib/mc.lib: Add contents of mc.global.
991         * lib/Makefile.am: Remove all references to mc.global.
993         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
994         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
996 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
998         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
999         set, umask and unset like other builtin commands.
1001 2002-08-15  Pavel Roskin  <proski@gnu.org>
1003         * configure.in: Remove check for SIGTSTP, it's not needed for
1004         the subshell support.
1006         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
1007         done at runtime.
1008         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
1010 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
1012         * doc/ru/mc.1.in: Remove reference to README.edit.
1013         * doc/mc.1.in: Likewise.
1014         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
1015         everywhere.
1017 2002-08-14  Pavel Roskin  <proski@gnu.org>
1019         * doc/mc.1.in: Consistently use "native" ftp syntax.
1020         * doc/ru/mc.1.in: Likewise.
1021         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
1022         * doc/es/xnc.hlp: Likewise.
1024         * lib/mc.hlp.hu: Move ...
1025         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
1027 2002-08-09  Pavel Roskin  <proski@gnu.org>
1029         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
1030         and entries that are obsolete or make no sense.
1032         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
1033         "How to use help".
1035         * doc/Makefile.am: Don't distribute help file.  Generate it in
1036         the build directory.
1037         * doc/es/Makefile.am: Likewise.
1038         * doc/ru/Makefile.am: Likewise.
1040         * lib/xnc.hlp: Move ...
1041         * doc/xnc.hlp: ... here.
1042         * doc/Makefile.am: Necessary adjustments.
1043         * lib/Makefile.am: Likewise.
1044         * src/Makefile.am: Likewise.
1046         * configure.in: Add Spanish documentation.
1047         * doc/Makefile.am: Likewise.
1048         * doc/es: Spanish documentation.
1049         From David Martin <dmartina@excite.com>
1051 2002-08-08  Pavel Roskin  <proski@gnu.org>
1053         * lib/mc.lib: Add f11-f20 keys for Konsole.
1055 2002-08-06  Pavel Roskin  <proski@gnu.org>
1057         * syntax/lisp.syntax: New file.
1058         * syntax/Syntax: Add lisp.syntax.
1059         * syntax/Makefile.am: Likewise.
1060         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
1061         changes.
1063 2002-08-04  Pavel Roskin  <proski@gnu.org>
1065         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
1066         subshell if this test fails.
1068 2002-08-03  Pavel Roskin  <proski@gnu.org>
1070         * syntax/mail.syntax: Colors changed to be more readable.
1072         * syntax/html.syntax: Don't require character entities to be
1073         whole, but check their validity.
1075 2002-08-02  Pavel Roskin  <proski@gnu.org>
1077         * configure.in: No longer need to define REGEX_MALLOC.
1079 2002-08-01  Pavel Roskin  <proski@gnu.org>
1081         * configure.in: Remove support for MAD and Electric Fence.
1082         Developers should use modern memory debuggers (e.g. Valgrind).
1083         * INSTALL: Remove references to MAD.
1085 2002-07-31  Pavel Roskin  <proski@gnu.org>
1087         * syntax/html.syntax: Remove recognition for any individual
1088         words - there are too many of them, we cannot keep up.
1090 2002-07-30  Pavel Roskin  <proski@gnu.org>
1092         * doc/ru/Makefile.am: Use man2hlp directly.
1094 2002-07-28  Pavel Roskin  <proski@gnu.org>
1096         * syntax/changelog.syntax: Highlight "*" only after tab.  This
1097         requires fixed syntax highlighting.
1099         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
1100         default. Open *.xls with gnumeric.  Use mplayer for most video
1101         formats.
1103         * syntax/nroff.syntax: Require most keywords to be whole.
1105 2002-07-21  Pavel Roskin  <proski@gnu.org>
1107         * syntax/fortran.syntax: Fix highlighting of "*" at the
1108         beginning of line.  Recognize "     +" as continuation.  Move
1109         all "linestart" keywords earlier to avoid more conflicts.
1111 2002-07-18  Pavel Roskin  <proski@gnu.org>
1113         * syntax/unknown.syntax: Don't highlight anything by default.
1115         * syntax/changelog.syntax: Highlight functions without
1116         filenames.
1117         * syntax/Syntax: Match *ChangeLog*.
1119         * syntax/c.syntax: Reenable highlighting for "/" and preserve
1120         highlighting for "//" comments by using exclusive context.
1121         * syntax/java.syntax: Likewise.
1122         * syntax/swig.syntax: Likewise.
1123         * syntax/slang.syntax: Reenable highlighting for "/".
1124         * syntax/sql.syntax: Enable highlighting for "/" and "-".
1126         * syntax/sql.syntax: New file.
1127         * syntax/Syntax: Add sql.syntax.
1128         * syntax/Makefile.am: Likewise.
1129         From Walery Studennikov <despair@sama.ru> with minor changes.
1131 2002-07-16  Pavel Roskin  <proski@gnu.org>
1133         * lib/mc.ext.in: Remove handling of executables.  They should
1134         be handled internally for "pause after run" to work.
1136         * syntax/Syntax: Associate *.itcl with tcl.syntax.
1137         * syntax/tcl.syntax: Add itcl keywords, other improvements.
1139 2002-07-15  Pavel Roskin  <proski@gnu.org>
1141         * configure.in: Don't check for strcasecmp(), strncasecmp() and
1142         strdup() - test results are not used except in gettext, which
1143         provides its own tests.
1145         * configure.in: When checking for ncurses, check for
1146         has_colors(), not curses_version() - the later is missing in
1147         older version of ncurses.
1149 2002-07-13  Pavel Roskin  <proski@gnu.org>
1151         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
1152         not to LIBS.
1153         * configure.in: Fix breakage in ncurses headers check from the
1154         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
1155         Define REGEX_MALLOC here.
1157         * acinclude.m4 (AC_NCURSES): Remove.
1158         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
1159         AC_CHECK_LIB to check existence of ncurses library.  Eliminate
1160         variables force_ncurses and search_ncurses.
1162 2002-07-10  Pavel Roskin  <proski@gnu.org>
1164         * configure.in: Remove --with-netrc, it is now default and can
1165         be disabled at the runtime.
1167         * syntax/tcl.syntax: New file.
1168         * syntax/Syntax: Add tcl.syntax.
1169         * syntax/Makefile.am: Likewise.
1170         * syntax/java.syntax: Don't treat #define separately from other
1171         preprocessor directives.
1172         * syntax/slang.syntax: Likewise.
1173         * syntax/swig.syntax: Likewise.
1175 2002-07-09  Pavel Roskin  <proski@gnu.org>
1177         * syntax/c.syntax: Don't treat #define separately from other
1178         preprocessor directives.
1180 2002-07-08  Pavel Roskin  <proski@gnu.org>
1182         * syntax/perl.syntax: Highlight text after __END__ as a comment.
1183         * syntax/po.syntax: Avoid gray color, which is hard to see.
1185 2002-07-05  Pavel Roskin  <proski@gnu.org>
1187         * syntax/dos.syntax: Add more commands.
1189 2002-07-04  Pavel Roskin  <proski@gnu.org>
1191         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
1192         sort authors.
1194 2002-06-24  Pavel Roskin  <proski@gnu.org>
1196         * syntax/dos.syntax: New file - highlighting for DOS batch
1197         files.  From Petr Kozelka <pkozelka@centrum.cz>
1198         * syntax/Syntax: Add dos.syntax.
1199         * syntax/Makefile.am: Likewise.
1201 2002-06-04  Max Schedriviy  <max@humgat.org>
1203         * syntax/php.syntax: New version.
1205 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
1207         * NEWS: Mention ftpfs/fish uploading changes and new configure
1208         options --with-codepagedir=DIR, --with-configdir=DIR and
1209         --without-mcfs.
1211 2002-05-22  Pavel Roskin  <proski@gnu.org>
1213         * doc/ru/Makefile.am: Fix out-of-tree build.
1215 2002-05-14  Pavel Roskin  <proski@gnu.org>
1217         * configure.in: Fix logic for gettext 0.10.x.
1219 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
1221         * configure.in: Don't generate po/Makefile if
1222         there is 'top_builddir' in po/Makefile.in.
1223         * autogen.sh: More fixes for gettext 0.11+.
1225 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
1227         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
1229 2002-04-21  Pavel Roskin  <proski@gnu.org>
1231         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
1232         can play them.
1234 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
1236         * autogen.sh: Fix for gettext 0.11 family (and newer).
1238 2002-04-08  Pavel Roskin  <proski@gnu.org>
1240         * autogen.sh: Allow gettext newer than 0.10.39.
1241         From Björn Eriksson <bjorn@bjornen.nu>
1243 2002-04-03  Pavel Roskin  <proski@gnu.org>
1245         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
1246         by "make clean" because not everyone has Perl to rebuild it.
1248 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
1250         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
1251         first line regular expression.
1253 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
1255         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
1256         or newer is not used.
1257         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
1259         * src/Makefile.am: Move mc.hlp.ru processing ...
1260         * doc/ru/Makefile.am: ... here.
1262 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
1264         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
1265         * syntax/c.syntax: Highlight "%p" printf format.
1266         Allow '*' as width and precision for strings and numbers.
1268         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
1269         * doc/ru/mc.1.in: Likewise.
1271 2002-03-18  Pavel Roskin  <proski@gnu.org>
1273         * doc/ru/Makefile.am: Distribute xnc.hlp.
1275 2002-03-12  Pavel Roskin  <proski@gnu.org>
1277         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
1279 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
1281         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
1282         * doc/ru/Makefile.am: New file.
1284 2002-03-08  Pavel Roskin  <proski@gnu.org>
1286         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
1288 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
1290         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
1292 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
1294         * doc/mc.1.in: Use nodename `Background jobs' for section
1295         `Background Jobs' to reflect user visible Command menu option
1296         and src/cmd.c dialog implementation.
1298         * doc/ru: New directory for Russian manuals.
1299         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
1300         translated by Victor A. Kostromin for mc 4.5.30.  Converted
1301         from binary mc.hlp.ru, corrected and actualized by me.
1302         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
1303         * doc/ru/.cvsignore: Ignore mc.1.
1305 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
1307         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
1308         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
1309         mc.lib settings.
1311         (Virtual File System): Document SMB File System.
1313 2002-02-26  Pavel Roskin  <proski@gnu.org>
1315         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
1316         message "no symbol found" for unsupported architectures and
1317         provide more useful information.
1319 2002-02-22  Pavel Roskin  <proski@gnu.org>
1321         * README.smbfs: Remove.  It contained no useful information
1322         and the webpage is now dead.
1323         * Makefile.am: Remove README.smbfs.
1325         * README: Mention that glib 1.2.x is required.
1327 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
1329         * lib/edit.indent.rc: Use "#! /bin/sh"
1330         * lib/edit.spell.rc: Likewise.
1331         * lib/mcserv.init: Likewise.
1333         * lib/cedit.menu: Eliminate bashisms.
1334         Add missed `:' in AUTHOR evaluation.
1335         Unset LANGUAGE and make LC_ALL empty.
1336         Use "#! /path/to/program".
1338 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
1340         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
1341         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
1342         Fix tarfs URL syntax example.  Minor typo and format fixes.
1344 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
1346         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
1347         Fix location of configuration files.
1349 2002-02-05  Pavel Roskin  <proski@gnu.org>
1351         * configure.in: Don't use defunct ncurses_version.
1352         Reported by Thomas Dickey <dickey@herndon4.his.com>
1353         Set force_ncurses whenever --with-ncurses is used.  If set,
1354         suppress checks for S-Lang and fail is ncurses is not found.
1356         * configure.in: Introduce a new variable screen_type that is
1357         either "slang" or "ncurses" without additional text.  Use it
1358         instead of screen_manager whenever possible.  Fix text in
1359         AC_NCURSES call, use m4 quotes and move shell quotes into the
1360         macro.
1361         * acinclude.m4: Likewise.
1363 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
1365         * syntax/Syntax: Known Delphi/Kylix source file extensions
1366         supported (*.dpr, *.inc).
1367         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
1368         Special highlighting for CVS keywords.  Understands single-line
1369         comments (//).
1371 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
1373         * configure.in (ALL_LINGUAS): Added "bg"
1375 2002-01-21  Pavel Roskin  <proski@gnu.org>
1377         * NEWS: Mention word completion in the editor.
1379 2002-01-17  Pavel Roskin  <proski@gnu.org>
1381         * extraconf.h: Remove OS/2 specific code.
1383         * doc/mc.1.in (Configuration): Clarify some entries.
1385 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
1387         * acinclude.m4: New options for smbfs:
1388         --with-configdir=DIR    Where the Samba configuration files are (/etc)
1389         --with-codepagedir=DIR  Where the Samba codepage files are
1391 2002-01-11  Pavel Roskin  <proski@gnu.org>
1393         * syntax/xml.syntax: New file - highlighting for XML.
1394         From Petr Kozelka <pkozelka@centrum.cz>
1395         * syntax/Syntax: Add xml.syntax.
1396         * syntax/Makefile.am: Likewise.
1398 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
1400         * configure.in: Added "eu" to ALL_LINGUAS.
1402 2002-01-03  Pavel Roskin  <proski@gnu.org>
1404         * lib/mc.menu: Correct quoting.
1405         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
1407         * NEWS: Mention removal of the OS/2 port.
1408         * README.PC: Remove OS/2 specific parts.
1410 2002-01-02  Pavel Roskin  <proski@gnu.org>
1412         * configure.in: Make help about --with-subshell easier to
1413         understand.  Minor alignment fixes for the help.
1414         * acinclude.m4: Minor alignment fixes for the help.
1416 2001-12-31  Pavel Roskin  <proski@gnu.org>
1418         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
1419         from vfs/Make-mc.in.
1421 2001-12-27  Duarte Loreto  <happyguy_pt@hotmail.com>
1423         * configure.in: Added Portuguese to ALL_LINGUAS
1425 2001-12-21  Pavel Roskin  <proski@gnu.org>
1427         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
1428         Don't remove slang/slang.h - it's never created.
1430         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
1431         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
1432         unused.
1434 2001-12-01  Wang Jian  <lark@linux.net.cn>
1436         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
1438 2001-11-29  Pavel Roskin  <proski@gnu.org>
1440         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
1442 2001-11-27  Pavel Roskin  <proski@gnu.org>
1444         * lib/mc.ext.in: When running X programs in background, do it
1445         from subshell.  Otherwise some of them terminate when mc exits.
1446         Reported by Christian Dysthe <christian@dysthe.net>
1447         Remove some obsolete and gmc-specific entries.  Use StarOffice
1448         to open files detected as "Microsoft Office Document".
1450         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
1451         XFree86 4.1.0.
1453 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
1455         * doc/mcedit.1.in: Fix help file location.
1457 2001-11-14  Pavel Roskin  <proski@gnu.org>
1459         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
1460         fallback to ino_t for e2fsprogs version 1.19 and older.
1462 2001-10-30  Pavel Roskin  <proski@gnu.org>
1464         * lib/mc.ext.in: Add support for Netpbm files.
1466 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
1468         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
1469         http://bugzilla.gnome.org/show_bug.cgi?id=60935
1470         By drk@sgi.com.
1472         * doc/mc.1.in: Document %p macro.
1474 2001-10-24  Pavel Roskin  <proski@gnu.org>
1476         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
1477         Allow using --without-mmap.
1478         * INSTALL: Document --without-mmap.
1480 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
1482         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
1483         of languages to be installed by setting env variable before
1484         configure. If it is empty, it defaults to full list.
1485         By Alex Tkachenko <alex@bcs.zp.ua>.
1487 2001-10-19  Pavel Roskin  <proski@gnu.org>
1489         * syntax/sh.syntax: Highlight reserved words inside backticks.
1490         Use the same wholechars settings for reserved words and
1491         commands.  Recognize more words.  Recognize function definitions
1492         without "function" or without "()".  Use brightmagenta instead
1493         of brightblue.
1495 2001-10-18  Pavel Roskin  <proski@gnu.org>
1497         * configure.in: When checking for "nroff -mandoc" support, don't
1498         use /dev/null as input file, use stdin.  Some versions of nroff
1499         (e.g. groff-1.16.1) don't accept special files.
1501 2001-10-14  Pavel Roskin  <proski@gnu.org>
1503         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
1504         Makefile.  Don't allow any suffixes after "Makefile".
1506 2001-10-12  Pavel Roskin  <proski@gnu.org>
1508         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
1509         format).
1511 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
1513         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
1514         Fix compress<->bzip2 conversion and conversion of tagged
1515         archives.
1517 2001-10-05  Pavel Roskin  <proski@gnu.org>
1519         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
1520         Suggested by Marcel Pol <mpol@gmx.net>
1522         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
1523         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
1524         and *.mid files.
1526 2001-09-30  Pavel Roskin  <proski@gnu.org>
1528         * configure.in: Don't check whether grep supports stdin - it's
1529         not used anymore.
1530         * NEWS: Mention this change.
1532 2001-09-19  Pavel Roskin  <proski@gnu.org>
1534         * doc/mcedit.1.in: Fix a very long line - use double
1535         backslashes since they are interpreted even in the .nf blocks.
1537         * lib/edit.spell.rc: Try aspell before resorting to ispell.
1539         * syntax/php.syntax: Replace with a better implementation by
1540         Max Schedriviy <max@tavrida.net>
1542 2001-09-15  Pavel Roskin  <proski@gnu.org>
1544         * doc/mc.1.in: Fix location of mcedit files.
1545         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
1547 2001-09-14  Pavel Roskin  <proski@gnu.org>
1549         * configure.in: Don't check for ncurses version and for keyok()
1550         because the mouse support code doesn't need this hack anymore.
1552 2001-09-13  Pavel Roskin  <proski@gnu.org>
1554         * configure.in: Fix some cases of overquoting and underquoting.
1555         * acinclude.m4: Likewise.
1557 2001-09-12  Pavel Roskin  <proski@gnu.org>
1559         * configure.in: Update list of browsers.  Don't fallback to
1560         lynx since it cannot be run in background.
1561         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
1562         If no browser for X11 was found, use lynx.
1564         * autogen.sh: Add a workaround to ensure that "depcomp" is
1565         distributed.
1566         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
1567         where appropriate.
1568         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
1569         terminfo.
1571         * configure.in: Use three-argument form of AC_INIT.  Use
1572         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
1573         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
1574         is not needed if AC_CONFIG_AUX_DIR is used.
1575         * vfs/Make-mc.in: Adjust mkinstalldirs location.
1576         * autogen.sh: Create "config" and remove "autom4te.cache".
1578 2001-09-11  Pavel Roskin  <proski@gnu.org>
1580         * syntax/Syntax: New file, extracted from edit/syntax.c.
1581         * syntax/Makefile.am: Add Syntax.
1583         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
1584         to LIBS.  Don't use unportable "grep -q", use "case" instead.
1586 2001-09-10  Pavel Roskin  <proski@gnu.org>
1588         * configure.in: Only check for X if --with-tm-x-support has been
1589         specified.
1591         * configure.in: Add check for sys/ioctl.h.
1593         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
1595         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
1596         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
1597         testing for functions in ncurses.
1599         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
1600         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
1601         * acconfig.h: Remove.
1603         * configure.in: Eliminate LIBSLANG and LSLANG.
1604         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
1606         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
1607         resizeterm() and keyok() only if configuring with ncurses.
1609         * configure.in: Remove now unused variables LIBVFS and LVFS.
1611         * configure.in: Remove unused variables LINTL and INTLDEPS.
1613         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
1614         building with included gettext, because libintl.h is copied
1615         there.
1617 2001-09-09  Pavel Roskin  <proski@gnu.org>
1619         * NEWS: Update.
1621         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
1622         checks -lgen for getmntent as of Autoconf 2.52.
1624 2001-09-07  Pavel Roskin  <proski@gnu.org>
1626         * configure.in: Check for pwd.h.
1628         * Make.common.in: Remove.
1629         * configure.in: Remove all references to Make.common.in and
1630         MCCPPFLAGS.
1631         * aclocal.m4: Likewise.
1633         * configure.in: Require Autoconf 2.52.  Remove hacks for
1634         Autoconf 2.13.
1635         * Makefile.am: Require Automake 1.5.
1637 2001-09-06  Pavel Roskin  <proski@gnu.org>
1639         * syntax/php.syntax: New file - PHP file highlighting.  Copied
1640         from Cooledit 3.17.4.
1641         * syntax/Makefile.am: Add php.syntax.
1643 2001-09-06  Timur Bakeyev  <mc@bat.ru>
1645         * acconfig.h: Brought back couple of symbols, that are still necessary
1646         due reference to them from configure.in.
1648 2001-09-04  Pavel Roskin  <proski@gnu.org>
1650         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
1651         strictness for dates.
1653         * doc/mc.1.in: Fix troff warnings.
1654         * doc/mcedit.1.in: Likewise.
1656 2001-09-03  Pavel Roskin  <proski@gnu.org>
1658         * doc/mc.1.in: Spellcheck.
1659         * doc/mcedit.1.in: Likewise.
1660         * doc/mcserv.8.in: Likewise.
1662         * doc/mc.1.in (Learn Keys): Complete rewrite.
1664 2001-09-02  Pavel Roskin  <proski@gnu.org>
1666         * acconfig.h: Remove all unused symbols.
1668         * lib/ncurses.h: Remove.
1669         * lib/Makefile.am: Remove ncurses.h.
1671 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
1673         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
1675 2001-08-28  Pavel Roskin  <proski@gnu.org>
1677         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
1678         like EOF.
1680 2001-08-26  Pavel Roskin  <proski@gnu.org>
1682         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
1683         CONS_SAVER.  Put all conditionals together.
1685         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
1686         Automake 1.5.
1688         * configure.in: Remove XCURSES variable - it's unused.
1690         * configure.in: New conditional USE_EDIT.
1692         * syntax/changelog.syntax: Don't require '@' to be in the
1693         address.  This also works around a bug in the syntax engine
1694         that prevented highlighting of addresses.
1696 2001-08-25  Pavel Roskin  <proski@gnu.org>
1698         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
1700 2001-08-24  Pavel Roskin  <proski@gnu.org>
1702         * extraconf.h: Remove all references to HAVE_X.
1703         * acinclude.m4: s/GNOME_/MC_/
1704         * configure.in: Likewise.  Remove or clarify all references to
1705         the "text edition".  Minor fixes.
1707         * configure.in: Remove support for curses libraries other than
1708         ncurses.
1709         * acinclude.m4: Likewise.
1710         * FAQ: Remove everything about UNIX curses.
1711         * INSTALL: Likewise.
1713         * configure.in: Enable large file support by default.
1714         * NEWS: Mention it.
1715         * INSTALL: Document it.  Minor fixes.
1717         * FAQ: Remove information about GNOME edition.  Minor fixes.
1718         * README: Likewise.
1719         * NEWS: Mention removing the GNOME edition.
1721         * acinclude.m4: Include all used macros from the macros
1722         directory.
1723         * autogen.sh: Remove all references to "macros".
1724         * Makefile.am: Likewise.
1726         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
1727         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
1729         * lib/startup.links: Remove.
1730         * lib/README.desktop: Likewise.
1731         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
1733         * configure.in: Bump version to 4.5.99a.
1735         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
1736         * po/*.po: Regenerate.
1738         * AUTHORS: Update and spell check.
1739         * FAQ: Likewise.
1740         * INSTALL: Likewise.
1741         * INSTALL.FAST: Likewise.
1742         * NEWS: Likewise.
1743         * README.PC: Likewise.
1744         * README.QNX: Likewise.
1746         * configure.in: Add check for stropts.h.
1748 2001-08-23  Pavel Roskin  <proski@gnu.org>
1750         * lib/edit.indent.rc: Create cooledit.error right away to
1751         override its old contents.  Don't use ksh extensions.  Treat *.C
1752         files as C++.  Recognize more C++ extensions.  Support java.
1753         Update URL for "astyle".  Quote all arguments to protect spaces.
1754         * lib/edit.spell.rc: Don't save terminal settings - mc does it
1755         itself.  Quote all arguments to protect spaces.
1757 2001-08-21  Pavel Roskin  <proski@gnu.org>
1759         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
1760         files if GNOME frontend is disabled.
1761         * idl/Makefile.am: Likewise.
1762         * lib/Makefile.am: Likewise.
1763         * new_icons/Makefile.am: Likewise.
1765         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
1766         case it already has gettext macros elsewhere and doesn't like
1767         duplicates (i.e. it's aclocal from Automake-1.4).
1769 2001-08-20  Pavel Roskin  <proski@gnu.org>
1771         * AUTHORS: Updated.
1772         * INSTALL: Likewise.
1773         * NEWS: Likewise.
1774         * doc/mc.1.in: Likewise.
1775         * doc/mcserv.8.in: Likewise.
1777         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
1778         for sys/mount.h.
1780 2001-08-19  Andras Timar  <timar@gnome.hu>
1782         * lib/Makefile.am: Added Hungarian hints
1783         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
1785 2001-08-19  Pavel Roskin  <proski@gnu.org>
1787         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
1789 2001-08-17  Pavel Roskin  <proski@gnu.org>
1791         * syntax/po.syntax: New file - PO file highlighting.
1792         From David Martin <dmartina@excite.es>
1793         * syntax/Makefile.am: Add po.syntax.
1795         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
1796         it's sometimes missing from the databases.
1798 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
1800         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
1801         * lib/Makefile.am: Reflect above change.
1803 2001-08-15  Pavel Roskin  <proski@gnu.org>
1805         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
1807 2001-08-14  Pavel Roskin  <proski@gnu.org>
1809         * lib/mc.lib: Add popular sequences for "home" and "end" in
1810         "xterm" and "xterm-color" terminals.
1812 2001-08-13  Pavel Roskin  <proski@gnu.org>
1814         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
1816         Replace "Can't" with "Cannot" everywhere.
1818 2001-08-12  Pavel Roskin  <proski@gnu.org>
1820         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
1821         subshell, not for "Open file...".
1822         (emacs_key_map): Likewise.
1824         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1826 2001-08-10  Pavel Roskin  <proski@gnu.org>
1828         * Makefile.am (EXTRA_DIST): Remove BUGS.
1829         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
1831         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
1833         * doc/LSM: Remove, it's outdated.
1834         * doc/FILES: Likewise.
1835         * doc/DEVEL: Remove information about FILES.
1837         * FAQ: Eliminate all broken URLs on the MC site.
1838         From Frederic L. W. Meunier <0@pervalidus.net>
1840         * FAQ: Restore information about xterm.
1842 2001-08-08  Pavel Roskin  <proski@gnu.org>
1844         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1846 2001-08-07  Pavel Roskin  <proski@gnu.org>
1848         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
1850         * doc/mc.1.in: Fix all broken links.
1852 2001-08-06  Pavel Roskin  <proski@gnu.org>
1854         * INSTALL: Numerous changes.  Declare old curses obsolete.
1855         Partly from Frederic L. W. Meunier <0@pervalidus.net>
1857         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
1859 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
1861         * lib/Makefile.am: Remove space after backslash introduced in the
1862         previous commit.
1864         * lib/mc.hint.zh_TW.Big5: New file.
1865         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
1867 2001-08-02  Pavel Roskin  <proski@gnu.org>
1869         * lib/mc.hint.uk: New file.
1870         From Maksym Polyakov <polyama@yahoo.com>
1871         * lib/Makefile.am: Add mc.hint.uk.
1873 2001-08-01  Pavel Roskin  <proski@gnu.org>
1875         * lib/mc.hint.nl: New file.
1876         From Steef Boerrigter <sxmboer@sci.kun.nl>
1877         * lib/Makefile.am: Add mc.hint.nl.
1878         * lib/mc.hint: Remove ftp site.  Update copyright.
1879         * lib/mc.hint.cs: Likewise.
1880         * lib/mc.hint.es: Likewise.
1881         * lib/mc.hint.it: Likewise.
1882         * lib/mc.hint.pl: Likewise.
1883         * lib/mc.hint.ru: Likewise.  Shorten some lines.
1885         * edit/Makefile.in: Allow running "make install" before "make all".
1886         * gtkedit/Makefile.in: Likewise.
1888 2001-07-31  Pavel Roskin  <proski@gnu.org>
1890         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
1891         editor.
1892         * lib/Makefile.am: Add lib/edit.spell.rc.
1894         * autogen.sh: Use gettextize.
1895         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
1896         * po/Makefile.in.in: Likewise.
1898 2001-07-29  Pavel Roskin  <proski@gnu.org>
1900         * syntax/slang.syntax: New file.
1901         From Walery Studennikov <despair@sama.ru>
1902         * syntax/Makefile.am: Add slang.syntax.
1904 2001-07-27  Pavel Roskin  <proski@gnu.org>
1906         * extraconf.h: Move WITH_BACKGROUND here.
1908 2001-07-24  Pavel Roskin  <proski@gnu.org>
1910         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
1912 2001-07-23  Pavel Roskin  <proski@gnu.org>
1914         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
1916 2001-07-20  Pavel Roskin  <proski@gnu.org>
1918         * Make.common.in: Move all defines ...
1919         * gnome/Makefile.in: ... here ...
1920         * src/Makefile.in: ... and here.
1922 2001-07-19  Pavel Roskin  <proski@gnu.org>
1924         * configure.in: Don't check for getwd, it's completely
1925         eliminated.
1926         * INSTALL: Remove reference to HAVE_GETWD.
1928         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
1929         entries for compressed cpio archives.
1931         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
1932         they were only used in obsolete frontends.  Don't ever use %view
1933         without commands - it's slower and loses user settings, e.g.
1934         hex mode.  Put shared libraries before man pages and read.me
1935         before .me macros so that they match correctly.  Use nm for
1936         shared libraries.  Add rules for StarOffice and AbiWord.
1938 2001-07-14  Pavel Roskin  <proski@gnu.org>
1940         * configure.in: Bump version to 4.5.54a.
1942 2001-07-13  Pavel Roskin  <proski@gnu.org>
1944         * lib/mcserv.init: Fix exit status.
1945         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
1947         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
1948         "executable", which should follow a space. Simplify rules for
1949         images. Add shell/ rule for *.info files. Fix all incorrect
1950         uses of the alternation operator.
1951         Reported by Oskar Liljeblad and Michel Casabona.
1953 2001-07-12  Pavel Roskin  <proski@gnu.org>
1955         * configure.in: Don't check for iconv, it's already checked for
1956         in AM_GNU_GETTEXT.
1958 2001-07-10  Pavel Roskin  <proski@gnu.org>
1960         * doc/mc.1.in: Update documentation about hex search.
1962         * edit/edit_key_translator.c (cooledit_key_map): Bind
1963         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
1964         From Steef Boerrigter <sxmboer@sci.kun.nl>
1966         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
1967         * edit/edit_key_translator.c (cooledit_key_map): Add support
1968         for bracket matching on Alt-B.
1969         * gtkedit/gtkeditkey.c: Likewise.
1970         From Steef Boerrigter <sxmboer@sci.kun.nl>
1972 2001-07-06  Pavel Roskin  <proski@gnu.org>
1974         * lib/mc.ext.in: Use nm to view object files.
1976         * Make.common.in: Remove GNOME-specific and unused definitions.
1977         Partly moved to gnome/Makefile.in.
1979         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
1980         they are usused.
1981         * Make.common.in: Likewise.
1983 2001-06-29  Pavel Roskin  <proski@gnu.org>
1985         * ABOUT-NLS: Update to the version from gettext-0.10.38.
1987         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
1988         now done in configure. Move -I.. to the beginning.
1989         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
1990         libintl.a may be required to link mc.
1991         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
1992         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
1993         Move all i18n code to one place. Don't substitute INTLSUB - it's
1994         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
1995         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
1997 2001-06-25  Pavel Roskin  <proski@gnu.org>
1999         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
2000         It should be enabled explicitly by giving `--enable-largefile'
2001         to configure.
2002         * INSTALL: Document it.
2004 2001-06-22  Pavel Roskin  <proski@gnu.org>
2006         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
2008         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
2009         in struct statfs.
2010         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
2012         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
2013         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
2014         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
2015         found.
2016         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
2018 2001-06-19  Pavel Roskin  <proski@gnu.org>
2020         * configure.in: Check for telldir and seekdir. Join adjacent
2021         calls to AC_CHECK_FUNCS.
2023 2001-06-16  Pavel Roskin  <proski@gnu.org>
2025         * Makefile.am: Change the order of SUBDIRS to fully compile text
2026         edition before compiling anything for GNOME.
2027         * mc.spec.in: Don't use brace expansion to avoid implicit
2028         build-time dependency on bash.
2030 2001-06-13  Pavel Roskin  <proski@gnu.org>
2032         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
2033         the test code.
2034         * configure.in: Fix compiler warnings in the arguments to
2035         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
2036         around `=' in the `test' command.
2038 2001-06-07  Pavel Roskin  <proski@gnu.org>
2040         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
2041         GNOME documentation template.
2042         * doc-gnome/C/mkhtml: Don't generate index.
2043         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
2045 2001-06-06  Pavel Roskin  <proski@gnu.org>
2047         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
2048         conditional variables from EXTRA_DIST.
2050 2001-06-05  Pavel Roskin  <proski@gnu.org>
2052         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
2053         conversion support.
2054         From Walery Studennikov <hqsoftware@mail.ru>.
2056         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
2058 2001-06-01  Pavel Roskin  <proski@gnu.org>
2060         * lib/mc.charsets: Synchronize with the latest patch - remove
2061         a comment.
2063 2001-05-30  Pavel Roskin  <proski@gnu.org>
2065         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
2066         work with GNOME.
2068         * lib/mc.charsets: New file. From Walery Studennikov.
2069         * lib/Makefile.am: Distribute mc.charsets. Install it if
2070         the charset support is enabled.
2072         * configure.in: Add check for iconv() and the necessary code
2073         to support the charset selection patch.
2075         * configure.in: Add check for ESCDELAY variable in ncurses.
2077 2001-05-29  Pavel Roskin  <proski@gnu.org>
2079         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
2080         USE_EXT2FSLIB.
2082         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
2083         * pc/config.h: Likewise.
2085         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
2086         and "strings". Recognize "write" files and MS Word templates.
2087         For MS Excel documents try "xls2csv" and "strings".
2088         Escape spaces in the "type" directives.
2089         From Nerijus Baliunas.
2091         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
2093         * Make.common.in: Remove hpath, it's unused.
2095         * acconfig.h: Move constant parts ...
2096         * extraconf.h: ... here.
2097         [HAVE_X]: Disable subshell, s-lang and curses.
2098         * Makefile.am: Add extraconf.h.
2100 2001-05-28  Pavel Roskin  <proski@gnu.org>
2102         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
2103         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
2104         * configure.in: ... here.
2106 2001-05-27  Pavel Roskin  <proski@gnu.org>
2108         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
2109         * acconfig.h: Likewise.
2110         * src/layout.c: Likewise.
2112         * Make.common.in: Remove all percent rules.
2113         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
2114         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
2115         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
2116         AM_INIT_AUTOMAKE.
2118         * Make.common.in: Remove obsolete dependency tracking system.
2119         * configure.in: Likewise.
2120         * edit/Makefile.in: Likewise.
2121         * gnome/Makefile.in: Likewise.
2122         * gtkedit/Makefile.in: Likewise.
2123         * slang/Makefile.in: Likewise.
2124         * src/Makefile.in: Likewise.
2125         * vfs/Make-mc.in: Likewise.
2126         * src/depend.awk: Remove.
2128 2001-05-26  Pavel Roskin  <proski@gnu.org>
2130         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
2131         * syntax/octave.syntax: New file. From Walery Studennikov.
2132         * syntax/Makefile.am: Add octave.syntax.
2134         * configure.in: Fix incorrect test for stdin support in grep -
2135         it would always fail when configuring in an empty directory.
2136         Portability fixes - unset, backslashed space in here-documents.
2137         Eliminate all instances of "changequote".
2139         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
2140         user choice.
2141         * acconfig.h: Changes for the above.
2142         * INSTALL: Don't document --with-sco - it's now defunct.
2143         * INSTALL.FAST: Likewise.
2145 2001-05-25  Pavel Roskin  <proski@gnu.org>
2147         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
2148         are in the beginning of the "file" output.
2150 2001-05-23  Pavel Roskin  <proski@gnu.org>
2152         * lib/mc.ext.in: Add associations for viewing RPM files.
2154 2001-05-22  Pavel Roskin  <proski@gnu.org>
2156         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
2157         By default exit after the first error in jade.
2159         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
2160         JADEFLAGS environment variables. Report progress. Clean up on
2161         failure.
2163 2001-05-21  Pavel Roskin  <proski@gnu.org>
2165         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
2166         files.
2168         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
2169         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
2171 2001-05-20  Pavel Roskin  <proski@gnu.org>
2173         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
2174         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
2175         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
2176         * doc-gnome/C/figs/Makefile.am: Add support for converting from
2177         PNG to EPS.
2179         * Makefile.am (EXTRA_DIST): Remove create_vcs.
2180         * doc/FILES: Likewise. Typo fix.
2182 2001-05-19  Pavel Roskin  <proski@gnu.org>
2184         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
2185         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
2186         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
2188         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
2189         index entry "Moving files".
2191 2001-05-18  Pavel Roskin  <proski@gnu.org>
2193         * configure.in: Use src/main.c in AC_INIT.
2195         * create_vcs: Remove.
2197         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
2198         Add download location for glib.
2199         * mc.spec.in: Likewise.
2200         * doc/LSM: Likewise.
2201         * doc/mc.1.in: Likewise.
2202         * doc/mcedit.1.in: Likewise.
2203         * src/ext.c: Don't mention download location for MC.
2205         * FAQ: Update status of Tk, XView. and GNOME editions. Update
2206         homepage of gpm.
2208         * INSTALL: Remove information about Tk and XView. Change the
2209         mailing list addresses again.
2210         * FAQ: Change the mailing list addresses again.
2211         * MAINTAINERS: Likewise.
2212         * README: Likewise.
2213         * doc/mc.1.in: Likewise.
2214         * gnome/gmc-window.c: Likewise.
2215         * lib/README.xterm: Likewise.
2216         * lib/mc.ext.in: Likewise.
2217         * lib/mc.hint*: Likewise.
2218         * lib/mc.hlp.hu: Likewise.
2219         * po/*.po: Likewise.
2220         * src/main.c: Likewise.
2222 2001-04-20  Pavel Roskin  <proski@gnu.org>
2224         * FAQ: Change the mailing list addresses and the download
2225         locations.
2226         * INSTALL: Likewise.
2227         * MAINTAINERS: Likewise.
2228         * README: Likewise.
2229         * doc/mc.1.in: Likewise.
2230         * gnome/gmc-window.c: Likewise.
2231         * lib/README.xterm: Likewise.
2232         * lib/mc.ext.in: Likewise.
2233         * lib/mc.hint*: Likewise.
2234         * lib/mc.hlp.hu: Likewise.
2235         * po/*.po: Likewise.
2236         * src/main.c: Likewise.
2238 2001-04-19  Pavel Roskin  <proski@gnu.org>
2240         * configure.in: Don't install mcserv unless
2241         "--enable-mcserv-install" has been specified.
2242         Don't quote the first argument in all calls to AM_CONDITIONAL
2243         to work around a bug in Automake 1.4.
2244         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
2245         * vfs/Make-mc.in: Likewise.
2247 2001-04-13  Pavel Roskin  <proski@gnu.org>
2249         * configure.in: Bump version to 4.5.53a.
2251 2001-04-06  Pavel Roskin  <proski@gnu.org>
2253         * gtkedit/editcmd.c: Remove support for XView layout attributes.
2254         * gtkedit/editoptions.c: Likewise.
2255         * pc/chmod.c: Likewise.
2256         * pc/drive.c: Likewise.
2257         * src/boxes.c: Likewise.
2258         * src/chmod.c: Likewise.
2259         * src/dlg.c: Likewise.
2260         * src/dlg.h: Likewise.
2261         * src/filegui.c: Likewise.
2262         * src/find.c: Likewise.
2263         * src/hotlist.c: Likewise.
2264         * src/layout.c: Likewise.
2265         * src/listmode.c: Likewise.
2266         * src/main.c: Likewise.
2267         * src/option.c: Likewise.
2268         * src/panelize.c: Likewise.
2269         * src/wtools.c: Likewise.
2270         * src/wtools.h: Likewise.
2271         * vfs/smbfs.c: Likewise.
2273         * autogen.sh: Check out "intl" and "macros" directories if they
2274         are missing. Simply "cvs up -d" won't restore them.
2276         * configure.in: Bump version to 4.5.52a.
2278 2001-03-14  Pavel Roskin  <proski@gnu.org>
2280         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
2281         Automake conditional USE_SAMBA_FS if Samba is to be supported
2282         in VFS.
2284 2001-03-07  Pavel Roskin  <proski@gnu.org>
2286         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
2287         defined.
2288         Reported by Norbert Warmuth.
2290         * configure.in: Don't process vfs/extfs/uzip - it's now
2291         constant.
2293         * syntax/changelog.syntax: Require space after asterisk to have
2294         it highlighted.
2296 2001-03-02  Pavel Roskin  <proski@gnu.org>
2298         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
2299         * configure.in: Use AC_PROG_CC_STDC instead.
2301         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
2302         Suggested by Christian Gennerat.
2304         * lib/mc.ext.in: Add support for "freeze" - old compression
2305         program used mostly on QNX.
2306         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
2307         * lib/Makefile.am: Adjusted.
2309 2001-02-26  Pavel Roskin  <proski@gnu.org>
2311         * lib/mc-gnome.ext.in: Remove, it's not used.
2312         * configure.in: Remove lib/mc-gnome.ext.
2313         * lib/Makefile.am: Likewise.
2315 2001-02-20  Pavel Roskin  <proski@gnu.org>
2317         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
2318         defined to prevent warnings on OpenBSD 2.7.
2319         * slang/jdmacros.h: Likewise.
2320         * src/mad.h: Likewise.
2321         * src/poptalloca.h: Likewise.
2323         * configure.in: Check for sys/time.h and sys/timeb.h. Use
2324         AC_HEADER_TIME.
2326 2001-02-07  Pavel Roskin  <proski@gnu.org>
2328         * autogen.sh: Create vfs/samba/include/stamp-h.in.
2329         * vfs/samba/include/stamp-h.in: Remove.
2331         * macros/curses.m4: Quote first argument to AC_DEFUN.
2332         * macros/gnome-cxx-check.m4: Likewise.
2333         * macros/gnome-gettext.m4: Likewise.
2334         * macros/gnome-libgtop-check.m4: Likewise.
2335         * macros/gnome-print-check.m4: Likewise.
2336         * macros/linger.m4: Likewise.
2337         * macros/need-declaration.m4: Likewise.
2339         * configure.in: Only configure in vfs/samba if smbfs support is
2340         enabled even with Autoconf 2.13.
2342 2001-01-30  Pavel Roskin  <proski@gnu.org>
2344         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
2345         --without-samba due to a typo.
2347         * configure.in: Only configure in vfs/samba if smbfs support is
2348         enabled. This optimization will only work with Autoconf-2.49c
2349         and above.
2351 2001-01-13  Pavel Roskin  <proski@gnu.org>
2353         * configure.in: Don't create a faked malloc.h.
2354         * gtkedit/edit.h: Don't assume that malloc.h always exists.
2355         * src/mad.h: Likewise.
2357         * configure.in: Simplified handling of cons.saver.
2358         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
2359         * mc.spec.in: Remove a workaround for the above.
2361         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
2362         for MC. Don't rely on the output of uname - use $host_os.
2364 2001-01-11  Pavel Roskin  <proski@gnu.org>
2366         * configure.in: Check for ext2 libraries only if VFS is enabled.
2368         * src/Makefile.in: Create directories before installing files.
2369         Removed all occurrences of libprefix - it's never defined.
2371         * configure.in: All macros from configure.in moved to
2372         acinclude.m4. Added missing quotes in several places.
2373         * acinclude.m4: Likewise.
2375         * edit/Makefile.in: Don't install or uninstall mcedit -
2376         it cannot be installed before mc on systems without symlinks.
2377         * gtkedit/Makefile.in: Likewise.
2378         * src/Makefile.in: Install mcedit (if enabled) and mcview.
2379         Uninstall them.
2381         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
2382         from acinclude.m4 in gtk+:
2383         Don't define ENABLE_NLS unless we have a working NLS.
2384         (This should keep libintl.h from being included when it doesn't
2385         exist).
2387 2001-01-09  Pavel Roskin  <proski@gnu.org>
2389         * doc-gnome/C/figs/Makefile.am: New file.
2390         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
2391         makefile do it.
2392         * configure: Substitute doc-gnome/C/figs/Makefile.
2394         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
2396 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
2398         * lib/mc.hlp.hu: Added Hungarian help file from
2399           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
2400           maci@integrity.hu, mfh47@freemail.hu
2401         * lib/Makefile.am: Added LOCALIZED_HELP for further
2402           mc.hlp l10ns
2403         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
2404           gtkedit/editcmd.c: I18n of mc.hlp
2406 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
2408         * doc/mc.1.in: Corrected badly formatted link...
2410 2000-11-10  Robert Brady  <robert@suse.co.uk>
2412         * configure.in: Add Tamil to ALL_LINGUAS.
2414 2000-10-23  Pavel Roskin  <proski@gnu.org>
2416         * mc.spec.in: Allow mcserv.8 to be gzipped.
2418         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
2419         that cannot deal with "./gmc.sgml".
2421 2000-10-09  Pavel Roskin  <proski@gnu.org>
2423         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
2424         that CVS Automake will drop dependencies to the macros that
2425         we don't distribute.
2427         * lib/mc.ext.in: Removed references to icons. Source RPMs
2428         grouped to one regex. Removed "Update" for source RPMs, added
2429         "Rebuild" instead. Added "Check signature" for all RPMs.
2430         Added a comment about pop-up menus in the text edition.
2432 2000-10-06  Pavel Roskin  <proski@gnu.org>
2434         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
2435         flags moved out of CFLAGS as recommended by GNU coding
2436         standards.
2437         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
2438         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
2439         XCPPFLAGS.
2440         * INSTALL (Random notes on porting to other architectures):
2441         Completely rewritten. Recommended using CFLAGS instead of XINC.
2443 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2445         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
2447 2000-10-04  Christophe Merlet  <christophe@merlet.net>
2449         * gnome/*.desktop: Updated French strings.
2451 2000-10-03  Pavel Roskin  <proski@gnu.org>
2453         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
2454         to allow <legalnotice>. Unclosed tags fixed.
2456 2000-09-30  Pavel Roskin  <proski@gnu.org>
2458         * mc.spec.in: New package mc-common. Use DESTDIR instead of
2459         misusing prefix. Don't install old icons - they don't exist.
2461         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
2462         "export -f" to have mc() exported.
2463         * doc/mc.1.in: Changed description of the "-P" option to
2464         avoid inclusion of mc.sh and mc.csh into the manual.
2465         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
2467 2000-09-24  Pavel Roskin  <proski@gnu.org>
2469         * doc/mc.1.in: Minor formatting fixes.
2471         * lib/mc.sh.in: Remove temporary file non-interactively.
2472         * doc/mc.1.in: updated example for mc.sh.
2474 2000-09-23  Pavel Roskin  <proski@gnu.org>
2476         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
2477         updates it when needed.
2478         * mc.spec.in: Include translations with mc, not gmc. Run
2479         chkconfig --del in %preun, not %postun. --without-debug not
2480         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
2481         be executable. New files in %{prefix}/lib/mc/ - translated hints,
2482         editor files.
2484         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
2485         directory for document processing. Comment changes. gmc.ps and
2486         gmc.pdf now generated from gmc.dvi.
2488         * configure: Always include Make.common as file, otherwise
2489         "make distclean" breaks.
2490         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2491         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
2492         replaced with "rm -f" - the standard says that "rm" is portable.
2493         Ditto $(MV). Adjusted *clean targets to match those in
2494         Automake. Removed "cross" target.
2496 2000-09-22  Pavel Roskin  <proski@gnu.org>
2498         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
2499         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
2500         * doc/Makefile.in: Converted to ...
2501         * doc/Makefile.am: ... this.
2503 2000-09-21  Pavel Roskin  <proski@gnu.org>
2505         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
2506         is not expanded in all shells.
2507         * doc/mc.sgml: Updated the example script to reflect the above
2508         changes.
2509         * doc/mc.in.1: Likewise.
2511 2000-09-19  Pavel Roskin  <proski@gnu.org>
2513         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
2514         Marco Ciampa
2516 2000-09-18  Pavel Roskin  <proski@gnu.org>
2518         * Make.common.in: Added installcheck to placate "make distcheck"
2519         * configure.in, Make.common.in, doc/Makefile.in,
2520         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2521         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
2522         variable MKINSTALLDIRS and builddir with Automake-compatible
2523         mkinstalldirs and top_builddir.
2524         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
2525         files. Added uninstall-local target.
2527 2000-09-17  Pavel Roskin  <proski@gnu.org>
2529         * configure.in: fixed wrong use of AC_MSG_RESULT inside
2530         AC_CACHE_VAL
2532         * Make.common.in: Added the "dvi" target for "make distcheck"
2533         to go further
2534         * doc-gnome/C/Makefile.in: converted to ...
2535         * doc-gnome/C/Makefile.am: ... this
2537 2000-09-15  Pavel Roskin  <proski@gnu.org>
2539         * acconfig.h, configure.in: Require autoconf 2.13 or above.
2540         Removed workarounds for older versions. Removed MCDEBUG
2541         variable - it's not used. --with-debug renamed to --with-mad and
2542         cleaned up. Always use -Wall with gcc, other manipulations with
2543         CFLAGS removed.
2545         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2546         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2547         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
2548         mc.pot becomes out of date in the tarball.
2550 2000-09-14  Pavel Roskin  <proski@gnu.org>
2552         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
2553         tests for cp, mv and rm.
2554         * Make.common.in: Removed variables xv_bindir and STRIP.
2555         Variables CP, MV and RMF are assigned trivial values.
2557         * edit/Makefile.in: Don't link headers, add extra includes
2558         to CPPFLAGS instead. Put links to the build directory.
2559         Remove the hack with "mx" - it is not needed anymore.
2561         * configure.in: remove any manipulations with top_srcdir.
2562         Don't change CPPGLAGS when the internal editor is enabled,
2563         instead do it ...
2564         * edit/Makefile.in, gtkedit/Makefile.in: ... here
2566         * configure.in, Make.common.in, doc/Makefile.in,
2567         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2568         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
2569         changed to top_srcdir for Automake compatibility
2571         * configure.in: REGEX_O variable removed - always use our regex
2573         * configure.in: MCFGR variable removed
2575 2000-09-12  Pavel Roskin  <proski@gnu.org>
2577         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
2578         other GNOME modules
2579         * autogen.sh: remove "-I ." from the "aclocal" command line
2581 2000-09-01  Pavel Roskin  <proski@gnu.org>
2583         * configure.in: output vfs/extfs/Makefile
2585         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
2586         to avoid a warning
2587         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
2588         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
2590 2000-08-29  Pavel Roskin  <proski@gnu.org>
2592         * configure.in: use AM_GNOME_GETTEXT
2593         * gettext.m4: removed
2594         * Makefile.am: adjusted files to distribute, previous change
2595         reverted
2597         * mc-aclocal.m4: renamed to ...
2598         * acinclude.m4: ... this
2599         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
2600         * Makefile.am: aclocal should scan "." for gettext.m4
2602 2000-08-28  Pavel Roskin  <proski@gnu.org>
2604         * Make.common.in: removed hack for "make distcopy"
2605         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2606         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2607         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
2608         for external builds.
2609         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
2611 2000-08-24  Pavel Roskin  <proski@gnu.org>
2613         * new_icons/Makefile.in: converted to ...
2614         * new_icons/Makefile.am: ... this
2615         * configure.in: automake conditional GNOME introduced.
2616         "insticons" removed
2618         * icons/*: removed
2619         * Makefile.am, configure.in: necessary adjustments
2621         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
2622         automake installs them now
2624         * syntax/Makefile.in: converted to ...
2625         * syntax/Makefile.am: ... this
2627         * idl/Makefile.in: converted to ...
2628         * idl/Makefile.am: ... this
2630         * lib/Makefile.am: simplified, fixed "make dist"
2632         * lib/Makefile.in: converted to ...
2633         * lib/Makefile.am: ... this
2635         * lib/tkmc.wmconfig: removed
2636         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
2638         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
2639         to ...
2640         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
2641         * Make.common.in: support for "distdir" for compatibility
2642         with Automake-generated makefiles
2643         * autogen.sh: run automake. Force cache - it is off by default
2644         in autoconf 2.49a, but it's still handy for maintainers
2645         * configure.in: adapted for Automake
2647         * AUTHORS: new file
2649 2000-08-23  Pavel Roskin  <proski@gnu.org>
2651         * configure.in: resurrect definition of xvers
2653         * VERSION.in: removed
2654         * Makefile.in: don't do anything with VERSION.in and VERSION
2655         Take mc.spec from builddir, not srcdir
2656         * configure.in: don't create VERSION
2658 2000-08-22  Pavel Roskin  <proski@gnu.org>
2660         * *.c, *.h: Updated address of Free Software Foundation
2662 2000-08-21  Pavel Roskin  <proski@gnu.org>
2664         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
2665         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
2666         related to XView, libXPM, libXext and Tk
2668 2000-08-18  Pavel Roskin  <proski@gnu.org>
2670         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
2671         files
2673         * configure.in: Simplified dependency tracking by using
2674         "-include" with GNU Make
2675         * autogen.sh: Exit on all failures
2677 2000-08-17  Pavel Roskin  <proski@gnu.org>
2679         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
2680         Fixed all misuses of single and double quotes. Typo fixes.
2681         Ensured compatibility with sgml2html, sgml2txt and sgml2latex
2682         * doc/mc.1.in: Typo fix
2684         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
2685         * doc/linuxdoc-sgml.diff: removed
2686         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
2687         distribute gnome.sgml
2689 2000-08-15  Pavel Roskin  <proski@gnu.org>
2691         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
2692         in the "distclean" target
2694         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
2695         Removed all XVIEW-related stuff
2696         Fixed placement of png files on "make dist"
2698         * doc/mc.1.in: Updated info about the internal editor
2700         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
2701         indicate serious problems. Fixes for uninstall.
2702         * doc/Makefile.in: Rebuild if it is out of date.
2704         * lib/cedit.menu: Added. This file has been missing
2706         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
2708 2000-08-08  Pavel Roskin  <proski@gnu.org>
2710         * Makefile.in: correctly detect make failures in subdirs
2712 2000-08-01  Pavel Roskin  <proski@gnu.org>
2714         * nt, os2, tk, xv: removed all files
2715         * configure.in: don't create os2 and nt directories
2717 2000-08-01  Pavel Roskin  <proski@gnu.org>
2719         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
2721         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
2723 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
2725         * src/main.c: make 8bit input/output the default (99% of the people
2726         expects that; lets the remaining 1% use the configuration menu
2727         to disactivate it if they want)
2729 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
2731         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
2733 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
2735         * configure.in: check for gnome-libs with window icon support
2737         * acconfig.h: add icon define
2739 2000-06-08  Matthias Warkus  <mawa@iname.com>
2741         * new_icons/gnome-pack-*.png: Updated.
2742         * gnome/mc.keys: Added a MIME type for SLP packages.
2744 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
2746         * syntax/diff.syntax: Highlight lines beginning with "File",
2747         "Files" and "Binary"
2748         * syntax/makefile.syntax: Highlight "ifndef"
2749         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
2750         highlighted)
2752 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2754         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
2755         comment lines with # in last release
2757 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2759         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
2761 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2763         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
2764         look more consistent than original.
2766 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2768         * config.in: Added check against strcoll().
2770 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2772         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
2773         added 'and', 'or', 'not', 'for' keywords.
2775 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2777         * syntax.c: Very dirty fix to allow compilation of mcedit on ncurses
2778         based systems. Hope, this will make FreeBSD midc maintainer to enable
2779         build-in editor by default. Still, syntax highlighting is disabled.
2780         Need to port...
2782 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2784         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2785           fixed, some messages gettext()ed again here and in
2786         gtkedit/editmenu.c:edit_about_cmd()
2788 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2790         * doc/mc.sgml (Examples): Fixed documentation, thanx
2791         to martin@internet-treff.uni-koeln.de.
2793 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
2795         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
2796         the label text
2798 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
2800         * gtkedit/syntax.c: treat *.ads as Ada source
2801         * syntax/ada95.syntax: escape "+" and "*"
2802         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
2803         * syntax/Makefile.in: remove diffc.syntax
2805         * edit/edit_key_translator.c: interpret code 0177 as
2806         backspace unless recognized otherwise
2808 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
2810         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
2811         initialization of array of structure (gcc version 2.96 20000131
2812         chokes on it).
2814         * lib/mc.hint: C-y and not C-u can be used to insert text in input
2815         lines (e. g. text which has been deleted with M-d).
2817         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
2819 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
2821         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
2823 2000-01-29  Matthias Warkus  <mawa@iname.com>
2825         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
2826         design on Federico's request.
2828 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
2830         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
2831         an ArrangeType enum.
2833 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
2835         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
2836         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
2837         setup.c: Add option of using GNOME "magic" routines to determine file
2838         types. This makes MC intelligently look at the data in the file to see
2839         what type of file it is, rather than looking at the filename extension.
2840         This slows down MC quite a bit, so it has been made an optional
2841         preference item. Type detection is expected to improve as mime-magic
2842         matures.
2844 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
2846         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
2847         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
2848         providing a patch.
2850 2000-01-11  Matthias Warkus  <mawa@iname.com>
2852         * Added icon and keys entry for Scheme source.
2854 2000-01-03  Fatih Demir  <kabalak@gmx.net>
2856         * configure.in: Added tr -> ALL_LINGUAS .
2858 1999-12-28  Matthias Warkus  <mawa@iname.com>
2860         * new_icons/*.png: Added a bunch of new icons.
2862 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
2864         * configure.in (VERSION): Bumped version number to 4.5.42.
2866 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
2868         * configure.in: added 'uk' to ALL_LINGUAS.
2870 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2872         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
2873         request from David Sauer
2875 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
2877         * configure.in (VERSION): Bumped version number to 4.5.41.
2879 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
2881         * configure.in (VERSION): Set version number to 4.5.39.
2883 1999-09-23  Jorge Godoy  <godoy@conectiva.com.br>
2885         * configure.in: Added pt_BR to ALL_LINGUAS
2887 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
2889         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
2890         path to the mc binary according to @prefix@.
2892         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
2893         configure. Install mc.sh and mc.csh in $(suppbindir).
2895         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
2896         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
2897         copies of the included function definitions.
2899         * mcfn_install.in: Comment out definitions of the mc functions. Source
2900         mc.sh instead of adding an outdated mc function definition.
2902         * configure.in: output mc.sh and mc.csh
2904 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
2906         * lib/startup.links: Changed the news link to Gnotices
2908 1999-09-19  David Martin  <dmartina@usa.net>
2910         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
2911         8 bit chars from strftime get displayed when inserting date.
2913         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
2914         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
2915         file to avoid interferences. In this one I changed the extension check
2916         to a type check (as used for gzip) which might give problems in some
2917         systems.
2919         * configure.in: Use -Tlatin1 to format man pages when available and
2920         "view" 8 bit chars.
2922 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
2924         * gtkedit/edit.h: Include file reordering to make it compile with
2925         --with-debug
2927         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
2928         dependent on length of translated strings to display.
2930 1999-09-16  Owen Taylor  <otaylor@redhat.com>
2932         * Remove the magicdev autoconf test in favor of just
2933         including the idl file. Otherwise we have a dependency
2934         loop between this and magicdev.
2936 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
2938         * idl/FileManager.idl: Changed names, and put everything under a
2939         FileManager module.  Added a Desktop interface and some methods to
2940         the WindowFactory interface.
2942 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
2944         * doc-gnome/*: Shiny new docs from users-guide.
2945         All synced up.
2947 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
2949         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
2951 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
2953         * README: Updated and spell-checked.
2955         * NEWS: Updated.
2957 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
2959         * configure.in (ALL_LINGUAS): Added sv.
2961 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
2963         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
2964         symlink attacks (mcfn_install and the man page still needs to be
2965         updated).
2967 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
2969         * configure.in (AC_WITH_SLANG): rm -f destination before making
2970         a symbolic link (ln -sf doesn't work as expected on Solaris)
2972 1999-08-19  Elliot Lee  <sopwith@redhat.com>
2974         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
2976 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
2978         * doc-gnome/C/gmc.sgml: Index fixes.
2980 1999-08-18  Elliot Lee  <sopwith@redhat.com>
2982         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
2983         initializers in the GnomeUIInfo structure.
2985 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
2987         * configure.in (VERSION): Bumped version number to 4.5.38.
2989 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
2991         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
2993 1999-08-15  David Martin  <dmartina@usa.net>
2995         * gtkedit/edit.c: Print localized date with strftime()
2997         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavor.
2999 1999-08-08  David Martin  <dmartina@usa.net>
3001         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
3002         translation.
3004         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
3005         translation as it used to be.
3007 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3009         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
3010         that the correct index.html will be generated.
3012 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3014         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
3015         to the list.
3017 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
3019         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
3020         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
3021         This adds some new syntax rules, and spell check on the fly
3022         which if someone bugs me for, will actually get enabled in
3023         both the text and gnome versions. Bookmark stuff also needs
3024         some keys bound to it, I suppose: any takers?
3026 1999-07-19  Elliot Lee  <sopwith@redhat.com>
3028         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes
3029         infinitely recursing make.
3031 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
3033         * Makefile.in (all): Makefile fix.
3035 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3037         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3038         should fix the problem we had with FSSTND distributions.
3040 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3042         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
3043         list of distributed files.
3045 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3047         * configure.in (VERSION): Bumped version number to 4.5.34.
3049 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
3051         * Add fi into ALL_LINGUAS
3053 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
3055         * gnome/i-zipdisk2.png: Added another zip-disk icon
3056         by <scarab@egyptian.net> - It looks very nice. Variation
3057         is good.
3059 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3061         * acconfig.h: Add WITH_SMBFS
3063         * macros/gnome-vfs.m4: Support conditional samba support.
3065 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3067         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3068         should fix the problem we had with FSSTND distributions.
3070 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
3072         * mc.spec.in: added syntax files to %files
3074 1999-06-22  David Martin  <dmartina@usa.net>
3076         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
3078 1999-06-07  Shooby Ban  <bansz@szif.hu>
3080         * po/hu.po, configure.in: added Hungarian translations...
3081           I'm not sure it's OK, but it seems usable.
3082           Translators: Tamas Fejos and Andras Kadar
3084 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
3086         * configure.in, Makefile.in: added the gmc helpfile to the build
3088 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
3090         * Add ja entry to LANG in configure.in
3092 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3094         * gnome/Makefile.in (ICONS): OK, perhaps we also want the zip-icon to
3095         be installed in the system :) (added it to the Makefile.in)
3097 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3099         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
3100         disks - someone please add it to the mount.c code so it gets used..
3101         Everyone have a nice time at the expo! :) I hope to join the
3102         next time.
3104 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3106         * configure.in: Added check for getpt ()
3108 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3110         * configure.in (VERSION): Bumped version number to 4.5.31.
3112 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3114         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
3115         need to fool it by strdup'ing the return value of tempnam.
3117 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3119         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
3120         MCLIBS which are specific to the text edition.
3122         * INSTALL: Added documentation for --with-tm-x-support
3124 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
3126         * mc.spec.in : Folded in some changes from the 'official' rpm
3127         spec file.
3129 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3131         * configure.in (SHELL): Do not use grep -q, as it is not portable
3132         to every OS.
3134 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3136         * configure.in: Linking from $srcdir/slang is broken when configure
3137         isn't called with an absolute path. Link from ../$srcdir/slang if
3138         configure was invoked with a relative path.
3140 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
3142         * configure.in: Do not rm the destination file and then link, use
3143         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
3145 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3147         * configure.in: Some AC_ARG_WITH macros haven't checked $withval, i.e.
3148         --with-PACKAGE and --without-PACKAGE gave the same results.
3150 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3152         * configure.in (VERSION): Bumped version number to 4.5.30.
3154 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3156         * configure.in (VERSION): Bumped version number to 4.5.29.
3158 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3160         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
3161         now contains all checks.
3163 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3165         * configure.in (VERSION): bumped version number to 4.5.28.
3167 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
3169         * */Makefile.*: fixed several missed conversions from libdir to
3170         mclibdir. (Should be automake'd, really)
3172 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3174         * Make.common.in: There were conflicting definitions of mclibdir
3175         (one for installation, one for source).  Now the source one is
3176         called mcsrclibdir.
3178         * doc/Makefile.in: Use mcsrclibdir where appropriate.
3180 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
3182         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
3183         Pascal Program" (Heh, second time :)
3185         * Makefile.common: Until things gets clear, keep syntax rules in
3186         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
3188         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
3189         @libdir@.
3191 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
3193         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
3194         as requested by Paul. Still, need some checking...
3196 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
3198         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
3199         to date with cooledit 3.9.0. This adds some new features.
3200         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
3201         syntax.c. This is because the rule set is becoming too
3202         large to maintain in its current form and because file
3203         loading is starting to get slow.
3205         There is also a bookmark feature which does not yet have
3206         key bindings assigned to it, but should be cool once
3207         these get inserted. Syntax rules files are named
3208             $LIBDIR/cooledit/syntax/*.syntax
3210 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
3212         * configure.in: Create slang directory, it is needed when
3213         builddir != srcdir.
3214         Use -f when calling rm, the file does not exist on
3215         first compile.
3216         No need to copy VERSION from $srcdir, it's already generated in
3217         $builddir.
3219 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
3221         * edit/edit_key_translator.c: Added missing translation tags.
3223 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3225         * configure.in: Minimum version of glib should be 1.2.0.
3226         (VERSION): Bumped version number to 4.5.27.
3228 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
3230         * gtkedit/editcmd.c: Added missing translation tags.
3232         * gtkedit/editoptions.c: Added missing translation tags. Translate
3233         radio buttons on first use.
3235 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
3237         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
3238         to get the mc spec file to work.
3239         * hacked configure to generate a properly versioned spec file.
3241 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3243         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
3244         radio buttons on first pass.
3246 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
3248         * gtkedit/editcmd.c: Mark strings in the search and replace
3249         dialogs for translation. Resized these dialogs to let the messages
3250         fit.
3252 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3254         * gtkedit/editwidget.c (selection_send): Use the proper type for
3255         64-bit cleanliness (Patch from George Lebl).
3257 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
3259         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
3260         into the catalog file.
3262 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3264         * configure.in: Make Timur's libtermcap check work with SLang
3265         0.99.98, too.
3267 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3269         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
3270         PS and EPS files.  Thanks, Tigert!
3272 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3274         * configure.in (CCOPTS): Drop the prefix auto-detection.
3276 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
3278         * configure.in: Add check, which, in case of system-installed SLang
3279         library tries to run a test program, which determines, does we need
3280         linking with libtermcap.a. Also, set of if's for finding terminfo
3281         dir changed to for cycle - a bit nicer :)
3283 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3285         * README.QNX: Deleted documentation about mc.menu.qnx.diff.
3287 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3289         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
3291 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3293         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
3294         from tar calls when extracting (according to my man page this option
3295         is only useful when creating archives).
3297 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3299         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
3300         adds support for tar.bz2 and merges the support for freeze-compressed
3301         tar files (tar.F) from mc.menu.qnx.diff.
3303 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
3305         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
3306         GNU-like :)
3308 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3310         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
3311         the catalog file.
3313 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
3315         * new_icons/gnome-core.png: New icon for core files. Someone
3316         please add the code part :)
3318 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
3320         * configure.in: Add check against setuid() and setreuid() functions.
3322 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3324         * slang/slang.h: renamed to slang-mc.h
3326         * slang/Makefile.in: delete slang.h on "make clean"
3328         * configure.in: link slang/slang-mc.h to slang/slang.h when the
3329         included slang is used. Problem was that MC's slang.h was used
3330         when we compiled with an already installed SLang and the systems
3331         header file were included with <slang/slang.h>.
3332         Unfortunately I can't use AC_LINK_FILES to make the links because
3333         if we needn't make any links AC_LINK_FILES makes a link from
3334         srcdir to top_builddir (builddir != srcdir).
3336         Temporary add $LGPM to $LIBS when checking for the resizeterm
3337         and keyok functions (ncurses might be linked against GPM).
3339         Substitute PACKAGE (intl/Makefile makes use of it)
3341 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
3343         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swapped by
3344         #include "global.h".
3346 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
3348         * Make.common.in (gnewdir): new path.
3350 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
3352         * configure.in: Add comments before "Let" and "the" - typo. Add new
3353         path to include's search.
3355 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
3357         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
3359 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3361         * configure.in (REGEX_O): Always include regex.o as the code we
3362         are using in gmc is not using regcomp/regexec, but the internal
3363         Emacs API.
3365         * src/regex.c: Do not compile the POSIX compatibility code, as we
3366         do not use it.
3368 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3370         * doc/mc.sgml, mc1.in (Color section): minor polishing
3371         (Layout section): documented Highlight...
3373 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3375         * configure.in: Deleted du checks
3377         * INSTALL: Deleted --with-dusum documentation.
3379         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
3380         Configuration dialog. Added Advanced chown subsection. Deleted
3381         variables from the Special settings section which are now covered
3382         by the configuration dialog.
3384 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3386         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
3387         tar_gz_memlimit. Partially rewrote the section about the
3388         Virtual FS.. configuration dialog.
3390 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
3392         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
3394 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3396         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
3398         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
3399         builddir
3401 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
3403         * new_icons/gnome-image-[lots].png: I added some icons for file
3404         types (image) there - someone please tell me what the correct
3405         location and naming convention is and I will try to follow that. :)
3407 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
3409         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
3410         the build will still work.  (Has this been replaced by new_icons?)
3412 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
3414         * doc/mc.1.in, mc.sgml: added my name to list of authors
3416 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3418         * Makefile.in (codedirs): Dropped xv and tk ports from the
3419         distribution. include idl directory.
3421 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3423         * configure.in (slang_use_system_installed_lib): Define slang
3424         here, to avoid having this on LIBS.
3426 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
3428         * gtkedit.c: changed occurrence of 'va_list *ap' to 'va_list ap'
3430 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
3432         * config.h.in: Removed from CVS, added to .cvsignore
3434         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
3435         configure.in:
3436         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
3437         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
3438         HAS_CURSES added to acconfig.h
3440 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3442         * autogen.sh: Add "-I macros" to the aclocal flags.
3444         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
3445         so that aclocal will not complain about an obsolete macro.
3447         * configure.in: Use MC_HPUX_PROG_CC_STDC
3449         * ChangeLog: There was no ChangeLog here, so I added one.