advancing in translation: internal viewer.
[midnight-commander.git] / ChangeLog
blobeb32345d4125a7aaa2abd296787673d6552f4592
1 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
3         * syntax/syntax.syntax: Add "linestart" for "context",
4         "context default" and "context exclusive" keywords.
5         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
6         and "%5.5s" formats.
8 2002-09-18  Pavel Roskin  <proski@gnu.org>
10         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
11         rules for syntax files ...
12         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
13         and "include" keywords.
14         * syntax/Makefile.am: Add syntax.syntax.
16 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
18         * syntax/js.syntax: Advanced number highlighting.
20 2002-09-17  Pavel Roskin  <proski@gnu.org>
22         * syntax/c.syntax: Highlight "?" by the same color as ":".
23         * syntax/java.syntax: Likewise.
24         * syntax/swig.syntax: Likewise.
25         * syntax/python.syntax: Remove duplicate keyword ":".
27         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
28         m4 directory is used by aclocal.
29         * m4/Makefile.am: New file.
30         * configure.in: Substitute m4/Makefile.
31         * autogen.sh: Don't copy any macro files, use m4 directory.
33         * syntax/Makefile.am: Add js.syntax.
35         * configure.in: Add support for glib 2.x.  Right now, it has to
36         be explicitly enabled by `--with-glib2'.
37         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
39 2002-09-16  Pavel Roskin  <proski@gnu.org>
41         * syntax/js.syntax: New file.
42         * syntax/Syntax: Add js.syntax.
43         From Vlad Romanenko <VladRomanenko@ukr.net>
45 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
47         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
48         of local xnc.hlp
49         * doc/pl/xnc.hlp: Removed.
51 2002-09-13  Pavel Roskin  <proski@gnu.org>
53         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
54         Remove "potfiles" command.
55         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
56         compatibility with gettext 0.10.x.
58         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
59         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
61         * po/Makevars: New file for compatibility with gettext 0.11.x.
63         * configure.in: Remove "Debugger code" message.
65         * acinclude.m4: Replace undelfs_o with use_undelfs.
66         * configure.in: Likewise.  Don't substitute it.
68         * configure.in: Simplify processing of without-edit.  Replace
69         several variables with use_edit.
70         * acinclude.m4: Remove AC_WITH_EDIT.
72         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
73         use_smbfs.
74         * configure.in: Likewise.
75         * INSTALL: Document --with-samba.
77         * configure.in: Roll --enable-mcserv-install into ...
78         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
79         * INSTALL: Document --with-mcfs.
81 2002-09-12  Pavel Roskin  <proski@gnu.org>
83         * configure.in: Don't check if crypt() prototype is needed to
84         avoid warnings - the whole code is not worth avoiding one
85         legitimate warning.
86         * acinclude.m4: Remove AC_TRY_WARNINGS.
88         * configure.in: ALL_LINGUAS should be defined unconditionally.
90         * acinclude.m4: Clarify some help texts, add defaults in square
91         brackets, use more consistent spacing.
92         * configure.in: Likewise.
94         * lib/mc.menu: Don't call tarballs "releases".  Don't
95         dereference symlinks.
97 2002-09-10  Pavel Roskin  <proski@gnu.org>
99         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
101 2002-09-07  Pavel Roskin  <proski@gnu.org>
103         * configure.in: Eliminate --with-terminfo option, which was
104         essentially equivalent to --with-included-slang and didn't force
105         anything.
106         * acinclude.m4 (AC_USE_TERMINFO): Remove.
107         * INSTALL: Adjust to match.
108         * FAQ: Likewise.
110 2002-09-05  Pavel Roskin  <proski@gnu.org>
112         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
113         NETFILES - it's unused.
115         * configure.in: Check for arpa/inet.h.
117         * mcfn_install: Remove.  Also remove all references to it.
118         * INSTALL.FAST: Update information about ncurses.
119         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
121         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
122         LIBS.
123         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
124         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
125         test for ncurses in non-standard directories.
127 2002-09-04  Pavel Roskin  <proski@gnu.org>
129         * lib/mc.ext.in: Remove edit rules for compressed files that
130         were compressing even unchanged files - the editor itself can
131         handle compression better.
133 2002-09-03  Pavel Roskin  <proski@gnu.org>
135         * acinclude.m4: Remove Termnet support, it's too old and obscure
136         to be supported properly.
138 2002-08-27  Pavel Roskin  <proski@gnu.org>
140         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
141         OpenOffice.org, not StarOffice.  Add more video formats.
143         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
144         unnecessary pipeline.  Redirect stderr from cpio, because it can
145         be non-empty even for successful operations.
147 2002-08-26  Pavel Roskin  <proski@gnu.org>
149         * syntax/spec.syntax: New file.
150         * syntax/Syntax: Add spec.syntax.
151         * syntax/Makefile.am: Likewise.
152         From PLD Linux Distribution with minor changes.
154 2002-08-25  Pavel Roskin  <proski@gnu.org>
156         * lib/mcserv.init: Update from Red Hat package.
157         * lib/mcserv.pamd: Likewise.
159         * configure.in: Fix interpretation of the iconv test result.
160         Reported by Pavel Shirshov <pavelsh@mail.ru>
162         * mc.sh.in: Only bash needs the mc() function to be exported.
164         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
165         instead of /usr where appropriate.
166         * doc/Makefile.am: Enable generation of the help file.
168         * doc/pl/*: Add Polish translation.
169         * doc/Makefile.am: Adjust for the above.
170         * configure.in: Likewise.
172 2002-08-24  Pavel Roskin  <proski@gnu.org>
174         * lib/edit.indent.rc: Use tidy to format HTML.
175         From David Martin <dmartina@excite.com>
177         * lib/cedit.menu: Remove all references to the error file.
178         * lib/edit.indent.rc: Likewise.
179         * lib/edit.spell.rc: Likewise.
181 2002-08-23  Pavel Roskin  <proski@gnu.org>
183         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
184         use only for the programs that need it (mc and mcserv).
186         * configure.in: Fix help text for gpm and ncurses.  Properly
187         handle --without-ncurses.
188         Reported by Moritz Barsnick <moritz@barsnick.net>
190         * configure.in: Work around a bug in Autoconf-2.53 that prevents
191         splitting of user-specified path in AC_PATH_PROGS.
193         * configure.in: Move glib test earlier, as it tends to fail for
194         many users.  Make GLIB_CONFIG a precious variable.  Check for
195         glib12-config - that's how it's called on FreeBSD.
196         Reported by Pavel Shirshov <pavelsh@mail.ru>
198 2002-08-22  Pavel Roskin  <proski@gnu.org>
200         * configure.in: Remove old-style Linux-only support for shadow
201         passwords.
203 2002-08-21  Pavel Roskin  <proski@gnu.org>
205         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
206         now, otherwise Automake 1.5 breaks.  Remove version number from
207         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
208         Substiture RH_VERSION, which is VERSION without dashes, needed
209         for RedHat specfile.
211         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
212         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
213         two places.
215         Release mc-4.6.0-pre1.
217         * configure.in: Bump version to 4.6.0-pre1.
218         * po/*.po: Regenerate.
220 2002-08-20  David Martin  <dmartina@excite.com>
222         * doc/es/mc.1.in: Minor changes.
223         * doc/es/xnc.hlp: Likewise.
225 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
227         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
228         %{_mandir}/*/man1/*.
230 2002-08-20  Pavel Roskin  <proski@gnu.org>
232         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
234 2002-08-19  Pavel Roskin  <proski@gnu.org>
236         * configure.in: Add Italian documentation.
237         * doc/Makefile.am: Likewise.
239         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
241         * configure.in: Enable subshell support on all operating systems
242         by default.  Old issues are most likely solved by now.
244 2002-08-18  Pavel Roskin  <proski@gnu.org>
246         * lib/mc.ext.in: Try links before lynx.  Force full path when
247         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
248         is already broken if the program starts in background.  Add a
249         comment discouraging taking this code as example.
251         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
252         obsolete.
253         * doc/es/mc.1.in: Likewise.
254         * doc/ru/mc.1.in: Likewise.
255         * doc/hu/mc.hlp.hu: Likewise.
257         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
258         was unsafe by design and is no longer supported.  Use %t instead
259         of %u to preserve tags in case of failure.
261         * vfs/extfs/ftplist.in: Remove support for running commands, it
262         makes no sence.
264 2002-08-16  Pavel Roskin  <proski@gnu.org>
266         * lib/mc.global: Remove, it duplicates the role of mc.lib.
267         * lib/mc.lib: Add contents of mc.global.
268         * lib/Makefile.am: Remove all references to mc.global.
270         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
271         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
273 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
275         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
276         set, umask and unset like other builtin commands.
278 2002-08-15  Pavel Roskin  <proski@gnu.org>
280         * configure.in: Remove check for SIGTSTP, it's not needed for
281         the subshell support.
283         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
284         done at runtime.
285         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
287 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
289         * doc/ru/mc.1.in: Remove reference to README.edit.
290         * doc/mc.1.in: Likewise.
291         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
292         everywhere.
294 2002-08-14  Pavel Roskin  <proski@gnu.org>
296         * doc/mc.1.in: Consistently use "native" ftp syntax.
297         * doc/ru/mc.1.in: Likewise.
298         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
299         * doc/es/xnc.hlp: Likewise.
301         * lib/mc.hlp.hu: Move ...
302         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
304 2002-08-09  Pavel Roskin  <proski@gnu.org>
306         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
307         and entries that are obsolete or make no sence.
309         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
310         "How to use help".
312         * doc/Makefile.am: Don't distribute help file.  Generate it in
313         the build directory.
314         * doc/es/Makefile.am: Likewise.
315         * doc/ru/Makefile.am: Likewise.
317         * lib/xnc.hlp: Move ...
318         * doc/xnc.hlp: ... here.
319         * doc/Makefile.am: Necessary adjustments.
320         * lib/Makefile.am: Likewise.
321         * src/Makefile.am: Likewise.
323         * configure.in: Add Spanish documentation.
324         * doc/Makefile.am: Likewise.
325         * doc/es: Spanish documentation.
326         From David Martin <dmartina@excite.com>
328 2002-08-08  Pavel Roskin  <proski@gnu.org>
330         * lib/mc.lib: Add f11-f20 keys for Konsole.
332 2002-08-06  Pavel Roskin  <proski@gnu.org>
334         * syntax/lisp.syntax: New file.
335         * syntax/Syntax: Add lisp.syntax.
336         * syntax/Makefile.am: Likewise.
337         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
338         changes.
340 2002-08-04  Pavel Roskin  <proski@gnu.org>
342         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
343         subshell if this test fails.
345 2002-08-03  Pavel Roskin  <proski@gnu.org>
347         * syntax/mail.syntax: Colors changed to be more readable.
349         * syntax/html.syntax: Don't require character entities to be
350         whole, but check their validity.
352 2002-08-02  Pavel Roskin  <proski@gnu.org>
354         * configure.in: No longer need to define REGEX_MALLOC.
356 2002-08-01  Pavel Roskin  <proski@gnu.org>
358         * configure.in: Remove support for MAD and Electric Fence.
359         Developers should use modern memory debuggers (e.g. Valgrind).
360         * INSTALL: Remove references to MAD.
362 2002-07-31  Pavel Roskin  <proski@gnu.org>
364         * syntax/html.syntax: Remove recognition for any individual
365         words - there are too many of them, we cannot keep up.
367 2002-07-30  Pavel Roskin  <proski@gnu.org>
369         * doc/ru/Makefile.am: Use man2hlp directly.
371 2002-07-28  Pavel Roskin  <proski@gnu.org>
373         * syntax/changelog.syntax: Highlight "*" only after tab.  This
374         requires fixed syntax highlighting.
376         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
377         default. Open *.xls with gnumeric.  Use mplayer for most video
378         formats.
380         * syntax/nroff.syntax: Require most keywords to be whole.
382 2002-07-21  Pavel Roskin  <proski@gnu.org>
384         * syntax/fortran.syntax: Fix highlighting of "*" at the
385         beginning of line.  Recognize "     +" as continuation.  Move
386         all "linestart" keywords earlier to avoid more conflicts.
388 2002-07-18  Pavel Roskin  <proski@gnu.org>
390         * syntax/unknown.syntax: Don't highlight anything by default.
392         * syntax/changelog.syntax: Highlight functions without
393         filenames.
394         * syntax/Syntax: Match *ChangeLog*.
396         * syntax/c.syntax: Reenable highlighting for "/" and preserve
397         highlighting for "//" comments by using exclusive context.
398         * syntax/java.syntax: Likewise.
399         * syntax/swig.syntax: Likewise.
400         * syntax/slang.syntax: Reenable highlighting for "/".
401         * syntax/sql.syntax: Enable highlighting for "/" and "-".
403         * syntax/sql.syntax: New file.
404         * syntax/Syntax: Add sql.syntax.
405         * syntax/Makefile.am: Likewise.
406         From Walery Studennikov <despair@sama.ru> with minor changes.
408 2002-07-16  Pavel Roskin  <proski@gnu.org>
410         * lib/mc.ext.in: Remove handling of executables.  They should
411         be handled internally for "pause after run" to work.
413         * syntax/Syntax: Associate *.itcl with tcl.syntax.
414         * syntax/tcl.syntax: Add itcl keywords, other improvements.
416 2002-07-15  Pavel Roskin  <proski@gnu.org>
418         * configure.in: Don't check for strcasecmp(), strncasecmp() and
419         strdup() - test results are not used except in gettext, which
420         provides its own tests.
422         * configure.in: When checking for ncurses, check for
423         has_colors(), not curses_version() - the later is missing in
424         older version of ncurses.
426 2002-07-13  Pavel Roskin  <proski@gnu.org>
428         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
429         not to LIBS.
430         * configure.in: Fix breakage in ncurses headers check from the
431         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
432         Define REGEX_MALLOC here.
434         * acinclude.m4 (AC_NCURSES): Remove.
435         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
436         AC_CHECK_LIB to check existance of ncurses library.  Eliminate
437         variables force_ncurses and search_ncurses.
439 2002-07-10  Pavel Roskin  <proski@gnu.org>
441         * configure.in: Remove --with-netrc, it is now default and can
442         be disabled at the runtime.
444         * syntax/tcl.syntax: New file.
445         * syntax/Syntax: Add tcl.syntax.
446         * syntax/Makefile.am: Likewise.
447         * syntax/java.syntax: Don't treat #define separately from other
448         preprocessor directives.
449         * syntax/slang.syntax: Likewise.
450         * syntax/swig.syntax: Likewise.
452 2002-07-09  Pavel Roskin  <proski@gnu.org>
454         * syntax/c.syntax: Don't treat #define separately from other
455         preprocessor directives.
457 2002-07-08  Pavel Roskin  <proski@gnu.org>
459         * syntax/perl.syntax: Highlight text after __END__ as a comment.
460         * syntax/po.syntax: Avoid gray color, which is hard to see.
462 2002-07-05  Pavel Roskin  <proski@gnu.org>
464         * syntax/dos.syntax: Add more commands.
466 2002-07-04  Pavel Roskin  <proski@gnu.org>
468         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
469         sort authors.
471 2002-06-24  Pavel Roskin  <proski@gnu.org>
473         * syntax/dos.syntax: New file - highlighting for DOS batch
474         files.  From Petr Kozelka <pkozelka@centrum.cz>
475         * syntax/Syntax: Add dos.syntax.
476         * syntax/Makefile.am: Likewise.
478 2002-06-04  Max Schedriviy  <max@humgat.org>
480         * syntax/php.syntax: New version.
482 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
484         * NEWS: Mention ftpfs/fish uploading changes and new configure
485         options --with-codepagedir=DIR, --with-configdir=DIR and
486         --without-mcfs.
488 2002-05-22  Pavel Roskin  <proski@gnu.org>
490         * doc/ru/Makefile.am: Fix out-of-tree build.
492 2002-05-14  Pavel Roskin  <proski@gnu.org>
494         * configure.in: Fix logic for gettext 0.10.x.
496 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
498         * configure.in: Don't generate po/Makefile if
499         there is 'top_builddir' in po/Makefile.in.
500         * autogen.sh: More fixes for gettext 0.11+.
502 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
504         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
506 2002-04-21  Pavel Roskin  <proski@gnu.org>
508         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
509         can play them.
511 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
513         * autogen.sh: Fix for gettext 0.11 family (and newer).
515 2002-04-08  Pavel Roskin  <proski@gnu.org>
517         * autogen.sh: Allow gettext newer than 0.10.39.
518         From Björn Eriksson <bjorn@bjornen.nu>
520 2002-04-03  Pavel Roskin  <proski@gnu.org>
522         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
523         by "make clean" because not everyone has Perl to rebuild it.
525 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
527         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
528         first line regular expression.
530 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
532         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
533         or newer is not used.
534         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
536         * src/Makefile.am: Move mc.hlp.ru processing ...
537         * doc/ru/Makefile.am: ... here.
539 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
541         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
542         * syntax/c.syntax: Highlight "%p" printf format.
543         Allow '*' as width and precision for strings and numbers.
545         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
546         * doc/ru/mc.1.in: Likewise.
548 2002-03-18  Pavel Roskin  <proski@gnu.org>
550         * doc/ru/Makefile.am: Distribute xnc.hlp.
552 2002-03-12  Pavel Roskin  <proski@gnu.org>
554         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
556 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
558         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
559         * doc/ru/Makefile.am: New file.
561 2002-03-08  Pavel Roskin  <proski@gnu.org>
563         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
565 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
567         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
569 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
571         * doc/mc.1.in: Use nodename `Background jobs' for section
572         `Background Jobs' to reflect user visible Command menu option
573         and src/cmd.c dialog implementation.
575         * doc/ru: New directory for Russian manuals.
576         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
577         translated by Victor A. Kostromin for mc 4.5.30.  Converted
578         from binary mc.hlp.ru, corrected and actualized by me.
579         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
580         * doc/ru/.cvsignore: Ignore mc.1.
582 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
584         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
585         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
586         mc.lib settings.
588         (Virtual File System): Document SMB File System.
590 2002-02-26  Pavel Roskin  <proski@gnu.org>
592         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
593         message "no symbol found" for unsupported architectures and
594         provide more useful information.
596 2002-02-22  Pavel Roskin  <proski@gnu.org>
598         * README.smbfs: Remove.  It contained no useful information
599         and the webpage is now dead.
600         * Makefile.am: Remove README.smbfs.
602         * README: Mention that glib 1.2.x is required.
604 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
606         * lib/edit.indent.rc: Use "#! /bin/sh"
607         * lib/edit.spell.rc: Likewise.
608         * lib/mcserv.init: Likewise.
610         * lib/cedit.menu: Eliminate bashisms.
611         Add missed `:' in AUTHOR evaluation.
612         Unset LANGUAGE and make LC_ALL empty.
613         Use "#! /path/to/program".
615 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
617         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
618         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
619         Fix tarfs URL syntax example.  Minor typo and format fixes.
621 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
623         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
624         Fix location of configuration files.
626 2002-02-05  Pavel Roskin  <proski@gnu.org>
628         * configure.in: Don't use defunct ncurses_version.
629         Reported by Thomas Dickey <dickey@herndon4.his.com>
630         Set force_ncurses whenever --with-ncurses is used.  If set,
631         suppress checks for S-Lang and fail is ncurses is not found.
633         * configure.in: Introduce a new variable screen_type that is
634         either "slang" or "ncurses" without additional text.  Use it
635         instead of screen_manager whenever possible.  Fix text in
636         AC_NCURSES call, use m4 quotes and move shell quotes into the
637         macro.
638         * acinclude.m4: Likewise.
640 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
642         * syntax/Syntax: Known Delphi/Kylix source file extensions
643         supported (*.dpr, *.inc).
644         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
645         Special highlighting for CVS keywords.  Understands single-line
646         comments (//).
648 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
650         * configure.in (ALL_LINGUAS): Added "bg"
652 2002-01-21  Pavel Roskin  <proski@gnu.org>
654         * NEWS: Mention word completion in the editor.
656 2002-01-17  Pavel Roskin  <proski@gnu.org>
658         * extraconf.h: Remove OS/2 specific code.
660         * doc/mc.1.in (Configuration): Clarify some entries.
662 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
664         * acinclude.m4: New options for smbfs:
665         --with-configdir=DIR    Where the Samba configuration files are (/etc)
666         --with-codepagedir=DIR  Where the Samba codepage files are
668 2002-01-11  Pavel Roskin  <proski@gnu.org>
670         * syntax/xml.syntax: New file - highlighting for XML.
671         From Petr Kozelka <pkozelka@centrum.cz>
672         * syntax/Syntax: Add xml.syntax.
673         * syntax/Makefile.am: Likewise.
675 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
677         * configure.in: Added "eu" to ALL_LINGUAS.
679 2002-01-03  Pavel Roskin  <proski@gnu.org>
681         * lib/mc.menu: Correct quoting.
682         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
684         * NEWS: Mention removal of the OS/2 port.
685         * README.PC: Remove OS/2 specific parts.
687 2002-01-02  Pavel Roskin  <proski@gnu.org>
689         * configure.in: Make help about --with-subshell easier to
690         understand.  Minor alignment fixes for the help.
691         * acinclude.m4: Minor alignment fixes for the help.
693 2001-12-31  Pavel Roskin  <proski@gnu.org>
695         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
696         from vfs/Make-mc.in.
698 2001-12-27 Duarte Loreto  <happyguy_pt@hotmail.com>
700         * configure.in: Added portuguese to ALL_LINGUAS
702 2001-12-21  Pavel Roskin  <proski@gnu.org>
704         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
705         Don't remove slang/slang.h - it's never created.
707         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
708         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
709         unused.
711 2001-12-01  Wang Jian  <lark@linux.net.cn>
713         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
715 2001-11-29  Pavel Roskin  <proski@gnu.org>
717         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
719 2001-11-27  Pavel Roskin  <proski@gnu.org>
721         * lib/mc.ext.in: When running X programs in background, do it
722         from subshell.  Otherwise some of them terminate when mc exits.
723         Reported by Christian Dysthe <christian@dysthe.net>
724         Remove some obsolete and gmc-specific entries.  Use StarOffice
725         to open files detected as "Microsoft Office Document".
727         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
728         XFree86 4.1.0.
730 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
732         * doc/mcedit.1.in: Fix help file location.
734 2001-11-14  Pavel Roskin  <proski@gnu.org>
736         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
737         fallback to ino_t for e2fsprogs version 1.19 and older.
739 2001-10-30  Pavel Roskin  <proski@gnu.org>
741         * lib/mc.ext.in: Add support for Netpbm files.
743 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
745         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
746         http://bugzilla.gnome.org/show_bug.cgi?id=60935
747         By drk@sgi.com.
749         * doc/mc.1.in: Document %p macro.
751 2001-10-24  Pavel Roskin  <proski@gnu.org>
753         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
754         Allow using --without-mmap.
755         * INSTALL: Document --without-mmap.
757 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
759         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
760         of languages to be installed by setting env variable before
761         configure. If it is empty, it defaults to full list.
762         By Alex Tkachenko <alex@bcs.zp.ua>.
764 2001-10-19  Pavel Roskin  <proski@gnu.org>
766         * syntax/sh.syntax: Highlight reserved words inside backticks.
767         Use the same wholechars settings for reserved words and
768         commands.  Recognize more words.  Recognize function definitions
769         without "function" or without "()".  Use brightmagenta instead
770         of brightblue.
772 2001-10-18  Pavel Roskin  <proski@gnu.org>
774         * configure.in: When checking for "nroff -mandoc" support, don't
775         use /dev/null as input file, use stdin.  Some versions of nroff
776         (e.g. groff-1.16.1) don't accept special files.
778 2001-10-14  Pavel Roskin  <proski@gnu.org>
780         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
781         Makefile.  Don't allow any suffixes after "Makefile".
783 2001-10-12  Pavel Roskin  <proski@gnu.org>
785         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
786         format).
788 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
790         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
791         Fix compress<->bzip2 conversion and conversion of tagged
792         archives.
794 2001-10-05  Pavel Roskin  <proski@gnu.org>
796         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
797         Suggested by Marcel Pol <mpol@gmx.net>
799         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
800         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
801         and *.mid files.
803 2001-09-30  Pavel Roskin  <proski@gnu.org>
805         * configure.in: Don't check whether grep supports stdin - it's
806         not used anymore.
807         * NEWS: Mention this change.
809 2001-09-19  Pavel Roskin  <proski@gnu.org>
811         * doc/mcedit.1.in: Fix a very long line - use double
812         backslashes since they are interpreted even in the .nf blocks.
814         * lib/edit.spell.rc: Try aspell before resorting to ispell.
816         * syntax/php.syntax: Replace with a better implementation by
817         Max Schedriviy <max@tavrida.net>
819 2001-09-15  Pavel Roskin  <proski@gnu.org>
821         * doc/mc.1.in: Fix location of mcedit files.
822         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
824 2001-09-14  Pavel Roskin  <proski@gnu.org>
826         * configure.in: Don't check for ncurses version and for keyok()
827         because the mouse support code doesn't need this hack anymore.
829 2001-09-13  Pavel Roskin  <proski@gnu.org>
831         * configure.in: Fix some cases of overquoting and underquoting.
832         * acinclude.m4: Likewise.
834 2001-09-12  Pavel Roskin  <proski@gnu.org>
836         * configure.in: Update list of browsers.  Don't fallback to
837         lynx since it cannot be run in background.
838         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
839         If no browser for X11 was found, use lynx.
841         * autogen.sh: Add a workaround to ensure that "depcomp" is
842         distributed.
843         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
844         where appropriate.
845         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
846         terminfo.
848         * configure.in: Use three-argument form of AC_INIT.  Use
849         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
850         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
851         is not needed if AC_CONFIG_AUX_DIR is used.
852         * vfs/Make-mc.in: Adjust mkinstalldirs location.
853         * autogen.sh: Create "config" and remove "autom4te.cache".
855 2001-09-11  Pavel Roskin  <proski@gnu.org>
857         * syntax/Syntax: New file, extracted from edit/syntax.c.
858         * syntax/Makefile.am: Add Syntax.
860         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
861         to LIBS.  Don't use unportable "grep -q", use "case" instead.
863 2001-09-10  Pavel Roskin  <proski@gnu.org>
865         * configure.in: Only check for X if --with-tm-x-support has been
866         specified.
868         * configure.in: Add check for sys/ioctl.h.
870         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
872         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
873         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
874         testing for functions in ncurses.
876         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
877         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
878         * acconfig.h: Remove.
880         * configure.in: Eliminate LIBSLANG and LSLANG.
881         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
883         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
884         resizeterm() and keyok() only if configuring with ncurses.
886         * configure.in: Remove now unused variables LIBVFS and LVFS.
888         * configure.in: Remove unused variables LINTL and INTLDEPS.
890         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
891         building with included gettext, because libintl.h is copied
892         there.
894 2001-09-09  Pavel Roskin  <proski@gnu.org>
896         * NEWS: Update.
898         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
899         checks -lgen for getmntent as of Autoconf 2.52.
901 2001-09-07  Pavel Roskin  <proski@gnu.org>
903         * configure.in: Check for pwd.h.
905         * Make.common.in: Remove.
906         * configure.in: Remove all references to Make.common.in and
907         MCCPPFLAGS.
908         * aclocal.m4: Likewise.
910         * configure.in: Require Autoconf 2.52.  Remove hacks for
911         Autoconf 2.13.
912         * Makefile.am: Require Automake 1.5.
914 2001-09-06  Pavel Roskin  <proski@gnu.org>
916         * syntax/php.syntax: New file - PHP file highlighting.  Copied
917         from Cooledit 3.17.4.
918         * syntax/Makefile.am: Add php.syntax.
920 2001-09-06  Timur Bakeyev  <mc@bat.ru>
922         * acconfig.h: Brought back couple of symbols, that are still necessary
923         due reference to them from configure.in.
925 2001-09-04  Pavel Roskin  <proski@gnu.org>
927         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
928         strictness for dates.
930         * doc/mc.1.in: Fix troff warnings.
931         * doc/mcedit.1.in: Likewise.
933 2001-09-03  Pavel Roskin  <proski@gnu.org>
935         * doc/mc.1.in: Spellcheck.
936         * doc/mcedit.1.in: Likewise.
937         * doc/mcserv.8.in: Likewise.
939         * doc/mc.1.in (Learn Keys): Complete rewrite.
941 2001-09-02  Pavel Roskin  <proski@gnu.org>
943         * acconfig.h: Remove all unused symbols.
945         * lib/ncurses.h: Remove.
946         * lib/Makefile.am: Remove ncurses.h.
948 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
950         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
952 2001-08-28  Pavel Roskin  <proski@gnu.org>
954         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
955         like EOF.
957 2001-08-26  Pavel Roskin  <proski@gnu.org>
959         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
960         CONS_SAVER.  Put all conditionals together.
962         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
963         Automake 1.5.
965         * configure.in: Remove XCURSES variable - it's unused.
967         * configure.in: New conditional USE_EDIT.
969         * syntax/changelog.syntax: Don't require '@' to be in the
970         address.  This also works around a bug in the syntax engine
971         that prevented highlighting of addresses.
973 2001-08-25  Pavel Roskin  <proski@gnu.org>
975         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
977 2001-08-24  Pavel Roskin  <proski@gnu.org>
979         * extraconf.h: Remove all references to HAVE_X.
980         * acinclude.m4: s/GNOME_/MC_/
981         * configure.in: Likewise.  Remove or clarify all references to
982         the "text edition".  Minor fixes.
984         * configure.in: Remove support for curses libraries other than
985         ncurses.
986         * acinclude.m4: Likewise.
987         * FAQ: Remove everything about UNIX curses.
988         * INSTALL: Likewise.
990         * configure.in: Enable large file support by default.
991         * NEWS: Mention it.
992         * INSTALL: Document it.  Minor fixes.
994         * FAQ: Remove information about GNOME edition.  Minor fixes.
995         * README: Likewise.
996         * NEWS: Mention removing the GNOME edition.
998         * acinclude.m4: Include all used macros from the macros
999         directory.
1000         * autogen.sh: Remove all references to "macros".
1001         * Makefile.am: Likewise.
1003         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
1004         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
1006         * lib/startup.links: Remove.
1007         * lib/README.desktop: Likewise.
1008         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
1010         * configure.in: Bump version to 4.5.99a.
1012         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
1013         * po/*.po: Regenerate.
1015         * AUTHORS: Update and spell check.
1016         * FAQ: Likewise.
1017         * INSTALL: Likewise.
1018         * INSTALL.FAST: Likewise.
1019         * NEWS: Likewise.
1020         * README.PC: Likewise.
1021         * README.QNX: Likewise.
1023         * configure.in: Add check for stropts.h.
1025 2001-08-23  Pavel Roskin  <proski@gnu.org>
1027         * lib/edit.indent.rc: Create cooledit.error right away to
1028         override its old contents.  Don't use ksh extentions.  Treat *.C
1029         files as C++.  Recognize more C++ extensions.  Support java.
1030         Update URL for "astyle".  Quote all arguments to protect spaces.
1031         * lib/edit.spell.rc: Don't save terminal settings - mc does it
1032         itself.  Quote all arguments to protect spaces.
1034 2001-08-21  Pavel Roskin  <proski@gnu.org>
1036         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
1037         files if GNOME frontend is disabled.
1038         * idl/Makefile.am: Likewise.
1039         * lib/Makefile.am: Likewise.
1040         * new_icons/Makefile.am: Likewise.
1042         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
1043         case it already has gettext macros elsewhere and doesn't like
1044         duplicates (i.e. it's aclocal from Automake-1.4).
1046 2001-08-20  Pavel Roskin  <proski@gnu.org>
1048         * AUTHORS: Updated.
1049         * INSTALL: Likewise.
1050         * NEWS: Likewise.
1051         * doc/mc.1.in: Likewise.
1052         * doc/mcserv.8.in: Likewise.
1054         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
1055         for sys/mount.h.
1057 2001-08-19  Andras Timar  <timar@gnome.hu>
1059         * lib/Makefile.am: Added Hungarian hints
1060         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
1062 2001-08-19  Pavel Roskin  <proski@gnu.org>
1064         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
1066 2001-08-17  Pavel Roskin  <proski@gnu.org>
1068         * syntax/po.syntax: New file - PO file highlighting.
1069         From David Martin <dmartina@excite.es>
1070         * syntax/Makefile.am: Add po.syntax.
1072         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
1073         it's sometimes missing from the databases.
1075 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
1077         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
1078         * lib/Makefile.am: Reflect above change.
1080 2001-08-15  Pavel Roskin  <proski@gnu.org>
1082         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
1084 2001-08-14  Pavel Roskin  <proski@gnu.org>
1086         * lib/mc.lib: Add popular sequences for "home" and "end" in
1087         "xterm" and "xterm-color" terminals.
1089 2001-08-13  Pavel Roskin  <proski@gnu.org>
1091         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
1093         Replace "Can't" with "Cannot" everywhere.
1095 2001-08-12  Pavel Roskin  <proski@gnu.org>
1097         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
1098         subshell, not for "Open file...".
1099         (emacs_key_map): Likewise.
1101         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1103 2001-08-10  Pavel Roskin  <proski@gnu.org>
1105         * Makefile.am (EXTRA_DIST): Remove BUGS.
1106         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
1108         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
1110         * doc/LSM: Remove, it's outdated.
1111         * doc/FILES: Likewise.
1112         * doc/DEVEL: Remove information about FILES.
1114         * FAQ: Eliminate all broken URLs on the MC site.
1115         From Frederic L. W. Meunier <0@pervalidus.net>
1117         * FAQ: Restore information about xterm.
1119 2001-08-08  Pavel Roskin  <proski@gnu.org>
1121         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1123 2001-08-07  Pavel Roskin  <proski@gnu.org>
1125         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
1127         * doc/mc.1.in: Fix all broken links.
1129 2001-08-06  Pavel Roskin  <proski@gnu.org>
1131         * INSTALL: Numerous changes.  Declare old curses obsolete.
1132         Partly from Frederic L. W. Meunier <0@pervalidus.net>
1134         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
1136 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
1138         * lib/Makefile.am: Remove space after backslash introduced in the
1139         previous commit.
1141         * lib/mc.hint.zh_TW.Big5: New file.
1142         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
1144 2001-08-02  Pavel Roskin  <proski@gnu.org>
1146         * lib/mc.hint.uk: New file.
1147         From Maksym Polyakov <polyama@yahoo.com>
1148         * lib/Makefile.am: Add mc.hint.uk.
1150 2001-08-01  Pavel Roskin  <proski@gnu.org>
1152         * lib/mc.hint.nl: New file.
1153         From Steef Boerrigter <sxmboer@sci.kun.nl>
1154         * lib/Makefile.am: Add mc.hint.nl.
1155         * lib/mc.hint: Remove ftp site.  Update copyright.
1156         * lib/mc.hint.cs: Likewise.
1157         * lib/mc.hint.es: Likewise.
1158         * lib/mc.hint.it: Likewise.
1159         * lib/mc.hint.pl: Likewise.
1160         * lib/mc.hint.ru: Likewise.  Shorten some lines.
1162         * edit/Makefile.in: Allow running "make install" before "make all".
1163         * gtkedit/Makefile.in: Likewise.
1165 2001-07-31  Pavel Roskin  <proski@gnu.org>
1167         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
1168         editor.
1169         * lib/Makefile.am: Add lib/edit.spell.rc.
1171         * autogen.sh: Use gettextize.
1172         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
1173         * po/Makefile.in.in: Likewise.
1175 2001-07-29  Pavel Roskin  <proski@gnu.org>
1177         * syntax/slang.syntax: New file.
1178         From Walery Studennikov <despair@sama.ru>
1179         * syntax/Makefile.am: Add slang.syntax.
1181 2001-07-27  Pavel Roskin  <proski@gnu.org>
1183         * extraconf.h: Move WITH_BACKGROUND here.
1185 2001-07-24  Pavel Roskin  <proski@gnu.org>
1187         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
1189 2001-07-23  Pavel Roskin  <proski@gnu.org>
1191         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
1193 2001-07-20  Pavel Roskin  <proski@gnu.org>
1195         * Make.common.in: Move all defines ...
1196         * gnome/Makefile.in: ... here ...
1197         * src/Makefile.in: ... and here.
1199 2001-07-19  Pavel Roskin  <proski@gnu.org>
1201         * configure.in: Don't check for getwd, it's completely
1202         eliminated.
1203         * INSTALL: Remove reference to HAVE_GETWD.
1205         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
1206         entries for compressed cpio archives.
1208         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
1209         they were only used in obsolete frontends.  Don't ever use %view
1210         without commands - it's slower and loses user settings, e.g.
1211         hex mode.  Put shared libraries before man pages and read.me
1212         before .me macros so that they match correctly.  Use nm for
1213         shared libraries.  Add rules for StarOffice and AbiWord.
1215 2001-07-14  Pavel Roskin  <proski@gnu.org>
1217         * configure.in: Bump version to 4.5.54a.
1219 2001-07-13  Pavel Roskin  <proski@gnu.org>
1221         * lib/mcserv.init: Fix exit status.
1222         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
1224         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
1225         "executable", which should follow a space. Simplify rules for
1226         images. Add shell/ rule for *.info files. Fix all incorrect
1227         uses of the alternation operator.
1228         Reported by Oskar Liljeblad and Michel Casabona.
1230 2001-07-12  Pavel Roskin  <proski@gnu.org>
1232         * configure.in: Don't check for iconv, it's already checked for
1233         in AM_GNU_GETTEXT.
1235 2001-07-10  Pavel Roskin  <proski@gnu.org>
1237         * doc/mc.1.in: Update documentation about hex search.
1239         * edit/edit_key_translator.c (cooledit_key_map): Bind
1240         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
1241         From Steef Boerrigter <sxmboer@sci.kun.nl>
1243         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
1244         * edit/edit_key_translator.c (cooledit_key_map): Add support
1245         for bracket matching on Alt-B.
1246         * gtkedit/gtkeditkey.c: Likewise.
1247         From Steef Boerrigter <sxmboer@sci.kun.nl>
1249 2001-07-06  Pavel Roskin  <proski@gnu.org>
1251         * lib/mc.ext.in: Use nm to view object files.
1253         * Make.common.in: Remove GNOME-specific and unused definitions.
1254         Partly moved to gnome/Makefile.in.
1256         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
1257         they are usused.
1258         * Make.common.in: Likewise.
1260 2001-06-29  Pavel Roskin  <proski@gnu.org>
1262         * ABOUT-NLS: Update to the version from gettext-0.10.38.
1264         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
1265         now done in configure. Move -I.. to the beginning.
1266         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
1267         libintl.a may be required to link mc.
1268         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
1269         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
1270         Move all i18n code to one place. Don't substitute INTLSUB - it's
1271         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
1272         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
1274 2001-06-25  Pavel Roskin  <proski@gnu.org>
1276         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
1277         It should be enabled explicitly by giving `--enable-largefile'
1278         to configure.
1279         * INSTALL: Document it.
1281 2001-06-22  Pavel Roskin  <proski@gnu.org>
1283         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
1285         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
1286         in struct statfs.
1287         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
1289         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
1290         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
1291         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
1292         found.
1293         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
1295 2001-06-19  Pavel Roskin  <proski@gnu.org>
1297         * configure.in: Check for telldir and seekdir. Join adjacent
1298         calls to AC_CHECK_FUNCS.
1300 2001-06-16  Pavel Roskin  <proski@gnu.org>
1302         * Makefile.am: Change the order of SUBDIRS to fully compile text
1303         edition before compiling anything for GNOME.
1304         * mc.spec.in: Don't use brace expansion to avoid implicit
1305         build-time dependency on bash.
1307 2001-06-13  Pavel Roskin  <proski@gnu.org>
1309         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
1310         the test code.
1311         * configure.in: Fix compiler warnings in the arguments to
1312         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
1313         around `=' in the `test' command.
1315 2001-06-07  Pavel Roskin  <proski@gnu.org>
1317         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
1318         GNOME documentation template.
1319         * doc-gnome/C/mkhtml: Don't generate index.
1320         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
1322 2001-06-06  Pavel Roskin  <proski@gnu.org>
1324         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
1325         conditional variables from EXTRA_DIST.
1327 2001-06-05  Pavel Roskin  <proski@gnu.org>
1329         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
1330         conversion support.
1331         From Walery Studennikov <hqsoftware@mail.ru>.
1333         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
1335 2001-06-01  Pavel Roskin  <proski@gnu.org>
1337         * lib/mc.charsets: Synchronize with the latest patch - remove
1338         a comment.
1340 2001-05-30  Pavel Roskin  <proski@gnu.org>
1342         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
1343         work with GNOME.
1345         * lib/mc.charsets: New file. From Walery Studennikov.
1346         * lib/Makefile.am: Distribute mc.charsets. Install it if
1347         the charset support is enabled.
1349         * configure.in: Add check for iconv() and the necessary code
1350         to support the charset selection patch.
1352         * configure.in: Add check for ESCDELAY variable in ncurses.
1354 2001-05-29  Pavel Roskin  <proski@gnu.org>
1356         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
1357         USE_EXT2FSLIB.
1359         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
1360         * pc/config.h: Likewise.
1362         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
1363         and "strings". Recognize "write" files and MS Word templates.
1364         For MS Excel documents try "xls2csv" and "strings".
1365         Escape spaces in the "type" directives.
1366         From Nerijus Baliunas.
1368         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
1370         * Make.common.in: Remove hpath, it's unused.
1372         * acconfig.h: Move constant parts ...
1373         * extraconf.h: ... here.
1374         [HAVE_X]: Disable subshell, s-lang and curses.
1375         * Makefile.am: Add extraconf.h.
1377 2001-05-28  Pavel Roskin  <proski@gnu.org>
1379         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
1380         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
1381         * configure.in: ... here.
1383 2001-05-27  Pavel Roskin  <proski@gnu.org>
1385         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
1386         * acconfig.h: Likewise.
1387         * src/layout.c: Likewise.
1389         * Make.common.in: Remove all percent rules.
1390         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
1391         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
1392         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
1393         AM_INIT_AUTOMAKE.
1395         * Make.common.in: Remove obsolete dependency tracking system.
1396         * configure.in: Likewise.
1397         * edit/Makefile.in: Likewise.
1398         * gnome/Makefile.in: Likewise.
1399         * gtkedit/Makefile.in: Likewise.
1400         * slang/Makefile.in: Likewise.
1401         * src/Makefile.in: Likewise.
1402         * vfs/Make-mc.in: Likewise.
1403         * src/depend.awk: Remove.
1405 2001-05-26  Pavel Roskin  <proski@gnu.org>
1407         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
1408         * syntax/octave.syntax: New file. From Walery Studennikov.
1409         * syntax/Makefile.am: Add octave.syntax.
1411         * configure.in: Fix incorrect test for stdin support in grep -
1412         it would always fail when configuring in an empty directory.
1413         Portability fixes - unset, backslashed space in here-documents.
1414         Eliminate all instances of "changequote".
1416         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
1417         user choice.
1418         * acconfig.h: Changes for the above.
1419         * INSTALL: Don't document --with-sco - it's now defunct.
1420         * INSTALL.FAST: Likewise.
1422 2001-05-25  Pavel Roskin  <proski@gnu.org>
1424         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
1425         are in the beginning of the "file" output.
1427 2001-05-23  Pavel Roskin  <proski@gnu.org>
1429         * lib/mc.ext.in: Add associations for viewing RPM files.
1431 2001-05-22  Pavel Roskin  <proski@gnu.org>
1433         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
1434         By default exit after the first error in jade.
1436         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
1437         JADEFLAGS environment variables. Report progress. Clean up on
1438         failure.
1440 2001-05-21  Pavel Roskin  <proski@gnu.org>
1442         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
1443         files.
1445         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
1446         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
1448 2001-05-20  Pavel Roskin  <proski@gnu.org>
1450         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
1451         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
1452         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
1453         * doc-gnome/C/figs/Makefile.am: Add support for converting from
1454         PNG to EPS.
1456         * Makefile.am (EXTRA_DIST): Remove create_vcs.
1457         * doc/FILES: Likewise. Typo fix.
1459 2001-05-19  Pavel Roskin  <proski@gnu.org>
1461         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
1462         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
1463         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
1465         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
1466         index entry "Moving files".
1468 2001-05-18  Pavel Roskin  <proski@gnu.org>
1470         * configure.in: Use src/main.c in AC_INIT.
1472         * create_vcs: Remove.
1474         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
1475         Add download location for glib.
1476         * mc.spec.in: Likewise.
1477         * doc/LSM: Likewise.
1478         * doc/mc.1.in: Likewise.
1479         * doc/mcedit.1.in: Likewise.
1480         * src/ext.c: Don't mention download location for MC.
1482         * FAQ: Update status of Tk, XView. and GNOME editions. Update
1483         homepage of gpm.
1485         * INSTALL: Remove information about Tk and XView. Change the
1486         mailing list addresses again.
1487         * FAQ: Change the mailing list addresses again.
1488         * MAINTAINERS: Likewise.
1489         * README: Likewise.
1490         * doc/mc.1.in: Likewise.
1491         * gnome/gmc-window.c: Likewise.
1492         * lib/README.xterm: Likewise.
1493         * lib/mc.ext.in: Likewise.
1494         * lib/mc.hint*: Likewise.
1495         * lib/mc.hlp.hu: Likewise.
1496         * po/*.po: Likewise.
1497         * src/main.c: Likewise.
1499 2001-04-20  Pavel Roskin  <proski@gnu.org>
1501         * FAQ: Change the mailing list addresses and the download
1502         locations.
1503         * INSTALL: Likewise.
1504         * MAINTAINERS: Likewise.
1505         * README: Likewise.
1506         * doc/mc.1.in: Likewise.
1507         * gnome/gmc-window.c: Likewise.
1508         * lib/README.xterm: Likewise.
1509         * lib/mc.ext.in: Likewise.
1510         * lib/mc.hint*: Likewise.
1511         * lib/mc.hlp.hu: Likewise.
1512         * po/*.po: Likewise.
1513         * src/main.c: Likewise.
1515 2001-04-19  Pavel Roskin  <proski@gnu.org>
1517         * configure.in: Don't install mcserv unless
1518         "--enable-mcserv-install" has heen specified.
1519         Don't quote the first argument in all calls to AM_CONDITIONAL
1520         to work around a bug in Automake 1.4.
1521         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
1522         * vfs/Make-mc.in: Likewise.
1524 2001-04-13  Pavel Roskin  <proski@gnu.org>
1526         * configure.in: Bump version to 4.5.53a.
1528 2001-04-06  Pavel Roskin  <proski@gnu.org>
1530         * gtkedit/editcmd.c: Remove support for XView layout attributes.
1531         * gtkedit/editoptions.c: Likewise.
1532         * pc/chmod.c: Likewise.
1533         * pc/drive.c: Likewise.
1534         * src/boxes.c: Likewise.
1535         * src/chmod.c: Likewise.
1536         * src/dlg.c: Likewise.
1537         * src/dlg.h: Likewise.
1538         * src/filegui.c: Likewise.
1539         * src/find.c: Likewise.
1540         * src/hotlist.c: Likewise.
1541         * src/layout.c: Likewise.
1542         * src/listmode.c: Likewise.
1543         * src/main.c: Likewise.
1544         * src/option.c: Likewise.
1545         * src/panelize.c: Likewise.
1546         * src/wtools.c: Likewise.
1547         * src/wtools.h: Likewise.
1548         * vfs/smbfs.c: Likewise.
1550         * autogen.sh: Check out "intl" and "macros" directories if they
1551         are missing. Simply "cvs up -d" won't restore them.
1553         * configure.in: Bump version to 4.5.52a.
1555 2001-03-14  Pavel Roskin  <proski@gnu.org>
1557         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
1558         Automake conditional USE_SAMBA_FS if Samba is to be supported
1559         in VFS.
1561 2001-03-07  Pavel Roskin  <proski@gnu.org>
1563         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
1564         defined.
1565         Reported by Norbert Warmuth.
1567         * configure.in: Don't process vfs/extfs/uzip - it's now
1568         constant.
1570         * syntax/changelog.syntax: Require space after asterisk to have
1571         it highlighted.
1573 2001-03-02  Pavel Roskin  <proski@gnu.org>
1575         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
1576         * configure.in: Use AC_PROG_CC_STDC instead.
1578         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
1579         Suggested by Christian Gennerat.
1581         * lib/mc.ext.in: Add support for "freeze" - old compression
1582         program used mostly on QNX.
1583         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
1584         * lib/Makefile.am: Adjusted.
1586 2001-02-26  Pavel Roskin  <proski@gnu.org>
1588         * lib/mc-gnome.ext.in: Remove, it's not used.
1589         * configure.in: Remove lib/mc-gnome.ext.
1590         * lib/Makefile.am: Likewise.
1592 2001-02-20  Pavel Roskin  <proski@gnu.org>
1594         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
1595         defined to prevent warnings on OpenBSD 2.7.
1596         * slang/jdmacros.h: Likewise.
1597         * src/mad.h: Likewise.
1598         * src/poptalloca.h: Likewise.
1600         * configure.in: Check for sys/time.h and sys/timeb.h. Use
1601         AC_HEADER_TIME.
1603 2001-02-07  Pavel Roskin  <proski@gnu.org>
1605         * autogen.sh: Create vfs/samba/include/stamp-h.in.
1606         * vfs/samba/include/stamp-h.in: Remove.
1608         * macros/curses.m4: Quote first argument to AC_DEFUN.
1609         * macros/gnome-cxx-check.m4: Likewise.
1610         * macros/gnome-gettext.m4: Likewise.
1611         * macros/gnome-libgtop-check.m4: Likewise.
1612         * macros/gnome-print-check.m4: Likewise.
1613         * macros/linger.m4: Likewise.
1614         * macros/need-declaration.m4: Likewise.
1616         * configure.in: Only configure in vfs/samba if smbfs support is
1617         enabled even with Autoconf 2.13.
1619 2001-01-30  Pavel Roskin  <proski@gnu.org>
1621         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
1622         --without-samba due to a typo.
1624         * configure.in: Only configure in vfs/samba if smbfs support is
1625         enabled. This optimization will only work with Autoconf-2.49c
1626         and above.
1628 2001-01-13  Pavel Roskin  <proski@gnu.org>
1630         * configure.in: Don't create a faked malloc.h.
1631         * gtkedit/edit.h: Don't assume that malloc.h always exists.
1632         * src/mad.h: Likewise.
1634         * configure.in: Simplified handling of cons.saver.
1635         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
1636         * mc.spec.in: Remove a workaround for the above.
1638         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
1639         for MC. Don't rely on the output of uname - use $host_os.
1641 2001-01-11  Pavel Roskin  <proski@gnu.org>
1643         * configure.in: Check for ext2 libraries only if VFS is enabled.
1645         * src/Makefile.in: Create directories before installing files.
1646         Removed all occurences of libprefix - it's never defined.
1648         * configure.in: All macros from configure.in moved to
1649         acinclude.m4. Added missing quotes in several places.
1650         * acinclude.m4: Likewise.
1652         * edit/Makefile.in: Don't install or uninstall mcedit -
1653         it cannot be installed before mc on systems without symlinks.
1654         * gtkedit/Makefile.in: Likewise.
1655         * src/Makefile.in: Install mcedit (if enabled) and mcview.
1656         Uninstall them.
1658         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
1659         from acinclude.m4 in gtk+:
1660         Don't define ENABLE_NLS unless we have a working NLS.
1661         (This should keep libintl.h from being included when it doesn't
1662         exist).
1664 2001-01-09  Pavel Roskin  <proski@gnu.org>
1666         * doc-gnome/C/figs/Makefile.am: New file.
1667         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
1668         makefile do it.
1669         * configure: Substitute doc-gnome/C/figs/Makefile.
1671         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
1673 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
1675         * lib/mc.hlp.hu: Added Hungarian help file from
1676           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
1677           maci@integrity.hu, mfh47@freemail.hu
1678         * lib/Makefile.am: Added LOCALIZED_HELP for further
1679           mc.hlp l10ns
1680         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
1681           gtkedit/editcmd.c: I18n of mc.hlp
1683 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
1685         * doc/mc.1.in: Corrected badly formatted link...
1687 2000-11-10  Robert Brady  <robert@suse.co.uk>
1689         * configure.in: Add Tamil to ALL_LINGUAS.
1691 2000-10-23  Pavel Roskin  <proski@gnu.org>
1693         * mc.spec.in: Allow mcserv.8 to be gzipped.
1695         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
1696         that cannot deal with "./gmc.sgml".
1698 2000-10-09  Pavel Roskin  <proski@gnu.org>
1700         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
1701         that CVS Automake will drop dependencied to the macros that
1702         we don't distribute.
1704         * lib/mc.ext.in: Removed references to icons. Source RPMs
1705         grouped to one regex. Removed "Update" for source RPMs, added
1706         "Rebuild" instead. Added "Check signature" for all RPMs.
1707         Added a comment about pop-up menus in the text edition.
1709 2000-10-06  Pavel Roskin  <proski@gnu.org>
1711         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
1712         flags moved out of CFLAGS as recommended by GNU coding
1713         standards.
1714         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
1715         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
1716         XCPPFLAGS.
1717         * INSTALL (Random notes on porting to other architectures):
1718         Completely rewritten. Recommended using CFLAGS instead of XINC.
1720 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1722         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
1724 2000-10-04  Christophe Merlet  <christophe@merlet.net>
1726         * gnome/*.desktop: Updated french strings.
1728 2000-10-03  Pavel Roskin  <proski@gnu.org>
1730         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
1731         to allow <legalnotice>. Unclosed tags fixed.
1733 2000-09-30  Pavel Roskin  <proski@gnu.org>
1735         * mc.spec.in: New package mc-common. Use DESTDIR instead of
1736         misusing prefix. Don't install old icons - they don't exist.
1738         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
1739         "export -f" to have mc() exported.
1740         * doc/mc.1.in: Changed description of the "-P" option to
1741         avoid inclusion of mc.sh and mc.csh into the manual.
1742         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
1744 2000-09-24  Pavel Roskin  <proski@gnu.org>
1746         * doc/mc.1.in: Minor formatting fixes.
1748         * lib/mc.sh.in: Remove temporary file non-interactively.
1749         * doc/mc.1.in: updated example for mc.sh.
1751 2000-09-23  Pavel Roskin  <proski@gnu.org>
1753         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
1754         updates it when needed.
1755         * mc.spec.in: Include translations with mc, not gmc. Run
1756         chkconfig --del in %preun, not %postun. --without-debug not
1757         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
1758         be executable. New files in %{prefix}/lib/mc/ - translated hints,
1759         editor files.
1761         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
1762         directory for document processing. Comment changes. gmc.ps and
1763         gmc.pdf now generated from gmc.dvi.
1765         * configure: Always include Make.common as file, otherwise
1766         "make distclean" breaks.
1767         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1768         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
1769         replaced with "rm -f" - the stangard says that "rm" is portable.
1770         Ditto $(MV). Adjusted *clean targets to match those in
1771         Automake. Removed "cross" target.
1773 2000-09-22  Pavel Roskin  <proski@gnu.org>
1775         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
1776         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
1777         * doc/Makefile.in: Converted to ...
1778         * doc/Makefile.am: ... this.
1780 2000-09-21  Pavel Roskin  <proski@gnu.org>
1782         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
1783         is not expanded in all shells.
1784         * doc/mc.sgml: Updated the example script to reflect the above
1785         changes.
1786         * doc/mc.in.1: Likewise.
1788 2000-09-19  Pavel Roskin  <proski@gnu.org>
1790         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
1791         Marco Ciampa
1793 2000-09-18  Pavel Roskin  <proski@gnu.org>
1795         * Make.common.in: Added installcheck to placate "make distcheck"
1796         * configure.in, Make.common.in, doc/Makefile.in,
1797         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1798         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
1799         variable MKINSTALLDIRS and builddir with Automake-compatible
1800         mkinstalldirs and top_builddir.
1801         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
1802         files. Added uninstall-local target.
1804 2000-09-17  Pavel Roskin  <proski@gnu.org>
1806         * configure.in: fixed wrong use of AC_MSG_RESULT inside
1807         AC_CACHE_VAL
1809         * Make.common.in: Added the "dvi" target for "make distcheck"
1810         to go further
1811         * doc-gnome/C/Makefile.in: converted to ...
1812         * doc-gnome/C/Makefile.am: ... this
1814 2000-09-15  Pavel Roskin  <proski@gnu.org>
1816         * acconfig.h, configure.in: Require autoconf 2.13 or above.
1817         Removed workarounds for older versions. Removed MCDEBUG
1818         variable - it's not used. --with-debug renamed to --with-mad and
1819         cleaned up. Always use -Wall with gcc, other manipulations with
1820         CFLAGS removed.
1822         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1823         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1824         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
1825         mc.pot becomes out of date in the tarball.
1827 2000-09-14  Pavel Roskin  <proski@gnu.org>
1829         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
1830         tests for cp, mv and rm.
1831         * Make.common.in: Removed variables xv_bindir and STRIP.
1832         Variables CP, MV and RMF are assigned trivial values.
1834         * edit/Makefile.in: Don't link headers, add extra includes
1835         to CPPFLAGS instead. Put links to the build directory.
1836         Remove the hack with "mx" - it is not needed anymore.
1838         * configure.in: remove any manupulations with top_srcdir.
1839         Don't change CPPGLAGS when the internal editor is enabled,
1840         instead do it ...
1841         * edit/Makefile.in, gtkedit/Makefile.in: ... here
1843         * configure.in, Make.common.in, doc/Makefile.in,
1844         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1845         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
1846         changed to top_srcdir for Automake compatability
1848         * configure.in: REGEX_O variable removed - always use our regex
1850         * configure.in: MCFGR variable removed
1852 2000-09-12  Pavel Roskin  <proski@gnu.org>
1854         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
1855         other GNOME modules
1856         * autogen.sh: remove "-I ." from the "aclocal" command line
1858 2000-09-01  Pavel Roskin  <proski@gnu.org>
1860         * configure.in: output vfs/extfs/Makefile
1862         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
1863         to avoid a warning
1864         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
1865         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
1867 2000-08-29  Pavel Roskin  <proski@gnu.org>
1869         * configure.in: use AM_GNOME_GETTEXT
1870         * gettext.m4: removed
1871         * Makefile.am: adjusted files to distribute, previous change
1872         reverted
1874         * mc-aclocal.m4: renamed to ...
1875         * acinclude.m4: ... this
1876         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
1877         * Makefile.am: aclocal should scan "." for gettext.m4
1879 2000-08-28  Pavel Roskin  <proski@gnu.org>
1881         * Make.common.in: removed hack for "make distcopy"
1882         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1883         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1884         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
1885         for external builds.
1886         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
1888 2000-08-24  Pavel Roskin  <proski@gnu.org>
1890         * new_icons/Makefile.in: converted to ...
1891         * new_icons/Makefile.am: ... this
1892         * configure.in: automake conditional GNOME introduced.
1893         "insticons" removed
1895         * icons/*: removed
1896         * Makefile.am, configure.in: necessary adjustments
1898         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
1899         automake installs them now
1901         * syntax/Makefile.in: converted to ...
1902         * syntax/Makefile.am: ... this
1904         * idl/Makefile.in: converted to ...
1905         * idl/Makefile.am: ... this
1907         * lib/Makefile.am: simplified, fixed "make dist"
1909         * lib/Makefile.in: converted to ...
1910         * lib/Makefile.am: ... this
1912         * lib/tkmc.wmconfig: removed
1913         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
1915         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
1916         to ...
1917         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
1918         * Make.common.in: support for "distdir" for compatability
1919         with Automake-generated makefiles
1920         * autogen.sh: run automake. Force cache - it is off by default
1921         in autoconf 2.49a, but it's still handy for maintainers
1922         * configure.in: adapted for Automake
1924         * AUTHORS: new file
1926 2000-08-23  Pavel Roskin  <proski@gnu.org>
1928         * configure.in: resurrect definition of xvers
1930         * VERSION.in: removed
1931         * Makefile.in: don't do anything with VERSION.in and VERSION
1932         Take mc.spec from builddir, not srcdir
1933         * configure.in: don't create VERSION
1935 2000-08-22  Pavel Roskin  <proski@gnu.org>
1937         * *.c, *.h: Updated address of Free Software Foundation
1939 2000-08-21  Pavel Roskin  <proski@gnu.org>
1941         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
1942         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
1943         related to XView, libXPM, libXext and Tk
1945 2000-08-18  Pavel Roskin  <proski@gnu.org>
1947         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
1948         files
1950         * configure.in: Simplified dependency tracking by using
1951         "-include" with GNU Make
1952         * autogen.sh: Exit on all failures
1954 2000-08-17  Pavel Roskin  <proski@gnu.org>
1956         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
1957         Fixed all misuses of single and double quotes. Typo fixes.
1958         Ensured compatability with sgml2html, sgml2txt and sgml2latex
1959         * doc/mc.1.in: Typo fix
1961         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
1962         * doc/linuxdoc-sgml.diff: removed
1963         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
1964         distribute gnome.sgml
1966 2000-08-15  Pavel Roskin  <proski@gnu.org>
1968         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
1969         in the "distclean" target
1971         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
1972         Removed all XVIEW-related stuff
1973         Fixed placement of png files on "make dist"
1975         * doc/mc.1.in: Updated info about the internal editor
1977         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
1978         indicate serious problems. Fixes for uninstall.
1979         * doc/Makefile.in: Rebuild if it is out of date.
1981         * lib/cedit.menu: Added. This file has been missing
1983         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
1985 2000-08-08  Pavel Roskin  <proski@gnu.org>
1987         * Makefile.in: correctly detect make failures in subdirs
1989 2000-08-01  Pavel Roskin  <proski@gnu.org>
1991         * nt, os2, tk, xv: removed all files
1992         * configure.in: don't create os2 and nt directories
1994 2000-08-01  Pavel Roskin  <proski@gnu.org>
1996         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
1998         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
2000 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
2002         * src/main.c: make 8bit input/output the default (99% of the people
2003         expects that; lets the remaining 1% use the configuration menu
2004         to disactivate it if they want)
2006 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
2008         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
2010 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
2012         * configure.in: check for gnome-libs with window icon support
2014         * acconfig.h: add icon define
2016 2000-06-08  Matthias Warkus  <mawa@iname.com>
2018         * new_icons/gnome-pack-*.png: Updated.
2019         * gnome/mc.keys: Added a MIME type for SLP packages.
2021 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
2023         * syntax/diff.syntax: Highlight lines beginning with "File",
2024         "Files" and "Binary"
2025         * syntax/makefile.syntax: Highlight "ifndef"
2026         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
2027         highlighted)
2029 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2031         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
2032         comment lines with # in last release
2034 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2036         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
2038 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2040         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
2041         look more consistent than original.
2043 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2045         * config.in: Added check against strcoll().
2047 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2049         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
2050         added 'and', 'or', 'not', 'for' keywords.
2052 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2054         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
2055         based systems. Hope, this will make FreeBSD midc maintainer to enable
2056         build-in editor by default. Still, syntax highlighting is disabled.
2057         Need to port...
2059 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2061         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2062           fixed, some messages gettext()ed again here and in
2063         gtkedit/editmenu.c:edit_about_cmd()
2065 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2067         * doc/mc.sgml (Examples): Fixed documentation, thanx
2068         to martin@internet-treff.uni-koeln.de.
2070 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
2072         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
2073         the label text
2075 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
2077         * gtkedit/syntax.c: treat *.ads as Ada source
2078         * syntax/ada95.syntax: escape "+" and "*"
2079         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
2080         * syntax/Makefile.in: remove diffc.syntax
2082         * edit/edit_key_translator.c: interpret code 0177 as
2083         backspace unless recognized otherwise
2085 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
2087         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
2088         initialization of array of structure (gcc version 2.96 20000131
2089         chokes on it).
2091         * lib/mc.hint: C-y and not C-u can be used to insert text in input
2092         lines (e. g. text which has been deleted with M-d).
2094         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
2096 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
2098         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
2100 2000-01-29  Matthias Warkus  <mawa@iname.com>
2102         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
2103         design on Federico's request.
2105 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
2107         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
2108         an ArrangeType enum.
2110 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
2112         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
2113         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
2114         setup.c: Add option of using GNOME "magic" routines to determine file
2115         types. This makes MC intelligently look at the data in the file to see
2116         what type of file it is, rather than looking at the filename extension.
2117         This slows down MC quite a bit, so it has been made an optional
2118         preference item. Type detection is expected to improve as mime-magic
2119         matures.
2121 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
2123         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
2124         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
2125         providing a patch.
2127 2000-01-11  Matthias Warkus  <mawa@iname.com>
2129         * Added icon and keys entry for Scheme source.
2131 2000-01-03  Fatih Demir  <kabalak@gmx.net>
2133         * configure.in: Added tr -> ALL_LINGUAS .
2135 1999-12-28  Matthias Warkus  <mawa@iname.com>
2137         * new_icons/*.png: Added a bunch of new icons.
2139 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
2141         * configure.in (VERSION): Bumped version number to 4.5.42.
2143 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
2145         * configure.in: added 'uk' to ALL_LINGUAS.
2147 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2149         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
2150         request from David Sauer
2152 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
2154         * configure.in (VERSION): Bumped version number to 4.5.41.
2156 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
2158         * configure.in (VERSION): Set version number to 4.5.39.
2160 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
2162         * configure.in: Added pt_BR to ALL_LINGUAS
2164 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
2166         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
2167         path to the mc binary according to @prefix@.
2169         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
2170         configure. Install mc.sh and mc.csh in $(suppbindir).
2172         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
2173         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
2174         copies of the included function definitions.
2176         * mcfn_install.in: Comment out definitions of the mc functions. Source
2177         mc.sh instead of adding an outdated mc function definition.
2179         * configure.in: output mc.sh and mc.csh
2181 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
2183         * lib/startup.links: Changed the news link to Gnotices
2185 1999-09-19  David Martin  <dmartina@usa.net>
2187         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
2188         8 bit chars from strftime get displayed when inserting date.
2190         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
2191         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
2192         file to avoid interferences. In this one I changed the extension check
2193         to a type check (as used for gzip) which might give problems in some
2194         systems.
2196         * configure.in: Use -Tlatin1 to format man pages when available and
2197         "view" 8 bit chars.
2199 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
2201         * gtkedit/edit.h: Include file reordering to make it compile with
2202         --with-debug
2204         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
2205         dependent on lenght of translated strings to display.
2207 1999-09-16  Owen Taylor  <otaylor@redhat.com>
2209         * Remove the magicdev autoconf test in favor of just
2210         including the idl file. Otherwise we have a dependency
2211         loop between this and magicdev.
2213 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
2215         * idl/FileManager.idl: Changed names, and put everything under a
2216         FileManager module.  Added a Desktop interface and some methods to
2217         the WindowFactory interface.
2219 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
2221         * doc-gnome/*: Shiny new docs from users-guide.
2222         All synced up.
2224 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
2226         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
2228 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
2230         * README: Updated and spell-checked.
2232         * NEWS: Updated.
2234 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
2236         * configure.in (ALL_LINGUAS): Added sv.
2238 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
2240         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
2241         symlink attacks (mcfn_install and the man page still needs to be
2242         updated).
2244 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
2246         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
2247         a symbolic link (ln -sf doesn't work as expected on Solaris)
2249 1999-08-19  Elliot Lee  <sopwith@redhat.com>
2250         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
2252 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
2254         * doc-gnome/C/gmc.sgml: Index fixes.
2256 1999-08-18  Elliot Lee  <sopwith@redhat.com>
2258         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
2259         initializers in the GnomeUIInfo structure.
2261 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
2263         * configure.in (VERSION): Bumped version number to 4.5.38.
2265 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
2267         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
2269 1999-08-15  David Martin  <dmartina@usa.net>
2271         * gtkedit/edit.c: Print localized date with strftime()
2273         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
2275 1999-08-08  David Martin  <dmartina@usa.net>
2277         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
2278         translation.
2280         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
2281         translation as it used to be.
2283 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2285         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
2286         that the correct index.html will be generated.
2288 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2290         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
2291         to the list.
2293 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
2295         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
2296         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
2297         This adds some new syntax rules, and spell check on the fly
2298         which if someone bugs me for, will actually get enabled in
2299         both the text and gnome versions. Bookmark stuff also needs
2300         some keys bound to it, I suppose: any takers?
2302 July 19, 1999 Elliot Lee
2303         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
2305 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
2307         * Makefile.in (all): Makefile fix.
2309 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2311         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2312         should fix the problem we had with FSSTND distributions.
2314 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2316         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
2317         list of distributed files.
2319 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2321         * configure.in (VERSION): Bumped version number to 4.5.34.
2323 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
2325         * Add fi into ALL_LINGUAS
2327 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
2329         * gnome/i-zipdisk2.png: Added another zip-disk icon
2330         by <scarab@egyptian.net> - It looks very nice. Variation
2331         is good.
2333 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2335         * acconfig.h: Add WITH_SMBFS
2337         * macros/gnome-vfs.m4: Support conditional samba support.
2339 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2341         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2342         should fix the problem we had with FSSTND distributions.
2344 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
2346         * mc.spec.in: added syntax files to %files
2348 1999-06-22  David Martin  <dmartina@usa.net>
2350         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
2352 1999-06-07  Shooby Ban  <bansz@szif.hu>
2354         * po/hu.po, configure.in: added hungarian translations...
2355           I'm not sure it's OK, but it seems usable.
2356           Translators: Tamas Fejos and Andras Kadar
2358 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
2360         * configure.in, Makefile.in: added the gmc helpfile to the build
2362 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
2364         * Add ja entry to LANG in configure.in
2366 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2368         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
2369         be installed in the system :) (added it to the Makefile.in)
2371 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2373         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
2374         disks - someone please add it to the mount.c code so it gets used..
2375         Everyone have a nice time at the expo! :) I hope to join the
2376         next time.
2378 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2380         * configure.in: Added check for getpt ()
2382 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2384         * configure.in (VERSION): Bumped version number to 4.5.31.
2386 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2388         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
2389         need to fool it by strdup'ing the return value of tempnam.
2391 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2393         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
2394         MCLIBS which are specific to the text edition.
2396         * INSTALL: Added documentation for --with-tm-x-support
2398 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
2400         * mc.spec.in : Folded in some changes from the 'offical' rpm
2401         spec file.
2403 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2405         * configure.in (SHELL): Do not use grep -q, as it is not portable
2406         to every OS.
2408 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2410         * configure.in: Linking from $srcdir/slang is broken when configure
2411         isn't called with an absolute path. Link from ../$srcdir/slang if
2412         configure was invoked with a relative path.
2414 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2416         * configure.in: Do not rm the destination file and then link, use
2417         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
2419 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2421         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
2422         --with-PACKAGE and --without-PACKAGE gave the same results.
2424 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2426         * configure.in (VERSION): Bumped version number to 4.5.30.
2428 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2430         * configure.in (VERSION): Bumped version number to 4.5.29.
2432 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2434         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
2435         now contains all checks.
2437 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2439         * configure.in (VERSION): bumped version number to 4.5.28.
2441 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
2443         * */Makefie.*: fixed several missed conversions from libdir to
2444         mclibdir. (Should be automake'd, really)
2446 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2448         * Make.common.in: There were conflicting definitions of mclibdir
2449         (one for installation, one for source).  Now the source one is
2450         called mcsrclibdir.
2452         * doc/Makefile.in: Use mcsrclibdir where appropriate.
2454 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
2456         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
2457         Pascal Program" (Heh, second time :)
2459         * Makefile.common: Until things gets clear, keep syntax rules in
2460         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
2462         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
2463         @libdir@.
2465 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
2467         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
2468         as requested by Paul. Still, need some checking...
2470 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
2472         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
2473         to date with cooledit 3.9.0. This adds some new features.
2474         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
2475         syntax.c. This is because the rule set is becoming too
2476         large to maintain in its current form and because file
2477         loading is starting to get slow.
2479         There is also a bookmark feature which does not yet have
2480         key bindings assigned to it, but should be cool once
2481         these get inserted. Syntax rules files are named
2482             $LIBDIR/cooledit/syntax/*.syntax
2484 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2486         * configure.in: Create slang directory, it is needed when
2487         builddir != srcdir.
2488         Use -f when calling rm, the file does not exist on
2489         first compile.
2490         No need to copy VERSION from $srcdir, it's already generated in
2491         $buildir.
2493 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
2495         * edit/edit_key_translator.c: Added missing translation tags.
2497 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2499         * configure.in: Minimum version of glib should be 1.2.0.
2500         (VERSION): Bumped version number to 4.5.27.
2502 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
2504         * gtkedit/editcmd.c: Added missing translation tags.
2506         * gtkedit/editoptions.c: Added missing translation tags. Translate
2507         radio buttons on first use.
2509 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
2511         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
2512         to get the mc spec file to work.
2513         * hacked configure to generate a properly versioned spec file.
2515 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2517         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
2518         radio buttons on first pass.
2520 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
2522         * gtkedit/editcmd.c: Mark strings in the search and replace
2523         dialogs for translation. Resized these dialogs to let the messages
2524         fit.
2526 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2528         * gtkedit/editwidget.c (selection_send): Use the proper type for
2529         64-bit cleanliness (Patch from George Lebl).
2531 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
2533         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
2534         into the catalog file.
2536 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2538         * configure.in: Make Timur's libtermcap check work with SLang
2539         0.99.98, too.
2541 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2543         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
2544         PS and EPS files.  Thanks, Tigert!
2546 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2548         * configure.in (CCOPTS): Drop the prefix auto-detection.
2550 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
2552         * configure.in: Add check, which, in case of system-installed SLang
2553         library tries to run a test program, which determines, does we need
2554         linking with libtermcap.a. Also, set of if's for finding terminfo
2555         dir changed to for cycle - a bit nicer :)
2557 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2559         * README.QNX: Deleted documention about mc.menu.qnx.diff.
2561 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2563         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
2565 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2567         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
2568         from tar calls when extracting (according to my man page this option
2569         is only useful when creating archieves).
2571 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2573         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
2574         adds support for tar.bz2 and merges the support for freeze-compressed
2575         tar files (tar.F) from mc.menu.qnx.diff.
2577 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
2579         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
2580         GNU-like :)
2582 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2584         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
2585         the catalog file.
2587 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
2589         * new_icons/gnome-core.png: New icon for core files. Someone
2590         please add the code part :)
2592 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
2594         * configure.in: Add check against setuid() and setreuid() functions.
2596 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2598         * slang/slang.h: renamed to slang-mc.h
2600         * slang/Makefile.in: delete slang.h on "make clean"
2602         * configure.in: link slang/slang-mc.h to slang/slang.h when the
2603         included slang is used. Problem was that MC's slang.h was used
2604         when we compiled with an already installed SLang and the systems
2605         header file were included with <slang/slang.h>.
2606         Unfortunatly I can't use AC_LINK_FILES to make the links because
2607         if we needn't make any links AC_LINK_FILES makes a link from
2608         srcdir to top_builddir (builddir != srcdir).
2610         Temporary add $LGPM to $LIBS when checking for the resizeterm
2611         and keyok functions (ncurses might be linked against GPM).
2613         Substitude PACKAGE (intl/Makefile makes use of it)
2615 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
2617         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
2618         #include "global.h".
2620 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
2622         * Make.common.in (gnewdir): new path.
2624 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
2626         * configure.in: Add comments before "Let" and "the" - typo. Add new
2627         path to include's search.
2629 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
2631         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
2633 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2635         * configure.in (REGEX_O): Always include regex.o as the code we
2636         are using in gmc is not using regcomp/regexec, but the internal
2637         Emacs API.
2639         * src/regex.c: Do not compile the POSIX compatibility code, as we
2640         do not use it.
2642 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2644         * doc/mc.sgml, mc1.in (Color section): minor polishing
2645         (Layout section): documented Highlight...
2647 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2649         * configure.in: Deleted du checks
2651         * INSTALL: Deleted --with-dusum documentation.
2653         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
2654         Configuration dialog. Added Advanced chown subsection. Deleted
2655         variables from the Special settings section which are now covered
2656         by the configuration dialog.
2658 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2660         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
2661         tar_gz_memlimit. Partially rewrote the section about the
2662         Virtual FS.. configuration dialog.
2664 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
2666         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
2668 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2670         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
2672         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
2673         builddir
2675 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
2677         * new_icons/gnome-image-[lots].png: I added some icons for file
2678         types (image) there - someone please tell me what the correct
2679         location and naming convention is and I will try to follow that. :)
2681 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
2683         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
2684         the build will still work.  (Has this been replaced by new_icons?)
2686 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
2688         * doc/mc.1.in, mc.sgml: added my name to list ov authors
2690 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2692         * Makefile.in (codedirs): Dropped xv and tk ports from the
2693         distribution. include idl directory.
2695 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2697         * configure.in (slang_use_system_installed_lib): Define slang
2698         here, to avoid having this on LIBS.
2700 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
2702         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
2704 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
2706         * config.h.in: Removed from CVS, added to .cvsignore
2708         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
2709         configure.in:
2710         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
2711         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
2712         HAS_CURSES added to acconfig.h
2714 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2716         * autogen.sh: Add "-I macros" to the aclocal flags.
2718         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
2719         so that aclocal will not complain about an obsolete macro.
2721         * configure.in: Use MC_HPUX_PROG_CC_STDC
2723         * ChangeLog: There was no ChangeLog here, so I added one.