mc.sh & mc.csh creation fixed...
[midnight-commander.git] / ChangeLog
bloba9ea9a3bcbadc211295b86f489f6faddf74aab09
1 2002-11-01  Pavel Roskin  <proski@gnu.org>
3         * configure.in: Don't substitute mc.sh and mc.csh - it's now
4         done ...
5         * lib/Makefile.am: ... here.  Add wrappers for mc to avoid
6         defining complex shell scripts in functions and aliases.
7         * lib/mc-wrapper.csh.in: New file - template for the script
8         that runs mc and changes directory in csh.
9         * lib/mc-wrapper.sh.in: New file - template for the script
10         that runs mc and changes directory in sh.
12 2002-11-01  Andrew V. Samoilov  <sav@bcs.zp.ua>
14         * doc/mc.1.in (Keys): Document S-<chr>.
15         * doc/ru/mc.1.in: Likewise.
17 2002-10-31  Pavel Roskin  <proski@gnu.org>
19         * syntax/diff.syntax: Revert highlighting for trailing spaces
20         on the added lines - it extends the context to the next line.
22         * lib/mc.csh.in: Add quoting and check for missing file.
24         * lib/mc.csh.in: Update to use the new -P option.  This script
25         has absolutely no protection against special symbols in
26         directory names and lacks TMPDIR support.
28         * lib/mc.sh.in: Update to use the new -P option.
30         * configure.in: Displaying the install paths is too problematic
31         to implement properly.  Remove this code.
33 2002-10-29  Pavel Roskin  <proski@gnu.org>
35         * lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.
36         * configure.in: Likewise.  Add "-c" (disable ANSI color) to
37         MAN_FLAGS if supported.
39         * acinclude.m4 (MC_WITH_SLANG): Reject S-Lang with UTF-8
40         support, unless external S-Lang was explicitly requested.
42 2002-10-24  Pavel Roskin  <proski@gnu.org>
44         * lib/mc.ext.in: Don't use links to view html - the "-dump"
45         option has been removed in the recent versions.
46         From David Martin <dmartina@excite.com>
48 2002-10-21  Pavel Roskin  <proski@gnu.org>
50         * acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
51         to the final configuration message.
53 2002-10-17  Pavel Roskin  <proski@gnu.org>
55         * doc/hu/Makefile.am: Generate Hungarian help file from the
56         manual, just like other languages.
57         * doc/hu/mc.1.in: New file, converted from the help file.
58         * doc/hu/xnc.hlp: Likewise.
59         * configure.in: Adjust for the above.
61         * doc/mc.1.in: Add node names.  Remove redundant paragraph
62         breaks at the start and the end of the sections.  Mention
63         "stalelink" as color keyword.
65 2002-10-14  Pavel Roskin  <proski@gnu.org>
67         * lib/mc.ext.in: Don't use "-dump" option with "links".
68         From David Martin <dmartina@excite.com>
70 2002-10-13  Pavel Roskin  <proski@gnu.org>
72         * lib/mc.hint*: Remove all references to "-1" - hints file is no
73         substitute to unambigous GUI.
74         From Christian Laubscher <christian.laubscher@tiscalinet.ch>
76 2002-10-12  Pavel Roskin  <proski@gnu.org>
78         * lib/mc.ext.in: Redirect stderr from "links" to suppress a
79         warning if it's not found.
81 2002-10-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
83         * doc/mc.1.in (SMB File System): Username is allowed in
84         URLs now (/#smb:[user@]machine).
85         * doc/ru/mc.1.in: Likewise.
87 2002-10-08  Pavel Roskin  <proski@gnu.org>
89         * configure.in: Rename RH_VERSION to RPM_VERSION - not every
90         rpm-based system is Red Hat.  Replace all dashes, not just one.
92         * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
93         termcap if terminfo is missing in the known locations.
94         * configure.in: Remove --with-termcap processing, it is now in
95         acinclude.m4.
97 2002-10-02  Pavel Roskin  <proski@gnu.org>
99         * syntax/syntax.syntax: Fix highlighting for "gray".
101 2002-10-01  Pavel Roskin  <proski@gnu.org>
103         * configure.in: Expand $bindir and $datadir to show at the end.
104         Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
106 2002-09-29  Pavel Roskin  <proski@gnu.org>
108         * configure.in: Remove the argument from --with-gpm-mouse.  The
109         directories for include files and libraries can be specified
110         using LDFLAGS and CPPFLAGS, as documented in the output of
111         "configure --help".
113         * configure.in: Complete rewrite of the screen library support.
114         Add new option --with-screen instead on --with-slang,
115         --with-included-slang and --with-ncurses.  Only allow
116         --with-termcap is using the included S-Lang library.
117         * aclocal.m4: Corresponding changes.
119         * syntax/mail.syntax: Replace "wholechars right" and "wholechars
120         left" with single "wholechars".
121         * syntax/nroff.syntax: Likewise.
122         * syntax/sh.syntax: Likewise.
123         * syntax/tcl.syntax: Likewise.
125         * syntax/*.syntax: Remove numeric Cooledit colors.  It's
126         unreasonable to require them to be correct.  On the other hand,
127         Cooledit can easily be changed to accept named color names.
129         * syntax/syntax.syntax: Don't require Cooledit colors for
130         highlighting color names.  Remove Cooledit colors.
132         * syntax/m4.syntax: Don't use yellow color on parentheses, since
133         it interferes with parentheses highlighting.  Remove list of
134         supported Autoconf macros.
136 2002-09-26  Pavel Roskin  <proski@gnu.org>
138         * syntax/syntax.syntax: Remove highlighting for numbers - it's
139         for Cooledit only.
141         * syntax/c.syntax: Require at least one space at the beginning
142         of indented cpp directives.  Use brightmagenta for them.
144         * syntax/syntax.syntax: Don't start keywords with "\[" - it
145         doesn't work.  Use "\[\]" at the end of keywords to suppress
146         their special meaning.
148 2002-09-22  Pavel Roskin  <proski@gnu.org>
150         * doc/Makefile.am: Remove width from the man2hlp command line.
151         The same for translations.
153         * configure.in: Remove support for HSC proxy - it's obsolete.
154         Remove all references to HSC proxy everywhere.
156 2002-09-21  Pavel Roskin  <proski@gnu.org>
158         * configure.in: Bump version to 4.6.0-pre1b.
160         * doc/hu/mc.hlp.hu: Rename to ...
161         * doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
162         * configure.in: Substitute doc/hu/mc.hlp.hu.
163         * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
165         * doc/mc.1.in: Update path to the data files.  Rename MC_LIBDIR
166         to MC_DATADIR.  Make the same changes in the translations.
168         * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
169         directory for architecture-independent files.
171 2002-09-19  Pavel Roskin  <proski@gnu.org>
173         * syntax/m4.syntax: New file.
174         * syntax/Syntax: Add m4.syntax.
175         * syntax/Makefile.am: Likewise.
176         From Vlad Romanenko <VladRomanenko@ukr.net>
178         * syntax/sql.syntax: Only recognize non-standard MySQL comments
179         at the beginning of line.
181 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
183         * syntax/syntax.syntax: Add "linestart" for "context",
184         "context default" and "context exclusive" keywords.
185         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
186         and "%5.5s" formats.
188 2002-09-18  Pavel Roskin  <proski@gnu.org>
190         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
191         rules for syntax files ...
192         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
193         and "include" keywords.
194         * syntax/Makefile.am: Add syntax.syntax.
196 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
198         * syntax/js.syntax: Advanced number highlighting.
200 2002-09-17  Pavel Roskin  <proski@gnu.org>
202         * syntax/c.syntax: Highlight "?" by the same color as ":".
203         * syntax/java.syntax: Likewise.
204         * syntax/swig.syntax: Likewise.
205         * syntax/python.syntax: Remove duplicate keyword ":".
207         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
208         m4 directory is used by aclocal.
209         * m4/Makefile.am: New file.
210         * configure.in: Substitute m4/Makefile.
211         * autogen.sh: Don't copy any macro files, use m4 directory.
213         * syntax/Makefile.am: Add js.syntax.
215         * configure.in: Add support for glib 2.x.  Right now, it has to
216         be explicitly enabled by `--with-glib2'.
217         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
219 2002-09-16  Pavel Roskin  <proski@gnu.org>
221         * syntax/js.syntax: New file.
222         * syntax/Syntax: Add js.syntax.
223         From Vlad Romanenko <VladRomanenko@ukr.net>
225 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
227         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
228         of local xnc.hlp
229         * doc/pl/xnc.hlp: Removed.
231 2002-09-13  Pavel Roskin  <proski@gnu.org>
233         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
234         Remove "potfiles" command.
235         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
236         compatibility with gettext 0.10.x.
238         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
239         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
241         * po/Makevars: New file for compatibility with gettext 0.11.x.
243         * configure.in: Remove "Debugger code" message.
245         * acinclude.m4: Replace undelfs_o with use_undelfs.
246         * configure.in: Likewise.  Don't substitute it.
248         * configure.in: Simplify processing of without-edit.  Replace
249         several variables with use_edit.
250         * acinclude.m4: Remove AC_WITH_EDIT.
252         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
253         use_smbfs.
254         * configure.in: Likewise.
255         * INSTALL: Document --with-samba.
257         * configure.in: Roll --enable-mcserv-install into ...
258         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
259         * INSTALL: Document --with-mcfs.
261 2002-09-12  Pavel Roskin  <proski@gnu.org>
263         * configure.in: Don't check if crypt() prototype is needed to
264         avoid warnings - the whole code is not worth avoiding one
265         legitimate warning.
266         * acinclude.m4: Remove AC_TRY_WARNINGS.
268         * configure.in: ALL_LINGUAS should be defined unconditionally.
270         * acinclude.m4: Clarify some help texts, add defaults in square
271         brackets, use more consistent spacing.
272         * configure.in: Likewise.
274         * lib/mc.menu: Don't call tarballs "releases".  Don't
275         dereference symlinks.
277 2002-09-10  Pavel Roskin  <proski@gnu.org>
279         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
281 2002-09-07  Pavel Roskin  <proski@gnu.org>
283         * configure.in: Eliminate --with-terminfo option, which was
284         essentially equivalent to --with-included-slang and didn't force
285         anything.
286         * acinclude.m4 (AC_USE_TERMINFO): Remove.
287         * INSTALL: Adjust to match.
288         * FAQ: Likewise.
290 2002-09-05  Pavel Roskin  <proski@gnu.org>
292         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
293         NETFILES - it's unused.
295         * configure.in: Check for arpa/inet.h.
297         * mcfn_install: Remove.  Also remove all references to it.
298         * INSTALL.FAST: Update information about ncurses.
299         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
301         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
302         LIBS.
303         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
304         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
305         test for ncurses in non-standard directories.
307 2002-09-04  Pavel Roskin  <proski@gnu.org>
309         * lib/mc.ext.in: Remove edit rules for compressed files that
310         were compressing even unchanged files - the editor itself can
311         handle compression better.
313 2002-09-03  Pavel Roskin  <proski@gnu.org>
315         * acinclude.m4: Remove Termnet support, it's too old and obscure
316         to be supported properly.
318 2002-08-27  Pavel Roskin  <proski@gnu.org>
320         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
321         OpenOffice.org, not StarOffice.  Add more video formats.
323         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
324         unnecessary pipeline.  Redirect stderr from cpio, because it can
325         be non-empty even for successful operations.
327 2002-08-26  Pavel Roskin  <proski@gnu.org>
329         * syntax/spec.syntax: New file.
330         * syntax/Syntax: Add spec.syntax.
331         * syntax/Makefile.am: Likewise.
332         From PLD Linux Distribution with minor changes.
334 2002-08-25  Pavel Roskin  <proski@gnu.org>
336         * lib/mcserv.init: Update from Red Hat package.
337         * lib/mcserv.pamd: Likewise.
339         * configure.in: Fix interpretation of the iconv test result.
340         Reported by Pavel Shirshov <pavelsh@mail.ru>
342         * mc.sh.in: Only bash needs the mc() function to be exported.
344         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
345         instead of /usr where appropriate.
346         * doc/Makefile.am: Enable generation of the help file.
348         * doc/pl/*: Add Polish translation.
349         * doc/Makefile.am: Adjust for the above.
350         * configure.in: Likewise.
352 2002-08-24  Pavel Roskin  <proski@gnu.org>
354         * lib/edit.indent.rc: Use tidy to format HTML.
355         From David Martin <dmartina@excite.com>
357         * lib/cedit.menu: Remove all references to the error file.
358         * lib/edit.indent.rc: Likewise.
359         * lib/edit.spell.rc: Likewise.
361 2002-08-23  Pavel Roskin  <proski@gnu.org>
363         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
364         use only for the programs that need it (mc and mcserv).
366         * configure.in: Fix help text for gpm and ncurses.  Properly
367         handle --without-ncurses.
368         Reported by Moritz Barsnick <moritz@barsnick.net>
370         * configure.in: Work around a bug in Autoconf-2.53 that prevents
371         splitting of user-specified path in AC_PATH_PROGS.
373         * configure.in: Move glib test earlier, as it tends to fail for
374         many users.  Make GLIB_CONFIG a precious variable.  Check for
375         glib12-config - that's how it's called on FreeBSD.
376         Reported by Pavel Shirshov <pavelsh@mail.ru>
378 2002-08-22  Pavel Roskin  <proski@gnu.org>
380         * configure.in: Remove old-style Linux-only support for shadow
381         passwords.
383 2002-08-21  Pavel Roskin  <proski@gnu.org>
385         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
386         now, otherwise Automake 1.5 breaks.  Remove version number from
387         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
388         Substiture RH_VERSION, which is VERSION without dashes, needed
389         for RedHat specfile.
391         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
392         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
393         two places.
395         Release mc-4.6.0-pre1.
397         * configure.in: Bump version to 4.6.0-pre1.
398         * po/*.po: Regenerate.
400 2002-08-20  David Martin  <dmartina@excite.com>
402         * doc/es/mc.1.in: Minor changes.
403         * doc/es/xnc.hlp: Likewise.
405 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
407         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
408         %{_mandir}/*/man1/*.
410 2002-08-20  Pavel Roskin  <proski@gnu.org>
412         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
414 2002-08-19  Pavel Roskin  <proski@gnu.org>
416         * configure.in: Add Italian documentation.
417         * doc/Makefile.am: Likewise.
419         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
421         * configure.in: Enable subshell support on all operating systems
422         by default.  Old issues are most likely solved by now.
424 2002-08-18  Pavel Roskin  <proski@gnu.org>
426         * lib/mc.ext.in: Try links before lynx.  Force full path when
427         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
428         is already broken if the program starts in background.  Add a
429         comment discouraging taking this code as example.
431         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
432         obsolete.
433         * doc/es/mc.1.in: Likewise.
434         * doc/ru/mc.1.in: Likewise.
435         * doc/hu/mc.hlp.hu: Likewise.
437         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
438         was unsafe by design and is no longer supported.  Use %t instead
439         of %u to preserve tags in case of failure.
441         * vfs/extfs/ftplist.in: Remove support for running commands, it
442         makes no sence.
444 2002-08-16  Pavel Roskin  <proski@gnu.org>
446         * lib/mc.global: Remove, it duplicates the role of mc.lib.
447         * lib/mc.lib: Add contents of mc.global.
448         * lib/Makefile.am: Remove all references to mc.global.
450         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
451         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
453 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
455         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
456         set, umask and unset like other builtin commands.
458 2002-08-15  Pavel Roskin  <proski@gnu.org>
460         * configure.in: Remove check for SIGTSTP, it's not needed for
461         the subshell support.
463         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
464         done at runtime.
465         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
467 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
469         * doc/ru/mc.1.in: Remove reference to README.edit.
470         * doc/mc.1.in: Likewise.
471         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
472         everywhere.
474 2002-08-14  Pavel Roskin  <proski@gnu.org>
476         * doc/mc.1.in: Consistently use "native" ftp syntax.
477         * doc/ru/mc.1.in: Likewise.
478         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
479         * doc/es/xnc.hlp: Likewise.
481         * lib/mc.hlp.hu: Move ...
482         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
484 2002-08-09  Pavel Roskin  <proski@gnu.org>
486         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
487         and entries that are obsolete or make no sence.
489         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
490         "How to use help".
492         * doc/Makefile.am: Don't distribute help file.  Generate it in
493         the build directory.
494         * doc/es/Makefile.am: Likewise.
495         * doc/ru/Makefile.am: Likewise.
497         * lib/xnc.hlp: Move ...
498         * doc/xnc.hlp: ... here.
499         * doc/Makefile.am: Necessary adjustments.
500         * lib/Makefile.am: Likewise.
501         * src/Makefile.am: Likewise.
503         * configure.in: Add Spanish documentation.
504         * doc/Makefile.am: Likewise.
505         * doc/es: Spanish documentation.
506         From David Martin <dmartina@excite.com>
508 2002-08-08  Pavel Roskin  <proski@gnu.org>
510         * lib/mc.lib: Add f11-f20 keys for Konsole.
512 2002-08-06  Pavel Roskin  <proski@gnu.org>
514         * syntax/lisp.syntax: New file.
515         * syntax/Syntax: Add lisp.syntax.
516         * syntax/Makefile.am: Likewise.
517         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
518         changes.
520 2002-08-04  Pavel Roskin  <proski@gnu.org>
522         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
523         subshell if this test fails.
525 2002-08-03  Pavel Roskin  <proski@gnu.org>
527         * syntax/mail.syntax: Colors changed to be more readable.
529         * syntax/html.syntax: Don't require character entities to be
530         whole, but check their validity.
532 2002-08-02  Pavel Roskin  <proski@gnu.org>
534         * configure.in: No longer need to define REGEX_MALLOC.
536 2002-08-01  Pavel Roskin  <proski@gnu.org>
538         * configure.in: Remove support for MAD and Electric Fence.
539         Developers should use modern memory debuggers (e.g. Valgrind).
540         * INSTALL: Remove references to MAD.
542 2002-07-31  Pavel Roskin  <proski@gnu.org>
544         * syntax/html.syntax: Remove recognition for any individual
545         words - there are too many of them, we cannot keep up.
547 2002-07-30  Pavel Roskin  <proski@gnu.org>
549         * doc/ru/Makefile.am: Use man2hlp directly.
551 2002-07-28  Pavel Roskin  <proski@gnu.org>
553         * syntax/changelog.syntax: Highlight "*" only after tab.  This
554         requires fixed syntax highlighting.
556         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
557         default. Open *.xls with gnumeric.  Use mplayer for most video
558         formats.
560         * syntax/nroff.syntax: Require most keywords to be whole.
562 2002-07-21  Pavel Roskin  <proski@gnu.org>
564         * syntax/fortran.syntax: Fix highlighting of "*" at the
565         beginning of line.  Recognize "     +" as continuation.  Move
566         all "linestart" keywords earlier to avoid more conflicts.
568 2002-07-18  Pavel Roskin  <proski@gnu.org>
570         * syntax/unknown.syntax: Don't highlight anything by default.
572         * syntax/changelog.syntax: Highlight functions without
573         filenames.
574         * syntax/Syntax: Match *ChangeLog*.
576         * syntax/c.syntax: Reenable highlighting for "/" and preserve
577         highlighting for "//" comments by using exclusive context.
578         * syntax/java.syntax: Likewise.
579         * syntax/swig.syntax: Likewise.
580         * syntax/slang.syntax: Reenable highlighting for "/".
581         * syntax/sql.syntax: Enable highlighting for "/" and "-".
583         * syntax/sql.syntax: New file.
584         * syntax/Syntax: Add sql.syntax.
585         * syntax/Makefile.am: Likewise.
586         From Walery Studennikov <despair@sama.ru> with minor changes.
588 2002-07-16  Pavel Roskin  <proski@gnu.org>
590         * lib/mc.ext.in: Remove handling of executables.  They should
591         be handled internally for "pause after run" to work.
593         * syntax/Syntax: Associate *.itcl with tcl.syntax.
594         * syntax/tcl.syntax: Add itcl keywords, other improvements.
596 2002-07-15  Pavel Roskin  <proski@gnu.org>
598         * configure.in: Don't check for strcasecmp(), strncasecmp() and
599         strdup() - test results are not used except in gettext, which
600         provides its own tests.
602         * configure.in: When checking for ncurses, check for
603         has_colors(), not curses_version() - the later is missing in
604         older version of ncurses.
606 2002-07-13  Pavel Roskin  <proski@gnu.org>
608         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
609         not to LIBS.
610         * configure.in: Fix breakage in ncurses headers check from the
611         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
612         Define REGEX_MALLOC here.
614         * acinclude.m4 (AC_NCURSES): Remove.
615         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
616         AC_CHECK_LIB to check existance of ncurses library.  Eliminate
617         variables force_ncurses and search_ncurses.
619 2002-07-10  Pavel Roskin  <proski@gnu.org>
621         * configure.in: Remove --with-netrc, it is now default and can
622         be disabled at the runtime.
624         * syntax/tcl.syntax: New file.
625         * syntax/Syntax: Add tcl.syntax.
626         * syntax/Makefile.am: Likewise.
627         * syntax/java.syntax: Don't treat #define separately from other
628         preprocessor directives.
629         * syntax/slang.syntax: Likewise.
630         * syntax/swig.syntax: Likewise.
632 2002-07-09  Pavel Roskin  <proski@gnu.org>
634         * syntax/c.syntax: Don't treat #define separately from other
635         preprocessor directives.
637 2002-07-08  Pavel Roskin  <proski@gnu.org>
639         * syntax/perl.syntax: Highlight text after __END__ as a comment.
640         * syntax/po.syntax: Avoid gray color, which is hard to see.
642 2002-07-05  Pavel Roskin  <proski@gnu.org>
644         * syntax/dos.syntax: Add more commands.
646 2002-07-04  Pavel Roskin  <proski@gnu.org>
648         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
649         sort authors.
651 2002-06-24  Pavel Roskin  <proski@gnu.org>
653         * syntax/dos.syntax: New file - highlighting for DOS batch
654         files.  From Petr Kozelka <pkozelka@centrum.cz>
655         * syntax/Syntax: Add dos.syntax.
656         * syntax/Makefile.am: Likewise.
658 2002-06-04  Max Schedriviy  <max@humgat.org>
660         * syntax/php.syntax: New version.
662 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
664         * NEWS: Mention ftpfs/fish uploading changes and new configure
665         options --with-codepagedir=DIR, --with-configdir=DIR and
666         --without-mcfs.
668 2002-05-22  Pavel Roskin  <proski@gnu.org>
670         * doc/ru/Makefile.am: Fix out-of-tree build.
672 2002-05-14  Pavel Roskin  <proski@gnu.org>
674         * configure.in: Fix logic for gettext 0.10.x.
676 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
678         * configure.in: Don't generate po/Makefile if
679         there is 'top_builddir' in po/Makefile.in.
680         * autogen.sh: More fixes for gettext 0.11+.
682 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
684         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
686 2002-04-21  Pavel Roskin  <proski@gnu.org>
688         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
689         can play them.
691 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
693         * autogen.sh: Fix for gettext 0.11 family (and newer).
695 2002-04-08  Pavel Roskin  <proski@gnu.org>
697         * autogen.sh: Allow gettext newer than 0.10.39.
698         From Björn Eriksson <bjorn@bjornen.nu>
700 2002-04-03  Pavel Roskin  <proski@gnu.org>
702         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
703         by "make clean" because not everyone has Perl to rebuild it.
705 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
707         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
708         first line regular expression.
710 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
712         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
713         or newer is not used.
714         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
716         * src/Makefile.am: Move mc.hlp.ru processing ...
717         * doc/ru/Makefile.am: ... here.
719 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
721         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
722         * syntax/c.syntax: Highlight "%p" printf format.
723         Allow '*' as width and precision for strings and numbers.
725         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
726         * doc/ru/mc.1.in: Likewise.
728 2002-03-18  Pavel Roskin  <proski@gnu.org>
730         * doc/ru/Makefile.am: Distribute xnc.hlp.
732 2002-03-12  Pavel Roskin  <proski@gnu.org>
734         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
736 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
738         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
739         * doc/ru/Makefile.am: New file.
741 2002-03-08  Pavel Roskin  <proski@gnu.org>
743         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
745 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
747         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
749 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
751         * doc/mc.1.in: Use nodename `Background jobs' for section
752         `Background Jobs' to reflect user visible Command menu option
753         and src/cmd.c dialog implementation.
755         * doc/ru: New directory for Russian manuals.
756         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
757         translated by Victor A. Kostromin for mc 4.5.30.  Converted
758         from binary mc.hlp.ru, corrected and actualized by me.
759         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
760         * doc/ru/.cvsignore: Ignore mc.1.
762 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
764         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
765         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
766         mc.lib settings.
768         (Virtual File System): Document SMB File System.
770 2002-02-26  Pavel Roskin  <proski@gnu.org>
772         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
773         message "no symbol found" for unsupported architectures and
774         provide more useful information.
776 2002-02-22  Pavel Roskin  <proski@gnu.org>
778         * README.smbfs: Remove.  It contained no useful information
779         and the webpage is now dead.
780         * Makefile.am: Remove README.smbfs.
782         * README: Mention that glib 1.2.x is required.
784 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
786         * lib/edit.indent.rc: Use "#! /bin/sh"
787         * lib/edit.spell.rc: Likewise.
788         * lib/mcserv.init: Likewise.
790         * lib/cedit.menu: Eliminate bashisms.
791         Add missed `:' in AUTHOR evaluation.
792         Unset LANGUAGE and make LC_ALL empty.
793         Use "#! /path/to/program".
795 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
797         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
798         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
799         Fix tarfs URL syntax example.  Minor typo and format fixes.
801 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
803         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
804         Fix location of configuration files.
806 2002-02-05  Pavel Roskin  <proski@gnu.org>
808         * configure.in: Don't use defunct ncurses_version.
809         Reported by Thomas Dickey <dickey@herndon4.his.com>
810         Set force_ncurses whenever --with-ncurses is used.  If set,
811         suppress checks for S-Lang and fail is ncurses is not found.
813         * configure.in: Introduce a new variable screen_type that is
814         either "slang" or "ncurses" without additional text.  Use it
815         instead of screen_manager whenever possible.  Fix text in
816         AC_NCURSES call, use m4 quotes and move shell quotes into the
817         macro.
818         * acinclude.m4: Likewise.
820 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
822         * syntax/Syntax: Known Delphi/Kylix source file extensions
823         supported (*.dpr, *.inc).
824         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
825         Special highlighting for CVS keywords.  Understands single-line
826         comments (//).
828 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
830         * configure.in (ALL_LINGUAS): Added "bg"
832 2002-01-21  Pavel Roskin  <proski@gnu.org>
834         * NEWS: Mention word completion in the editor.
836 2002-01-17  Pavel Roskin  <proski@gnu.org>
838         * extraconf.h: Remove OS/2 specific code.
840         * doc/mc.1.in (Configuration): Clarify some entries.
842 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
844         * acinclude.m4: New options for smbfs:
845         --with-configdir=DIR    Where the Samba configuration files are (/etc)
846         --with-codepagedir=DIR  Where the Samba codepage files are
848 2002-01-11  Pavel Roskin  <proski@gnu.org>
850         * syntax/xml.syntax: New file - highlighting for XML.
851         From Petr Kozelka <pkozelka@centrum.cz>
852         * syntax/Syntax: Add xml.syntax.
853         * syntax/Makefile.am: Likewise.
855 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
857         * configure.in: Added "eu" to ALL_LINGUAS.
859 2002-01-03  Pavel Roskin  <proski@gnu.org>
861         * lib/mc.menu: Correct quoting.
862         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
864         * NEWS: Mention removal of the OS/2 port.
865         * README.PC: Remove OS/2 specific parts.
867 2002-01-02  Pavel Roskin  <proski@gnu.org>
869         * configure.in: Make help about --with-subshell easier to
870         understand.  Minor alignment fixes for the help.
871         * acinclude.m4: Minor alignment fixes for the help.
873 2001-12-31  Pavel Roskin  <proski@gnu.org>
875         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
876         from vfs/Make-mc.in.
878 2001-12-27 Duarte Loreto  <happyguy_pt@hotmail.com>
880         * configure.in: Added portuguese to ALL_LINGUAS
882 2001-12-21  Pavel Roskin  <proski@gnu.org>
884         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
885         Don't remove slang/slang.h - it's never created.
887         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
888         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
889         unused.
891 2001-12-01  Wang Jian  <lark@linux.net.cn>
893         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
895 2001-11-29  Pavel Roskin  <proski@gnu.org>
897         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
899 2001-11-27  Pavel Roskin  <proski@gnu.org>
901         * lib/mc.ext.in: When running X programs in background, do it
902         from subshell.  Otherwise some of them terminate when mc exits.
903         Reported by Christian Dysthe <christian@dysthe.net>
904         Remove some obsolete and gmc-specific entries.  Use StarOffice
905         to open files detected as "Microsoft Office Document".
907         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
908         XFree86 4.1.0.
910 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
912         * doc/mcedit.1.in: Fix help file location.
914 2001-11-14  Pavel Roskin  <proski@gnu.org>
916         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
917         fallback to ino_t for e2fsprogs version 1.19 and older.
919 2001-10-30  Pavel Roskin  <proski@gnu.org>
921         * lib/mc.ext.in: Add support for Netpbm files.
923 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
925         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
926         http://bugzilla.gnome.org/show_bug.cgi?id=60935
927         By drk@sgi.com.
929         * doc/mc.1.in: Document %p macro.
931 2001-10-24  Pavel Roskin  <proski@gnu.org>
933         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
934         Allow using --without-mmap.
935         * INSTALL: Document --without-mmap.
937 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
939         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
940         of languages to be installed by setting env variable before
941         configure. If it is empty, it defaults to full list.
942         By Alex Tkachenko <alex@bcs.zp.ua>.
944 2001-10-19  Pavel Roskin  <proski@gnu.org>
946         * syntax/sh.syntax: Highlight reserved words inside backticks.
947         Use the same wholechars settings for reserved words and
948         commands.  Recognize more words.  Recognize function definitions
949         without "function" or without "()".  Use brightmagenta instead
950         of brightblue.
952 2001-10-18  Pavel Roskin  <proski@gnu.org>
954         * configure.in: When checking for "nroff -mandoc" support, don't
955         use /dev/null as input file, use stdin.  Some versions of nroff
956         (e.g. groff-1.16.1) don't accept special files.
958 2001-10-14  Pavel Roskin  <proski@gnu.org>
960         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
961         Makefile.  Don't allow any suffixes after "Makefile".
963 2001-10-12  Pavel Roskin  <proski@gnu.org>
965         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
966         format).
968 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
970         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
971         Fix compress<->bzip2 conversion and conversion of tagged
972         archives.
974 2001-10-05  Pavel Roskin  <proski@gnu.org>
976         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
977         Suggested by Marcel Pol <mpol@gmx.net>
979         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
980         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
981         and *.mid files.
983 2001-09-30  Pavel Roskin  <proski@gnu.org>
985         * configure.in: Don't check whether grep supports stdin - it's
986         not used anymore.
987         * NEWS: Mention this change.
989 2001-09-19  Pavel Roskin  <proski@gnu.org>
991         * doc/mcedit.1.in: Fix a very long line - use double
992         backslashes since they are interpreted even in the .nf blocks.
994         * lib/edit.spell.rc: Try aspell before resorting to ispell.
996         * syntax/php.syntax: Replace with a better implementation by
997         Max Schedriviy <max@tavrida.net>
999 2001-09-15  Pavel Roskin  <proski@gnu.org>
1001         * doc/mc.1.in: Fix location of mcedit files.
1002         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
1004 2001-09-14  Pavel Roskin  <proski@gnu.org>
1006         * configure.in: Don't check for ncurses version and for keyok()
1007         because the mouse support code doesn't need this hack anymore.
1009 2001-09-13  Pavel Roskin  <proski@gnu.org>
1011         * configure.in: Fix some cases of overquoting and underquoting.
1012         * acinclude.m4: Likewise.
1014 2001-09-12  Pavel Roskin  <proski@gnu.org>
1016         * configure.in: Update list of browsers.  Don't fallback to
1017         lynx since it cannot be run in background.
1018         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
1019         If no browser for X11 was found, use lynx.
1021         * autogen.sh: Add a workaround to ensure that "depcomp" is
1022         distributed.
1023         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
1024         where appropriate.
1025         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
1026         terminfo.
1028         * configure.in: Use three-argument form of AC_INIT.  Use
1029         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
1030         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
1031         is not needed if AC_CONFIG_AUX_DIR is used.
1032         * vfs/Make-mc.in: Adjust mkinstalldirs location.
1033         * autogen.sh: Create "config" and remove "autom4te.cache".
1035 2001-09-11  Pavel Roskin  <proski@gnu.org>
1037         * syntax/Syntax: New file, extracted from edit/syntax.c.
1038         * syntax/Makefile.am: Add Syntax.
1040         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
1041         to LIBS.  Don't use unportable "grep -q", use "case" instead.
1043 2001-09-10  Pavel Roskin  <proski@gnu.org>
1045         * configure.in: Only check for X if --with-tm-x-support has been
1046         specified.
1048         * configure.in: Add check for sys/ioctl.h.
1050         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
1052         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
1053         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
1054         testing for functions in ncurses.
1056         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
1057         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
1058         * acconfig.h: Remove.
1060         * configure.in: Eliminate LIBSLANG and LSLANG.
1061         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
1063         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
1064         resizeterm() and keyok() only if configuring with ncurses.
1066         * configure.in: Remove now unused variables LIBVFS and LVFS.
1068         * configure.in: Remove unused variables LINTL and INTLDEPS.
1070         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
1071         building with included gettext, because libintl.h is copied
1072         there.
1074 2001-09-09  Pavel Roskin  <proski@gnu.org>
1076         * NEWS: Update.
1078         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
1079         checks -lgen for getmntent as of Autoconf 2.52.
1081 2001-09-07  Pavel Roskin  <proski@gnu.org>
1083         * configure.in: Check for pwd.h.
1085         * Make.common.in: Remove.
1086         * configure.in: Remove all references to Make.common.in and
1087         MCCPPFLAGS.
1088         * aclocal.m4: Likewise.
1090         * configure.in: Require Autoconf 2.52.  Remove hacks for
1091         Autoconf 2.13.
1092         * Makefile.am: Require Automake 1.5.
1094 2001-09-06  Pavel Roskin  <proski@gnu.org>
1096         * syntax/php.syntax: New file - PHP file highlighting.  Copied
1097         from Cooledit 3.17.4.
1098         * syntax/Makefile.am: Add php.syntax.
1100 2001-09-06  Timur Bakeyev  <mc@bat.ru>
1102         * acconfig.h: Brought back couple of symbols, that are still necessary
1103         due reference to them from configure.in.
1105 2001-09-04  Pavel Roskin  <proski@gnu.org>
1107         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
1108         strictness for dates.
1110         * doc/mc.1.in: Fix troff warnings.
1111         * doc/mcedit.1.in: Likewise.
1113 2001-09-03  Pavel Roskin  <proski@gnu.org>
1115         * doc/mc.1.in: Spellcheck.
1116         * doc/mcedit.1.in: Likewise.
1117         * doc/mcserv.8.in: Likewise.
1119         * doc/mc.1.in (Learn Keys): Complete rewrite.
1121 2001-09-02  Pavel Roskin  <proski@gnu.org>
1123         * acconfig.h: Remove all unused symbols.
1125         * lib/ncurses.h: Remove.
1126         * lib/Makefile.am: Remove ncurses.h.
1128 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
1130         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
1132 2001-08-28  Pavel Roskin  <proski@gnu.org>
1134         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
1135         like EOF.
1137 2001-08-26  Pavel Roskin  <proski@gnu.org>
1139         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
1140         CONS_SAVER.  Put all conditionals together.
1142         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
1143         Automake 1.5.
1145         * configure.in: Remove XCURSES variable - it's unused.
1147         * configure.in: New conditional USE_EDIT.
1149         * syntax/changelog.syntax: Don't require '@' to be in the
1150         address.  This also works around a bug in the syntax engine
1151         that prevented highlighting of addresses.
1153 2001-08-25  Pavel Roskin  <proski@gnu.org>
1155         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
1157 2001-08-24  Pavel Roskin  <proski@gnu.org>
1159         * extraconf.h: Remove all references to HAVE_X.
1160         * acinclude.m4: s/GNOME_/MC_/
1161         * configure.in: Likewise.  Remove or clarify all references to
1162         the "text edition".  Minor fixes.
1164         * configure.in: Remove support for curses libraries other than
1165         ncurses.
1166         * acinclude.m4: Likewise.
1167         * FAQ: Remove everything about UNIX curses.
1168         * INSTALL: Likewise.
1170         * configure.in: Enable large file support by default.
1171         * NEWS: Mention it.
1172         * INSTALL: Document it.  Minor fixes.
1174         * FAQ: Remove information about GNOME edition.  Minor fixes.
1175         * README: Likewise.
1176         * NEWS: Mention removing the GNOME edition.
1178         * acinclude.m4: Include all used macros from the macros
1179         directory.
1180         * autogen.sh: Remove all references to "macros".
1181         * Makefile.am: Likewise.
1183         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
1184         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
1186         * lib/startup.links: Remove.
1187         * lib/README.desktop: Likewise.
1188         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
1190         * configure.in: Bump version to 4.5.99a.
1192         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
1193         * po/*.po: Regenerate.
1195         * AUTHORS: Update and spell check.
1196         * FAQ: Likewise.
1197         * INSTALL: Likewise.
1198         * INSTALL.FAST: Likewise.
1199         * NEWS: Likewise.
1200         * README.PC: Likewise.
1201         * README.QNX: Likewise.
1203         * configure.in: Add check for stropts.h.
1205 2001-08-23  Pavel Roskin  <proski@gnu.org>
1207         * lib/edit.indent.rc: Create cooledit.error right away to
1208         override its old contents.  Don't use ksh extentions.  Treat *.C
1209         files as C++.  Recognize more C++ extensions.  Support java.
1210         Update URL for "astyle".  Quote all arguments to protect spaces.
1211         * lib/edit.spell.rc: Don't save terminal settings - mc does it
1212         itself.  Quote all arguments to protect spaces.
1214 2001-08-21  Pavel Roskin  <proski@gnu.org>
1216         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
1217         files if GNOME frontend is disabled.
1218         * idl/Makefile.am: Likewise.
1219         * lib/Makefile.am: Likewise.
1220         * new_icons/Makefile.am: Likewise.
1222         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
1223         case it already has gettext macros elsewhere and doesn't like
1224         duplicates (i.e. it's aclocal from Automake-1.4).
1226 2001-08-20  Pavel Roskin  <proski@gnu.org>
1228         * AUTHORS: Updated.
1229         * INSTALL: Likewise.
1230         * NEWS: Likewise.
1231         * doc/mc.1.in: Likewise.
1232         * doc/mcserv.8.in: Likewise.
1234         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
1235         for sys/mount.h.
1237 2001-08-19  Andras Timar  <timar@gnome.hu>
1239         * lib/Makefile.am: Added Hungarian hints
1240         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
1242 2001-08-19  Pavel Roskin  <proski@gnu.org>
1244         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
1246 2001-08-17  Pavel Roskin  <proski@gnu.org>
1248         * syntax/po.syntax: New file - PO file highlighting.
1249         From David Martin <dmartina@excite.es>
1250         * syntax/Makefile.am: Add po.syntax.
1252         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
1253         it's sometimes missing from the databases.
1255 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
1257         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
1258         * lib/Makefile.am: Reflect above change.
1260 2001-08-15  Pavel Roskin  <proski@gnu.org>
1262         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
1264 2001-08-14  Pavel Roskin  <proski@gnu.org>
1266         * lib/mc.lib: Add popular sequences for "home" and "end" in
1267         "xterm" and "xterm-color" terminals.
1269 2001-08-13  Pavel Roskin  <proski@gnu.org>
1271         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
1273         Replace "Can't" with "Cannot" everywhere.
1275 2001-08-12  Pavel Roskin  <proski@gnu.org>
1277         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
1278         subshell, not for "Open file...".
1279         (emacs_key_map): Likewise.
1281         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1283 2001-08-10  Pavel Roskin  <proski@gnu.org>
1285         * Makefile.am (EXTRA_DIST): Remove BUGS.
1286         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
1288         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
1290         * doc/LSM: Remove, it's outdated.
1291         * doc/FILES: Likewise.
1292         * doc/DEVEL: Remove information about FILES.
1294         * FAQ: Eliminate all broken URLs on the MC site.
1295         From Frederic L. W. Meunier <0@pervalidus.net>
1297         * FAQ: Restore information about xterm.
1299 2001-08-08  Pavel Roskin  <proski@gnu.org>
1301         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1303 2001-08-07  Pavel Roskin  <proski@gnu.org>
1305         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
1307         * doc/mc.1.in: Fix all broken links.
1309 2001-08-06  Pavel Roskin  <proski@gnu.org>
1311         * INSTALL: Numerous changes.  Declare old curses obsolete.
1312         Partly from Frederic L. W. Meunier <0@pervalidus.net>
1314         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
1316 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
1318         * lib/Makefile.am: Remove space after backslash introduced in the
1319         previous commit.
1321         * lib/mc.hint.zh_TW.Big5: New file.
1322         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
1324 2001-08-02  Pavel Roskin  <proski@gnu.org>
1326         * lib/mc.hint.uk: New file.
1327         From Maksym Polyakov <polyama@yahoo.com>
1328         * lib/Makefile.am: Add mc.hint.uk.
1330 2001-08-01  Pavel Roskin  <proski@gnu.org>
1332         * lib/mc.hint.nl: New file.
1333         From Steef Boerrigter <sxmboer@sci.kun.nl>
1334         * lib/Makefile.am: Add mc.hint.nl.
1335         * lib/mc.hint: Remove ftp site.  Update copyright.
1336         * lib/mc.hint.cs: Likewise.
1337         * lib/mc.hint.es: Likewise.
1338         * lib/mc.hint.it: Likewise.
1339         * lib/mc.hint.pl: Likewise.
1340         * lib/mc.hint.ru: Likewise.  Shorten some lines.
1342         * edit/Makefile.in: Allow running "make install" before "make all".
1343         * gtkedit/Makefile.in: Likewise.
1345 2001-07-31  Pavel Roskin  <proski@gnu.org>
1347         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
1348         editor.
1349         * lib/Makefile.am: Add lib/edit.spell.rc.
1351         * autogen.sh: Use gettextize.
1352         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
1353         * po/Makefile.in.in: Likewise.
1355 2001-07-29  Pavel Roskin  <proski@gnu.org>
1357         * syntax/slang.syntax: New file.
1358         From Walery Studennikov <despair@sama.ru>
1359         * syntax/Makefile.am: Add slang.syntax.
1361 2001-07-27  Pavel Roskin  <proski@gnu.org>
1363         * extraconf.h: Move WITH_BACKGROUND here.
1365 2001-07-24  Pavel Roskin  <proski@gnu.org>
1367         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
1369 2001-07-23  Pavel Roskin  <proski@gnu.org>
1371         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
1373 2001-07-20  Pavel Roskin  <proski@gnu.org>
1375         * Make.common.in: Move all defines ...
1376         * gnome/Makefile.in: ... here ...
1377         * src/Makefile.in: ... and here.
1379 2001-07-19  Pavel Roskin  <proski@gnu.org>
1381         * configure.in: Don't check for getwd, it's completely
1382         eliminated.
1383         * INSTALL: Remove reference to HAVE_GETWD.
1385         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
1386         entries for compressed cpio archives.
1388         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
1389         they were only used in obsolete frontends.  Don't ever use %view
1390         without commands - it's slower and loses user settings, e.g.
1391         hex mode.  Put shared libraries before man pages and read.me
1392         before .me macros so that they match correctly.  Use nm for
1393         shared libraries.  Add rules for StarOffice and AbiWord.
1395 2001-07-14  Pavel Roskin  <proski@gnu.org>
1397         * configure.in: Bump version to 4.5.54a.
1399 2001-07-13  Pavel Roskin  <proski@gnu.org>
1401         * lib/mcserv.init: Fix exit status.
1402         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
1404         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
1405         "executable", which should follow a space. Simplify rules for
1406         images. Add shell/ rule for *.info files. Fix all incorrect
1407         uses of the alternation operator.
1408         Reported by Oskar Liljeblad and Michel Casabona.
1410 2001-07-12  Pavel Roskin  <proski@gnu.org>
1412         * configure.in: Don't check for iconv, it's already checked for
1413         in AM_GNU_GETTEXT.
1415 2001-07-10  Pavel Roskin  <proski@gnu.org>
1417         * doc/mc.1.in: Update documentation about hex search.
1419         * edit/edit_key_translator.c (cooledit_key_map): Bind
1420         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
1421         From Steef Boerrigter <sxmboer@sci.kun.nl>
1423         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
1424         * edit/edit_key_translator.c (cooledit_key_map): Add support
1425         for bracket matching on Alt-B.
1426         * gtkedit/gtkeditkey.c: Likewise.
1427         From Steef Boerrigter <sxmboer@sci.kun.nl>
1429 2001-07-06  Pavel Roskin  <proski@gnu.org>
1431         * lib/mc.ext.in: Use nm to view object files.
1433         * Make.common.in: Remove GNOME-specific and unused definitions.
1434         Partly moved to gnome/Makefile.in.
1436         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
1437         they are usused.
1438         * Make.common.in: Likewise.
1440 2001-06-29  Pavel Roskin  <proski@gnu.org>
1442         * ABOUT-NLS: Update to the version from gettext-0.10.38.
1444         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
1445         now done in configure. Move -I.. to the beginning.
1446         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
1447         libintl.a may be required to link mc.
1448         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
1449         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
1450         Move all i18n code to one place. Don't substitute INTLSUB - it's
1451         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
1452         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
1454 2001-06-25  Pavel Roskin  <proski@gnu.org>
1456         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
1457         It should be enabled explicitly by giving `--enable-largefile'
1458         to configure.
1459         * INSTALL: Document it.
1461 2001-06-22  Pavel Roskin  <proski@gnu.org>
1463         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
1465         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
1466         in struct statfs.
1467         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
1469         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
1470         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
1471         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
1472         found.
1473         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
1475 2001-06-19  Pavel Roskin  <proski@gnu.org>
1477         * configure.in: Check for telldir and seekdir. Join adjacent
1478         calls to AC_CHECK_FUNCS.
1480 2001-06-16  Pavel Roskin  <proski@gnu.org>
1482         * Makefile.am: Change the order of SUBDIRS to fully compile text
1483         edition before compiling anything for GNOME.
1484         * mc.spec.in: Don't use brace expansion to avoid implicit
1485         build-time dependency on bash.
1487 2001-06-13  Pavel Roskin  <proski@gnu.org>
1489         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
1490         the test code.
1491         * configure.in: Fix compiler warnings in the arguments to
1492         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
1493         around `=' in the `test' command.
1495 2001-06-07  Pavel Roskin  <proski@gnu.org>
1497         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
1498         GNOME documentation template.
1499         * doc-gnome/C/mkhtml: Don't generate index.
1500         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
1502 2001-06-06  Pavel Roskin  <proski@gnu.org>
1504         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
1505         conditional variables from EXTRA_DIST.
1507 2001-06-05  Pavel Roskin  <proski@gnu.org>
1509         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
1510         conversion support.
1511         From Walery Studennikov <hqsoftware@mail.ru>.
1513         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
1515 2001-06-01  Pavel Roskin  <proski@gnu.org>
1517         * lib/mc.charsets: Synchronize with the latest patch - remove
1518         a comment.
1520 2001-05-30  Pavel Roskin  <proski@gnu.org>
1522         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
1523         work with GNOME.
1525         * lib/mc.charsets: New file. From Walery Studennikov.
1526         * lib/Makefile.am: Distribute mc.charsets. Install it if
1527         the charset support is enabled.
1529         * configure.in: Add check for iconv() and the necessary code
1530         to support the charset selection patch.
1532         * configure.in: Add check for ESCDELAY variable in ncurses.
1534 2001-05-29  Pavel Roskin  <proski@gnu.org>
1536         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
1537         USE_EXT2FSLIB.
1539         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
1540         * pc/config.h: Likewise.
1542         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
1543         and "strings". Recognize "write" files and MS Word templates.
1544         For MS Excel documents try "xls2csv" and "strings".
1545         Escape spaces in the "type" directives.
1546         From Nerijus Baliunas.
1548         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
1550         * Make.common.in: Remove hpath, it's unused.
1552         * acconfig.h: Move constant parts ...
1553         * extraconf.h: ... here.
1554         [HAVE_X]: Disable subshell, s-lang and curses.
1555         * Makefile.am: Add extraconf.h.
1557 2001-05-28  Pavel Roskin  <proski@gnu.org>
1559         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
1560         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
1561         * configure.in: ... here.
1563 2001-05-27  Pavel Roskin  <proski@gnu.org>
1565         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
1566         * acconfig.h: Likewise.
1567         * src/layout.c: Likewise.
1569         * Make.common.in: Remove all percent rules.
1570         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
1571         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
1572         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
1573         AM_INIT_AUTOMAKE.
1575         * Make.common.in: Remove obsolete dependency tracking system.
1576         * configure.in: Likewise.
1577         * edit/Makefile.in: Likewise.
1578         * gnome/Makefile.in: Likewise.
1579         * gtkedit/Makefile.in: Likewise.
1580         * slang/Makefile.in: Likewise.
1581         * src/Makefile.in: Likewise.
1582         * vfs/Make-mc.in: Likewise.
1583         * src/depend.awk: Remove.
1585 2001-05-26  Pavel Roskin  <proski@gnu.org>
1587         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
1588         * syntax/octave.syntax: New file. From Walery Studennikov.
1589         * syntax/Makefile.am: Add octave.syntax.
1591         * configure.in: Fix incorrect test for stdin support in grep -
1592         it would always fail when configuring in an empty directory.
1593         Portability fixes - unset, backslashed space in here-documents.
1594         Eliminate all instances of "changequote".
1596         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
1597         user choice.
1598         * acconfig.h: Changes for the above.
1599         * INSTALL: Don't document --with-sco - it's now defunct.
1600         * INSTALL.FAST: Likewise.
1602 2001-05-25  Pavel Roskin  <proski@gnu.org>
1604         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
1605         are in the beginning of the "file" output.
1607 2001-05-23  Pavel Roskin  <proski@gnu.org>
1609         * lib/mc.ext.in: Add associations for viewing RPM files.
1611 2001-05-22  Pavel Roskin  <proski@gnu.org>
1613         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
1614         By default exit after the first error in jade.
1616         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
1617         JADEFLAGS environment variables. Report progress. Clean up on
1618         failure.
1620 2001-05-21  Pavel Roskin  <proski@gnu.org>
1622         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
1623         files.
1625         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
1626         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
1628 2001-05-20  Pavel Roskin  <proski@gnu.org>
1630         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
1631         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
1632         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
1633         * doc-gnome/C/figs/Makefile.am: Add support for converting from
1634         PNG to EPS.
1636         * Makefile.am (EXTRA_DIST): Remove create_vcs.
1637         * doc/FILES: Likewise. Typo fix.
1639 2001-05-19  Pavel Roskin  <proski@gnu.org>
1641         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
1642         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
1643         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
1645         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
1646         index entry "Moving files".
1648 2001-05-18  Pavel Roskin  <proski@gnu.org>
1650         * configure.in: Use src/main.c in AC_INIT.
1652         * create_vcs: Remove.
1654         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
1655         Add download location for glib.
1656         * mc.spec.in: Likewise.
1657         * doc/LSM: Likewise.
1658         * doc/mc.1.in: Likewise.
1659         * doc/mcedit.1.in: Likewise.
1660         * src/ext.c: Don't mention download location for MC.
1662         * FAQ: Update status of Tk, XView. and GNOME editions. Update
1663         homepage of gpm.
1665         * INSTALL: Remove information about Tk and XView. Change the
1666         mailing list addresses again.
1667         * FAQ: Change the mailing list addresses again.
1668         * MAINTAINERS: Likewise.
1669         * README: Likewise.
1670         * doc/mc.1.in: Likewise.
1671         * gnome/gmc-window.c: Likewise.
1672         * lib/README.xterm: Likewise.
1673         * lib/mc.ext.in: Likewise.
1674         * lib/mc.hint*: Likewise.
1675         * lib/mc.hlp.hu: Likewise.
1676         * po/*.po: Likewise.
1677         * src/main.c: Likewise.
1679 2001-04-20  Pavel Roskin  <proski@gnu.org>
1681         * FAQ: Change the mailing list addresses and the download
1682         locations.
1683         * INSTALL: Likewise.
1684         * MAINTAINERS: Likewise.
1685         * README: Likewise.
1686         * doc/mc.1.in: Likewise.
1687         * gnome/gmc-window.c: Likewise.
1688         * lib/README.xterm: Likewise.
1689         * lib/mc.ext.in: Likewise.
1690         * lib/mc.hint*: Likewise.
1691         * lib/mc.hlp.hu: Likewise.
1692         * po/*.po: Likewise.
1693         * src/main.c: Likewise.
1695 2001-04-19  Pavel Roskin  <proski@gnu.org>
1697         * configure.in: Don't install mcserv unless
1698         "--enable-mcserv-install" has heen specified.
1699         Don't quote the first argument in all calls to AM_CONDITIONAL
1700         to work around a bug in Automake 1.4.
1701         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
1702         * vfs/Make-mc.in: Likewise.
1704 2001-04-13  Pavel Roskin  <proski@gnu.org>
1706         * configure.in: Bump version to 4.5.53a.
1708 2001-04-06  Pavel Roskin  <proski@gnu.org>
1710         * gtkedit/editcmd.c: Remove support for XView layout attributes.
1711         * gtkedit/editoptions.c: Likewise.
1712         * pc/chmod.c: Likewise.
1713         * pc/drive.c: Likewise.
1714         * src/boxes.c: Likewise.
1715         * src/chmod.c: Likewise.
1716         * src/dlg.c: Likewise.
1717         * src/dlg.h: Likewise.
1718         * src/filegui.c: Likewise.
1719         * src/find.c: Likewise.
1720         * src/hotlist.c: Likewise.
1721         * src/layout.c: Likewise.
1722         * src/listmode.c: Likewise.
1723         * src/main.c: Likewise.
1724         * src/option.c: Likewise.
1725         * src/panelize.c: Likewise.
1726         * src/wtools.c: Likewise.
1727         * src/wtools.h: Likewise.
1728         * vfs/smbfs.c: Likewise.
1730         * autogen.sh: Check out "intl" and "macros" directories if they
1731         are missing. Simply "cvs up -d" won't restore them.
1733         * configure.in: Bump version to 4.5.52a.
1735 2001-03-14  Pavel Roskin  <proski@gnu.org>
1737         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
1738         Automake conditional USE_SAMBA_FS if Samba is to be supported
1739         in VFS.
1741 2001-03-07  Pavel Roskin  <proski@gnu.org>
1743         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
1744         defined.
1745         Reported by Norbert Warmuth.
1747         * configure.in: Don't process vfs/extfs/uzip - it's now
1748         constant.
1750         * syntax/changelog.syntax: Require space after asterisk to have
1751         it highlighted.
1753 2001-03-02  Pavel Roskin  <proski@gnu.org>
1755         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
1756         * configure.in: Use AC_PROG_CC_STDC instead.
1758         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
1759         Suggested by Christian Gennerat.
1761         * lib/mc.ext.in: Add support for "freeze" - old compression
1762         program used mostly on QNX.
1763         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
1764         * lib/Makefile.am: Adjusted.
1766 2001-02-26  Pavel Roskin  <proski@gnu.org>
1768         * lib/mc-gnome.ext.in: Remove, it's not used.
1769         * configure.in: Remove lib/mc-gnome.ext.
1770         * lib/Makefile.am: Likewise.
1772 2001-02-20  Pavel Roskin  <proski@gnu.org>
1774         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
1775         defined to prevent warnings on OpenBSD 2.7.
1776         * slang/jdmacros.h: Likewise.
1777         * src/mad.h: Likewise.
1778         * src/poptalloca.h: Likewise.
1780         * configure.in: Check for sys/time.h and sys/timeb.h. Use
1781         AC_HEADER_TIME.
1783 2001-02-07  Pavel Roskin  <proski@gnu.org>
1785         * autogen.sh: Create vfs/samba/include/stamp-h.in.
1786         * vfs/samba/include/stamp-h.in: Remove.
1788         * macros/curses.m4: Quote first argument to AC_DEFUN.
1789         * macros/gnome-cxx-check.m4: Likewise.
1790         * macros/gnome-gettext.m4: Likewise.
1791         * macros/gnome-libgtop-check.m4: Likewise.
1792         * macros/gnome-print-check.m4: Likewise.
1793         * macros/linger.m4: Likewise.
1794         * macros/need-declaration.m4: Likewise.
1796         * configure.in: Only configure in vfs/samba if smbfs support is
1797         enabled even with Autoconf 2.13.
1799 2001-01-30  Pavel Roskin  <proski@gnu.org>
1801         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
1802         --without-samba due to a typo.
1804         * configure.in: Only configure in vfs/samba if smbfs support is
1805         enabled. This optimization will only work with Autoconf-2.49c
1806         and above.
1808 2001-01-13  Pavel Roskin  <proski@gnu.org>
1810         * configure.in: Don't create a faked malloc.h.
1811         * gtkedit/edit.h: Don't assume that malloc.h always exists.
1812         * src/mad.h: Likewise.
1814         * configure.in: Simplified handling of cons.saver.
1815         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
1816         * mc.spec.in: Remove a workaround for the above.
1818         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
1819         for MC. Don't rely on the output of uname - use $host_os.
1821 2001-01-11  Pavel Roskin  <proski@gnu.org>
1823         * configure.in: Check for ext2 libraries only if VFS is enabled.
1825         * src/Makefile.in: Create directories before installing files.
1826         Removed all occurences of libprefix - it's never defined.
1828         * configure.in: All macros from configure.in moved to
1829         acinclude.m4. Added missing quotes in several places.
1830         * acinclude.m4: Likewise.
1832         * edit/Makefile.in: Don't install or uninstall mcedit -
1833         it cannot be installed before mc on systems without symlinks.
1834         * gtkedit/Makefile.in: Likewise.
1835         * src/Makefile.in: Install mcedit (if enabled) and mcview.
1836         Uninstall them.
1838         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
1839         from acinclude.m4 in gtk+:
1840         Don't define ENABLE_NLS unless we have a working NLS.
1841         (This should keep libintl.h from being included when it doesn't
1842         exist).
1844 2001-01-09  Pavel Roskin  <proski@gnu.org>
1846         * doc-gnome/C/figs/Makefile.am: New file.
1847         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
1848         makefile do it.
1849         * configure: Substitute doc-gnome/C/figs/Makefile.
1851         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
1853 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
1855         * lib/mc.hlp.hu: Added Hungarian help file from
1856           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
1857           maci@integrity.hu, mfh47@freemail.hu
1858         * lib/Makefile.am: Added LOCALIZED_HELP for further
1859           mc.hlp l10ns
1860         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
1861           gtkedit/editcmd.c: I18n of mc.hlp
1863 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
1865         * doc/mc.1.in: Corrected badly formatted link...
1867 2000-11-10  Robert Brady  <robert@suse.co.uk>
1869         * configure.in: Add Tamil to ALL_LINGUAS.
1871 2000-10-23  Pavel Roskin  <proski@gnu.org>
1873         * mc.spec.in: Allow mcserv.8 to be gzipped.
1875         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
1876         that cannot deal with "./gmc.sgml".
1878 2000-10-09  Pavel Roskin  <proski@gnu.org>
1880         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
1881         that CVS Automake will drop dependencied to the macros that
1882         we don't distribute.
1884         * lib/mc.ext.in: Removed references to icons. Source RPMs
1885         grouped to one regex. Removed "Update" for source RPMs, added
1886         "Rebuild" instead. Added "Check signature" for all RPMs.
1887         Added a comment about pop-up menus in the text edition.
1889 2000-10-06  Pavel Roskin  <proski@gnu.org>
1891         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
1892         flags moved out of CFLAGS as recommended by GNU coding
1893         standards.
1894         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
1895         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
1896         XCPPFLAGS.
1897         * INSTALL (Random notes on porting to other architectures):
1898         Completely rewritten. Recommended using CFLAGS instead of XINC.
1900 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1902         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
1904 2000-10-04  Christophe Merlet  <christophe@merlet.net>
1906         * gnome/*.desktop: Updated french strings.
1908 2000-10-03  Pavel Roskin  <proski@gnu.org>
1910         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
1911         to allow <legalnotice>. Unclosed tags fixed.
1913 2000-09-30  Pavel Roskin  <proski@gnu.org>
1915         * mc.spec.in: New package mc-common. Use DESTDIR instead of
1916         misusing prefix. Don't install old icons - they don't exist.
1918         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
1919         "export -f" to have mc() exported.
1920         * doc/mc.1.in: Changed description of the "-P" option to
1921         avoid inclusion of mc.sh and mc.csh into the manual.
1922         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
1924 2000-09-24  Pavel Roskin  <proski@gnu.org>
1926         * doc/mc.1.in: Minor formatting fixes.
1928         * lib/mc.sh.in: Remove temporary file non-interactively.
1929         * doc/mc.1.in: updated example for mc.sh.
1931 2000-09-23  Pavel Roskin  <proski@gnu.org>
1933         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
1934         updates it when needed.
1935         * mc.spec.in: Include translations with mc, not gmc. Run
1936         chkconfig --del in %preun, not %postun. --without-debug not
1937         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
1938         be executable. New files in %{prefix}/lib/mc/ - translated hints,
1939         editor files.
1941         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
1942         directory for document processing. Comment changes. gmc.ps and
1943         gmc.pdf now generated from gmc.dvi.
1945         * configure: Always include Make.common as file, otherwise
1946         "make distclean" breaks.
1947         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1948         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
1949         replaced with "rm -f" - the stangard says that "rm" is portable.
1950         Ditto $(MV). Adjusted *clean targets to match those in
1951         Automake. Removed "cross" target.
1953 2000-09-22  Pavel Roskin  <proski@gnu.org>
1955         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
1956         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
1957         * doc/Makefile.in: Converted to ...
1958         * doc/Makefile.am: ... this.
1960 2000-09-21  Pavel Roskin  <proski@gnu.org>
1962         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
1963         is not expanded in all shells.
1964         * doc/mc.sgml: Updated the example script to reflect the above
1965         changes.
1966         * doc/mc.in.1: Likewise.
1968 2000-09-19  Pavel Roskin  <proski@gnu.org>
1970         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
1971         Marco Ciampa
1973 2000-09-18  Pavel Roskin  <proski@gnu.org>
1975         * Make.common.in: Added installcheck to placate "make distcheck"
1976         * configure.in, Make.common.in, doc/Makefile.in,
1977         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1978         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
1979         variable MKINSTALLDIRS and builddir with Automake-compatible
1980         mkinstalldirs and top_builddir.
1981         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
1982         files. Added uninstall-local target.
1984 2000-09-17  Pavel Roskin  <proski@gnu.org>
1986         * configure.in: fixed wrong use of AC_MSG_RESULT inside
1987         AC_CACHE_VAL
1989         * Make.common.in: Added the "dvi" target for "make distcheck"
1990         to go further
1991         * doc-gnome/C/Makefile.in: converted to ...
1992         * doc-gnome/C/Makefile.am: ... this
1994 2000-09-15  Pavel Roskin  <proski@gnu.org>
1996         * acconfig.h, configure.in: Require autoconf 2.13 or above.
1997         Removed workarounds for older versions. Removed MCDEBUG
1998         variable - it's not used. --with-debug renamed to --with-mad and
1999         cleaned up. Always use -Wall with gcc, other manipulations with
2000         CFLAGS removed.
2002         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2003         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2004         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
2005         mc.pot becomes out of date in the tarball.
2007 2000-09-14  Pavel Roskin  <proski@gnu.org>
2009         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
2010         tests for cp, mv and rm.
2011         * Make.common.in: Removed variables xv_bindir and STRIP.
2012         Variables CP, MV and RMF are assigned trivial values.
2014         * edit/Makefile.in: Don't link headers, add extra includes
2015         to CPPFLAGS instead. Put links to the build directory.
2016         Remove the hack with "mx" - it is not needed anymore.
2018         * configure.in: remove any manupulations with top_srcdir.
2019         Don't change CPPGLAGS when the internal editor is enabled,
2020         instead do it ...
2021         * edit/Makefile.in, gtkedit/Makefile.in: ... here
2023         * configure.in, Make.common.in, doc/Makefile.in,
2024         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2025         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
2026         changed to top_srcdir for Automake compatability
2028         * configure.in: REGEX_O variable removed - always use our regex
2030         * configure.in: MCFGR variable removed
2032 2000-09-12  Pavel Roskin  <proski@gnu.org>
2034         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
2035         other GNOME modules
2036         * autogen.sh: remove "-I ." from the "aclocal" command line
2038 2000-09-01  Pavel Roskin  <proski@gnu.org>
2040         * configure.in: output vfs/extfs/Makefile
2042         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
2043         to avoid a warning
2044         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
2045         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
2047 2000-08-29  Pavel Roskin  <proski@gnu.org>
2049         * configure.in: use AM_GNOME_GETTEXT
2050         * gettext.m4: removed
2051         * Makefile.am: adjusted files to distribute, previous change
2052         reverted
2054         * mc-aclocal.m4: renamed to ...
2055         * acinclude.m4: ... this
2056         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
2057         * Makefile.am: aclocal should scan "." for gettext.m4
2059 2000-08-28  Pavel Roskin  <proski@gnu.org>
2061         * Make.common.in: removed hack for "make distcopy"
2062         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2063         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2064         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
2065         for external builds.
2066         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
2068 2000-08-24  Pavel Roskin  <proski@gnu.org>
2070         * new_icons/Makefile.in: converted to ...
2071         * new_icons/Makefile.am: ... this
2072         * configure.in: automake conditional GNOME introduced.
2073         "insticons" removed
2075         * icons/*: removed
2076         * Makefile.am, configure.in: necessary adjustments
2078         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
2079         automake installs them now
2081         * syntax/Makefile.in: converted to ...
2082         * syntax/Makefile.am: ... this
2084         * idl/Makefile.in: converted to ...
2085         * idl/Makefile.am: ... this
2087         * lib/Makefile.am: simplified, fixed "make dist"
2089         * lib/Makefile.in: converted to ...
2090         * lib/Makefile.am: ... this
2092         * lib/tkmc.wmconfig: removed
2093         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
2095         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
2096         to ...
2097         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
2098         * Make.common.in: support for "distdir" for compatability
2099         with Automake-generated makefiles
2100         * autogen.sh: run automake. Force cache - it is off by default
2101         in autoconf 2.49a, but it's still handy for maintainers
2102         * configure.in: adapted for Automake
2104         * AUTHORS: new file
2106 2000-08-23  Pavel Roskin  <proski@gnu.org>
2108         * configure.in: resurrect definition of xvers
2110         * VERSION.in: removed
2111         * Makefile.in: don't do anything with VERSION.in and VERSION
2112         Take mc.spec from builddir, not srcdir
2113         * configure.in: don't create VERSION
2115 2000-08-22  Pavel Roskin  <proski@gnu.org>
2117         * *.c, *.h: Updated address of Free Software Foundation
2119 2000-08-21  Pavel Roskin  <proski@gnu.org>
2121         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
2122         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
2123         related to XView, libXPM, libXext and Tk
2125 2000-08-18  Pavel Roskin  <proski@gnu.org>
2127         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
2128         files
2130         * configure.in: Simplified dependency tracking by using
2131         "-include" with GNU Make
2132         * autogen.sh: Exit on all failures
2134 2000-08-17  Pavel Roskin  <proski@gnu.org>
2136         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
2137         Fixed all misuses of single and double quotes. Typo fixes.
2138         Ensured compatability with sgml2html, sgml2txt and sgml2latex
2139         * doc/mc.1.in: Typo fix
2141         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
2142         * doc/linuxdoc-sgml.diff: removed
2143         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
2144         distribute gnome.sgml
2146 2000-08-15  Pavel Roskin  <proski@gnu.org>
2148         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
2149         in the "distclean" target
2151         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
2152         Removed all XVIEW-related stuff
2153         Fixed placement of png files on "make dist"
2155         * doc/mc.1.in: Updated info about the internal editor
2157         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
2158         indicate serious problems. Fixes for uninstall.
2159         * doc/Makefile.in: Rebuild if it is out of date.
2161         * lib/cedit.menu: Added. This file has been missing
2163         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
2165 2000-08-08  Pavel Roskin  <proski@gnu.org>
2167         * Makefile.in: correctly detect make failures in subdirs
2169 2000-08-01  Pavel Roskin  <proski@gnu.org>
2171         * nt, os2, tk, xv: removed all files
2172         * configure.in: don't create os2 and nt directories
2174 2000-08-01  Pavel Roskin  <proski@gnu.org>
2176         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
2178         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
2180 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
2182         * src/main.c: make 8bit input/output the default (99% of the people
2183         expects that; lets the remaining 1% use the configuration menu
2184         to disactivate it if they want)
2186 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
2188         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
2190 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
2192         * configure.in: check for gnome-libs with window icon support
2194         * acconfig.h: add icon define
2196 2000-06-08  Matthias Warkus  <mawa@iname.com>
2198         * new_icons/gnome-pack-*.png: Updated.
2199         * gnome/mc.keys: Added a MIME type for SLP packages.
2201 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
2203         * syntax/diff.syntax: Highlight lines beginning with "File",
2204         "Files" and "Binary"
2205         * syntax/makefile.syntax: Highlight "ifndef"
2206         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
2207         highlighted)
2209 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2211         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
2212         comment lines with # in last release
2214 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2216         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
2218 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2220         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
2221         look more consistent than original.
2223 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2225         * config.in: Added check against strcoll().
2227 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2229         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
2230         added 'and', 'or', 'not', 'for' keywords.
2232 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2234         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
2235         based systems. Hope, this will make FreeBSD midc maintainer to enable
2236         build-in editor by default. Still, syntax highlighting is disabled.
2237         Need to port...
2239 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2241         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2242           fixed, some messages gettext()ed again here and in
2243         gtkedit/editmenu.c:edit_about_cmd()
2245 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2247         * doc/mc.sgml (Examples): Fixed documentation, thanx
2248         to martin@internet-treff.uni-koeln.de.
2250 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
2252         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
2253         the label text
2255 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
2257         * gtkedit/syntax.c: treat *.ads as Ada source
2258         * syntax/ada95.syntax: escape "+" and "*"
2259         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
2260         * syntax/Makefile.in: remove diffc.syntax
2262         * edit/edit_key_translator.c: interpret code 0177 as
2263         backspace unless recognized otherwise
2265 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
2267         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
2268         initialization of array of structure (gcc version 2.96 20000131
2269         chokes on it).
2271         * lib/mc.hint: C-y and not C-u can be used to insert text in input
2272         lines (e. g. text which has been deleted with M-d).
2274         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
2276 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
2278         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
2280 2000-01-29  Matthias Warkus  <mawa@iname.com>
2282         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
2283         design on Federico's request.
2285 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
2287         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
2288         an ArrangeType enum.
2290 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
2292         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
2293         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
2294         setup.c: Add option of using GNOME "magic" routines to determine file
2295         types. This makes MC intelligently look at the data in the file to see
2296         what type of file it is, rather than looking at the filename extension.
2297         This slows down MC quite a bit, so it has been made an optional
2298         preference item. Type detection is expected to improve as mime-magic
2299         matures.
2301 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
2303         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
2304         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
2305         providing a patch.
2307 2000-01-11  Matthias Warkus  <mawa@iname.com>
2309         * Added icon and keys entry for Scheme source.
2311 2000-01-03  Fatih Demir  <kabalak@gmx.net>
2313         * configure.in: Added tr -> ALL_LINGUAS .
2315 1999-12-28  Matthias Warkus  <mawa@iname.com>
2317         * new_icons/*.png: Added a bunch of new icons.
2319 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
2321         * configure.in (VERSION): Bumped version number to 4.5.42.
2323 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
2325         * configure.in: added 'uk' to ALL_LINGUAS.
2327 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2329         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
2330         request from David Sauer
2332 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
2334         * configure.in (VERSION): Bumped version number to 4.5.41.
2336 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
2338         * configure.in (VERSION): Set version number to 4.5.39.
2340 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
2342         * configure.in: Added pt_BR to ALL_LINGUAS
2344 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
2346         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
2347         path to the mc binary according to @prefix@.
2349         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
2350         configure. Install mc.sh and mc.csh in $(suppbindir).
2352         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
2353         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
2354         copies of the included function definitions.
2356         * mcfn_install.in: Comment out definitions of the mc functions. Source
2357         mc.sh instead of adding an outdated mc function definition.
2359         * configure.in: output mc.sh and mc.csh
2361 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
2363         * lib/startup.links: Changed the news link to Gnotices
2365 1999-09-19  David Martin  <dmartina@usa.net>
2367         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
2368         8 bit chars from strftime get displayed when inserting date.
2370         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
2371         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
2372         file to avoid interferences. In this one I changed the extension check
2373         to a type check (as used for gzip) which might give problems in some
2374         systems.
2376         * configure.in: Use -Tlatin1 to format man pages when available and
2377         "view" 8 bit chars.
2379 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
2381         * gtkedit/edit.h: Include file reordering to make it compile with
2382         --with-debug
2384         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
2385         dependent on lenght of translated strings to display.
2387 1999-09-16  Owen Taylor  <otaylor@redhat.com>
2389         * Remove the magicdev autoconf test in favor of just
2390         including the idl file. Otherwise we have a dependency
2391         loop between this and magicdev.
2393 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
2395         * idl/FileManager.idl: Changed names, and put everything under a
2396         FileManager module.  Added a Desktop interface and some methods to
2397         the WindowFactory interface.
2399 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
2401         * doc-gnome/*: Shiny new docs from users-guide.
2402         All synced up.
2404 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
2406         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
2408 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
2410         * README: Updated and spell-checked.
2412         * NEWS: Updated.
2414 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
2416         * configure.in (ALL_LINGUAS): Added sv.
2418 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
2420         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
2421         symlink attacks (mcfn_install and the man page still needs to be
2422         updated).
2424 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
2426         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
2427         a symbolic link (ln -sf doesn't work as expected on Solaris)
2429 1999-08-19  Elliot Lee  <sopwith@redhat.com>
2430         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
2432 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
2434         * doc-gnome/C/gmc.sgml: Index fixes.
2436 1999-08-18  Elliot Lee  <sopwith@redhat.com>
2438         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
2439         initializers in the GnomeUIInfo structure.
2441 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
2443         * configure.in (VERSION): Bumped version number to 4.5.38.
2445 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
2447         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
2449 1999-08-15  David Martin  <dmartina@usa.net>
2451         * gtkedit/edit.c: Print localized date with strftime()
2453         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
2455 1999-08-08  David Martin  <dmartina@usa.net>
2457         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
2458         translation.
2460         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
2461         translation as it used to be.
2463 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2465         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
2466         that the correct index.html will be generated.
2468 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2470         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
2471         to the list.
2473 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
2475         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
2476         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
2477         This adds some new syntax rules, and spell check on the fly
2478         which if someone bugs me for, will actually get enabled in
2479         both the text and gnome versions. Bookmark stuff also needs
2480         some keys bound to it, I suppose: any takers?
2482 July 19, 1999 Elliot Lee
2483         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
2485 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
2487         * Makefile.in (all): Makefile fix.
2489 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2491         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2492         should fix the problem we had with FSSTND distributions.
2494 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2496         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
2497         list of distributed files.
2499 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2501         * configure.in (VERSION): Bumped version number to 4.5.34.
2503 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
2505         * Add fi into ALL_LINGUAS
2507 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
2509         * gnome/i-zipdisk2.png: Added another zip-disk icon
2510         by <scarab@egyptian.net> - It looks very nice. Variation
2511         is good.
2513 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2515         * acconfig.h: Add WITH_SMBFS
2517         * macros/gnome-vfs.m4: Support conditional samba support.
2519 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2521         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2522         should fix the problem we had with FSSTND distributions.
2524 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
2526         * mc.spec.in: added syntax files to %files
2528 1999-06-22  David Martin  <dmartina@usa.net>
2530         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
2532 1999-06-07  Shooby Ban  <bansz@szif.hu>
2534         * po/hu.po, configure.in: added hungarian translations...
2535           I'm not sure it's OK, but it seems usable.
2536           Translators: Tamas Fejos and Andras Kadar
2538 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
2540         * configure.in, Makefile.in: added the gmc helpfile to the build
2542 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
2544         * Add ja entry to LANG in configure.in
2546 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2548         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
2549         be installed in the system :) (added it to the Makefile.in)
2551 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2553         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
2554         disks - someone please add it to the mount.c code so it gets used..
2555         Everyone have a nice time at the expo! :) I hope to join the
2556         next time.
2558 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2560         * configure.in: Added check for getpt ()
2562 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2564         * configure.in (VERSION): Bumped version number to 4.5.31.
2566 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2568         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
2569         need to fool it by strdup'ing the return value of tempnam.
2571 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2573         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
2574         MCLIBS which are specific to the text edition.
2576         * INSTALL: Added documentation for --with-tm-x-support
2578 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
2580         * mc.spec.in : Folded in some changes from the 'offical' rpm
2581         spec file.
2583 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2585         * configure.in (SHELL): Do not use grep -q, as it is not portable
2586         to every OS.
2588 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2590         * configure.in: Linking from $srcdir/slang is broken when configure
2591         isn't called with an absolute path. Link from ../$srcdir/slang if
2592         configure was invoked with a relative path.
2594 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2596         * configure.in: Do not rm the destination file and then link, use
2597         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
2599 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2601         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
2602         --with-PACKAGE and --without-PACKAGE gave the same results.
2604 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2606         * configure.in (VERSION): Bumped version number to 4.5.30.
2608 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2610         * configure.in (VERSION): Bumped version number to 4.5.29.
2612 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2614         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
2615         now contains all checks.
2617 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2619         * configure.in (VERSION): bumped version number to 4.5.28.
2621 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
2623         * */Makefie.*: fixed several missed conversions from libdir to
2624         mclibdir. (Should be automake'd, really)
2626 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2628         * Make.common.in: There were conflicting definitions of mclibdir
2629         (one for installation, one for source).  Now the source one is
2630         called mcsrclibdir.
2632         * doc/Makefile.in: Use mcsrclibdir where appropriate.
2634 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
2636         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
2637         Pascal Program" (Heh, second time :)
2639         * Makefile.common: Until things gets clear, keep syntax rules in
2640         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
2642         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
2643         @libdir@.
2645 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
2647         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
2648         as requested by Paul. Still, need some checking...
2650 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
2652         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
2653         to date with cooledit 3.9.0. This adds some new features.
2654         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
2655         syntax.c. This is because the rule set is becoming too
2656         large to maintain in its current form and because file
2657         loading is starting to get slow.
2659         There is also a bookmark feature which does not yet have
2660         key bindings assigned to it, but should be cool once
2661         these get inserted. Syntax rules files are named
2662             $LIBDIR/cooledit/syntax/*.syntax
2664 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2666         * configure.in: Create slang directory, it is needed when
2667         builddir != srcdir.
2668         Use -f when calling rm, the file does not exist on
2669         first compile.
2670         No need to copy VERSION from $srcdir, it's already generated in
2671         $buildir.
2673 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
2675         * edit/edit_key_translator.c: Added missing translation tags.
2677 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2679         * configure.in: Minimum version of glib should be 1.2.0.
2680         (VERSION): Bumped version number to 4.5.27.
2682 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
2684         * gtkedit/editcmd.c: Added missing translation tags.
2686         * gtkedit/editoptions.c: Added missing translation tags. Translate
2687         radio buttons on first use.
2689 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
2691         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
2692         to get the mc spec file to work.
2693         * hacked configure to generate a properly versioned spec file.
2695 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2697         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
2698         radio buttons on first pass.
2700 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
2702         * gtkedit/editcmd.c: Mark strings in the search and replace
2703         dialogs for translation. Resized these dialogs to let the messages
2704         fit.
2706 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2708         * gtkedit/editwidget.c (selection_send): Use the proper type for
2709         64-bit cleanliness (Patch from George Lebl).
2711 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
2713         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
2714         into the catalog file.
2716 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2718         * configure.in: Make Timur's libtermcap check work with SLang
2719         0.99.98, too.
2721 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2723         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
2724         PS and EPS files.  Thanks, Tigert!
2726 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2728         * configure.in (CCOPTS): Drop the prefix auto-detection.
2730 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
2732         * configure.in: Add check, which, in case of system-installed SLang
2733         library tries to run a test program, which determines, does we need
2734         linking with libtermcap.a. Also, set of if's for finding terminfo
2735         dir changed to for cycle - a bit nicer :)
2737 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2739         * README.QNX: Deleted documention about mc.menu.qnx.diff.
2741 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2743         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
2745 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2747         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
2748         from tar calls when extracting (according to my man page this option
2749         is only useful when creating archieves).
2751 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2753         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
2754         adds support for tar.bz2 and merges the support for freeze-compressed
2755         tar files (tar.F) from mc.menu.qnx.diff.
2757 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
2759         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
2760         GNU-like :)
2762 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2764         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
2765         the catalog file.
2767 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
2769         * new_icons/gnome-core.png: New icon for core files. Someone
2770         please add the code part :)
2772 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
2774         * configure.in: Add check against setuid() and setreuid() functions.
2776 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2778         * slang/slang.h: renamed to slang-mc.h
2780         * slang/Makefile.in: delete slang.h on "make clean"
2782         * configure.in: link slang/slang-mc.h to slang/slang.h when the
2783         included slang is used. Problem was that MC's slang.h was used
2784         when we compiled with an already installed SLang and the systems
2785         header file were included with <slang/slang.h>.
2786         Unfortunatly I can't use AC_LINK_FILES to make the links because
2787         if we needn't make any links AC_LINK_FILES makes a link from
2788         srcdir to top_builddir (builddir != srcdir).
2790         Temporary add $LGPM to $LIBS when checking for the resizeterm
2791         and keyok functions (ncurses might be linked against GPM).
2793         Substitude PACKAGE (intl/Makefile makes use of it)
2795 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
2797         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
2798         #include "global.h".
2800 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
2802         * Make.common.in (gnewdir): new path.
2804 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
2806         * configure.in: Add comments before "Let" and "the" - typo. Add new
2807         path to include's search.
2809 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
2811         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
2813 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2815         * configure.in (REGEX_O): Always include regex.o as the code we
2816         are using in gmc is not using regcomp/regexec, but the internal
2817         Emacs API.
2819         * src/regex.c: Do not compile the POSIX compatibility code, as we
2820         do not use it.
2822 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2824         * doc/mc.sgml, mc1.in (Color section): minor polishing
2825         (Layout section): documented Highlight...
2827 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2829         * configure.in: Deleted du checks
2831         * INSTALL: Deleted --with-dusum documentation.
2833         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
2834         Configuration dialog. Added Advanced chown subsection. Deleted
2835         variables from the Special settings section which are now covered
2836         by the configuration dialog.
2838 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2840         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
2841         tar_gz_memlimit. Partially rewrote the section about the
2842         Virtual FS.. configuration dialog.
2844 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
2846         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
2848 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2850         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
2852         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
2853         builddir
2855 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
2857         * new_icons/gnome-image-[lots].png: I added some icons for file
2858         types (image) there - someone please tell me what the correct
2859         location and naming convention is and I will try to follow that. :)
2861 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
2863         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
2864         the build will still work.  (Has this been replaced by new_icons?)
2866 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
2868         * doc/mc.1.in, mc.sgml: added my name to list ov authors
2870 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2872         * Makefile.in (codedirs): Dropped xv and tk ports from the
2873         distribution. include idl directory.
2875 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2877         * configure.in (slang_use_system_installed_lib): Define slang
2878         here, to avoid having this on LIBS.
2880 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
2882         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
2884 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
2886         * config.h.in: Removed from CVS, added to .cvsignore
2888         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
2889         configure.in:
2890         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
2891         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
2892         HAS_CURSES added to acconfig.h
2894 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2896         * autogen.sh: Add "-I macros" to the aclocal flags.
2898         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
2899         so that aclocal will not complain about an obsolete macro.
2901         * configure.in: Use MC_HPUX_PROG_CC_STDC
2903         * ChangeLog: There was no ChangeLog here, so I added one.