Updated italian translation
[midnight-commander.git] / ChangeLog
blobc7a4011db7df997fba7dde55774d2be70bb26252
1 2003-12-30  David Martin  <dmartina@excite.com>
3         * doc/mc.1.in: Synchronized latest fixes (long options) and
4         moved year and version number.
6 2003-12-24  Pavel Roskin  <proski@gnu.org>
8         * configure.in: Release 4.6.1-pre1.
10 2003-11-28  Pavel Roskin  <proski@gnu.org>
12         * acinclude.m4 (MC_UNDELFS_CHECKS): Try ext2fs/ext2_fs.h before
13         linux/ext2_fs.h.  Use ext2fs/ext2_fs.h when possible - it's
14         safer to avoid kernel headers.
16 2003-11-27  Pavel Roskin  <proski@gnu.org>
18         * src/TODO: Move ...
19         * TODO: ... here.
20         * doc/DEVEL: Move ...
21         * HACKING: ... here.  Adjust makefiles.
23 2003-11-20  Pavel Roskin  <proski@gnu.org>
25         * build-glib1.sh: Use more portable syntax for functions.  Fall
26         back to "ftp" for download, useful on BSD.
27         * build-glib2.sh: Likewise.
29         * build-glib1.sh: New file - download and compile glib 1.2.x,
30         then compile mc against it.
31         * build-glib2.sh: New file - download and compile glib 2.x with
32         dependencies (gettext, pkgconfig), then compile mc against it.
33         * Makefile.am: Distribute them.
35 2003-10-29  Pavel Roskin  <proski@gnu.org>
37         * acinclude.m4 (MC_UNDELFS_CHECKS): Don't use internal Autoconf
38         variables.
40         * configure.in: Rewrite check for mmap() to avoid using internal
41         variables of Autoconf.  Rename the rest of ac_cv_* to mc_cv_*.
43         * configure.in: Use AC_CHECK_MEMBERS to check fields of struct
44         stat.  Adjust all dependencies.
46         * acinclude.m4 (AC_STRUCT_LINGER): Remove, use AC_CHECK_MEMBERS
47         instead.
49         * configure.in: Define SLANG_POSIX_SIGNALS if all 4 required
50         functions are present.  Remove references to extraconf.h.
51         * extraconf.h: Eliminate.
52         * Makefile.am: Remove extraconf.h.
54         * configure.in: Move ext2fs undelete support ...
55         * acinclude.m4 (MC_WITH_VFS): ... here.
56         * extraconf.h: Remove VFS logic, it's enforced in configure now.
58         * acinclude.m4 (MC_WITH_VFS): Use AC_SEARCH_LIBS when possible.
59         Allow disabling network code by --disable-netcode.
61 2003-10-28  Pavel Roskin  <proski@gnu.org>
63         * configure.in: Don't check if "file" can use stdin - it's
64         unused now.
66 2003-10-25  Pavel Roskin  <proski@gnu.org>
68         * extraconf.h: Don't define HAVE_GRANTPT forcedly if grantpt()
69         wasn't found.  Don't define HAVE_CRYPT, it's unused now.
71         * configure.in: Remove check for socketpair().  Add new option
72         --enable-background.
73         * extraconf.h: Don't define WITH_BACKGROUND.
75 2003-10-14  Pavel Roskin  <proski@gnu.org>
77         * configure.in: Don't check for seekdir() and telldir().
79 2003-09-23  Pavel Roskin  <proski@gnu.org>
81         * doc/sr/Makefile.am: Don't install mcserv documentation if mcfs
82         support is disabled.
84         * lib/*.ti: Remove, these files are obsolete.
85         * lib/tdiff: Likewise.
86         * lib/xterm.tcap: Likewise.
87         * lib/Makefile.am: Remove obsolete files.  Don't install
88         README.xterm and xterm.ad, there are partly obsolete and can
89         break things if used as is.
91 2003-09-22  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
93         * lib/mc.hint.sr: Updated.
94         * lib/mc.menu.sr: New file - translated menu.
95         * lib/Makefile.am: Add mc.menu.sr.
96         * doc/sr/: New Serbian documentation.
97         * doc/Makefile.am: Add "sr" directory.
98         * configure.in: Add substitutions for new files.
100 2003-09-22  Pavel Roskin  <proski@gnu.org>
102         * configure.in: Check for strlcpy() if glib 1.2.x is used.
104 2003-09-11  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
106         * lib/mc.hint.sr: New file - Serbian hints.
108 2003-09-04  Pavel Roskin  <proski@gnu.org>
110         * lib/mc.menu: Add entry for viewing manual pages.
112 2003-08-18  Pavel Roskin  <proski@gnu.org>
114         * lib/mc-wrapper.csh.in: Use "id" command to find the real user
115         id.  $USER is not reliable.
116         * lib/mc-wrapper.sh.in: Likewise.
117         Reported by Figura Peter <peterf@autus.sk>
119 2003-08-18  Andrew V. Samoilov  <sav@bcs.zp.ua>
121         * acinclude.m4 (MC_WITH_NCURSES): Fix ESCDELAY check on Solaris.
122         Make sure that linking succeeds.
124 2003-08-02  Pavel Roskin  <proski@gnu.org>
126         * lib/cedit.menu: Avoid using "id -u", it doesn't work on
127         Solaris.  From Andrew V. Samoilov <sav@bcs.zp.ua>
129 2003-07-23  Pavel Roskin  <proski@gnu.org>
131         * lib/mc.lib: Add more "end" and "home" sequences for xterm.
133 2003-07-22  Pavel Roskin  <proski@gnu.org>
135         Get rid of all references to NATIVE_WIN32.
137         * pc: Remove.  No work has been done on the PC post for years.
138         * README.PC: Likewise.
139         * Makefile.am: Adjust for the above.
140         * configure.in: Likewise.
142 2003-07-21  Pavel Roskin  <proski@gnu.org>
144         * configure.in: Check posix_openpt() first and fallback to
145         GNU-specific getpt() only if needed.
147 2003-06-29  David Sterba  <dave@jikos.cz>
149         * lib/mc.hint.cs: Typo fixes.
151 2003-06-25  Marco Ciampa  <ciampix@libero.it>
153         * doc/it/mc.1.in: small fix
155 2003-06-23  Andrew V. Samoilov  <sav@bcs.zp.ua>
157         * lib/mc.ext: Allow ZIP in all capitals in "file" output.
159 2003-06-18  Pavel Roskin  <proski@gnu.org>
161         * configure.in: Remove test for SCO UNIX.  Remove all references
162         to SCO_FLAVOR everywhere.  SCO flavor is rather unsavory now.
164 2003-06-06  Pavel Roskin  <proski@gnu.org>
166         * lib/mc.ext.in: Don't run compressed logs from /var/log through
167         nroff.  Suggested by Alfie Costa <agcosta@gmx.net>
169 2003-05-16  Marco Ciampa  <ciampix@libero.it>
171         * syntax/ruby.syntax: upgrade
172         * syntax/perl.syntax: small fix
174 2003-05-14  Marco Ciampa  <ciampix@libero.it>
176         * syntax/ruby.syntax: New file - syntax for Ruby.
177         * syntax/Syntax: Add ruby.syntax.
178         * syntax/Makefile.am: Likewise.
180 2003-05-08  Pavel Roskin  <proski@gnu.org>
182         * mc.spec.in: Strip pre-1998 changelog to work around a bug in
183         rpm 4.2, which doesn't like %install inside %changelog.
185 2003-04-29  Pavel Roskin  <proski@gnu.org>
187         * configure.in: Add vfs/extfs/iso9660 to AC_CONFIG_FILES.
188         * lib/mc.ext.in: Add support for ISO images.
190 2003-03-31  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
192         * syntax/Syntax: Highlight *.mc as a makefile.
193         * syntax/sql.syntax: Add more keywords for PostgreSQL.
195 2003-03-21  Pavel Roskin  <proski@gnu.org>
197         * syntax/sh.syntax: Highlight "find".  Highlight whole string
198         after "#!".  Make unrecognized text inside `` less bright.
200 2003-03-17  Marco Ciampa  <ciampix@libero.it>
202         * doc/it/mc.1.in: Some manual fixes.
204 2003-03-14  Pavel Roskin  <proski@gnu.org>
206         * syntax/c.syntax: Allow integer specifiers for %x and %X in C
207         format strings.
208         * syntax/cs.syntax: Likewise.
209         * syntax/java.syntax: Likewise.
210         * syntax/ml.syntax: Likewise.
211         * syntax/php.syntax: Likewise.
212         * syntax/python.syntax: Likewise.
213         * syntax/slang.syntax: Likewise.
214         * syntax/swig.syntax: Likewise.
216 2003-03-11  Pavel Roskin  <proski@gnu.org>
218         * acinclude.m4 (MC_ASM_LABELS): New macro to work around a bug
219         gettext.  Define _INTL_REDIRECT_MACROS if needed.
220         * configure.in: Use MC_ASM_LABELS.
222 2003-03-07  Pavel Roskin  <proski@gnu.org>
224         * configure.in: Add --with-glib-static option.
226 2003-03-06  Pavel Roskin  <proski@gnu.org>
228         * syntax/spec.syntax: Add BuildArch.
230 2003-03-05  Pavel Roskin  <proski@gnu.org>
232         * configure.in: Check availability of setsid().
234 2003-03-04  Sanlig Badral  <Badral@chinggis.com>
236         * po/LINGUAS: added Mongolian (mn) translation.
238 2003-03-03  Pavel Roskin  <proski@gnu.org>
240         * lib/mc.lib: Add xterm arrows both for application and normal
241         mode.  Normal mode can be accidentally enabled if one mc is run
242         from another and Ctrl-O is used to switch between them.
243         Add F11-F20 definitions for cons25 (FreeBSD console).
245 2003-02-27  Juan C. Olivares  <juancri@TAGnet.org>
247         * syntax/cs.syntax: New file.
248         * syntax/Syntax: Add cs.syntax.
249         * syntax/Makefile.am: Likewise.
251 2003-02-27  Marco Ciampa  <ciampix@libero.it>
253         * doc/it/mc.1.in: updated manual with -e switch description.
255 2003-02-26  Pavel Roskin  <proski@gnu.org>
257         * syntax/syntax.syntax: Highlight "define".
259 2003-02-23  Marco Ciampa  <ciampix@libero.it>
261         * doc/it/mc.1.in: updated manual with some stylistic changes.
263 2003-02-23  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
265         * lib/mc.ext.in: Add entry for QNX Neutrino packages.
267 2003-02-22  Pavel Tsekov  <ptsekov@gmx.net>
269         * acinclude.m4 [AC_G_MODULE_SUPPORTED]: New macro.
270         * configure.in: Test for gmodule.  Don't link mc with libX11 if
271         gmodule is supported.
273 2003-02-22  Pavel Roskin  <proski@gnu.org>
275         * configure.in: Add --with-glib12 option to configure to force
276         using glib 1.2.x.
278 2003-02-21  Andrew V. Samoilov  <sav@bcs.zp.ua>
280         * doc/ru/mc.1.in (Layout): Translate 'Xterm window title' option.
281         (Extension File Edit): Translate include feature.
283 2003-02-20  Pavel Roskin  <proski@gnu.org>
285         * configure.in: Move list of all translations ...
286         * po/LINGUAS: ... here.
288 2003-02-18  Pavel Roskin  <proski@gnu.org>
290         * syntax/c.syntax: Highlight C++ comments in preprocessor
291         directives.
292         Reported by Oswald Buddenhagen <ossi@kde.org>
294 2003-02-13  Marco Ciampa  <ciampix@libero.it>
296         * doc/it/mc.1.in: updated manual following it.po changes.
298 2003-02-05  Pavel Roskin  <proski@gnu.org>
300         * configure.in: Bump version to 4.6.0a.
302         * configure.in: Version 4.6.0 released.
304 2003-02-04  Arpi  <arpi@mplayerhq.hu>
306         * syntax/Syntax: Match *.syntax before other files to fix
307         highlighting of makefile.syntax.
309 2003-02-04  Pavel Roskin  <proski@gnu.org>
311         * syntax/c.syntax: Revert highlighting trailing whitespaces.
313 2003-02-03  Andrew V. Samoilov  <sav@bcs.zp.ua>
315         * autogen.sh: Fix unportable "+" sed regexp in gettext_ver
316         calculation.  Reported by vlad@geekizoid.com.
318 2003-01-31  Pavel Roskin  <proski@gnu.org>
320         * syntax/nroff.syntax: Make colors more compatible with the
321         highlighting used in the internal viewer - yellow for bold and
322         brightred for italic.
324 2003-01-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
326         * syntax/c.syntax: Highlight trailing whitespace(s).
328 2003-01-30  Pavel Tsekov  <ptsekov@gmx.net>
330         * acinclude.m4 (MC_WITH_NCURSES): Check -lcurses if -lncurses
331         doesn't work.  Useful on OpenBSD 3.2.
333 2003-01-29  Pavel Roskin  <proski@gnu.org>
335         * lib/mc.ext.in: Fix missing semicolon that affected viewing RPM
336         packages.
338 2003-01-24  Pavel Roskin  <proski@gnu.org>
340         * configure.in: Add -lposix on A/UX before all tests.
342 2003-01-23  Pavel Roskin  <proski@gnu.org>
344         * acinclude.m4 (MC_EXTFS_CHECKS): Fix redirection to /dev/null.
346 2003-01-22  Pavel Roskin  <proski@gnu.org>
348         * configure.in: Bump version to 4.6.0-pre3a.
350         * configure.in: Version 4.6.0-pre3 released.
352         * acinclude.m4 (_MC_WITH_XSLANG): Drop support for old S-Lang
353         versions that required the native curses library on some OSes.
355 2003-01-19  Adam Byrtek  <alpha@debian.org>
357         * doc/mcview.1.in: New file.
358         * configure.in: Treat it like doc/mcedit.1.in.
359         * doc/Makefile.am: Likewise.
361 2003-01-17  Adam Byrtek  <alpha@debian.org>
363         * doc/mc.1.in (Layout): Document 'Xterm window title' option.
365 2003-01-16  David Martin  <dmartina@excite.com>
367         * doc/mc.1.in: Add EXTernal virtual File System node (extfs).
369 2003-01-16  David Martin  <dmartina@excite.com>
371         * doc/mc.1.in: Set man page header and footer.
372         * doc/es/mc.1.in: Likewise.
373         * doc/hu/mc.1.in: Likewise.
374         * doc/it/mc.1.in: Likewise.
375         * doc/pl/mc.1.in: Likewise.
376         * doc/ru/mc.1.in: Likewise.
378 2003-01-12  David Martin  <dmartina@excite.com>
380         * po/es.po: Update. Rewrite localized names for some menu entries.
381         * doc/es/mc.1.in: Likewise.
382         * lib/mc.hint.es: Likewise.
384 2002-12-27  David Martin  <dmartina@excite.com>
386         * doc/pl/xnc.hlp: Update GPL (change FSF address and move 19xx
387         entries to "year").
389 2002-12-26  Pavel Roskin  <proski@gnu.org>
391         * configure.in: Release 4.6.0-pre2, bump version to 4.6.0-pre2a.
393         * configure.in: Fix non-portable operator.  Bump version to
394         4.6.0-pre2.
396 2002-12-24  Pavel Roskin  <proski@gnu.org>
398         * lib/mc.ext.in: Use --nosignature with rpm to avoid a message
399         in the viewer about unsigned packages.
401         * acinclude.m4 (MC_WITH_SLANG): Don't add -lslang to MCLIBS if
402         the system S-Lang is rejected.
404         * lib/mc.ext.in: Play *.mov by mplayer.
406 2002-12-23  Pavel Roskin  <proski@gnu.org>
408         * configure.in: Enable X11 support by default, use --without-x
409         to disable.
411 2002-12-19  Pavel Roskin  <proski@gnu.org>
413         * syntax/perl.syntax: Add separate context for function
414         declarations and definitions, highlight prototypes.
416 2002-12-11  Pavel Roskin  <proski@gnu.org>
418         * acinclude.m4 (MC_EXTFS_CHECKS): Add check for Perl.
419         * configure.in: Substitute Perl location in all extfs scripts
420         written in Perl.
422 2002-12-11  David Martin  <dmartina@excite.com>
424         * doc/xnc.hlp: Update GPL (change FSF address
425         and move 19xx entries to "year").
426         * doc/es/xnc.hlp: Likewise.
427         * doc/hu/xnc.hlp: Likewise.
428         * doc/it/xnc.hlp: Likewise.
429         * doc/ru/xnc.hlp: Likewise.
431 2002-12-09  Pavel Roskin  <proski@gnu.org>
433         * lib/mc.ext.in: Remove ftplist.  Add patchfs.
435 2002-11-29  Andrew V. Samoilov  <sav@bcs.zp.ua>
437         * autogen.sh: Use $srcdir/configure.mc instead of
438         $srcdir/configure if first one exists and is executable.
440 2002-11-28  Pavel Roskin  <proski@gnu.org>
442         * configure.in: Determine which help translations user wants to
443         install, based on USE_NLS, LINGUAS and ALL_LINGUAS.
444         * doc/Makefile.am: Set SUBDIR to the list of the requested
445         translations.
447         * acinclude.m4 (MC_EXTFS_CHECKS): New macro.
448         (MC_WITH_VFS): Call MC_EXTFS_CHECKS.
449         * configure.in: Generate vfs/extfs/uzip.
450         * vfs/extfs/uzip: Move to vfs/extfs/uzip.in.
451         * vfs/extfs/Makefile.am: Corresponding adjustments.
453 2002-11-26  Pavel Roskin  <proski@gnu.org>
455         * syntax/sql.syntax: Add highlighting for dot and backticks.
457 2002-11-16  Pavel Roskin  <proski@gnu.org>
459         * configure.in: Move check for pwdauth() to MC_MCSERVER_CHECKS.
460         * acinclude.m4 (MC_MCSERVER_CHECKS): If using crypt(), check for
461         shadow password support.
463         * acinclude.m4 (MC_MCSERVER_CHECKS): Don't limit PAM check to
464         Linux.  Use AC_SEARCH_LIBS to find crypt().  Consolidate mcserv
465         libraries into MCSERVLIBS.
467         * configure.in: Move all mcserv related checks ...
468         * acinclude.m4 (MC_MCSERVER_CHECKS): ... here.
470 2002-11-15  Pavel Roskin  <proski@gnu.org>
472         * configure.in: Fully enable glib2.  Update the documentation.
474 2002-11-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
476         * lib/mc.menu: Don't use --repetitive-best option with bzip2 -
477         it is redundant in versions 0.9.5 and above.
479 2002-11-10  Pavel Roskin  <proski@gnu.org>
481         * configure.in: Check for uintptr_t.  Needed to compile regex.c
482         on MacOS X.  Reported by Wim Rijnders <wimrijnders@home.nl>
484 2002-11-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
486         * syntax/ada95.syntax: Highlight "then" and "else".
487         From Victor Porton <porton@ex-code.com>.
488         Highlight "exit".
490 2002-11-06  Pavel Roskin  <proski@gnu.org>
492         * lib/edit.indent.rc: Remove all options for indent and add a
493         comment explaining where those options should be.
495 2002-11-05  Pavel Roskin  <proski@gnu.org>
497         * lib/mc-wrapper.csh.in: Remove /bin/csh at the beginning - this
498         script is not meant to be executed by the kernel.  This also
499         eliminates dependency of the RPM package on csh.
500         * lib/mc-wrapper.sh.in: Remove /bin/sh at the beginning.
502 2002-11-01  Pavel Roskin  <proski@gnu.org>
504         * configure.in: Don't substitute mc.sh and mc.csh - it's now
505         done ...
506         * lib/Makefile.am: ... here.  Add wrappers for mc to avoid
507         defining complex shell scripts in functions and aliases.
508         * lib/mc-wrapper.csh.in: New file - template for the script
509         that runs mc and changes directory in csh.
510         * lib/mc-wrapper.sh.in: New file - template for the script
511         that runs mc and changes directory in sh.
513 2002-11-01  Andrew V. Samoilov  <sav@bcs.zp.ua>
515         * doc/mc.1.in (Keys): Document S-<chr>.
516         * doc/ru/mc.1.in: Likewise.
518 2002-10-31  Pavel Roskin  <proski@gnu.org>
520         * syntax/diff.syntax: Revert highlighting for trailing spaces
521         on the added lines - it extends the context to the next line.
523         * lib/mc.csh.in: Add quoting and check for missing file.
525         * lib/mc.csh.in: Update to use the new -P option.  This script
526         has absolutely no protection against special symbols in
527         directory names and lacks TMPDIR support.
529         * lib/mc.sh.in: Update to use the new -P option.
531         * configure.in: Displaying the install paths is too problematic
532         to implement properly.  Remove this code.
534 2002-10-29  Pavel Roskin  <proski@gnu.org>
536         * lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.
537         * configure.in: Likewise.  Add "-c" (disable ANSI color) to
538         MAN_FLAGS if supported.
540         * acinclude.m4 (MC_WITH_SLANG): Reject S-Lang with UTF-8
541         support, unless external S-Lang was explicitly requested.
543 2002-10-24  Pavel Roskin  <proski@gnu.org>
545         * lib/mc.ext.in: Don't use links to view html - the "-dump"
546         option has been removed in the recent versions.
547         From David Martin <dmartina@excite.com>
549 2002-10-21  Pavel Roskin  <proski@gnu.org>
551         * acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
552         to the final configuration message.
554 2002-10-17  Pavel Roskin  <proski@gnu.org>
556         * doc/hu/Makefile.am: Generate Hungarian help file from the
557         manual, just like other languages.
558         * doc/hu/mc.1.in: New file, converted from the help file.
559         * doc/hu/xnc.hlp: Likewise.
560         * configure.in: Adjust for the above.
562         * doc/mc.1.in: Add node names.  Remove redundant paragraph
563         breaks at the start and the end of the sections.  Mention
564         "stalelink" as color keyword.
566 2002-10-14  Pavel Roskin  <proski@gnu.org>
568         * lib/mc.ext.in: Don't use "-dump" option with "links".
569         From David Martin <dmartina@excite.com>
571 2002-10-13  Pavel Roskin  <proski@gnu.org>
573         * lib/mc.hint*: Remove all references to "-1" - hints file is no
574         substitute to unambiguous GUI.
575         From Christian Laubscher <christian.laubscher@tiscalinet.ch>
577 2002-10-12  Pavel Roskin  <proski@gnu.org>
579         * lib/mc.ext.in: Redirect stderr from "links" to suppress a
580         warning if it's not found.
582 2002-10-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
584         * doc/mc.1.in (SMB File System): Username is allowed in
585         URLs now (/#smb:[user@]machine).
586         * doc/ru/mc.1.in: Likewise.
588 2002-10-08  Pavel Roskin  <proski@gnu.org>
590         * configure.in: Rename RH_VERSION to RPM_VERSION - not every
591         rpm-based system is Red Hat.  Replace all dashes, not just one.
593         * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
594         termcap if terminfo is missing in the known locations.
595         * configure.in: Remove --with-termcap processing, it is now in
596         acinclude.m4.
598 2002-10-02  Pavel Roskin  <proski@gnu.org>
600         * syntax/syntax.syntax: Fix highlighting for "gray".
602 2002-10-01  Pavel Roskin  <proski@gnu.org>
604         * configure.in: Expand $bindir and $datadir to show at the end.
605         Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
607 2002-09-29  Pavel Roskin  <proski@gnu.org>
609         * configure.in: Remove the argument from --with-gpm-mouse.  The
610         directories for include files and libraries can be specified
611         using LDFLAGS and CPPFLAGS, as documented in the output of
612         "configure --help".
614         * configure.in: Complete rewrite of the screen library support.
615         Add new option --with-screen instead on --with-slang,
616         --with-included-slang and --with-ncurses.  Only allow
617         --with-termcap is using the included S-Lang library.
618         * aclocal.m4: Corresponding changes.
620         * syntax/mail.syntax: Replace "wholechars right" and "wholechars
621         left" with single "wholechars".
622         * syntax/nroff.syntax: Likewise.
623         * syntax/sh.syntax: Likewise.
624         * syntax/tcl.syntax: Likewise.
626         * syntax/*.syntax: Remove numeric Cooledit colors.  It's
627         unreasonable to require them to be correct.  On the other hand,
628         Cooledit can easily be changed to accept named color names.
630         * syntax/syntax.syntax: Don't require Cooledit colors for
631         highlighting color names.  Remove Cooledit colors.
633         * syntax/m4.syntax: Don't use yellow color on parentheses, since
634         it interferes with parentheses highlighting.  Remove list of
635         supported Autoconf macros.
637 2002-09-26  Pavel Roskin  <proski@gnu.org>
639         * syntax/syntax.syntax: Remove highlighting for numbers - it's
640         for Cooledit only.
642         * syntax/c.syntax: Require at least one space at the beginning
643         of indented cpp directives.  Use brightmagenta for them.
645         * syntax/syntax.syntax: Don't start keywords with "\[" - it
646         doesn't work.  Use "\[\]" at the end of keywords to suppress
647         their special meaning.
649 2002-09-22  Pavel Roskin  <proski@gnu.org>
651         * doc/Makefile.am: Remove width from the man2hlp command line.
652         The same for translations.
654         * configure.in: Remove support for HSC proxy - it's obsolete.
655         Remove all references to HSC proxy everywhere.
657 2002-09-21  Pavel Roskin  <proski@gnu.org>
659         * configure.in: Bump version to 4.6.0-pre1b.
661         * doc/hu/mc.hlp.hu: Rename to ...
662         * doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
663         * configure.in: Substitute doc/hu/mc.hlp.hu.
664         * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
666         * doc/mc.1.in: Update path to the data files.  Rename MC_LIBDIR
667         to MC_DATADIR.  Make the same changes in the translations.
669         * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
670         directory for architecture-independent files.
672 2002-09-19  Pavel Roskin  <proski@gnu.org>
674         * syntax/m4.syntax: New file.
675         * syntax/Syntax: Add m4.syntax.
676         * syntax/Makefile.am: Likewise.
677         From Vlad Romanenko <VladRomanenko@ukr.net>
679         * syntax/sql.syntax: Only recognize non-standard MySQL comments
680         at the beginning of line.
682 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
684         * syntax/syntax.syntax: Add "linestart" for "context",
685         "context default" and "context exclusive" keywords.
686         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
687         and "%5.5s" formats.
689 2002-09-18  Pavel Roskin  <proski@gnu.org>
691         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
692         rules for syntax files ...
693         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
694         and "include" keywords.
695         * syntax/Makefile.am: Add syntax.syntax.
697 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
699         * syntax/js.syntax: Advanced number highlighting.
701 2002-09-17  Pavel Roskin  <proski@gnu.org>
703         * syntax/c.syntax: Highlight "?" by the same color as ":".
704         * syntax/java.syntax: Likewise.
705         * syntax/swig.syntax: Likewise.
706         * syntax/python.syntax: Remove duplicate keyword ":".
708         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
709         m4 directory is used by aclocal.
710         * m4/Makefile.am: New file.
711         * configure.in: Substitute m4/Makefile.
712         * autogen.sh: Don't copy any macro files, use m4 directory.
714         * syntax/Makefile.am: Add js.syntax.
716         * configure.in: Add support for glib 2.x.  Right now, it has to
717         be explicitly enabled by `--with-glib2'.
718         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
720 2002-09-16  Pavel Roskin  <proski@gnu.org>
722         * syntax/js.syntax: New file.
723         * syntax/Syntax: Add js.syntax.
724         From Vlad Romanenko <VladRomanenko@ukr.net>
726 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
728         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
729         of local xnc.hlp
730         * doc/pl/xnc.hlp: Removed.
732 2002-09-13  Pavel Roskin  <proski@gnu.org>
734         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
735         Remove "potfiles" command.
736         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
737         compatibility with gettext 0.10.x.
739         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
740         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
742         * po/Makevars: New file for compatibility with gettext 0.11.x.
744         * configure.in: Remove "Debugger code" message.
746         * acinclude.m4: Replace undelfs_o with use_undelfs.
747         * configure.in: Likewise.  Don't substitute it.
749         * configure.in: Simplify processing of without-edit.  Replace
750         several variables with use_edit.
751         * acinclude.m4: Remove AC_WITH_EDIT.
753         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
754         use_smbfs.
755         * configure.in: Likewise.
756         * INSTALL: Document --with-samba.
758         * configure.in: Roll --enable-mcserv-install into ...
759         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
760         * INSTALL: Document --with-mcfs.
762 2002-09-12  Pavel Roskin  <proski@gnu.org>
764         * configure.in: Don't check if crypt() prototype is needed to
765         avoid warnings - the whole code is not worth avoiding one
766         legitimate warning.
767         * acinclude.m4: Remove AC_TRY_WARNINGS.
769         * configure.in: ALL_LINGUAS should be defined unconditionally.
771         * acinclude.m4: Clarify some help texts, add defaults in square
772         brackets, use more consistent spacing.
773         * configure.in: Likewise.
775         * lib/mc.menu: Don't call tarballs "releases".  Don't
776         dereference symlinks.
778 2002-09-10  Pavel Roskin  <proski@gnu.org>
780         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
782 2002-09-07  Pavel Roskin  <proski@gnu.org>
784         * configure.in: Eliminate --with-terminfo option, which was
785         essentially equivalent to --with-included-slang and didn't force
786         anything.
787         * acinclude.m4 (AC_USE_TERMINFO): Remove.
788         * INSTALL: Adjust to match.
789         * FAQ: Likewise.
791 2002-09-05  Pavel Roskin  <proski@gnu.org>
793         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
794         NETFILES - it's unused.
796         * configure.in: Check for arpa/inet.h.
798         * mcfn_install: Remove.  Also remove all references to it.
799         * INSTALL.FAST: Update information about ncurses.
800         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
802         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
803         LIBS.
804         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
805         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
806         test for ncurses in non-standard directories.
808 2002-09-04  Pavel Roskin  <proski@gnu.org>
810         * lib/mc.ext.in: Remove edit rules for compressed files that
811         were compressing even unchanged files - the editor itself can
812         handle compression better.
814 2002-09-03  Pavel Roskin  <proski@gnu.org>
816         * acinclude.m4: Remove Termnet support, it's too old and obscure
817         to be supported properly.
819 2002-08-27  Pavel Roskin  <proski@gnu.org>
821         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
822         OpenOffice.org, not StarOffice.  Add more video formats.
824         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
825         unnecessary pipeline.  Redirect stderr from cpio, because it can
826         be non-empty even for successful operations.
828 2002-08-26  Pavel Roskin  <proski@gnu.org>
830         * syntax/spec.syntax: New file.
831         * syntax/Syntax: Add spec.syntax.
832         * syntax/Makefile.am: Likewise.
833         From PLD Linux Distribution with minor changes.
835 2002-08-25  Pavel Roskin  <proski@gnu.org>
837         * lib/mcserv.init: Update from Red Hat package.
838         * lib/mcserv.pamd: Likewise.
840         * configure.in: Fix interpretation of the iconv test result.
841         Reported by Pavel Shirshov <pavelsh@mail.ru>
843         * mc.sh.in: Only bash needs the mc() function to be exported.
845         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
846         instead of /usr where appropriate.
847         * doc/Makefile.am: Enable generation of the help file.
849         * doc/pl/*: Add Polish translation.
850         * doc/Makefile.am: Adjust for the above.
851         * configure.in: Likewise.
853 2002-08-24  Pavel Roskin  <proski@gnu.org>
855         * lib/edit.indent.rc: Use tidy to format HTML.
856         From David Martin <dmartina@excite.com>
858         * lib/cedit.menu: Remove all references to the error file.
859         * lib/edit.indent.rc: Likewise.
860         * lib/edit.spell.rc: Likewise.
862 2002-08-23  Pavel Roskin  <proski@gnu.org>
864         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
865         use only for the programs that need it (mc and mcserv).
867         * configure.in: Fix help text for gpm and ncurses.  Properly
868         handle --without-ncurses.
869         Reported by Moritz Barsnick <moritz@barsnick.net>
871         * configure.in: Work around a bug in Autoconf-2.53 that prevents
872         splitting of user-specified path in AC_PATH_PROGS.
874         * configure.in: Move glib test earlier, as it tends to fail for
875         many users.  Make GLIB_CONFIG a precious variable.  Check for
876         glib12-config - that's how it's called on FreeBSD.
877         Reported by Pavel Shirshov <pavelsh@mail.ru>
879 2002-08-22  Pavel Roskin  <proski@gnu.org>
881         * configure.in: Remove old-style Linux-only support for shadow
882         passwords.
884 2002-08-21  Pavel Roskin  <proski@gnu.org>
886         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
887         now, otherwise Automake 1.5 breaks.  Remove version number from
888         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
889         Substitute RH_VERSION, which is VERSION without dashes, needed
890         for RedHat specfile.
892         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
893         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
894         two places.
896         Release mc-4.6.0-pre1.
898         * configure.in: Bump version to 4.6.0-pre1.
899         * po/*.po: Regenerate.
901 2002-08-20  David Martin  <dmartina@excite.com>
903         * doc/es/mc.1.in: Minor changes.
904         * doc/es/xnc.hlp: Likewise.
906 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
908         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
909         %{_mandir}/*/man1/*.
911 2002-08-20  Pavel Roskin  <proski@gnu.org>
913         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
915 2002-08-19  Pavel Roskin  <proski@gnu.org>
917         * configure.in: Add Italian documentation.
918         * doc/Makefile.am: Likewise.
920         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
922         * configure.in: Enable subshell support on all operating systems
923         by default.  Old issues are most likely solved by now.
925 2002-08-18  Pavel Roskin  <proski@gnu.org>
927         * lib/mc.ext.in: Try links before lynx.  Force full path when
928         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
929         is already broken if the program starts in background.  Add a
930         comment discouraging taking this code as example.
932         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
933         obsolete.
934         * doc/es/mc.1.in: Likewise.
935         * doc/ru/mc.1.in: Likewise.
936         * doc/hu/mc.hlp.hu: Likewise.
938         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
939         was unsafe by design and is no longer supported.  Use %t instead
940         of %u to preserve tags in case of failure.
942         * vfs/extfs/ftplist.in: Remove support for running commands, it
943         makes no sense.
945 2002-08-16  Pavel Roskin  <proski@gnu.org>
947         * lib/mc.global: Remove, it duplicates the role of mc.lib.
948         * lib/mc.lib: Add contents of mc.global.
949         * lib/Makefile.am: Remove all references to mc.global.
951         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
952         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
954 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
956         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
957         set, umask and unset like other builtin commands.
959 2002-08-15  Pavel Roskin  <proski@gnu.org>
961         * configure.in: Remove check for SIGTSTP, it's not needed for
962         the subshell support.
964         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
965         done at runtime.
966         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
968 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
970         * doc/ru/mc.1.in: Remove reference to README.edit.
971         * doc/mc.1.in: Likewise.
972         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
973         everywhere.
975 2002-08-14  Pavel Roskin  <proski@gnu.org>
977         * doc/mc.1.in: Consistently use "native" ftp syntax.
978         * doc/ru/mc.1.in: Likewise.
979         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
980         * doc/es/xnc.hlp: Likewise.
982         * lib/mc.hlp.hu: Move ...
983         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
985 2002-08-09  Pavel Roskin  <proski@gnu.org>
987         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
988         and entries that are obsolete or make no sense.
990         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
991         "How to use help".
993         * doc/Makefile.am: Don't distribute help file.  Generate it in
994         the build directory.
995         * doc/es/Makefile.am: Likewise.
996         * doc/ru/Makefile.am: Likewise.
998         * lib/xnc.hlp: Move ...
999         * doc/xnc.hlp: ... here.
1000         * doc/Makefile.am: Necessary adjustments.
1001         * lib/Makefile.am: Likewise.
1002         * src/Makefile.am: Likewise.
1004         * configure.in: Add Spanish documentation.
1005         * doc/Makefile.am: Likewise.
1006         * doc/es: Spanish documentation.
1007         From David Martin <dmartina@excite.com>
1009 2002-08-08  Pavel Roskin  <proski@gnu.org>
1011         * lib/mc.lib: Add f11-f20 keys for Konsole.
1013 2002-08-06  Pavel Roskin  <proski@gnu.org>
1015         * syntax/lisp.syntax: New file.
1016         * syntax/Syntax: Add lisp.syntax.
1017         * syntax/Makefile.am: Likewise.
1018         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
1019         changes.
1021 2002-08-04  Pavel Roskin  <proski@gnu.org>
1023         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
1024         subshell if this test fails.
1026 2002-08-03  Pavel Roskin  <proski@gnu.org>
1028         * syntax/mail.syntax: Colors changed to be more readable.
1030         * syntax/html.syntax: Don't require character entities to be
1031         whole, but check their validity.
1033 2002-08-02  Pavel Roskin  <proski@gnu.org>
1035         * configure.in: No longer need to define REGEX_MALLOC.
1037 2002-08-01  Pavel Roskin  <proski@gnu.org>
1039         * configure.in: Remove support for MAD and Electric Fence.
1040         Developers should use modern memory debuggers (e.g. Valgrind).
1041         * INSTALL: Remove references to MAD.
1043 2002-07-31  Pavel Roskin  <proski@gnu.org>
1045         * syntax/html.syntax: Remove recognition for any individual
1046         words - there are too many of them, we cannot keep up.
1048 2002-07-30  Pavel Roskin  <proski@gnu.org>
1050         * doc/ru/Makefile.am: Use man2hlp directly.
1052 2002-07-28  Pavel Roskin  <proski@gnu.org>
1054         * syntax/changelog.syntax: Highlight "*" only after tab.  This
1055         requires fixed syntax highlighting.
1057         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
1058         default. Open *.xls with gnumeric.  Use mplayer for most video
1059         formats.
1061         * syntax/nroff.syntax: Require most keywords to be whole.
1063 2002-07-21  Pavel Roskin  <proski@gnu.org>
1065         * syntax/fortran.syntax: Fix highlighting of "*" at the
1066         beginning of line.  Recognize "     +" as continuation.  Move
1067         all "linestart" keywords earlier to avoid more conflicts.
1069 2002-07-18  Pavel Roskin  <proski@gnu.org>
1071         * syntax/unknown.syntax: Don't highlight anything by default.
1073         * syntax/changelog.syntax: Highlight functions without
1074         filenames.
1075         * syntax/Syntax: Match *ChangeLog*.
1077         * syntax/c.syntax: Reenable highlighting for "/" and preserve
1078         highlighting for "//" comments by using exclusive context.
1079         * syntax/java.syntax: Likewise.
1080         * syntax/swig.syntax: Likewise.
1081         * syntax/slang.syntax: Reenable highlighting for "/".
1082         * syntax/sql.syntax: Enable highlighting for "/" and "-".
1084         * syntax/sql.syntax: New file.
1085         * syntax/Syntax: Add sql.syntax.
1086         * syntax/Makefile.am: Likewise.
1087         From Walery Studennikov <despair@sama.ru> with minor changes.
1089 2002-07-16  Pavel Roskin  <proski@gnu.org>
1091         * lib/mc.ext.in: Remove handling of executables.  They should
1092         be handled internally for "pause after run" to work.
1094         * syntax/Syntax: Associate *.itcl with tcl.syntax.
1095         * syntax/tcl.syntax: Add itcl keywords, other improvements.
1097 2002-07-15  Pavel Roskin  <proski@gnu.org>
1099         * configure.in: Don't check for strcasecmp(), strncasecmp() and
1100         strdup() - test results are not used except in gettext, which
1101         provides its own tests.
1103         * configure.in: When checking for ncurses, check for
1104         has_colors(), not curses_version() - the later is missing in
1105         older version of ncurses.
1107 2002-07-13  Pavel Roskin  <proski@gnu.org>
1109         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
1110         not to LIBS.
1111         * configure.in: Fix breakage in ncurses headers check from the
1112         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
1113         Define REGEX_MALLOC here.
1115         * acinclude.m4 (AC_NCURSES): Remove.
1116         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
1117         AC_CHECK_LIB to check existence of ncurses library.  Eliminate
1118         variables force_ncurses and search_ncurses.
1120 2002-07-10  Pavel Roskin  <proski@gnu.org>
1122         * configure.in: Remove --with-netrc, it is now default and can
1123         be disabled at the runtime.
1125         * syntax/tcl.syntax: New file.
1126         * syntax/Syntax: Add tcl.syntax.
1127         * syntax/Makefile.am: Likewise.
1128         * syntax/java.syntax: Don't treat #define separately from other
1129         preprocessor directives.
1130         * syntax/slang.syntax: Likewise.
1131         * syntax/swig.syntax: Likewise.
1133 2002-07-09  Pavel Roskin  <proski@gnu.org>
1135         * syntax/c.syntax: Don't treat #define separately from other
1136         preprocessor directives.
1138 2002-07-08  Pavel Roskin  <proski@gnu.org>
1140         * syntax/perl.syntax: Highlight text after __END__ as a comment.
1141         * syntax/po.syntax: Avoid gray color, which is hard to see.
1143 2002-07-05  Pavel Roskin  <proski@gnu.org>
1145         * syntax/dos.syntax: Add more commands.
1147 2002-07-04  Pavel Roskin  <proski@gnu.org>
1149         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
1150         sort authors.
1152 2002-06-24  Pavel Roskin  <proski@gnu.org>
1154         * syntax/dos.syntax: New file - highlighting for DOS batch
1155         files.  From Petr Kozelka <pkozelka@centrum.cz>
1156         * syntax/Syntax: Add dos.syntax.
1157         * syntax/Makefile.am: Likewise.
1159 2002-06-04  Max Schedriviy  <max@humgat.org>
1161         * syntax/php.syntax: New version.
1163 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
1165         * NEWS: Mention ftpfs/fish uploading changes and new configure
1166         options --with-codepagedir=DIR, --with-configdir=DIR and
1167         --without-mcfs.
1169 2002-05-22  Pavel Roskin  <proski@gnu.org>
1171         * doc/ru/Makefile.am: Fix out-of-tree build.
1173 2002-05-14  Pavel Roskin  <proski@gnu.org>
1175         * configure.in: Fix logic for gettext 0.10.x.
1177 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
1179         * configure.in: Don't generate po/Makefile if
1180         there is 'top_builddir' in po/Makefile.in.
1181         * autogen.sh: More fixes for gettext 0.11+.
1183 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
1185         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
1187 2002-04-21  Pavel Roskin  <proski@gnu.org>
1189         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
1190         can play them.
1192 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
1194         * autogen.sh: Fix for gettext 0.11 family (and newer).
1196 2002-04-08  Pavel Roskin  <proski@gnu.org>
1198         * autogen.sh: Allow gettext newer than 0.10.39.
1199         From Björn Eriksson <bjorn@bjornen.nu>
1201 2002-04-03  Pavel Roskin  <proski@gnu.org>
1203         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
1204         by "make clean" because not everyone has Perl to rebuild it.
1206 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
1208         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
1209         first line regular expression.
1211 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
1213         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
1214         or newer is not used.
1215         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
1217         * src/Makefile.am: Move mc.hlp.ru processing ...
1218         * doc/ru/Makefile.am: ... here.
1220 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
1222         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
1223         * syntax/c.syntax: Highlight "%p" printf format.
1224         Allow '*' as width and precision for strings and numbers.
1226         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
1227         * doc/ru/mc.1.in: Likewise.
1229 2002-03-18  Pavel Roskin  <proski@gnu.org>
1231         * doc/ru/Makefile.am: Distribute xnc.hlp.
1233 2002-03-12  Pavel Roskin  <proski@gnu.org>
1235         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
1237 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
1239         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
1240         * doc/ru/Makefile.am: New file.
1242 2002-03-08  Pavel Roskin  <proski@gnu.org>
1244         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
1246 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
1248         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
1250 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
1252         * doc/mc.1.in: Use nodename `Background jobs' for section
1253         `Background Jobs' to reflect user visible Command menu option
1254         and src/cmd.c dialog implementation.
1256         * doc/ru: New directory for Russian manuals.
1257         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
1258         translated by Victor A. Kostromin for mc 4.5.30.  Converted
1259         from binary mc.hlp.ru, corrected and actualized by me.
1260         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
1261         * doc/ru/.cvsignore: Ignore mc.1.
1263 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
1265         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
1266         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
1267         mc.lib settings.
1269         (Virtual File System): Document SMB File System.
1271 2002-02-26  Pavel Roskin  <proski@gnu.org>
1273         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
1274         message "no symbol found" for unsupported architectures and
1275         provide more useful information.
1277 2002-02-22  Pavel Roskin  <proski@gnu.org>
1279         * README.smbfs: Remove.  It contained no useful information
1280         and the webpage is now dead.
1281         * Makefile.am: Remove README.smbfs.
1283         * README: Mention that glib 1.2.x is required.
1285 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
1287         * lib/edit.indent.rc: Use "#! /bin/sh"
1288         * lib/edit.spell.rc: Likewise.
1289         * lib/mcserv.init: Likewise.
1291         * lib/cedit.menu: Eliminate bashisms.
1292         Add missed `:' in AUTHOR evaluation.
1293         Unset LANGUAGE and make LC_ALL empty.
1294         Use "#! /path/to/program".
1296 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
1298         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
1299         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
1300         Fix tarfs URL syntax example.  Minor typo and format fixes.
1302 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
1304         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
1305         Fix location of configuration files.
1307 2002-02-05  Pavel Roskin  <proski@gnu.org>
1309         * configure.in: Don't use defunct ncurses_version.
1310         Reported by Thomas Dickey <dickey@herndon4.his.com>
1311         Set force_ncurses whenever --with-ncurses is used.  If set,
1312         suppress checks for S-Lang and fail is ncurses is not found.
1314         * configure.in: Introduce a new variable screen_type that is
1315         either "slang" or "ncurses" without additional text.  Use it
1316         instead of screen_manager whenever possible.  Fix text in
1317         AC_NCURSES call, use m4 quotes and move shell quotes into the
1318         macro.
1319         * acinclude.m4: Likewise.
1321 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
1323         * syntax/Syntax: Known Delphi/Kylix source file extensions
1324         supported (*.dpr, *.inc).
1325         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
1326         Special highlighting for CVS keywords.  Understands single-line
1327         comments (//).
1329 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
1331         * configure.in (ALL_LINGUAS): Added "bg"
1333 2002-01-21  Pavel Roskin  <proski@gnu.org>
1335         * NEWS: Mention word completion in the editor.
1337 2002-01-17  Pavel Roskin  <proski@gnu.org>
1339         * extraconf.h: Remove OS/2 specific code.
1341         * doc/mc.1.in (Configuration): Clarify some entries.
1343 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
1345         * acinclude.m4: New options for smbfs:
1346         --with-configdir=DIR    Where the Samba configuration files are (/etc)
1347         --with-codepagedir=DIR  Where the Samba codepage files are
1349 2002-01-11  Pavel Roskin  <proski@gnu.org>
1351         * syntax/xml.syntax: New file - highlighting for XML.
1352         From Petr Kozelka <pkozelka@centrum.cz>
1353         * syntax/Syntax: Add xml.syntax.
1354         * syntax/Makefile.am: Likewise.
1356 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
1358         * configure.in: Added "eu" to ALL_LINGUAS.
1360 2002-01-03  Pavel Roskin  <proski@gnu.org>
1362         * lib/mc.menu: Correct quoting.
1363         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
1365         * NEWS: Mention removal of the OS/2 port.
1366         * README.PC: Remove OS/2 specific parts.
1368 2002-01-02  Pavel Roskin  <proski@gnu.org>
1370         * configure.in: Make help about --with-subshell easier to
1371         understand.  Minor alignment fixes for the help.
1372         * acinclude.m4: Minor alignment fixes for the help.
1374 2001-12-31  Pavel Roskin  <proski@gnu.org>
1376         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
1377         from vfs/Make-mc.in.
1379 2001-12-27  Duarte Loreto  <happyguy_pt@hotmail.com>
1381         * configure.in: Added Portuguese to ALL_LINGUAS
1383 2001-12-21  Pavel Roskin  <proski@gnu.org>
1385         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
1386         Don't remove slang/slang.h - it's never created.
1388         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
1389         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
1390         unused.
1392 2001-12-01  Wang Jian  <lark@linux.net.cn>
1394         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
1396 2001-11-29  Pavel Roskin  <proski@gnu.org>
1398         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
1400 2001-11-27  Pavel Roskin  <proski@gnu.org>
1402         * lib/mc.ext.in: When running X programs in background, do it
1403         from subshell.  Otherwise some of them terminate when mc exits.
1404         Reported by Christian Dysthe <christian@dysthe.net>
1405         Remove some obsolete and gmc-specific entries.  Use StarOffice
1406         to open files detected as "Microsoft Office Document".
1408         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
1409         XFree86 4.1.0.
1411 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
1413         * doc/mcedit.1.in: Fix help file location.
1415 2001-11-14  Pavel Roskin  <proski@gnu.org>
1417         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
1418         fallback to ino_t for e2fsprogs version 1.19 and older.
1420 2001-10-30  Pavel Roskin  <proski@gnu.org>
1422         * lib/mc.ext.in: Add support for Netpbm files.
1424 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
1426         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
1427         http://bugzilla.gnome.org/show_bug.cgi?id=60935
1428         By drk@sgi.com.
1430         * doc/mc.1.in: Document %p macro.
1432 2001-10-24  Pavel Roskin  <proski@gnu.org>
1434         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
1435         Allow using --without-mmap.
1436         * INSTALL: Document --without-mmap.
1438 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
1440         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
1441         of languages to be installed by setting env variable before
1442         configure. If it is empty, it defaults to full list.
1443         By Alex Tkachenko <alex@bcs.zp.ua>.
1445 2001-10-19  Pavel Roskin  <proski@gnu.org>
1447         * syntax/sh.syntax: Highlight reserved words inside backticks.
1448         Use the same wholechars settings for reserved words and
1449         commands.  Recognize more words.  Recognize function definitions
1450         without "function" or without "()".  Use brightmagenta instead
1451         of brightblue.
1453 2001-10-18  Pavel Roskin  <proski@gnu.org>
1455         * configure.in: When checking for "nroff -mandoc" support, don't
1456         use /dev/null as input file, use stdin.  Some versions of nroff
1457         (e.g. groff-1.16.1) don't accept special files.
1459 2001-10-14  Pavel Roskin  <proski@gnu.org>
1461         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
1462         Makefile.  Don't allow any suffixes after "Makefile".
1464 2001-10-12  Pavel Roskin  <proski@gnu.org>
1466         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
1467         format).
1469 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
1471         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
1472         Fix compress<->bzip2 conversion and conversion of tagged
1473         archives.
1475 2001-10-05  Pavel Roskin  <proski@gnu.org>
1477         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
1478         Suggested by Marcel Pol <mpol@gmx.net>
1480         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
1481         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
1482         and *.mid files.
1484 2001-09-30  Pavel Roskin  <proski@gnu.org>
1486         * configure.in: Don't check whether grep supports stdin - it's
1487         not used anymore.
1488         * NEWS: Mention this change.
1490 2001-09-19  Pavel Roskin  <proski@gnu.org>
1492         * doc/mcedit.1.in: Fix a very long line - use double
1493         backslashes since they are interpreted even in the .nf blocks.
1495         * lib/edit.spell.rc: Try aspell before resorting to ispell.
1497         * syntax/php.syntax: Replace with a better implementation by
1498         Max Schedriviy <max@tavrida.net>
1500 2001-09-15  Pavel Roskin  <proski@gnu.org>
1502         * doc/mc.1.in: Fix location of mcedit files.
1503         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
1505 2001-09-14  Pavel Roskin  <proski@gnu.org>
1507         * configure.in: Don't check for ncurses version and for keyok()
1508         because the mouse support code doesn't need this hack anymore.
1510 2001-09-13  Pavel Roskin  <proski@gnu.org>
1512         * configure.in: Fix some cases of overquoting and underquoting.
1513         * acinclude.m4: Likewise.
1515 2001-09-12  Pavel Roskin  <proski@gnu.org>
1517         * configure.in: Update list of browsers.  Don't fallback to
1518         lynx since it cannot be run in background.
1519         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
1520         If no browser for X11 was found, use lynx.
1522         * autogen.sh: Add a workaround to ensure that "depcomp" is
1523         distributed.
1524         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
1525         where appropriate.
1526         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
1527         terminfo.
1529         * configure.in: Use three-argument form of AC_INIT.  Use
1530         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
1531         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
1532         is not needed if AC_CONFIG_AUX_DIR is used.
1533         * vfs/Make-mc.in: Adjust mkinstalldirs location.
1534         * autogen.sh: Create "config" and remove "autom4te.cache".
1536 2001-09-11  Pavel Roskin  <proski@gnu.org>
1538         * syntax/Syntax: New file, extracted from edit/syntax.c.
1539         * syntax/Makefile.am: Add Syntax.
1541         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
1542         to LIBS.  Don't use unportable "grep -q", use "case" instead.
1544 2001-09-10  Pavel Roskin  <proski@gnu.org>
1546         * configure.in: Only check for X if --with-tm-x-support has been
1547         specified.
1549         * configure.in: Add check for sys/ioctl.h.
1551         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
1553         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
1554         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
1555         testing for functions in ncurses.
1557         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
1558         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
1559         * acconfig.h: Remove.
1561         * configure.in: Eliminate LIBSLANG and LSLANG.
1562         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
1564         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
1565         resizeterm() and keyok() only if configuring with ncurses.
1567         * configure.in: Remove now unused variables LIBVFS and LVFS.
1569         * configure.in: Remove unused variables LINTL and INTLDEPS.
1571         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
1572         building with included gettext, because libintl.h is copied
1573         there.
1575 2001-09-09  Pavel Roskin  <proski@gnu.org>
1577         * NEWS: Update.
1579         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
1580         checks -lgen for getmntent as of Autoconf 2.52.
1582 2001-09-07  Pavel Roskin  <proski@gnu.org>
1584         * configure.in: Check for pwd.h.
1586         * Make.common.in: Remove.
1587         * configure.in: Remove all references to Make.common.in and
1588         MCCPPFLAGS.
1589         * aclocal.m4: Likewise.
1591         * configure.in: Require Autoconf 2.52.  Remove hacks for
1592         Autoconf 2.13.
1593         * Makefile.am: Require Automake 1.5.
1595 2001-09-06  Pavel Roskin  <proski@gnu.org>
1597         * syntax/php.syntax: New file - PHP file highlighting.  Copied
1598         from Cooledit 3.17.4.
1599         * syntax/Makefile.am: Add php.syntax.
1601 2001-09-06  Timur Bakeyev  <mc@bat.ru>
1603         * acconfig.h: Brought back couple of symbols, that are still necessary
1604         due reference to them from configure.in.
1606 2001-09-04  Pavel Roskin  <proski@gnu.org>
1608         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
1609         strictness for dates.
1611         * doc/mc.1.in: Fix troff warnings.
1612         * doc/mcedit.1.in: Likewise.
1614 2001-09-03  Pavel Roskin  <proski@gnu.org>
1616         * doc/mc.1.in: Spellcheck.
1617         * doc/mcedit.1.in: Likewise.
1618         * doc/mcserv.8.in: Likewise.
1620         * doc/mc.1.in (Learn Keys): Complete rewrite.
1622 2001-09-02  Pavel Roskin  <proski@gnu.org>
1624         * acconfig.h: Remove all unused symbols.
1626         * lib/ncurses.h: Remove.
1627         * lib/Makefile.am: Remove ncurses.h.
1629 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
1631         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
1633 2001-08-28  Pavel Roskin  <proski@gnu.org>
1635         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
1636         like EOF.
1638 2001-08-26  Pavel Roskin  <proski@gnu.org>
1640         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
1641         CONS_SAVER.  Put all conditionals together.
1643         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
1644         Automake 1.5.
1646         * configure.in: Remove XCURSES variable - it's unused.
1648         * configure.in: New conditional USE_EDIT.
1650         * syntax/changelog.syntax: Don't require '@' to be in the
1651         address.  This also works around a bug in the syntax engine
1652         that prevented highlighting of addresses.
1654 2001-08-25  Pavel Roskin  <proski@gnu.org>
1656         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
1658 2001-08-24  Pavel Roskin  <proski@gnu.org>
1660         * extraconf.h: Remove all references to HAVE_X.
1661         * acinclude.m4: s/GNOME_/MC_/
1662         * configure.in: Likewise.  Remove or clarify all references to
1663         the "text edition".  Minor fixes.
1665         * configure.in: Remove support for curses libraries other than
1666         ncurses.
1667         * acinclude.m4: Likewise.
1668         * FAQ: Remove everything about UNIX curses.
1669         * INSTALL: Likewise.
1671         * configure.in: Enable large file support by default.
1672         * NEWS: Mention it.
1673         * INSTALL: Document it.  Minor fixes.
1675         * FAQ: Remove information about GNOME edition.  Minor fixes.
1676         * README: Likewise.
1677         * NEWS: Mention removing the GNOME edition.
1679         * acinclude.m4: Include all used macros from the macros
1680         directory.
1681         * autogen.sh: Remove all references to "macros".
1682         * Makefile.am: Likewise.
1684         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
1685         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
1687         * lib/startup.links: Remove.
1688         * lib/README.desktop: Likewise.
1689         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
1691         * configure.in: Bump version to 4.5.99a.
1693         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
1694         * po/*.po: Regenerate.
1696         * AUTHORS: Update and spell check.
1697         * FAQ: Likewise.
1698         * INSTALL: Likewise.
1699         * INSTALL.FAST: Likewise.
1700         * NEWS: Likewise.
1701         * README.PC: Likewise.
1702         * README.QNX: Likewise.
1704         * configure.in: Add check for stropts.h.
1706 2001-08-23  Pavel Roskin  <proski@gnu.org>
1708         * lib/edit.indent.rc: Create cooledit.error right away to
1709         override its old contents.  Don't use ksh extensions.  Treat *.C
1710         files as C++.  Recognize more C++ extensions.  Support java.
1711         Update URL for "astyle".  Quote all arguments to protect spaces.
1712         * lib/edit.spell.rc: Don't save terminal settings - mc does it
1713         itself.  Quote all arguments to protect spaces.
1715 2001-08-21  Pavel Roskin  <proski@gnu.org>
1717         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
1718         files if GNOME frontend is disabled.
1719         * idl/Makefile.am: Likewise.
1720         * lib/Makefile.am: Likewise.
1721         * new_icons/Makefile.am: Likewise.
1723         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
1724         case it already has gettext macros elsewhere and doesn't like
1725         duplicates (i.e. it's aclocal from Automake-1.4).
1727 2001-08-20  Pavel Roskin  <proski@gnu.org>
1729         * AUTHORS: Updated.
1730         * INSTALL: Likewise.
1731         * NEWS: Likewise.
1732         * doc/mc.1.in: Likewise.
1733         * doc/mcserv.8.in: Likewise.
1735         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
1736         for sys/mount.h.
1738 2001-08-19  Andras Timar  <timar@gnome.hu>
1740         * lib/Makefile.am: Added Hungarian hints
1741         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
1743 2001-08-19  Pavel Roskin  <proski@gnu.org>
1745         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
1747 2001-08-17  Pavel Roskin  <proski@gnu.org>
1749         * syntax/po.syntax: New file - PO file highlighting.
1750         From David Martin <dmartina@excite.es>
1751         * syntax/Makefile.am: Add po.syntax.
1753         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
1754         it's sometimes missing from the databases.
1756 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
1758         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
1759         * lib/Makefile.am: Reflect above change.
1761 2001-08-15  Pavel Roskin  <proski@gnu.org>
1763         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
1765 2001-08-14  Pavel Roskin  <proski@gnu.org>
1767         * lib/mc.lib: Add popular sequences for "home" and "end" in
1768         "xterm" and "xterm-color" terminals.
1770 2001-08-13  Pavel Roskin  <proski@gnu.org>
1772         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
1774         Replace "Can't" with "Cannot" everywhere.
1776 2001-08-12  Pavel Roskin  <proski@gnu.org>
1778         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
1779         subshell, not for "Open file...".
1780         (emacs_key_map): Likewise.
1782         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1784 2001-08-10  Pavel Roskin  <proski@gnu.org>
1786         * Makefile.am (EXTRA_DIST): Remove BUGS.
1787         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
1789         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
1791         * doc/LSM: Remove, it's outdated.
1792         * doc/FILES: Likewise.
1793         * doc/DEVEL: Remove information about FILES.
1795         * FAQ: Eliminate all broken URLs on the MC site.
1796         From Frederic L. W. Meunier <0@pervalidus.net>
1798         * FAQ: Restore information about xterm.
1800 2001-08-08  Pavel Roskin  <proski@gnu.org>
1802         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1804 2001-08-07  Pavel Roskin  <proski@gnu.org>
1806         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
1808         * doc/mc.1.in: Fix all broken links.
1810 2001-08-06  Pavel Roskin  <proski@gnu.org>
1812         * INSTALL: Numerous changes.  Declare old curses obsolete.
1813         Partly from Frederic L. W. Meunier <0@pervalidus.net>
1815         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
1817 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
1819         * lib/Makefile.am: Remove space after backslash introduced in the
1820         previous commit.
1822         * lib/mc.hint.zh_TW.Big5: New file.
1823         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
1825 2001-08-02  Pavel Roskin  <proski@gnu.org>
1827         * lib/mc.hint.uk: New file.
1828         From Maksym Polyakov <polyama@yahoo.com>
1829         * lib/Makefile.am: Add mc.hint.uk.
1831 2001-08-01  Pavel Roskin  <proski@gnu.org>
1833         * lib/mc.hint.nl: New file.
1834         From Steef Boerrigter <sxmboer@sci.kun.nl>
1835         * lib/Makefile.am: Add mc.hint.nl.
1836         * lib/mc.hint: Remove ftp site.  Update copyright.
1837         * lib/mc.hint.cs: Likewise.
1838         * lib/mc.hint.es: Likewise.
1839         * lib/mc.hint.it: Likewise.
1840         * lib/mc.hint.pl: Likewise.
1841         * lib/mc.hint.ru: Likewise.  Shorten some lines.
1843         * edit/Makefile.in: Allow running "make install" before "make all".
1844         * gtkedit/Makefile.in: Likewise.
1846 2001-07-31  Pavel Roskin  <proski@gnu.org>
1848         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
1849         editor.
1850         * lib/Makefile.am: Add lib/edit.spell.rc.
1852         * autogen.sh: Use gettextize.
1853         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
1854         * po/Makefile.in.in: Likewise.
1856 2001-07-29  Pavel Roskin  <proski@gnu.org>
1858         * syntax/slang.syntax: New file.
1859         From Walery Studennikov <despair@sama.ru>
1860         * syntax/Makefile.am: Add slang.syntax.
1862 2001-07-27  Pavel Roskin  <proski@gnu.org>
1864         * extraconf.h: Move WITH_BACKGROUND here.
1866 2001-07-24  Pavel Roskin  <proski@gnu.org>
1868         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
1870 2001-07-23  Pavel Roskin  <proski@gnu.org>
1872         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
1874 2001-07-20  Pavel Roskin  <proski@gnu.org>
1876         * Make.common.in: Move all defines ...
1877         * gnome/Makefile.in: ... here ...
1878         * src/Makefile.in: ... and here.
1880 2001-07-19  Pavel Roskin  <proski@gnu.org>
1882         * configure.in: Don't check for getwd, it's completely
1883         eliminated.
1884         * INSTALL: Remove reference to HAVE_GETWD.
1886         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
1887         entries for compressed cpio archives.
1889         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
1890         they were only used in obsolete frontends.  Don't ever use %view
1891         without commands - it's slower and loses user settings, e.g.
1892         hex mode.  Put shared libraries before man pages and read.me
1893         before .me macros so that they match correctly.  Use nm for
1894         shared libraries.  Add rules for StarOffice and AbiWord.
1896 2001-07-14  Pavel Roskin  <proski@gnu.org>
1898         * configure.in: Bump version to 4.5.54a.
1900 2001-07-13  Pavel Roskin  <proski@gnu.org>
1902         * lib/mcserv.init: Fix exit status.
1903         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
1905         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
1906         "executable", which should follow a space. Simplify rules for
1907         images. Add shell/ rule for *.info files. Fix all incorrect
1908         uses of the alternation operator.
1909         Reported by Oskar Liljeblad and Michel Casabona.
1911 2001-07-12  Pavel Roskin  <proski@gnu.org>
1913         * configure.in: Don't check for iconv, it's already checked for
1914         in AM_GNU_GETTEXT.
1916 2001-07-10  Pavel Roskin  <proski@gnu.org>
1918         * doc/mc.1.in: Update documentation about hex search.
1920         * edit/edit_key_translator.c (cooledit_key_map): Bind
1921         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
1922         From Steef Boerrigter <sxmboer@sci.kun.nl>
1924         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
1925         * edit/edit_key_translator.c (cooledit_key_map): Add support
1926         for bracket matching on Alt-B.
1927         * gtkedit/gtkeditkey.c: Likewise.
1928         From Steef Boerrigter <sxmboer@sci.kun.nl>
1930 2001-07-06  Pavel Roskin  <proski@gnu.org>
1932         * lib/mc.ext.in: Use nm to view object files.
1934         * Make.common.in: Remove GNOME-specific and unused definitions.
1935         Partly moved to gnome/Makefile.in.
1937         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
1938         they are usused.
1939         * Make.common.in: Likewise.
1941 2001-06-29  Pavel Roskin  <proski@gnu.org>
1943         * ABOUT-NLS: Update to the version from gettext-0.10.38.
1945         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
1946         now done in configure. Move -I.. to the beginning.
1947         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
1948         libintl.a may be required to link mc.
1949         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
1950         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
1951         Move all i18n code to one place. Don't substitute INTLSUB - it's
1952         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
1953         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
1955 2001-06-25  Pavel Roskin  <proski@gnu.org>
1957         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
1958         It should be enabled explicitly by giving `--enable-largefile'
1959         to configure.
1960         * INSTALL: Document it.
1962 2001-06-22  Pavel Roskin  <proski@gnu.org>
1964         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
1966         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
1967         in struct statfs.
1968         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
1970         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
1971         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
1972         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
1973         found.
1974         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
1976 2001-06-19  Pavel Roskin  <proski@gnu.org>
1978         * configure.in: Check for telldir and seekdir. Join adjacent
1979         calls to AC_CHECK_FUNCS.
1981 2001-06-16  Pavel Roskin  <proski@gnu.org>
1983         * Makefile.am: Change the order of SUBDIRS to fully compile text
1984         edition before compiling anything for GNOME.
1985         * mc.spec.in: Don't use brace expansion to avoid implicit
1986         build-time dependency on bash.
1988 2001-06-13  Pavel Roskin  <proski@gnu.org>
1990         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
1991         the test code.
1992         * configure.in: Fix compiler warnings in the arguments to
1993         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
1994         around `=' in the `test' command.
1996 2001-06-07  Pavel Roskin  <proski@gnu.org>
1998         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
1999         GNOME documentation template.
2000         * doc-gnome/C/mkhtml: Don't generate index.
2001         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
2003 2001-06-06  Pavel Roskin  <proski@gnu.org>
2005         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
2006         conditional variables from EXTRA_DIST.
2008 2001-06-05  Pavel Roskin  <proski@gnu.org>
2010         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
2011         conversion support.
2012         From Walery Studennikov <hqsoftware@mail.ru>.
2014         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
2016 2001-06-01  Pavel Roskin  <proski@gnu.org>
2018         * lib/mc.charsets: Synchronize with the latest patch - remove
2019         a comment.
2021 2001-05-30  Pavel Roskin  <proski@gnu.org>
2023         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
2024         work with GNOME.
2026         * lib/mc.charsets: New file. From Walery Studennikov.
2027         * lib/Makefile.am: Distribute mc.charsets. Install it if
2028         the charset support is enabled.
2030         * configure.in: Add check for iconv() and the necessary code
2031         to support the charset selection patch.
2033         * configure.in: Add check for ESCDELAY variable in ncurses.
2035 2001-05-29  Pavel Roskin  <proski@gnu.org>
2037         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
2038         USE_EXT2FSLIB.
2040         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
2041         * pc/config.h: Likewise.
2043         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
2044         and "strings". Recognize "write" files and MS Word templates.
2045         For MS Excel documents try "xls2csv" and "strings".
2046         Escape spaces in the "type" directives.
2047         From Nerijus Baliunas.
2049         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
2051         * Make.common.in: Remove hpath, it's unused.
2053         * acconfig.h: Move constant parts ...
2054         * extraconf.h: ... here.
2055         [HAVE_X]: Disable subshell, s-lang and curses.
2056         * Makefile.am: Add extraconf.h.
2058 2001-05-28  Pavel Roskin  <proski@gnu.org>
2060         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
2061         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
2062         * configure.in: ... here.
2064 2001-05-27  Pavel Roskin  <proski@gnu.org>
2066         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
2067         * acconfig.h: Likewise.
2068         * src/layout.c: Likewise.
2070         * Make.common.in: Remove all percent rules.
2071         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
2072         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
2073         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
2074         AM_INIT_AUTOMAKE.
2076         * Make.common.in: Remove obsolete dependency tracking system.
2077         * configure.in: Likewise.
2078         * edit/Makefile.in: Likewise.
2079         * gnome/Makefile.in: Likewise.
2080         * gtkedit/Makefile.in: Likewise.
2081         * slang/Makefile.in: Likewise.
2082         * src/Makefile.in: Likewise.
2083         * vfs/Make-mc.in: Likewise.
2084         * src/depend.awk: Remove.
2086 2001-05-26  Pavel Roskin  <proski@gnu.org>
2088         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
2089         * syntax/octave.syntax: New file. From Walery Studennikov.
2090         * syntax/Makefile.am: Add octave.syntax.
2092         * configure.in: Fix incorrect test for stdin support in grep -
2093         it would always fail when configuring in an empty directory.
2094         Portability fixes - unset, backslashed space in here-documents.
2095         Eliminate all instances of "changequote".
2097         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
2098         user choice.
2099         * acconfig.h: Changes for the above.
2100         * INSTALL: Don't document --with-sco - it's now defunct.
2101         * INSTALL.FAST: Likewise.
2103 2001-05-25  Pavel Roskin  <proski@gnu.org>
2105         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
2106         are in the beginning of the "file" output.
2108 2001-05-23  Pavel Roskin  <proski@gnu.org>
2110         * lib/mc.ext.in: Add associations for viewing RPM files.
2112 2001-05-22  Pavel Roskin  <proski@gnu.org>
2114         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
2115         By default exit after the first error in jade.
2117         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
2118         JADEFLAGS environment variables. Report progress. Clean up on
2119         failure.
2121 2001-05-21  Pavel Roskin  <proski@gnu.org>
2123         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
2124         files.
2126         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
2127         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
2129 2001-05-20  Pavel Roskin  <proski@gnu.org>
2131         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
2132         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
2133         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
2134         * doc-gnome/C/figs/Makefile.am: Add support for converting from
2135         PNG to EPS.
2137         * Makefile.am (EXTRA_DIST): Remove create_vcs.
2138         * doc/FILES: Likewise. Typo fix.
2140 2001-05-19  Pavel Roskin  <proski@gnu.org>
2142         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
2143         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
2144         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
2146         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
2147         index entry "Moving files".
2149 2001-05-18  Pavel Roskin  <proski@gnu.org>
2151         * configure.in: Use src/main.c in AC_INIT.
2153         * create_vcs: Remove.
2155         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
2156         Add download location for glib.
2157         * mc.spec.in: Likewise.
2158         * doc/LSM: Likewise.
2159         * doc/mc.1.in: Likewise.
2160         * doc/mcedit.1.in: Likewise.
2161         * src/ext.c: Don't mention download location for MC.
2163         * FAQ: Update status of Tk, XView. and GNOME editions. Update
2164         homepage of gpm.
2166         * INSTALL: Remove information about Tk and XView. Change the
2167         mailing list addresses again.
2168         * FAQ: Change the mailing list addresses again.
2169         * MAINTAINERS: Likewise.
2170         * README: Likewise.
2171         * doc/mc.1.in: Likewise.
2172         * gnome/gmc-window.c: Likewise.
2173         * lib/README.xterm: Likewise.
2174         * lib/mc.ext.in: Likewise.
2175         * lib/mc.hint*: Likewise.
2176         * lib/mc.hlp.hu: Likewise.
2177         * po/*.po: Likewise.
2178         * src/main.c: Likewise.
2180 2001-04-20  Pavel Roskin  <proski@gnu.org>
2182         * FAQ: Change the mailing list addresses and the download
2183         locations.
2184         * INSTALL: Likewise.
2185         * MAINTAINERS: Likewise.
2186         * README: Likewise.
2187         * doc/mc.1.in: Likewise.
2188         * gnome/gmc-window.c: Likewise.
2189         * lib/README.xterm: Likewise.
2190         * lib/mc.ext.in: Likewise.
2191         * lib/mc.hint*: Likewise.
2192         * lib/mc.hlp.hu: Likewise.
2193         * po/*.po: Likewise.
2194         * src/main.c: Likewise.
2196 2001-04-19  Pavel Roskin  <proski@gnu.org>
2198         * configure.in: Don't install mcserv unless
2199         "--enable-mcserv-install" has been specified.
2200         Don't quote the first argument in all calls to AM_CONDITIONAL
2201         to work around a bug in Automake 1.4.
2202         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
2203         * vfs/Make-mc.in: Likewise.
2205 2001-04-13  Pavel Roskin  <proski@gnu.org>
2207         * configure.in: Bump version to 4.5.53a.
2209 2001-04-06  Pavel Roskin  <proski@gnu.org>
2211         * gtkedit/editcmd.c: Remove support for XView layout attributes.
2212         * gtkedit/editoptions.c: Likewise.
2213         * pc/chmod.c: Likewise.
2214         * pc/drive.c: Likewise.
2215         * src/boxes.c: Likewise.
2216         * src/chmod.c: Likewise.
2217         * src/dlg.c: Likewise.
2218         * src/dlg.h: Likewise.
2219         * src/filegui.c: Likewise.
2220         * src/find.c: Likewise.
2221         * src/hotlist.c: Likewise.
2222         * src/layout.c: Likewise.
2223         * src/listmode.c: Likewise.
2224         * src/main.c: Likewise.
2225         * src/option.c: Likewise.
2226         * src/panelize.c: Likewise.
2227         * src/wtools.c: Likewise.
2228         * src/wtools.h: Likewise.
2229         * vfs/smbfs.c: Likewise.
2231         * autogen.sh: Check out "intl" and "macros" directories if they
2232         are missing. Simply "cvs up -d" won't restore them.
2234         * configure.in: Bump version to 4.5.52a.
2236 2001-03-14  Pavel Roskin  <proski@gnu.org>
2238         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
2239         Automake conditional USE_SAMBA_FS if Samba is to be supported
2240         in VFS.
2242 2001-03-07  Pavel Roskin  <proski@gnu.org>
2244         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
2245         defined.
2246         Reported by Norbert Warmuth.
2248         * configure.in: Don't process vfs/extfs/uzip - it's now
2249         constant.
2251         * syntax/changelog.syntax: Require space after asterisk to have
2252         it highlighted.
2254 2001-03-02  Pavel Roskin  <proski@gnu.org>
2256         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
2257         * configure.in: Use AC_PROG_CC_STDC instead.
2259         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
2260         Suggested by Christian Gennerat.
2262         * lib/mc.ext.in: Add support for "freeze" - old compression
2263         program used mostly on QNX.
2264         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
2265         * lib/Makefile.am: Adjusted.
2267 2001-02-26  Pavel Roskin  <proski@gnu.org>
2269         * lib/mc-gnome.ext.in: Remove, it's not used.
2270         * configure.in: Remove lib/mc-gnome.ext.
2271         * lib/Makefile.am: Likewise.
2273 2001-02-20  Pavel Roskin  <proski@gnu.org>
2275         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
2276         defined to prevent warnings on OpenBSD 2.7.
2277         * slang/jdmacros.h: Likewise.
2278         * src/mad.h: Likewise.
2279         * src/poptalloca.h: Likewise.
2281         * configure.in: Check for sys/time.h and sys/timeb.h. Use
2282         AC_HEADER_TIME.
2284 2001-02-07  Pavel Roskin  <proski@gnu.org>
2286         * autogen.sh: Create vfs/samba/include/stamp-h.in.
2287         * vfs/samba/include/stamp-h.in: Remove.
2289         * macros/curses.m4: Quote first argument to AC_DEFUN.
2290         * macros/gnome-cxx-check.m4: Likewise.
2291         * macros/gnome-gettext.m4: Likewise.
2292         * macros/gnome-libgtop-check.m4: Likewise.
2293         * macros/gnome-print-check.m4: Likewise.
2294         * macros/linger.m4: Likewise.
2295         * macros/need-declaration.m4: Likewise.
2297         * configure.in: Only configure in vfs/samba if smbfs support is
2298         enabled even with Autoconf 2.13.
2300 2001-01-30  Pavel Roskin  <proski@gnu.org>
2302         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
2303         --without-samba due to a typo.
2305         * configure.in: Only configure in vfs/samba if smbfs support is
2306         enabled. This optimization will only work with Autoconf-2.49c
2307         and above.
2309 2001-01-13  Pavel Roskin  <proski@gnu.org>
2311         * configure.in: Don't create a faked malloc.h.
2312         * gtkedit/edit.h: Don't assume that malloc.h always exists.
2313         * src/mad.h: Likewise.
2315         * configure.in: Simplified handling of cons.saver.
2316         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
2317         * mc.spec.in: Remove a workaround for the above.
2319         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
2320         for MC. Don't rely on the output of uname - use $host_os.
2322 2001-01-11  Pavel Roskin  <proski@gnu.org>
2324         * configure.in: Check for ext2 libraries only if VFS is enabled.
2326         * src/Makefile.in: Create directories before installing files.
2327         Removed all occurrences of libprefix - it's never defined.
2329         * configure.in: All macros from configure.in moved to
2330         acinclude.m4. Added missing quotes in several places.
2331         * acinclude.m4: Likewise.
2333         * edit/Makefile.in: Don't install or uninstall mcedit -
2334         it cannot be installed before mc on systems without symlinks.
2335         * gtkedit/Makefile.in: Likewise.
2336         * src/Makefile.in: Install mcedit (if enabled) and mcview.
2337         Uninstall them.
2339         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
2340         from acinclude.m4 in gtk+:
2341         Don't define ENABLE_NLS unless we have a working NLS.
2342         (This should keep libintl.h from being included when it doesn't
2343         exist).
2345 2001-01-09  Pavel Roskin  <proski@gnu.org>
2347         * doc-gnome/C/figs/Makefile.am: New file.
2348         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
2349         makefile do it.
2350         * configure: Substitute doc-gnome/C/figs/Makefile.
2352         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
2354 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
2356         * lib/mc.hlp.hu: Added Hungarian help file from
2357           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
2358           maci@integrity.hu, mfh47@freemail.hu
2359         * lib/Makefile.am: Added LOCALIZED_HELP for further
2360           mc.hlp l10ns
2361         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
2362           gtkedit/editcmd.c: I18n of mc.hlp
2364 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
2366         * doc/mc.1.in: Corrected badly formatted link...
2368 2000-11-10  Robert Brady  <robert@suse.co.uk>
2370         * configure.in: Add Tamil to ALL_LINGUAS.
2372 2000-10-23  Pavel Roskin  <proski@gnu.org>
2374         * mc.spec.in: Allow mcserv.8 to be gzipped.
2376         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
2377         that cannot deal with "./gmc.sgml".
2379 2000-10-09  Pavel Roskin  <proski@gnu.org>
2381         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
2382         that CVS Automake will drop dependencies to the macros that
2383         we don't distribute.
2385         * lib/mc.ext.in: Removed references to icons. Source RPMs
2386         grouped to one regex. Removed "Update" for source RPMs, added
2387         "Rebuild" instead. Added "Check signature" for all RPMs.
2388         Added a comment about pop-up menus in the text edition.
2390 2000-10-06  Pavel Roskin  <proski@gnu.org>
2392         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
2393         flags moved out of CFLAGS as recommended by GNU coding
2394         standards.
2395         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
2396         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
2397         XCPPFLAGS.
2398         * INSTALL (Random notes on porting to other architectures):
2399         Completely rewritten. Recommended using CFLAGS instead of XINC.
2401 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2403         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
2405 2000-10-04  Christophe Merlet  <christophe@merlet.net>
2407         * gnome/*.desktop: Updated French strings.
2409 2000-10-03  Pavel Roskin  <proski@gnu.org>
2411         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
2412         to allow <legalnotice>. Unclosed tags fixed.
2414 2000-09-30  Pavel Roskin  <proski@gnu.org>
2416         * mc.spec.in: New package mc-common. Use DESTDIR instead of
2417         misusing prefix. Don't install old icons - they don't exist.
2419         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
2420         "export -f" to have mc() exported.
2421         * doc/mc.1.in: Changed description of the "-P" option to
2422         avoid inclusion of mc.sh and mc.csh into the manual.
2423         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
2425 2000-09-24  Pavel Roskin  <proski@gnu.org>
2427         * doc/mc.1.in: Minor formatting fixes.
2429         * lib/mc.sh.in: Remove temporary file non-interactively.
2430         * doc/mc.1.in: updated example for mc.sh.
2432 2000-09-23  Pavel Roskin  <proski@gnu.org>
2434         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
2435         updates it when needed.
2436         * mc.spec.in: Include translations with mc, not gmc. Run
2437         chkconfig --del in %preun, not %postun. --without-debug not
2438         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
2439         be executable. New files in %{prefix}/lib/mc/ - translated hints,
2440         editor files.
2442         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
2443         directory for document processing. Comment changes. gmc.ps and
2444         gmc.pdf now generated from gmc.dvi.
2446         * configure: Always include Make.common as file, otherwise
2447         "make distclean" breaks.
2448         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2449         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
2450         replaced with "rm -f" - the standard says that "rm" is portable.
2451         Ditto $(MV). Adjusted *clean targets to match those in
2452         Automake. Removed "cross" target.
2454 2000-09-22  Pavel Roskin  <proski@gnu.org>
2456         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
2457         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
2458         * doc/Makefile.in: Converted to ...
2459         * doc/Makefile.am: ... this.
2461 2000-09-21  Pavel Roskin  <proski@gnu.org>
2463         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
2464         is not expanded in all shells.
2465         * doc/mc.sgml: Updated the example script to reflect the above
2466         changes.
2467         * doc/mc.in.1: Likewise.
2469 2000-09-19  Pavel Roskin  <proski@gnu.org>
2471         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
2472         Marco Ciampa
2474 2000-09-18  Pavel Roskin  <proski@gnu.org>
2476         * Make.common.in: Added installcheck to placate "make distcheck"
2477         * configure.in, Make.common.in, doc/Makefile.in,
2478         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2479         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
2480         variable MKINSTALLDIRS and builddir with Automake-compatible
2481         mkinstalldirs and top_builddir.
2482         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
2483         files. Added uninstall-local target.
2485 2000-09-17  Pavel Roskin  <proski@gnu.org>
2487         * configure.in: fixed wrong use of AC_MSG_RESULT inside
2488         AC_CACHE_VAL
2490         * Make.common.in: Added the "dvi" target for "make distcheck"
2491         to go further
2492         * doc-gnome/C/Makefile.in: converted to ...
2493         * doc-gnome/C/Makefile.am: ... this
2495 2000-09-15  Pavel Roskin  <proski@gnu.org>
2497         * acconfig.h, configure.in: Require autoconf 2.13 or above.
2498         Removed workarounds for older versions. Removed MCDEBUG
2499         variable - it's not used. --with-debug renamed to --with-mad and
2500         cleaned up. Always use -Wall with gcc, other manipulations with
2501         CFLAGS removed.
2503         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2504         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2505         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
2506         mc.pot becomes out of date in the tarball.
2508 2000-09-14  Pavel Roskin  <proski@gnu.org>
2510         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
2511         tests for cp, mv and rm.
2512         * Make.common.in: Removed variables xv_bindir and STRIP.
2513         Variables CP, MV and RMF are assigned trivial values.
2515         * edit/Makefile.in: Don't link headers, add extra includes
2516         to CPPFLAGS instead. Put links to the build directory.
2517         Remove the hack with "mx" - it is not needed anymore.
2519         * configure.in: remove any manipulations with top_srcdir.
2520         Don't change CPPGLAGS when the internal editor is enabled,
2521         instead do it ...
2522         * edit/Makefile.in, gtkedit/Makefile.in: ... here
2524         * configure.in, Make.common.in, doc/Makefile.in,
2525         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2526         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
2527         changed to top_srcdir for Automake compatibility
2529         * configure.in: REGEX_O variable removed - always use our regex
2531         * configure.in: MCFGR variable removed
2533 2000-09-12  Pavel Roskin  <proski@gnu.org>
2535         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
2536         other GNOME modules
2537         * autogen.sh: remove "-I ." from the "aclocal" command line
2539 2000-09-01  Pavel Roskin  <proski@gnu.org>
2541         * configure.in: output vfs/extfs/Makefile
2543         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
2544         to avoid a warning
2545         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
2546         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
2548 2000-08-29  Pavel Roskin  <proski@gnu.org>
2550         * configure.in: use AM_GNOME_GETTEXT
2551         * gettext.m4: removed
2552         * Makefile.am: adjusted files to distribute, previous change
2553         reverted
2555         * mc-aclocal.m4: renamed to ...
2556         * acinclude.m4: ... this
2557         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
2558         * Makefile.am: aclocal should scan "." for gettext.m4
2560 2000-08-28  Pavel Roskin  <proski@gnu.org>
2562         * Make.common.in: removed hack for "make distcopy"
2563         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2564         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2565         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
2566         for external builds.
2567         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
2569 2000-08-24  Pavel Roskin  <proski@gnu.org>
2571         * new_icons/Makefile.in: converted to ...
2572         * new_icons/Makefile.am: ... this
2573         * configure.in: automake conditional GNOME introduced.
2574         "insticons" removed
2576         * icons/*: removed
2577         * Makefile.am, configure.in: necessary adjustments
2579         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
2580         automake installs them now
2582         * syntax/Makefile.in: converted to ...
2583         * syntax/Makefile.am: ... this
2585         * idl/Makefile.in: converted to ...
2586         * idl/Makefile.am: ... this
2588         * lib/Makefile.am: simplified, fixed "make dist"
2590         * lib/Makefile.in: converted to ...
2591         * lib/Makefile.am: ... this
2593         * lib/tkmc.wmconfig: removed
2594         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
2596         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
2597         to ...
2598         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
2599         * Make.common.in: support for "distdir" for compatibility
2600         with Automake-generated makefiles
2601         * autogen.sh: run automake. Force cache - it is off by default
2602         in autoconf 2.49a, but it's still handy for maintainers
2603         * configure.in: adapted for Automake
2605         * AUTHORS: new file
2607 2000-08-23  Pavel Roskin  <proski@gnu.org>
2609         * configure.in: resurrect definition of xvers
2611         * VERSION.in: removed
2612         * Makefile.in: don't do anything with VERSION.in and VERSION
2613         Take mc.spec from builddir, not srcdir
2614         * configure.in: don't create VERSION
2616 2000-08-22  Pavel Roskin  <proski@gnu.org>
2618         * *.c, *.h: Updated address of Free Software Foundation
2620 2000-08-21  Pavel Roskin  <proski@gnu.org>
2622         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
2623         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
2624         related to XView, libXPM, libXext and Tk
2626 2000-08-18  Pavel Roskin  <proski@gnu.org>
2628         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
2629         files
2631         * configure.in: Simplified dependency tracking by using
2632         "-include" with GNU Make
2633         * autogen.sh: Exit on all failures
2635 2000-08-17  Pavel Roskin  <proski@gnu.org>
2637         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
2638         Fixed all misuses of single and double quotes. Typo fixes.
2639         Ensured compatibility with sgml2html, sgml2txt and sgml2latex
2640         * doc/mc.1.in: Typo fix
2642         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
2643         * doc/linuxdoc-sgml.diff: removed
2644         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
2645         distribute gnome.sgml
2647 2000-08-15  Pavel Roskin  <proski@gnu.org>
2649         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
2650         in the "distclean" target
2652         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
2653         Removed all XVIEW-related stuff
2654         Fixed placement of png files on "make dist"
2656         * doc/mc.1.in: Updated info about the internal editor
2658         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
2659         indicate serious problems. Fixes for uninstall.
2660         * doc/Makefile.in: Rebuild if it is out of date.
2662         * lib/cedit.menu: Added. This file has been missing
2664         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
2666 2000-08-08  Pavel Roskin  <proski@gnu.org>
2668         * Makefile.in: correctly detect make failures in subdirs
2670 2000-08-01  Pavel Roskin  <proski@gnu.org>
2672         * nt, os2, tk, xv: removed all files
2673         * configure.in: don't create os2 and nt directories
2675 2000-08-01  Pavel Roskin  <proski@gnu.org>
2677         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
2679         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
2681 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
2683         * src/main.c: make 8bit input/output the default (99% of the people
2684         expects that; lets the remaining 1% use the configuration menu
2685         to disactivate it if they want)
2687 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
2689         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
2691 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
2693         * configure.in: check for gnome-libs with window icon support
2695         * acconfig.h: add icon define
2697 2000-06-08  Matthias Warkus  <mawa@iname.com>
2699         * new_icons/gnome-pack-*.png: Updated.
2700         * gnome/mc.keys: Added a MIME type for SLP packages.
2702 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
2704         * syntax/diff.syntax: Highlight lines beginning with "File",
2705         "Files" and "Binary"
2706         * syntax/makefile.syntax: Highlight "ifndef"
2707         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
2708         highlighted)
2710 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2712         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
2713         comment lines with # in last release
2715 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2717         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
2719 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2721         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
2722         look more consistent than original.
2724 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2726         * config.in: Added check against strcoll().
2728 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2730         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
2731         added 'and', 'or', 'not', 'for' keywords.
2733 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2735         * syntax.c: Very dirty fix to allow compilation of mcedit on ncurses
2736         based systems. Hope, this will make FreeBSD midc maintainer to enable
2737         build-in editor by default. Still, syntax highlighting is disabled.
2738         Need to port...
2740 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2742         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2743           fixed, some messages gettext()ed again here and in
2744         gtkedit/editmenu.c:edit_about_cmd()
2746 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2748         * doc/mc.sgml (Examples): Fixed documentation, thanx
2749         to martin@internet-treff.uni-koeln.de.
2751 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
2753         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
2754         the label text
2756 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
2758         * gtkedit/syntax.c: treat *.ads as Ada source
2759         * syntax/ada95.syntax: escape "+" and "*"
2760         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
2761         * syntax/Makefile.in: remove diffc.syntax
2763         * edit/edit_key_translator.c: interpret code 0177 as
2764         backspace unless recognized otherwise
2766 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
2768         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
2769         initialization of array of structure (gcc version 2.96 20000131
2770         chokes on it).
2772         * lib/mc.hint: C-y and not C-u can be used to insert text in input
2773         lines (e. g. text which has been deleted with M-d).
2775         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
2777 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
2779         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
2781 2000-01-29  Matthias Warkus  <mawa@iname.com>
2783         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
2784         design on Federico's request.
2786 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
2788         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
2789         an ArrangeType enum.
2791 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
2793         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
2794         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
2795         setup.c: Add option of using GNOME "magic" routines to determine file
2796         types. This makes MC intelligently look at the data in the file to see
2797         what type of file it is, rather than looking at the filename extension.
2798         This slows down MC quite a bit, so it has been made an optional
2799         preference item. Type detection is expected to improve as mime-magic
2800         matures.
2802 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
2804         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
2805         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
2806         providing a patch.
2808 2000-01-11  Matthias Warkus  <mawa@iname.com>
2810         * Added icon and keys entry for Scheme source.
2812 2000-01-03  Fatih Demir  <kabalak@gmx.net>
2814         * configure.in: Added tr -> ALL_LINGUAS .
2816 1999-12-28  Matthias Warkus  <mawa@iname.com>
2818         * new_icons/*.png: Added a bunch of new icons.
2820 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
2822         * configure.in (VERSION): Bumped version number to 4.5.42.
2824 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
2826         * configure.in: added 'uk' to ALL_LINGUAS.
2828 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2830         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
2831         request from David Sauer
2833 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
2835         * configure.in (VERSION): Bumped version number to 4.5.41.
2837 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
2839         * configure.in (VERSION): Set version number to 4.5.39.
2841 1999-09-23  Jorge Godoy  <godoy@conectiva.com.br>
2843         * configure.in: Added pt_BR to ALL_LINGUAS
2845 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
2847         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
2848         path to the mc binary according to @prefix@.
2850         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
2851         configure. Install mc.sh and mc.csh in $(suppbindir).
2853         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
2854         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
2855         copies of the included function definitions.
2857         * mcfn_install.in: Comment out definitions of the mc functions. Source
2858         mc.sh instead of adding an outdated mc function definition.
2860         * configure.in: output mc.sh and mc.csh
2862 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
2864         * lib/startup.links: Changed the news link to Gnotices
2866 1999-09-19  David Martin  <dmartina@usa.net>
2868         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
2869         8 bit chars from strftime get displayed when inserting date.
2871         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
2872         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
2873         file to avoid interferences. In this one I changed the extension check
2874         to a type check (as used for gzip) which might give problems in some
2875         systems.
2877         * configure.in: Use -Tlatin1 to format man pages when available and
2878         "view" 8 bit chars.
2880 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
2882         * gtkedit/edit.h: Include file reordering to make it compile with
2883         --with-debug
2885         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
2886         dependent on length of translated strings to display.
2888 1999-09-16  Owen Taylor  <otaylor@redhat.com>
2890         * Remove the magicdev autoconf test in favor of just
2891         including the idl file. Otherwise we have a dependency
2892         loop between this and magicdev.
2894 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
2896         * idl/FileManager.idl: Changed names, and put everything under a
2897         FileManager module.  Added a Desktop interface and some methods to
2898         the WindowFactory interface.
2900 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
2902         * doc-gnome/*: Shiny new docs from users-guide.
2903         All synced up.
2905 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
2907         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
2909 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
2911         * README: Updated and spell-checked.
2913         * NEWS: Updated.
2915 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
2917         * configure.in (ALL_LINGUAS): Added sv.
2919 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
2921         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
2922         symlink attacks (mcfn_install and the man page still needs to be
2923         updated).
2925 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
2927         * configure.in (AC_WITH_SLANG): rm -f destination before making
2928         a symbolic link (ln -sf doesn't work as expected on Solaris)
2930 1999-08-19  Elliot Lee  <sopwith@redhat.com>
2932         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
2934 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
2936         * doc-gnome/C/gmc.sgml: Index fixes.
2938 1999-08-18  Elliot Lee  <sopwith@redhat.com>
2940         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
2941         initializers in the GnomeUIInfo structure.
2943 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
2945         * configure.in (VERSION): Bumped version number to 4.5.38.
2947 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
2949         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
2951 1999-08-15  David Martin  <dmartina@usa.net>
2953         * gtkedit/edit.c: Print localized date with strftime()
2955         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavor.
2957 1999-08-08  David Martin  <dmartina@usa.net>
2959         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
2960         translation.
2962         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
2963         translation as it used to be.
2965 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2967         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
2968         that the correct index.html will be generated.
2970 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2972         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
2973         to the list.
2975 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
2977         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
2978         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
2979         This adds some new syntax rules, and spell check on the fly
2980         which if someone bugs me for, will actually get enabled in
2981         both the text and gnome versions. Bookmark stuff also needs
2982         some keys bound to it, I suppose: any takers?
2984 1999-07-19  Elliot Lee  <sopwith@redhat.com>
2986         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes
2987         infinitely recursing make.
2989 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
2991         * Makefile.in (all): Makefile fix.
2993 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2995         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2996         should fix the problem we had with FSSTND distributions.
2998 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3000         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
3001         list of distributed files.
3003 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3005         * configure.in (VERSION): Bumped version number to 4.5.34.
3007 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
3009         * Add fi into ALL_LINGUAS
3011 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
3013         * gnome/i-zipdisk2.png: Added another zip-disk icon
3014         by <scarab@egyptian.net> - It looks very nice. Variation
3015         is good.
3017 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3019         * acconfig.h: Add WITH_SMBFS
3021         * macros/gnome-vfs.m4: Support conditional samba support.
3023 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3025         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3026         should fix the problem we had with FSSTND distributions.
3028 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
3030         * mc.spec.in: added syntax files to %files
3032 1999-06-22  David Martin  <dmartina@usa.net>
3034         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
3036 1999-06-07  Shooby Ban  <bansz@szif.hu>
3038         * po/hu.po, configure.in: added Hungarian translations...
3039           I'm not sure it's OK, but it seems usable.
3040           Translators: Tamas Fejos and Andras Kadar
3042 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
3044         * configure.in, Makefile.in: added the gmc helpfile to the build
3046 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
3048         * Add ja entry to LANG in configure.in
3050 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3052         * gnome/Makefile.in (ICONS): OK, perhaps we also want the zip-icon to
3053         be installed in the system :) (added it to the Makefile.in)
3055 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3057         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
3058         disks - someone please add it to the mount.c code so it gets used..
3059         Everyone have a nice time at the expo! :) I hope to join the
3060         next time.
3062 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3064         * configure.in: Added check for getpt ()
3066 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3068         * configure.in (VERSION): Bumped version number to 4.5.31.
3070 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3072         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
3073         need to fool it by strdup'ing the return value of tempnam.
3075 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3077         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
3078         MCLIBS which are specific to the text edition.
3080         * INSTALL: Added documentation for --with-tm-x-support
3082 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
3084         * mc.spec.in : Folded in some changes from the 'official' rpm
3085         spec file.
3087 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3089         * configure.in (SHELL): Do not use grep -q, as it is not portable
3090         to every OS.
3092 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3094         * configure.in: Linking from $srcdir/slang is broken when configure
3095         isn't called with an absolute path. Link from ../$srcdir/slang if
3096         configure was invoked with a relative path.
3098 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
3100         * configure.in: Do not rm the destination file and then link, use
3101         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
3103 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3105         * configure.in: Some AC_ARG_WITH macros haven't checked $withval, i.e.
3106         --with-PACKAGE and --without-PACKAGE gave the same results.
3108 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3110         * configure.in (VERSION): Bumped version number to 4.5.30.
3112 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3114         * configure.in (VERSION): Bumped version number to 4.5.29.
3116 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3118         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
3119         now contains all checks.
3121 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3123         * configure.in (VERSION): bumped version number to 4.5.28.
3125 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
3127         * */Makefile.*: fixed several missed conversions from libdir to
3128         mclibdir. (Should be automake'd, really)
3130 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3132         * Make.common.in: There were conflicting definitions of mclibdir
3133         (one for installation, one for source).  Now the source one is
3134         called mcsrclibdir.
3136         * doc/Makefile.in: Use mcsrclibdir where appropriate.
3138 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
3140         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
3141         Pascal Program" (Heh, second time :)
3143         * Makefile.common: Until things gets clear, keep syntax rules in
3144         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
3146         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
3147         @libdir@.
3149 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
3151         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
3152         as requested by Paul. Still, need some checking...
3154 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
3156         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
3157         to date with cooledit 3.9.0. This adds some new features.
3158         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
3159         syntax.c. This is because the rule set is becoming too
3160         large to maintain in its current form and because file
3161         loading is starting to get slow.
3163         There is also a bookmark feature which does not yet have
3164         key bindings assigned to it, but should be cool once
3165         these get inserted. Syntax rules files are named
3166             $LIBDIR/cooledit/syntax/*.syntax
3168 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
3170         * configure.in: Create slang directory, it is needed when
3171         builddir != srcdir.
3172         Use -f when calling rm, the file does not exist on
3173         first compile.
3174         No need to copy VERSION from $srcdir, it's already generated in
3175         $builddir.
3177 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
3179         * edit/edit_key_translator.c: Added missing translation tags.
3181 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3183         * configure.in: Minimum version of glib should be 1.2.0.
3184         (VERSION): Bumped version number to 4.5.27.
3186 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
3188         * gtkedit/editcmd.c: Added missing translation tags.
3190         * gtkedit/editoptions.c: Added missing translation tags. Translate
3191         radio buttons on first use.
3193 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
3195         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
3196         to get the mc spec file to work.
3197         * hacked configure to generate a properly versioned spec file.
3199 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3201         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
3202         radio buttons on first pass.
3204 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
3206         * gtkedit/editcmd.c: Mark strings in the search and replace
3207         dialogs for translation. Resized these dialogs to let the messages
3208         fit.
3210 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3212         * gtkedit/editwidget.c (selection_send): Use the proper type for
3213         64-bit cleanliness (Patch from George Lebl).
3215 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
3217         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
3218         into the catalog file.
3220 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3222         * configure.in: Make Timur's libtermcap check work with SLang
3223         0.99.98, too.
3225 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3227         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
3228         PS and EPS files.  Thanks, Tigert!
3230 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3232         * configure.in (CCOPTS): Drop the prefix auto-detection.
3234 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
3236         * configure.in: Add check, which, in case of system-installed SLang
3237         library tries to run a test program, which determines, does we need
3238         linking with libtermcap.a. Also, set of if's for finding terminfo
3239         dir changed to for cycle - a bit nicer :)
3241 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3243         * README.QNX: Deleted documentation about mc.menu.qnx.diff.
3245 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3247         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
3249 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3251         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
3252         from tar calls when extracting (according to my man page this option
3253         is only useful when creating archives).
3255 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3257         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
3258         adds support for tar.bz2 and merges the support for freeze-compressed
3259         tar files (tar.F) from mc.menu.qnx.diff.
3261 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
3263         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
3264         GNU-like :)
3266 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3268         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
3269         the catalog file.
3271 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
3273         * new_icons/gnome-core.png: New icon for core files. Someone
3274         please add the code part :)
3276 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
3278         * configure.in: Add check against setuid() and setreuid() functions.
3280 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3282         * slang/slang.h: renamed to slang-mc.h
3284         * slang/Makefile.in: delete slang.h on "make clean"
3286         * configure.in: link slang/slang-mc.h to slang/slang.h when the
3287         included slang is used. Problem was that MC's slang.h was used
3288         when we compiled with an already installed SLang and the systems
3289         header file were included with <slang/slang.h>.
3290         Unfortunately I can't use AC_LINK_FILES to make the links because
3291         if we needn't make any links AC_LINK_FILES makes a link from
3292         srcdir to top_builddir (builddir != srcdir).
3294         Temporary add $LGPM to $LIBS when checking for the resizeterm
3295         and keyok functions (ncurses might be linked against GPM).
3297         Substitute PACKAGE (intl/Makefile makes use of it)
3299 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
3301         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swapped by
3302         #include "global.h".
3304 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
3306         * Make.common.in (gnewdir): new path.
3308 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
3310         * configure.in: Add comments before "Let" and "the" - typo. Add new
3311         path to include's search.
3313 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
3315         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
3317 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3319         * configure.in (REGEX_O): Always include regex.o as the code we
3320         are using in gmc is not using regcomp/regexec, but the internal
3321         Emacs API.
3323         * src/regex.c: Do not compile the POSIX compatibility code, as we
3324         do not use it.
3326 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3328         * doc/mc.sgml, mc1.in (Color section): minor polishing
3329         (Layout section): documented Highlight...
3331 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3333         * configure.in: Deleted du checks
3335         * INSTALL: Deleted --with-dusum documentation.
3337         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
3338         Configuration dialog. Added Advanced chown subsection. Deleted
3339         variables from the Special settings section which are now covered
3340         by the configuration dialog.
3342 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3344         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
3345         tar_gz_memlimit. Partially rewrote the section about the
3346         Virtual FS.. configuration dialog.
3348 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
3350         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
3352 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3354         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
3356         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
3357         builddir
3359 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
3361         * new_icons/gnome-image-[lots].png: I added some icons for file
3362         types (image) there - someone please tell me what the correct
3363         location and naming convention is and I will try to follow that. :)
3365 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
3367         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
3368         the build will still work.  (Has this been replaced by new_icons?)
3370 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
3372         * doc/mc.1.in, mc.sgml: added my name to list of authors
3374 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3376         * Makefile.in (codedirs): Dropped xv and tk ports from the
3377         distribution. include idl directory.
3379 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3381         * configure.in (slang_use_system_installed_lib): Define slang
3382         here, to avoid having this on LIBS.
3384 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
3386         * gtkedit.c: changed occurrence of 'va_list *ap' to 'va_list ap'
3388 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
3390         * config.h.in: Removed from CVS, added to .cvsignore
3392         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
3393         configure.in:
3394         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
3395         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
3396         HAS_CURSES added to acconfig.h
3398 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3400         * autogen.sh: Add "-I macros" to the aclocal flags.
3402         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
3403         so that aclocal will not complain about an obsolete macro.
3405         * configure.in: Use MC_HPUX_PROG_CC_STDC
3407         * ChangeLog: There was no ChangeLog here, so I added one.