A little stilistic change.
[midnight-commander.git] / ChangeLog
blob76fcd33402ec181f37f003f5ac3f3edcda83f4ce
1 2003-02-27  Marco Ciampa  <ciampix@libero.it>
3         * doc/it/mc.1.in: updated manual with -e switch description.
5 2003-02-26  Pavel Roskin  <proski@gnu.org>
7         * syntax/syntax.syntax: Highlight "define".
9 2003-02-23  Marco Ciampa  <ciampix@libero.it>
11         * doc/it/mc.1.in: updated manual with some stilistic changes.
13 2003-02-23  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
15         * lib/mc.ext.in: Add entry for QNX Neutrino packages.
17 2003-02-22  Pavel Tsekov  <ptsekov@gmx.net>
19         * acinclude.m4 [AC_G_MODULE_SUPPORTED]: New macro.
20         * configure.in: Test for gmodule.  Don't link mc with libX11 if
21         gmodule is supported.
23 2003-02-22  Pavel Roskin  <proski@gnu.org>
25         * configure.in: Add --with-glib12 option to confugure to force
26         using glib 1.2.x.
28 2003-02-21  Andrew V. Samoilov  <sav@bcs.zp.ua>
30         * doc/ru/mc.1.in (Layout): Translate 'Xterm window title' option.
31         (Extension File Edit): Translate include feature.
33 2003-02-20  Pavel Roskin  <proski@gnu.org>
35         * configure.in: Move list of all translations ...
36         * po/LINGUAS: ... here.
38 2003-02-18  Pavel Roskin  <proski@gnu.org>
40         * syntax/c.syntax: Highlight C++ comments in preprocessor
41         directives.
42         Reported by Oswald Buddenhagen <ossi@kde.org>
44 2003-02-13  Marco Ciampa  <ciampix@libero.it>
46         * doc/it/mc.1.in: updated manual following it.po changes.
48 2003-02-05  Pavel Roskin  <proski@gnu.org>
50         * configure.in: Bump version to 4.6.0a.
52         * configure.in: Version 4.6.0 released.
54 2003-02-04  Arpi  <arpi@mplayerhq.hu>
56         * syntax/Syntax: Match *.syntax before other files to fix
57         highlighting of makefile.syntax.
59 2003-02-04  Pavel Roskin  <proski@gnu.org>
61         * syntax/c.syntax: Revert highlighting trailing whitespaces.
63 2003-02-03  Andrew V. Samoilov  <sav@bcs.zp.ua>
65         * autogen.sh: Fix unportable "+" sed regexp in gettext_ver
66         calculation.  Reported by vlad@geekizoid.com.
68 2003-01-31  Pavel Roskin  <proski@gnu.org>
70         * syntax/nroff.syntax: Make colors more compatible with the
71         highlighting used in the internal viewer - yellow for bold and
72         brightred for italic.
74 2003-01-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
76         * syntax/c.syntax: Highlight trailing whitespace(s).
78 2003-01-30  Pavel Tsekov  <ptsekov@gmx.net>
80         * acinclude.m4 (MC_WITH_NCURSES): Check -lcurses if -lncurses
81         doesn't work.  Useful on OpenBSD 3.2.
83 2003-01-29  Pavel Roskin  <proski@gnu.org>
85         * lib/mc.ext.in: Fix missing semicolon that affected viewing RPM
86         packages.
88 2003-01-24  Pavel Roskin  <proski@gnu.org>
90         * configure.in: Add -lposix on A/UX before all tests.
92 2003-01-23  Pavel Roskin  <proski@gnu.org>
94         * acinclude.m4 (MC_EXTFS_CHECKS): Fix redirection to /dev/null.
96 2003-01-22  Pavel Roskin  <proski@gnu.org>
98         * configure.in: Bump version to 4.6.0-pre3a.
100         * configure.in: Version 4.6.0-pre3 released.
102         * acinclude.m4 (_MC_WITH_XSLANG): Drop support for old S-Lang
103         versions that required the native curses library on some OSes.
105 2003-01-19  Adam Byrtek  <alpha@debian.org>
107         * doc/mcview.1.in: New file.
108         * configure.in: Treat it like doc/mcedit.1.in.
109         * doc/Makefile.am: Likewise.
111 2003-01-17  Adam Byrtek  <alpha@debian.org>
113         * doc/mc.1.in (Layout): Document 'Xterm window title' option.
115 2003-01-16  David Martin  <dmartina@excite.com>
117         * doc/mc.1.in: Add EXTernal virtual File System node (extfs).
119 2003-01-16  David Martin  <dmartina@excite.com>
121         * doc/mc.1.in: Set man page header and footer.
122         * doc/es/mc.1.in: Likewise.
123         * doc/hu/mc.1.in: Likewise.
124         * doc/it/mc.1.in: Likewise.
125         * doc/pl/mc.1.in: Likewise.
126         * doc/ru/mc.1.in: Likewise.
128 2003-01-12  David Martin  <dmartina@excite.com>
130         * po/es.po: Update. Rewrite localized names for some menu entries.
131         * doc/es/mc.1.in: Likewise.
132         * lib/mc.hint.es: Likewise.
134 2002-12-27  David Martin  <dmartina@excite.com>
136         * doc/pl/xnc.hlp: Update GPL (change FSF address and move 19xx
137         entries to "year").
139 2002-12-26  Pavel Roskin  <proski@gnu.org>
141         * configure.in: Release 4.6.0-pre2, bump version to 4.6.0-pre2a.
143         * configure.in: Fix non-portable operator.  Bump version to
144         4.6.0-pre2.
146 2002-12-24  Pavel Roskin  <proski@gnu.org>
148         * lib/mc.ext.in: Use --nosignature with rpm to avoid a message
149         in the viewer about unsigned packages.
151         * acinclude.m4 (MC_WITH_SLANG): Don't add -lslang to MCLIBS if
152         the system S-Lang is rejected.
154         * lib/mc.ext.in: Play *.mov by mplayer.
156 2002-12-23  Pavel Roskin  <proski@gnu.org>
158         * configure.in: Enable X11 support by default, use --without-x
159         to disable.
161 2002-12-19  Pavel Roskin  <proski@gnu.org>
163         * syntax/perl.syntax: Add separate context for function
164         declarations and definitions, highlight prototypes.
166 2002-12-11  Pavel Roskin  <proski@gnu.org>
168         * acinclude.m4 (MC_EXTFS_CHECKS): Add check for Perl.
169         * configure.in: Substitute Perl location in all extfs scripts
170         written in Perl.
172 2002-12-11  David Martin  <dmartina@excite.com>
174         * doc/xnc.hlp: Update GPL (change FSF address
175         and move 19xx entries to "year").
176         * doc/es/xnc.hlp: Likewise.
177         * doc/hu/xnc.hlp: Likewise.
178         * doc/it/xnc.hlp: Likewise.
179         * doc/ru/xnc.hlp: Likewise.
181 2002-12-09  Pavel Roskin  <proski@gnu.org>
183         * lib/mc.ext.in: Remove ftplist.  Add patchfs.
185 2002-11-29  Andrew V. Samoilov  <sav@bcs.zp.ua>
187         * autogen.sh: Use $srcdir/configure.mc instead of
188         $srcdir/configure if first one exists and is executable.
190 2002-11-28  Pavel Roskin  <proski@gnu.org>
192         * configure.in: Determine which help translations user wants to
193         install, based on USE_NLS, LINGUAS and ALL_LINGUAS.
194         * doc/Makefile.am: Set SUBDIR to the list of the requested
195         translations.
197         * acinclude.m4 (MC_EXTFS_CHECKS): New macro.
198         (MC_WITH_VFS): Call MC_EXTFS_CHECKS.
199         * configure.in: Generate vfs/extfs/uzip.
200         * vfs/extfs/uzip: Move to vfs/extfs/uzip.in.
201         * vfs/extfs/Makefile.am: Corresponding adjustments.
203 2002-11-26  Pavel Roskin  <proski@gnu.org>
205         * syntax/sql.syntax: Add highlighting for dot and backticks.
207 2002-11-16  Pavel Roskin  <proski@gnu.org>
209         * configure.in: Move check for pwdauth() to MC_MCSERVER_CHECKS.
210         * acinclude.m4 (MC_MCSERVER_CHECKS): If using crypt(), check for
211         shadow password support.
213         * acinclude.m4 (MC_MCSERVER_CHECKS): Don't limit PAM check to
214         Linux.  Use AC_SEARCH_LIBS to find crypt().  Consolidate mcserv
215         libraries into MCSERVLIBS.
217         * configure.in: Move all mcserv related checks ...
218         * acinclude.m4 (MC_MCSERVER_CHECKS): ... here.
220 2002-11-15  Pavel Roskin  <proski@gnu.org>
222         * configure.in: Fully enable glib2.  Update the documentation.
224 2002-11-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
226         * lib/mc.menu: Don't use --repetitive-best option with bzip2 -
227         it is redundant in versions 0.9.5 and above.
229 2002-11-10  Pavel Roskin  <proski@gnu.org>
231         * configure.in: Check for uintptr_t.  Needed to compile regex.c
232         on MacOS X.  Reported by Wim Rijnders <wimrijnders@home.nl>
234 2002-11-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
236         * syntax/ada95.syntax: Highlight "then" and "else".
237         From Victor Porton <porton@ex-code.com>.
238         Highlight "exit".
240 2002-11-06  Pavel Roskin  <proski@gnu.org>
242         * lib/edit.indent.rc: Remove all options for indent and add a
243         comment explaining where those options should be.
245 2002-11-05  Pavel Roskin  <proski@gnu.org>
247         * lib/mc-wrapper.csh.in: Remove /bin/csh at the beginning - this
248         script is not meant to be executed by the kernel.  This also
249         eliminates dependency of the RPM package on csh.
250         * lib/mc-wrapper.sh.in: Remove /bin/sh at the beginning.
252 2002-11-01  Pavel Roskin  <proski@gnu.org>
254         * configure.in: Don't substitute mc.sh and mc.csh - it's now
255         done ...
256         * lib/Makefile.am: ... here.  Add wrappers for mc to avoid
257         defining complex shell scripts in functions and aliases.
258         * lib/mc-wrapper.csh.in: New file - template for the script
259         that runs mc and changes directory in csh.
260         * lib/mc-wrapper.sh.in: New file - template for the script
261         that runs mc and changes directory in sh.
263 2002-11-01  Andrew V. Samoilov  <sav@bcs.zp.ua>
265         * doc/mc.1.in (Keys): Document S-<chr>.
266         * doc/ru/mc.1.in: Likewise.
268 2002-10-31  Pavel Roskin  <proski@gnu.org>
270         * syntax/diff.syntax: Revert highlighting for trailing spaces
271         on the added lines - it extends the context to the next line.
273         * lib/mc.csh.in: Add quoting and check for missing file.
275         * lib/mc.csh.in: Update to use the new -P option.  This script
276         has absolutely no protection against special symbols in
277         directory names and lacks TMPDIR support.
279         * lib/mc.sh.in: Update to use the new -P option.
281         * configure.in: Displaying the install paths is too problematic
282         to implement properly.  Remove this code.
284 2002-10-29  Pavel Roskin  <proski@gnu.org>
286         * lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.
287         * configure.in: Likewise.  Add "-c" (disable ANSI color) to
288         MAN_FLAGS if supported.
290         * acinclude.m4 (MC_WITH_SLANG): Reject S-Lang with UTF-8
291         support, unless external S-Lang was explicitly requested.
293 2002-10-24  Pavel Roskin  <proski@gnu.org>
295         * lib/mc.ext.in: Don't use links to view html - the "-dump"
296         option has been removed in the recent versions.
297         From David Martin <dmartina@excite.com>
299 2002-10-21  Pavel Roskin  <proski@gnu.org>
301         * acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
302         to the final configuration message.
304 2002-10-17  Pavel Roskin  <proski@gnu.org>
306         * doc/hu/Makefile.am: Generate Hungarian help file from the
307         manual, just like other languages.
308         * doc/hu/mc.1.in: New file, converted from the help file.
309         * doc/hu/xnc.hlp: Likewise.
310         * configure.in: Adjust for the above.
312         * doc/mc.1.in: Add node names.  Remove redundant paragraph
313         breaks at the start and the end of the sections.  Mention
314         "stalelink" as color keyword.
316 2002-10-14  Pavel Roskin  <proski@gnu.org>
318         * lib/mc.ext.in: Don't use "-dump" option with "links".
319         From David Martin <dmartina@excite.com>
321 2002-10-13  Pavel Roskin  <proski@gnu.org>
323         * lib/mc.hint*: Remove all references to "-1" - hints file is no
324         substitute to unambiguous GUI.
325         From Christian Laubscher <christian.laubscher@tiscalinet.ch>
327 2002-10-12  Pavel Roskin  <proski@gnu.org>
329         * lib/mc.ext.in: Redirect stderr from "links" to suppress a
330         warning if it's not found.
332 2002-10-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
334         * doc/mc.1.in (SMB File System): Username is allowed in
335         URLs now (/#smb:[user@]machine).
336         * doc/ru/mc.1.in: Likewise.
338 2002-10-08  Pavel Roskin  <proski@gnu.org>
340         * configure.in: Rename RH_VERSION to RPM_VERSION - not every
341         rpm-based system is Red Hat.  Replace all dashes, not just one.
343         * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
344         termcap if terminfo is missing in the known locations.
345         * configure.in: Remove --with-termcap processing, it is now in
346         acinclude.m4.
348 2002-10-02  Pavel Roskin  <proski@gnu.org>
350         * syntax/syntax.syntax: Fix highlighting for "gray".
352 2002-10-01  Pavel Roskin  <proski@gnu.org>
354         * configure.in: Expand $bindir and $datadir to show at the end.
355         Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
357 2002-09-29  Pavel Roskin  <proski@gnu.org>
359         * configure.in: Remove the argument from --with-gpm-mouse.  The
360         directories for include files and libraries can be specified
361         using LDFLAGS and CPPFLAGS, as documented in the output of
362         "configure --help".
364         * configure.in: Complete rewrite of the screen library support.
365         Add new option --with-screen instead on --with-slang,
366         --with-included-slang and --with-ncurses.  Only allow
367         --with-termcap is using the included S-Lang library.
368         * aclocal.m4: Corresponding changes.
370         * syntax/mail.syntax: Replace "wholechars right" and "wholechars
371         left" with single "wholechars".
372         * syntax/nroff.syntax: Likewise.
373         * syntax/sh.syntax: Likewise.
374         * syntax/tcl.syntax: Likewise.
376         * syntax/*.syntax: Remove numeric Cooledit colors.  It's
377         unreasonable to require them to be correct.  On the other hand,
378         Cooledit can easily be changed to accept named color names.
380         * syntax/syntax.syntax: Don't require Cooledit colors for
381         highlighting color names.  Remove Cooledit colors.
383         * syntax/m4.syntax: Don't use yellow color on parentheses, since
384         it interferes with parentheses highlighting.  Remove list of
385         supported Autoconf macros.
387 2002-09-26  Pavel Roskin  <proski@gnu.org>
389         * syntax/syntax.syntax: Remove highlighting for numbers - it's
390         for Cooledit only.
392         * syntax/c.syntax: Require at least one space at the beginning
393         of indented cpp directives.  Use brightmagenta for them.
395         * syntax/syntax.syntax: Don't start keywords with "\[" - it
396         doesn't work.  Use "\[\]" at the end of keywords to suppress
397         their special meaning.
399 2002-09-22  Pavel Roskin  <proski@gnu.org>
401         * doc/Makefile.am: Remove width from the man2hlp command line.
402         The same for translations.
404         * configure.in: Remove support for HSC proxy - it's obsolete.
405         Remove all references to HSC proxy everywhere.
407 2002-09-21  Pavel Roskin  <proski@gnu.org>
409         * configure.in: Bump version to 4.6.0-pre1b.
411         * doc/hu/mc.hlp.hu: Rename to ...
412         * doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
413         * configure.in: Substitute doc/hu/mc.hlp.hu.
414         * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
416         * doc/mc.1.in: Update path to the data files.  Rename MC_LIBDIR
417         to MC_DATADIR.  Make the same changes in the translations.
419         * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
420         directory for architecture-independent files.
422 2002-09-19  Pavel Roskin  <proski@gnu.org>
424         * syntax/m4.syntax: New file.
425         * syntax/Syntax: Add m4.syntax.
426         * syntax/Makefile.am: Likewise.
427         From Vlad Romanenko <VladRomanenko@ukr.net>
429         * syntax/sql.syntax: Only recognize non-standard MySQL comments
430         at the beginning of line.
432 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
434         * syntax/syntax.syntax: Add "linestart" for "context",
435         "context default" and "context exclusive" keywords.
436         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
437         and "%5.5s" formats.
439 2002-09-18  Pavel Roskin  <proski@gnu.org>
441         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
442         rules for syntax files ...
443         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
444         and "include" keywords.
445         * syntax/Makefile.am: Add syntax.syntax.
447 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
449         * syntax/js.syntax: Advanced number highlighting.
451 2002-09-17  Pavel Roskin  <proski@gnu.org>
453         * syntax/c.syntax: Highlight "?" by the same color as ":".
454         * syntax/java.syntax: Likewise.
455         * syntax/swig.syntax: Likewise.
456         * syntax/python.syntax: Remove duplicate keyword ":".
458         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
459         m4 directory is used by aclocal.
460         * m4/Makefile.am: New file.
461         * configure.in: Substitute m4/Makefile.
462         * autogen.sh: Don't copy any macro files, use m4 directory.
464         * syntax/Makefile.am: Add js.syntax.
466         * configure.in: Add support for glib 2.x.  Right now, it has to
467         be explicitly enabled by `--with-glib2'.
468         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
470 2002-09-16  Pavel Roskin  <proski@gnu.org>
472         * syntax/js.syntax: New file.
473         * syntax/Syntax: Add js.syntax.
474         From Vlad Romanenko <VladRomanenko@ukr.net>
476 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
478         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
479         of local xnc.hlp
480         * doc/pl/xnc.hlp: Removed.
482 2002-09-13  Pavel Roskin  <proski@gnu.org>
484         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
485         Remove "potfiles" command.
486         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
487         compatibility with gettext 0.10.x.
489         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
490         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
492         * po/Makevars: New file for compatibility with gettext 0.11.x.
494         * configure.in: Remove "Debugger code" message.
496         * acinclude.m4: Replace undelfs_o with use_undelfs.
497         * configure.in: Likewise.  Don't substitute it.
499         * configure.in: Simplify processing of without-edit.  Replace
500         several variables with use_edit.
501         * acinclude.m4: Remove AC_WITH_EDIT.
503         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
504         use_smbfs.
505         * configure.in: Likewise.
506         * INSTALL: Document --with-samba.
508         * configure.in: Roll --enable-mcserv-install into ...
509         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
510         * INSTALL: Document --with-mcfs.
512 2002-09-12  Pavel Roskin  <proski@gnu.org>
514         * configure.in: Don't check if crypt() prototype is needed to
515         avoid warnings - the whole code is not worth avoiding one
516         legitimate warning.
517         * acinclude.m4: Remove AC_TRY_WARNINGS.
519         * configure.in: ALL_LINGUAS should be defined unconditionally.
521         * acinclude.m4: Clarify some help texts, add defaults in square
522         brackets, use more consistent spacing.
523         * configure.in: Likewise.
525         * lib/mc.menu: Don't call tarballs "releases".  Don't
526         dereference symlinks.
528 2002-09-10  Pavel Roskin  <proski@gnu.org>
530         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
532 2002-09-07  Pavel Roskin  <proski@gnu.org>
534         * configure.in: Eliminate --with-terminfo option, which was
535         essentially equivalent to --with-included-slang and didn't force
536         anything.
537         * acinclude.m4 (AC_USE_TERMINFO): Remove.
538         * INSTALL: Adjust to match.
539         * FAQ: Likewise.
541 2002-09-05  Pavel Roskin  <proski@gnu.org>
543         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
544         NETFILES - it's unused.
546         * configure.in: Check for arpa/inet.h.
548         * mcfn_install: Remove.  Also remove all references to it.
549         * INSTALL.FAST: Update information about ncurses.
550         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
552         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
553         LIBS.
554         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
555         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
556         test for ncurses in non-standard directories.
558 2002-09-04  Pavel Roskin  <proski@gnu.org>
560         * lib/mc.ext.in: Remove edit rules for compressed files that
561         were compressing even unchanged files - the editor itself can
562         handle compression better.
564 2002-09-03  Pavel Roskin  <proski@gnu.org>
566         * acinclude.m4: Remove Termnet support, it's too old and obscure
567         to be supported properly.
569 2002-08-27  Pavel Roskin  <proski@gnu.org>
571         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
572         OpenOffice.org, not StarOffice.  Add more video formats.
574         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
575         unnecessary pipeline.  Redirect stderr from cpio, because it can
576         be non-empty even for successful operations.
578 2002-08-26  Pavel Roskin  <proski@gnu.org>
580         * syntax/spec.syntax: New file.
581         * syntax/Syntax: Add spec.syntax.
582         * syntax/Makefile.am: Likewise.
583         From PLD Linux Distribution with minor changes.
585 2002-08-25  Pavel Roskin  <proski@gnu.org>
587         * lib/mcserv.init: Update from Red Hat package.
588         * lib/mcserv.pamd: Likewise.
590         * configure.in: Fix interpretation of the iconv test result.
591         Reported by Pavel Shirshov <pavelsh@mail.ru>
593         * mc.sh.in: Only bash needs the mc() function to be exported.
595         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
596         instead of /usr where appropriate.
597         * doc/Makefile.am: Enable generation of the help file.
599         * doc/pl/*: Add Polish translation.
600         * doc/Makefile.am: Adjust for the above.
601         * configure.in: Likewise.
603 2002-08-24  Pavel Roskin  <proski@gnu.org>
605         * lib/edit.indent.rc: Use tidy to format HTML.
606         From David Martin <dmartina@excite.com>
608         * lib/cedit.menu: Remove all references to the error file.
609         * lib/edit.indent.rc: Likewise.
610         * lib/edit.spell.rc: Likewise.
612 2002-08-23  Pavel Roskin  <proski@gnu.org>
614         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
615         use only for the programs that need it (mc and mcserv).
617         * configure.in: Fix help text for gpm and ncurses.  Properly
618         handle --without-ncurses.
619         Reported by Moritz Barsnick <moritz@barsnick.net>
621         * configure.in: Work around a bug in Autoconf-2.53 that prevents
622         splitting of user-specified path in AC_PATH_PROGS.
624         * configure.in: Move glib test earlier, as it tends to fail for
625         many users.  Make GLIB_CONFIG a precious variable.  Check for
626         glib12-config - that's how it's called on FreeBSD.
627         Reported by Pavel Shirshov <pavelsh@mail.ru>
629 2002-08-22  Pavel Roskin  <proski@gnu.org>
631         * configure.in: Remove old-style Linux-only support for shadow
632         passwords.
634 2002-08-21  Pavel Roskin  <proski@gnu.org>
636         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
637         now, otherwise Automake 1.5 breaks.  Remove version number from
638         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
639         Substitute RH_VERSION, which is VERSION without dashes, needed
640         for RedHat specfile.
642         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
643         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
644         two places.
646         Release mc-4.6.0-pre1.
648         * configure.in: Bump version to 4.6.0-pre1.
649         * po/*.po: Regenerate.
651 2002-08-20  David Martin  <dmartina@excite.com>
653         * doc/es/mc.1.in: Minor changes.
654         * doc/es/xnc.hlp: Likewise.
656 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
658         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
659         %{_mandir}/*/man1/*.
661 2002-08-20  Pavel Roskin  <proski@gnu.org>
663         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
665 2002-08-19  Pavel Roskin  <proski@gnu.org>
667         * configure.in: Add Italian documentation.
668         * doc/Makefile.am: Likewise.
670         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
672         * configure.in: Enable subshell support on all operating systems
673         by default.  Old issues are most likely solved by now.
675 2002-08-18  Pavel Roskin  <proski@gnu.org>
677         * lib/mc.ext.in: Try links before lynx.  Force full path when
678         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
679         is already broken if the program starts in background.  Add a
680         comment discouraging taking this code as example.
682         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
683         obsolete.
684         * doc/es/mc.1.in: Likewise.
685         * doc/ru/mc.1.in: Likewise.
686         * doc/hu/mc.hlp.hu: Likewise.
688         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
689         was unsafe by design and is no longer supported.  Use %t instead
690         of %u to preserve tags in case of failure.
692         * vfs/extfs/ftplist.in: Remove support for running commands, it
693         makes no sense.
695 2002-08-16  Pavel Roskin  <proski@gnu.org>
697         * lib/mc.global: Remove, it duplicates the role of mc.lib.
698         * lib/mc.lib: Add contents of mc.global.
699         * lib/Makefile.am: Remove all references to mc.global.
701         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
702         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
704 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
706         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
707         set, umask and unset like other builtin commands.
709 2002-08-15  Pavel Roskin  <proski@gnu.org>
711         * configure.in: Remove check for SIGTSTP, it's not needed for
712         the subshell support.
714         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
715         done at runtime.
716         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
718 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
720         * doc/ru/mc.1.in: Remove reference to README.edit.
721         * doc/mc.1.in: Likewise.
722         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
723         everywhere.
725 2002-08-14  Pavel Roskin  <proski@gnu.org>
727         * doc/mc.1.in: Consistently use "native" ftp syntax.
728         * doc/ru/mc.1.in: Likewise.
729         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
730         * doc/es/xnc.hlp: Likewise.
732         * lib/mc.hlp.hu: Move ...
733         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
735 2002-08-09  Pavel Roskin  <proski@gnu.org>
737         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
738         and entries that are obsolete or make no sense.
740         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
741         "How to use help".
743         * doc/Makefile.am: Don't distribute help file.  Generate it in
744         the build directory.
745         * doc/es/Makefile.am: Likewise.
746         * doc/ru/Makefile.am: Likewise.
748         * lib/xnc.hlp: Move ...
749         * doc/xnc.hlp: ... here.
750         * doc/Makefile.am: Necessary adjustments.
751         * lib/Makefile.am: Likewise.
752         * src/Makefile.am: Likewise.
754         * configure.in: Add Spanish documentation.
755         * doc/Makefile.am: Likewise.
756         * doc/es: Spanish documentation.
757         From David Martin <dmartina@excite.com>
759 2002-08-08  Pavel Roskin  <proski@gnu.org>
761         * lib/mc.lib: Add f11-f20 keys for Konsole.
763 2002-08-06  Pavel Roskin  <proski@gnu.org>
765         * syntax/lisp.syntax: New file.
766         * syntax/Syntax: Add lisp.syntax.
767         * syntax/Makefile.am: Likewise.
768         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
769         changes.
771 2002-08-04  Pavel Roskin  <proski@gnu.org>
773         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
774         subshell if this test fails.
776 2002-08-03  Pavel Roskin  <proski@gnu.org>
778         * syntax/mail.syntax: Colors changed to be more readable.
780         * syntax/html.syntax: Don't require character entities to be
781         whole, but check their validity.
783 2002-08-02  Pavel Roskin  <proski@gnu.org>
785         * configure.in: No longer need to define REGEX_MALLOC.
787 2002-08-01  Pavel Roskin  <proski@gnu.org>
789         * configure.in: Remove support for MAD and Electric Fence.
790         Developers should use modern memory debuggers (e.g. Valgrind).
791         * INSTALL: Remove references to MAD.
793 2002-07-31  Pavel Roskin  <proski@gnu.org>
795         * syntax/html.syntax: Remove recognition for any individual
796         words - there are too many of them, we cannot keep up.
798 2002-07-30  Pavel Roskin  <proski@gnu.org>
800         * doc/ru/Makefile.am: Use man2hlp directly.
802 2002-07-28  Pavel Roskin  <proski@gnu.org>
804         * syntax/changelog.syntax: Highlight "*" only after tab.  This
805         requires fixed syntax highlighting.
807         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
808         default. Open *.xls with gnumeric.  Use mplayer for most video
809         formats.
811         * syntax/nroff.syntax: Require most keywords to be whole.
813 2002-07-21  Pavel Roskin  <proski@gnu.org>
815         * syntax/fortran.syntax: Fix highlighting of "*" at the
816         beginning of line.  Recognize "     +" as continuation.  Move
817         all "linestart" keywords earlier to avoid more conflicts.
819 2002-07-18  Pavel Roskin  <proski@gnu.org>
821         * syntax/unknown.syntax: Don't highlight anything by default.
823         * syntax/changelog.syntax: Highlight functions without
824         filenames.
825         * syntax/Syntax: Match *ChangeLog*.
827         * syntax/c.syntax: Reenable highlighting for "/" and preserve
828         highlighting for "//" comments by using exclusive context.
829         * syntax/java.syntax: Likewise.
830         * syntax/swig.syntax: Likewise.
831         * syntax/slang.syntax: Reenable highlighting for "/".
832         * syntax/sql.syntax: Enable highlighting for "/" and "-".
834         * syntax/sql.syntax: New file.
835         * syntax/Syntax: Add sql.syntax.
836         * syntax/Makefile.am: Likewise.
837         From Walery Studennikov <despair@sama.ru> with minor changes.
839 2002-07-16  Pavel Roskin  <proski@gnu.org>
841         * lib/mc.ext.in: Remove handling of executables.  They should
842         be handled internally for "pause after run" to work.
844         * syntax/Syntax: Associate *.itcl with tcl.syntax.
845         * syntax/tcl.syntax: Add itcl keywords, other improvements.
847 2002-07-15  Pavel Roskin  <proski@gnu.org>
849         * configure.in: Don't check for strcasecmp(), strncasecmp() and
850         strdup() - test results are not used except in gettext, which
851         provides its own tests.
853         * configure.in: When checking for ncurses, check for
854         has_colors(), not curses_version() - the later is missing in
855         older version of ncurses.
857 2002-07-13  Pavel Roskin  <proski@gnu.org>
859         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
860         not to LIBS.
861         * configure.in: Fix breakage in ncurses headers check from the
862         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
863         Define REGEX_MALLOC here.
865         * acinclude.m4 (AC_NCURSES): Remove.
866         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
867         AC_CHECK_LIB to check existence of ncurses library.  Eliminate
868         variables force_ncurses and search_ncurses.
870 2002-07-10  Pavel Roskin  <proski@gnu.org>
872         * configure.in: Remove --with-netrc, it is now default and can
873         be disabled at the runtime.
875         * syntax/tcl.syntax: New file.
876         * syntax/Syntax: Add tcl.syntax.
877         * syntax/Makefile.am: Likewise.
878         * syntax/java.syntax: Don't treat #define separately from other
879         preprocessor directives.
880         * syntax/slang.syntax: Likewise.
881         * syntax/swig.syntax: Likewise.
883 2002-07-09  Pavel Roskin  <proski@gnu.org>
885         * syntax/c.syntax: Don't treat #define separately from other
886         preprocessor directives.
888 2002-07-08  Pavel Roskin  <proski@gnu.org>
890         * syntax/perl.syntax: Highlight text after __END__ as a comment.
891         * syntax/po.syntax: Avoid gray color, which is hard to see.
893 2002-07-05  Pavel Roskin  <proski@gnu.org>
895         * syntax/dos.syntax: Add more commands.
897 2002-07-04  Pavel Roskin  <proski@gnu.org>
899         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
900         sort authors.
902 2002-06-24  Pavel Roskin  <proski@gnu.org>
904         * syntax/dos.syntax: New file - highlighting for DOS batch
905         files.  From Petr Kozelka <pkozelka@centrum.cz>
906         * syntax/Syntax: Add dos.syntax.
907         * syntax/Makefile.am: Likewise.
909 2002-06-04  Max Schedriviy  <max@humgat.org>
911         * syntax/php.syntax: New version.
913 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
915         * NEWS: Mention ftpfs/fish uploading changes and new configure
916         options --with-codepagedir=DIR, --with-configdir=DIR and
917         --without-mcfs.
919 2002-05-22  Pavel Roskin  <proski@gnu.org>
921         * doc/ru/Makefile.am: Fix out-of-tree build.
923 2002-05-14  Pavel Roskin  <proski@gnu.org>
925         * configure.in: Fix logic for gettext 0.10.x.
927 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
929         * configure.in: Don't generate po/Makefile if
930         there is 'top_builddir' in po/Makefile.in.
931         * autogen.sh: More fixes for gettext 0.11+.
933 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
935         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
937 2002-04-21  Pavel Roskin  <proski@gnu.org>
939         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
940         can play them.
942 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
944         * autogen.sh: Fix for gettext 0.11 family (and newer).
946 2002-04-08  Pavel Roskin  <proski@gnu.org>
948         * autogen.sh: Allow gettext newer than 0.10.39.
949         From Björn Eriksson <bjorn@bjornen.nu>
951 2002-04-03  Pavel Roskin  <proski@gnu.org>
953         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
954         by "make clean" because not everyone has Perl to rebuild it.
956 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
958         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
959         first line regular expression.
961 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
963         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
964         or newer is not used.
965         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
967         * src/Makefile.am: Move mc.hlp.ru processing ...
968         * doc/ru/Makefile.am: ... here.
970 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
972         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
973         * syntax/c.syntax: Highlight "%p" printf format.
974         Allow '*' as width and precision for strings and numbers.
976         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
977         * doc/ru/mc.1.in: Likewise.
979 2002-03-18  Pavel Roskin  <proski@gnu.org>
981         * doc/ru/Makefile.am: Distribute xnc.hlp.
983 2002-03-12  Pavel Roskin  <proski@gnu.org>
985         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
987 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
989         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
990         * doc/ru/Makefile.am: New file.
992 2002-03-08  Pavel Roskin  <proski@gnu.org>
994         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
996 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
998         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
1000 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
1002         * doc/mc.1.in: Use nodename `Background jobs' for section
1003         `Background Jobs' to reflect user visible Command menu option
1004         and src/cmd.c dialog implementation.
1006         * doc/ru: New directory for Russian manuals.
1007         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
1008         translated by Victor A. Kostromin for mc 4.5.30.  Converted
1009         from binary mc.hlp.ru, corrected and actualized by me.
1010         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
1011         * doc/ru/.cvsignore: Ignore mc.1.
1013 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
1015         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
1016         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
1017         mc.lib settings.
1019         (Virtual File System): Document SMB File System.
1021 2002-02-26  Pavel Roskin  <proski@gnu.org>
1023         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
1024         message "no symbol found" for unsupported architectures and
1025         provide more useful information.
1027 2002-02-22  Pavel Roskin  <proski@gnu.org>
1029         * README.smbfs: Remove.  It contained no useful information
1030         and the webpage is now dead.
1031         * Makefile.am: Remove README.smbfs.
1033         * README: Mention that glib 1.2.x is required.
1035 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
1037         * lib/edit.indent.rc: Use "#! /bin/sh"
1038         * lib/edit.spell.rc: Likewise.
1039         * lib/mcserv.init: Likewise.
1041         * lib/cedit.menu: Eliminate bashisms.
1042         Add missed `:' in AUTHOR evaluation.
1043         Unset LANGUAGE and make LC_ALL empty.
1044         Use "#! /path/to/program".
1046 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
1048         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
1049         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
1050         Fix tarfs URL syntax example.  Minor typo and format fixes.
1052 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
1054         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
1055         Fix location of configuration files.
1057 2002-02-05  Pavel Roskin  <proski@gnu.org>
1059         * configure.in: Don't use defunct ncurses_version.
1060         Reported by Thomas Dickey <dickey@herndon4.his.com>
1061         Set force_ncurses whenever --with-ncurses is used.  If set,
1062         suppress checks for S-Lang and fail is ncurses is not found.
1064         * configure.in: Introduce a new variable screen_type that is
1065         either "slang" or "ncurses" without additional text.  Use it
1066         instead of screen_manager whenever possible.  Fix text in
1067         AC_NCURSES call, use m4 quotes and move shell quotes into the
1068         macro.
1069         * acinclude.m4: Likewise.
1071 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
1073         * syntax/Syntax: Known Delphi/Kylix source file extensions
1074         supported (*.dpr, *.inc).
1075         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
1076         Special highlighting for CVS keywords.  Understands single-line
1077         comments (//).
1079 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
1081         * configure.in (ALL_LINGUAS): Added "bg"
1083 2002-01-21  Pavel Roskin  <proski@gnu.org>
1085         * NEWS: Mention word completion in the editor.
1087 2002-01-17  Pavel Roskin  <proski@gnu.org>
1089         * extraconf.h: Remove OS/2 specific code.
1091         * doc/mc.1.in (Configuration): Clarify some entries.
1093 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
1095         * acinclude.m4: New options for smbfs:
1096         --with-configdir=DIR    Where the Samba configuration files are (/etc)
1097         --with-codepagedir=DIR  Where the Samba codepage files are
1099 2002-01-11  Pavel Roskin  <proski@gnu.org>
1101         * syntax/xml.syntax: New file - highlighting for XML.
1102         From Petr Kozelka <pkozelka@centrum.cz>
1103         * syntax/Syntax: Add xml.syntax.
1104         * syntax/Makefile.am: Likewise.
1106 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
1108         * configure.in: Added "eu" to ALL_LINGUAS.
1110 2002-01-03  Pavel Roskin  <proski@gnu.org>
1112         * lib/mc.menu: Correct quoting.
1113         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
1115         * NEWS: Mention removal of the OS/2 port.
1116         * README.PC: Remove OS/2 specific parts.
1118 2002-01-02  Pavel Roskin  <proski@gnu.org>
1120         * configure.in: Make help about --with-subshell easier to
1121         understand.  Minor alignment fixes for the help.
1122         * acinclude.m4: Minor alignment fixes for the help.
1124 2001-12-31  Pavel Roskin  <proski@gnu.org>
1126         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
1127         from vfs/Make-mc.in.
1129 2001-12-27 Duarte Loreto  <happyguy_pt@hotmail.com>
1131         * configure.in: Added portuguese to ALL_LINGUAS
1133 2001-12-21  Pavel Roskin  <proski@gnu.org>
1135         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
1136         Don't remove slang/slang.h - it's never created.
1138         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
1139         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
1140         unused.
1142 2001-12-01  Wang Jian  <lark@linux.net.cn>
1144         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
1146 2001-11-29  Pavel Roskin  <proski@gnu.org>
1148         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
1150 2001-11-27  Pavel Roskin  <proski@gnu.org>
1152         * lib/mc.ext.in: When running X programs in background, do it
1153         from subshell.  Otherwise some of them terminate when mc exits.
1154         Reported by Christian Dysthe <christian@dysthe.net>
1155         Remove some obsolete and gmc-specific entries.  Use StarOffice
1156         to open files detected as "Microsoft Office Document".
1158         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
1159         XFree86 4.1.0.
1161 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
1163         * doc/mcedit.1.in: Fix help file location.
1165 2001-11-14  Pavel Roskin  <proski@gnu.org>
1167         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
1168         fallback to ino_t for e2fsprogs version 1.19 and older.
1170 2001-10-30  Pavel Roskin  <proski@gnu.org>
1172         * lib/mc.ext.in: Add support for Netpbm files.
1174 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
1176         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
1177         http://bugzilla.gnome.org/show_bug.cgi?id=60935
1178         By drk@sgi.com.
1180         * doc/mc.1.in: Document %p macro.
1182 2001-10-24  Pavel Roskin  <proski@gnu.org>
1184         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
1185         Allow using --without-mmap.
1186         * INSTALL: Document --without-mmap.
1188 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
1190         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
1191         of languages to be installed by setting env variable before
1192         configure. If it is empty, it defaults to full list.
1193         By Alex Tkachenko <alex@bcs.zp.ua>.
1195 2001-10-19  Pavel Roskin  <proski@gnu.org>
1197         * syntax/sh.syntax: Highlight reserved words inside backticks.
1198         Use the same wholechars settings for reserved words and
1199         commands.  Recognize more words.  Recognize function definitions
1200         without "function" or without "()".  Use brightmagenta instead
1201         of brightblue.
1203 2001-10-18  Pavel Roskin  <proski@gnu.org>
1205         * configure.in: When checking for "nroff -mandoc" support, don't
1206         use /dev/null as input file, use stdin.  Some versions of nroff
1207         (e.g. groff-1.16.1) don't accept special files.
1209 2001-10-14  Pavel Roskin  <proski@gnu.org>
1211         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
1212         Makefile.  Don't allow any suffixes after "Makefile".
1214 2001-10-12  Pavel Roskin  <proski@gnu.org>
1216         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
1217         format).
1219 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
1221         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
1222         Fix compress<->bzip2 conversion and conversion of tagged
1223         archives.
1225 2001-10-05  Pavel Roskin  <proski@gnu.org>
1227         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
1228         Suggested by Marcel Pol <mpol@gmx.net>
1230         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
1231         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
1232         and *.mid files.
1234 2001-09-30  Pavel Roskin  <proski@gnu.org>
1236         * configure.in: Don't check whether grep supports stdin - it's
1237         not used anymore.
1238         * NEWS: Mention this change.
1240 2001-09-19  Pavel Roskin  <proski@gnu.org>
1242         * doc/mcedit.1.in: Fix a very long line - use double
1243         backslashes since they are interpreted even in the .nf blocks.
1245         * lib/edit.spell.rc: Try aspell before resorting to ispell.
1247         * syntax/php.syntax: Replace with a better implementation by
1248         Max Schedriviy <max@tavrida.net>
1250 2001-09-15  Pavel Roskin  <proski@gnu.org>
1252         * doc/mc.1.in: Fix location of mcedit files.
1253         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
1255 2001-09-14  Pavel Roskin  <proski@gnu.org>
1257         * configure.in: Don't check for ncurses version and for keyok()
1258         because the mouse support code doesn't need this hack anymore.
1260 2001-09-13  Pavel Roskin  <proski@gnu.org>
1262         * configure.in: Fix some cases of overquoting and underquoting.
1263         * acinclude.m4: Likewise.
1265 2001-09-12  Pavel Roskin  <proski@gnu.org>
1267         * configure.in: Update list of browsers.  Don't fallback to
1268         lynx since it cannot be run in background.
1269         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
1270         If no browser for X11 was found, use lynx.
1272         * autogen.sh: Add a workaround to ensure that "depcomp" is
1273         distributed.
1274         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
1275         where appropriate.
1276         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
1277         terminfo.
1279         * configure.in: Use three-argument form of AC_INIT.  Use
1280         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
1281         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
1282         is not needed if AC_CONFIG_AUX_DIR is used.
1283         * vfs/Make-mc.in: Adjust mkinstalldirs location.
1284         * autogen.sh: Create "config" and remove "autom4te.cache".
1286 2001-09-11  Pavel Roskin  <proski@gnu.org>
1288         * syntax/Syntax: New file, extracted from edit/syntax.c.
1289         * syntax/Makefile.am: Add Syntax.
1291         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
1292         to LIBS.  Don't use unportable "grep -q", use "case" instead.
1294 2001-09-10  Pavel Roskin  <proski@gnu.org>
1296         * configure.in: Only check for X if --with-tm-x-support has been
1297         specified.
1299         * configure.in: Add check for sys/ioctl.h.
1301         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
1303         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
1304         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
1305         testing for functions in ncurses.
1307         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
1308         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
1309         * acconfig.h: Remove.
1311         * configure.in: Eliminate LIBSLANG and LSLANG.
1312         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
1314         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
1315         resizeterm() and keyok() only if configuring with ncurses.
1317         * configure.in: Remove now unused variables LIBVFS and LVFS.
1319         * configure.in: Remove unused variables LINTL and INTLDEPS.
1321         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
1322         building with included gettext, because libintl.h is copied
1323         there.
1325 2001-09-09  Pavel Roskin  <proski@gnu.org>
1327         * NEWS: Update.
1329         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
1330         checks -lgen for getmntent as of Autoconf 2.52.
1332 2001-09-07  Pavel Roskin  <proski@gnu.org>
1334         * configure.in: Check for pwd.h.
1336         * Make.common.in: Remove.
1337         * configure.in: Remove all references to Make.common.in and
1338         MCCPPFLAGS.
1339         * aclocal.m4: Likewise.
1341         * configure.in: Require Autoconf 2.52.  Remove hacks for
1342         Autoconf 2.13.
1343         * Makefile.am: Require Automake 1.5.
1345 2001-09-06  Pavel Roskin  <proski@gnu.org>
1347         * syntax/php.syntax: New file - PHP file highlighting.  Copied
1348         from Cooledit 3.17.4.
1349         * syntax/Makefile.am: Add php.syntax.
1351 2001-09-06  Timur Bakeyev  <mc@bat.ru>
1353         * acconfig.h: Brought back couple of symbols, that are still necessary
1354         due reference to them from configure.in.
1356 2001-09-04  Pavel Roskin  <proski@gnu.org>
1358         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
1359         strictness for dates.
1361         * doc/mc.1.in: Fix troff warnings.
1362         * doc/mcedit.1.in: Likewise.
1364 2001-09-03  Pavel Roskin  <proski@gnu.org>
1366         * doc/mc.1.in: Spellcheck.
1367         * doc/mcedit.1.in: Likewise.
1368         * doc/mcserv.8.in: Likewise.
1370         * doc/mc.1.in (Learn Keys): Complete rewrite.
1372 2001-09-02  Pavel Roskin  <proski@gnu.org>
1374         * acconfig.h: Remove all unused symbols.
1376         * lib/ncurses.h: Remove.
1377         * lib/Makefile.am: Remove ncurses.h.
1379 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
1381         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
1383 2001-08-28  Pavel Roskin  <proski@gnu.org>
1385         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
1386         like EOF.
1388 2001-08-26  Pavel Roskin  <proski@gnu.org>
1390         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
1391         CONS_SAVER.  Put all conditionals together.
1393         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
1394         Automake 1.5.
1396         * configure.in: Remove XCURSES variable - it's unused.
1398         * configure.in: New conditional USE_EDIT.
1400         * syntax/changelog.syntax: Don't require '@' to be in the
1401         address.  This also works around a bug in the syntax engine
1402         that prevented highlighting of addresses.
1404 2001-08-25  Pavel Roskin  <proski@gnu.org>
1406         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
1408 2001-08-24  Pavel Roskin  <proski@gnu.org>
1410         * extraconf.h: Remove all references to HAVE_X.
1411         * acinclude.m4: s/GNOME_/MC_/
1412         * configure.in: Likewise.  Remove or clarify all references to
1413         the "text edition".  Minor fixes.
1415         * configure.in: Remove support for curses libraries other than
1416         ncurses.
1417         * acinclude.m4: Likewise.
1418         * FAQ: Remove everything about UNIX curses.
1419         * INSTALL: Likewise.
1421         * configure.in: Enable large file support by default.
1422         * NEWS: Mention it.
1423         * INSTALL: Document it.  Minor fixes.
1425         * FAQ: Remove information about GNOME edition.  Minor fixes.
1426         * README: Likewise.
1427         * NEWS: Mention removing the GNOME edition.
1429         * acinclude.m4: Include all used macros from the macros
1430         directory.
1431         * autogen.sh: Remove all references to "macros".
1432         * Makefile.am: Likewise.
1434         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
1435         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
1437         * lib/startup.links: Remove.
1438         * lib/README.desktop: Likewise.
1439         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
1441         * configure.in: Bump version to 4.5.99a.
1443         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
1444         * po/*.po: Regenerate.
1446         * AUTHORS: Update and spell check.
1447         * FAQ: Likewise.
1448         * INSTALL: Likewise.
1449         * INSTALL.FAST: Likewise.
1450         * NEWS: Likewise.
1451         * README.PC: Likewise.
1452         * README.QNX: Likewise.
1454         * configure.in: Add check for stropts.h.
1456 2001-08-23  Pavel Roskin  <proski@gnu.org>
1458         * lib/edit.indent.rc: Create cooledit.error right away to
1459         override its old contents.  Don't use ksh extentions.  Treat *.C
1460         files as C++.  Recognize more C++ extensions.  Support java.
1461         Update URL for "astyle".  Quote all arguments to protect spaces.
1462         * lib/edit.spell.rc: Don't save terminal settings - mc does it
1463         itself.  Quote all arguments to protect spaces.
1465 2001-08-21  Pavel Roskin  <proski@gnu.org>
1467         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
1468         files if GNOME frontend is disabled.
1469         * idl/Makefile.am: Likewise.
1470         * lib/Makefile.am: Likewise.
1471         * new_icons/Makefile.am: Likewise.
1473         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
1474         case it already has gettext macros elsewhere and doesn't like
1475         duplicates (i.e. it's aclocal from Automake-1.4).
1477 2001-08-20  Pavel Roskin  <proski@gnu.org>
1479         * AUTHORS: Updated.
1480         * INSTALL: Likewise.
1481         * NEWS: Likewise.
1482         * doc/mc.1.in: Likewise.
1483         * doc/mcserv.8.in: Likewise.
1485         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
1486         for sys/mount.h.
1488 2001-08-19  Andras Timar  <timar@gnome.hu>
1490         * lib/Makefile.am: Added Hungarian hints
1491         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
1493 2001-08-19  Pavel Roskin  <proski@gnu.org>
1495         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
1497 2001-08-17  Pavel Roskin  <proski@gnu.org>
1499         * syntax/po.syntax: New file - PO file highlighting.
1500         From David Martin <dmartina@excite.es>
1501         * syntax/Makefile.am: Add po.syntax.
1503         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
1504         it's sometimes missing from the databases.
1506 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
1508         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
1509         * lib/Makefile.am: Reflect above change.
1511 2001-08-15  Pavel Roskin  <proski@gnu.org>
1513         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
1515 2001-08-14  Pavel Roskin  <proski@gnu.org>
1517         * lib/mc.lib: Add popular sequences for "home" and "end" in
1518         "xterm" and "xterm-color" terminals.
1520 2001-08-13  Pavel Roskin  <proski@gnu.org>
1522         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
1524         Replace "Can't" with "Cannot" everywhere.
1526 2001-08-12  Pavel Roskin  <proski@gnu.org>
1528         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
1529         subshell, not for "Open file...".
1530         (emacs_key_map): Likewise.
1532         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1534 2001-08-10  Pavel Roskin  <proski@gnu.org>
1536         * Makefile.am (EXTRA_DIST): Remove BUGS.
1537         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
1539         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
1541         * doc/LSM: Remove, it's outdated.
1542         * doc/FILES: Likewise.
1543         * doc/DEVEL: Remove information about FILES.
1545         * FAQ: Eliminate all broken URLs on the MC site.
1546         From Frederic L. W. Meunier <0@pervalidus.net>
1548         * FAQ: Restore information about xterm.
1550 2001-08-08  Pavel Roskin  <proski@gnu.org>
1552         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1554 2001-08-07  Pavel Roskin  <proski@gnu.org>
1556         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
1558         * doc/mc.1.in: Fix all broken links.
1560 2001-08-06  Pavel Roskin  <proski@gnu.org>
1562         * INSTALL: Numerous changes.  Declare old curses obsolete.
1563         Partly from Frederic L. W. Meunier <0@pervalidus.net>
1565         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
1567 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
1569         * lib/Makefile.am: Remove space after backslash introduced in the
1570         previous commit.
1572         * lib/mc.hint.zh_TW.Big5: New file.
1573         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
1575 2001-08-02  Pavel Roskin  <proski@gnu.org>
1577         * lib/mc.hint.uk: New file.
1578         From Maksym Polyakov <polyama@yahoo.com>
1579         * lib/Makefile.am: Add mc.hint.uk.
1581 2001-08-01  Pavel Roskin  <proski@gnu.org>
1583         * lib/mc.hint.nl: New file.
1584         From Steef Boerrigter <sxmboer@sci.kun.nl>
1585         * lib/Makefile.am: Add mc.hint.nl.
1586         * lib/mc.hint: Remove ftp site.  Update copyright.
1587         * lib/mc.hint.cs: Likewise.
1588         * lib/mc.hint.es: Likewise.
1589         * lib/mc.hint.it: Likewise.
1590         * lib/mc.hint.pl: Likewise.
1591         * lib/mc.hint.ru: Likewise.  Shorten some lines.
1593         * edit/Makefile.in: Allow running "make install" before "make all".
1594         * gtkedit/Makefile.in: Likewise.
1596 2001-07-31  Pavel Roskin  <proski@gnu.org>
1598         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
1599         editor.
1600         * lib/Makefile.am: Add lib/edit.spell.rc.
1602         * autogen.sh: Use gettextize.
1603         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
1604         * po/Makefile.in.in: Likewise.
1606 2001-07-29  Pavel Roskin  <proski@gnu.org>
1608         * syntax/slang.syntax: New file.
1609         From Walery Studennikov <despair@sama.ru>
1610         * syntax/Makefile.am: Add slang.syntax.
1612 2001-07-27  Pavel Roskin  <proski@gnu.org>
1614         * extraconf.h: Move WITH_BACKGROUND here.
1616 2001-07-24  Pavel Roskin  <proski@gnu.org>
1618         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
1620 2001-07-23  Pavel Roskin  <proski@gnu.org>
1622         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
1624 2001-07-20  Pavel Roskin  <proski@gnu.org>
1626         * Make.common.in: Move all defines ...
1627         * gnome/Makefile.in: ... here ...
1628         * src/Makefile.in: ... and here.
1630 2001-07-19  Pavel Roskin  <proski@gnu.org>
1632         * configure.in: Don't check for getwd, it's completely
1633         eliminated.
1634         * INSTALL: Remove reference to HAVE_GETWD.
1636         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
1637         entries for compressed cpio archives.
1639         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
1640         they were only used in obsolete frontends.  Don't ever use %view
1641         without commands - it's slower and loses user settings, e.g.
1642         hex mode.  Put shared libraries before man pages and read.me
1643         before .me macros so that they match correctly.  Use nm for
1644         shared libraries.  Add rules for StarOffice and AbiWord.
1646 2001-07-14  Pavel Roskin  <proski@gnu.org>
1648         * configure.in: Bump version to 4.5.54a.
1650 2001-07-13  Pavel Roskin  <proski@gnu.org>
1652         * lib/mcserv.init: Fix exit status.
1653         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
1655         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
1656         "executable", which should follow a space. Simplify rules for
1657         images. Add shell/ rule for *.info files. Fix all incorrect
1658         uses of the alternation operator.
1659         Reported by Oskar Liljeblad and Michel Casabona.
1661 2001-07-12  Pavel Roskin  <proski@gnu.org>
1663         * configure.in: Don't check for iconv, it's already checked for
1664         in AM_GNU_GETTEXT.
1666 2001-07-10  Pavel Roskin  <proski@gnu.org>
1668         * doc/mc.1.in: Update documentation about hex search.
1670         * edit/edit_key_translator.c (cooledit_key_map): Bind
1671         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
1672         From Steef Boerrigter <sxmboer@sci.kun.nl>
1674         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
1675         * edit/edit_key_translator.c (cooledit_key_map): Add support
1676         for bracket matching on Alt-B.
1677         * gtkedit/gtkeditkey.c: Likewise.
1678         From Steef Boerrigter <sxmboer@sci.kun.nl>
1680 2001-07-06  Pavel Roskin  <proski@gnu.org>
1682         * lib/mc.ext.in: Use nm to view object files.
1684         * Make.common.in: Remove GNOME-specific and unused definitions.
1685         Partly moved to gnome/Makefile.in.
1687         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
1688         they are usused.
1689         * Make.common.in: Likewise.
1691 2001-06-29  Pavel Roskin  <proski@gnu.org>
1693         * ABOUT-NLS: Update to the version from gettext-0.10.38.
1695         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
1696         now done in configure. Move -I.. to the beginning.
1697         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
1698         libintl.a may be required to link mc.
1699         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
1700         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
1701         Move all i18n code to one place. Don't substitute INTLSUB - it's
1702         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
1703         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
1705 2001-06-25  Pavel Roskin  <proski@gnu.org>
1707         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
1708         It should be enabled explicitly by giving `--enable-largefile'
1709         to configure.
1710         * INSTALL: Document it.
1712 2001-06-22  Pavel Roskin  <proski@gnu.org>
1714         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
1716         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
1717         in struct statfs.
1718         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
1720         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
1721         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
1722         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
1723         found.
1724         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
1726 2001-06-19  Pavel Roskin  <proski@gnu.org>
1728         * configure.in: Check for telldir and seekdir. Join adjacent
1729         calls to AC_CHECK_FUNCS.
1731 2001-06-16  Pavel Roskin  <proski@gnu.org>
1733         * Makefile.am: Change the order of SUBDIRS to fully compile text
1734         edition before compiling anything for GNOME.
1735         * mc.spec.in: Don't use brace expansion to avoid implicit
1736         build-time dependency on bash.
1738 2001-06-13  Pavel Roskin  <proski@gnu.org>
1740         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
1741         the test code.
1742         * configure.in: Fix compiler warnings in the arguments to
1743         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
1744         around `=' in the `test' command.
1746 2001-06-07  Pavel Roskin  <proski@gnu.org>
1748         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
1749         GNOME documentation template.
1750         * doc-gnome/C/mkhtml: Don't generate index.
1751         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
1753 2001-06-06  Pavel Roskin  <proski@gnu.org>
1755         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
1756         conditional variables from EXTRA_DIST.
1758 2001-06-05  Pavel Roskin  <proski@gnu.org>
1760         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
1761         conversion support.
1762         From Walery Studennikov <hqsoftware@mail.ru>.
1764         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
1766 2001-06-01  Pavel Roskin  <proski@gnu.org>
1768         * lib/mc.charsets: Synchronize with the latest patch - remove
1769         a comment.
1771 2001-05-30  Pavel Roskin  <proski@gnu.org>
1773         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
1774         work with GNOME.
1776         * lib/mc.charsets: New file. From Walery Studennikov.
1777         * lib/Makefile.am: Distribute mc.charsets. Install it if
1778         the charset support is enabled.
1780         * configure.in: Add check for iconv() and the necessary code
1781         to support the charset selection patch.
1783         * configure.in: Add check for ESCDELAY variable in ncurses.
1785 2001-05-29  Pavel Roskin  <proski@gnu.org>
1787         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
1788         USE_EXT2FSLIB.
1790         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
1791         * pc/config.h: Likewise.
1793         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
1794         and "strings". Recognize "write" files and MS Word templates.
1795         For MS Excel documents try "xls2csv" and "strings".
1796         Escape spaces in the "type" directives.
1797         From Nerijus Baliunas.
1799         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
1801         * Make.common.in: Remove hpath, it's unused.
1803         * acconfig.h: Move constant parts ...
1804         * extraconf.h: ... here.
1805         [HAVE_X]: Disable subshell, s-lang and curses.
1806         * Makefile.am: Add extraconf.h.
1808 2001-05-28  Pavel Roskin  <proski@gnu.org>
1810         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
1811         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
1812         * configure.in: ... here.
1814 2001-05-27  Pavel Roskin  <proski@gnu.org>
1816         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
1817         * acconfig.h: Likewise.
1818         * src/layout.c: Likewise.
1820         * Make.common.in: Remove all percent rules.
1821         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
1822         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
1823         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
1824         AM_INIT_AUTOMAKE.
1826         * Make.common.in: Remove obsolete dependency tracking system.
1827         * configure.in: Likewise.
1828         * edit/Makefile.in: Likewise.
1829         * gnome/Makefile.in: Likewise.
1830         * gtkedit/Makefile.in: Likewise.
1831         * slang/Makefile.in: Likewise.
1832         * src/Makefile.in: Likewise.
1833         * vfs/Make-mc.in: Likewise.
1834         * src/depend.awk: Remove.
1836 2001-05-26  Pavel Roskin  <proski@gnu.org>
1838         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
1839         * syntax/octave.syntax: New file. From Walery Studennikov.
1840         * syntax/Makefile.am: Add octave.syntax.
1842         * configure.in: Fix incorrect test for stdin support in grep -
1843         it would always fail when configuring in an empty directory.
1844         Portability fixes - unset, backslashed space in here-documents.
1845         Eliminate all instances of "changequote".
1847         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
1848         user choice.
1849         * acconfig.h: Changes for the above.
1850         * INSTALL: Don't document --with-sco - it's now defunct.
1851         * INSTALL.FAST: Likewise.
1853 2001-05-25  Pavel Roskin  <proski@gnu.org>
1855         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
1856         are in the beginning of the "file" output.
1858 2001-05-23  Pavel Roskin  <proski@gnu.org>
1860         * lib/mc.ext.in: Add associations for viewing RPM files.
1862 2001-05-22  Pavel Roskin  <proski@gnu.org>
1864         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
1865         By default exit after the first error in jade.
1867         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
1868         JADEFLAGS environment variables. Report progress. Clean up on
1869         failure.
1871 2001-05-21  Pavel Roskin  <proski@gnu.org>
1873         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
1874         files.
1876         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
1877         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
1879 2001-05-20  Pavel Roskin  <proski@gnu.org>
1881         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
1882         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
1883         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
1884         * doc-gnome/C/figs/Makefile.am: Add support for converting from
1885         PNG to EPS.
1887         * Makefile.am (EXTRA_DIST): Remove create_vcs.
1888         * doc/FILES: Likewise. Typo fix.
1890 2001-05-19  Pavel Roskin  <proski@gnu.org>
1892         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
1893         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
1894         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
1896         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
1897         index entry "Moving files".
1899 2001-05-18  Pavel Roskin  <proski@gnu.org>
1901         * configure.in: Use src/main.c in AC_INIT.
1903         * create_vcs: Remove.
1905         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
1906         Add download location for glib.
1907         * mc.spec.in: Likewise.
1908         * doc/LSM: Likewise.
1909         * doc/mc.1.in: Likewise.
1910         * doc/mcedit.1.in: Likewise.
1911         * src/ext.c: Don't mention download location for MC.
1913         * FAQ: Update status of Tk, XView. and GNOME editions. Update
1914         homepage of gpm.
1916         * INSTALL: Remove information about Tk and XView. Change the
1917         mailing list addresses again.
1918         * FAQ: Change the mailing list addresses again.
1919         * MAINTAINERS: Likewise.
1920         * README: Likewise.
1921         * doc/mc.1.in: Likewise.
1922         * gnome/gmc-window.c: Likewise.
1923         * lib/README.xterm: Likewise.
1924         * lib/mc.ext.in: Likewise.
1925         * lib/mc.hint*: Likewise.
1926         * lib/mc.hlp.hu: Likewise.
1927         * po/*.po: Likewise.
1928         * src/main.c: Likewise.
1930 2001-04-20  Pavel Roskin  <proski@gnu.org>
1932         * FAQ: Change the mailing list addresses and the download
1933         locations.
1934         * INSTALL: Likewise.
1935         * MAINTAINERS: Likewise.
1936         * README: Likewise.
1937         * doc/mc.1.in: Likewise.
1938         * gnome/gmc-window.c: Likewise.
1939         * lib/README.xterm: Likewise.
1940         * lib/mc.ext.in: Likewise.
1941         * lib/mc.hint*: Likewise.
1942         * lib/mc.hlp.hu: Likewise.
1943         * po/*.po: Likewise.
1944         * src/main.c: Likewise.
1946 2001-04-19  Pavel Roskin  <proski@gnu.org>
1948         * configure.in: Don't install mcserv unless
1949         "--enable-mcserv-install" has heen specified.
1950         Don't quote the first argument in all calls to AM_CONDITIONAL
1951         to work around a bug in Automake 1.4.
1952         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
1953         * vfs/Make-mc.in: Likewise.
1955 2001-04-13  Pavel Roskin  <proski@gnu.org>
1957         * configure.in: Bump version to 4.5.53a.
1959 2001-04-06  Pavel Roskin  <proski@gnu.org>
1961         * gtkedit/editcmd.c: Remove support for XView layout attributes.
1962         * gtkedit/editoptions.c: Likewise.
1963         * pc/chmod.c: Likewise.
1964         * pc/drive.c: Likewise.
1965         * src/boxes.c: Likewise.
1966         * src/chmod.c: Likewise.
1967         * src/dlg.c: Likewise.
1968         * src/dlg.h: Likewise.
1969         * src/filegui.c: Likewise.
1970         * src/find.c: Likewise.
1971         * src/hotlist.c: Likewise.
1972         * src/layout.c: Likewise.
1973         * src/listmode.c: Likewise.
1974         * src/main.c: Likewise.
1975         * src/option.c: Likewise.
1976         * src/panelize.c: Likewise.
1977         * src/wtools.c: Likewise.
1978         * src/wtools.h: Likewise.
1979         * vfs/smbfs.c: Likewise.
1981         * autogen.sh: Check out "intl" and "macros" directories if they
1982         are missing. Simply "cvs up -d" won't restore them.
1984         * configure.in: Bump version to 4.5.52a.
1986 2001-03-14  Pavel Roskin  <proski@gnu.org>
1988         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
1989         Automake conditional USE_SAMBA_FS if Samba is to be supported
1990         in VFS.
1992 2001-03-07  Pavel Roskin  <proski@gnu.org>
1994         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
1995         defined.
1996         Reported by Norbert Warmuth.
1998         * configure.in: Don't process vfs/extfs/uzip - it's now
1999         constant.
2001         * syntax/changelog.syntax: Require space after asterisk to have
2002         it highlighted.
2004 2001-03-02  Pavel Roskin  <proski@gnu.org>
2006         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
2007         * configure.in: Use AC_PROG_CC_STDC instead.
2009         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
2010         Suggested by Christian Gennerat.
2012         * lib/mc.ext.in: Add support for "freeze" - old compression
2013         program used mostly on QNX.
2014         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
2015         * lib/Makefile.am: Adjusted.
2017 2001-02-26  Pavel Roskin  <proski@gnu.org>
2019         * lib/mc-gnome.ext.in: Remove, it's not used.
2020         * configure.in: Remove lib/mc-gnome.ext.
2021         * lib/Makefile.am: Likewise.
2023 2001-02-20  Pavel Roskin  <proski@gnu.org>
2025         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
2026         defined to prevent warnings on OpenBSD 2.7.
2027         * slang/jdmacros.h: Likewise.
2028         * src/mad.h: Likewise.
2029         * src/poptalloca.h: Likewise.
2031         * configure.in: Check for sys/time.h and sys/timeb.h. Use
2032         AC_HEADER_TIME.
2034 2001-02-07  Pavel Roskin  <proski@gnu.org>
2036         * autogen.sh: Create vfs/samba/include/stamp-h.in.
2037         * vfs/samba/include/stamp-h.in: Remove.
2039         * macros/curses.m4: Quote first argument to AC_DEFUN.
2040         * macros/gnome-cxx-check.m4: Likewise.
2041         * macros/gnome-gettext.m4: Likewise.
2042         * macros/gnome-libgtop-check.m4: Likewise.
2043         * macros/gnome-print-check.m4: Likewise.
2044         * macros/linger.m4: Likewise.
2045         * macros/need-declaration.m4: Likewise.
2047         * configure.in: Only configure in vfs/samba if smbfs support is
2048         enabled even with Autoconf 2.13.
2050 2001-01-30  Pavel Roskin  <proski@gnu.org>
2052         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
2053         --without-samba due to a typo.
2055         * configure.in: Only configure in vfs/samba if smbfs support is
2056         enabled. This optimization will only work with Autoconf-2.49c
2057         and above.
2059 2001-01-13  Pavel Roskin  <proski@gnu.org>
2061         * configure.in: Don't create a faked malloc.h.
2062         * gtkedit/edit.h: Don't assume that malloc.h always exists.
2063         * src/mad.h: Likewise.
2065         * configure.in: Simplified handling of cons.saver.
2066         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
2067         * mc.spec.in: Remove a workaround for the above.
2069         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
2070         for MC. Don't rely on the output of uname - use $host_os.
2072 2001-01-11  Pavel Roskin  <proski@gnu.org>
2074         * configure.in: Check for ext2 libraries only if VFS is enabled.
2076         * src/Makefile.in: Create directories before installing files.
2077         Removed all occurences of libprefix - it's never defined.
2079         * configure.in: All macros from configure.in moved to
2080         acinclude.m4. Added missing quotes in several places.
2081         * acinclude.m4: Likewise.
2083         * edit/Makefile.in: Don't install or uninstall mcedit -
2084         it cannot be installed before mc on systems without symlinks.
2085         * gtkedit/Makefile.in: Likewise.
2086         * src/Makefile.in: Install mcedit (if enabled) and mcview.
2087         Uninstall them.
2089         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
2090         from acinclude.m4 in gtk+:
2091         Don't define ENABLE_NLS unless we have a working NLS.
2092         (This should keep libintl.h from being included when it doesn't
2093         exist).
2095 2001-01-09  Pavel Roskin  <proski@gnu.org>
2097         * doc-gnome/C/figs/Makefile.am: New file.
2098         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
2099         makefile do it.
2100         * configure: Substitute doc-gnome/C/figs/Makefile.
2102         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
2104 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
2106         * lib/mc.hlp.hu: Added Hungarian help file from
2107           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
2108           maci@integrity.hu, mfh47@freemail.hu
2109         * lib/Makefile.am: Added LOCALIZED_HELP for further
2110           mc.hlp l10ns
2111         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
2112           gtkedit/editcmd.c: I18n of mc.hlp
2114 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
2116         * doc/mc.1.in: Corrected badly formatted link...
2118 2000-11-10  Robert Brady  <robert@suse.co.uk>
2120         * configure.in: Add Tamil to ALL_LINGUAS.
2122 2000-10-23  Pavel Roskin  <proski@gnu.org>
2124         * mc.spec.in: Allow mcserv.8 to be gzipped.
2126         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
2127         that cannot deal with "./gmc.sgml".
2129 2000-10-09  Pavel Roskin  <proski@gnu.org>
2131         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
2132         that CVS Automake will drop dependencied to the macros that
2133         we don't distribute.
2135         * lib/mc.ext.in: Removed references to icons. Source RPMs
2136         grouped to one regex. Removed "Update" for source RPMs, added
2137         "Rebuild" instead. Added "Check signature" for all RPMs.
2138         Added a comment about pop-up menus in the text edition.
2140 2000-10-06  Pavel Roskin  <proski@gnu.org>
2142         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
2143         flags moved out of CFLAGS as recommended by GNU coding
2144         standards.
2145         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
2146         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
2147         XCPPFLAGS.
2148         * INSTALL (Random notes on porting to other architectures):
2149         Completely rewritten. Recommended using CFLAGS instead of XINC.
2151 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2153         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
2155 2000-10-04  Christophe Merlet  <christophe@merlet.net>
2157         * gnome/*.desktop: Updated french strings.
2159 2000-10-03  Pavel Roskin  <proski@gnu.org>
2161         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
2162         to allow <legalnotice>. Unclosed tags fixed.
2164 2000-09-30  Pavel Roskin  <proski@gnu.org>
2166         * mc.spec.in: New package mc-common. Use DESTDIR instead of
2167         misusing prefix. Don't install old icons - they don't exist.
2169         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
2170         "export -f" to have mc() exported.
2171         * doc/mc.1.in: Changed description of the "-P" option to
2172         avoid inclusion of mc.sh and mc.csh into the manual.
2173         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
2175 2000-09-24  Pavel Roskin  <proski@gnu.org>
2177         * doc/mc.1.in: Minor formatting fixes.
2179         * lib/mc.sh.in: Remove temporary file non-interactively.
2180         * doc/mc.1.in: updated example for mc.sh.
2182 2000-09-23  Pavel Roskin  <proski@gnu.org>
2184         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
2185         updates it when needed.
2186         * mc.spec.in: Include translations with mc, not gmc. Run
2187         chkconfig --del in %preun, not %postun. --without-debug not
2188         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
2189         be executable. New files in %{prefix}/lib/mc/ - translated hints,
2190         editor files.
2192         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
2193         directory for document processing. Comment changes. gmc.ps and
2194         gmc.pdf now generated from gmc.dvi.
2196         * configure: Always include Make.common as file, otherwise
2197         "make distclean" breaks.
2198         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2199         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
2200         replaced with "rm -f" - the stangard says that "rm" is portable.
2201         Ditto $(MV). Adjusted *clean targets to match those in
2202         Automake. Removed "cross" target.
2204 2000-09-22  Pavel Roskin  <proski@gnu.org>
2206         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
2207         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
2208         * doc/Makefile.in: Converted to ...
2209         * doc/Makefile.am: ... this.
2211 2000-09-21  Pavel Roskin  <proski@gnu.org>
2213         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
2214         is not expanded in all shells.
2215         * doc/mc.sgml: Updated the example script to reflect the above
2216         changes.
2217         * doc/mc.in.1: Likewise.
2219 2000-09-19  Pavel Roskin  <proski@gnu.org>
2221         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
2222         Marco Ciampa
2224 2000-09-18  Pavel Roskin  <proski@gnu.org>
2226         * Make.common.in: Added installcheck to placate "make distcheck"
2227         * configure.in, Make.common.in, doc/Makefile.in,
2228         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2229         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
2230         variable MKINSTALLDIRS and builddir with Automake-compatible
2231         mkinstalldirs and top_builddir.
2232         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
2233         files. Added uninstall-local target.
2235 2000-09-17  Pavel Roskin  <proski@gnu.org>
2237         * configure.in: fixed wrong use of AC_MSG_RESULT inside
2238         AC_CACHE_VAL
2240         * Make.common.in: Added the "dvi" target for "make distcheck"
2241         to go further
2242         * doc-gnome/C/Makefile.in: converted to ...
2243         * doc-gnome/C/Makefile.am: ... this
2245 2000-09-15  Pavel Roskin  <proski@gnu.org>
2247         * acconfig.h, configure.in: Require autoconf 2.13 or above.
2248         Removed workarounds for older versions. Removed MCDEBUG
2249         variable - it's not used. --with-debug renamed to --with-mad and
2250         cleaned up. Always use -Wall with gcc, other manipulations with
2251         CFLAGS removed.
2253         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2254         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2255         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
2256         mc.pot becomes out of date in the tarball.
2258 2000-09-14  Pavel Roskin  <proski@gnu.org>
2260         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
2261         tests for cp, mv and rm.
2262         * Make.common.in: Removed variables xv_bindir and STRIP.
2263         Variables CP, MV and RMF are assigned trivial values.
2265         * edit/Makefile.in: Don't link headers, add extra includes
2266         to CPPFLAGS instead. Put links to the build directory.
2267         Remove the hack with "mx" - it is not needed anymore.
2269         * configure.in: remove any manupulations with top_srcdir.
2270         Don't change CPPGLAGS when the internal editor is enabled,
2271         instead do it ...
2272         * edit/Makefile.in, gtkedit/Makefile.in: ... here
2274         * configure.in, Make.common.in, doc/Makefile.in,
2275         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2276         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
2277         changed to top_srcdir for Automake compatability
2279         * configure.in: REGEX_O variable removed - always use our regex
2281         * configure.in: MCFGR variable removed
2283 2000-09-12  Pavel Roskin  <proski@gnu.org>
2285         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
2286         other GNOME modules
2287         * autogen.sh: remove "-I ." from the "aclocal" command line
2289 2000-09-01  Pavel Roskin  <proski@gnu.org>
2291         * configure.in: output vfs/extfs/Makefile
2293         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
2294         to avoid a warning
2295         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
2296         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
2298 2000-08-29  Pavel Roskin  <proski@gnu.org>
2300         * configure.in: use AM_GNOME_GETTEXT
2301         * gettext.m4: removed
2302         * Makefile.am: adjusted files to distribute, previous change
2303         reverted
2305         * mc-aclocal.m4: renamed to ...
2306         * acinclude.m4: ... this
2307         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
2308         * Makefile.am: aclocal should scan "." for gettext.m4
2310 2000-08-28  Pavel Roskin  <proski@gnu.org>
2312         * Make.common.in: removed hack for "make distcopy"
2313         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2314         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2315         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
2316         for external builds.
2317         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
2319 2000-08-24  Pavel Roskin  <proski@gnu.org>
2321         * new_icons/Makefile.in: converted to ...
2322         * new_icons/Makefile.am: ... this
2323         * configure.in: automake conditional GNOME introduced.
2324         "insticons" removed
2326         * icons/*: removed
2327         * Makefile.am, configure.in: necessary adjustments
2329         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
2330         automake installs them now
2332         * syntax/Makefile.in: converted to ...
2333         * syntax/Makefile.am: ... this
2335         * idl/Makefile.in: converted to ...
2336         * idl/Makefile.am: ... this
2338         * lib/Makefile.am: simplified, fixed "make dist"
2340         * lib/Makefile.in: converted to ...
2341         * lib/Makefile.am: ... this
2343         * lib/tkmc.wmconfig: removed
2344         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
2346         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
2347         to ...
2348         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
2349         * Make.common.in: support for "distdir" for compatability
2350         with Automake-generated makefiles
2351         * autogen.sh: run automake. Force cache - it is off by default
2352         in autoconf 2.49a, but it's still handy for maintainers
2353         * configure.in: adapted for Automake
2355         * AUTHORS: new file
2357 2000-08-23  Pavel Roskin  <proski@gnu.org>
2359         * configure.in: resurrect definition of xvers
2361         * VERSION.in: removed
2362         * Makefile.in: don't do anything with VERSION.in and VERSION
2363         Take mc.spec from builddir, not srcdir
2364         * configure.in: don't create VERSION
2366 2000-08-22  Pavel Roskin  <proski@gnu.org>
2368         * *.c, *.h: Updated address of Free Software Foundation
2370 2000-08-21  Pavel Roskin  <proski@gnu.org>
2372         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
2373         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
2374         related to XView, libXPM, libXext and Tk
2376 2000-08-18  Pavel Roskin  <proski@gnu.org>
2378         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
2379         files
2381         * configure.in: Simplified dependency tracking by using
2382         "-include" with GNU Make
2383         * autogen.sh: Exit on all failures
2385 2000-08-17  Pavel Roskin  <proski@gnu.org>
2387         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
2388         Fixed all misuses of single and double quotes. Typo fixes.
2389         Ensured compatability with sgml2html, sgml2txt and sgml2latex
2390         * doc/mc.1.in: Typo fix
2392         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
2393         * doc/linuxdoc-sgml.diff: removed
2394         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
2395         distribute gnome.sgml
2397 2000-08-15  Pavel Roskin  <proski@gnu.org>
2399         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
2400         in the "distclean" target
2402         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
2403         Removed all XVIEW-related stuff
2404         Fixed placement of png files on "make dist"
2406         * doc/mc.1.in: Updated info about the internal editor
2408         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
2409         indicate serious problems. Fixes for uninstall.
2410         * doc/Makefile.in: Rebuild if it is out of date.
2412         * lib/cedit.menu: Added. This file has been missing
2414         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
2416 2000-08-08  Pavel Roskin  <proski@gnu.org>
2418         * Makefile.in: correctly detect make failures in subdirs
2420 2000-08-01  Pavel Roskin  <proski@gnu.org>
2422         * nt, os2, tk, xv: removed all files
2423         * configure.in: don't create os2 and nt directories
2425 2000-08-01  Pavel Roskin  <proski@gnu.org>
2427         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
2429         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
2431 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
2433         * src/main.c: make 8bit input/output the default (99% of the people
2434         expects that; lets the remaining 1% use the configuration menu
2435         to disactivate it if they want)
2437 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
2439         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
2441 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
2443         * configure.in: check for gnome-libs with window icon support
2445         * acconfig.h: add icon define
2447 2000-06-08  Matthias Warkus  <mawa@iname.com>
2449         * new_icons/gnome-pack-*.png: Updated.
2450         * gnome/mc.keys: Added a MIME type for SLP packages.
2452 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
2454         * syntax/diff.syntax: Highlight lines beginning with "File",
2455         "Files" and "Binary"
2456         * syntax/makefile.syntax: Highlight "ifndef"
2457         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
2458         highlighted)
2460 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2462         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
2463         comment lines with # in last release
2465 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2467         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
2469 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2471         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
2472         look more consistent than original.
2474 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2476         * config.in: Added check against strcoll().
2478 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2480         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
2481         added 'and', 'or', 'not', 'for' keywords.
2483 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2485         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
2486         based systems. Hope, this will make FreeBSD midc maintainer to enable
2487         build-in editor by default. Still, syntax highlighting is disabled.
2488         Need to port...
2490 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2492         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2493           fixed, some messages gettext()ed again here and in
2494         gtkedit/editmenu.c:edit_about_cmd()
2496 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2498         * doc/mc.sgml (Examples): Fixed documentation, thanx
2499         to martin@internet-treff.uni-koeln.de.
2501 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
2503         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
2504         the label text
2506 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
2508         * gtkedit/syntax.c: treat *.ads as Ada source
2509         * syntax/ada95.syntax: escape "+" and "*"
2510         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
2511         * syntax/Makefile.in: remove diffc.syntax
2513         * edit/edit_key_translator.c: interpret code 0177 as
2514         backspace unless recognized otherwise
2516 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
2518         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
2519         initialization of array of structure (gcc version 2.96 20000131
2520         chokes on it).
2522         * lib/mc.hint: C-y and not C-u can be used to insert text in input
2523         lines (e. g. text which has been deleted with M-d).
2525         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
2527 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
2529         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
2531 2000-01-29  Matthias Warkus  <mawa@iname.com>
2533         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
2534         design on Federico's request.
2536 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
2538         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
2539         an ArrangeType enum.
2541 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
2543         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
2544         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
2545         setup.c: Add option of using GNOME "magic" routines to determine file
2546         types. This makes MC intelligently look at the data in the file to see
2547         what type of file it is, rather than looking at the filename extension.
2548         This slows down MC quite a bit, so it has been made an optional
2549         preference item. Type detection is expected to improve as mime-magic
2550         matures.
2552 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
2554         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
2555         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
2556         providing a patch.
2558 2000-01-11  Matthias Warkus  <mawa@iname.com>
2560         * Added icon and keys entry for Scheme source.
2562 2000-01-03  Fatih Demir  <kabalak@gmx.net>
2564         * configure.in: Added tr -> ALL_LINGUAS .
2566 1999-12-28  Matthias Warkus  <mawa@iname.com>
2568         * new_icons/*.png: Added a bunch of new icons.
2570 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
2572         * configure.in (VERSION): Bumped version number to 4.5.42.
2574 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
2576         * configure.in: added 'uk' to ALL_LINGUAS.
2578 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2580         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
2581         request from David Sauer
2583 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
2585         * configure.in (VERSION): Bumped version number to 4.5.41.
2587 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
2589         * configure.in (VERSION): Set version number to 4.5.39.
2591 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
2593         * configure.in: Added pt_BR to ALL_LINGUAS
2595 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
2597         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
2598         path to the mc binary according to @prefix@.
2600         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
2601         configure. Install mc.sh and mc.csh in $(suppbindir).
2603         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
2604         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
2605         copies of the included function definitions.
2607         * mcfn_install.in: Comment out definitions of the mc functions. Source
2608         mc.sh instead of adding an outdated mc function definition.
2610         * configure.in: output mc.sh and mc.csh
2612 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
2614         * lib/startup.links: Changed the news link to Gnotices
2616 1999-09-19  David Martin  <dmartina@usa.net>
2618         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
2619         8 bit chars from strftime get displayed when inserting date.
2621         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
2622         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
2623         file to avoid interferences. In this one I changed the extension check
2624         to a type check (as used for gzip) which might give problems in some
2625         systems.
2627         * configure.in: Use -Tlatin1 to format man pages when available and
2628         "view" 8 bit chars.
2630 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
2632         * gtkedit/edit.h: Include file reordering to make it compile with
2633         --with-debug
2635         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
2636         dependent on lenght of translated strings to display.
2638 1999-09-16  Owen Taylor  <otaylor@redhat.com>
2640         * Remove the magicdev autoconf test in favor of just
2641         including the idl file. Otherwise we have a dependency
2642         loop between this and magicdev.
2644 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
2646         * idl/FileManager.idl: Changed names, and put everything under a
2647         FileManager module.  Added a Desktop interface and some methods to
2648         the WindowFactory interface.
2650 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
2652         * doc-gnome/*: Shiny new docs from users-guide.
2653         All synced up.
2655 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
2657         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
2659 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
2661         * README: Updated and spell-checked.
2663         * NEWS: Updated.
2665 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
2667         * configure.in (ALL_LINGUAS): Added sv.
2669 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
2671         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
2672         symlink attacks (mcfn_install and the man page still needs to be
2673         updated).
2675 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
2677         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
2678         a symbolic link (ln -sf doesn't work as expected on Solaris)
2680 1999-08-19  Elliot Lee  <sopwith@redhat.com>
2681         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
2683 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
2685         * doc-gnome/C/gmc.sgml: Index fixes.
2687 1999-08-18  Elliot Lee  <sopwith@redhat.com>
2689         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
2690         initializers in the GnomeUIInfo structure.
2692 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
2694         * configure.in (VERSION): Bumped version number to 4.5.38.
2696 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
2698         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
2700 1999-08-15  David Martin  <dmartina@usa.net>
2702         * gtkedit/edit.c: Print localized date with strftime()
2704         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
2706 1999-08-08  David Martin  <dmartina@usa.net>
2708         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
2709         translation.
2711         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
2712         translation as it used to be.
2714 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2716         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
2717         that the correct index.html will be generated.
2719 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2721         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
2722         to the list.
2724 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
2726         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
2727         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
2728         This adds some new syntax rules, and spell check on the fly
2729         which if someone bugs me for, will actually get enabled in
2730         both the text and gnome versions. Bookmark stuff also needs
2731         some keys bound to it, I suppose: any takers?
2733 July 19, 1999 Elliot Lee
2734         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
2736 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
2738         * Makefile.in (all): Makefile fix.
2740 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2742         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2743         should fix the problem we had with FSSTND distributions.
2745 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2747         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
2748         list of distributed files.
2750 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2752         * configure.in (VERSION): Bumped version number to 4.5.34.
2754 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
2756         * Add fi into ALL_LINGUAS
2758 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
2760         * gnome/i-zipdisk2.png: Added another zip-disk icon
2761         by <scarab@egyptian.net> - It looks very nice. Variation
2762         is good.
2764 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2766         * acconfig.h: Add WITH_SMBFS
2768         * macros/gnome-vfs.m4: Support conditional samba support.
2770 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2772         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2773         should fix the problem we had with FSSTND distributions.
2775 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
2777         * mc.spec.in: added syntax files to %files
2779 1999-06-22  David Martin  <dmartina@usa.net>
2781         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
2783 1999-06-07  Shooby Ban  <bansz@szif.hu>
2785         * po/hu.po, configure.in: added hungarian translations...
2786           I'm not sure it's OK, but it seems usable.
2787           Translators: Tamas Fejos and Andras Kadar
2789 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
2791         * configure.in, Makefile.in: added the gmc helpfile to the build
2793 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
2795         * Add ja entry to LANG in configure.in
2797 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2799         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
2800         be installed in the system :) (added it to the Makefile.in)
2802 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2804         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
2805         disks - someone please add it to the mount.c code so it gets used..
2806         Everyone have a nice time at the expo! :) I hope to join the
2807         next time.
2809 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2811         * configure.in: Added check for getpt ()
2813 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2815         * configure.in (VERSION): Bumped version number to 4.5.31.
2817 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2819         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
2820         need to fool it by strdup'ing the return value of tempnam.
2822 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2824         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
2825         MCLIBS which are specific to the text edition.
2827         * INSTALL: Added documentation for --with-tm-x-support
2829 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
2831         * mc.spec.in : Folded in some changes from the 'offical' rpm
2832         spec file.
2834 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2836         * configure.in (SHELL): Do not use grep -q, as it is not portable
2837         to every OS.
2839 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2841         * configure.in: Linking from $srcdir/slang is broken when configure
2842         isn't called with an absolute path. Link from ../$srcdir/slang if
2843         configure was invoked with a relative path.
2845 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2847         * configure.in: Do not rm the destination file and then link, use
2848         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
2850 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2852         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
2853         --with-PACKAGE and --without-PACKAGE gave the same results.
2855 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2857         * configure.in (VERSION): Bumped version number to 4.5.30.
2859 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2861         * configure.in (VERSION): Bumped version number to 4.5.29.
2863 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2865         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
2866         now contains all checks.
2868 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2870         * configure.in (VERSION): bumped version number to 4.5.28.
2872 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
2874         * */Makefie.*: fixed several missed conversions from libdir to
2875         mclibdir. (Should be automake'd, really)
2877 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2879         * Make.common.in: There were conflicting definitions of mclibdir
2880         (one for installation, one for source).  Now the source one is
2881         called mcsrclibdir.
2883         * doc/Makefile.in: Use mcsrclibdir where appropriate.
2885 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
2887         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
2888         Pascal Program" (Heh, second time :)
2890         * Makefile.common: Until things gets clear, keep syntax rules in
2891         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
2893         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
2894         @libdir@.
2896 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
2898         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
2899         as requested by Paul. Still, need some checking...
2901 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
2903         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
2904         to date with cooledit 3.9.0. This adds some new features.
2905         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
2906         syntax.c. This is because the rule set is becoming too
2907         large to maintain in its current form and because file
2908         loading is starting to get slow.
2910         There is also a bookmark feature which does not yet have
2911         key bindings assigned to it, but should be cool once
2912         these get inserted. Syntax rules files are named
2913             $LIBDIR/cooledit/syntax/*.syntax
2915 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2917         * configure.in: Create slang directory, it is needed when
2918         builddir != srcdir.
2919         Use -f when calling rm, the file does not exist on
2920         first compile.
2921         No need to copy VERSION from $srcdir, it's already generated in
2922         $buildir.
2924 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
2926         * edit/edit_key_translator.c: Added missing translation tags.
2928 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2930         * configure.in: Minimum version of glib should be 1.2.0.
2931         (VERSION): Bumped version number to 4.5.27.
2933 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
2935         * gtkedit/editcmd.c: Added missing translation tags.
2937         * gtkedit/editoptions.c: Added missing translation tags. Translate
2938         radio buttons on first use.
2940 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
2942         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
2943         to get the mc spec file to work.
2944         * hacked configure to generate a properly versioned spec file.
2946 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2948         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
2949         radio buttons on first pass.
2951 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
2953         * gtkedit/editcmd.c: Mark strings in the search and replace
2954         dialogs for translation. Resized these dialogs to let the messages
2955         fit.
2957 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2959         * gtkedit/editwidget.c (selection_send): Use the proper type for
2960         64-bit cleanliness (Patch from George Lebl).
2962 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
2964         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
2965         into the catalog file.
2967 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2969         * configure.in: Make Timur's libtermcap check work with SLang
2970         0.99.98, too.
2972 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2974         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
2975         PS and EPS files.  Thanks, Tigert!
2977 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2979         * configure.in (CCOPTS): Drop the prefix auto-detection.
2981 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
2983         * configure.in: Add check, which, in case of system-installed SLang
2984         library tries to run a test program, which determines, does we need
2985         linking with libtermcap.a. Also, set of if's for finding terminfo
2986         dir changed to for cycle - a bit nicer :)
2988 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2990         * README.QNX: Deleted documention about mc.menu.qnx.diff.
2992 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2994         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
2996 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2998         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
2999         from tar calls when extracting (according to my man page this option
3000         is only useful when creating archieves).
3002 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3004         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
3005         adds support for tar.bz2 and merges the support for freeze-compressed
3006         tar files (tar.F) from mc.menu.qnx.diff.
3008 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
3010         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
3011         GNU-like :)
3013 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3015         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
3016         the catalog file.
3018 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
3020         * new_icons/gnome-core.png: New icon for core files. Someone
3021         please add the code part :)
3023 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
3025         * configure.in: Add check against setuid() and setreuid() functions.
3027 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3029         * slang/slang.h: renamed to slang-mc.h
3031         * slang/Makefile.in: delete slang.h on "make clean"
3033         * configure.in: link slang/slang-mc.h to slang/slang.h when the
3034         included slang is used. Problem was that MC's slang.h was used
3035         when we compiled with an already installed SLang and the systems
3036         header file were included with <slang/slang.h>.
3037         Unfortunatly I can't use AC_LINK_FILES to make the links because
3038         if we needn't make any links AC_LINK_FILES makes a link from
3039         srcdir to top_builddir (builddir != srcdir).
3041         Temporary add $LGPM to $LIBS when checking for the resizeterm
3042         and keyok functions (ncurses might be linked against GPM).
3044         Substitude PACKAGE (intl/Makefile makes use of it)
3046 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
3048         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
3049         #include "global.h".
3051 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
3053         * Make.common.in (gnewdir): new path.
3055 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
3057         * configure.in: Add comments before "Let" and "the" - typo. Add new
3058         path to include's search.
3060 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
3062         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
3064 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3066         * configure.in (REGEX_O): Always include regex.o as the code we
3067         are using in gmc is not using regcomp/regexec, but the internal
3068         Emacs API.
3070         * src/regex.c: Do not compile the POSIX compatibility code, as we
3071         do not use it.
3073 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3075         * doc/mc.sgml, mc1.in (Color section): minor polishing
3076         (Layout section): documented Highlight...
3078 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3080         * configure.in: Deleted du checks
3082         * INSTALL: Deleted --with-dusum documentation.
3084         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
3085         Configuration dialog. Added Advanced chown subsection. Deleted
3086         variables from the Special settings section which are now covered
3087         by the configuration dialog.
3089 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3091         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
3092         tar_gz_memlimit. Partially rewrote the section about the
3093         Virtual FS.. configuration dialog.
3095 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
3097         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
3099 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
3101         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
3103         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
3104         builddir
3106 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
3108         * new_icons/gnome-image-[lots].png: I added some icons for file
3109         types (image) there - someone please tell me what the correct
3110         location and naming convention is and I will try to follow that. :)
3112 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
3114         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
3115         the build will still work.  (Has this been replaced by new_icons?)
3117 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
3119         * doc/mc.1.in, mc.sgml: added my name to list ov authors
3121 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3123         * Makefile.in (codedirs): Dropped xv and tk ports from the
3124         distribution. include idl directory.
3126 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3128         * configure.in (slang_use_system_installed_lib): Define slang
3129         here, to avoid having this on LIBS.
3131 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
3133         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
3135 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
3137         * config.h.in: Removed from CVS, added to .cvsignore
3139         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
3140         configure.in:
3141         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
3142         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
3143         HAS_CURSES added to acconfig.h
3145 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3147         * autogen.sh: Add "-I macros" to the aclocal flags.
3149         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
3150         so that aclocal will not complain about an obsolete macro.
3152         * configure.in: Use MC_HPUX_PROG_CC_STDC
3154         * ChangeLog: There was no ChangeLog here, so I added one.