* configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
[midnight-commander.git] / ChangeLog
blobef3d2e0097cb80f7c53791e89ca76a7f3efc4118
1 2002-09-13  Pavel Roskin  <proski@gnu.org>
3         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
4         Remove "potfiles" command.
5         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
6         compatibility with gettext 0.10.x.
8         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
9         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
11         * po/Makevars: New file for compatibility with gettext 0.11.x.
13         * configure.in: Remove "Debugger code" message.
15         * acinclude.m4: Replace undelfs_o with use_undelfs.
16         * configure.in: Likewise.  Don't substitute it.
18         * configure.in: Simplify processing of without-edit.  Replace
19         several variables with use_edit.
20         * acinclude.m4: Remove AC_WITH_EDIT.
22         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
23         use_smbfs.
24         * configure.in: Likewise.
25         * INSTALL: Document --with-samba.
27         * configure.in: Roll --enable-mcserv-install into ...
28         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
29         * INSTALL: Document --with-mcfs.
31 2002-09-12  Pavel Roskin  <proski@gnu.org>
33         * configure.in: Don't check if crypt() prototype is needed to
34         avoid warnings - the whole code is not worth avoiding one
35         legitimate warning.
36         * acinclude.m4: Remove AC_TRY_WARNINGS.
38         * configure.in: ALL_LINGUAS should be defined unconditionally.
40         * acinclude.m4: Clarify some help texts, add defaults in square
41         brackets, use more consistent spacing.
42         * configure.in: Likewise.
44         * lib/mc.menu: Don't call tarballs "releases".  Don't
45         dereference symlinks.
47 2002-09-10  Pavel Roskin  <proski@gnu.org>
49         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
51 2002-09-07  Pavel Roskin  <proski@gnu.org>
53         * configure.in: Eliminate --with-terminfo option, which was
54         essentially equivalent to --with-included-slang and didn't force
55         anything.
56         * acinclude.m4 (AC_USE_TERMINFO): Remove.
57         * INSTALL: Adjust to match.
58         * FAQ: Likewise.
60 2002-09-05  Pavel Roskin  <proski@gnu.org>
62         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
63         NETFILES - it's unused.
65         * configure.in: Check for arpa/inet.h.
67         * mcfn_install: Remove.  Also remove all references to it.
68         * INSTALL.FAST: Update information about ncurses.
69         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
71         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
72         LIBS.
73         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
74         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
75         test for ncurses in non-standard directories.
77 2002-09-04  Pavel Roskin  <proski@gnu.org>
79         * lib/mc.ext.in: Remove edit rules for compressed files that
80         were compressing even unchanged files - the editor itself can
81         handle compression better.
83 2002-09-03  Pavel Roskin  <proski@gnu.org>
85         * acinclude.m4: Remove Termnet support, it's too old and obscure
86         to be supported properly.
88 2002-08-27  Pavel Roskin  <proski@gnu.org>
90         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
91         OpenOffice.org, not StarOffice.  Add more video formats.
93         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
94         unnecessary pipeline.  Redirect stderr from cpio, because it can
95         be non-empty even for successful operations.
97 2002-08-26  Pavel Roskin  <proski@gnu.org>
99         * syntax/spec.syntax: New file.
100         * syntax/Syntax: Add spec.syntax.
101         * syntax/Makefile.am: Likewise.
102         From PLD Linux Distribution with minor changes.
104 2002-08-25  Pavel Roskin  <proski@gnu.org>
106         * lib/mcserv.init: Update from Red Hat package.
107         * lib/mcserv.pamd: Likewise.
109         * configure.in: Fix interpretation of the iconv test result.
110         Reported by Pavel Shirshov <pavelsh@mail.ru>
112         * mc.sh.in: Only bash needs the mc() function to be exported.
114         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
115         instead of /usr where appropriate.
116         * doc/Makefile.am: Enable generation of the help file.
118         * doc/pl/*: Add Polish translation.
119         * doc/Makefile.am: Adjust for the above.
120         * configure.in: Likewise.
122 2002-08-24  Pavel Roskin  <proski@gnu.org>
124         * lib/edit.indent.rc: Use tidy to format HTML.
125         From David Martin <dmartina@excite.com>
127         * lib/cedit.menu: Remove all references to the error file.
128         * lib/edit.indent.rc: Likewise.
129         * lib/edit.spell.rc: Likewise.
131 2002-08-23  Pavel Roskin  <proski@gnu.org>
133         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
134         use only for the programs that need it (mc and mcserv).
136         * configure.in: Fix help text for gpm and ncurses.  Properly
137         handle --without-ncurses.
138         Reported by Moritz Barsnick <moritz@barsnick.net>
140         * configure.in: Work around a bug in Autoconf-2.53 that prevents
141         splitting of user-specified path in AC_PATH_PROGS.
143         * configure.in: Move glib test earlier, as it tends to fail for
144         many users.  Make GLIB_CONFIG a precious variable.  Check for
145         glib12-config - that's how it's called on FreeBSD.
146         Reported by Pavel Shirshov <pavelsh@mail.ru>
148 2002-08-22  Pavel Roskin  <proski@gnu.org>
150         * configure.in: Remove old-style Linux-only support for shadow
151         passwords.
153 2002-08-21  Pavel Roskin  <proski@gnu.org>
155         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
156         now, otherwise Automake 1.5 breaks.  Remove version number from
157         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
158         Substiture RH_VERSION, which is VERSION without dashes, needed
159         for RedHat specfile.
161         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
162         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
163         two places.
165         Release mc-4.6.0-pre1.
167         * configure.in: Bump version to 4.6.0-pre1.
168         * po/*.po: Regenerate.
170 2002-08-20  David Martin  <dmartina@excite.com>
172         * doc/es/mc.1.in: Minor changes.
173         * doc/es/xnc.hlp: Likewise.
175 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
177         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
178         %{_mandir}/*/man1/*.
180 2002-08-20  Pavel Roskin  <proski@gnu.org>
182         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
184 2002-08-19  Pavel Roskin  <proski@gnu.org>
186         * configure.in: Add Italian documentation.
187         * doc/Makefile.am: Likewise.
189         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
191         * configure.in: Enable subshell support on all operating systems
192         by default.  Old issues are most likely solved by now.
194 2002-08-18  Pavel Roskin  <proski@gnu.org>
196         * lib/mc.ext.in: Try links before lynx.  Force full path when
197         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
198         is already broken if the program starts in background.  Add a
199         comment discouraging taking this code as example.
201         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
202         obsolete.
203         * doc/es/mc.1.in: Likewise.
204         * doc/ru/mc.1.in: Likewise.
205         * doc/hu/mc.hlp.hu: Likewise.
207         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
208         was unsafe by design and is no longer supported.  Use %t instead
209         of %u to preserve tags in case of failure.
211         * vfs/extfs/ftplist.in: Remove support for running commands, it
212         makes no sence.
214 2002-08-16  Pavel Roskin  <proski@gnu.org>
216         * lib/mc.global: Remove, it duplicates the role of mc.lib.
217         * lib/mc.lib: Add contents of mc.global.
218         * lib/Makefile.am: Remove all references to mc.global.
220         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
221         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
223 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
225         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
226         set, umask and unset like other builtin commands.
228 2002-08-15  Pavel Roskin  <proski@gnu.org>
230         * configure.in: Remove check for SIGTSTP, it's not needed for
231         the subshell support.
233         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
234         done at runtime.
235         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
237 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
239         * doc/ru/mc.1.in: Remove reference to README.edit.
240         * doc/mc.1.in: Likewise.
241         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
242         everywhere.
244 2002-08-14  Pavel Roskin  <proski@gnu.org>
246         * doc/mc.1.in: Consistently use "native" ftp syntax.
247         * doc/ru/mc.1.in: Likewise.
248         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
249         * doc/es/xnc.hlp: Likewise.
251         * lib/mc.hlp.hu: Move ...
252         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
254 2002-08-09  Pavel Roskin  <proski@gnu.org>
256         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
257         and entries that are obsolete or make no sence.
259         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
260         "How to use help".
262         * doc/Makefile.am: Don't distribute help file.  Generate it in
263         the build directory.
264         * doc/es/Makefile.am: Likewise.
265         * doc/ru/Makefile.am: Likewise.
267         * lib/xnc.hlp: Move ...
268         * doc/xnc.hlp: ... here.
269         * doc/Makefile.am: Necessary adjustments.
270         * lib/Makefile.am: Likewise.
271         * src/Makefile.am: Likewise.
273         * configure.in: Add Spanish documentation.
274         * doc/Makefile.am: Likewise.
275         * doc/es: Spanish documentation.
276         From David Martin <dmartina@excite.com>
278 2002-08-08  Pavel Roskin  <proski@gnu.org>
280         * lib/mc.lib: Add f11-f20 keys for Konsole.
282 2002-08-06  Pavel Roskin  <proski@gnu.org>
284         * syntax/lisp.syntax: New file.
285         * syntax/Syntax: Add lisp.syntax.
286         * syntax/Makefile.am: Likewise.
287         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
288         changes.
290 2002-08-04  Pavel Roskin  <proski@gnu.org>
292         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
293         subshell if this test fails.
295 2002-08-03  Pavel Roskin  <proski@gnu.org>
297         * syntax/mail.syntax: Colors changed to be more readable.
299         * syntax/html.syntax: Don't require character entities to be
300         whole, but check their validity.
302 2002-08-02  Pavel Roskin  <proski@gnu.org>
304         * configure.in: No longer need to define REGEX_MALLOC.
306 2002-08-01  Pavel Roskin  <proski@gnu.org>
308         * configure.in: Remove support for MAD and Electric Fence.
309         Developers should use modern memory debuggers (e.g. Valgrind).
310         * INSTALL: Remove references to MAD.
312 2002-07-31  Pavel Roskin  <proski@gnu.org>
314         * syntax/html.syntax: Remove recognition for any individual
315         words - there are too many of them, we cannot keep up.
317 2002-07-30  Pavel Roskin  <proski@gnu.org>
319         * doc/ru/Makefile.am: Use man2hlp directly.
321 2002-07-28  Pavel Roskin  <proski@gnu.org>
323         * syntax/changelog.syntax: Highlight "*" only after tab.  This
324         requires fixed syntax highlighting.
326         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
327         default. Open *.xls with gnumeric.  Use mplayer for most video
328         formats.
330         * syntax/nroff.syntax: Require most keywords to be whole.
332 2002-07-21  Pavel Roskin  <proski@gnu.org>
334         * syntax/fortran.syntax: Fix highlighting of "*" at the
335         beginning of line.  Recognize "     +" as continuation.  Move
336         all "linestart" keywords earlier to avoid more conflicts.
338 2002-07-18  Pavel Roskin  <proski@gnu.org>
340         * syntax/unknown.syntax: Don't highlight anything by default.
342         * syntax/changelog.syntax: Highlight functions without
343         filenames.
344         * syntax/Syntax: Match *ChangeLog*.
346         * syntax/c.syntax: Reenable highlighting for "/" and preserve
347         highlighting for "//" comments by using exclusive context.
348         * syntax/java.syntax: Likewise.
349         * syntax/swig.syntax: Likewise.
350         * syntax/slang.syntax: Reenable highlighting for "/".
351         * syntax/sql.syntax: Enable highlighting for "/" and "-".
353         * syntax/sql.syntax: New file.
354         * syntax/Syntax: Add sql.syntax.
355         * syntax/Makefile.am: Likewise.
356         From Walery Studennikov <despair@sama.ru> with minor changes.
358 2002-07-16  Pavel Roskin  <proski@gnu.org>
360         * lib/mc.ext.in: Remove handling of executables.  They should
361         be handled internally for "pause after run" to work.
363         * syntax/Syntax: Associate *.itcl with tcl.syntax.
364         * syntax/tcl.syntax: Add itcl keywords, other improvements.
366 2002-07-15  Pavel Roskin  <proski@gnu.org>
368         * configure.in: Don't check for strcasecmp(), strncasecmp() and
369         strdup() - test results are not used except in gettext, which
370         provides its own tests.
372         * configure.in: When checking for ncurses, check for
373         has_colors(), not curses_version() - the later is missing in
374         older version of ncurses.
376 2002-07-13  Pavel Roskin  <proski@gnu.org>
378         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
379         not to LIBS.
380         * configure.in: Fix breakage in ncurses headers check from the
381         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
382         Define REGEX_MALLOC here.
384         * acinclude.m4 (AC_NCURSES): Remove.
385         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
386         AC_CHECK_LIB to check existance of ncurses library.  Eliminate
387         variables force_ncurses and search_ncurses.
389 2002-07-10  Pavel Roskin  <proski@gnu.org>
391         * configure.in: Remove --with-netrc, it is now default and can
392         be disabled at the runtime.
394         * syntax/tcl.syntax: New file.
395         * syntax/Syntax: Add tcl.syntax.
396         * syntax/Makefile.am: Likewise.
397         * syntax/java.syntax: Don't treat #define separately from other
398         preprocessor directives.
399         * syntax/slang.syntax: Likewise.
400         * syntax/swig.syntax: Likewise.
402 2002-07-09  Pavel Roskin  <proski@gnu.org>
404         * syntax/c.syntax: Don't treat #define separately from other
405         preprocessor directives.
407 2002-07-08  Pavel Roskin  <proski@gnu.org>
409         * syntax/perl.syntax: Highlight text after __END__ as a comment.
410         * syntax/po.syntax: Avoid gray color, which is hard to see.
412 2002-07-05  Pavel Roskin  <proski@gnu.org>
414         * syntax/dos.syntax: Add more commands.
416 2002-07-04  Pavel Roskin  <proski@gnu.org>
418         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
419         sort authors.
421 2002-06-24  Pavel Roskin  <proski@gnu.org>
423         * syntax/dos.syntax: New file - highlighting for DOS batch
424         files.  From Petr Kozelka <pkozelka@centrum.cz>
425         * syntax/Syntax: Add dos.syntax.
426         * syntax/Makefile.am: Likewise.
428 2002-06-04  Max Schedriviy  <max@humgat.org>
430         * syntax/php.syntax: New version.
432 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
434         * NEWS: Mention ftpfs/fish uploading changes and new configure
435         options --with-codepagedir=DIR, --with-configdir=DIR and
436         --without-mcfs.
438 2002-05-22  Pavel Roskin  <proski@gnu.org>
440         * doc/ru/Makefile.am: Fix out-of-tree build.
442 2002-05-14  Pavel Roskin  <proski@gnu.org>
444         * configure.in: Fix logic for gettext 0.10.x.
446 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
448         * configure.in: Don't generate po/Makefile if
449         there is 'top_builddir' in po/Makefile.in.
450         * autogen.sh: More fixes for gettext 0.11+.
452 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
454         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
456 2002-04-21  Pavel Roskin  <proski@gnu.org>
458         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
459         can play them.
461 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
463         * autogen.sh: Fix for gettext 0.11 family (and newer).
465 2002-04-08  Pavel Roskin  <proski@gnu.org>
467         * autogen.sh: Allow gettext newer than 0.10.39.
468         From Björn Eriksson <bjorn@bjornen.nu>
470 2002-04-03  Pavel Roskin  <proski@gnu.org>
472         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
473         by "make clean" because not everyone has Perl to rebuild it.
475 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
477         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
478         first line regular expression.
480 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
482         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
483         or newer is not used.
484         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
486         * src/Makefile.am: Move mc.hlp.ru processing ...
487         * doc/ru/Makefile.am: ... here.
489 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
491         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
492         * syntax/c.syntax: Highlight "%p" printf format.
493         Allow '*' as width and precision for strings and numbers.
495         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
496         * doc/ru/mc.1.in: Likewise.
498 2002-03-18  Pavel Roskin  <proski@gnu.org>
500         * doc/ru/Makefile.am: Distribute xnc.hlp.
502 2002-03-12  Pavel Roskin  <proski@gnu.org>
504         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
506 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
508         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
509         * doc/ru/Makefile.am: New file.
511 2002-03-08  Pavel Roskin  <proski@gnu.org>
513         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
515 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
517         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
519 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
521         * doc/mc.1.in: Use nodename `Background jobs' for section
522         `Background Jobs' to reflect user visible Command menu option
523         and src/cmd.c dialog implementation.
525         * doc/ru: New directory for Russian manuals.
526         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
527         translated by Victor A. Kostromin for mc 4.5.30.  Converted
528         from binary mc.hlp.ru, corrected and actualized by me.
529         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
530         * doc/ru/.cvsignore: Ignore mc.1.
532 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
534         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
535         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
536         mc.lib settings.
538         (Virtual File System): Document SMB File System.
540 2002-02-26  Pavel Roskin  <proski@gnu.org>
542         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
543         message "no symbol found" for unsupported architectures and
544         provide more useful information.
546 2002-02-22  Pavel Roskin  <proski@gnu.org>
548         * README.smbfs: Remove.  It contained no useful information
549         and the webpage is now dead.
550         * Makefile.am: Remove README.smbfs.
552         * README: Mention that glib 1.2.x is required.
554 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
556         * lib/edit.indent.rc: Use "#! /bin/sh"
557         * lib/edit.spell.rc: Likewise.
558         * lib/mcserv.init: Likewise.
560         * lib/cedit.menu: Eliminate bashisms.
561         Add missed `:' in AUTHOR evaluation.
562         Unset LANGUAGE and make LC_ALL empty.
563         Use "#! /path/to/program".
565 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
567         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
568         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
569         Fix tarfs URL syntax example.  Minor typo and format fixes.
571 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
573         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
574         Fix location of configuration files.
576 2002-02-05  Pavel Roskin  <proski@gnu.org>
578         * configure.in: Don't use defunct ncurses_version.
579         Reported by Thomas Dickey <dickey@herndon4.his.com>
580         Set force_ncurses whenever --with-ncurses is used.  If set,
581         suppress checks for S-Lang and fail is ncurses is not found.
583         * configure.in: Introduce a new variable screen_type that is
584         either "slang" or "ncurses" without additional text.  Use it
585         instead of screen_manager whenever possible.  Fix text in
586         AC_NCURSES call, use m4 quotes and move shell quotes into the
587         macro.
588         * acinclude.m4: Likewise.
590 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
592         * syntax/Syntax: Known Delphi/Kylix source file extensions
593         supported (*.dpr, *.inc).
594         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
595         Special highlighting for CVS keywords.  Understands single-line
596         comments (//).
598 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
600         * configure.in (ALL_LINGUAS): Added "bg"
602 2002-01-21  Pavel Roskin  <proski@gnu.org>
604         * NEWS: Mention word completion in the editor.
606 2002-01-17  Pavel Roskin  <proski@gnu.org>
608         * extraconf.h: Remove OS/2 specific code.
610         * doc/mc.1.in (Configuration): Clarify some entries.
612 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
614         * acinclude.m4: New options for smbfs:
615         --with-configdir=DIR    Where the Samba configuration files are (/etc)
616         --with-codepagedir=DIR  Where the Samba codepage files are
618 2002-01-11  Pavel Roskin  <proski@gnu.org>
620         * syntax/xml.syntax: New file - highlighting for XML.
621         From Petr Kozelka <pkozelka@centrum.cz>
622         * syntax/Syntax: Add xml.syntax.
623         * syntax/Makefile.am: Likewise.
625 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
627         * configure.in: Added "eu" to ALL_LINGUAS.
629 2002-01-03  Pavel Roskin  <proski@gnu.org>
631         * lib/mc.menu: Correct quoting.
632         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
634         * NEWS: Mention removal of the OS/2 port.
635         * README.PC: Remove OS/2 specific parts.
637 2002-01-02  Pavel Roskin  <proski@gnu.org>
639         * configure.in: Make help about --with-subshell easier to
640         understand.  Minor alignment fixes for the help.
641         * acinclude.m4: Minor alignment fixes for the help.
643 2001-12-31  Pavel Roskin  <proski@gnu.org>
645         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
646         from vfs/Make-mc.in.
648 2001-12-27 Duarte Loreto  <happyguy_pt@hotmail.com>
650         * configure.in: Added portuguese to ALL_LINGUAS
652 2001-12-21  Pavel Roskin  <proski@gnu.org>
654         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
655         Don't remove slang/slang.h - it's never created.
657         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
658         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
659         unused.
661 2001-12-01  Wang Jian  <lark@linux.net.cn>
663         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
665 2001-11-29  Pavel Roskin  <proski@gnu.org>
667         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
669 2001-11-27  Pavel Roskin  <proski@gnu.org>
671         * lib/mc.ext.in: When running X programs in background, do it
672         from subshell.  Otherwise some of them terminate when mc exits.
673         Reported by Christian Dysthe <christian@dysthe.net>
674         Remove some obsolete and gmc-specific entries.  Use StarOffice
675         to open files detected as "Microsoft Office Document".
677         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
678         XFree86 4.1.0.
680 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
682         * doc/mcedit.1.in: Fix help file location.
684 2001-11-14  Pavel Roskin  <proski@gnu.org>
686         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
687         fallback to ino_t for e2fsprogs version 1.19 and older.
689 2001-10-30  Pavel Roskin  <proski@gnu.org>
691         * lib/mc.ext.in: Add support for Netpbm files.
693 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
695         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
696         http://bugzilla.gnome.org/show_bug.cgi?id=60935
697         By drk@sgi.com.
699         * doc/mc.1.in: Document %p macro.
701 2001-10-24  Pavel Roskin  <proski@gnu.org>
703         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
704         Allow using --without-mmap.
705         * INSTALL: Document --without-mmap.
707 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
709         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
710         of languages to be installed by setting env variable before
711         configure. If it is empty, it defaults to full list.
712         By Alex Tkachenko <alex@bcs.zp.ua>.
714 2001-10-19  Pavel Roskin  <proski@gnu.org>
716         * syntax/sh.syntax: Highlight reserved words inside backticks.
717         Use the same wholechars settings for reserved words and
718         commands.  Recognize more words.  Recognize function definitions
719         without "function" or without "()".  Use brightmagenta instead
720         of brightblue.
722 2001-10-18  Pavel Roskin  <proski@gnu.org>
724         * configure.in: When checking for "nroff -mandoc" support, don't
725         use /dev/null as input file, use stdin.  Some versions of nroff
726         (e.g. groff-1.16.1) don't accept special files.
728 2001-10-14  Pavel Roskin  <proski@gnu.org>
730         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
731         Makefile.  Don't allow any suffixes after "Makefile".
733 2001-10-12  Pavel Roskin  <proski@gnu.org>
735         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
736         format).
738 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
740         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
741         Fix compress<->bzip2 conversion and conversion of tagged
742         archives.
744 2001-10-05  Pavel Roskin  <proski@gnu.org>
746         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
747         Suggested by Marcel Pol <mpol@gmx.net>
749         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
750         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
751         and *.mid files.
753 2001-09-30  Pavel Roskin  <proski@gnu.org>
755         * configure.in: Don't check whether grep supports stdin - it's
756         not used anymore.
757         * NEWS: Mention this change.
759 2001-09-19  Pavel Roskin  <proski@gnu.org>
761         * doc/mcedit.1.in: Fix a very long line - use double
762         backslashes since they are interpreted even in the .nf blocks.
764         * lib/edit.spell.rc: Try aspell before resorting to ispell.
766         * syntax/php.syntax: Replace with a better implementation by
767         Max Schedriviy <max@tavrida.net>
769 2001-09-15  Pavel Roskin  <proski@gnu.org>
771         * doc/mc.1.in: Fix location of mcedit files.
772         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
774 2001-09-14  Pavel Roskin  <proski@gnu.org>
776         * configure.in: Don't check for ncurses version and for keyok()
777         because the mouse support code doesn't need this hack anymore.
779 2001-09-13  Pavel Roskin  <proski@gnu.org>
781         * configure.in: Fix some cases of overquoting and underquoting.
782         * acinclude.m4: Likewise.
784 2001-09-12  Pavel Roskin  <proski@gnu.org>
786         * configure.in: Update list of browsers.  Don't fallback to
787         lynx since it cannot be run in background.
788         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
789         If no browser for X11 was found, use lynx.
791         * autogen.sh: Add a workaround to ensure that "depcomp" is
792         distributed.
793         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
794         where appropriate.
795         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
796         terminfo.
798         * configure.in: Use three-argument form of AC_INIT.  Use
799         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
800         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
801         is not needed if AC_CONFIG_AUX_DIR is used.
802         * vfs/Make-mc.in: Adjust mkinstalldirs location.
803         * autogen.sh: Create "config" and remove "autom4te.cache".
805 2001-09-11  Pavel Roskin  <proski@gnu.org>
807         * syntax/Syntax: New file, extracted from edit/syntax.c.
808         * syntax/Makefile.am: Add Syntax.
810         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
811         to LIBS.  Don't use unportable "grep -q", use "case" instead.
813 2001-09-10  Pavel Roskin  <proski@gnu.org>
815         * configure.in: Only check for X if --with-tm-x-support has been
816         specified.
818         * configure.in: Add check for sys/ioctl.h.
820         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
822         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
823         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
824         testing for functions in ncurses.
826         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
827         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
828         * acconfig.h: Remove.
830         * configure.in: Eliminate LIBSLANG and LSLANG.
831         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
833         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
834         resizeterm() and keyok() only if configuring with ncurses.
836         * configure.in: Remove now unused variables LIBVFS and LVFS.
838         * configure.in: Remove unused variables LINTL and INTLDEPS.
840         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
841         building with included gettext, because libintl.h is copied
842         there.
844 2001-09-09  Pavel Roskin  <proski@gnu.org>
846         * NEWS: Update.
848         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
849         checks -lgen for getmntent as of Autoconf 2.52.
851 2001-09-07  Pavel Roskin  <proski@gnu.org>
853         * configure.in: Check for pwd.h.
855         * Make.common.in: Remove.
856         * configure.in: Remove all references to Make.common.in and
857         MCCPPFLAGS.
858         * aclocal.m4: Likewise.
860         * configure.in: Require Autoconf 2.52.  Remove hacks for
861         Autoconf 2.13.
862         * Makefile.am: Require Automake 1.5.
864 2001-09-06  Pavel Roskin  <proski@gnu.org>
866         * syntax/php.syntax: New file - PHP file highlighting.  Copied
867         from Cooledit 3.17.4.
868         * syntax/Makefile.am: Add php.syntax.
870 2001-09-06  Timur Bakeyev  <mc@bat.ru>
872         * acconfig.h: Brought back couple of symbols, that are still necessary
873         due reference to them from configure.in.
875 2001-09-04  Pavel Roskin  <proski@gnu.org>
877         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
878         strictness for dates.
880         * doc/mc.1.in: Fix troff warnings.
881         * doc/mcedit.1.in: Likewise.
883 2001-09-03  Pavel Roskin  <proski@gnu.org>
885         * doc/mc.1.in: Spellcheck.
886         * doc/mcedit.1.in: Likewise.
887         * doc/mcserv.8.in: Likewise.
889         * doc/mc.1.in (Learn Keys): Complete rewrite.
891 2001-09-02  Pavel Roskin  <proski@gnu.org>
893         * acconfig.h: Remove all unused symbols.
895         * lib/ncurses.h: Remove.
896         * lib/Makefile.am: Remove ncurses.h.
898 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
900         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
902 2001-08-28  Pavel Roskin  <proski@gnu.org>
904         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
905         like EOF.
907 2001-08-26  Pavel Roskin  <proski@gnu.org>
909         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
910         CONS_SAVER.  Put all conditionals together.
912         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
913         Automake 1.5.
915         * configure.in: Remove XCURSES variable - it's unused.
917         * configure.in: New conditional USE_EDIT.
919         * syntax/changelog.syntax: Don't require '@' to be in the
920         address.  This also works around a bug in the syntax engine
921         that prevented highlighting of addresses.
923 2001-08-25  Pavel Roskin  <proski@gnu.org>
925         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
927 2001-08-24  Pavel Roskin  <proski@gnu.org>
929         * extraconf.h: Remove all references to HAVE_X.
930         * acinclude.m4: s/GNOME_/MC_/
931         * configure.in: Likewise.  Remove or clarify all references to
932         the "text edition".  Minor fixes.
934         * configure.in: Remove support for curses libraries other than
935         ncurses.
936         * acinclude.m4: Likewise.
937         * FAQ: Remove everything about UNIX curses.
938         * INSTALL: Likewise.
940         * configure.in: Enable large file support by default.
941         * NEWS: Mention it.
942         * INSTALL: Document it.  Minor fixes.
944         * FAQ: Remove information about GNOME edition.  Minor fixes.
945         * README: Likewise.
946         * NEWS: Mention removing the GNOME edition.
948         * acinclude.m4: Include all used macros from the macros
949         directory.
950         * autogen.sh: Remove all references to "macros".
951         * Makefile.am: Likewise.
953         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
954         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
956         * lib/startup.links: Remove.
957         * lib/README.desktop: Likewise.
958         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
960         * configure.in: Bump version to 4.5.99a.
962         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
963         * po/*.po: Regenerate.
965         * AUTHORS: Update and spell check.
966         * FAQ: Likewise.
967         * INSTALL: Likewise.
968         * INSTALL.FAST: Likewise.
969         * NEWS: Likewise.
970         * README.PC: Likewise.
971         * README.QNX: Likewise.
973         * configure.in: Add check for stropts.h.
975 2001-08-23  Pavel Roskin  <proski@gnu.org>
977         * lib/edit.indent.rc: Create cooledit.error right away to
978         override its old contents.  Don't use ksh extentions.  Treat *.C
979         files as C++.  Recognize more C++ extensions.  Support java.
980         Update URL for "astyle".  Quote all arguments to protect spaces.
981         * lib/edit.spell.rc: Don't save terminal settings - mc does it
982         itself.  Quote all arguments to protect spaces.
984 2001-08-21  Pavel Roskin  <proski@gnu.org>
986         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
987         files if GNOME frontend is disabled.
988         * idl/Makefile.am: Likewise.
989         * lib/Makefile.am: Likewise.
990         * new_icons/Makefile.am: Likewise.
992         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
993         case it already has gettext macros elsewhere and doesn't like
994         duplicates (i.e. it's aclocal from Automake-1.4).
996 2001-08-20  Pavel Roskin  <proski@gnu.org>
998         * AUTHORS: Updated.
999         * INSTALL: Likewise.
1000         * NEWS: Likewise.
1001         * doc/mc.1.in: Likewise.
1002         * doc/mcserv.8.in: Likewise.
1004         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
1005         for sys/mount.h.
1007 2001-08-19  Andras Timar  <timar@gnome.hu>
1009         * lib/Makefile.am: Added Hungarian hints
1010         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
1012 2001-08-19  Pavel Roskin  <proski@gnu.org>
1014         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
1016 2001-08-17  Pavel Roskin  <proski@gnu.org>
1018         * syntax/po.syntax: New file - PO file highlighting.
1019         From David Martin <dmartina@excite.es>
1020         * syntax/Makefile.am: Add po.syntax.
1022         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
1023         it's sometimes missing from the databases.
1025 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
1027         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
1028         * lib/Makefile.am: Reflect above change.
1030 2001-08-15  Pavel Roskin  <proski@gnu.org>
1032         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
1034 2001-08-14  Pavel Roskin  <proski@gnu.org>
1036         * lib/mc.lib: Add popular sequences for "home" and "end" in
1037         "xterm" and "xterm-color" terminals.
1039 2001-08-13  Pavel Roskin  <proski@gnu.org>
1041         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
1043         Replace "Can't" with "Cannot" everywhere.
1045 2001-08-12  Pavel Roskin  <proski@gnu.org>
1047         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
1048         subshell, not for "Open file...".
1049         (emacs_key_map): Likewise.
1051         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1053 2001-08-10  Pavel Roskin  <proski@gnu.org>
1055         * Makefile.am (EXTRA_DIST): Remove BUGS.
1056         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
1058         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
1060         * doc/LSM: Remove, it's outdated.
1061         * doc/FILES: Likewise.
1062         * doc/DEVEL: Remove information about FILES.
1064         * FAQ: Eliminate all broken URLs on the MC site.
1065         From Frederic L. W. Meunier <0@pervalidus.net>
1067         * FAQ: Restore information about xterm.
1069 2001-08-08  Pavel Roskin  <proski@gnu.org>
1071         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1073 2001-08-07  Pavel Roskin  <proski@gnu.org>
1075         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
1077         * doc/mc.1.in: Fix all broken links.
1079 2001-08-06  Pavel Roskin  <proski@gnu.org>
1081         * INSTALL: Numerous changes.  Declare old curses obsolete.
1082         Partly from Frederic L. W. Meunier <0@pervalidus.net>
1084         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
1086 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
1088         * lib/Makefile.am: Remove space after backslash introduced in the
1089         previous commit.
1091         * lib/mc.hint.zh_TW.Big5: New file.
1092         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
1094 2001-08-02  Pavel Roskin  <proski@gnu.org>
1096         * lib/mc.hint.uk: New file.
1097         From Maksym Polyakov <polyama@yahoo.com>
1098         * lib/Makefile.am: Add mc.hint.uk.
1100 2001-08-01  Pavel Roskin  <proski@gnu.org>
1102         * lib/mc.hint.nl: New file.
1103         From Steef Boerrigter <sxmboer@sci.kun.nl>
1104         * lib/Makefile.am: Add mc.hint.nl.
1105         * lib/mc.hint: Remove ftp site.  Update copyright.
1106         * lib/mc.hint.cs: Likewise.
1107         * lib/mc.hint.es: Likewise.
1108         * lib/mc.hint.it: Likewise.
1109         * lib/mc.hint.pl: Likewise.
1110         * lib/mc.hint.ru: Likewise.  Shorten some lines.
1112         * edit/Makefile.in: Allow running "make install" before "make all".
1113         * gtkedit/Makefile.in: Likewise.
1115 2001-07-31  Pavel Roskin  <proski@gnu.org>
1117         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
1118         editor.
1119         * lib/Makefile.am: Add lib/edit.spell.rc.
1121         * autogen.sh: Use gettextize.
1122         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
1123         * po/Makefile.in.in: Likewise.
1125 2001-07-29  Pavel Roskin  <proski@gnu.org>
1127         * syntax/slang.syntax: New file.
1128         From Walery Studennikov <despair@sama.ru>
1129         * syntax/Makefile.am: Add slang.syntax.
1131 2001-07-27  Pavel Roskin  <proski@gnu.org>
1133         * extraconf.h: Move WITH_BACKGROUND here.
1135 2001-07-24  Pavel Roskin  <proski@gnu.org>
1137         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
1139 2001-07-23  Pavel Roskin  <proski@gnu.org>
1141         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
1143 2001-07-20  Pavel Roskin  <proski@gnu.org>
1145         * Make.common.in: Move all defines ...
1146         * gnome/Makefile.in: ... here ...
1147         * src/Makefile.in: ... and here.
1149 2001-07-19  Pavel Roskin  <proski@gnu.org>
1151         * configure.in: Don't check for getwd, it's completely
1152         eliminated.
1153         * INSTALL: Remove reference to HAVE_GETWD.
1155         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
1156         entries for compressed cpio archives.
1158         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
1159         they were only used in obsolete frontends.  Don't ever use %view
1160         without commands - it's slower and loses user settings, e.g.
1161         hex mode.  Put shared libraries before man pages and read.me
1162         before .me macros so that they match correctly.  Use nm for
1163         shared libraries.  Add rules for StarOffice and AbiWord.
1165 2001-07-14  Pavel Roskin  <proski@gnu.org>
1167         * configure.in: Bump version to 4.5.54a.
1169 2001-07-13  Pavel Roskin  <proski@gnu.org>
1171         * lib/mcserv.init: Fix exit status.
1172         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
1174         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
1175         "executable", which should follow a space. Simplify rules for
1176         images. Add shell/ rule for *.info files. Fix all incorrect
1177         uses of the alternation operator.
1178         Reported by Oskar Liljeblad and Michel Casabona.
1180 2001-07-12  Pavel Roskin  <proski@gnu.org>
1182         * configure.in: Don't check for iconv, it's already checked for
1183         in AM_GNU_GETTEXT.
1185 2001-07-10  Pavel Roskin  <proski@gnu.org>
1187         * doc/mc.1.in: Update documentation about hex search.
1189         * edit/edit_key_translator.c (cooledit_key_map): Bind
1190         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
1191         From Steef Boerrigter <sxmboer@sci.kun.nl>
1193         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
1194         * edit/edit_key_translator.c (cooledit_key_map): Add support
1195         for bracket matching on Alt-B.
1196         * gtkedit/gtkeditkey.c: Likewise.
1197         From Steef Boerrigter <sxmboer@sci.kun.nl>
1199 2001-07-06  Pavel Roskin  <proski@gnu.org>
1201         * lib/mc.ext.in: Use nm to view object files.
1203         * Make.common.in: Remove GNOME-specific and unused definitions.
1204         Partly moved to gnome/Makefile.in.
1206         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
1207         they are usused.
1208         * Make.common.in: Likewise.
1210 2001-06-29  Pavel Roskin  <proski@gnu.org>
1212         * ABOUT-NLS: Update to the version from gettext-0.10.38.
1214         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
1215         now done in configure. Move -I.. to the beginning.
1216         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
1217         libintl.a may be required to link mc.
1218         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
1219         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
1220         Move all i18n code to one place. Don't substitute INTLSUB - it's
1221         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
1222         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
1224 2001-06-25  Pavel Roskin  <proski@gnu.org>
1226         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
1227         It should be enabled explicitly by giving `--enable-largefile'
1228         to configure.
1229         * INSTALL: Document it.
1231 2001-06-22  Pavel Roskin  <proski@gnu.org>
1233         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
1235         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
1236         in struct statfs.
1237         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
1239         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
1240         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
1241         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
1242         found.
1243         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
1245 2001-06-19  Pavel Roskin  <proski@gnu.org>
1247         * configure.in: Check for telldir and seekdir. Join adjacent
1248         calls to AC_CHECK_FUNCS.
1250 2001-06-16  Pavel Roskin  <proski@gnu.org>
1252         * Makefile.am: Change the order of SUBDIRS to fully compile text
1253         edition before compiling anything for GNOME.
1254         * mc.spec.in: Don't use brace expansion to avoid implicit
1255         build-time dependency on bash.
1257 2001-06-13  Pavel Roskin  <proski@gnu.org>
1259         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
1260         the test code.
1261         * configure.in: Fix compiler warnings in the arguments to
1262         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
1263         around `=' in the `test' command.
1265 2001-06-07  Pavel Roskin  <proski@gnu.org>
1267         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
1268         GNOME documentation template.
1269         * doc-gnome/C/mkhtml: Don't generate index.
1270         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
1272 2001-06-06  Pavel Roskin  <proski@gnu.org>
1274         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
1275         conditional variables from EXTRA_DIST.
1277 2001-06-05  Pavel Roskin  <proski@gnu.org>
1279         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
1280         conversion support.
1281         From Walery Studennikov <hqsoftware@mail.ru>.
1283         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
1285 2001-06-01  Pavel Roskin  <proski@gnu.org>
1287         * lib/mc.charsets: Synchronize with the latest patch - remove
1288         a comment.
1290 2001-05-30  Pavel Roskin  <proski@gnu.org>
1292         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
1293         work with GNOME.
1295         * lib/mc.charsets: New file. From Walery Studennikov.
1296         * lib/Makefile.am: Distribute mc.charsets. Install it if
1297         the charset support is enabled.
1299         * configure.in: Add check for iconv() and the necessary code
1300         to support the charset selection patch.
1302         * configure.in: Add check for ESCDELAY variable in ncurses.
1304 2001-05-29  Pavel Roskin  <proski@gnu.org>
1306         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
1307         USE_EXT2FSLIB.
1309         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
1310         * pc/config.h: Likewise.
1312         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
1313         and "strings". Recognize "write" files and MS Word templates.
1314         For MS Excel documents try "xls2csv" and "strings".
1315         Escape spaces in the "type" directives.
1316         From Nerijus Baliunas.
1318         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
1320         * Make.common.in: Remove hpath, it's unused.
1322         * acconfig.h: Move constant parts ...
1323         * extraconf.h: ... here.
1324         [HAVE_X]: Disable subshell, s-lang and curses.
1325         * Makefile.am: Add extraconf.h.
1327 2001-05-28  Pavel Roskin  <proski@gnu.org>
1329         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
1330         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
1331         * configure.in: ... here.
1333 2001-05-27  Pavel Roskin  <proski@gnu.org>
1335         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
1336         * acconfig.h: Likewise.
1337         * src/layout.c: Likewise.
1339         * Make.common.in: Remove all percent rules.
1340         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
1341         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
1342         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
1343         AM_INIT_AUTOMAKE.
1345         * Make.common.in: Remove obsolete dependency tracking system.
1346         * configure.in: Likewise.
1347         * edit/Makefile.in: Likewise.
1348         * gnome/Makefile.in: Likewise.
1349         * gtkedit/Makefile.in: Likewise.
1350         * slang/Makefile.in: Likewise.
1351         * src/Makefile.in: Likewise.
1352         * vfs/Make-mc.in: Likewise.
1353         * src/depend.awk: Remove.
1355 2001-05-26  Pavel Roskin  <proski@gnu.org>
1357         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
1358         * syntax/octave.syntax: New file. From Walery Studennikov.
1359         * syntax/Makefile.am: Add octave.syntax.
1361         * configure.in: Fix incorrect test for stdin support in grep -
1362         it would always fail when configuring in an empty directory.
1363         Portability fixes - unset, backslashed space in here-documents.
1364         Eliminate all instances of "changequote".
1366         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
1367         user choice.
1368         * acconfig.h: Changes for the above.
1369         * INSTALL: Don't document --with-sco - it's now defunct.
1370         * INSTALL.FAST: Likewise.
1372 2001-05-25  Pavel Roskin  <proski@gnu.org>
1374         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
1375         are in the beginning of the "file" output.
1377 2001-05-23  Pavel Roskin  <proski@gnu.org>
1379         * lib/mc.ext.in: Add associations for viewing RPM files.
1381 2001-05-22  Pavel Roskin  <proski@gnu.org>
1383         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
1384         By default exit after the first error in jade.
1386         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
1387         JADEFLAGS environment variables. Report progress. Clean up on
1388         failure.
1390 2001-05-21  Pavel Roskin  <proski@gnu.org>
1392         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
1393         files.
1395         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
1396         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
1398 2001-05-20  Pavel Roskin  <proski@gnu.org>
1400         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
1401         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
1402         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
1403         * doc-gnome/C/figs/Makefile.am: Add support for converting from
1404         PNG to EPS.
1406         * Makefile.am (EXTRA_DIST): Remove create_vcs.
1407         * doc/FILES: Likewise. Typo fix.
1409 2001-05-19  Pavel Roskin  <proski@gnu.org>
1411         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
1412         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
1413         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
1415         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
1416         index entry "Moving files".
1418 2001-05-18  Pavel Roskin  <proski@gnu.org>
1420         * configure.in: Use src/main.c in AC_INIT.
1422         * create_vcs: Remove.
1424         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
1425         Add download location for glib.
1426         * mc.spec.in: Likewise.
1427         * doc/LSM: Likewise.
1428         * doc/mc.1.in: Likewise.
1429         * doc/mcedit.1.in: Likewise.
1430         * src/ext.c: Don't mention download location for MC.
1432         * FAQ: Update status of Tk, XView. and GNOME editions. Update
1433         homepage of gpm.
1435         * INSTALL: Remove information about Tk and XView. Change the
1436         mailing list addresses again.
1437         * FAQ: Change the mailing list addresses again.
1438         * MAINTAINERS: Likewise.
1439         * README: Likewise.
1440         * doc/mc.1.in: Likewise.
1441         * gnome/gmc-window.c: Likewise.
1442         * lib/README.xterm: Likewise.
1443         * lib/mc.ext.in: Likewise.
1444         * lib/mc.hint*: Likewise.
1445         * lib/mc.hlp.hu: Likewise.
1446         * po/*.po: Likewise.
1447         * src/main.c: Likewise.
1449 2001-04-20  Pavel Roskin  <proski@gnu.org>
1451         * FAQ: Change the mailing list addresses and the download
1452         locations.
1453         * INSTALL: Likewise.
1454         * MAINTAINERS: Likewise.
1455         * README: Likewise.
1456         * doc/mc.1.in: Likewise.
1457         * gnome/gmc-window.c: Likewise.
1458         * lib/README.xterm: Likewise.
1459         * lib/mc.ext.in: Likewise.
1460         * lib/mc.hint*: Likewise.
1461         * lib/mc.hlp.hu: Likewise.
1462         * po/*.po: Likewise.
1463         * src/main.c: Likewise.
1465 2001-04-19  Pavel Roskin  <proski@gnu.org>
1467         * configure.in: Don't install mcserv unless
1468         "--enable-mcserv-install" has heen specified.
1469         Don't quote the first argument in all calls to AM_CONDITIONAL
1470         to work around a bug in Automake 1.4.
1471         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
1472         * vfs/Make-mc.in: Likewise.
1474 2001-04-13  Pavel Roskin  <proski@gnu.org>
1476         * configure.in: Bump version to 4.5.53a.
1478 2001-04-06  Pavel Roskin  <proski@gnu.org>
1480         * gtkedit/editcmd.c: Remove support for XView layout attributes.
1481         * gtkedit/editoptions.c: Likewise.
1482         * pc/chmod.c: Likewise.
1483         * pc/drive.c: Likewise.
1484         * src/boxes.c: Likewise.
1485         * src/chmod.c: Likewise.
1486         * src/dlg.c: Likewise.
1487         * src/dlg.h: Likewise.
1488         * src/filegui.c: Likewise.
1489         * src/find.c: Likewise.
1490         * src/hotlist.c: Likewise.
1491         * src/layout.c: Likewise.
1492         * src/listmode.c: Likewise.
1493         * src/main.c: Likewise.
1494         * src/option.c: Likewise.
1495         * src/panelize.c: Likewise.
1496         * src/wtools.c: Likewise.
1497         * src/wtools.h: Likewise.
1498         * vfs/smbfs.c: Likewise.
1500         * autogen.sh: Check out "intl" and "macros" directories if they
1501         are missing. Simply "cvs up -d" won't restore them.
1503         * configure.in: Bump version to 4.5.52a.
1505 2001-03-14  Pavel Roskin  <proski@gnu.org>
1507         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
1508         Automake conditional USE_SAMBA_FS if Samba is to be supported
1509         in VFS.
1511 2001-03-07  Pavel Roskin  <proski@gnu.org>
1513         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
1514         defined.
1515         Reported by Norbert Warmuth.
1517         * configure.in: Don't process vfs/extfs/uzip - it's now
1518         constant.
1520         * syntax/changelog.syntax: Require space after asterisk to have
1521         it highlighted.
1523 2001-03-02  Pavel Roskin  <proski@gnu.org>
1525         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
1526         * configure.in: Use AC_PROG_CC_STDC instead.
1528         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
1529         Suggested by Christian Gennerat.
1531         * lib/mc.ext.in: Add support for "freeze" - old compression
1532         program used mostly on QNX.
1533         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
1534         * lib/Makefile.am: Adjusted.
1536 2001-02-26  Pavel Roskin  <proski@gnu.org>
1538         * lib/mc-gnome.ext.in: Remove, it's not used.
1539         * configure.in: Remove lib/mc-gnome.ext.
1540         * lib/Makefile.am: Likewise.
1542 2001-02-20  Pavel Roskin  <proski@gnu.org>
1544         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
1545         defined to prevent warnings on OpenBSD 2.7.
1546         * slang/jdmacros.h: Likewise.
1547         * src/mad.h: Likewise.
1548         * src/poptalloca.h: Likewise.
1550         * configure.in: Check for sys/time.h and sys/timeb.h. Use
1551         AC_HEADER_TIME.
1553 2001-02-07  Pavel Roskin  <proski@gnu.org>
1555         * autogen.sh: Create vfs/samba/include/stamp-h.in.
1556         * vfs/samba/include/stamp-h.in: Remove.
1558         * macros/curses.m4: Quote first argument to AC_DEFUN.
1559         * macros/gnome-cxx-check.m4: Likewise.
1560         * macros/gnome-gettext.m4: Likewise.
1561         * macros/gnome-libgtop-check.m4: Likewise.
1562         * macros/gnome-print-check.m4: Likewise.
1563         * macros/linger.m4: Likewise.
1564         * macros/need-declaration.m4: Likewise.
1566         * configure.in: Only configure in vfs/samba if smbfs support is
1567         enabled even with Autoconf 2.13.
1569 2001-01-30  Pavel Roskin  <proski@gnu.org>
1571         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
1572         --without-samba due to a typo.
1574         * configure.in: Only configure in vfs/samba if smbfs support is
1575         enabled. This optimization will only work with Autoconf-2.49c
1576         and above.
1578 2001-01-13  Pavel Roskin  <proski@gnu.org>
1580         * configure.in: Don't create a faked malloc.h.
1581         * gtkedit/edit.h: Don't assume that malloc.h always exists.
1582         * src/mad.h: Likewise.
1584         * configure.in: Simplified handling of cons.saver.
1585         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
1586         * mc.spec.in: Remove a workaround for the above.
1588         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
1589         for MC. Don't rely on the output of uname - use $host_os.
1591 2001-01-11  Pavel Roskin  <proski@gnu.org>
1593         * configure.in: Check for ext2 libraries only if VFS is enabled.
1595         * src/Makefile.in: Create directories before installing files.
1596         Removed all occurences of libprefix - it's never defined.
1598         * configure.in: All macros from configure.in moved to
1599         acinclude.m4. Added missing quotes in several places.
1600         * acinclude.m4: Likewise.
1602         * edit/Makefile.in: Don't install or uninstall mcedit -
1603         it cannot be installed before mc on systems without symlinks.
1604         * gtkedit/Makefile.in: Likewise.
1605         * src/Makefile.in: Install mcedit (if enabled) and mcview.
1606         Uninstall them.
1608         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
1609         from acinclude.m4 in gtk+:
1610         Don't define ENABLE_NLS unless we have a working NLS.
1611         (This should keep libintl.h from being included when it doesn't
1612         exist).
1614 2001-01-09  Pavel Roskin  <proski@gnu.org>
1616         * doc-gnome/C/figs/Makefile.am: New file.
1617         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
1618         makefile do it.
1619         * configure: Substitute doc-gnome/C/figs/Makefile.
1621         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
1623 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
1625         * lib/mc.hlp.hu: Added Hungarian help file from
1626           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
1627           maci@integrity.hu, mfh47@freemail.hu
1628         * lib/Makefile.am: Added LOCALIZED_HELP for further
1629           mc.hlp l10ns
1630         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
1631           gtkedit/editcmd.c: I18n of mc.hlp
1633 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
1635         * doc/mc.1.in: Corrected badly formatted link...
1637 2000-11-10  Robert Brady  <robert@suse.co.uk>
1639         * configure.in: Add Tamil to ALL_LINGUAS.
1641 2000-10-23  Pavel Roskin  <proski@gnu.org>
1643         * mc.spec.in: Allow mcserv.8 to be gzipped.
1645         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
1646         that cannot deal with "./gmc.sgml".
1648 2000-10-09  Pavel Roskin  <proski@gnu.org>
1650         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
1651         that CVS Automake will drop dependencied to the macros that
1652         we don't distribute.
1654         * lib/mc.ext.in: Removed references to icons. Source RPMs
1655         grouped to one regex. Removed "Update" for source RPMs, added
1656         "Rebuild" instead. Added "Check signature" for all RPMs.
1657         Added a comment about pop-up menus in the text edition.
1659 2000-10-06  Pavel Roskin  <proski@gnu.org>
1661         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
1662         flags moved out of CFLAGS as recommended by GNU coding
1663         standards.
1664         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
1665         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
1666         XCPPFLAGS.
1667         * INSTALL (Random notes on porting to other architectures):
1668         Completely rewritten. Recommended using CFLAGS instead of XINC.
1670 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1672         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
1674 2000-10-04  Christophe Merlet  <christophe@merlet.net>
1676         * gnome/*.desktop: Updated french strings.
1678 2000-10-03  Pavel Roskin  <proski@gnu.org>
1680         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
1681         to allow <legalnotice>. Unclosed tags fixed.
1683 2000-09-30  Pavel Roskin  <proski@gnu.org>
1685         * mc.spec.in: New package mc-common. Use DESTDIR instead of
1686         misusing prefix. Don't install old icons - they don't exist.
1688         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
1689         "export -f" to have mc() exported.
1690         * doc/mc.1.in: Changed description of the "-P" option to
1691         avoid inclusion of mc.sh and mc.csh into the manual.
1692         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
1694 2000-09-24  Pavel Roskin  <proski@gnu.org>
1696         * doc/mc.1.in: Minor formatting fixes.
1698         * lib/mc.sh.in: Remove temporary file non-interactively.
1699         * doc/mc.1.in: updated example for mc.sh.
1701 2000-09-23  Pavel Roskin  <proski@gnu.org>
1703         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
1704         updates it when needed.
1705         * mc.spec.in: Include translations with mc, not gmc. Run
1706         chkconfig --del in %preun, not %postun. --without-debug not
1707         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
1708         be executable. New files in %{prefix}/lib/mc/ - translated hints,
1709         editor files.
1711         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
1712         directory for document processing. Comment changes. gmc.ps and
1713         gmc.pdf now generated from gmc.dvi.
1715         * configure: Always include Make.common as file, otherwise
1716         "make distclean" breaks.
1717         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1718         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
1719         replaced with "rm -f" - the stangard says that "rm" is portable.
1720         Ditto $(MV). Adjusted *clean targets to match those in
1721         Automake. Removed "cross" target.
1723 2000-09-22  Pavel Roskin  <proski@gnu.org>
1725         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
1726         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
1727         * doc/Makefile.in: Converted to ...
1728         * doc/Makefile.am: ... this.
1730 2000-09-21  Pavel Roskin  <proski@gnu.org>
1732         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
1733         is not expanded in all shells.
1734         * doc/mc.sgml: Updated the example script to reflect the above
1735         changes.
1736         * doc/mc.in.1: Likewise.
1738 2000-09-19  Pavel Roskin  <proski@gnu.org>
1740         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
1741         Marco Ciampa
1743 2000-09-18  Pavel Roskin  <proski@gnu.org>
1745         * Make.common.in: Added installcheck to placate "make distcheck"
1746         * configure.in, Make.common.in, doc/Makefile.in,
1747         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1748         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
1749         variable MKINSTALLDIRS and builddir with Automake-compatible
1750         mkinstalldirs and top_builddir.
1751         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
1752         files. Added uninstall-local target.
1754 2000-09-17  Pavel Roskin  <proski@gnu.org>
1756         * configure.in: fixed wrong use of AC_MSG_RESULT inside
1757         AC_CACHE_VAL
1759         * Make.common.in: Added the "dvi" target for "make distcheck"
1760         to go further
1761         * doc-gnome/C/Makefile.in: converted to ...
1762         * doc-gnome/C/Makefile.am: ... this
1764 2000-09-15  Pavel Roskin  <proski@gnu.org>
1766         * acconfig.h, configure.in: Require autoconf 2.13 or above.
1767         Removed workarounds for older versions. Removed MCDEBUG
1768         variable - it's not used. --with-debug renamed to --with-mad and
1769         cleaned up. Always use -Wall with gcc, other manipulations with
1770         CFLAGS removed.
1772         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1773         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1774         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
1775         mc.pot becomes out of date in the tarball.
1777 2000-09-14  Pavel Roskin  <proski@gnu.org>
1779         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
1780         tests for cp, mv and rm.
1781         * Make.common.in: Removed variables xv_bindir and STRIP.
1782         Variables CP, MV and RMF are assigned trivial values.
1784         * edit/Makefile.in: Don't link headers, add extra includes
1785         to CPPFLAGS instead. Put links to the build directory.
1786         Remove the hack with "mx" - it is not needed anymore.
1788         * configure.in: remove any manupulations with top_srcdir.
1789         Don't change CPPGLAGS when the internal editor is enabled,
1790         instead do it ...
1791         * edit/Makefile.in, gtkedit/Makefile.in: ... here
1793         * configure.in, Make.common.in, doc/Makefile.in,
1794         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1795         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
1796         changed to top_srcdir for Automake compatability
1798         * configure.in: REGEX_O variable removed - always use our regex
1800         * configure.in: MCFGR variable removed
1802 2000-09-12  Pavel Roskin  <proski@gnu.org>
1804         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
1805         other GNOME modules
1806         * autogen.sh: remove "-I ." from the "aclocal" command line
1808 2000-09-01  Pavel Roskin  <proski@gnu.org>
1810         * configure.in: output vfs/extfs/Makefile
1812         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
1813         to avoid a warning
1814         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
1815         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
1817 2000-08-29  Pavel Roskin  <proski@gnu.org>
1819         * configure.in: use AM_GNOME_GETTEXT
1820         * gettext.m4: removed
1821         * Makefile.am: adjusted files to distribute, previous change
1822         reverted
1824         * mc-aclocal.m4: renamed to ...
1825         * acinclude.m4: ... this
1826         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
1827         * Makefile.am: aclocal should scan "." for gettext.m4
1829 2000-08-28  Pavel Roskin  <proski@gnu.org>
1831         * Make.common.in: removed hack for "make distcopy"
1832         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1833         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1834         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
1835         for external builds.
1836         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
1838 2000-08-24  Pavel Roskin  <proski@gnu.org>
1840         * new_icons/Makefile.in: converted to ...
1841         * new_icons/Makefile.am: ... this
1842         * configure.in: automake conditional GNOME introduced.
1843         "insticons" removed
1845         * icons/*: removed
1846         * Makefile.am, configure.in: necessary adjustments
1848         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
1849         automake installs them now
1851         * syntax/Makefile.in: converted to ...
1852         * syntax/Makefile.am: ... this
1854         * idl/Makefile.in: converted to ...
1855         * idl/Makefile.am: ... this
1857         * lib/Makefile.am: simplified, fixed "make dist"
1859         * lib/Makefile.in: converted to ...
1860         * lib/Makefile.am: ... this
1862         * lib/tkmc.wmconfig: removed
1863         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
1865         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
1866         to ...
1867         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
1868         * Make.common.in: support for "distdir" for compatability
1869         with Automake-generated makefiles
1870         * autogen.sh: run automake. Force cache - it is off by default
1871         in autoconf 2.49a, but it's still handy for maintainers
1872         * configure.in: adapted for Automake
1874         * AUTHORS: new file
1876 2000-08-23  Pavel Roskin  <proski@gnu.org>
1878         * configure.in: resurrect definition of xvers
1880         * VERSION.in: removed
1881         * Makefile.in: don't do anything with VERSION.in and VERSION
1882         Take mc.spec from builddir, not srcdir
1883         * configure.in: don't create VERSION
1885 2000-08-22  Pavel Roskin  <proski@gnu.org>
1887         * *.c, *.h: Updated address of Free Software Foundation
1889 2000-08-21  Pavel Roskin  <proski@gnu.org>
1891         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
1892         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
1893         related to XView, libXPM, libXext and Tk
1895 2000-08-18  Pavel Roskin  <proski@gnu.org>
1897         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
1898         files
1900         * configure.in: Simplified dependency tracking by using
1901         "-include" with GNU Make
1902         * autogen.sh: Exit on all failures
1904 2000-08-17  Pavel Roskin  <proski@gnu.org>
1906         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
1907         Fixed all misuses of single and double quotes. Typo fixes.
1908         Ensured compatability with sgml2html, sgml2txt and sgml2latex
1909         * doc/mc.1.in: Typo fix
1911         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
1912         * doc/linuxdoc-sgml.diff: removed
1913         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
1914         distribute gnome.sgml
1916 2000-08-15  Pavel Roskin  <proski@gnu.org>
1918         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
1919         in the "distclean" target
1921         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
1922         Removed all XVIEW-related stuff
1923         Fixed placement of png files on "make dist"
1925         * doc/mc.1.in: Updated info about the internal editor
1927         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
1928         indicate serious problems. Fixes for uninstall.
1929         * doc/Makefile.in: Rebuild if it is out of date.
1931         * lib/cedit.menu: Added. This file has been missing
1933         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
1935 2000-08-08  Pavel Roskin  <proski@gnu.org>
1937         * Makefile.in: correctly detect make failures in subdirs
1939 2000-08-01  Pavel Roskin  <proski@gnu.org>
1941         * nt, os2, tk, xv: removed all files
1942         * configure.in: don't create os2 and nt directories
1944 2000-08-01  Pavel Roskin  <proski@gnu.org>
1946         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
1948         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
1950 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
1952         * src/main.c: make 8bit input/output the default (99% of the people
1953         expects that; lets the remaining 1% use the configuration menu
1954         to disactivate it if they want)
1956 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1958         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
1960 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
1962         * configure.in: check for gnome-libs with window icon support
1964         * acconfig.h: add icon define
1966 2000-06-08  Matthias Warkus  <mawa@iname.com>
1968         * new_icons/gnome-pack-*.png: Updated.
1969         * gnome/mc.keys: Added a MIME type for SLP packages.
1971 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
1973         * syntax/diff.syntax: Highlight lines beginning with "File",
1974         "Files" and "Binary"
1975         * syntax/makefile.syntax: Highlight "ifndef"
1976         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
1977         highlighted)
1979 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1981         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
1982         comment lines with # in last release
1984 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1986         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
1988 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1990         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
1991         look more consistent than original.
1993 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1995         * config.in: Added check against strcoll().
1997 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1999         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
2000         added 'and', 'or', 'not', 'for' keywords.
2002 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2004         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
2005         based systems. Hope, this will make FreeBSD midc maintainer to enable
2006         build-in editor by default. Still, syntax highlighting is disabled.
2007         Need to port...
2009 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2011         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2012           fixed, some messages gettext()ed again here and in
2013         gtkedit/editmenu.c:edit_about_cmd()
2015 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2017         * doc/mc.sgml (Examples): Fixed documentation, thanx
2018         to martin@internet-treff.uni-koeln.de.
2020 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
2022         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
2023         the label text
2025 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
2027         * gtkedit/syntax.c: treat *.ads as Ada source
2028         * syntax/ada95.syntax: escape "+" and "*"
2029         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
2030         * syntax/Makefile.in: remove diffc.syntax
2032         * edit/edit_key_translator.c: interpret code 0177 as
2033         backspace unless recognized otherwise
2035 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
2037         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
2038         initialization of array of structure (gcc version 2.96 20000131
2039         chokes on it).
2041         * lib/mc.hint: C-y and not C-u can be used to insert text in input
2042         lines (e. g. text which has been deleted with M-d).
2044         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
2046 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
2048         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
2050 2000-01-29  Matthias Warkus  <mawa@iname.com>
2052         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
2053         design on Federico's request.
2055 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
2057         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
2058         an ArrangeType enum.
2060 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
2062         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
2063         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
2064         setup.c: Add option of using GNOME "magic" routines to determine file
2065         types. This makes MC intelligently look at the data in the file to see
2066         what type of file it is, rather than looking at the filename extension.
2067         This slows down MC quite a bit, so it has been made an optional
2068         preference item. Type detection is expected to improve as mime-magic
2069         matures.
2071 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
2073         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
2074         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
2075         providing a patch.
2077 2000-01-11  Matthias Warkus  <mawa@iname.com>
2079         * Added icon and keys entry for Scheme source.
2081 2000-01-03  Fatih Demir  <kabalak@gmx.net>
2083         * configure.in: Added tr -> ALL_LINGUAS .
2085 1999-12-28  Matthias Warkus  <mawa@iname.com>
2087         * new_icons/*.png: Added a bunch of new icons.
2089 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
2091         * configure.in (VERSION): Bumped version number to 4.5.42.
2093 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
2095         * configure.in: added 'uk' to ALL_LINGUAS.
2097 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2099         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
2100         request from David Sauer
2102 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
2104         * configure.in (VERSION): Bumped version number to 4.5.41.
2106 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
2108         * configure.in (VERSION): Set version number to 4.5.39.
2110 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
2112         * configure.in: Added pt_BR to ALL_LINGUAS
2114 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
2116         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
2117         path to the mc binary according to @prefix@.
2119         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
2120         configure. Install mc.sh and mc.csh in $(suppbindir).
2122         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
2123         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
2124         copies of the included function definitions.
2126         * mcfn_install.in: Comment out definitions of the mc functions. Source
2127         mc.sh instead of adding an outdated mc function definition.
2129         * configure.in: output mc.sh and mc.csh
2131 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
2133         * lib/startup.links: Changed the news link to Gnotices
2135 1999-09-19  David Martin  <dmartina@usa.net>
2137         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
2138         8 bit chars from strftime get displayed when inserting date.
2140         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
2141         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
2142         file to avoid interferences. In this one I changed the extension check
2143         to a type check (as used for gzip) which might give problems in some
2144         systems.
2146         * configure.in: Use -Tlatin1 to format man pages when available and
2147         "view" 8 bit chars.
2149 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
2151         * gtkedit/edit.h: Include file reordering to make it compile with
2152         --with-debug
2154         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
2155         dependent on lenght of translated strings to display.
2157 1999-09-16  Owen Taylor  <otaylor@redhat.com>
2159         * Remove the magicdev autoconf test in favor of just
2160         including the idl file. Otherwise we have a dependency
2161         loop between this and magicdev.
2163 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
2165         * idl/FileManager.idl: Changed names, and put everything under a
2166         FileManager module.  Added a Desktop interface and some methods to
2167         the WindowFactory interface.
2169 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
2171         * doc-gnome/*: Shiny new docs from users-guide.
2172         All synced up.
2174 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
2176         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
2178 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
2180         * README: Updated and spell-checked.
2182         * NEWS: Updated.
2184 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
2186         * configure.in (ALL_LINGUAS): Added sv.
2188 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
2190         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
2191         symlink attacks (mcfn_install and the man page still needs to be
2192         updated).
2194 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
2196         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
2197         a symbolic link (ln -sf doesn't work as expected on Solaris)
2199 1999-08-19  Elliot Lee  <sopwith@redhat.com>
2200         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
2202 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
2204         * doc-gnome/C/gmc.sgml: Index fixes.
2206 1999-08-18  Elliot Lee  <sopwith@redhat.com>
2208         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
2209         initializers in the GnomeUIInfo structure.
2211 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
2213         * configure.in (VERSION): Bumped version number to 4.5.38.
2215 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
2217         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
2219 1999-08-15  David Martin  <dmartina@usa.net>
2221         * gtkedit/edit.c: Print localized date with strftime()
2223         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
2225 1999-08-08  David Martin  <dmartina@usa.net>
2227         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
2228         translation.
2230         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
2231         translation as it used to be.
2233 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2235         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
2236         that the correct index.html will be generated.
2238 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2240         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
2241         to the list.
2243 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
2245         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
2246         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
2247         This adds some new syntax rules, and spell check on the fly
2248         which if someone bugs me for, will actually get enabled in
2249         both the text and gnome versions. Bookmark stuff also needs
2250         some keys bound to it, I suppose: any takers?
2252 July 19, 1999 Elliot Lee
2253         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
2255 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
2257         * Makefile.in (all): Makefile fix.
2259 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2261         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2262         should fix the problem we had with FSSTND distributions.
2264 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2266         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
2267         list of distributed files.
2269 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2271         * configure.in (VERSION): Bumped version number to 4.5.34.
2273 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
2275         * Add fi into ALL_LINGUAS
2277 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
2279         * gnome/i-zipdisk2.png: Added another zip-disk icon
2280         by <scarab@egyptian.net> - It looks very nice. Variation
2281         is good.
2283 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2285         * acconfig.h: Add WITH_SMBFS
2287         * macros/gnome-vfs.m4: Support conditional samba support.
2289 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2291         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2292         should fix the problem we had with FSSTND distributions.
2294 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
2296         * mc.spec.in: added syntax files to %files
2298 1999-06-22  David Martin  <dmartina@usa.net>
2300         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
2302 1999-06-07  Shooby Ban  <bansz@szif.hu>
2304         * po/hu.po, configure.in: added hungarian translations...
2305           I'm not sure it's OK, but it seems usable.
2306           Translators: Tamas Fejos and Andras Kadar
2308 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
2310         * configure.in, Makefile.in: added the gmc helpfile to the build
2312 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
2314         * Add ja entry to LANG in configure.in
2316 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2318         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
2319         be installed in the system :) (added it to the Makefile.in)
2321 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2323         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
2324         disks - someone please add it to the mount.c code so it gets used..
2325         Everyone have a nice time at the expo! :) I hope to join the
2326         next time.
2328 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2330         * configure.in: Added check for getpt ()
2332 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2334         * configure.in (VERSION): Bumped version number to 4.5.31.
2336 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2338         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
2339         need to fool it by strdup'ing the return value of tempnam.
2341 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2343         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
2344         MCLIBS which are specific to the text edition.
2346         * INSTALL: Added documentation for --with-tm-x-support
2348 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
2350         * mc.spec.in : Folded in some changes from the 'offical' rpm
2351         spec file.
2353 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2355         * configure.in (SHELL): Do not use grep -q, as it is not portable
2356         to every OS.
2358 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2360         * configure.in: Linking from $srcdir/slang is broken when configure
2361         isn't called with an absolute path. Link from ../$srcdir/slang if
2362         configure was invoked with a relative path.
2364 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2366         * configure.in: Do not rm the destination file and then link, use
2367         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
2369 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2371         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
2372         --with-PACKAGE and --without-PACKAGE gave the same results.
2374 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2376         * configure.in (VERSION): Bumped version number to 4.5.30.
2378 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2380         * configure.in (VERSION): Bumped version number to 4.5.29.
2382 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2384         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
2385         now contains all checks.
2387 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2389         * configure.in (VERSION): bumped version number to 4.5.28.
2391 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
2393         * */Makefie.*: fixed several missed conversions from libdir to
2394         mclibdir. (Should be automake'd, really)
2396 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2398         * Make.common.in: There were conflicting definitions of mclibdir
2399         (one for installation, one for source).  Now the source one is
2400         called mcsrclibdir.
2402         * doc/Makefile.in: Use mcsrclibdir where appropriate.
2404 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
2406         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
2407         Pascal Program" (Heh, second time :)
2409         * Makefile.common: Until things gets clear, keep syntax rules in
2410         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
2412         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
2413         @libdir@.
2415 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
2417         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
2418         as requested by Paul. Still, need some checking...
2420 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
2422         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
2423         to date with cooledit 3.9.0. This adds some new features.
2424         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
2425         syntax.c. This is because the rule set is becoming too
2426         large to maintain in its current form and because file
2427         loading is starting to get slow.
2429         There is also a bookmark feature which does not yet have
2430         key bindings assigned to it, but should be cool once
2431         these get inserted. Syntax rules files are named
2432             $LIBDIR/cooledit/syntax/*.syntax
2434 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2436         * configure.in: Create slang directory, it is needed when
2437         builddir != srcdir.
2438         Use -f when calling rm, the file does not exist on
2439         first compile.
2440         No need to copy VERSION from $srcdir, it's already generated in
2441         $buildir.
2443 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
2445         * edit/edit_key_translator.c: Added missing translation tags.
2447 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2449         * configure.in: Minimum version of glib should be 1.2.0.
2450         (VERSION): Bumped version number to 4.5.27.
2452 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
2454         * gtkedit/editcmd.c: Added missing translation tags.
2456         * gtkedit/editoptions.c: Added missing translation tags. Translate
2457         radio buttons on first use.
2459 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
2461         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
2462         to get the mc spec file to work.
2463         * hacked configure to generate a properly versioned spec file.
2465 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2467         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
2468         radio buttons on first pass.
2470 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
2472         * gtkedit/editcmd.c: Mark strings in the search and replace
2473         dialogs for translation. Resized these dialogs to let the messages
2474         fit.
2476 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2478         * gtkedit/editwidget.c (selection_send): Use the proper type for
2479         64-bit cleanliness (Patch from George Lebl).
2481 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
2483         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
2484         into the catalog file.
2486 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2488         * configure.in: Make Timur's libtermcap check work with SLang
2489         0.99.98, too.
2491 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2493         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
2494         PS and EPS files.  Thanks, Tigert!
2496 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2498         * configure.in (CCOPTS): Drop the prefix auto-detection.
2500 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
2502         * configure.in: Add check, which, in case of system-installed SLang
2503         library tries to run a test program, which determines, does we need
2504         linking with libtermcap.a. Also, set of if's for finding terminfo
2505         dir changed to for cycle - a bit nicer :)
2507 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2509         * README.QNX: Deleted documention about mc.menu.qnx.diff.
2511 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2513         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
2515 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2517         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
2518         from tar calls when extracting (according to my man page this option
2519         is only useful when creating archieves).
2521 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2523         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
2524         adds support for tar.bz2 and merges the support for freeze-compressed
2525         tar files (tar.F) from mc.menu.qnx.diff.
2527 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
2529         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
2530         GNU-like :)
2532 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2534         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
2535         the catalog file.
2537 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
2539         * new_icons/gnome-core.png: New icon for core files. Someone
2540         please add the code part :)
2542 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
2544         * configure.in: Add check against setuid() and setreuid() functions.
2546 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2548         * slang/slang.h: renamed to slang-mc.h
2550         * slang/Makefile.in: delete slang.h on "make clean"
2552         * configure.in: link slang/slang-mc.h to slang/slang.h when the
2553         included slang is used. Problem was that MC's slang.h was used
2554         when we compiled with an already installed SLang and the systems
2555         header file were included with <slang/slang.h>.
2556         Unfortunatly I can't use AC_LINK_FILES to make the links because
2557         if we needn't make any links AC_LINK_FILES makes a link from
2558         srcdir to top_builddir (builddir != srcdir).
2560         Temporary add $LGPM to $LIBS when checking for the resizeterm
2561         and keyok functions (ncurses might be linked against GPM).
2563         Substitude PACKAGE (intl/Makefile makes use of it)
2565 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
2567         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
2568         #include "global.h".
2570 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
2572         * Make.common.in (gnewdir): new path.
2574 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
2576         * configure.in: Add comments before "Let" and "the" - typo. Add new
2577         path to include's search.
2579 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
2581         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
2583 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2585         * configure.in (REGEX_O): Always include regex.o as the code we
2586         are using in gmc is not using regcomp/regexec, but the internal
2587         Emacs API.
2589         * src/regex.c: Do not compile the POSIX compatibility code, as we
2590         do not use it.
2592 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2594         * doc/mc.sgml, mc1.in (Color section): minor polishing
2595         (Layout section): documented Highlight...
2597 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2599         * configure.in: Deleted du checks
2601         * INSTALL: Deleted --with-dusum documentation.
2603         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
2604         Configuration dialog. Added Advanced chown subsection. Deleted
2605         variables from the Special settings section which are now covered
2606         by the configuration dialog.
2608 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2610         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
2611         tar_gz_memlimit. Partially rewrote the section about the
2612         Virtual FS.. configuration dialog.
2614 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
2616         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
2618 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2620         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
2622         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
2623         builddir
2625 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
2627         * new_icons/gnome-image-[lots].png: I added some icons for file
2628         types (image) there - someone please tell me what the correct
2629         location and naming convention is and I will try to follow that. :)
2631 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
2633         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
2634         the build will still work.  (Has this been replaced by new_icons?)
2636 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
2638         * doc/mc.1.in, mc.sgml: added my name to list ov authors
2640 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2642         * Makefile.in (codedirs): Dropped xv and tk ports from the
2643         distribution. include idl directory.
2645 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2647         * configure.in (slang_use_system_installed_lib): Define slang
2648         here, to avoid having this on LIBS.
2650 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
2652         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
2654 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
2656         * config.h.in: Removed from CVS, added to .cvsignore
2658         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
2659         configure.in:
2660         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
2661         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
2662         HAS_CURSES added to acconfig.h
2664 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2666         * autogen.sh: Add "-I macros" to the aclocal flags.
2668         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
2669         so that aclocal will not complain about an obsolete macro.
2671         * configure.in: Use MC_HPUX_PROG_CC_STDC
2673         * ChangeLog: There was no ChangeLog here, so I added one.