small fix...
[midnight-commander.git] / ChangeLog
blob5098b6b06a00edc8ac09e91363c2d07b413daf98
1 2002-10-08  Pavel Roskin  <proski@gnu.org>
3         * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
4         termcap if terminfo is missing in the known locations.
5         * configure.in: Remove --with-termcap processing, it is now in
6         acinclude.m4.
8 2002-10-02  Pavel Roskin  <proski@gnu.org>
10         * syntax/syntax.syntax: Fix highlighting for "gray".
12 2002-10-01  Pavel Roskin  <proski@gnu.org>
14         * configure.in: Expand $bindir and $datadir to show at the end.
15         Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
17 2002-09-29  Pavel Roskin  <proski@gnu.org>
19         * configure.in: Remove the argument from --with-gpm-mouse.  The
20         directories for include files and libraries can be specified
21         using LDFLAGS and CPPFLAGS, as documented in the output of
22         "configure --help".
24         * configure.in: Complete rewrite of the screen library support.
25         Add new option --with-screen instead on --with-slang,
26         --with-included-slang and --with-ncurses.  Only allow
27         --with-termcap is using the included S-Lang library.
28         * aclocal.m4: Corresponding changes.
30         * syntax/mail.syntax: Replace "wholechars right" and "wholechars
31         left" with single "wholechars".
32         * syntax/nroff.syntax: Likewise.
33         * syntax/sh.syntax: Likewise.
34         * syntax/tcl.syntax: Likewise.
36         * syntax/*.syntax: Remove numeric Cooledit colors.  It's
37         unreasonable to require them to be correct.  On the other hand,
38         Cooledit can easily be changed to accept named color names.
40         * syntax/syntax.syntax: Don't require Cooledit colors for
41         highlighting color names.  Remove Cooledit colors.
43         * syntax/m4.syntax: Don't use yellow color on parentheses, since
44         it interferes with parentheses highlighting.  Remove list of
45         supported Autoconf macros.
47 2002-09-26  Pavel Roskin  <proski@gnu.org>
49         * syntax/syntax.syntax: Remove highlighting for numbers - it's
50         for Cooledit only.
52         * syntax/c.syntax: Require at least one space at the beginning
53         of indented cpp directives.  Use brightmagenta for them.
55         * syntax/syntax.syntax: Don't start keywords with "\[" - it
56         doesn't work.  Use "\[\]" at the end of keywords to suppress
57         their special meaning.
59 2002-09-22  Pavel Roskin  <proski@gnu.org>
61         * doc/Makefile.am: Remove width from the man2hlp command line.
62         The same for translations.
64         * configure.in: Remove support for HSC proxy - it's obsolete.
65         Remove all references to HSC proxy everywhere.
67 2002-09-21  Pavel Roskin  <proski@gnu.org>
69         * configure.in: Bump version to 4.6.0-pre1b.
71         * doc/hu/mc.hlp.hu: Rename to ...
72         * doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
73         * configure.in: Substitute doc/hu/mc.hlp.hu.
74         * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
76         * doc/mc.1.in: Update path to the data files.  Rename MC_LIBDIR
77         to MC_DATADIR.  Make the same changes in the translations.
79         * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
80         directory for architecture-independent files.
82 2002-09-19  Pavel Roskin  <proski@gnu.org>
84         * syntax/m4.syntax: New file.
85         * syntax/Syntax: Add m4.syntax.
86         * syntax/Makefile.am: Likewise.
87         From Vlad Romanenko <VladRomanenko@ukr.net>
89         * syntax/sql.syntax: Only recognize non-standard MySQL comments
90         at the beginning of line.
92 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
94         * syntax/syntax.syntax: Add "linestart" for "context",
95         "context default" and "context exclusive" keywords.
96         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
97         and "%5.5s" formats.
99 2002-09-18  Pavel Roskin  <proski@gnu.org>
101         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
102         rules for syntax files ...
103         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
104         and "include" keywords.
105         * syntax/Makefile.am: Add syntax.syntax.
107 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
109         * syntax/js.syntax: Advanced number highlighting.
111 2002-09-17  Pavel Roskin  <proski@gnu.org>
113         * syntax/c.syntax: Highlight "?" by the same color as ":".
114         * syntax/java.syntax: Likewise.
115         * syntax/swig.syntax: Likewise.
116         * syntax/python.syntax: Remove duplicate keyword ":".
118         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
119         m4 directory is used by aclocal.
120         * m4/Makefile.am: New file.
121         * configure.in: Substitute m4/Makefile.
122         * autogen.sh: Don't copy any macro files, use m4 directory.
124         * syntax/Makefile.am: Add js.syntax.
126         * configure.in: Add support for glib 2.x.  Right now, it has to
127         be explicitly enabled by `--with-glib2'.
128         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
130 2002-09-16  Pavel Roskin  <proski@gnu.org>
132         * syntax/js.syntax: New file.
133         * syntax/Syntax: Add js.syntax.
134         From Vlad Romanenko <VladRomanenko@ukr.net>
136 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
138         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
139         of local xnc.hlp
140         * doc/pl/xnc.hlp: Removed.
142 2002-09-13  Pavel Roskin  <proski@gnu.org>
144         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
145         Remove "potfiles" command.
146         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
147         compatibility with gettext 0.10.x.
149         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
150         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
152         * po/Makevars: New file for compatibility with gettext 0.11.x.
154         * configure.in: Remove "Debugger code" message.
156         * acinclude.m4: Replace undelfs_o with use_undelfs.
157         * configure.in: Likewise.  Don't substitute it.
159         * configure.in: Simplify processing of without-edit.  Replace
160         several variables with use_edit.
161         * acinclude.m4: Remove AC_WITH_EDIT.
163         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
164         use_smbfs.
165         * configure.in: Likewise.
166         * INSTALL: Document --with-samba.
168         * configure.in: Roll --enable-mcserv-install into ...
169         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
170         * INSTALL: Document --with-mcfs.
172 2002-09-12  Pavel Roskin  <proski@gnu.org>
174         * configure.in: Don't check if crypt() prototype is needed to
175         avoid warnings - the whole code is not worth avoiding one
176         legitimate warning.
177         * acinclude.m4: Remove AC_TRY_WARNINGS.
179         * configure.in: ALL_LINGUAS should be defined unconditionally.
181         * acinclude.m4: Clarify some help texts, add defaults in square
182         brackets, use more consistent spacing.
183         * configure.in: Likewise.
185         * lib/mc.menu: Don't call tarballs "releases".  Don't
186         dereference symlinks.
188 2002-09-10  Pavel Roskin  <proski@gnu.org>
190         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
192 2002-09-07  Pavel Roskin  <proski@gnu.org>
194         * configure.in: Eliminate --with-terminfo option, which was
195         essentially equivalent to --with-included-slang and didn't force
196         anything.
197         * acinclude.m4 (AC_USE_TERMINFO): Remove.
198         * INSTALL: Adjust to match.
199         * FAQ: Likewise.
201 2002-09-05  Pavel Roskin  <proski@gnu.org>
203         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
204         NETFILES - it's unused.
206         * configure.in: Check for arpa/inet.h.
208         * mcfn_install: Remove.  Also remove all references to it.
209         * INSTALL.FAST: Update information about ncurses.
210         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
212         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
213         LIBS.
214         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
215         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
216         test for ncurses in non-standard directories.
218 2002-09-04  Pavel Roskin  <proski@gnu.org>
220         * lib/mc.ext.in: Remove edit rules for compressed files that
221         were compressing even unchanged files - the editor itself can
222         handle compression better.
224 2002-09-03  Pavel Roskin  <proski@gnu.org>
226         * acinclude.m4: Remove Termnet support, it's too old and obscure
227         to be supported properly.
229 2002-08-27  Pavel Roskin  <proski@gnu.org>
231         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
232         OpenOffice.org, not StarOffice.  Add more video formats.
234         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
235         unnecessary pipeline.  Redirect stderr from cpio, because it can
236         be non-empty even for successful operations.
238 2002-08-26  Pavel Roskin  <proski@gnu.org>
240         * syntax/spec.syntax: New file.
241         * syntax/Syntax: Add spec.syntax.
242         * syntax/Makefile.am: Likewise.
243         From PLD Linux Distribution with minor changes.
245 2002-08-25  Pavel Roskin  <proski@gnu.org>
247         * lib/mcserv.init: Update from Red Hat package.
248         * lib/mcserv.pamd: Likewise.
250         * configure.in: Fix interpretation of the iconv test result.
251         Reported by Pavel Shirshov <pavelsh@mail.ru>
253         * mc.sh.in: Only bash needs the mc() function to be exported.
255         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
256         instead of /usr where appropriate.
257         * doc/Makefile.am: Enable generation of the help file.
259         * doc/pl/*: Add Polish translation.
260         * doc/Makefile.am: Adjust for the above.
261         * configure.in: Likewise.
263 2002-08-24  Pavel Roskin  <proski@gnu.org>
265         * lib/edit.indent.rc: Use tidy to format HTML.
266         From David Martin <dmartina@excite.com>
268         * lib/cedit.menu: Remove all references to the error file.
269         * lib/edit.indent.rc: Likewise.
270         * lib/edit.spell.rc: Likewise.
272 2002-08-23  Pavel Roskin  <proski@gnu.org>
274         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
275         use only for the programs that need it (mc and mcserv).
277         * configure.in: Fix help text for gpm and ncurses.  Properly
278         handle --without-ncurses.
279         Reported by Moritz Barsnick <moritz@barsnick.net>
281         * configure.in: Work around a bug in Autoconf-2.53 that prevents
282         splitting of user-specified path in AC_PATH_PROGS.
284         * configure.in: Move glib test earlier, as it tends to fail for
285         many users.  Make GLIB_CONFIG a precious variable.  Check for
286         glib12-config - that's how it's called on FreeBSD.
287         Reported by Pavel Shirshov <pavelsh@mail.ru>
289 2002-08-22  Pavel Roskin  <proski@gnu.org>
291         * configure.in: Remove old-style Linux-only support for shadow
292         passwords.
294 2002-08-21  Pavel Roskin  <proski@gnu.org>
296         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
297         now, otherwise Automake 1.5 breaks.  Remove version number from
298         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
299         Substiture RH_VERSION, which is VERSION without dashes, needed
300         for RedHat specfile.
302         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
303         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
304         two places.
306         Release mc-4.6.0-pre1.
308         * configure.in: Bump version to 4.6.0-pre1.
309         * po/*.po: Regenerate.
311 2002-08-20  David Martin  <dmartina@excite.com>
313         * doc/es/mc.1.in: Minor changes.
314         * doc/es/xnc.hlp: Likewise.
316 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
318         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
319         %{_mandir}/*/man1/*.
321 2002-08-20  Pavel Roskin  <proski@gnu.org>
323         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
325 2002-08-19  Pavel Roskin  <proski@gnu.org>
327         * configure.in: Add Italian documentation.
328         * doc/Makefile.am: Likewise.
330         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
332         * configure.in: Enable subshell support on all operating systems
333         by default.  Old issues are most likely solved by now.
335 2002-08-18  Pavel Roskin  <proski@gnu.org>
337         * lib/mc.ext.in: Try links before lynx.  Force full path when
338         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
339         is already broken if the program starts in background.  Add a
340         comment discouraging taking this code as example.
342         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
343         obsolete.
344         * doc/es/mc.1.in: Likewise.
345         * doc/ru/mc.1.in: Likewise.
346         * doc/hu/mc.hlp.hu: Likewise.
348         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
349         was unsafe by design and is no longer supported.  Use %t instead
350         of %u to preserve tags in case of failure.
352         * vfs/extfs/ftplist.in: Remove support for running commands, it
353         makes no sence.
355 2002-08-16  Pavel Roskin  <proski@gnu.org>
357         * lib/mc.global: Remove, it duplicates the role of mc.lib.
358         * lib/mc.lib: Add contents of mc.global.
359         * lib/Makefile.am: Remove all references to mc.global.
361         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
362         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
364 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
366         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
367         set, umask and unset like other builtin commands.
369 2002-08-15  Pavel Roskin  <proski@gnu.org>
371         * configure.in: Remove check for SIGTSTP, it's not needed for
372         the subshell support.
374         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
375         done at runtime.
376         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
378 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
380         * doc/ru/mc.1.in: Remove reference to README.edit.
381         * doc/mc.1.in: Likewise.
382         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
383         everywhere.
385 2002-08-14  Pavel Roskin  <proski@gnu.org>
387         * doc/mc.1.in: Consistently use "native" ftp syntax.
388         * doc/ru/mc.1.in: Likewise.
389         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
390         * doc/es/xnc.hlp: Likewise.
392         * lib/mc.hlp.hu: Move ...
393         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
395 2002-08-09  Pavel Roskin  <proski@gnu.org>
397         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
398         and entries that are obsolete or make no sence.
400         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
401         "How to use help".
403         * doc/Makefile.am: Don't distribute help file.  Generate it in
404         the build directory.
405         * doc/es/Makefile.am: Likewise.
406         * doc/ru/Makefile.am: Likewise.
408         * lib/xnc.hlp: Move ...
409         * doc/xnc.hlp: ... here.
410         * doc/Makefile.am: Necessary adjustments.
411         * lib/Makefile.am: Likewise.
412         * src/Makefile.am: Likewise.
414         * configure.in: Add Spanish documentation.
415         * doc/Makefile.am: Likewise.
416         * doc/es: Spanish documentation.
417         From David Martin <dmartina@excite.com>
419 2002-08-08  Pavel Roskin  <proski@gnu.org>
421         * lib/mc.lib: Add f11-f20 keys for Konsole.
423 2002-08-06  Pavel Roskin  <proski@gnu.org>
425         * syntax/lisp.syntax: New file.
426         * syntax/Syntax: Add lisp.syntax.
427         * syntax/Makefile.am: Likewise.
428         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
429         changes.
431 2002-08-04  Pavel Roskin  <proski@gnu.org>
433         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
434         subshell if this test fails.
436 2002-08-03  Pavel Roskin  <proski@gnu.org>
438         * syntax/mail.syntax: Colors changed to be more readable.
440         * syntax/html.syntax: Don't require character entities to be
441         whole, but check their validity.
443 2002-08-02  Pavel Roskin  <proski@gnu.org>
445         * configure.in: No longer need to define REGEX_MALLOC.
447 2002-08-01  Pavel Roskin  <proski@gnu.org>
449         * configure.in: Remove support for MAD and Electric Fence.
450         Developers should use modern memory debuggers (e.g. Valgrind).
451         * INSTALL: Remove references to MAD.
453 2002-07-31  Pavel Roskin  <proski@gnu.org>
455         * syntax/html.syntax: Remove recognition for any individual
456         words - there are too many of them, we cannot keep up.
458 2002-07-30  Pavel Roskin  <proski@gnu.org>
460         * doc/ru/Makefile.am: Use man2hlp directly.
462 2002-07-28  Pavel Roskin  <proski@gnu.org>
464         * syntax/changelog.syntax: Highlight "*" only after tab.  This
465         requires fixed syntax highlighting.
467         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
468         default. Open *.xls with gnumeric.  Use mplayer for most video
469         formats.
471         * syntax/nroff.syntax: Require most keywords to be whole.
473 2002-07-21  Pavel Roskin  <proski@gnu.org>
475         * syntax/fortran.syntax: Fix highlighting of "*" at the
476         beginning of line.  Recognize "     +" as continuation.  Move
477         all "linestart" keywords earlier to avoid more conflicts.
479 2002-07-18  Pavel Roskin  <proski@gnu.org>
481         * syntax/unknown.syntax: Don't highlight anything by default.
483         * syntax/changelog.syntax: Highlight functions without
484         filenames.
485         * syntax/Syntax: Match *ChangeLog*.
487         * syntax/c.syntax: Reenable highlighting for "/" and preserve
488         highlighting for "//" comments by using exclusive context.
489         * syntax/java.syntax: Likewise.
490         * syntax/swig.syntax: Likewise.
491         * syntax/slang.syntax: Reenable highlighting for "/".
492         * syntax/sql.syntax: Enable highlighting for "/" and "-".
494         * syntax/sql.syntax: New file.
495         * syntax/Syntax: Add sql.syntax.
496         * syntax/Makefile.am: Likewise.
497         From Walery Studennikov <despair@sama.ru> with minor changes.
499 2002-07-16  Pavel Roskin  <proski@gnu.org>
501         * lib/mc.ext.in: Remove handling of executables.  They should
502         be handled internally for "pause after run" to work.
504         * syntax/Syntax: Associate *.itcl with tcl.syntax.
505         * syntax/tcl.syntax: Add itcl keywords, other improvements.
507 2002-07-15  Pavel Roskin  <proski@gnu.org>
509         * configure.in: Don't check for strcasecmp(), strncasecmp() and
510         strdup() - test results are not used except in gettext, which
511         provides its own tests.
513         * configure.in: When checking for ncurses, check for
514         has_colors(), not curses_version() - the later is missing in
515         older version of ncurses.
517 2002-07-13  Pavel Roskin  <proski@gnu.org>
519         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
520         not to LIBS.
521         * configure.in: Fix breakage in ncurses headers check from the
522         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
523         Define REGEX_MALLOC here.
525         * acinclude.m4 (AC_NCURSES): Remove.
526         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
527         AC_CHECK_LIB to check existance of ncurses library.  Eliminate
528         variables force_ncurses and search_ncurses.
530 2002-07-10  Pavel Roskin  <proski@gnu.org>
532         * configure.in: Remove --with-netrc, it is now default and can
533         be disabled at the runtime.
535         * syntax/tcl.syntax: New file.
536         * syntax/Syntax: Add tcl.syntax.
537         * syntax/Makefile.am: Likewise.
538         * syntax/java.syntax: Don't treat #define separately from other
539         preprocessor directives.
540         * syntax/slang.syntax: Likewise.
541         * syntax/swig.syntax: Likewise.
543 2002-07-09  Pavel Roskin  <proski@gnu.org>
545         * syntax/c.syntax: Don't treat #define separately from other
546         preprocessor directives.
548 2002-07-08  Pavel Roskin  <proski@gnu.org>
550         * syntax/perl.syntax: Highlight text after __END__ as a comment.
551         * syntax/po.syntax: Avoid gray color, which is hard to see.
553 2002-07-05  Pavel Roskin  <proski@gnu.org>
555         * syntax/dos.syntax: Add more commands.
557 2002-07-04  Pavel Roskin  <proski@gnu.org>
559         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
560         sort authors.
562 2002-06-24  Pavel Roskin  <proski@gnu.org>
564         * syntax/dos.syntax: New file - highlighting for DOS batch
565         files.  From Petr Kozelka <pkozelka@centrum.cz>
566         * syntax/Syntax: Add dos.syntax.
567         * syntax/Makefile.am: Likewise.
569 2002-06-04  Max Schedriviy  <max@humgat.org>
571         * syntax/php.syntax: New version.
573 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
575         * NEWS: Mention ftpfs/fish uploading changes and new configure
576         options --with-codepagedir=DIR, --with-configdir=DIR and
577         --without-mcfs.
579 2002-05-22  Pavel Roskin  <proski@gnu.org>
581         * doc/ru/Makefile.am: Fix out-of-tree build.
583 2002-05-14  Pavel Roskin  <proski@gnu.org>
585         * configure.in: Fix logic for gettext 0.10.x.
587 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
589         * configure.in: Don't generate po/Makefile if
590         there is 'top_builddir' in po/Makefile.in.
591         * autogen.sh: More fixes for gettext 0.11+.
593 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
595         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
597 2002-04-21  Pavel Roskin  <proski@gnu.org>
599         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
600         can play them.
602 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
604         * autogen.sh: Fix for gettext 0.11 family (and newer).
606 2002-04-08  Pavel Roskin  <proski@gnu.org>
608         * autogen.sh: Allow gettext newer than 0.10.39.
609         From Björn Eriksson <bjorn@bjornen.nu>
611 2002-04-03  Pavel Roskin  <proski@gnu.org>
613         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
614         by "make clean" because not everyone has Perl to rebuild it.
616 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
618         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
619         first line regular expression.
621 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
623         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
624         or newer is not used.
625         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
627         * src/Makefile.am: Move mc.hlp.ru processing ...
628         * doc/ru/Makefile.am: ... here.
630 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
632         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
633         * syntax/c.syntax: Highlight "%p" printf format.
634         Allow '*' as width and precision for strings and numbers.
636         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
637         * doc/ru/mc.1.in: Likewise.
639 2002-03-18  Pavel Roskin  <proski@gnu.org>
641         * doc/ru/Makefile.am: Distribute xnc.hlp.
643 2002-03-12  Pavel Roskin  <proski@gnu.org>
645         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
647 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
649         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
650         * doc/ru/Makefile.am: New file.
652 2002-03-08  Pavel Roskin  <proski@gnu.org>
654         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
656 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
658         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
660 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
662         * doc/mc.1.in: Use nodename `Background jobs' for section
663         `Background Jobs' to reflect user visible Command menu option
664         and src/cmd.c dialog implementation.
666         * doc/ru: New directory for Russian manuals.
667         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
668         translated by Victor A. Kostromin for mc 4.5.30.  Converted
669         from binary mc.hlp.ru, corrected and actualized by me.
670         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
671         * doc/ru/.cvsignore: Ignore mc.1.
673 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
675         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
676         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
677         mc.lib settings.
679         (Virtual File System): Document SMB File System.
681 2002-02-26  Pavel Roskin  <proski@gnu.org>
683         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
684         message "no symbol found" for unsupported architectures and
685         provide more useful information.
687 2002-02-22  Pavel Roskin  <proski@gnu.org>
689         * README.smbfs: Remove.  It contained no useful information
690         and the webpage is now dead.
691         * Makefile.am: Remove README.smbfs.
693         * README: Mention that glib 1.2.x is required.
695 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
697         * lib/edit.indent.rc: Use "#! /bin/sh"
698         * lib/edit.spell.rc: Likewise.
699         * lib/mcserv.init: Likewise.
701         * lib/cedit.menu: Eliminate bashisms.
702         Add missed `:' in AUTHOR evaluation.
703         Unset LANGUAGE and make LC_ALL empty.
704         Use "#! /path/to/program".
706 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
708         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
709         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
710         Fix tarfs URL syntax example.  Minor typo and format fixes.
712 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
714         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
715         Fix location of configuration files.
717 2002-02-05  Pavel Roskin  <proski@gnu.org>
719         * configure.in: Don't use defunct ncurses_version.
720         Reported by Thomas Dickey <dickey@herndon4.his.com>
721         Set force_ncurses whenever --with-ncurses is used.  If set,
722         suppress checks for S-Lang and fail is ncurses is not found.
724         * configure.in: Introduce a new variable screen_type that is
725         either "slang" or "ncurses" without additional text.  Use it
726         instead of screen_manager whenever possible.  Fix text in
727         AC_NCURSES call, use m4 quotes and move shell quotes into the
728         macro.
729         * acinclude.m4: Likewise.
731 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
733         * syntax/Syntax: Known Delphi/Kylix source file extensions
734         supported (*.dpr, *.inc).
735         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
736         Special highlighting for CVS keywords.  Understands single-line
737         comments (//).
739 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
741         * configure.in (ALL_LINGUAS): Added "bg"
743 2002-01-21  Pavel Roskin  <proski@gnu.org>
745         * NEWS: Mention word completion in the editor.
747 2002-01-17  Pavel Roskin  <proski@gnu.org>
749         * extraconf.h: Remove OS/2 specific code.
751         * doc/mc.1.in (Configuration): Clarify some entries.
753 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
755         * acinclude.m4: New options for smbfs:
756         --with-configdir=DIR    Where the Samba configuration files are (/etc)
757         --with-codepagedir=DIR  Where the Samba codepage files are
759 2002-01-11  Pavel Roskin  <proski@gnu.org>
761         * syntax/xml.syntax: New file - highlighting for XML.
762         From Petr Kozelka <pkozelka@centrum.cz>
763         * syntax/Syntax: Add xml.syntax.
764         * syntax/Makefile.am: Likewise.
766 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
768         * configure.in: Added "eu" to ALL_LINGUAS.
770 2002-01-03  Pavel Roskin  <proski@gnu.org>
772         * lib/mc.menu: Correct quoting.
773         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
775         * NEWS: Mention removal of the OS/2 port.
776         * README.PC: Remove OS/2 specific parts.
778 2002-01-02  Pavel Roskin  <proski@gnu.org>
780         * configure.in: Make help about --with-subshell easier to
781         understand.  Minor alignment fixes for the help.
782         * acinclude.m4: Minor alignment fixes for the help.
784 2001-12-31  Pavel Roskin  <proski@gnu.org>
786         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
787         from vfs/Make-mc.in.
789 2001-12-27 Duarte Loreto  <happyguy_pt@hotmail.com>
791         * configure.in: Added portuguese to ALL_LINGUAS
793 2001-12-21  Pavel Roskin  <proski@gnu.org>
795         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
796         Don't remove slang/slang.h - it's never created.
798         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
799         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
800         unused.
802 2001-12-01  Wang Jian  <lark@linux.net.cn>
804         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
806 2001-11-29  Pavel Roskin  <proski@gnu.org>
808         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
810 2001-11-27  Pavel Roskin  <proski@gnu.org>
812         * lib/mc.ext.in: When running X programs in background, do it
813         from subshell.  Otherwise some of them terminate when mc exits.
814         Reported by Christian Dysthe <christian@dysthe.net>
815         Remove some obsolete and gmc-specific entries.  Use StarOffice
816         to open files detected as "Microsoft Office Document".
818         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
819         XFree86 4.1.0.
821 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
823         * doc/mcedit.1.in: Fix help file location.
825 2001-11-14  Pavel Roskin  <proski@gnu.org>
827         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
828         fallback to ino_t for e2fsprogs version 1.19 and older.
830 2001-10-30  Pavel Roskin  <proski@gnu.org>
832         * lib/mc.ext.in: Add support for Netpbm files.
834 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
836         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
837         http://bugzilla.gnome.org/show_bug.cgi?id=60935
838         By drk@sgi.com.
840         * doc/mc.1.in: Document %p macro.
842 2001-10-24  Pavel Roskin  <proski@gnu.org>
844         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
845         Allow using --without-mmap.
846         * INSTALL: Document --without-mmap.
848 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
850         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
851         of languages to be installed by setting env variable before
852         configure. If it is empty, it defaults to full list.
853         By Alex Tkachenko <alex@bcs.zp.ua>.
855 2001-10-19  Pavel Roskin  <proski@gnu.org>
857         * syntax/sh.syntax: Highlight reserved words inside backticks.
858         Use the same wholechars settings for reserved words and
859         commands.  Recognize more words.  Recognize function definitions
860         without "function" or without "()".  Use brightmagenta instead
861         of brightblue.
863 2001-10-18  Pavel Roskin  <proski@gnu.org>
865         * configure.in: When checking for "nroff -mandoc" support, don't
866         use /dev/null as input file, use stdin.  Some versions of nroff
867         (e.g. groff-1.16.1) don't accept special files.
869 2001-10-14  Pavel Roskin  <proski@gnu.org>
871         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
872         Makefile.  Don't allow any suffixes after "Makefile".
874 2001-10-12  Pavel Roskin  <proski@gnu.org>
876         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
877         format).
879 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
881         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
882         Fix compress<->bzip2 conversion and conversion of tagged
883         archives.
885 2001-10-05  Pavel Roskin  <proski@gnu.org>
887         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
888         Suggested by Marcel Pol <mpol@gmx.net>
890         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
891         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
892         and *.mid files.
894 2001-09-30  Pavel Roskin  <proski@gnu.org>
896         * configure.in: Don't check whether grep supports stdin - it's
897         not used anymore.
898         * NEWS: Mention this change.
900 2001-09-19  Pavel Roskin  <proski@gnu.org>
902         * doc/mcedit.1.in: Fix a very long line - use double
903         backslashes since they are interpreted even in the .nf blocks.
905         * lib/edit.spell.rc: Try aspell before resorting to ispell.
907         * syntax/php.syntax: Replace with a better implementation by
908         Max Schedriviy <max@tavrida.net>
910 2001-09-15  Pavel Roskin  <proski@gnu.org>
912         * doc/mc.1.in: Fix location of mcedit files.
913         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
915 2001-09-14  Pavel Roskin  <proski@gnu.org>
917         * configure.in: Don't check for ncurses version and for keyok()
918         because the mouse support code doesn't need this hack anymore.
920 2001-09-13  Pavel Roskin  <proski@gnu.org>
922         * configure.in: Fix some cases of overquoting and underquoting.
923         * acinclude.m4: Likewise.
925 2001-09-12  Pavel Roskin  <proski@gnu.org>
927         * configure.in: Update list of browsers.  Don't fallback to
928         lynx since it cannot be run in background.
929         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
930         If no browser for X11 was found, use lynx.
932         * autogen.sh: Add a workaround to ensure that "depcomp" is
933         distributed.
934         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
935         where appropriate.
936         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
937         terminfo.
939         * configure.in: Use three-argument form of AC_INIT.  Use
940         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
941         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
942         is not needed if AC_CONFIG_AUX_DIR is used.
943         * vfs/Make-mc.in: Adjust mkinstalldirs location.
944         * autogen.sh: Create "config" and remove "autom4te.cache".
946 2001-09-11  Pavel Roskin  <proski@gnu.org>
948         * syntax/Syntax: New file, extracted from edit/syntax.c.
949         * syntax/Makefile.am: Add Syntax.
951         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
952         to LIBS.  Don't use unportable "grep -q", use "case" instead.
954 2001-09-10  Pavel Roskin  <proski@gnu.org>
956         * configure.in: Only check for X if --with-tm-x-support has been
957         specified.
959         * configure.in: Add check for sys/ioctl.h.
961         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
963         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
964         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
965         testing for functions in ncurses.
967         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
968         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
969         * acconfig.h: Remove.
971         * configure.in: Eliminate LIBSLANG and LSLANG.
972         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
974         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
975         resizeterm() and keyok() only if configuring with ncurses.
977         * configure.in: Remove now unused variables LIBVFS and LVFS.
979         * configure.in: Remove unused variables LINTL and INTLDEPS.
981         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
982         building with included gettext, because libintl.h is copied
983         there.
985 2001-09-09  Pavel Roskin  <proski@gnu.org>
987         * NEWS: Update.
989         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
990         checks -lgen for getmntent as of Autoconf 2.52.
992 2001-09-07  Pavel Roskin  <proski@gnu.org>
994         * configure.in: Check for pwd.h.
996         * Make.common.in: Remove.
997         * configure.in: Remove all references to Make.common.in and
998         MCCPPFLAGS.
999         * aclocal.m4: Likewise.
1001         * configure.in: Require Autoconf 2.52.  Remove hacks for
1002         Autoconf 2.13.
1003         * Makefile.am: Require Automake 1.5.
1005 2001-09-06  Pavel Roskin  <proski@gnu.org>
1007         * syntax/php.syntax: New file - PHP file highlighting.  Copied
1008         from Cooledit 3.17.4.
1009         * syntax/Makefile.am: Add php.syntax.
1011 2001-09-06  Timur Bakeyev  <mc@bat.ru>
1013         * acconfig.h: Brought back couple of symbols, that are still necessary
1014         due reference to them from configure.in.
1016 2001-09-04  Pavel Roskin  <proski@gnu.org>
1018         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
1019         strictness for dates.
1021         * doc/mc.1.in: Fix troff warnings.
1022         * doc/mcedit.1.in: Likewise.
1024 2001-09-03  Pavel Roskin  <proski@gnu.org>
1026         * doc/mc.1.in: Spellcheck.
1027         * doc/mcedit.1.in: Likewise.
1028         * doc/mcserv.8.in: Likewise.
1030         * doc/mc.1.in (Learn Keys): Complete rewrite.
1032 2001-09-02  Pavel Roskin  <proski@gnu.org>
1034         * acconfig.h: Remove all unused symbols.
1036         * lib/ncurses.h: Remove.
1037         * lib/Makefile.am: Remove ncurses.h.
1039 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
1041         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
1043 2001-08-28  Pavel Roskin  <proski@gnu.org>
1045         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
1046         like EOF.
1048 2001-08-26  Pavel Roskin  <proski@gnu.org>
1050         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
1051         CONS_SAVER.  Put all conditionals together.
1053         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
1054         Automake 1.5.
1056         * configure.in: Remove XCURSES variable - it's unused.
1058         * configure.in: New conditional USE_EDIT.
1060         * syntax/changelog.syntax: Don't require '@' to be in the
1061         address.  This also works around a bug in the syntax engine
1062         that prevented highlighting of addresses.
1064 2001-08-25  Pavel Roskin  <proski@gnu.org>
1066         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
1068 2001-08-24  Pavel Roskin  <proski@gnu.org>
1070         * extraconf.h: Remove all references to HAVE_X.
1071         * acinclude.m4: s/GNOME_/MC_/
1072         * configure.in: Likewise.  Remove or clarify all references to
1073         the "text edition".  Minor fixes.
1075         * configure.in: Remove support for curses libraries other than
1076         ncurses.
1077         * acinclude.m4: Likewise.
1078         * FAQ: Remove everything about UNIX curses.
1079         * INSTALL: Likewise.
1081         * configure.in: Enable large file support by default.
1082         * NEWS: Mention it.
1083         * INSTALL: Document it.  Minor fixes.
1085         * FAQ: Remove information about GNOME edition.  Minor fixes.
1086         * README: Likewise.
1087         * NEWS: Mention removing the GNOME edition.
1089         * acinclude.m4: Include all used macros from the macros
1090         directory.
1091         * autogen.sh: Remove all references to "macros".
1092         * Makefile.am: Likewise.
1094         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
1095         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
1097         * lib/startup.links: Remove.
1098         * lib/README.desktop: Likewise.
1099         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
1101         * configure.in: Bump version to 4.5.99a.
1103         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
1104         * po/*.po: Regenerate.
1106         * AUTHORS: Update and spell check.
1107         * FAQ: Likewise.
1108         * INSTALL: Likewise.
1109         * INSTALL.FAST: Likewise.
1110         * NEWS: Likewise.
1111         * README.PC: Likewise.
1112         * README.QNX: Likewise.
1114         * configure.in: Add check for stropts.h.
1116 2001-08-23  Pavel Roskin  <proski@gnu.org>
1118         * lib/edit.indent.rc: Create cooledit.error right away to
1119         override its old contents.  Don't use ksh extentions.  Treat *.C
1120         files as C++.  Recognize more C++ extensions.  Support java.
1121         Update URL for "astyle".  Quote all arguments to protect spaces.
1122         * lib/edit.spell.rc: Don't save terminal settings - mc does it
1123         itself.  Quote all arguments to protect spaces.
1125 2001-08-21  Pavel Roskin  <proski@gnu.org>
1127         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
1128         files if GNOME frontend is disabled.
1129         * idl/Makefile.am: Likewise.
1130         * lib/Makefile.am: Likewise.
1131         * new_icons/Makefile.am: Likewise.
1133         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
1134         case it already has gettext macros elsewhere and doesn't like
1135         duplicates (i.e. it's aclocal from Automake-1.4).
1137 2001-08-20  Pavel Roskin  <proski@gnu.org>
1139         * AUTHORS: Updated.
1140         * INSTALL: Likewise.
1141         * NEWS: Likewise.
1142         * doc/mc.1.in: Likewise.
1143         * doc/mcserv.8.in: Likewise.
1145         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
1146         for sys/mount.h.
1148 2001-08-19  Andras Timar  <timar@gnome.hu>
1150         * lib/Makefile.am: Added Hungarian hints
1151         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
1153 2001-08-19  Pavel Roskin  <proski@gnu.org>
1155         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
1157 2001-08-17  Pavel Roskin  <proski@gnu.org>
1159         * syntax/po.syntax: New file - PO file highlighting.
1160         From David Martin <dmartina@excite.es>
1161         * syntax/Makefile.am: Add po.syntax.
1163         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
1164         it's sometimes missing from the databases.
1166 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
1168         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
1169         * lib/Makefile.am: Reflect above change.
1171 2001-08-15  Pavel Roskin  <proski@gnu.org>
1173         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
1175 2001-08-14  Pavel Roskin  <proski@gnu.org>
1177         * lib/mc.lib: Add popular sequences for "home" and "end" in
1178         "xterm" and "xterm-color" terminals.
1180 2001-08-13  Pavel Roskin  <proski@gnu.org>
1182         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
1184         Replace "Can't" with "Cannot" everywhere.
1186 2001-08-12  Pavel Roskin  <proski@gnu.org>
1188         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
1189         subshell, not for "Open file...".
1190         (emacs_key_map): Likewise.
1192         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1194 2001-08-10  Pavel Roskin  <proski@gnu.org>
1196         * Makefile.am (EXTRA_DIST): Remove BUGS.
1197         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
1199         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
1201         * doc/LSM: Remove, it's outdated.
1202         * doc/FILES: Likewise.
1203         * doc/DEVEL: Remove information about FILES.
1205         * FAQ: Eliminate all broken URLs on the MC site.
1206         From Frederic L. W. Meunier <0@pervalidus.net>
1208         * FAQ: Restore information about xterm.
1210 2001-08-08  Pavel Roskin  <proski@gnu.org>
1212         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1214 2001-08-07  Pavel Roskin  <proski@gnu.org>
1216         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
1218         * doc/mc.1.in: Fix all broken links.
1220 2001-08-06  Pavel Roskin  <proski@gnu.org>
1222         * INSTALL: Numerous changes.  Declare old curses obsolete.
1223         Partly from Frederic L. W. Meunier <0@pervalidus.net>
1225         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
1227 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
1229         * lib/Makefile.am: Remove space after backslash introduced in the
1230         previous commit.
1232         * lib/mc.hint.zh_TW.Big5: New file.
1233         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
1235 2001-08-02  Pavel Roskin  <proski@gnu.org>
1237         * lib/mc.hint.uk: New file.
1238         From Maksym Polyakov <polyama@yahoo.com>
1239         * lib/Makefile.am: Add mc.hint.uk.
1241 2001-08-01  Pavel Roskin  <proski@gnu.org>
1243         * lib/mc.hint.nl: New file.
1244         From Steef Boerrigter <sxmboer@sci.kun.nl>
1245         * lib/Makefile.am: Add mc.hint.nl.
1246         * lib/mc.hint: Remove ftp site.  Update copyright.
1247         * lib/mc.hint.cs: Likewise.
1248         * lib/mc.hint.es: Likewise.
1249         * lib/mc.hint.it: Likewise.
1250         * lib/mc.hint.pl: Likewise.
1251         * lib/mc.hint.ru: Likewise.  Shorten some lines.
1253         * edit/Makefile.in: Allow running "make install" before "make all".
1254         * gtkedit/Makefile.in: Likewise.
1256 2001-07-31  Pavel Roskin  <proski@gnu.org>
1258         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
1259         editor.
1260         * lib/Makefile.am: Add lib/edit.spell.rc.
1262         * autogen.sh: Use gettextize.
1263         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
1264         * po/Makefile.in.in: Likewise.
1266 2001-07-29  Pavel Roskin  <proski@gnu.org>
1268         * syntax/slang.syntax: New file.
1269         From Walery Studennikov <despair@sama.ru>
1270         * syntax/Makefile.am: Add slang.syntax.
1272 2001-07-27  Pavel Roskin  <proski@gnu.org>
1274         * extraconf.h: Move WITH_BACKGROUND here.
1276 2001-07-24  Pavel Roskin  <proski@gnu.org>
1278         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
1280 2001-07-23  Pavel Roskin  <proski@gnu.org>
1282         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
1284 2001-07-20  Pavel Roskin  <proski@gnu.org>
1286         * Make.common.in: Move all defines ...
1287         * gnome/Makefile.in: ... here ...
1288         * src/Makefile.in: ... and here.
1290 2001-07-19  Pavel Roskin  <proski@gnu.org>
1292         * configure.in: Don't check for getwd, it's completely
1293         eliminated.
1294         * INSTALL: Remove reference to HAVE_GETWD.
1296         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
1297         entries for compressed cpio archives.
1299         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
1300         they were only used in obsolete frontends.  Don't ever use %view
1301         without commands - it's slower and loses user settings, e.g.
1302         hex mode.  Put shared libraries before man pages and read.me
1303         before .me macros so that they match correctly.  Use nm for
1304         shared libraries.  Add rules for StarOffice and AbiWord.
1306 2001-07-14  Pavel Roskin  <proski@gnu.org>
1308         * configure.in: Bump version to 4.5.54a.
1310 2001-07-13  Pavel Roskin  <proski@gnu.org>
1312         * lib/mcserv.init: Fix exit status.
1313         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
1315         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
1316         "executable", which should follow a space. Simplify rules for
1317         images. Add shell/ rule for *.info files. Fix all incorrect
1318         uses of the alternation operator.
1319         Reported by Oskar Liljeblad and Michel Casabona.
1321 2001-07-12  Pavel Roskin  <proski@gnu.org>
1323         * configure.in: Don't check for iconv, it's already checked for
1324         in AM_GNU_GETTEXT.
1326 2001-07-10  Pavel Roskin  <proski@gnu.org>
1328         * doc/mc.1.in: Update documentation about hex search.
1330         * edit/edit_key_translator.c (cooledit_key_map): Bind
1331         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
1332         From Steef Boerrigter <sxmboer@sci.kun.nl>
1334         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
1335         * edit/edit_key_translator.c (cooledit_key_map): Add support
1336         for bracket matching on Alt-B.
1337         * gtkedit/gtkeditkey.c: Likewise.
1338         From Steef Boerrigter <sxmboer@sci.kun.nl>
1340 2001-07-06  Pavel Roskin  <proski@gnu.org>
1342         * lib/mc.ext.in: Use nm to view object files.
1344         * Make.common.in: Remove GNOME-specific and unused definitions.
1345         Partly moved to gnome/Makefile.in.
1347         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
1348         they are usused.
1349         * Make.common.in: Likewise.
1351 2001-06-29  Pavel Roskin  <proski@gnu.org>
1353         * ABOUT-NLS: Update to the version from gettext-0.10.38.
1355         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
1356         now done in configure. Move -I.. to the beginning.
1357         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
1358         libintl.a may be required to link mc.
1359         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
1360         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
1361         Move all i18n code to one place. Don't substitute INTLSUB - it's
1362         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
1363         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
1365 2001-06-25  Pavel Roskin  <proski@gnu.org>
1367         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
1368         It should be enabled explicitly by giving `--enable-largefile'
1369         to configure.
1370         * INSTALL: Document it.
1372 2001-06-22  Pavel Roskin  <proski@gnu.org>
1374         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
1376         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
1377         in struct statfs.
1378         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
1380         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
1381         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
1382         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
1383         found.
1384         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
1386 2001-06-19  Pavel Roskin  <proski@gnu.org>
1388         * configure.in: Check for telldir and seekdir. Join adjacent
1389         calls to AC_CHECK_FUNCS.
1391 2001-06-16  Pavel Roskin  <proski@gnu.org>
1393         * Makefile.am: Change the order of SUBDIRS to fully compile text
1394         edition before compiling anything for GNOME.
1395         * mc.spec.in: Don't use brace expansion to avoid implicit
1396         build-time dependency on bash.
1398 2001-06-13  Pavel Roskin  <proski@gnu.org>
1400         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
1401         the test code.
1402         * configure.in: Fix compiler warnings in the arguments to
1403         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
1404         around `=' in the `test' command.
1406 2001-06-07  Pavel Roskin  <proski@gnu.org>
1408         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
1409         GNOME documentation template.
1410         * doc-gnome/C/mkhtml: Don't generate index.
1411         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
1413 2001-06-06  Pavel Roskin  <proski@gnu.org>
1415         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
1416         conditional variables from EXTRA_DIST.
1418 2001-06-05  Pavel Roskin  <proski@gnu.org>
1420         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
1421         conversion support.
1422         From Walery Studennikov <hqsoftware@mail.ru>.
1424         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
1426 2001-06-01  Pavel Roskin  <proski@gnu.org>
1428         * lib/mc.charsets: Synchronize with the latest patch - remove
1429         a comment.
1431 2001-05-30  Pavel Roskin  <proski@gnu.org>
1433         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
1434         work with GNOME.
1436         * lib/mc.charsets: New file. From Walery Studennikov.
1437         * lib/Makefile.am: Distribute mc.charsets. Install it if
1438         the charset support is enabled.
1440         * configure.in: Add check for iconv() and the necessary code
1441         to support the charset selection patch.
1443         * configure.in: Add check for ESCDELAY variable in ncurses.
1445 2001-05-29  Pavel Roskin  <proski@gnu.org>
1447         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
1448         USE_EXT2FSLIB.
1450         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
1451         * pc/config.h: Likewise.
1453         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
1454         and "strings". Recognize "write" files and MS Word templates.
1455         For MS Excel documents try "xls2csv" and "strings".
1456         Escape spaces in the "type" directives.
1457         From Nerijus Baliunas.
1459         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
1461         * Make.common.in: Remove hpath, it's unused.
1463         * acconfig.h: Move constant parts ...
1464         * extraconf.h: ... here.
1465         [HAVE_X]: Disable subshell, s-lang and curses.
1466         * Makefile.am: Add extraconf.h.
1468 2001-05-28  Pavel Roskin  <proski@gnu.org>
1470         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
1471         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
1472         * configure.in: ... here.
1474 2001-05-27  Pavel Roskin  <proski@gnu.org>
1476         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
1477         * acconfig.h: Likewise.
1478         * src/layout.c: Likewise.
1480         * Make.common.in: Remove all percent rules.
1481         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
1482         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
1483         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
1484         AM_INIT_AUTOMAKE.
1486         * Make.common.in: Remove obsolete dependency tracking system.
1487         * configure.in: Likewise.
1488         * edit/Makefile.in: Likewise.
1489         * gnome/Makefile.in: Likewise.
1490         * gtkedit/Makefile.in: Likewise.
1491         * slang/Makefile.in: Likewise.
1492         * src/Makefile.in: Likewise.
1493         * vfs/Make-mc.in: Likewise.
1494         * src/depend.awk: Remove.
1496 2001-05-26  Pavel Roskin  <proski@gnu.org>
1498         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
1499         * syntax/octave.syntax: New file. From Walery Studennikov.
1500         * syntax/Makefile.am: Add octave.syntax.
1502         * configure.in: Fix incorrect test for stdin support in grep -
1503         it would always fail when configuring in an empty directory.
1504         Portability fixes - unset, backslashed space in here-documents.
1505         Eliminate all instances of "changequote".
1507         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
1508         user choice.
1509         * acconfig.h: Changes for the above.
1510         * INSTALL: Don't document --with-sco - it's now defunct.
1511         * INSTALL.FAST: Likewise.
1513 2001-05-25  Pavel Roskin  <proski@gnu.org>
1515         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
1516         are in the beginning of the "file" output.
1518 2001-05-23  Pavel Roskin  <proski@gnu.org>
1520         * lib/mc.ext.in: Add associations for viewing RPM files.
1522 2001-05-22  Pavel Roskin  <proski@gnu.org>
1524         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
1525         By default exit after the first error in jade.
1527         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
1528         JADEFLAGS environment variables. Report progress. Clean up on
1529         failure.
1531 2001-05-21  Pavel Roskin  <proski@gnu.org>
1533         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
1534         files.
1536         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
1537         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
1539 2001-05-20  Pavel Roskin  <proski@gnu.org>
1541         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
1542         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
1543         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
1544         * doc-gnome/C/figs/Makefile.am: Add support for converting from
1545         PNG to EPS.
1547         * Makefile.am (EXTRA_DIST): Remove create_vcs.
1548         * doc/FILES: Likewise. Typo fix.
1550 2001-05-19  Pavel Roskin  <proski@gnu.org>
1552         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
1553         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
1554         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
1556         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
1557         index entry "Moving files".
1559 2001-05-18  Pavel Roskin  <proski@gnu.org>
1561         * configure.in: Use src/main.c in AC_INIT.
1563         * create_vcs: Remove.
1565         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
1566         Add download location for glib.
1567         * mc.spec.in: Likewise.
1568         * doc/LSM: Likewise.
1569         * doc/mc.1.in: Likewise.
1570         * doc/mcedit.1.in: Likewise.
1571         * src/ext.c: Don't mention download location for MC.
1573         * FAQ: Update status of Tk, XView. and GNOME editions. Update
1574         homepage of gpm.
1576         * INSTALL: Remove information about Tk and XView. Change the
1577         mailing list addresses again.
1578         * FAQ: Change the mailing list addresses again.
1579         * MAINTAINERS: Likewise.
1580         * README: Likewise.
1581         * doc/mc.1.in: Likewise.
1582         * gnome/gmc-window.c: Likewise.
1583         * lib/README.xterm: Likewise.
1584         * lib/mc.ext.in: Likewise.
1585         * lib/mc.hint*: Likewise.
1586         * lib/mc.hlp.hu: Likewise.
1587         * po/*.po: Likewise.
1588         * src/main.c: Likewise.
1590 2001-04-20  Pavel Roskin  <proski@gnu.org>
1592         * FAQ: Change the mailing list addresses and the download
1593         locations.
1594         * INSTALL: Likewise.
1595         * MAINTAINERS: Likewise.
1596         * README: Likewise.
1597         * doc/mc.1.in: Likewise.
1598         * gnome/gmc-window.c: Likewise.
1599         * lib/README.xterm: Likewise.
1600         * lib/mc.ext.in: Likewise.
1601         * lib/mc.hint*: Likewise.
1602         * lib/mc.hlp.hu: Likewise.
1603         * po/*.po: Likewise.
1604         * src/main.c: Likewise.
1606 2001-04-19  Pavel Roskin  <proski@gnu.org>
1608         * configure.in: Don't install mcserv unless
1609         "--enable-mcserv-install" has heen specified.
1610         Don't quote the first argument in all calls to AM_CONDITIONAL
1611         to work around a bug in Automake 1.4.
1612         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
1613         * vfs/Make-mc.in: Likewise.
1615 2001-04-13  Pavel Roskin  <proski@gnu.org>
1617         * configure.in: Bump version to 4.5.53a.
1619 2001-04-06  Pavel Roskin  <proski@gnu.org>
1621         * gtkedit/editcmd.c: Remove support for XView layout attributes.
1622         * gtkedit/editoptions.c: Likewise.
1623         * pc/chmod.c: Likewise.
1624         * pc/drive.c: Likewise.
1625         * src/boxes.c: Likewise.
1626         * src/chmod.c: Likewise.
1627         * src/dlg.c: Likewise.
1628         * src/dlg.h: Likewise.
1629         * src/filegui.c: Likewise.
1630         * src/find.c: Likewise.
1631         * src/hotlist.c: Likewise.
1632         * src/layout.c: Likewise.
1633         * src/listmode.c: Likewise.
1634         * src/main.c: Likewise.
1635         * src/option.c: Likewise.
1636         * src/panelize.c: Likewise.
1637         * src/wtools.c: Likewise.
1638         * src/wtools.h: Likewise.
1639         * vfs/smbfs.c: Likewise.
1641         * autogen.sh: Check out "intl" and "macros" directories if they
1642         are missing. Simply "cvs up -d" won't restore them.
1644         * configure.in: Bump version to 4.5.52a.
1646 2001-03-14  Pavel Roskin  <proski@gnu.org>
1648         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
1649         Automake conditional USE_SAMBA_FS if Samba is to be supported
1650         in VFS.
1652 2001-03-07  Pavel Roskin  <proski@gnu.org>
1654         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
1655         defined.
1656         Reported by Norbert Warmuth.
1658         * configure.in: Don't process vfs/extfs/uzip - it's now
1659         constant.
1661         * syntax/changelog.syntax: Require space after asterisk to have
1662         it highlighted.
1664 2001-03-02  Pavel Roskin  <proski@gnu.org>
1666         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
1667         * configure.in: Use AC_PROG_CC_STDC instead.
1669         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
1670         Suggested by Christian Gennerat.
1672         * lib/mc.ext.in: Add support for "freeze" - old compression
1673         program used mostly on QNX.
1674         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
1675         * lib/Makefile.am: Adjusted.
1677 2001-02-26  Pavel Roskin  <proski@gnu.org>
1679         * lib/mc-gnome.ext.in: Remove, it's not used.
1680         * configure.in: Remove lib/mc-gnome.ext.
1681         * lib/Makefile.am: Likewise.
1683 2001-02-20  Pavel Roskin  <proski@gnu.org>
1685         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
1686         defined to prevent warnings on OpenBSD 2.7.
1687         * slang/jdmacros.h: Likewise.
1688         * src/mad.h: Likewise.
1689         * src/poptalloca.h: Likewise.
1691         * configure.in: Check for sys/time.h and sys/timeb.h. Use
1692         AC_HEADER_TIME.
1694 2001-02-07  Pavel Roskin  <proski@gnu.org>
1696         * autogen.sh: Create vfs/samba/include/stamp-h.in.
1697         * vfs/samba/include/stamp-h.in: Remove.
1699         * macros/curses.m4: Quote first argument to AC_DEFUN.
1700         * macros/gnome-cxx-check.m4: Likewise.
1701         * macros/gnome-gettext.m4: Likewise.
1702         * macros/gnome-libgtop-check.m4: Likewise.
1703         * macros/gnome-print-check.m4: Likewise.
1704         * macros/linger.m4: Likewise.
1705         * macros/need-declaration.m4: Likewise.
1707         * configure.in: Only configure in vfs/samba if smbfs support is
1708         enabled even with Autoconf 2.13.
1710 2001-01-30  Pavel Roskin  <proski@gnu.org>
1712         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
1713         --without-samba due to a typo.
1715         * configure.in: Only configure in vfs/samba if smbfs support is
1716         enabled. This optimization will only work with Autoconf-2.49c
1717         and above.
1719 2001-01-13  Pavel Roskin  <proski@gnu.org>
1721         * configure.in: Don't create a faked malloc.h.
1722         * gtkedit/edit.h: Don't assume that malloc.h always exists.
1723         * src/mad.h: Likewise.
1725         * configure.in: Simplified handling of cons.saver.
1726         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
1727         * mc.spec.in: Remove a workaround for the above.
1729         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
1730         for MC. Don't rely on the output of uname - use $host_os.
1732 2001-01-11  Pavel Roskin  <proski@gnu.org>
1734         * configure.in: Check for ext2 libraries only if VFS is enabled.
1736         * src/Makefile.in: Create directories before installing files.
1737         Removed all occurences of libprefix - it's never defined.
1739         * configure.in: All macros from configure.in moved to
1740         acinclude.m4. Added missing quotes in several places.
1741         * acinclude.m4: Likewise.
1743         * edit/Makefile.in: Don't install or uninstall mcedit -
1744         it cannot be installed before mc on systems without symlinks.
1745         * gtkedit/Makefile.in: Likewise.
1746         * src/Makefile.in: Install mcedit (if enabled) and mcview.
1747         Uninstall them.
1749         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
1750         from acinclude.m4 in gtk+:
1751         Don't define ENABLE_NLS unless we have a working NLS.
1752         (This should keep libintl.h from being included when it doesn't
1753         exist).
1755 2001-01-09  Pavel Roskin  <proski@gnu.org>
1757         * doc-gnome/C/figs/Makefile.am: New file.
1758         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
1759         makefile do it.
1760         * configure: Substitute doc-gnome/C/figs/Makefile.
1762         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
1764 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
1766         * lib/mc.hlp.hu: Added Hungarian help file from
1767           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
1768           maci@integrity.hu, mfh47@freemail.hu
1769         * lib/Makefile.am: Added LOCALIZED_HELP for further
1770           mc.hlp l10ns
1771         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
1772           gtkedit/editcmd.c: I18n of mc.hlp
1774 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
1776         * doc/mc.1.in: Corrected badly formatted link...
1778 2000-11-10  Robert Brady  <robert@suse.co.uk>
1780         * configure.in: Add Tamil to ALL_LINGUAS.
1782 2000-10-23  Pavel Roskin  <proski@gnu.org>
1784         * mc.spec.in: Allow mcserv.8 to be gzipped.
1786         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
1787         that cannot deal with "./gmc.sgml".
1789 2000-10-09  Pavel Roskin  <proski@gnu.org>
1791         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
1792         that CVS Automake will drop dependencied to the macros that
1793         we don't distribute.
1795         * lib/mc.ext.in: Removed references to icons. Source RPMs
1796         grouped to one regex. Removed "Update" for source RPMs, added
1797         "Rebuild" instead. Added "Check signature" for all RPMs.
1798         Added a comment about pop-up menus in the text edition.
1800 2000-10-06  Pavel Roskin  <proski@gnu.org>
1802         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
1803         flags moved out of CFLAGS as recommended by GNU coding
1804         standards.
1805         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
1806         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
1807         XCPPFLAGS.
1808         * INSTALL (Random notes on porting to other architectures):
1809         Completely rewritten. Recommended using CFLAGS instead of XINC.
1811 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1813         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
1815 2000-10-04  Christophe Merlet  <christophe@merlet.net>
1817         * gnome/*.desktop: Updated french strings.
1819 2000-10-03  Pavel Roskin  <proski@gnu.org>
1821         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
1822         to allow <legalnotice>. Unclosed tags fixed.
1824 2000-09-30  Pavel Roskin  <proski@gnu.org>
1826         * mc.spec.in: New package mc-common. Use DESTDIR instead of
1827         misusing prefix. Don't install old icons - they don't exist.
1829         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
1830         "export -f" to have mc() exported.
1831         * doc/mc.1.in: Changed description of the "-P" option to
1832         avoid inclusion of mc.sh and mc.csh into the manual.
1833         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
1835 2000-09-24  Pavel Roskin  <proski@gnu.org>
1837         * doc/mc.1.in: Minor formatting fixes.
1839         * lib/mc.sh.in: Remove temporary file non-interactively.
1840         * doc/mc.1.in: updated example for mc.sh.
1842 2000-09-23  Pavel Roskin  <proski@gnu.org>
1844         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
1845         updates it when needed.
1846         * mc.spec.in: Include translations with mc, not gmc. Run
1847         chkconfig --del in %preun, not %postun. --without-debug not
1848         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
1849         be executable. New files in %{prefix}/lib/mc/ - translated hints,
1850         editor files.
1852         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
1853         directory for document processing. Comment changes. gmc.ps and
1854         gmc.pdf now generated from gmc.dvi.
1856         * configure: Always include Make.common as file, otherwise
1857         "make distclean" breaks.
1858         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1859         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
1860         replaced with "rm -f" - the stangard says that "rm" is portable.
1861         Ditto $(MV). Adjusted *clean targets to match those in
1862         Automake. Removed "cross" target.
1864 2000-09-22  Pavel Roskin  <proski@gnu.org>
1866         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
1867         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
1868         * doc/Makefile.in: Converted to ...
1869         * doc/Makefile.am: ... this.
1871 2000-09-21  Pavel Roskin  <proski@gnu.org>
1873         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
1874         is not expanded in all shells.
1875         * doc/mc.sgml: Updated the example script to reflect the above
1876         changes.
1877         * doc/mc.in.1: Likewise.
1879 2000-09-19  Pavel Roskin  <proski@gnu.org>
1881         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
1882         Marco Ciampa
1884 2000-09-18  Pavel Roskin  <proski@gnu.org>
1886         * Make.common.in: Added installcheck to placate "make distcheck"
1887         * configure.in, Make.common.in, doc/Makefile.in,
1888         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1889         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
1890         variable MKINSTALLDIRS and builddir with Automake-compatible
1891         mkinstalldirs and top_builddir.
1892         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
1893         files. Added uninstall-local target.
1895 2000-09-17  Pavel Roskin  <proski@gnu.org>
1897         * configure.in: fixed wrong use of AC_MSG_RESULT inside
1898         AC_CACHE_VAL
1900         * Make.common.in: Added the "dvi" target for "make distcheck"
1901         to go further
1902         * doc-gnome/C/Makefile.in: converted to ...
1903         * doc-gnome/C/Makefile.am: ... this
1905 2000-09-15  Pavel Roskin  <proski@gnu.org>
1907         * acconfig.h, configure.in: Require autoconf 2.13 or above.
1908         Removed workarounds for older versions. Removed MCDEBUG
1909         variable - it's not used. --with-debug renamed to --with-mad and
1910         cleaned up. Always use -Wall with gcc, other manipulations with
1911         CFLAGS removed.
1913         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1914         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1915         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
1916         mc.pot becomes out of date in the tarball.
1918 2000-09-14  Pavel Roskin  <proski@gnu.org>
1920         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
1921         tests for cp, mv and rm.
1922         * Make.common.in: Removed variables xv_bindir and STRIP.
1923         Variables CP, MV and RMF are assigned trivial values.
1925         * edit/Makefile.in: Don't link headers, add extra includes
1926         to CPPFLAGS instead. Put links to the build directory.
1927         Remove the hack with "mx" - it is not needed anymore.
1929         * configure.in: remove any manupulations with top_srcdir.
1930         Don't change CPPGLAGS when the internal editor is enabled,
1931         instead do it ...
1932         * edit/Makefile.in, gtkedit/Makefile.in: ... here
1934         * configure.in, Make.common.in, doc/Makefile.in,
1935         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1936         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
1937         changed to top_srcdir for Automake compatability
1939         * configure.in: REGEX_O variable removed - always use our regex
1941         * configure.in: MCFGR variable removed
1943 2000-09-12  Pavel Roskin  <proski@gnu.org>
1945         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
1946         other GNOME modules
1947         * autogen.sh: remove "-I ." from the "aclocal" command line
1949 2000-09-01  Pavel Roskin  <proski@gnu.org>
1951         * configure.in: output vfs/extfs/Makefile
1953         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
1954         to avoid a warning
1955         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
1956         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
1958 2000-08-29  Pavel Roskin  <proski@gnu.org>
1960         * configure.in: use AM_GNOME_GETTEXT
1961         * gettext.m4: removed
1962         * Makefile.am: adjusted files to distribute, previous change
1963         reverted
1965         * mc-aclocal.m4: renamed to ...
1966         * acinclude.m4: ... this
1967         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
1968         * Makefile.am: aclocal should scan "." for gettext.m4
1970 2000-08-28  Pavel Roskin  <proski@gnu.org>
1972         * Make.common.in: removed hack for "make distcopy"
1973         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1974         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1975         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
1976         for external builds.
1977         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
1979 2000-08-24  Pavel Roskin  <proski@gnu.org>
1981         * new_icons/Makefile.in: converted to ...
1982         * new_icons/Makefile.am: ... this
1983         * configure.in: automake conditional GNOME introduced.
1984         "insticons" removed
1986         * icons/*: removed
1987         * Makefile.am, configure.in: necessary adjustments
1989         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
1990         automake installs them now
1992         * syntax/Makefile.in: converted to ...
1993         * syntax/Makefile.am: ... this
1995         * idl/Makefile.in: converted to ...
1996         * idl/Makefile.am: ... this
1998         * lib/Makefile.am: simplified, fixed "make dist"
2000         * lib/Makefile.in: converted to ...
2001         * lib/Makefile.am: ... this
2003         * lib/tkmc.wmconfig: removed
2004         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
2006         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
2007         to ...
2008         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
2009         * Make.common.in: support for "distdir" for compatability
2010         with Automake-generated makefiles
2011         * autogen.sh: run automake. Force cache - it is off by default
2012         in autoconf 2.49a, but it's still handy for maintainers
2013         * configure.in: adapted for Automake
2015         * AUTHORS: new file
2017 2000-08-23  Pavel Roskin  <proski@gnu.org>
2019         * configure.in: resurrect definition of xvers
2021         * VERSION.in: removed
2022         * Makefile.in: don't do anything with VERSION.in and VERSION
2023         Take mc.spec from builddir, not srcdir
2024         * configure.in: don't create VERSION
2026 2000-08-22  Pavel Roskin  <proski@gnu.org>
2028         * *.c, *.h: Updated address of Free Software Foundation
2030 2000-08-21  Pavel Roskin  <proski@gnu.org>
2032         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
2033         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
2034         related to XView, libXPM, libXext and Tk
2036 2000-08-18  Pavel Roskin  <proski@gnu.org>
2038         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
2039         files
2041         * configure.in: Simplified dependency tracking by using
2042         "-include" with GNU Make
2043         * autogen.sh: Exit on all failures
2045 2000-08-17  Pavel Roskin  <proski@gnu.org>
2047         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
2048         Fixed all misuses of single and double quotes. Typo fixes.
2049         Ensured compatability with sgml2html, sgml2txt and sgml2latex
2050         * doc/mc.1.in: Typo fix
2052         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
2053         * doc/linuxdoc-sgml.diff: removed
2054         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
2055         distribute gnome.sgml
2057 2000-08-15  Pavel Roskin  <proski@gnu.org>
2059         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
2060         in the "distclean" target
2062         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
2063         Removed all XVIEW-related stuff
2064         Fixed placement of png files on "make dist"
2066         * doc/mc.1.in: Updated info about the internal editor
2068         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
2069         indicate serious problems. Fixes for uninstall.
2070         * doc/Makefile.in: Rebuild if it is out of date.
2072         * lib/cedit.menu: Added. This file has been missing
2074         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
2076 2000-08-08  Pavel Roskin  <proski@gnu.org>
2078         * Makefile.in: correctly detect make failures in subdirs
2080 2000-08-01  Pavel Roskin  <proski@gnu.org>
2082         * nt, os2, tk, xv: removed all files
2083         * configure.in: don't create os2 and nt directories
2085 2000-08-01  Pavel Roskin  <proski@gnu.org>
2087         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
2089         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
2091 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
2093         * src/main.c: make 8bit input/output the default (99% of the people
2094         expects that; lets the remaining 1% use the configuration menu
2095         to disactivate it if they want)
2097 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
2099         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
2101 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
2103         * configure.in: check for gnome-libs with window icon support
2105         * acconfig.h: add icon define
2107 2000-06-08  Matthias Warkus  <mawa@iname.com>
2109         * new_icons/gnome-pack-*.png: Updated.
2110         * gnome/mc.keys: Added a MIME type for SLP packages.
2112 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
2114         * syntax/diff.syntax: Highlight lines beginning with "File",
2115         "Files" and "Binary"
2116         * syntax/makefile.syntax: Highlight "ifndef"
2117         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
2118         highlighted)
2120 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2122         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
2123         comment lines with # in last release
2125 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2127         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
2129 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2131         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
2132         look more consistent than original.
2134 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2136         * config.in: Added check against strcoll().
2138 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2140         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
2141         added 'and', 'or', 'not', 'for' keywords.
2143 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2145         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
2146         based systems. Hope, this will make FreeBSD midc maintainer to enable
2147         build-in editor by default. Still, syntax highlighting is disabled.
2148         Need to port...
2150 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2152         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2153           fixed, some messages gettext()ed again here and in
2154         gtkedit/editmenu.c:edit_about_cmd()
2156 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2158         * doc/mc.sgml (Examples): Fixed documentation, thanx
2159         to martin@internet-treff.uni-koeln.de.
2161 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
2163         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
2164         the label text
2166 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
2168         * gtkedit/syntax.c: treat *.ads as Ada source
2169         * syntax/ada95.syntax: escape "+" and "*"
2170         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
2171         * syntax/Makefile.in: remove diffc.syntax
2173         * edit/edit_key_translator.c: interpret code 0177 as
2174         backspace unless recognized otherwise
2176 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
2178         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
2179         initialization of array of structure (gcc version 2.96 20000131
2180         chokes on it).
2182         * lib/mc.hint: C-y and not C-u can be used to insert text in input
2183         lines (e. g. text which has been deleted with M-d).
2185         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
2187 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
2189         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
2191 2000-01-29  Matthias Warkus  <mawa@iname.com>
2193         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
2194         design on Federico's request.
2196 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
2198         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
2199         an ArrangeType enum.
2201 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
2203         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
2204         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
2205         setup.c: Add option of using GNOME "magic" routines to determine file
2206         types. This makes MC intelligently look at the data in the file to see
2207         what type of file it is, rather than looking at the filename extension.
2208         This slows down MC quite a bit, so it has been made an optional
2209         preference item. Type detection is expected to improve as mime-magic
2210         matures.
2212 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
2214         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
2215         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
2216         providing a patch.
2218 2000-01-11  Matthias Warkus  <mawa@iname.com>
2220         * Added icon and keys entry for Scheme source.
2222 2000-01-03  Fatih Demir  <kabalak@gmx.net>
2224         * configure.in: Added tr -> ALL_LINGUAS .
2226 1999-12-28  Matthias Warkus  <mawa@iname.com>
2228         * new_icons/*.png: Added a bunch of new icons.
2230 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
2232         * configure.in (VERSION): Bumped version number to 4.5.42.
2234 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
2236         * configure.in: added 'uk' to ALL_LINGUAS.
2238 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2240         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
2241         request from David Sauer
2243 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
2245         * configure.in (VERSION): Bumped version number to 4.5.41.
2247 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
2249         * configure.in (VERSION): Set version number to 4.5.39.
2251 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
2253         * configure.in: Added pt_BR to ALL_LINGUAS
2255 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
2257         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
2258         path to the mc binary according to @prefix@.
2260         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
2261         configure. Install mc.sh and mc.csh in $(suppbindir).
2263         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
2264         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
2265         copies of the included function definitions.
2267         * mcfn_install.in: Comment out definitions of the mc functions. Source
2268         mc.sh instead of adding an outdated mc function definition.
2270         * configure.in: output mc.sh and mc.csh
2272 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
2274         * lib/startup.links: Changed the news link to Gnotices
2276 1999-09-19  David Martin  <dmartina@usa.net>
2278         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
2279         8 bit chars from strftime get displayed when inserting date.
2281         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
2282         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
2283         file to avoid interferences. In this one I changed the extension check
2284         to a type check (as used for gzip) which might give problems in some
2285         systems.
2287         * configure.in: Use -Tlatin1 to format man pages when available and
2288         "view" 8 bit chars.
2290 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
2292         * gtkedit/edit.h: Include file reordering to make it compile with
2293         --with-debug
2295         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
2296         dependent on lenght of translated strings to display.
2298 1999-09-16  Owen Taylor  <otaylor@redhat.com>
2300         * Remove the magicdev autoconf test in favor of just
2301         including the idl file. Otherwise we have a dependency
2302         loop between this and magicdev.
2304 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
2306         * idl/FileManager.idl: Changed names, and put everything under a
2307         FileManager module.  Added a Desktop interface and some methods to
2308         the WindowFactory interface.
2310 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
2312         * doc-gnome/*: Shiny new docs from users-guide.
2313         All synced up.
2315 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
2317         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
2319 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
2321         * README: Updated and spell-checked.
2323         * NEWS: Updated.
2325 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
2327         * configure.in (ALL_LINGUAS): Added sv.
2329 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
2331         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
2332         symlink attacks (mcfn_install and the man page still needs to be
2333         updated).
2335 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
2337         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
2338         a symbolic link (ln -sf doesn't work as expected on Solaris)
2340 1999-08-19  Elliot Lee  <sopwith@redhat.com>
2341         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
2343 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
2345         * doc-gnome/C/gmc.sgml: Index fixes.
2347 1999-08-18  Elliot Lee  <sopwith@redhat.com>
2349         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
2350         initializers in the GnomeUIInfo structure.
2352 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
2354         * configure.in (VERSION): Bumped version number to 4.5.38.
2356 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
2358         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
2360 1999-08-15  David Martin  <dmartina@usa.net>
2362         * gtkedit/edit.c: Print localized date with strftime()
2364         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
2366 1999-08-08  David Martin  <dmartina@usa.net>
2368         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
2369         translation.
2371         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
2372         translation as it used to be.
2374 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2376         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
2377         that the correct index.html will be generated.
2379 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2381         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
2382         to the list.
2384 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
2386         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
2387         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
2388         This adds some new syntax rules, and spell check on the fly
2389         which if someone bugs me for, will actually get enabled in
2390         both the text and gnome versions. Bookmark stuff also needs
2391         some keys bound to it, I suppose: any takers?
2393 July 19, 1999 Elliot Lee
2394         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
2396 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
2398         * Makefile.in (all): Makefile fix.
2400 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2402         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2403         should fix the problem we had with FSSTND distributions.
2405 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2407         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
2408         list of distributed files.
2410 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2412         * configure.in (VERSION): Bumped version number to 4.5.34.
2414 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
2416         * Add fi into ALL_LINGUAS
2418 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
2420         * gnome/i-zipdisk2.png: Added another zip-disk icon
2421         by <scarab@egyptian.net> - It looks very nice. Variation
2422         is good.
2424 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2426         * acconfig.h: Add WITH_SMBFS
2428         * macros/gnome-vfs.m4: Support conditional samba support.
2430 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2432         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2433         should fix the problem we had with FSSTND distributions.
2435 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
2437         * mc.spec.in: added syntax files to %files
2439 1999-06-22  David Martin  <dmartina@usa.net>
2441         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
2443 1999-06-07  Shooby Ban  <bansz@szif.hu>
2445         * po/hu.po, configure.in: added hungarian translations...
2446           I'm not sure it's OK, but it seems usable.
2447           Translators: Tamas Fejos and Andras Kadar
2449 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
2451         * configure.in, Makefile.in: added the gmc helpfile to the build
2453 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
2455         * Add ja entry to LANG in configure.in
2457 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2459         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
2460         be installed in the system :) (added it to the Makefile.in)
2462 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2464         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
2465         disks - someone please add it to the mount.c code so it gets used..
2466         Everyone have a nice time at the expo! :) I hope to join the
2467         next time.
2469 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2471         * configure.in: Added check for getpt ()
2473 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2475         * configure.in (VERSION): Bumped version number to 4.5.31.
2477 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2479         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
2480         need to fool it by strdup'ing the return value of tempnam.
2482 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2484         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
2485         MCLIBS which are specific to the text edition.
2487         * INSTALL: Added documentation for --with-tm-x-support
2489 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
2491         * mc.spec.in : Folded in some changes from the 'offical' rpm
2492         spec file.
2494 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2496         * configure.in (SHELL): Do not use grep -q, as it is not portable
2497         to every OS.
2499 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2501         * configure.in: Linking from $srcdir/slang is broken when configure
2502         isn't called with an absolute path. Link from ../$srcdir/slang if
2503         configure was invoked with a relative path.
2505 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2507         * configure.in: Do not rm the destination file and then link, use
2508         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
2510 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2512         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
2513         --with-PACKAGE and --without-PACKAGE gave the same results.
2515 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2517         * configure.in (VERSION): Bumped version number to 4.5.30.
2519 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2521         * configure.in (VERSION): Bumped version number to 4.5.29.
2523 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2525         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
2526         now contains all checks.
2528 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2530         * configure.in (VERSION): bumped version number to 4.5.28.
2532 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
2534         * */Makefie.*: fixed several missed conversions from libdir to
2535         mclibdir. (Should be automake'd, really)
2537 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2539         * Make.common.in: There were conflicting definitions of mclibdir
2540         (one for installation, one for source).  Now the source one is
2541         called mcsrclibdir.
2543         * doc/Makefile.in: Use mcsrclibdir where appropriate.
2545 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
2547         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
2548         Pascal Program" (Heh, second time :)
2550         * Makefile.common: Until things gets clear, keep syntax rules in
2551         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
2553         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
2554         @libdir@.
2556 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
2558         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
2559         as requested by Paul. Still, need some checking...
2561 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
2563         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
2564         to date with cooledit 3.9.0. This adds some new features.
2565         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
2566         syntax.c. This is because the rule set is becoming too
2567         large to maintain in its current form and because file
2568         loading is starting to get slow.
2570         There is also a bookmark feature which does not yet have
2571         key bindings assigned to it, but should be cool once
2572         these get inserted. Syntax rules files are named
2573             $LIBDIR/cooledit/syntax/*.syntax
2575 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2577         * configure.in: Create slang directory, it is needed when
2578         builddir != srcdir.
2579         Use -f when calling rm, the file does not exist on
2580         first compile.
2581         No need to copy VERSION from $srcdir, it's already generated in
2582         $buildir.
2584 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
2586         * edit/edit_key_translator.c: Added missing translation tags.
2588 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2590         * configure.in: Minimum version of glib should be 1.2.0.
2591         (VERSION): Bumped version number to 4.5.27.
2593 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
2595         * gtkedit/editcmd.c: Added missing translation tags.
2597         * gtkedit/editoptions.c: Added missing translation tags. Translate
2598         radio buttons on first use.
2600 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
2602         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
2603         to get the mc spec file to work.
2604         * hacked configure to generate a properly versioned spec file.
2606 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2608         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
2609         radio buttons on first pass.
2611 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
2613         * gtkedit/editcmd.c: Mark strings in the search and replace
2614         dialogs for translation. Resized these dialogs to let the messages
2615         fit.
2617 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2619         * gtkedit/editwidget.c (selection_send): Use the proper type for
2620         64-bit cleanliness (Patch from George Lebl).
2622 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
2624         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
2625         into the catalog file.
2627 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2629         * configure.in: Make Timur's libtermcap check work with SLang
2630         0.99.98, too.
2632 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2634         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
2635         PS and EPS files.  Thanks, Tigert!
2637 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2639         * configure.in (CCOPTS): Drop the prefix auto-detection.
2641 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
2643         * configure.in: Add check, which, in case of system-installed SLang
2644         library tries to run a test program, which determines, does we need
2645         linking with libtermcap.a. Also, set of if's for finding terminfo
2646         dir changed to for cycle - a bit nicer :)
2648 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2650         * README.QNX: Deleted documention about mc.menu.qnx.diff.
2652 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2654         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
2656 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2658         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
2659         from tar calls when extracting (according to my man page this option
2660         is only useful when creating archieves).
2662 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2664         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
2665         adds support for tar.bz2 and merges the support for freeze-compressed
2666         tar files (tar.F) from mc.menu.qnx.diff.
2668 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
2670         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
2671         GNU-like :)
2673 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2675         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
2676         the catalog file.
2678 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
2680         * new_icons/gnome-core.png: New icon for core files. Someone
2681         please add the code part :)
2683 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
2685         * configure.in: Add check against setuid() and setreuid() functions.
2687 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2689         * slang/slang.h: renamed to slang-mc.h
2691         * slang/Makefile.in: delete slang.h on "make clean"
2693         * configure.in: link slang/slang-mc.h to slang/slang.h when the
2694         included slang is used. Problem was that MC's slang.h was used
2695         when we compiled with an already installed SLang and the systems
2696         header file were included with <slang/slang.h>.
2697         Unfortunatly I can't use AC_LINK_FILES to make the links because
2698         if we needn't make any links AC_LINK_FILES makes a link from
2699         srcdir to top_builddir (builddir != srcdir).
2701         Temporary add $LGPM to $LIBS when checking for the resizeterm
2702         and keyok functions (ncurses might be linked against GPM).
2704         Substitude PACKAGE (intl/Makefile makes use of it)
2706 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
2708         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
2709         #include "global.h".
2711 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
2713         * Make.common.in (gnewdir): new path.
2715 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
2717         * configure.in: Add comments before "Let" and "the" - typo. Add new
2718         path to include's search.
2720 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
2722         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
2724 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2726         * configure.in (REGEX_O): Always include regex.o as the code we
2727         are using in gmc is not using regcomp/regexec, but the internal
2728         Emacs API.
2730         * src/regex.c: Do not compile the POSIX compatibility code, as we
2731         do not use it.
2733 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2735         * doc/mc.sgml, mc1.in (Color section): minor polishing
2736         (Layout section): documented Highlight...
2738 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2740         * configure.in: Deleted du checks
2742         * INSTALL: Deleted --with-dusum documentation.
2744         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
2745         Configuration dialog. Added Advanced chown subsection. Deleted
2746         variables from the Special settings section which are now covered
2747         by the configuration dialog.
2749 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2751         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
2752         tar_gz_memlimit. Partially rewrote the section about the
2753         Virtual FS.. configuration dialog.
2755 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
2757         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
2759 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2761         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
2763         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
2764         builddir
2766 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
2768         * new_icons/gnome-image-[lots].png: I added some icons for file
2769         types (image) there - someone please tell me what the correct
2770         location and naming convention is and I will try to follow that. :)
2772 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
2774         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
2775         the build will still work.  (Has this been replaced by new_icons?)
2777 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
2779         * doc/mc.1.in, mc.sgml: added my name to list ov authors
2781 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2783         * Makefile.in (codedirs): Dropped xv and tk ports from the
2784         distribution. include idl directory.
2786 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2788         * configure.in (slang_use_system_installed_lib): Define slang
2789         here, to avoid having this on LIBS.
2791 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
2793         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
2795 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
2797         * config.h.in: Removed from CVS, added to .cvsignore
2799         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
2800         configure.in:
2801         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
2802         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
2803         HAS_CURSES added to acconfig.h
2805 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2807         * autogen.sh: Add "-I macros" to the aclocal flags.
2809         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
2810         so that aclocal will not complain about an obsolete macro.
2812         * configure.in: Use MC_HPUX_PROG_CC_STDC
2814         * ChangeLog: There was no ChangeLog here, so I added one.