* configure.in: Remove support for HSC proxy - it's obsolete.
[midnight-commander.git] / ChangeLog
blob63cc1290d4c9e4cc9cc18ab456f48515713e1235
1 2002-09-22  Pavel Roskin  <proski@gnu.org>
3         * configure.in: Remove support for HSC proxy - it's obsolete.
4         Remove all references to HSC proxy everywhere.
6 2002-09-21  Pavel Roskin  <proski@gnu.org>
8         * configure.in: Bump version to 4.6.0-pre1b.
10         * doc/hu/mc.hlp.hu: Rename to ...
11         * doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
12         * configure.in: Substitute doc/hu/mc.hlp.hu.
13         * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
15         * doc/mc.1.in: Update path to data the files.  Rename MC_LIBDIR
16         to MC_DATADIR.  Make the same changes in the translations.
18         * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
19         directory for architecture-independent files.
21 2002-09-19  Pavel Roskin  <proski@gnu.org>
23         * syntax/m4.syntax: New file.
24         * syntax/Syntax: Add m4.syntax.
25         * syntax/Makefile.am: Likewise.
26         From Vlad Romanenko <VladRomanenko@ukr.net>
28         * syntax/sql.syntax: Only recognize non-standard MySQL comments
29         at the beginning of line.
31 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
33         * syntax/syntax.syntax: Add "linestart" for "context",
34         "context default" and "context exclusive" keywords.
35         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
36         and "%5.5s" formats.
38 2002-09-18  Pavel Roskin  <proski@gnu.org>
40         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
41         rules for syntax files ...
42         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
43         and "include" keywords.
44         * syntax/Makefile.am: Add syntax.syntax.
46 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
48         * syntax/js.syntax: Advanced number highlighting.
50 2002-09-17  Pavel Roskin  <proski@gnu.org>
52         * syntax/c.syntax: Highlight "?" by the same color as ":".
53         * syntax/java.syntax: Likewise.
54         * syntax/swig.syntax: Likewise.
55         * syntax/python.syntax: Remove duplicate keyword ":".
57         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
58         m4 directory is used by aclocal.
59         * m4/Makefile.am: New file.
60         * configure.in: Substitute m4/Makefile.
61         * autogen.sh: Don't copy any macro files, use m4 directory.
63         * syntax/Makefile.am: Add js.syntax.
65         * configure.in: Add support for glib 2.x.  Right now, it has to
66         be explicitly enabled by `--with-glib2'.
67         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
69 2002-09-16  Pavel Roskin  <proski@gnu.org>
71         * syntax/js.syntax: New file.
72         * syntax/Syntax: Add js.syntax.
73         From Vlad Romanenko <VladRomanenko@ukr.net>
75 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
77         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
78         of local xnc.hlp
79         * doc/pl/xnc.hlp: Removed.
81 2002-09-13  Pavel Roskin  <proski@gnu.org>
83         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
84         Remove "potfiles" command.
85         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
86         compatibility with gettext 0.10.x.
88         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
89         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
91         * po/Makevars: New file for compatibility with gettext 0.11.x.
93         * configure.in: Remove "Debugger code" message.
95         * acinclude.m4: Replace undelfs_o with use_undelfs.
96         * configure.in: Likewise.  Don't substitute it.
98         * configure.in: Simplify processing of without-edit.  Replace
99         several variables with use_edit.
100         * acinclude.m4: Remove AC_WITH_EDIT.
102         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
103         use_smbfs.
104         * configure.in: Likewise.
105         * INSTALL: Document --with-samba.
107         * configure.in: Roll --enable-mcserv-install into ...
108         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
109         * INSTALL: Document --with-mcfs.
111 2002-09-12  Pavel Roskin  <proski@gnu.org>
113         * configure.in: Don't check if crypt() prototype is needed to
114         avoid warnings - the whole code is not worth avoiding one
115         legitimate warning.
116         * acinclude.m4: Remove AC_TRY_WARNINGS.
118         * configure.in: ALL_LINGUAS should be defined unconditionally.
120         * acinclude.m4: Clarify some help texts, add defaults in square
121         brackets, use more consistent spacing.
122         * configure.in: Likewise.
124         * lib/mc.menu: Don't call tarballs "releases".  Don't
125         dereference symlinks.
127 2002-09-10  Pavel Roskin  <proski@gnu.org>
129         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
131 2002-09-07  Pavel Roskin  <proski@gnu.org>
133         * configure.in: Eliminate --with-terminfo option, which was
134         essentially equivalent to --with-included-slang and didn't force
135         anything.
136         * acinclude.m4 (AC_USE_TERMINFO): Remove.
137         * INSTALL: Adjust to match.
138         * FAQ: Likewise.
140 2002-09-05  Pavel Roskin  <proski@gnu.org>
142         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
143         NETFILES - it's unused.
145         * configure.in: Check for arpa/inet.h.
147         * mcfn_install: Remove.  Also remove all references to it.
148         * INSTALL.FAST: Update information about ncurses.
149         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
151         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
152         LIBS.
153         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
154         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
155         test for ncurses in non-standard directories.
157 2002-09-04  Pavel Roskin  <proski@gnu.org>
159         * lib/mc.ext.in: Remove edit rules for compressed files that
160         were compressing even unchanged files - the editor itself can
161         handle compression better.
163 2002-09-03  Pavel Roskin  <proski@gnu.org>
165         * acinclude.m4: Remove Termnet support, it's too old and obscure
166         to be supported properly.
168 2002-08-27  Pavel Roskin  <proski@gnu.org>
170         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
171         OpenOffice.org, not StarOffice.  Add more video formats.
173         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
174         unnecessary pipeline.  Redirect stderr from cpio, because it can
175         be non-empty even for successful operations.
177 2002-08-26  Pavel Roskin  <proski@gnu.org>
179         * syntax/spec.syntax: New file.
180         * syntax/Syntax: Add spec.syntax.
181         * syntax/Makefile.am: Likewise.
182         From PLD Linux Distribution with minor changes.
184 2002-08-25  Pavel Roskin  <proski@gnu.org>
186         * lib/mcserv.init: Update from Red Hat package.
187         * lib/mcserv.pamd: Likewise.
189         * configure.in: Fix interpretation of the iconv test result.
190         Reported by Pavel Shirshov <pavelsh@mail.ru>
192         * mc.sh.in: Only bash needs the mc() function to be exported.
194         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
195         instead of /usr where appropriate.
196         * doc/Makefile.am: Enable generation of the help file.
198         * doc/pl/*: Add Polish translation.
199         * doc/Makefile.am: Adjust for the above.
200         * configure.in: Likewise.
202 2002-08-24  Pavel Roskin  <proski@gnu.org>
204         * lib/edit.indent.rc: Use tidy to format HTML.
205         From David Martin <dmartina@excite.com>
207         * lib/cedit.menu: Remove all references to the error file.
208         * lib/edit.indent.rc: Likewise.
209         * lib/edit.spell.rc: Likewise.
211 2002-08-23  Pavel Roskin  <proski@gnu.org>
213         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
214         use only for the programs that need it (mc and mcserv).
216         * configure.in: Fix help text for gpm and ncurses.  Properly
217         handle --without-ncurses.
218         Reported by Moritz Barsnick <moritz@barsnick.net>
220         * configure.in: Work around a bug in Autoconf-2.53 that prevents
221         splitting of user-specified path in AC_PATH_PROGS.
223         * configure.in: Move glib test earlier, as it tends to fail for
224         many users.  Make GLIB_CONFIG a precious variable.  Check for
225         glib12-config - that's how it's called on FreeBSD.
226         Reported by Pavel Shirshov <pavelsh@mail.ru>
228 2002-08-22  Pavel Roskin  <proski@gnu.org>
230         * configure.in: Remove old-style Linux-only support for shadow
231         passwords.
233 2002-08-21  Pavel Roskin  <proski@gnu.org>
235         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
236         now, otherwise Automake 1.5 breaks.  Remove version number from
237         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
238         Substiture RH_VERSION, which is VERSION without dashes, needed
239         for RedHat specfile.
241         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
242         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
243         two places.
245         Release mc-4.6.0-pre1.
247         * configure.in: Bump version to 4.6.0-pre1.
248         * po/*.po: Regenerate.
250 2002-08-20  David Martin  <dmartina@excite.com>
252         * doc/es/mc.1.in: Minor changes.
253         * doc/es/xnc.hlp: Likewise.
255 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
257         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
258         %{_mandir}/*/man1/*.
260 2002-08-20  Pavel Roskin  <proski@gnu.org>
262         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
264 2002-08-19  Pavel Roskin  <proski@gnu.org>
266         * configure.in: Add Italian documentation.
267         * doc/Makefile.am: Likewise.
269         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
271         * configure.in: Enable subshell support on all operating systems
272         by default.  Old issues are most likely solved by now.
274 2002-08-18  Pavel Roskin  <proski@gnu.org>
276         * lib/mc.ext.in: Try links before lynx.  Force full path when
277         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
278         is already broken if the program starts in background.  Add a
279         comment discouraging taking this code as example.
281         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
282         obsolete.
283         * doc/es/mc.1.in: Likewise.
284         * doc/ru/mc.1.in: Likewise.
285         * doc/hu/mc.hlp.hu: Likewise.
287         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
288         was unsafe by design and is no longer supported.  Use %t instead
289         of %u to preserve tags in case of failure.
291         * vfs/extfs/ftplist.in: Remove support for running commands, it
292         makes no sence.
294 2002-08-16  Pavel Roskin  <proski@gnu.org>
296         * lib/mc.global: Remove, it duplicates the role of mc.lib.
297         * lib/mc.lib: Add contents of mc.global.
298         * lib/Makefile.am: Remove all references to mc.global.
300         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
301         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
303 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
305         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
306         set, umask and unset like other builtin commands.
308 2002-08-15  Pavel Roskin  <proski@gnu.org>
310         * configure.in: Remove check for SIGTSTP, it's not needed for
311         the subshell support.
313         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
314         done at runtime.
315         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
317 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
319         * doc/ru/mc.1.in: Remove reference to README.edit.
320         * doc/mc.1.in: Likewise.
321         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
322         everywhere.
324 2002-08-14  Pavel Roskin  <proski@gnu.org>
326         * doc/mc.1.in: Consistently use "native" ftp syntax.
327         * doc/ru/mc.1.in: Likewise.
328         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
329         * doc/es/xnc.hlp: Likewise.
331         * lib/mc.hlp.hu: Move ...
332         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
334 2002-08-09  Pavel Roskin  <proski@gnu.org>
336         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
337         and entries that are obsolete or make no sence.
339         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
340         "How to use help".
342         * doc/Makefile.am: Don't distribute help file.  Generate it in
343         the build directory.
344         * doc/es/Makefile.am: Likewise.
345         * doc/ru/Makefile.am: Likewise.
347         * lib/xnc.hlp: Move ...
348         * doc/xnc.hlp: ... here.
349         * doc/Makefile.am: Necessary adjustments.
350         * lib/Makefile.am: Likewise.
351         * src/Makefile.am: Likewise.
353         * configure.in: Add Spanish documentation.
354         * doc/Makefile.am: Likewise.
355         * doc/es: Spanish documentation.
356         From David Martin <dmartina@excite.com>
358 2002-08-08  Pavel Roskin  <proski@gnu.org>
360         * lib/mc.lib: Add f11-f20 keys for Konsole.
362 2002-08-06  Pavel Roskin  <proski@gnu.org>
364         * syntax/lisp.syntax: New file.
365         * syntax/Syntax: Add lisp.syntax.
366         * syntax/Makefile.am: Likewise.
367         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
368         changes.
370 2002-08-04  Pavel Roskin  <proski@gnu.org>
372         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
373         subshell if this test fails.
375 2002-08-03  Pavel Roskin  <proski@gnu.org>
377         * syntax/mail.syntax: Colors changed to be more readable.
379         * syntax/html.syntax: Don't require character entities to be
380         whole, but check their validity.
382 2002-08-02  Pavel Roskin  <proski@gnu.org>
384         * configure.in: No longer need to define REGEX_MALLOC.
386 2002-08-01  Pavel Roskin  <proski@gnu.org>
388         * configure.in: Remove support for MAD and Electric Fence.
389         Developers should use modern memory debuggers (e.g. Valgrind).
390         * INSTALL: Remove references to MAD.
392 2002-07-31  Pavel Roskin  <proski@gnu.org>
394         * syntax/html.syntax: Remove recognition for any individual
395         words - there are too many of them, we cannot keep up.
397 2002-07-30  Pavel Roskin  <proski@gnu.org>
399         * doc/ru/Makefile.am: Use man2hlp directly.
401 2002-07-28  Pavel Roskin  <proski@gnu.org>
403         * syntax/changelog.syntax: Highlight "*" only after tab.  This
404         requires fixed syntax highlighting.
406         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
407         default. Open *.xls with gnumeric.  Use mplayer for most video
408         formats.
410         * syntax/nroff.syntax: Require most keywords to be whole.
412 2002-07-21  Pavel Roskin  <proski@gnu.org>
414         * syntax/fortran.syntax: Fix highlighting of "*" at the
415         beginning of line.  Recognize "     +" as continuation.  Move
416         all "linestart" keywords earlier to avoid more conflicts.
418 2002-07-18  Pavel Roskin  <proski@gnu.org>
420         * syntax/unknown.syntax: Don't highlight anything by default.
422         * syntax/changelog.syntax: Highlight functions without
423         filenames.
424         * syntax/Syntax: Match *ChangeLog*.
426         * syntax/c.syntax: Reenable highlighting for "/" and preserve
427         highlighting for "//" comments by using exclusive context.
428         * syntax/java.syntax: Likewise.
429         * syntax/swig.syntax: Likewise.
430         * syntax/slang.syntax: Reenable highlighting for "/".
431         * syntax/sql.syntax: Enable highlighting for "/" and "-".
433         * syntax/sql.syntax: New file.
434         * syntax/Syntax: Add sql.syntax.
435         * syntax/Makefile.am: Likewise.
436         From Walery Studennikov <despair@sama.ru> with minor changes.
438 2002-07-16  Pavel Roskin  <proski@gnu.org>
440         * lib/mc.ext.in: Remove handling of executables.  They should
441         be handled internally for "pause after run" to work.
443         * syntax/Syntax: Associate *.itcl with tcl.syntax.
444         * syntax/tcl.syntax: Add itcl keywords, other improvements.
446 2002-07-15  Pavel Roskin  <proski@gnu.org>
448         * configure.in: Don't check for strcasecmp(), strncasecmp() and
449         strdup() - test results are not used except in gettext, which
450         provides its own tests.
452         * configure.in: When checking for ncurses, check for
453         has_colors(), not curses_version() - the later is missing in
454         older version of ncurses.
456 2002-07-13  Pavel Roskin  <proski@gnu.org>
458         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
459         not to LIBS.
460         * configure.in: Fix breakage in ncurses headers check from the
461         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
462         Define REGEX_MALLOC here.
464         * acinclude.m4 (AC_NCURSES): Remove.
465         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
466         AC_CHECK_LIB to check existance of ncurses library.  Eliminate
467         variables force_ncurses and search_ncurses.
469 2002-07-10  Pavel Roskin  <proski@gnu.org>
471         * configure.in: Remove --with-netrc, it is now default and can
472         be disabled at the runtime.
474         * syntax/tcl.syntax: New file.
475         * syntax/Syntax: Add tcl.syntax.
476         * syntax/Makefile.am: Likewise.
477         * syntax/java.syntax: Don't treat #define separately from other
478         preprocessor directives.
479         * syntax/slang.syntax: Likewise.
480         * syntax/swig.syntax: Likewise.
482 2002-07-09  Pavel Roskin  <proski@gnu.org>
484         * syntax/c.syntax: Don't treat #define separately from other
485         preprocessor directives.
487 2002-07-08  Pavel Roskin  <proski@gnu.org>
489         * syntax/perl.syntax: Highlight text after __END__ as a comment.
490         * syntax/po.syntax: Avoid gray color, which is hard to see.
492 2002-07-05  Pavel Roskin  <proski@gnu.org>
494         * syntax/dos.syntax: Add more commands.
496 2002-07-04  Pavel Roskin  <proski@gnu.org>
498         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
499         sort authors.
501 2002-06-24  Pavel Roskin  <proski@gnu.org>
503         * syntax/dos.syntax: New file - highlighting for DOS batch
504         files.  From Petr Kozelka <pkozelka@centrum.cz>
505         * syntax/Syntax: Add dos.syntax.
506         * syntax/Makefile.am: Likewise.
508 2002-06-04  Max Schedriviy  <max@humgat.org>
510         * syntax/php.syntax: New version.
512 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
514         * NEWS: Mention ftpfs/fish uploading changes and new configure
515         options --with-codepagedir=DIR, --with-configdir=DIR and
516         --without-mcfs.
518 2002-05-22  Pavel Roskin  <proski@gnu.org>
520         * doc/ru/Makefile.am: Fix out-of-tree build.
522 2002-05-14  Pavel Roskin  <proski@gnu.org>
524         * configure.in: Fix logic for gettext 0.10.x.
526 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
528         * configure.in: Don't generate po/Makefile if
529         there is 'top_builddir' in po/Makefile.in.
530         * autogen.sh: More fixes for gettext 0.11+.
532 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
534         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
536 2002-04-21  Pavel Roskin  <proski@gnu.org>
538         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
539         can play them.
541 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
543         * autogen.sh: Fix for gettext 0.11 family (and newer).
545 2002-04-08  Pavel Roskin  <proski@gnu.org>
547         * autogen.sh: Allow gettext newer than 0.10.39.
548         From Björn Eriksson <bjorn@bjornen.nu>
550 2002-04-03  Pavel Roskin  <proski@gnu.org>
552         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
553         by "make clean" because not everyone has Perl to rebuild it.
555 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
557         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
558         first line regular expression.
560 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
562         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
563         or newer is not used.
564         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
566         * src/Makefile.am: Move mc.hlp.ru processing ...
567         * doc/ru/Makefile.am: ... here.
569 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
571         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
572         * syntax/c.syntax: Highlight "%p" printf format.
573         Allow '*' as width and precision for strings and numbers.
575         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
576         * doc/ru/mc.1.in: Likewise.
578 2002-03-18  Pavel Roskin  <proski@gnu.org>
580         * doc/ru/Makefile.am: Distribute xnc.hlp.
582 2002-03-12  Pavel Roskin  <proski@gnu.org>
584         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
586 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
588         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
589         * doc/ru/Makefile.am: New file.
591 2002-03-08  Pavel Roskin  <proski@gnu.org>
593         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
595 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
597         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
599 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
601         * doc/mc.1.in: Use nodename `Background jobs' for section
602         `Background Jobs' to reflect user visible Command menu option
603         and src/cmd.c dialog implementation.
605         * doc/ru: New directory for Russian manuals.
606         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
607         translated by Victor A. Kostromin for mc 4.5.30.  Converted
608         from binary mc.hlp.ru, corrected and actualized by me.
609         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
610         * doc/ru/.cvsignore: Ignore mc.1.
612 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
614         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
615         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
616         mc.lib settings.
618         (Virtual File System): Document SMB File System.
620 2002-02-26  Pavel Roskin  <proski@gnu.org>
622         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
623         message "no symbol found" for unsupported architectures and
624         provide more useful information.
626 2002-02-22  Pavel Roskin  <proski@gnu.org>
628         * README.smbfs: Remove.  It contained no useful information
629         and the webpage is now dead.
630         * Makefile.am: Remove README.smbfs.
632         * README: Mention that glib 1.2.x is required.
634 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
636         * lib/edit.indent.rc: Use "#! /bin/sh"
637         * lib/edit.spell.rc: Likewise.
638         * lib/mcserv.init: Likewise.
640         * lib/cedit.menu: Eliminate bashisms.
641         Add missed `:' in AUTHOR evaluation.
642         Unset LANGUAGE and make LC_ALL empty.
643         Use "#! /path/to/program".
645 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
647         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
648         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
649         Fix tarfs URL syntax example.  Minor typo and format fixes.
651 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
653         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
654         Fix location of configuration files.
656 2002-02-05  Pavel Roskin  <proski@gnu.org>
658         * configure.in: Don't use defunct ncurses_version.
659         Reported by Thomas Dickey <dickey@herndon4.his.com>
660         Set force_ncurses whenever --with-ncurses is used.  If set,
661         suppress checks for S-Lang and fail is ncurses is not found.
663         * configure.in: Introduce a new variable screen_type that is
664         either "slang" or "ncurses" without additional text.  Use it
665         instead of screen_manager whenever possible.  Fix text in
666         AC_NCURSES call, use m4 quotes and move shell quotes into the
667         macro.
668         * acinclude.m4: Likewise.
670 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
672         * syntax/Syntax: Known Delphi/Kylix source file extensions
673         supported (*.dpr, *.inc).
674         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
675         Special highlighting for CVS keywords.  Understands single-line
676         comments (//).
678 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
680         * configure.in (ALL_LINGUAS): Added "bg"
682 2002-01-21  Pavel Roskin  <proski@gnu.org>
684         * NEWS: Mention word completion in the editor.
686 2002-01-17  Pavel Roskin  <proski@gnu.org>
688         * extraconf.h: Remove OS/2 specific code.
690         * doc/mc.1.in (Configuration): Clarify some entries.
692 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
694         * acinclude.m4: New options for smbfs:
695         --with-configdir=DIR    Where the Samba configuration files are (/etc)
696         --with-codepagedir=DIR  Where the Samba codepage files are
698 2002-01-11  Pavel Roskin  <proski@gnu.org>
700         * syntax/xml.syntax: New file - highlighting for XML.
701         From Petr Kozelka <pkozelka@centrum.cz>
702         * syntax/Syntax: Add xml.syntax.
703         * syntax/Makefile.am: Likewise.
705 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
707         * configure.in: Added "eu" to ALL_LINGUAS.
709 2002-01-03  Pavel Roskin  <proski@gnu.org>
711         * lib/mc.menu: Correct quoting.
712         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
714         * NEWS: Mention removal of the OS/2 port.
715         * README.PC: Remove OS/2 specific parts.
717 2002-01-02  Pavel Roskin  <proski@gnu.org>
719         * configure.in: Make help about --with-subshell easier to
720         understand.  Minor alignment fixes for the help.
721         * acinclude.m4: Minor alignment fixes for the help.
723 2001-12-31  Pavel Roskin  <proski@gnu.org>
725         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
726         from vfs/Make-mc.in.
728 2001-12-27 Duarte Loreto  <happyguy_pt@hotmail.com>
730         * configure.in: Added portuguese to ALL_LINGUAS
732 2001-12-21  Pavel Roskin  <proski@gnu.org>
734         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
735         Don't remove slang/slang.h - it's never created.
737         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
738         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
739         unused.
741 2001-12-01  Wang Jian  <lark@linux.net.cn>
743         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
745 2001-11-29  Pavel Roskin  <proski@gnu.org>
747         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
749 2001-11-27  Pavel Roskin  <proski@gnu.org>
751         * lib/mc.ext.in: When running X programs in background, do it
752         from subshell.  Otherwise some of them terminate when mc exits.
753         Reported by Christian Dysthe <christian@dysthe.net>
754         Remove some obsolete and gmc-specific entries.  Use StarOffice
755         to open files detected as "Microsoft Office Document".
757         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
758         XFree86 4.1.0.
760 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
762         * doc/mcedit.1.in: Fix help file location.
764 2001-11-14  Pavel Roskin  <proski@gnu.org>
766         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
767         fallback to ino_t for e2fsprogs version 1.19 and older.
769 2001-10-30  Pavel Roskin  <proski@gnu.org>
771         * lib/mc.ext.in: Add support for Netpbm files.
773 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
775         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
776         http://bugzilla.gnome.org/show_bug.cgi?id=60935
777         By drk@sgi.com.
779         * doc/mc.1.in: Document %p macro.
781 2001-10-24  Pavel Roskin  <proski@gnu.org>
783         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
784         Allow using --without-mmap.
785         * INSTALL: Document --without-mmap.
787 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
789         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
790         of languages to be installed by setting env variable before
791         configure. If it is empty, it defaults to full list.
792         By Alex Tkachenko <alex@bcs.zp.ua>.
794 2001-10-19  Pavel Roskin  <proski@gnu.org>
796         * syntax/sh.syntax: Highlight reserved words inside backticks.
797         Use the same wholechars settings for reserved words and
798         commands.  Recognize more words.  Recognize function definitions
799         without "function" or without "()".  Use brightmagenta instead
800         of brightblue.
802 2001-10-18  Pavel Roskin  <proski@gnu.org>
804         * configure.in: When checking for "nroff -mandoc" support, don't
805         use /dev/null as input file, use stdin.  Some versions of nroff
806         (e.g. groff-1.16.1) don't accept special files.
808 2001-10-14  Pavel Roskin  <proski@gnu.org>
810         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
811         Makefile.  Don't allow any suffixes after "Makefile".
813 2001-10-12  Pavel Roskin  <proski@gnu.org>
815         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
816         format).
818 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
820         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
821         Fix compress<->bzip2 conversion and conversion of tagged
822         archives.
824 2001-10-05  Pavel Roskin  <proski@gnu.org>
826         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
827         Suggested by Marcel Pol <mpol@gmx.net>
829         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
830         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
831         and *.mid files.
833 2001-09-30  Pavel Roskin  <proski@gnu.org>
835         * configure.in: Don't check whether grep supports stdin - it's
836         not used anymore.
837         * NEWS: Mention this change.
839 2001-09-19  Pavel Roskin  <proski@gnu.org>
841         * doc/mcedit.1.in: Fix a very long line - use double
842         backslashes since they are interpreted even in the .nf blocks.
844         * lib/edit.spell.rc: Try aspell before resorting to ispell.
846         * syntax/php.syntax: Replace with a better implementation by
847         Max Schedriviy <max@tavrida.net>
849 2001-09-15  Pavel Roskin  <proski@gnu.org>
851         * doc/mc.1.in: Fix location of mcedit files.
852         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
854 2001-09-14  Pavel Roskin  <proski@gnu.org>
856         * configure.in: Don't check for ncurses version and for keyok()
857         because the mouse support code doesn't need this hack anymore.
859 2001-09-13  Pavel Roskin  <proski@gnu.org>
861         * configure.in: Fix some cases of overquoting and underquoting.
862         * acinclude.m4: Likewise.
864 2001-09-12  Pavel Roskin  <proski@gnu.org>
866         * configure.in: Update list of browsers.  Don't fallback to
867         lynx since it cannot be run in background.
868         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
869         If no browser for X11 was found, use lynx.
871         * autogen.sh: Add a workaround to ensure that "depcomp" is
872         distributed.
873         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
874         where appropriate.
875         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
876         terminfo.
878         * configure.in: Use three-argument form of AC_INIT.  Use
879         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
880         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
881         is not needed if AC_CONFIG_AUX_DIR is used.
882         * vfs/Make-mc.in: Adjust mkinstalldirs location.
883         * autogen.sh: Create "config" and remove "autom4te.cache".
885 2001-09-11  Pavel Roskin  <proski@gnu.org>
887         * syntax/Syntax: New file, extracted from edit/syntax.c.
888         * syntax/Makefile.am: Add Syntax.
890         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
891         to LIBS.  Don't use unportable "grep -q", use "case" instead.
893 2001-09-10  Pavel Roskin  <proski@gnu.org>
895         * configure.in: Only check for X if --with-tm-x-support has been
896         specified.
898         * configure.in: Add check for sys/ioctl.h.
900         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
902         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
903         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
904         testing for functions in ncurses.
906         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
907         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
908         * acconfig.h: Remove.
910         * configure.in: Eliminate LIBSLANG and LSLANG.
911         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
913         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
914         resizeterm() and keyok() only if configuring with ncurses.
916         * configure.in: Remove now unused variables LIBVFS and LVFS.
918         * configure.in: Remove unused variables LINTL and INTLDEPS.
920         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
921         building with included gettext, because libintl.h is copied
922         there.
924 2001-09-09  Pavel Roskin  <proski@gnu.org>
926         * NEWS: Update.
928         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
929         checks -lgen for getmntent as of Autoconf 2.52.
931 2001-09-07  Pavel Roskin  <proski@gnu.org>
933         * configure.in: Check for pwd.h.
935         * Make.common.in: Remove.
936         * configure.in: Remove all references to Make.common.in and
937         MCCPPFLAGS.
938         * aclocal.m4: Likewise.
940         * configure.in: Require Autoconf 2.52.  Remove hacks for
941         Autoconf 2.13.
942         * Makefile.am: Require Automake 1.5.
944 2001-09-06  Pavel Roskin  <proski@gnu.org>
946         * syntax/php.syntax: New file - PHP file highlighting.  Copied
947         from Cooledit 3.17.4.
948         * syntax/Makefile.am: Add php.syntax.
950 2001-09-06  Timur Bakeyev  <mc@bat.ru>
952         * acconfig.h: Brought back couple of symbols, that are still necessary
953         due reference to them from configure.in.
955 2001-09-04  Pavel Roskin  <proski@gnu.org>
957         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
958         strictness for dates.
960         * doc/mc.1.in: Fix troff warnings.
961         * doc/mcedit.1.in: Likewise.
963 2001-09-03  Pavel Roskin  <proski@gnu.org>
965         * doc/mc.1.in: Spellcheck.
966         * doc/mcedit.1.in: Likewise.
967         * doc/mcserv.8.in: Likewise.
969         * doc/mc.1.in (Learn Keys): Complete rewrite.
971 2001-09-02  Pavel Roskin  <proski@gnu.org>
973         * acconfig.h: Remove all unused symbols.
975         * lib/ncurses.h: Remove.
976         * lib/Makefile.am: Remove ncurses.h.
978 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
980         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
982 2001-08-28  Pavel Roskin  <proski@gnu.org>
984         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
985         like EOF.
987 2001-08-26  Pavel Roskin  <proski@gnu.org>
989         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
990         CONS_SAVER.  Put all conditionals together.
992         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
993         Automake 1.5.
995         * configure.in: Remove XCURSES variable - it's unused.
997         * configure.in: New conditional USE_EDIT.
999         * syntax/changelog.syntax: Don't require '@' to be in the
1000         address.  This also works around a bug in the syntax engine
1001         that prevented highlighting of addresses.
1003 2001-08-25  Pavel Roskin  <proski@gnu.org>
1005         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
1007 2001-08-24  Pavel Roskin  <proski@gnu.org>
1009         * extraconf.h: Remove all references to HAVE_X.
1010         * acinclude.m4: s/GNOME_/MC_/
1011         * configure.in: Likewise.  Remove or clarify all references to
1012         the "text edition".  Minor fixes.
1014         * configure.in: Remove support for curses libraries other than
1015         ncurses.
1016         * acinclude.m4: Likewise.
1017         * FAQ: Remove everything about UNIX curses.
1018         * INSTALL: Likewise.
1020         * configure.in: Enable large file support by default.
1021         * NEWS: Mention it.
1022         * INSTALL: Document it.  Minor fixes.
1024         * FAQ: Remove information about GNOME edition.  Minor fixes.
1025         * README: Likewise.
1026         * NEWS: Mention removing the GNOME edition.
1028         * acinclude.m4: Include all used macros from the macros
1029         directory.
1030         * autogen.sh: Remove all references to "macros".
1031         * Makefile.am: Likewise.
1033         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
1034         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
1036         * lib/startup.links: Remove.
1037         * lib/README.desktop: Likewise.
1038         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
1040         * configure.in: Bump version to 4.5.99a.
1042         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
1043         * po/*.po: Regenerate.
1045         * AUTHORS: Update and spell check.
1046         * FAQ: Likewise.
1047         * INSTALL: Likewise.
1048         * INSTALL.FAST: Likewise.
1049         * NEWS: Likewise.
1050         * README.PC: Likewise.
1051         * README.QNX: Likewise.
1053         * configure.in: Add check for stropts.h.
1055 2001-08-23  Pavel Roskin  <proski@gnu.org>
1057         * lib/edit.indent.rc: Create cooledit.error right away to
1058         override its old contents.  Don't use ksh extentions.  Treat *.C
1059         files as C++.  Recognize more C++ extensions.  Support java.
1060         Update URL for "astyle".  Quote all arguments to protect spaces.
1061         * lib/edit.spell.rc: Don't save terminal settings - mc does it
1062         itself.  Quote all arguments to protect spaces.
1064 2001-08-21  Pavel Roskin  <proski@gnu.org>
1066         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
1067         files if GNOME frontend is disabled.
1068         * idl/Makefile.am: Likewise.
1069         * lib/Makefile.am: Likewise.
1070         * new_icons/Makefile.am: Likewise.
1072         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
1073         case it already has gettext macros elsewhere and doesn't like
1074         duplicates (i.e. it's aclocal from Automake-1.4).
1076 2001-08-20  Pavel Roskin  <proski@gnu.org>
1078         * AUTHORS: Updated.
1079         * INSTALL: Likewise.
1080         * NEWS: Likewise.
1081         * doc/mc.1.in: Likewise.
1082         * doc/mcserv.8.in: Likewise.
1084         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
1085         for sys/mount.h.
1087 2001-08-19  Andras Timar  <timar@gnome.hu>
1089         * lib/Makefile.am: Added Hungarian hints
1090         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
1092 2001-08-19  Pavel Roskin  <proski@gnu.org>
1094         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
1096 2001-08-17  Pavel Roskin  <proski@gnu.org>
1098         * syntax/po.syntax: New file - PO file highlighting.
1099         From David Martin <dmartina@excite.es>
1100         * syntax/Makefile.am: Add po.syntax.
1102         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
1103         it's sometimes missing from the databases.
1105 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
1107         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
1108         * lib/Makefile.am: Reflect above change.
1110 2001-08-15  Pavel Roskin  <proski@gnu.org>
1112         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
1114 2001-08-14  Pavel Roskin  <proski@gnu.org>
1116         * lib/mc.lib: Add popular sequences for "home" and "end" in
1117         "xterm" and "xterm-color" terminals.
1119 2001-08-13  Pavel Roskin  <proski@gnu.org>
1121         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
1123         Replace "Can't" with "Cannot" everywhere.
1125 2001-08-12  Pavel Roskin  <proski@gnu.org>
1127         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
1128         subshell, not for "Open file...".
1129         (emacs_key_map): Likewise.
1131         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1133 2001-08-10  Pavel Roskin  <proski@gnu.org>
1135         * Makefile.am (EXTRA_DIST): Remove BUGS.
1136         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
1138         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
1140         * doc/LSM: Remove, it's outdated.
1141         * doc/FILES: Likewise.
1142         * doc/DEVEL: Remove information about FILES.
1144         * FAQ: Eliminate all broken URLs on the MC site.
1145         From Frederic L. W. Meunier <0@pervalidus.net>
1147         * FAQ: Restore information about xterm.
1149 2001-08-08  Pavel Roskin  <proski@gnu.org>
1151         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1153 2001-08-07  Pavel Roskin  <proski@gnu.org>
1155         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
1157         * doc/mc.1.in: Fix all broken links.
1159 2001-08-06  Pavel Roskin  <proski@gnu.org>
1161         * INSTALL: Numerous changes.  Declare old curses obsolete.
1162         Partly from Frederic L. W. Meunier <0@pervalidus.net>
1164         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
1166 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
1168         * lib/Makefile.am: Remove space after backslash introduced in the
1169         previous commit.
1171         * lib/mc.hint.zh_TW.Big5: New file.
1172         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
1174 2001-08-02  Pavel Roskin  <proski@gnu.org>
1176         * lib/mc.hint.uk: New file.
1177         From Maksym Polyakov <polyama@yahoo.com>
1178         * lib/Makefile.am: Add mc.hint.uk.
1180 2001-08-01  Pavel Roskin  <proski@gnu.org>
1182         * lib/mc.hint.nl: New file.
1183         From Steef Boerrigter <sxmboer@sci.kun.nl>
1184         * lib/Makefile.am: Add mc.hint.nl.
1185         * lib/mc.hint: Remove ftp site.  Update copyright.
1186         * lib/mc.hint.cs: Likewise.
1187         * lib/mc.hint.es: Likewise.
1188         * lib/mc.hint.it: Likewise.
1189         * lib/mc.hint.pl: Likewise.
1190         * lib/mc.hint.ru: Likewise.  Shorten some lines.
1192         * edit/Makefile.in: Allow running "make install" before "make all".
1193         * gtkedit/Makefile.in: Likewise.
1195 2001-07-31  Pavel Roskin  <proski@gnu.org>
1197         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
1198         editor.
1199         * lib/Makefile.am: Add lib/edit.spell.rc.
1201         * autogen.sh: Use gettextize.
1202         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
1203         * po/Makefile.in.in: Likewise.
1205 2001-07-29  Pavel Roskin  <proski@gnu.org>
1207         * syntax/slang.syntax: New file.
1208         From Walery Studennikov <despair@sama.ru>
1209         * syntax/Makefile.am: Add slang.syntax.
1211 2001-07-27  Pavel Roskin  <proski@gnu.org>
1213         * extraconf.h: Move WITH_BACKGROUND here.
1215 2001-07-24  Pavel Roskin  <proski@gnu.org>
1217         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
1219 2001-07-23  Pavel Roskin  <proski@gnu.org>
1221         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
1223 2001-07-20  Pavel Roskin  <proski@gnu.org>
1225         * Make.common.in: Move all defines ...
1226         * gnome/Makefile.in: ... here ...
1227         * src/Makefile.in: ... and here.
1229 2001-07-19  Pavel Roskin  <proski@gnu.org>
1231         * configure.in: Don't check for getwd, it's completely
1232         eliminated.
1233         * INSTALL: Remove reference to HAVE_GETWD.
1235         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
1236         entries for compressed cpio archives.
1238         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
1239         they were only used in obsolete frontends.  Don't ever use %view
1240         without commands - it's slower and loses user settings, e.g.
1241         hex mode.  Put shared libraries before man pages and read.me
1242         before .me macros so that they match correctly.  Use nm for
1243         shared libraries.  Add rules for StarOffice and AbiWord.
1245 2001-07-14  Pavel Roskin  <proski@gnu.org>
1247         * configure.in: Bump version to 4.5.54a.
1249 2001-07-13  Pavel Roskin  <proski@gnu.org>
1251         * lib/mcserv.init: Fix exit status.
1252         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
1254         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
1255         "executable", which should follow a space. Simplify rules for
1256         images. Add shell/ rule for *.info files. Fix all incorrect
1257         uses of the alternation operator.
1258         Reported by Oskar Liljeblad and Michel Casabona.
1260 2001-07-12  Pavel Roskin  <proski@gnu.org>
1262         * configure.in: Don't check for iconv, it's already checked for
1263         in AM_GNU_GETTEXT.
1265 2001-07-10  Pavel Roskin  <proski@gnu.org>
1267         * doc/mc.1.in: Update documentation about hex search.
1269         * edit/edit_key_translator.c (cooledit_key_map): Bind
1270         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
1271         From Steef Boerrigter <sxmboer@sci.kun.nl>
1273         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
1274         * edit/edit_key_translator.c (cooledit_key_map): Add support
1275         for bracket matching on Alt-B.
1276         * gtkedit/gtkeditkey.c: Likewise.
1277         From Steef Boerrigter <sxmboer@sci.kun.nl>
1279 2001-07-06  Pavel Roskin  <proski@gnu.org>
1281         * lib/mc.ext.in: Use nm to view object files.
1283         * Make.common.in: Remove GNOME-specific and unused definitions.
1284         Partly moved to gnome/Makefile.in.
1286         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
1287         they are usused.
1288         * Make.common.in: Likewise.
1290 2001-06-29  Pavel Roskin  <proski@gnu.org>
1292         * ABOUT-NLS: Update to the version from gettext-0.10.38.
1294         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
1295         now done in configure. Move -I.. to the beginning.
1296         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
1297         libintl.a may be required to link mc.
1298         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
1299         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
1300         Move all i18n code to one place. Don't substitute INTLSUB - it's
1301         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
1302         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
1304 2001-06-25  Pavel Roskin  <proski@gnu.org>
1306         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
1307         It should be enabled explicitly by giving `--enable-largefile'
1308         to configure.
1309         * INSTALL: Document it.
1311 2001-06-22  Pavel Roskin  <proski@gnu.org>
1313         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
1315         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
1316         in struct statfs.
1317         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
1319         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
1320         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
1321         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
1322         found.
1323         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
1325 2001-06-19  Pavel Roskin  <proski@gnu.org>
1327         * configure.in: Check for telldir and seekdir. Join adjacent
1328         calls to AC_CHECK_FUNCS.
1330 2001-06-16  Pavel Roskin  <proski@gnu.org>
1332         * Makefile.am: Change the order of SUBDIRS to fully compile text
1333         edition before compiling anything for GNOME.
1334         * mc.spec.in: Don't use brace expansion to avoid implicit
1335         build-time dependency on bash.
1337 2001-06-13  Pavel Roskin  <proski@gnu.org>
1339         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
1340         the test code.
1341         * configure.in: Fix compiler warnings in the arguments to
1342         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
1343         around `=' in the `test' command.
1345 2001-06-07  Pavel Roskin  <proski@gnu.org>
1347         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
1348         GNOME documentation template.
1349         * doc-gnome/C/mkhtml: Don't generate index.
1350         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
1352 2001-06-06  Pavel Roskin  <proski@gnu.org>
1354         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
1355         conditional variables from EXTRA_DIST.
1357 2001-06-05  Pavel Roskin  <proski@gnu.org>
1359         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
1360         conversion support.
1361         From Walery Studennikov <hqsoftware@mail.ru>.
1363         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
1365 2001-06-01  Pavel Roskin  <proski@gnu.org>
1367         * lib/mc.charsets: Synchronize with the latest patch - remove
1368         a comment.
1370 2001-05-30  Pavel Roskin  <proski@gnu.org>
1372         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
1373         work with GNOME.
1375         * lib/mc.charsets: New file. From Walery Studennikov.
1376         * lib/Makefile.am: Distribute mc.charsets. Install it if
1377         the charset support is enabled.
1379         * configure.in: Add check for iconv() and the necessary code
1380         to support the charset selection patch.
1382         * configure.in: Add check for ESCDELAY variable in ncurses.
1384 2001-05-29  Pavel Roskin  <proski@gnu.org>
1386         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
1387         USE_EXT2FSLIB.
1389         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
1390         * pc/config.h: Likewise.
1392         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
1393         and "strings". Recognize "write" files and MS Word templates.
1394         For MS Excel documents try "xls2csv" and "strings".
1395         Escape spaces in the "type" directives.
1396         From Nerijus Baliunas.
1398         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
1400         * Make.common.in: Remove hpath, it's unused.
1402         * acconfig.h: Move constant parts ...
1403         * extraconf.h: ... here.
1404         [HAVE_X]: Disable subshell, s-lang and curses.
1405         * Makefile.am: Add extraconf.h.
1407 2001-05-28  Pavel Roskin  <proski@gnu.org>
1409         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
1410         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
1411         * configure.in: ... here.
1413 2001-05-27  Pavel Roskin  <proski@gnu.org>
1415         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
1416         * acconfig.h: Likewise.
1417         * src/layout.c: Likewise.
1419         * Make.common.in: Remove all percent rules.
1420         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
1421         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
1422         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
1423         AM_INIT_AUTOMAKE.
1425         * Make.common.in: Remove obsolete dependency tracking system.
1426         * configure.in: Likewise.
1427         * edit/Makefile.in: Likewise.
1428         * gnome/Makefile.in: Likewise.
1429         * gtkedit/Makefile.in: Likewise.
1430         * slang/Makefile.in: Likewise.
1431         * src/Makefile.in: Likewise.
1432         * vfs/Make-mc.in: Likewise.
1433         * src/depend.awk: Remove.
1435 2001-05-26  Pavel Roskin  <proski@gnu.org>
1437         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
1438         * syntax/octave.syntax: New file. From Walery Studennikov.
1439         * syntax/Makefile.am: Add octave.syntax.
1441         * configure.in: Fix incorrect test for stdin support in grep -
1442         it would always fail when configuring in an empty directory.
1443         Portability fixes - unset, backslashed space in here-documents.
1444         Eliminate all instances of "changequote".
1446         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
1447         user choice.
1448         * acconfig.h: Changes for the above.
1449         * INSTALL: Don't document --with-sco - it's now defunct.
1450         * INSTALL.FAST: Likewise.
1452 2001-05-25  Pavel Roskin  <proski@gnu.org>
1454         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
1455         are in the beginning of the "file" output.
1457 2001-05-23  Pavel Roskin  <proski@gnu.org>
1459         * lib/mc.ext.in: Add associations for viewing RPM files.
1461 2001-05-22  Pavel Roskin  <proski@gnu.org>
1463         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
1464         By default exit after the first error in jade.
1466         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
1467         JADEFLAGS environment variables. Report progress. Clean up on
1468         failure.
1470 2001-05-21  Pavel Roskin  <proski@gnu.org>
1472         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
1473         files.
1475         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
1476         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
1478 2001-05-20  Pavel Roskin  <proski@gnu.org>
1480         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
1481         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
1482         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
1483         * doc-gnome/C/figs/Makefile.am: Add support for converting from
1484         PNG to EPS.
1486         * Makefile.am (EXTRA_DIST): Remove create_vcs.
1487         * doc/FILES: Likewise. Typo fix.
1489 2001-05-19  Pavel Roskin  <proski@gnu.org>
1491         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
1492         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
1493         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
1495         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
1496         index entry "Moving files".
1498 2001-05-18  Pavel Roskin  <proski@gnu.org>
1500         * configure.in: Use src/main.c in AC_INIT.
1502         * create_vcs: Remove.
1504         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
1505         Add download location for glib.
1506         * mc.spec.in: Likewise.
1507         * doc/LSM: Likewise.
1508         * doc/mc.1.in: Likewise.
1509         * doc/mcedit.1.in: Likewise.
1510         * src/ext.c: Don't mention download location for MC.
1512         * FAQ: Update status of Tk, XView. and GNOME editions. Update
1513         homepage of gpm.
1515         * INSTALL: Remove information about Tk and XView. Change the
1516         mailing list addresses again.
1517         * FAQ: Change the mailing list addresses again.
1518         * MAINTAINERS: Likewise.
1519         * README: Likewise.
1520         * doc/mc.1.in: Likewise.
1521         * gnome/gmc-window.c: Likewise.
1522         * lib/README.xterm: Likewise.
1523         * lib/mc.ext.in: Likewise.
1524         * lib/mc.hint*: Likewise.
1525         * lib/mc.hlp.hu: Likewise.
1526         * po/*.po: Likewise.
1527         * src/main.c: Likewise.
1529 2001-04-20  Pavel Roskin  <proski@gnu.org>
1531         * FAQ: Change the mailing list addresses and the download
1532         locations.
1533         * INSTALL: Likewise.
1534         * MAINTAINERS: Likewise.
1535         * README: Likewise.
1536         * doc/mc.1.in: Likewise.
1537         * gnome/gmc-window.c: Likewise.
1538         * lib/README.xterm: Likewise.
1539         * lib/mc.ext.in: Likewise.
1540         * lib/mc.hint*: Likewise.
1541         * lib/mc.hlp.hu: Likewise.
1542         * po/*.po: Likewise.
1543         * src/main.c: Likewise.
1545 2001-04-19  Pavel Roskin  <proski@gnu.org>
1547         * configure.in: Don't install mcserv unless
1548         "--enable-mcserv-install" has heen specified.
1549         Don't quote the first argument in all calls to AM_CONDITIONAL
1550         to work around a bug in Automake 1.4.
1551         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
1552         * vfs/Make-mc.in: Likewise.
1554 2001-04-13  Pavel Roskin  <proski@gnu.org>
1556         * configure.in: Bump version to 4.5.53a.
1558 2001-04-06  Pavel Roskin  <proski@gnu.org>
1560         * gtkedit/editcmd.c: Remove support for XView layout attributes.
1561         * gtkedit/editoptions.c: Likewise.
1562         * pc/chmod.c: Likewise.
1563         * pc/drive.c: Likewise.
1564         * src/boxes.c: Likewise.
1565         * src/chmod.c: Likewise.
1566         * src/dlg.c: Likewise.
1567         * src/dlg.h: Likewise.
1568         * src/filegui.c: Likewise.
1569         * src/find.c: Likewise.
1570         * src/hotlist.c: Likewise.
1571         * src/layout.c: Likewise.
1572         * src/listmode.c: Likewise.
1573         * src/main.c: Likewise.
1574         * src/option.c: Likewise.
1575         * src/panelize.c: Likewise.
1576         * src/wtools.c: Likewise.
1577         * src/wtools.h: Likewise.
1578         * vfs/smbfs.c: Likewise.
1580         * autogen.sh: Check out "intl" and "macros" directories if they
1581         are missing. Simply "cvs up -d" won't restore them.
1583         * configure.in: Bump version to 4.5.52a.
1585 2001-03-14  Pavel Roskin  <proski@gnu.org>
1587         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
1588         Automake conditional USE_SAMBA_FS if Samba is to be supported
1589         in VFS.
1591 2001-03-07  Pavel Roskin  <proski@gnu.org>
1593         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
1594         defined.
1595         Reported by Norbert Warmuth.
1597         * configure.in: Don't process vfs/extfs/uzip - it's now
1598         constant.
1600         * syntax/changelog.syntax: Require space after asterisk to have
1601         it highlighted.
1603 2001-03-02  Pavel Roskin  <proski@gnu.org>
1605         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
1606         * configure.in: Use AC_PROG_CC_STDC instead.
1608         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
1609         Suggested by Christian Gennerat.
1611         * lib/mc.ext.in: Add support for "freeze" - old compression
1612         program used mostly on QNX.
1613         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
1614         * lib/Makefile.am: Adjusted.
1616 2001-02-26  Pavel Roskin  <proski@gnu.org>
1618         * lib/mc-gnome.ext.in: Remove, it's not used.
1619         * configure.in: Remove lib/mc-gnome.ext.
1620         * lib/Makefile.am: Likewise.
1622 2001-02-20  Pavel Roskin  <proski@gnu.org>
1624         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
1625         defined to prevent warnings on OpenBSD 2.7.
1626         * slang/jdmacros.h: Likewise.
1627         * src/mad.h: Likewise.
1628         * src/poptalloca.h: Likewise.
1630         * configure.in: Check for sys/time.h and sys/timeb.h. Use
1631         AC_HEADER_TIME.
1633 2001-02-07  Pavel Roskin  <proski@gnu.org>
1635         * autogen.sh: Create vfs/samba/include/stamp-h.in.
1636         * vfs/samba/include/stamp-h.in: Remove.
1638         * macros/curses.m4: Quote first argument to AC_DEFUN.
1639         * macros/gnome-cxx-check.m4: Likewise.
1640         * macros/gnome-gettext.m4: Likewise.
1641         * macros/gnome-libgtop-check.m4: Likewise.
1642         * macros/gnome-print-check.m4: Likewise.
1643         * macros/linger.m4: Likewise.
1644         * macros/need-declaration.m4: Likewise.
1646         * configure.in: Only configure in vfs/samba if smbfs support is
1647         enabled even with Autoconf 2.13.
1649 2001-01-30  Pavel Roskin  <proski@gnu.org>
1651         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
1652         --without-samba due to a typo.
1654         * configure.in: Only configure in vfs/samba if smbfs support is
1655         enabled. This optimization will only work with Autoconf-2.49c
1656         and above.
1658 2001-01-13  Pavel Roskin  <proski@gnu.org>
1660         * configure.in: Don't create a faked malloc.h.
1661         * gtkedit/edit.h: Don't assume that malloc.h always exists.
1662         * src/mad.h: Likewise.
1664         * configure.in: Simplified handling of cons.saver.
1665         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
1666         * mc.spec.in: Remove a workaround for the above.
1668         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
1669         for MC. Don't rely on the output of uname - use $host_os.
1671 2001-01-11  Pavel Roskin  <proski@gnu.org>
1673         * configure.in: Check for ext2 libraries only if VFS is enabled.
1675         * src/Makefile.in: Create directories before installing files.
1676         Removed all occurences of libprefix - it's never defined.
1678         * configure.in: All macros from configure.in moved to
1679         acinclude.m4. Added missing quotes in several places.
1680         * acinclude.m4: Likewise.
1682         * edit/Makefile.in: Don't install or uninstall mcedit -
1683         it cannot be installed before mc on systems without symlinks.
1684         * gtkedit/Makefile.in: Likewise.
1685         * src/Makefile.in: Install mcedit (if enabled) and mcview.
1686         Uninstall them.
1688         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
1689         from acinclude.m4 in gtk+:
1690         Don't define ENABLE_NLS unless we have a working NLS.
1691         (This should keep libintl.h from being included when it doesn't
1692         exist).
1694 2001-01-09  Pavel Roskin  <proski@gnu.org>
1696         * doc-gnome/C/figs/Makefile.am: New file.
1697         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
1698         makefile do it.
1699         * configure: Substitute doc-gnome/C/figs/Makefile.
1701         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
1703 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
1705         * lib/mc.hlp.hu: Added Hungarian help file from
1706           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
1707           maci@integrity.hu, mfh47@freemail.hu
1708         * lib/Makefile.am: Added LOCALIZED_HELP for further
1709           mc.hlp l10ns
1710         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
1711           gtkedit/editcmd.c: I18n of mc.hlp
1713 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
1715         * doc/mc.1.in: Corrected badly formatted link...
1717 2000-11-10  Robert Brady  <robert@suse.co.uk>
1719         * configure.in: Add Tamil to ALL_LINGUAS.
1721 2000-10-23  Pavel Roskin  <proski@gnu.org>
1723         * mc.spec.in: Allow mcserv.8 to be gzipped.
1725         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
1726         that cannot deal with "./gmc.sgml".
1728 2000-10-09  Pavel Roskin  <proski@gnu.org>
1730         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
1731         that CVS Automake will drop dependencied to the macros that
1732         we don't distribute.
1734         * lib/mc.ext.in: Removed references to icons. Source RPMs
1735         grouped to one regex. Removed "Update" for source RPMs, added
1736         "Rebuild" instead. Added "Check signature" for all RPMs.
1737         Added a comment about pop-up menus in the text edition.
1739 2000-10-06  Pavel Roskin  <proski@gnu.org>
1741         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
1742         flags moved out of CFLAGS as recommended by GNU coding
1743         standards.
1744         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
1745         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
1746         XCPPFLAGS.
1747         * INSTALL (Random notes on porting to other architectures):
1748         Completely rewritten. Recommended using CFLAGS instead of XINC.
1750 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1752         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
1754 2000-10-04  Christophe Merlet  <christophe@merlet.net>
1756         * gnome/*.desktop: Updated french strings.
1758 2000-10-03  Pavel Roskin  <proski@gnu.org>
1760         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
1761         to allow <legalnotice>. Unclosed tags fixed.
1763 2000-09-30  Pavel Roskin  <proski@gnu.org>
1765         * mc.spec.in: New package mc-common. Use DESTDIR instead of
1766         misusing prefix. Don't install old icons - they don't exist.
1768         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
1769         "export -f" to have mc() exported.
1770         * doc/mc.1.in: Changed description of the "-P" option to
1771         avoid inclusion of mc.sh and mc.csh into the manual.
1772         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
1774 2000-09-24  Pavel Roskin  <proski@gnu.org>
1776         * doc/mc.1.in: Minor formatting fixes.
1778         * lib/mc.sh.in: Remove temporary file non-interactively.
1779         * doc/mc.1.in: updated example for mc.sh.
1781 2000-09-23  Pavel Roskin  <proski@gnu.org>
1783         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
1784         updates it when needed.
1785         * mc.spec.in: Include translations with mc, not gmc. Run
1786         chkconfig --del in %preun, not %postun. --without-debug not
1787         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
1788         be executable. New files in %{prefix}/lib/mc/ - translated hints,
1789         editor files.
1791         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
1792         directory for document processing. Comment changes. gmc.ps and
1793         gmc.pdf now generated from gmc.dvi.
1795         * configure: Always include Make.common as file, otherwise
1796         "make distclean" breaks.
1797         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1798         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
1799         replaced with "rm -f" - the stangard says that "rm" is portable.
1800         Ditto $(MV). Adjusted *clean targets to match those in
1801         Automake. Removed "cross" target.
1803 2000-09-22  Pavel Roskin  <proski@gnu.org>
1805         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
1806         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
1807         * doc/Makefile.in: Converted to ...
1808         * doc/Makefile.am: ... this.
1810 2000-09-21  Pavel Roskin  <proski@gnu.org>
1812         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
1813         is not expanded in all shells.
1814         * doc/mc.sgml: Updated the example script to reflect the above
1815         changes.
1816         * doc/mc.in.1: Likewise.
1818 2000-09-19  Pavel Roskin  <proski@gnu.org>
1820         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
1821         Marco Ciampa
1823 2000-09-18  Pavel Roskin  <proski@gnu.org>
1825         * Make.common.in: Added installcheck to placate "make distcheck"
1826         * configure.in, Make.common.in, doc/Makefile.in,
1827         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1828         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
1829         variable MKINSTALLDIRS and builddir with Automake-compatible
1830         mkinstalldirs and top_builddir.
1831         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
1832         files. Added uninstall-local target.
1834 2000-09-17  Pavel Roskin  <proski@gnu.org>
1836         * configure.in: fixed wrong use of AC_MSG_RESULT inside
1837         AC_CACHE_VAL
1839         * Make.common.in: Added the "dvi" target for "make distcheck"
1840         to go further
1841         * doc-gnome/C/Makefile.in: converted to ...
1842         * doc-gnome/C/Makefile.am: ... this
1844 2000-09-15  Pavel Roskin  <proski@gnu.org>
1846         * acconfig.h, configure.in: Require autoconf 2.13 or above.
1847         Removed workarounds for older versions. Removed MCDEBUG
1848         variable - it's not used. --with-debug renamed to --with-mad and
1849         cleaned up. Always use -Wall with gcc, other manipulations with
1850         CFLAGS removed.
1852         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1853         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1854         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
1855         mc.pot becomes out of date in the tarball.
1857 2000-09-14  Pavel Roskin  <proski@gnu.org>
1859         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
1860         tests for cp, mv and rm.
1861         * Make.common.in: Removed variables xv_bindir and STRIP.
1862         Variables CP, MV and RMF are assigned trivial values.
1864         * edit/Makefile.in: Don't link headers, add extra includes
1865         to CPPFLAGS instead. Put links to the build directory.
1866         Remove the hack with "mx" - it is not needed anymore.
1868         * configure.in: remove any manupulations with top_srcdir.
1869         Don't change CPPGLAGS when the internal editor is enabled,
1870         instead do it ...
1871         * edit/Makefile.in, gtkedit/Makefile.in: ... here
1873         * configure.in, Make.common.in, doc/Makefile.in,
1874         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1875         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
1876         changed to top_srcdir for Automake compatability
1878         * configure.in: REGEX_O variable removed - always use our regex
1880         * configure.in: MCFGR variable removed
1882 2000-09-12  Pavel Roskin  <proski@gnu.org>
1884         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
1885         other GNOME modules
1886         * autogen.sh: remove "-I ." from the "aclocal" command line
1888 2000-09-01  Pavel Roskin  <proski@gnu.org>
1890         * configure.in: output vfs/extfs/Makefile
1892         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
1893         to avoid a warning
1894         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
1895         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
1897 2000-08-29  Pavel Roskin  <proski@gnu.org>
1899         * configure.in: use AM_GNOME_GETTEXT
1900         * gettext.m4: removed
1901         * Makefile.am: adjusted files to distribute, previous change
1902         reverted
1904         * mc-aclocal.m4: renamed to ...
1905         * acinclude.m4: ... this
1906         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
1907         * Makefile.am: aclocal should scan "." for gettext.m4
1909 2000-08-28  Pavel Roskin  <proski@gnu.org>
1911         * Make.common.in: removed hack for "make distcopy"
1912         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1913         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1914         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
1915         for external builds.
1916         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
1918 2000-08-24  Pavel Roskin  <proski@gnu.org>
1920         * new_icons/Makefile.in: converted to ...
1921         * new_icons/Makefile.am: ... this
1922         * configure.in: automake conditional GNOME introduced.
1923         "insticons" removed
1925         * icons/*: removed
1926         * Makefile.am, configure.in: necessary adjustments
1928         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
1929         automake installs them now
1931         * syntax/Makefile.in: converted to ...
1932         * syntax/Makefile.am: ... this
1934         * idl/Makefile.in: converted to ...
1935         * idl/Makefile.am: ... this
1937         * lib/Makefile.am: simplified, fixed "make dist"
1939         * lib/Makefile.in: converted to ...
1940         * lib/Makefile.am: ... this
1942         * lib/tkmc.wmconfig: removed
1943         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
1945         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
1946         to ...
1947         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
1948         * Make.common.in: support for "distdir" for compatability
1949         with Automake-generated makefiles
1950         * autogen.sh: run automake. Force cache - it is off by default
1951         in autoconf 2.49a, but it's still handy for maintainers
1952         * configure.in: adapted for Automake
1954         * AUTHORS: new file
1956 2000-08-23  Pavel Roskin  <proski@gnu.org>
1958         * configure.in: resurrect definition of xvers
1960         * VERSION.in: removed
1961         * Makefile.in: don't do anything with VERSION.in and VERSION
1962         Take mc.spec from builddir, not srcdir
1963         * configure.in: don't create VERSION
1965 2000-08-22  Pavel Roskin  <proski@gnu.org>
1967         * *.c, *.h: Updated address of Free Software Foundation
1969 2000-08-21  Pavel Roskin  <proski@gnu.org>
1971         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
1972         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
1973         related to XView, libXPM, libXext and Tk
1975 2000-08-18  Pavel Roskin  <proski@gnu.org>
1977         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
1978         files
1980         * configure.in: Simplified dependency tracking by using
1981         "-include" with GNU Make
1982         * autogen.sh: Exit on all failures
1984 2000-08-17  Pavel Roskin  <proski@gnu.org>
1986         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
1987         Fixed all misuses of single and double quotes. Typo fixes.
1988         Ensured compatability with sgml2html, sgml2txt and sgml2latex
1989         * doc/mc.1.in: Typo fix
1991         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
1992         * doc/linuxdoc-sgml.diff: removed
1993         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
1994         distribute gnome.sgml
1996 2000-08-15  Pavel Roskin  <proski@gnu.org>
1998         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
1999         in the "distclean" target
2001         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
2002         Removed all XVIEW-related stuff
2003         Fixed placement of png files on "make dist"
2005         * doc/mc.1.in: Updated info about the internal editor
2007         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
2008         indicate serious problems. Fixes for uninstall.
2009         * doc/Makefile.in: Rebuild if it is out of date.
2011         * lib/cedit.menu: Added. This file has been missing
2013         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
2015 2000-08-08  Pavel Roskin  <proski@gnu.org>
2017         * Makefile.in: correctly detect make failures in subdirs
2019 2000-08-01  Pavel Roskin  <proski@gnu.org>
2021         * nt, os2, tk, xv: removed all files
2022         * configure.in: don't create os2 and nt directories
2024 2000-08-01  Pavel Roskin  <proski@gnu.org>
2026         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
2028         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
2030 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
2032         * src/main.c: make 8bit input/output the default (99% of the people
2033         expects that; lets the remaining 1% use the configuration menu
2034         to disactivate it if they want)
2036 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
2038         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
2040 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
2042         * configure.in: check for gnome-libs with window icon support
2044         * acconfig.h: add icon define
2046 2000-06-08  Matthias Warkus  <mawa@iname.com>
2048         * new_icons/gnome-pack-*.png: Updated.
2049         * gnome/mc.keys: Added a MIME type for SLP packages.
2051 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
2053         * syntax/diff.syntax: Highlight lines beginning with "File",
2054         "Files" and "Binary"
2055         * syntax/makefile.syntax: Highlight "ifndef"
2056         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
2057         highlighted)
2059 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2061         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
2062         comment lines with # in last release
2064 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2066         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
2068 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2070         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
2071         look more consistent than original.
2073 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2075         * config.in: Added check against strcoll().
2077 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2079         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
2080         added 'and', 'or', 'not', 'for' keywords.
2082 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2084         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
2085         based systems. Hope, this will make FreeBSD midc maintainer to enable
2086         build-in editor by default. Still, syntax highlighting is disabled.
2087         Need to port...
2089 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2091         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2092           fixed, some messages gettext()ed again here and in
2093         gtkedit/editmenu.c:edit_about_cmd()
2095 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2097         * doc/mc.sgml (Examples): Fixed documentation, thanx
2098         to martin@internet-treff.uni-koeln.de.
2100 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
2102         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
2103         the label text
2105 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
2107         * gtkedit/syntax.c: treat *.ads as Ada source
2108         * syntax/ada95.syntax: escape "+" and "*"
2109         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
2110         * syntax/Makefile.in: remove diffc.syntax
2112         * edit/edit_key_translator.c: interpret code 0177 as
2113         backspace unless recognized otherwise
2115 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
2117         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
2118         initialization of array of structure (gcc version 2.96 20000131
2119         chokes on it).
2121         * lib/mc.hint: C-y and not C-u can be used to insert text in input
2122         lines (e. g. text which has been deleted with M-d).
2124         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
2126 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
2128         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
2130 2000-01-29  Matthias Warkus  <mawa@iname.com>
2132         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
2133         design on Federico's request.
2135 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
2137         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
2138         an ArrangeType enum.
2140 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
2142         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
2143         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
2144         setup.c: Add option of using GNOME "magic" routines to determine file
2145         types. This makes MC intelligently look at the data in the file to see
2146         what type of file it is, rather than looking at the filename extension.
2147         This slows down MC quite a bit, so it has been made an optional
2148         preference item. Type detection is expected to improve as mime-magic
2149         matures.
2151 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
2153         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
2154         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
2155         providing a patch.
2157 2000-01-11  Matthias Warkus  <mawa@iname.com>
2159         * Added icon and keys entry for Scheme source.
2161 2000-01-03  Fatih Demir  <kabalak@gmx.net>
2163         * configure.in: Added tr -> ALL_LINGUAS .
2165 1999-12-28  Matthias Warkus  <mawa@iname.com>
2167         * new_icons/*.png: Added a bunch of new icons.
2169 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
2171         * configure.in (VERSION): Bumped version number to 4.5.42.
2173 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
2175         * configure.in: added 'uk' to ALL_LINGUAS.
2177 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2179         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
2180         request from David Sauer
2182 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
2184         * configure.in (VERSION): Bumped version number to 4.5.41.
2186 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
2188         * configure.in (VERSION): Set version number to 4.5.39.
2190 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
2192         * configure.in: Added pt_BR to ALL_LINGUAS
2194 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
2196         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
2197         path to the mc binary according to @prefix@.
2199         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
2200         configure. Install mc.sh and mc.csh in $(suppbindir).
2202         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
2203         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
2204         copies of the included function definitions.
2206         * mcfn_install.in: Comment out definitions of the mc functions. Source
2207         mc.sh instead of adding an outdated mc function definition.
2209         * configure.in: output mc.sh and mc.csh
2211 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
2213         * lib/startup.links: Changed the news link to Gnotices
2215 1999-09-19  David Martin  <dmartina@usa.net>
2217         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
2218         8 bit chars from strftime get displayed when inserting date.
2220         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
2221         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
2222         file to avoid interferences. In this one I changed the extension check
2223         to a type check (as used for gzip) which might give problems in some
2224         systems.
2226         * configure.in: Use -Tlatin1 to format man pages when available and
2227         "view" 8 bit chars.
2229 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
2231         * gtkedit/edit.h: Include file reordering to make it compile with
2232         --with-debug
2234         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
2235         dependent on lenght of translated strings to display.
2237 1999-09-16  Owen Taylor  <otaylor@redhat.com>
2239         * Remove the magicdev autoconf test in favor of just
2240         including the idl file. Otherwise we have a dependency
2241         loop between this and magicdev.
2243 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
2245         * idl/FileManager.idl: Changed names, and put everything under a
2246         FileManager module.  Added a Desktop interface and some methods to
2247         the WindowFactory interface.
2249 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
2251         * doc-gnome/*: Shiny new docs from users-guide.
2252         All synced up.
2254 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
2256         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
2258 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
2260         * README: Updated and spell-checked.
2262         * NEWS: Updated.
2264 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
2266         * configure.in (ALL_LINGUAS): Added sv.
2268 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
2270         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
2271         symlink attacks (mcfn_install and the man page still needs to be
2272         updated).
2274 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
2276         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
2277         a symbolic link (ln -sf doesn't work as expected on Solaris)
2279 1999-08-19  Elliot Lee  <sopwith@redhat.com>
2280         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
2282 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
2284         * doc-gnome/C/gmc.sgml: Index fixes.
2286 1999-08-18  Elliot Lee  <sopwith@redhat.com>
2288         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
2289         initializers in the GnomeUIInfo structure.
2291 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
2293         * configure.in (VERSION): Bumped version number to 4.5.38.
2295 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
2297         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
2299 1999-08-15  David Martin  <dmartina@usa.net>
2301         * gtkedit/edit.c: Print localized date with strftime()
2303         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
2305 1999-08-08  David Martin  <dmartina@usa.net>
2307         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
2308         translation.
2310         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
2311         translation as it used to be.
2313 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2315         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
2316         that the correct index.html will be generated.
2318 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2320         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
2321         to the list.
2323 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
2325         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
2326         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
2327         This adds some new syntax rules, and spell check on the fly
2328         which if someone bugs me for, will actually get enabled in
2329         both the text and gnome versions. Bookmark stuff also needs
2330         some keys bound to it, I suppose: any takers?
2332 July 19, 1999 Elliot Lee
2333         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
2335 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
2337         * Makefile.in (all): Makefile fix.
2339 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2341         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2342         should fix the problem we had with FSSTND distributions.
2344 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2346         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
2347         list of distributed files.
2349 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2351         * configure.in (VERSION): Bumped version number to 4.5.34.
2353 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
2355         * Add fi into ALL_LINGUAS
2357 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
2359         * gnome/i-zipdisk2.png: Added another zip-disk icon
2360         by <scarab@egyptian.net> - It looks very nice. Variation
2361         is good.
2363 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2365         * acconfig.h: Add WITH_SMBFS
2367         * macros/gnome-vfs.m4: Support conditional samba support.
2369 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2371         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2372         should fix the problem we had with FSSTND distributions.
2374 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
2376         * mc.spec.in: added syntax files to %files
2378 1999-06-22  David Martin  <dmartina@usa.net>
2380         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
2382 1999-06-07  Shooby Ban  <bansz@szif.hu>
2384         * po/hu.po, configure.in: added hungarian translations...
2385           I'm not sure it's OK, but it seems usable.
2386           Translators: Tamas Fejos and Andras Kadar
2388 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
2390         * configure.in, Makefile.in: added the gmc helpfile to the build
2392 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
2394         * Add ja entry to LANG in configure.in
2396 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2398         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
2399         be installed in the system :) (added it to the Makefile.in)
2401 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2403         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
2404         disks - someone please add it to the mount.c code so it gets used..
2405         Everyone have a nice time at the expo! :) I hope to join the
2406         next time.
2408 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2410         * configure.in: Added check for getpt ()
2412 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2414         * configure.in (VERSION): Bumped version number to 4.5.31.
2416 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2418         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
2419         need to fool it by strdup'ing the return value of tempnam.
2421 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2423         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
2424         MCLIBS which are specific to the text edition.
2426         * INSTALL: Added documentation for --with-tm-x-support
2428 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
2430         * mc.spec.in : Folded in some changes from the 'offical' rpm
2431         spec file.
2433 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2435         * configure.in (SHELL): Do not use grep -q, as it is not portable
2436         to every OS.
2438 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2440         * configure.in: Linking from $srcdir/slang is broken when configure
2441         isn't called with an absolute path. Link from ../$srcdir/slang if
2442         configure was invoked with a relative path.
2444 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2446         * configure.in: Do not rm the destination file and then link, use
2447         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
2449 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2451         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
2452         --with-PACKAGE and --without-PACKAGE gave the same results.
2454 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2456         * configure.in (VERSION): Bumped version number to 4.5.30.
2458 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2460         * configure.in (VERSION): Bumped version number to 4.5.29.
2462 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2464         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
2465         now contains all checks.
2467 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2469         * configure.in (VERSION): bumped version number to 4.5.28.
2471 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
2473         * */Makefie.*: fixed several missed conversions from libdir to
2474         mclibdir. (Should be automake'd, really)
2476 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2478         * Make.common.in: There were conflicting definitions of mclibdir
2479         (one for installation, one for source).  Now the source one is
2480         called mcsrclibdir.
2482         * doc/Makefile.in: Use mcsrclibdir where appropriate.
2484 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
2486         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
2487         Pascal Program" (Heh, second time :)
2489         * Makefile.common: Until things gets clear, keep syntax rules in
2490         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
2492         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
2493         @libdir@.
2495 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
2497         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
2498         as requested by Paul. Still, need some checking...
2500 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
2502         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
2503         to date with cooledit 3.9.0. This adds some new features.
2504         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
2505         syntax.c. This is because the rule set is becoming too
2506         large to maintain in its current form and because file
2507         loading is starting to get slow.
2509         There is also a bookmark feature which does not yet have
2510         key bindings assigned to it, but should be cool once
2511         these get inserted. Syntax rules files are named
2512             $LIBDIR/cooledit/syntax/*.syntax
2514 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2516         * configure.in: Create slang directory, it is needed when
2517         builddir != srcdir.
2518         Use -f when calling rm, the file does not exist on
2519         first compile.
2520         No need to copy VERSION from $srcdir, it's already generated in
2521         $buildir.
2523 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
2525         * edit/edit_key_translator.c: Added missing translation tags.
2527 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2529         * configure.in: Minimum version of glib should be 1.2.0.
2530         (VERSION): Bumped version number to 4.5.27.
2532 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
2534         * gtkedit/editcmd.c: Added missing translation tags.
2536         * gtkedit/editoptions.c: Added missing translation tags. Translate
2537         radio buttons on first use.
2539 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
2541         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
2542         to get the mc spec file to work.
2543         * hacked configure to generate a properly versioned spec file.
2545 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2547         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
2548         radio buttons on first pass.
2550 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
2552         * gtkedit/editcmd.c: Mark strings in the search and replace
2553         dialogs for translation. Resized these dialogs to let the messages
2554         fit.
2556 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2558         * gtkedit/editwidget.c (selection_send): Use the proper type for
2559         64-bit cleanliness (Patch from George Lebl).
2561 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
2563         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
2564         into the catalog file.
2566 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2568         * configure.in: Make Timur's libtermcap check work with SLang
2569         0.99.98, too.
2571 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2573         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
2574         PS and EPS files.  Thanks, Tigert!
2576 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2578         * configure.in (CCOPTS): Drop the prefix auto-detection.
2580 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
2582         * configure.in: Add check, which, in case of system-installed SLang
2583         library tries to run a test program, which determines, does we need
2584         linking with libtermcap.a. Also, set of if's for finding terminfo
2585         dir changed to for cycle - a bit nicer :)
2587 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2589         * README.QNX: Deleted documention about mc.menu.qnx.diff.
2591 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2593         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
2595 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2597         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
2598         from tar calls when extracting (according to my man page this option
2599         is only useful when creating archieves).
2601 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2603         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
2604         adds support for tar.bz2 and merges the support for freeze-compressed
2605         tar files (tar.F) from mc.menu.qnx.diff.
2607 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
2609         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
2610         GNU-like :)
2612 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2614         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
2615         the catalog file.
2617 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
2619         * new_icons/gnome-core.png: New icon for core files. Someone
2620         please add the code part :)
2622 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
2624         * configure.in: Add check against setuid() and setreuid() functions.
2626 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2628         * slang/slang.h: renamed to slang-mc.h
2630         * slang/Makefile.in: delete slang.h on "make clean"
2632         * configure.in: link slang/slang-mc.h to slang/slang.h when the
2633         included slang is used. Problem was that MC's slang.h was used
2634         when we compiled with an already installed SLang and the systems
2635         header file were included with <slang/slang.h>.
2636         Unfortunatly I can't use AC_LINK_FILES to make the links because
2637         if we needn't make any links AC_LINK_FILES makes a link from
2638         srcdir to top_builddir (builddir != srcdir).
2640         Temporary add $LGPM to $LIBS when checking for the resizeterm
2641         and keyok functions (ncurses might be linked against GPM).
2643         Substitude PACKAGE (intl/Makefile makes use of it)
2645 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
2647         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
2648         #include "global.h".
2650 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
2652         * Make.common.in (gnewdir): new path.
2654 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
2656         * configure.in: Add comments before "Let" and "the" - typo. Add new
2657         path to include's search.
2659 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
2661         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
2663 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2665         * configure.in (REGEX_O): Always include regex.o as the code we
2666         are using in gmc is not using regcomp/regexec, but the internal
2667         Emacs API.
2669         * src/regex.c: Do not compile the POSIX compatibility code, as we
2670         do not use it.
2672 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2674         * doc/mc.sgml, mc1.in (Color section): minor polishing
2675         (Layout section): documented Highlight...
2677 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2679         * configure.in: Deleted du checks
2681         * INSTALL: Deleted --with-dusum documentation.
2683         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
2684         Configuration dialog. Added Advanced chown subsection. Deleted
2685         variables from the Special settings section which are now covered
2686         by the configuration dialog.
2688 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2690         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
2691         tar_gz_memlimit. Partially rewrote the section about the
2692         Virtual FS.. configuration dialog.
2694 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
2696         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
2698 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2700         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
2702         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
2703         builddir
2705 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
2707         * new_icons/gnome-image-[lots].png: I added some icons for file
2708         types (image) there - someone please tell me what the correct
2709         location and naming convention is and I will try to follow that. :)
2711 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
2713         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
2714         the build will still work.  (Has this been replaced by new_icons?)
2716 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
2718         * doc/mc.1.in, mc.sgml: added my name to list ov authors
2720 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2722         * Makefile.in (codedirs): Dropped xv and tk ports from the
2723         distribution. include idl directory.
2725 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2727         * configure.in (slang_use_system_installed_lib): Define slang
2728         here, to avoid having this on LIBS.
2730 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
2732         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
2734 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
2736         * config.h.in: Removed from CVS, added to .cvsignore
2738         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
2739         configure.in:
2740         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
2741         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
2742         HAS_CURSES added to acconfig.h
2744 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2746         * autogen.sh: Add "-I macros" to the aclocal flags.
2748         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
2749         so that aclocal will not complain about an obsolete macro.
2751         * configure.in: Use MC_HPUX_PROG_CC_STDC
2753         * ChangeLog: There was no ChangeLog here, so I added one.