Sort order transalted...
[midnight-commander.git] / ChangeLog
blob7c7cf0b324eece18b6fcdcde907d7622fcc5ad77
1 2002-08-27  Pavel Roskin  <proski@gnu.org>
3         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
4         OpenOffice.org, not StarOffice.  Add more video formats.
6         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
7         unnecessary pipeline.  Redirect stderr from cpio, because it can
8         be non-empty even for successful operations.
10 2002-08-26  Pavel Roskin  <proski@gnu.org>
12         * syntax/spec.syntax: New file.
13         * syntax/Syntax: Add spec.syntax.
14         * syntax/Makefile.am: Likewise.
15         From PLD Linux Distribution with minor changes.
17 2002-08-25  Pavel Roskin  <proski@gnu.org>
19         * lib/mcserv.init: Update from Red Hat package.
20         * lib/mcserv.pamd: Likewise.
22         * configure.in: Fix interpretation of the iconv test result.
23         Reported by Pavel Shirshov <pavelsh@mail.ru>
25         * mc.sh.in: Only bash needs the mc() function to be exported.
27         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
28         instead of /usr where appropriate.
29         * doc/Makefile.am: Enable generation of the help file.
31         * doc/pl/*: Add Polish translation.
32         * doc/Makefile.am: Adjust for the above.
33         * configure.in: Likewise.
35 2002-08-24  Pavel Roskin  <proski@gnu.org>
37         * lib/edit.indent.rc: Use tidy to format HTML.
38         From David Martin <dmartina@excite.com>
40         * lib/cedit.menu: Remove all references to the error file.
41         * lib/edit.indent.rc: Likewise.
42         * lib/edit.spell.rc: Likewise.
44 2002-08-23  Pavel Roskin  <proski@gnu.org>
46         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
47         use only for the programs that need it (mc and mcserv).
49         * configure.in: Fix help text for gpm and ncurses.  Properly
50         handle --without-ncurses.
51         Reported by Moritz Barsnick <moritz@barsnick.net>
53         * configure.in: Work around a bug in Autoconf-2.53 that prevents
54         splitting of user-specified path in AC_PATH_PROGS.
56         * configure.in: Move glib test earlier, as it tends to fail for
57         many users.  Make GLIB_CONFIG a precious variable.  Check for
58         glib12-config - that's how it's called on FreeBSD.
59         Reported by Pavel Shirshov <pavelsh@mail.ru>
61 2002-08-22  Pavel Roskin  <proski@gnu.org>
63         * configure.in: Remove old-style Linux-only support for shadow
64         passwords.
66 2002-08-21  Pavel Roskin  <proski@gnu.org>
68         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
69         now, otherwise Automake 1.5 breaks.  Remove version number from
70         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
71         Substiture RH_VERSION, which is VERSION without dashes, needed
72         for RedHat specfile.
74         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
75         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
76         two places.
78         Release mc-4.6.0-pre1.
80         * configure.in: Bump version to 4.6.0-pre1.
81         * po/*.po: Regenerate.
83 2002-08-20  David Martin  <dmartina@excite.com>
85         * doc/es/mc.1.in: Minor changes.
86         * doc/es/xnc.hlp: Likewise.
88 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
90         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
91         %{_mandir}/*/man1/*.
93 2002-08-20  Pavel Roskin  <proski@gnu.org>
95         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
97 2002-08-19  Pavel Roskin  <proski@gnu.org>
99         * configure.in: Add Italian documentation.
100         * doc/Makefile.am: Likewise.
102         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
104         * configure.in: Enable subshell support on all operating systems
105         by default.  Old issues are most likely solved by now.
107 2002-08-18  Pavel Roskin  <proski@gnu.org>
109         * lib/mc.ext.in: Try links before lynx.  Force full path when
110         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
111         is already broken if the program starts in background.  Add a
112         comment discouraging taking this code as example.
114         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
115         obsolete.
116         * doc/es/mc.1.in: Likewise.
117         * doc/ru/mc.1.in: Likewise.
118         * doc/hu/mc.hlp.hu: Likewise.
120         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
121         was unsafe by design and is no longer supported.  Use %t instead
122         of %u to preserve tags in case of failure.
124         * vfs/extfs/ftplist.in: Remove support for running commands, it
125         makes no sence.
127 2002-08-16  Pavel Roskin  <proski@gnu.org>
129         * lib/mc.global: Remove, it duplicates the role of mc.lib.
130         * lib/mc.lib: Add contents of mc.global.
131         * lib/Makefile.am: Remove all references to mc.global.
133         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
134         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
136 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
138         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
139         set, umask and unset like other builtin commands.
141 2002-08-15  Pavel Roskin  <proski@gnu.org>
143         * configure.in: Remove check for SIGTSTP, it's not needed for
144         the subshell support.
146         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
147         done at runtime.
148         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
150 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
152         * doc/ru/mc.1.in: Remove reference to README.edit.
153         * doc/mc.1.in: Likewise.
154         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
155         everywhere.
157 2002-08-14  Pavel Roskin  <proski@gnu.org>
159         * doc/mc.1.in: Consistently use "native" ftp syntax.
160         * doc/ru/mc.1.in: Likewise.
161         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
162         * doc/es/xnc.hlp: Likewise.
164         * lib/mc.hlp.hu: Move ...
165         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
167 2002-08-09  Pavel Roskin  <proski@gnu.org>
169         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
170         and entries that are obsolete or make no sence.
172         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
173         "How to use help".
175         * doc/Makefile.am: Don't distribute help file.  Generate it in
176         the build directory.
177         * doc/es/Makefile.am: Likewise.
178         * doc/ru/Makefile.am: Likewise.
180         * lib/xnc.hlp: Move ...
181         * doc/xnc.hlp: ... here.
182         * doc/Makefile.am: Necessary adjustments.
183         * lib/Makefile.am: Likewise.
184         * src/Makefile.am: Likewise.
186         * configure.in: Add Spanish documentation.
187         * doc/Makefile.am: Likewise.
188         * doc/es: Spanish documentation.
189         From David Martin <dmartina@excite.com>
191 2002-08-08  Pavel Roskin  <proski@gnu.org>
193         * lib/mc.lib: Add f11-f20 keys for Konsole.
195 2002-08-06  Pavel Roskin  <proski@gnu.org>
197         * syntax/lisp.syntax: New file.
198         * syntax/Syntax: Add lisp.syntax.
199         * syntax/Makefile.am: Likewise.
200         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
201         changes.
203 2002-08-04  Pavel Roskin  <proski@gnu.org>
205         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
206         subshell if this test fails.
208 2002-08-03  Pavel Roskin  <proski@gnu.org>
210         * syntax/mail.syntax: Colors changed to be more readable.
212         * syntax/html.syntax: Don't require character entities to be
213         whole, but check their validity.
215 2002-08-02  Pavel Roskin  <proski@gnu.org>
217         * configure.in: No longer need to define REGEX_MALLOC.
219 2002-08-01  Pavel Roskin  <proski@gnu.org>
221         * configure.in: Remove support for MAD and Electric Fence.
222         Developers should use modern memory debuggers (e.g. Valgrind).
223         * INSTALL: Remove references to MAD.
225 2002-07-31  Pavel Roskin  <proski@gnu.org>
227         * syntax/html.syntax: Remove recognition for any individual
228         words - there are too many of them, we cannot keep up.
230 2002-07-30  Pavel Roskin  <proski@gnu.org>
232         * doc/ru/Makefile.am: Use man2hlp directly.
234 2002-07-28  Pavel Roskin  <proski@gnu.org>
236         * syntax/changelog.syntax: Highlight "*" only after tab.  This
237         requires fixed syntax highlighting.
239         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
240         default. Open *.xls with gnumeric.  Use mplayer for most video
241         formats.
243         * syntax/nroff.syntax: Require most keywords to be whole.
245 2002-07-21  Pavel Roskin  <proski@gnu.org>
247         * syntax/fortran.syntax: Fix highlighting of "*" at the
248         beginning of line.  Recognize "     +" as continuation.  Move
249         all "linestart" keywords earlier to avoid more conflicts.
251 2002-07-18  Pavel Roskin  <proski@gnu.org>
253         * syntax/unknown.syntax: Don't highlight anything by default.
255         * syntax/changelog.syntax: Highlight functions without
256         filenames.
257         * syntax/Syntax: Match *ChangeLog*.
259         * syntax/c.syntax: Reenable highlighting for "/" and preserve
260         highlighting for "//" comments by using exclusive context.
261         * syntax/java.syntax: Likewise.
262         * syntax/swig.syntax: Likewise.
263         * syntax/slang.syntax: Reenable highlighting for "/".
264         * syntax/sql.syntax: Enable highlighting for "/" and "-".
266         * syntax/sql.syntax: New file.
267         * syntax/Syntax: Add sql.syntax.
268         * syntax/Makefile.am: Likewise.
269         From Walery Studennikov <despair@sama.ru> with minor changes.
271 2002-07-16  Pavel Roskin  <proski@gnu.org>
273         * lib/mc.ext.in: Remove handling of executables.  They should
274         be handled internally for "pause after run" to work.
276         * syntax/Syntax: Associate *.itcl with tcl.syntax.
277         * syntax/tcl.syntax: Add itcl keywords, other improvements.
279 2002-07-15  Pavel Roskin  <proski@gnu.org>
281         * configure.in: Don't check for strcasecmp(), strncasecmp() and
282         strdup() - test results are not used except in gettext, which
283         provides its own tests.
285         * configure.in: When checking for ncurses, check for
286         has_colors(), not curses_version() - the later is missing in
287         older version of ncurses.
289 2002-07-13  Pavel Roskin  <proski@gnu.org>
291         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
292         not to LIBS.
293         * configure.in: Fix breakage in ncurses headers check from the
294         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
295         Define REGEX_MALLOC here.
297         * acinclude.m4 (AC_NCURSES): Remove.
298         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
299         AC_CHECK_LIB to check existance of ncurses library.  Eliminate
300         variables force_ncurses and search_ncurses.
302 2002-07-10  Pavel Roskin  <proski@gnu.org>
304         * configure.in: Remove --with-netrc, it is now default and can
305         be disabled at the runtime.
307         * syntax/tcl.syntax: New file.
308         * syntax/Syntax: Add tcl.syntax.
309         * syntax/Makefile.am: Likewise.
310         * syntax/java.syntax: Don't treat #define separately from other
311         preprocessor directives.
312         * syntax/slang.syntax: Likewise.
313         * syntax/swig.syntax: Likewise.
315 2002-07-09  Pavel Roskin  <proski@gnu.org>
317         * syntax/c.syntax: Don't treat #define separately from other
318         preprocessor directives.
320 2002-07-08  Pavel Roskin  <proski@gnu.org>
322         * syntax/perl.syntax: Highlight text after __END__ as a comment.
323         * syntax/po.syntax: Avoid gray color, which is hard to see.
325 2002-07-05  Pavel Roskin  <proski@gnu.org>
327         * syntax/dos.syntax: Add more commands.
329 2002-07-04  Pavel Roskin  <proski@gnu.org>
331         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
332         sort authors.
334 2002-06-24  Pavel Roskin  <proski@gnu.org>
336         * syntax/dos.syntax: New file - highlighting for DOS batch
337         files.  From Petr Kozelka <pkozelka@centrum.cz>
338         * syntax/Syntax: Add dos.syntax.
339         * syntax/Makefile.am: Likewise.
341 2002-06-04  Max Schedriviy  <max@humgat.org>
343         * syntax/php.syntax: New version.
345 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
347         * NEWS: Mention ftpfs/fish uploading changes and new configure
348         options --with-codepagedir=DIR, --with-configdir=DIR and
349         --without-mcfs.
351 2002-05-22  Pavel Roskin  <proski@gnu.org>
353         * doc/ru/Makefile.am: Fix out-of-tree build.
355 2002-05-14  Pavel Roskin  <proski@gnu.org>
357         * configure.in: Fix logic for gettext 0.10.x.
359 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
361         * configure.in: Don't generate po/Makefile if
362         there is 'top_builddir' in po/Makefile.in.
363         * autogen.sh: More fixes for gettext 0.11+.
365 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
367         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
369 2002-04-21  Pavel Roskin  <proski@gnu.org>
371         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
372         can play them.
374 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
376         * autogen.sh: Fix for gettext 0.11 family (and newer).
378 2002-04-08  Pavel Roskin  <proski@gnu.org>
380         * autogen.sh: Allow gettext newer than 0.10.39.
381         From Björn Eriksson <bjorn@bjornen.nu>
383 2002-04-03  Pavel Roskin  <proski@gnu.org>
385         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
386         by "make clean" because not everyone has Perl to rebuild it.
388 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
390         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
391         first line regular expression.
393 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
395         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
396         or newer is not used.
397         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
399         * src/Makefile.am: Move mc.hlp.ru processing ...
400         * doc/ru/Makefile.am: ... here.
402 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
404         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
405         * syntax/c.syntax: Highlight "%p" printf format.
406         Allow '*' as width and precision for strings and numbers.
408         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
409         * doc/ru/mc.1.in: Likewise.
411 2002-03-18  Pavel Roskin  <proski@gnu.org>
413         * doc/ru/Makefile.am: Distribute xnc.hlp.
415 2002-03-12  Pavel Roskin  <proski@gnu.org>
417         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
419 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
421         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
422         * doc/ru/Makefile.am: New file.
424 2002-03-08  Pavel Roskin  <proski@gnu.org>
426         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
428 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
430         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
432 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
434         * doc/mc.1.in: Use nodename `Background jobs' for section
435         `Background Jobs' to reflect user visible Command menu option
436         and src/cmd.c dialog implementation.
438         * doc/ru: New directory for Russian manuals.
439         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
440         translated by Victor A. Kostromin for mc 4.5.30.  Converted
441         from binary mc.hlp.ru, corrected and actualized by me.
442         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
443         * doc/ru/.cvsignore: Ignore mc.1.
445 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
447         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
448         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
449         mc.lib settings.
451         (Virtual File System): Document SMB File System.
453 2002-02-26  Pavel Roskin  <proski@gnu.org>
455         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
456         message "no symbol found" for unsupported architectures and
457         provide more useful information.
459 2002-02-22  Pavel Roskin  <proski@gnu.org>
461         * README.smbfs: Remove.  It contained no useful information
462         and the webpage is now dead.
463         * Makefile.am: Remove README.smbfs.
465         * README: Mention that glib 1.2.x is required.
467 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
469         * lib/edit.indent.rc: Use "#! /bin/sh"
470         * lib/edit.spell.rc: Likewise.
471         * lib/mcserv.init: Likewise.
473         * lib/cedit.menu: Eliminate bashisms.
474         Add missed `:' in AUTHOR evaluation.
475         Unset LANGUAGE and make LC_ALL empty.
476         Use "#! /path/to/program".
478 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
480         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
481         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
482         Fix tarfs URL syntax example.  Minor typo and format fixes.
484 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
486         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
487         Fix location of configuration files.
489 2002-02-05  Pavel Roskin  <proski@gnu.org>
491         * configure.in: Don't use defunct ncurses_version.
492         Reported by Thomas Dickey <dickey@herndon4.his.com>
493         Set force_ncurses whenever --with-ncurses is used.  If set,
494         suppress checks for S-Lang and fail is ncurses is not found.
496         * configure.in: Introduce a new variable screen_type that is
497         either "slang" or "ncurses" without additional text.  Use it
498         instead of screen_manager whenever possible.  Fix text in
499         AC_NCURSES call, use m4 quotes and move shell quotes into the
500         macro.
501         * acinclude.m4: Likewise.
503 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
505         * syntax/Syntax: Known Delphi/Kylix source file extensions
506         supported (*.dpr, *.inc).
507         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
508         Special highlighting for CVS keywords.  Understands single-line
509         comments (//).
511 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
513         * configure.in (ALL_LINGUAS): Added "bg"
515 2002-01-21  Pavel Roskin  <proski@gnu.org>
517         * NEWS: Mention word completion in the editor.
519 2002-01-17  Pavel Roskin  <proski@gnu.org>
521         * extraconf.h: Remove OS/2 specific code.
523         * doc/mc.1.in (Configuration): Clarify some entries.
525 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
527         * acinclude.m4: New options for smbfs:
528         --with-configdir=DIR    Where the Samba configuration files are (/etc)
529         --with-codepagedir=DIR  Where the Samba codepage files are
531 2002-01-11  Pavel Roskin  <proski@gnu.org>
533         * syntax/xml.syntax: New file - highlighting for XML.
534         From Petr Kozelka <pkozelka@centrum.cz>
535         * syntax/Syntax: Add xml.syntax.
536         * syntax/Makefile.am: Likewise.
538 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
540         * configure.in: Added "eu" to ALL_LINGUAS.
542 2002-01-03  Pavel Roskin  <proski@gnu.org>
544         * lib/mc.menu: Correct quoting.
545         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
547         * NEWS: Mention removal of the OS/2 port.
548         * README.PC: Remove OS/2 specific parts.
550 2002-01-02  Pavel Roskin  <proski@gnu.org>
552         * configure.in: Make help about --with-subshell easier to
553         understand.  Minor alignment fixes for the help.
554         * acinclude.m4: Minor alignment fixes for the help.
556 2001-12-31  Pavel Roskin  <proski@gnu.org>
558         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
559         from vfs/Make-mc.in.
561 2001-12-27 Duarte Loreto  <happyguy_pt@hotmail.com>
563         * configure.in: Added portuguese to ALL_LINGUAS
565 2001-12-21  Pavel Roskin  <proski@gnu.org>
567         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
568         Don't remove slang/slang.h - it's never created.
570         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
571         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
572         unused.
574 2001-12-01  Wang Jian  <lark@linux.net.cn>
576         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
578 2001-11-29  Pavel Roskin  <proski@gnu.org>
580         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
582 2001-11-27  Pavel Roskin  <proski@gnu.org>
584         * lib/mc.ext.in: When running X programs in background, do it
585         from subshell.  Otherwise some of them terminate when mc exits.
586         Reported by Christian Dysthe <christian@dysthe.net>
587         Remove some obsolete and gmc-specific entries.  Use StarOffice
588         to open files detected as "Microsoft Office Document".
590         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
591         XFree86 4.1.0.
593 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
595         * doc/mcedit.1.in: Fix help file location.
597 2001-11-14  Pavel Roskin  <proski@gnu.org>
599         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
600         fallback to ino_t for e2fsprogs version 1.19 and older.
602 2001-10-30  Pavel Roskin  <proski@gnu.org>
604         * lib/mc.ext.in: Add support for Netpbm files.
606 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
608         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
609         http://bugzilla.gnome.org/show_bug.cgi?id=60935
610         By drk@sgi.com.
612         * doc/mc.1.in: Document %p macro.
614 2001-10-24  Pavel Roskin  <proski@gnu.org>
616         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
617         Allow using --without-mmap.
618         * INSTALL: Document --without-mmap.
620 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
622         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
623         of languages to be installed by setting env variable before
624         configure. If it is empty, it defaults to full list.
625         By Alex Tkachenko <alex@bcs.zp.ua>.
627 2001-10-19  Pavel Roskin  <proski@gnu.org>
629         * syntax/sh.syntax: Highlight reserved words inside backticks.
630         Use the same wholechars settings for reserved words and
631         commands.  Recognize more words.  Recognize function definitions
632         without "function" or without "()".  Use brightmagenta instead
633         of brightblue.
635 2001-10-18  Pavel Roskin  <proski@gnu.org>
637         * configure.in: When checking for "nroff -mandoc" support, don't
638         use /dev/null as input file, use stdin.  Some versions of nroff
639         (e.g. groff-1.16.1) don't accept special files.
641 2001-10-14  Pavel Roskin  <proski@gnu.org>
643         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
644         Makefile.  Don't allow any suffixes after "Makefile".
646 2001-10-12  Pavel Roskin  <proski@gnu.org>
648         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
649         format).
651 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
653         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
654         Fix compress<->bzip2 conversion and conversion of tagged
655         archives.
657 2001-10-05  Pavel Roskin  <proski@gnu.org>
659         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
660         Suggested by Marcel Pol <mpol@gmx.net>
662         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
663         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
664         and *.mid files.
666 2001-09-30  Pavel Roskin  <proski@gnu.org>
668         * configure.in: Don't check whether grep supports stdin - it's
669         not used anymore.
670         * NEWS: Mention this change.
672 2001-09-19  Pavel Roskin  <proski@gnu.org>
674         * doc/mcedit.1.in: Fix a very long line - use double
675         backslashes since they are interpreted even in the .nf blocks.
677         * lib/edit.spell.rc: Try aspell before resorting to ispell.
679         * syntax/php.syntax: Replace with a better implementation by
680         Max Schedriviy <max@tavrida.net>
682 2001-09-15  Pavel Roskin  <proski@gnu.org>
684         * doc/mc.1.in: Fix location of mcedit files.
685         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
687 2001-09-14  Pavel Roskin  <proski@gnu.org>
689         * configure.in: Don't check for ncurses version and for keyok()
690         because the mouse support code doesn't need this hack anymore.
692 2001-09-13  Pavel Roskin  <proski@gnu.org>
694         * configure.in: Fix some cases of overquoting and underquoting.
695         * acinclude.m4: Likewise.
697 2001-09-12  Pavel Roskin  <proski@gnu.org>
699         * configure.in: Update list of browsers.  Don't fallback to
700         lynx since it cannot be run in background.
701         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
702         If no browser for X11 was found, use lynx.
704         * autogen.sh: Add a workaround to ensure that "depcomp" is
705         distributed.
706         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
707         where appropriate.
708         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
709         terminfo.
711         * configure.in: Use three-argument form of AC_INIT.  Use
712         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
713         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
714         is not needed if AC_CONFIG_AUX_DIR is used.
715         * vfs/Make-mc.in: Adjust mkinstalldirs location.
716         * autogen.sh: Create "config" and remove "autom4te.cache".
718 2001-09-11  Pavel Roskin  <proski@gnu.org>
720         * syntax/Syntax: New file, extracted from edit/syntax.c.
721         * syntax/Makefile.am: Add Syntax.
723         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
724         to LIBS.  Don't use unportable "grep -q", use "case" instead.
726 2001-09-10  Pavel Roskin  <proski@gnu.org>
728         * configure.in: Only check for X if --with-tm-x-support has been
729         specified.
731         * configure.in: Add check for sys/ioctl.h.
733         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
735         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
736         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
737         testing for functions in ncurses.
739         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
740         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
741         * acconfig.h: Remove.
743         * configure.in: Eliminate LIBSLANG and LSLANG.
744         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
746         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
747         resizeterm() and keyok() only if configuring with ncurses.
749         * configure.in: Remove now unused variables LIBVFS and LVFS.
751         * configure.in: Remove unused variables LINTL and INTLDEPS.
753         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
754         building with included gettext, because libintl.h is copied
755         there.
757 2001-09-09  Pavel Roskin  <proski@gnu.org>
759         * NEWS: Update.
761         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
762         checks -lgen for getmntent as of Autoconf 2.52.
764 2001-09-07  Pavel Roskin  <proski@gnu.org>
766         * configure.in: Check for pwd.h.
768         * Make.common.in: Remove.
769         * configure.in: Remove all references to Make.common.in and
770         MCCPPFLAGS.
771         * aclocal.m4: Likewise.
773         * configure.in: Require Autoconf 2.52.  Remove hacks for
774         Autoconf 2.13.
775         * Makefile.am: Require Automake 1.5.
777 2001-09-06  Pavel Roskin  <proski@gnu.org>
779         * syntax/php.syntax: New file - PHP file highlighting.  Copied
780         from Cooledit 3.17.4.
781         * syntax/Makefile.am: Add php.syntax.
783 2001-09-06  Timur Bakeyev  <mc@bat.ru>
785         * acconfig.h: Brought back couple of symbols, that are still necessary
786         due reference to them from configure.in.
788 2001-09-04  Pavel Roskin  <proski@gnu.org>
790         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
791         strictness for dates.
793         * doc/mc.1.in: Fix troff warnings.
794         * doc/mcedit.1.in: Likewise.
796 2001-09-03  Pavel Roskin  <proski@gnu.org>
798         * doc/mc.1.in: Spellcheck.
799         * doc/mcedit.1.in: Likewise.
800         * doc/mcserv.8.in: Likewise.
802         * doc/mc.1.in (Learn Keys): Complete rewrite.
804 2001-09-02  Pavel Roskin  <proski@gnu.org>
806         * acconfig.h: Remove all unused symbols.
808         * lib/ncurses.h: Remove.
809         * lib/Makefile.am: Remove ncurses.h.
811 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
813         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
815 2001-08-28  Pavel Roskin  <proski@gnu.org>
817         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
818         like EOF.
820 2001-08-26  Pavel Roskin  <proski@gnu.org>
822         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
823         CONS_SAVER.  Put all conditionals together.
825         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
826         Automake 1.5.
828         * configure.in: Remove XCURSES variable - it's unused.
830         * configure.in: New conditional USE_EDIT.
832         * syntax/changelog.syntax: Don't require '@' to be in the
833         address.  This also works around a bug in the syntax engine
834         that prevented highlighting of addresses.
836 2001-08-25  Pavel Roskin  <proski@gnu.org>
838         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
840 2001-08-24  Pavel Roskin  <proski@gnu.org>
842         * extraconf.h: Remove all references to HAVE_X.
843         * acinclude.m4: s/GNOME_/MC_/
844         * configure.in: Likewise.  Remove or clarify all references to
845         the "text edition".  Minor fixes.
847         * configure.in: Remove support for curses libraries other than
848         ncurses.
849         * acinclude.m4: Likewise.
850         * FAQ: Remove everything about UNIX curses.
851         * INSTALL: Likewise.
853         * configure.in: Enable large file support by default.
854         * NEWS: Mention it.
855         * INSTALL: Document it.  Minor fixes.
857         * FAQ: Remove information about GNOME edition.  Minor fixes.
858         * README: Likewise.
859         * NEWS: Mention removing the GNOME edition.
861         * acinclude.m4: Include all used macros from the macros
862         directory.
863         * autogen.sh: Remove all references to "macros".
864         * Makefile.am: Likewise.
866         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
867         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
869         * lib/startup.links: Remove.
870         * lib/README.desktop: Likewise.
871         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
873         * configure.in: Bump version to 4.5.99a.
875         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
876         * po/*.po: Regenerate.
878         * AUTHORS: Update and spell check.
879         * FAQ: Likewise.
880         * INSTALL: Likewise.
881         * INSTALL.FAST: Likewise.
882         * NEWS: Likewise.
883         * README.PC: Likewise.
884         * README.QNX: Likewise.
886         * configure.in: Add check for stropts.h.
888 2001-08-23  Pavel Roskin  <proski@gnu.org>
890         * lib/edit.indent.rc: Create cooledit.error right away to
891         override its old contents.  Don't use ksh extentions.  Treat *.C
892         files as C++.  Recognize more C++ extensions.  Support java.
893         Update URL for "astyle".  Quote all arguments to protect spaces.
894         * lib/edit.spell.rc: Don't save terminal settings - mc does it
895         itself.  Quote all arguments to protect spaces.
897 2001-08-21  Pavel Roskin  <proski@gnu.org>
899         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
900         files if GNOME frontend is disabled.
901         * idl/Makefile.am: Likewise.
902         * lib/Makefile.am: Likewise.
903         * new_icons/Makefile.am: Likewise.
905         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
906         case it already has gettext macros elsewhere and doesn't like
907         duplicates (i.e. it's aclocal from Automake-1.4).
909 2001-08-20  Pavel Roskin  <proski@gnu.org>
911         * AUTHORS: Updated.
912         * INSTALL: Likewise.
913         * NEWS: Likewise.
914         * doc/mc.1.in: Likewise.
915         * doc/mcserv.8.in: Likewise.
917         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
918         for sys/mount.h.
920 2001-08-19  Andras Timar  <timar@gnome.hu>
922         * lib/Makefile.am: Added Hungarian hints
923         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
925 2001-08-19  Pavel Roskin  <proski@gnu.org>
927         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
929 2001-08-17  Pavel Roskin  <proski@gnu.org>
931         * syntax/po.syntax: New file - PO file highlighting.
932         From David Martin <dmartina@excite.es>
933         * syntax/Makefile.am: Add po.syntax.
935         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
936         it's sometimes missing from the databases.
938 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
940         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
941         * lib/Makefile.am: Reflect above change.
943 2001-08-15  Pavel Roskin  <proski@gnu.org>
945         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
947 2001-08-14  Pavel Roskin  <proski@gnu.org>
949         * lib/mc.lib: Add popular sequences for "home" and "end" in
950         "xterm" and "xterm-color" terminals.
952 2001-08-13  Pavel Roskin  <proski@gnu.org>
954         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
956         Replace "Can't" with "Cannot" everywhere.
958 2001-08-12  Pavel Roskin  <proski@gnu.org>
960         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
961         subshell, not for "Open file...".
962         (emacs_key_map): Likewise.
964         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
966 2001-08-10  Pavel Roskin  <proski@gnu.org>
968         * Makefile.am (EXTRA_DIST): Remove BUGS.
969         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
971         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
973         * doc/LSM: Remove, it's outdated.
974         * doc/FILES: Likewise.
975         * doc/DEVEL: Remove information about FILES.
977         * FAQ: Eliminate all broken URLs on the MC site.
978         From Frederic L. W. Meunier <0@pervalidus.net>
980         * FAQ: Restore information about xterm.
982 2001-08-08  Pavel Roskin  <proski@gnu.org>
984         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
986 2001-08-07  Pavel Roskin  <proski@gnu.org>
988         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
990         * doc/mc.1.in: Fix all broken links.
992 2001-08-06  Pavel Roskin  <proski@gnu.org>
994         * INSTALL: Numerous changes.  Declare old curses obsolete.
995         Partly from Frederic L. W. Meunier <0@pervalidus.net>
997         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
999 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
1001         * lib/Makefile.am: Remove space after backslash introduced in the
1002         previous commit.
1004         * lib/mc.hint.zh_TW.Big5: New file.
1005         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
1007 2001-08-02  Pavel Roskin  <proski@gnu.org>
1009         * lib/mc.hint.uk: New file.
1010         From Maksym Polyakov <polyama@yahoo.com>
1011         * lib/Makefile.am: Add mc.hint.uk.
1013 2001-08-01  Pavel Roskin  <proski@gnu.org>
1015         * lib/mc.hint.nl: New file.
1016         From Steef Boerrigter <sxmboer@sci.kun.nl>
1017         * lib/Makefile.am: Add mc.hint.nl.
1018         * lib/mc.hint: Remove ftp site.  Update copyright.
1019         * lib/mc.hint.cs: Likewise.
1020         * lib/mc.hint.es: Likewise.
1021         * lib/mc.hint.it: Likewise.
1022         * lib/mc.hint.pl: Likewise.
1023         * lib/mc.hint.ru: Likewise.  Shorten some lines.
1025         * edit/Makefile.in: Allow running "make install" before "make all".
1026         * gtkedit/Makefile.in: Likewise.
1028 2001-07-31  Pavel Roskin  <proski@gnu.org>
1030         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
1031         editor.
1032         * lib/Makefile.am: Add lib/edit.spell.rc.
1034         * autogen.sh: Use gettextize.
1035         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
1036         * po/Makefile.in.in: Likewise.
1038 2001-07-29  Pavel Roskin  <proski@gnu.org>
1040         * syntax/slang.syntax: New file.
1041         From Walery Studennikov <despair@sama.ru>
1042         * syntax/Makefile.am: Add slang.syntax.
1044 2001-07-27  Pavel Roskin  <proski@gnu.org>
1046         * extraconf.h: Move WITH_BACKGROUND here.
1048 2001-07-24  Pavel Roskin  <proski@gnu.org>
1050         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
1052 2001-07-23  Pavel Roskin  <proski@gnu.org>
1054         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
1056 2001-07-20  Pavel Roskin  <proski@gnu.org>
1058         * Make.common.in: Move all defines ...
1059         * gnome/Makefile.in: ... here ...
1060         * src/Makefile.in: ... and here.
1062 2001-07-19  Pavel Roskin  <proski@gnu.org>
1064         * configure.in: Don't check for getwd, it's completely
1065         eliminated.
1066         * INSTALL: Remove reference to HAVE_GETWD.
1068         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
1069         entries for compressed cpio archives.
1071         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
1072         they were only used in obsolete frontends.  Don't ever use %view
1073         without commands - it's slower and loses user settings, e.g.
1074         hex mode.  Put shared libraries before man pages and read.me
1075         before .me macros so that they match correctly.  Use nm for
1076         shared libraries.  Add rules for StarOffice and AbiWord.
1078 2001-07-14  Pavel Roskin  <proski@gnu.org>
1080         * configure.in: Bump version to 4.5.54a.
1082 2001-07-13  Pavel Roskin  <proski@gnu.org>
1084         * lib/mcserv.init: Fix exit status.
1085         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
1087         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
1088         "executable", which should follow a space. Simplify rules for
1089         images. Add shell/ rule for *.info files. Fix all incorrect
1090         uses of the alternation operator.
1091         Reported by Oskar Liljeblad and Michel Casabona.
1093 2001-07-12  Pavel Roskin  <proski@gnu.org>
1095         * configure.in: Don't check for iconv, it's already checked for
1096         in AM_GNU_GETTEXT.
1098 2001-07-10  Pavel Roskin  <proski@gnu.org>
1100         * doc/mc.1.in: Update documentation about hex search.
1102         * edit/edit_key_translator.c (cooledit_key_map): Bind
1103         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
1104         From Steef Boerrigter <sxmboer@sci.kun.nl>
1106         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
1107         * edit/edit_key_translator.c (cooledit_key_map): Add support
1108         for bracket matching on Alt-B.
1109         * gtkedit/gtkeditkey.c: Likewise.
1110         From Steef Boerrigter <sxmboer@sci.kun.nl>
1112 2001-07-06  Pavel Roskin  <proski@gnu.org>
1114         * lib/mc.ext.in: Use nm to view object files.
1116         * Make.common.in: Remove GNOME-specific and unused definitions.
1117         Partly moved to gnome/Makefile.in.
1119         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
1120         they are usused.
1121         * Make.common.in: Likewise.
1123 2001-06-29  Pavel Roskin  <proski@gnu.org>
1125         * ABOUT-NLS: Update to the version from gettext-0.10.38.
1127         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
1128         now done in configure. Move -I.. to the beginning.
1129         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
1130         libintl.a may be required to link mc.
1131         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
1132         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
1133         Move all i18n code to one place. Don't substitute INTLSUB - it's
1134         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
1135         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
1137 2001-06-25  Pavel Roskin  <proski@gnu.org>
1139         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
1140         It should be enabled explicitly by giving `--enable-largefile'
1141         to configure.
1142         * INSTALL: Document it.
1144 2001-06-22  Pavel Roskin  <proski@gnu.org>
1146         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
1148         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
1149         in struct statfs.
1150         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
1152         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
1153         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
1154         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
1155         found.
1156         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
1158 2001-06-19  Pavel Roskin  <proski@gnu.org>
1160         * configure.in: Check for telldir and seekdir. Join adjacent
1161         calls to AC_CHECK_FUNCS.
1163 2001-06-16  Pavel Roskin  <proski@gnu.org>
1165         * Makefile.am: Change the order of SUBDIRS to fully compile text
1166         edition before compiling anything for GNOME.
1167         * mc.spec.in: Don't use brace expansion to avoid implicit
1168         build-time dependency on bash.
1170 2001-06-13  Pavel Roskin  <proski@gnu.org>
1172         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
1173         the test code.
1174         * configure.in: Fix compiler warnings in the arguments to
1175         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
1176         around `=' in the `test' command.
1178 2001-06-07  Pavel Roskin  <proski@gnu.org>
1180         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
1181         GNOME documentation template.
1182         * doc-gnome/C/mkhtml: Don't generate index.
1183         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
1185 2001-06-06  Pavel Roskin  <proski@gnu.org>
1187         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
1188         conditional variables from EXTRA_DIST.
1190 2001-06-05  Pavel Roskin  <proski@gnu.org>
1192         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
1193         conversion support.
1194         From Walery Studennikov <hqsoftware@mail.ru>.
1196         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
1198 2001-06-01  Pavel Roskin  <proski@gnu.org>
1200         * lib/mc.charsets: Synchronize with the latest patch - remove
1201         a comment.
1203 2001-05-30  Pavel Roskin  <proski@gnu.org>
1205         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
1206         work with GNOME.
1208         * lib/mc.charsets: New file. From Walery Studennikov.
1209         * lib/Makefile.am: Distribute mc.charsets. Install it if
1210         the charset support is enabled.
1212         * configure.in: Add check for iconv() and the necessary code
1213         to support the charset selection patch.
1215         * configure.in: Add check for ESCDELAY variable in ncurses.
1217 2001-05-29  Pavel Roskin  <proski@gnu.org>
1219         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
1220         USE_EXT2FSLIB.
1222         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
1223         * pc/config.h: Likewise.
1225         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
1226         and "strings". Recognize "write" files and MS Word templates.
1227         For MS Excel documents try "xls2csv" and "strings".
1228         Escape spaces in the "type" directives.
1229         From Nerijus Baliunas.
1231         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
1233         * Make.common.in: Remove hpath, it's unused.
1235         * acconfig.h: Move constant parts ...
1236         * extraconf.h: ... here.
1237         [HAVE_X]: Disable subshell, s-lang and curses.
1238         * Makefile.am: Add extraconf.h.
1240 2001-05-28  Pavel Roskin  <proski@gnu.org>
1242         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
1243         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
1244         * configure.in: ... here.
1246 2001-05-27  Pavel Roskin  <proski@gnu.org>
1248         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
1249         * acconfig.h: Likewise.
1250         * src/layout.c: Likewise.
1252         * Make.common.in: Remove all percent rules.
1253         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
1254         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
1255         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
1256         AM_INIT_AUTOMAKE.
1258         * Make.common.in: Remove obsolete dependency tracking system.
1259         * configure.in: Likewise.
1260         * edit/Makefile.in: Likewise.
1261         * gnome/Makefile.in: Likewise.
1262         * gtkedit/Makefile.in: Likewise.
1263         * slang/Makefile.in: Likewise.
1264         * src/Makefile.in: Likewise.
1265         * vfs/Make-mc.in: Likewise.
1266         * src/depend.awk: Remove.
1268 2001-05-26  Pavel Roskin  <proski@gnu.org>
1270         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
1271         * syntax/octave.syntax: New file. From Walery Studennikov.
1272         * syntax/Makefile.am: Add octave.syntax.
1274         * configure.in: Fix incorrect test for stdin support in grep -
1275         it would always fail when configuring in an empty directory.
1276         Portability fixes - unset, backslashed space in here-documents.
1277         Eliminate all instances of "changequote".
1279         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
1280         user choice.
1281         * acconfig.h: Changes for the above.
1282         * INSTALL: Don't document --with-sco - it's now defunct.
1283         * INSTALL.FAST: Likewise.
1285 2001-05-25  Pavel Roskin  <proski@gnu.org>
1287         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
1288         are in the beginning of the "file" output.
1290 2001-05-23  Pavel Roskin  <proski@gnu.org>
1292         * lib/mc.ext.in: Add associations for viewing RPM files.
1294 2001-05-22  Pavel Roskin  <proski@gnu.org>
1296         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
1297         By default exit after the first error in jade.
1299         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
1300         JADEFLAGS environment variables. Report progress. Clean up on
1301         failure.
1303 2001-05-21  Pavel Roskin  <proski@gnu.org>
1305         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
1306         files.
1308         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
1309         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
1311 2001-05-20  Pavel Roskin  <proski@gnu.org>
1313         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
1314         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
1315         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
1316         * doc-gnome/C/figs/Makefile.am: Add support for converting from
1317         PNG to EPS.
1319         * Makefile.am (EXTRA_DIST): Remove create_vcs.
1320         * doc/FILES: Likewise. Typo fix.
1322 2001-05-19  Pavel Roskin  <proski@gnu.org>
1324         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
1325         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
1326         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
1328         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
1329         index entry "Moving files".
1331 2001-05-18  Pavel Roskin  <proski@gnu.org>
1333         * configure.in: Use src/main.c in AC_INIT.
1335         * create_vcs: Remove.
1337         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
1338         Add download location for glib.
1339         * mc.spec.in: Likewise.
1340         * doc/LSM: Likewise.
1341         * doc/mc.1.in: Likewise.
1342         * doc/mcedit.1.in: Likewise.
1343         * src/ext.c: Don't mention download location for MC.
1345         * FAQ: Update status of Tk, XView. and GNOME editions. Update
1346         homepage of gpm.
1348         * INSTALL: Remove information about Tk and XView. Change the
1349         mailing list addresses again.
1350         * FAQ: Change the mailing list addresses again.
1351         * MAINTAINERS: Likewise.
1352         * README: Likewise.
1353         * doc/mc.1.in: Likewise.
1354         * gnome/gmc-window.c: Likewise.
1355         * lib/README.xterm: Likewise.
1356         * lib/mc.ext.in: Likewise.
1357         * lib/mc.hint*: Likewise.
1358         * lib/mc.hlp.hu: Likewise.
1359         * po/*.po: Likewise.
1360         * src/main.c: Likewise.
1362 2001-04-20  Pavel Roskin  <proski@gnu.org>
1364         * FAQ: Change the mailing list addresses and the download
1365         locations.
1366         * INSTALL: Likewise.
1367         * MAINTAINERS: Likewise.
1368         * README: Likewise.
1369         * doc/mc.1.in: Likewise.
1370         * gnome/gmc-window.c: Likewise.
1371         * lib/README.xterm: Likewise.
1372         * lib/mc.ext.in: Likewise.
1373         * lib/mc.hint*: Likewise.
1374         * lib/mc.hlp.hu: Likewise.
1375         * po/*.po: Likewise.
1376         * src/main.c: Likewise.
1378 2001-04-19  Pavel Roskin  <proski@gnu.org>
1380         * configure.in: Don't install mcserv unless
1381         "--enable-mcserv-install" has heen specified.
1382         Don't quote the first argument in all calls to AM_CONDITIONAL
1383         to work around a bug in Automake 1.4.
1384         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
1385         * vfs/Make-mc.in: Likewise.
1387 2001-04-13  Pavel Roskin  <proski@gnu.org>
1389         * configure.in: Bump version to 4.5.53a.
1391 2001-04-06  Pavel Roskin  <proski@gnu.org>
1393         * gtkedit/editcmd.c: Remove support for XView layout attributes.
1394         * gtkedit/editoptions.c: Likewise.
1395         * pc/chmod.c: Likewise.
1396         * pc/drive.c: Likewise.
1397         * src/boxes.c: Likewise.
1398         * src/chmod.c: Likewise.
1399         * src/dlg.c: Likewise.
1400         * src/dlg.h: Likewise.
1401         * src/filegui.c: Likewise.
1402         * src/find.c: Likewise.
1403         * src/hotlist.c: Likewise.
1404         * src/layout.c: Likewise.
1405         * src/listmode.c: Likewise.
1406         * src/main.c: Likewise.
1407         * src/option.c: Likewise.
1408         * src/panelize.c: Likewise.
1409         * src/wtools.c: Likewise.
1410         * src/wtools.h: Likewise.
1411         * vfs/smbfs.c: Likewise.
1413         * autogen.sh: Check out "intl" and "macros" directories if they
1414         are missing. Simply "cvs up -d" won't restore them.
1416         * configure.in: Bump version to 4.5.52a.
1418 2001-03-14  Pavel Roskin  <proski@gnu.org>
1420         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
1421         Automake conditional USE_SAMBA_FS if Samba is to be supported
1422         in VFS.
1424 2001-03-07  Pavel Roskin  <proski@gnu.org>
1426         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
1427         defined.
1428         Reported by Norbert Warmuth.
1430         * configure.in: Don't process vfs/extfs/uzip - it's now
1431         constant.
1433         * syntax/changelog.syntax: Require space after asterisk to have
1434         it highlighted.
1436 2001-03-02  Pavel Roskin  <proski@gnu.org>
1438         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
1439         * configure.in: Use AC_PROG_CC_STDC instead.
1441         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
1442         Suggested by Christian Gennerat.
1444         * lib/mc.ext.in: Add support for "freeze" - old compression
1445         program used mostly on QNX.
1446         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
1447         * lib/Makefile.am: Adjusted.
1449 2001-02-26  Pavel Roskin  <proski@gnu.org>
1451         * lib/mc-gnome.ext.in: Remove, it's not used.
1452         * configure.in: Remove lib/mc-gnome.ext.
1453         * lib/Makefile.am: Likewise.
1455 2001-02-20  Pavel Roskin  <proski@gnu.org>
1457         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
1458         defined to prevent warnings on OpenBSD 2.7.
1459         * slang/jdmacros.h: Likewise.
1460         * src/mad.h: Likewise.
1461         * src/poptalloca.h: Likewise.
1463         * configure.in: Check for sys/time.h and sys/timeb.h. Use
1464         AC_HEADER_TIME.
1466 2001-02-07  Pavel Roskin  <proski@gnu.org>
1468         * autogen.sh: Create vfs/samba/include/stamp-h.in.
1469         * vfs/samba/include/stamp-h.in: Remove.
1471         * macros/curses.m4: Quote first argument to AC_DEFUN.
1472         * macros/gnome-cxx-check.m4: Likewise.
1473         * macros/gnome-gettext.m4: Likewise.
1474         * macros/gnome-libgtop-check.m4: Likewise.
1475         * macros/gnome-print-check.m4: Likewise.
1476         * macros/linger.m4: Likewise.
1477         * macros/need-declaration.m4: Likewise.
1479         * configure.in: Only configure in vfs/samba if smbfs support is
1480         enabled even with Autoconf 2.13.
1482 2001-01-30  Pavel Roskin  <proski@gnu.org>
1484         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
1485         --without-samba due to a typo.
1487         * configure.in: Only configure in vfs/samba if smbfs support is
1488         enabled. This optimization will only work with Autoconf-2.49c
1489         and above.
1491 2001-01-13  Pavel Roskin  <proski@gnu.org>
1493         * configure.in: Don't create a faked malloc.h.
1494         * gtkedit/edit.h: Don't assume that malloc.h always exists.
1495         * src/mad.h: Likewise.
1497         * configure.in: Simplified handling of cons.saver.
1498         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
1499         * mc.spec.in: Remove a workaround for the above.
1501         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
1502         for MC. Don't rely on the output of uname - use $host_os.
1504 2001-01-11  Pavel Roskin  <proski@gnu.org>
1506         * configure.in: Check for ext2 libraries only if VFS is enabled.
1508         * src/Makefile.in: Create directories before installing files.
1509         Removed all occurences of libprefix - it's never defined.
1511         * configure.in: All macros from configure.in moved to
1512         acinclude.m4. Added missing quotes in several places.
1513         * acinclude.m4: Likewise.
1515         * edit/Makefile.in: Don't install or uninstall mcedit -
1516         it cannot be installed before mc on systems without symlinks.
1517         * gtkedit/Makefile.in: Likewise.
1518         * src/Makefile.in: Install mcedit (if enabled) and mcview.
1519         Uninstall them.
1521         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
1522         from acinclude.m4 in gtk+:
1523         Don't define ENABLE_NLS unless we have a working NLS.
1524         (This should keep libintl.h from being included when it doesn't
1525         exist).
1527 2001-01-09  Pavel Roskin  <proski@gnu.org>
1529         * doc-gnome/C/figs/Makefile.am: New file.
1530         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
1531         makefile do it.
1532         * configure: Substitute doc-gnome/C/figs/Makefile.
1534         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
1536 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
1538         * lib/mc.hlp.hu: Added Hungarian help file from
1539           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
1540           maci@integrity.hu, mfh47@freemail.hu
1541         * lib/Makefile.am: Added LOCALIZED_HELP for further
1542           mc.hlp l10ns
1543         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
1544           gtkedit/editcmd.c: I18n of mc.hlp
1546 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
1548         * doc/mc.1.in: Corrected badly formatted link...
1550 2000-11-10  Robert Brady  <robert@suse.co.uk>
1552         * configure.in: Add Tamil to ALL_LINGUAS.
1554 2000-10-23  Pavel Roskin  <proski@gnu.org>
1556         * mc.spec.in: Allow mcserv.8 to be gzipped.
1558         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
1559         that cannot deal with "./gmc.sgml".
1561 2000-10-09  Pavel Roskin  <proski@gnu.org>
1563         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
1564         that CVS Automake will drop dependencied to the macros that
1565         we don't distribute.
1567         * lib/mc.ext.in: Removed references to icons. Source RPMs
1568         grouped to one regex. Removed "Update" for source RPMs, added
1569         "Rebuild" instead. Added "Check signature" for all RPMs.
1570         Added a comment about pop-up menus in the text edition.
1572 2000-10-06  Pavel Roskin  <proski@gnu.org>
1574         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
1575         flags moved out of CFLAGS as recommended by GNU coding
1576         standards.
1577         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
1578         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
1579         XCPPFLAGS.
1580         * INSTALL (Random notes on porting to other architectures):
1581         Completely rewritten. Recommended using CFLAGS instead of XINC.
1583 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1585         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
1587 2000-10-04  Christophe Merlet  <christophe@merlet.net>
1589         * gnome/*.desktop: Updated french strings.
1591 2000-10-03  Pavel Roskin  <proski@gnu.org>
1593         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
1594         to allow <legalnotice>. Unclosed tags fixed.
1596 2000-09-30  Pavel Roskin  <proski@gnu.org>
1598         * mc.spec.in: New package mc-common. Use DESTDIR instead of
1599         misusing prefix. Don't install old icons - they don't exist.
1601         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
1602         "export -f" to have mc() exported.
1603         * doc/mc.1.in: Changed description of the "-P" option to
1604         avoid inclusion of mc.sh and mc.csh into the manual.
1605         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
1607 2000-09-24  Pavel Roskin  <proski@gnu.org>
1609         * doc/mc.1.in: Minor formatting fixes.
1611         * lib/mc.sh.in: Remove temporary file non-interactively.
1612         * doc/mc.1.in: updated example for mc.sh.
1614 2000-09-23  Pavel Roskin  <proski@gnu.org>
1616         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
1617         updates it when needed.
1618         * mc.spec.in: Include translations with mc, not gmc. Run
1619         chkconfig --del in %preun, not %postun. --without-debug not
1620         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
1621         be executable. New files in %{prefix}/lib/mc/ - translated hints,
1622         editor files.
1624         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
1625         directory for document processing. Comment changes. gmc.ps and
1626         gmc.pdf now generated from gmc.dvi.
1628         * configure: Always include Make.common as file, otherwise
1629         "make distclean" breaks.
1630         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1631         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
1632         replaced with "rm -f" - the stangard says that "rm" is portable.
1633         Ditto $(MV). Adjusted *clean targets to match those in
1634         Automake. Removed "cross" target.
1636 2000-09-22  Pavel Roskin  <proski@gnu.org>
1638         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
1639         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
1640         * doc/Makefile.in: Converted to ...
1641         * doc/Makefile.am: ... this.
1643 2000-09-21  Pavel Roskin  <proski@gnu.org>
1645         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
1646         is not expanded in all shells.
1647         * doc/mc.sgml: Updated the example script to reflect the above
1648         changes.
1649         * doc/mc.in.1: Likewise.
1651 2000-09-19  Pavel Roskin  <proski@gnu.org>
1653         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
1654         Marco Ciampa
1656 2000-09-18  Pavel Roskin  <proski@gnu.org>
1658         * Make.common.in: Added installcheck to placate "make distcheck"
1659         * configure.in, Make.common.in, doc/Makefile.in,
1660         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1661         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
1662         variable MKINSTALLDIRS and builddir with Automake-compatible
1663         mkinstalldirs and top_builddir.
1664         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
1665         files. Added uninstall-local target.
1667 2000-09-17  Pavel Roskin  <proski@gnu.org>
1669         * configure.in: fixed wrong use of AC_MSG_RESULT inside
1670         AC_CACHE_VAL
1672         * Make.common.in: Added the "dvi" target for "make distcheck"
1673         to go further
1674         * doc-gnome/C/Makefile.in: converted to ...
1675         * doc-gnome/C/Makefile.am: ... this
1677 2000-09-15  Pavel Roskin  <proski@gnu.org>
1679         * acconfig.h, configure.in: Require autoconf 2.13 or above.
1680         Removed workarounds for older versions. Removed MCDEBUG
1681         variable - it's not used. --with-debug renamed to --with-mad and
1682         cleaned up. Always use -Wall with gcc, other manipulations with
1683         CFLAGS removed.
1685         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1686         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1687         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
1688         mc.pot becomes out of date in the tarball.
1690 2000-09-14  Pavel Roskin  <proski@gnu.org>
1692         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
1693         tests for cp, mv and rm.
1694         * Make.common.in: Removed variables xv_bindir and STRIP.
1695         Variables CP, MV and RMF are assigned trivial values.
1697         * edit/Makefile.in: Don't link headers, add extra includes
1698         to CPPFLAGS instead. Put links to the build directory.
1699         Remove the hack with "mx" - it is not needed anymore.
1701         * configure.in: remove any manupulations with top_srcdir.
1702         Don't change CPPGLAGS when the internal editor is enabled,
1703         instead do it ...
1704         * edit/Makefile.in, gtkedit/Makefile.in: ... here
1706         * configure.in, Make.common.in, doc/Makefile.in,
1707         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1708         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
1709         changed to top_srcdir for Automake compatability
1711         * configure.in: REGEX_O variable removed - always use our regex
1713         * configure.in: MCFGR variable removed
1715 2000-09-12  Pavel Roskin  <proski@gnu.org>
1717         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
1718         other GNOME modules
1719         * autogen.sh: remove "-I ." from the "aclocal" command line
1721 2000-09-01  Pavel Roskin  <proski@gnu.org>
1723         * configure.in: output vfs/extfs/Makefile
1725         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
1726         to avoid a warning
1727         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
1728         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
1730 2000-08-29  Pavel Roskin  <proski@gnu.org>
1732         * configure.in: use AM_GNOME_GETTEXT
1733         * gettext.m4: removed
1734         * Makefile.am: adjusted files to distribute, previous change
1735         reverted
1737         * mc-aclocal.m4: renamed to ...
1738         * acinclude.m4: ... this
1739         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
1740         * Makefile.am: aclocal should scan "." for gettext.m4
1742 2000-08-28  Pavel Roskin  <proski@gnu.org>
1744         * Make.common.in: removed hack for "make distcopy"
1745         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1746         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1747         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
1748         for external builds.
1749         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
1751 2000-08-24  Pavel Roskin  <proski@gnu.org>
1753         * new_icons/Makefile.in: converted to ...
1754         * new_icons/Makefile.am: ... this
1755         * configure.in: automake conditional GNOME introduced.
1756         "insticons" removed
1758         * icons/*: removed
1759         * Makefile.am, configure.in: necessary adjustments
1761         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
1762         automake installs them now
1764         * syntax/Makefile.in: converted to ...
1765         * syntax/Makefile.am: ... this
1767         * idl/Makefile.in: converted to ...
1768         * idl/Makefile.am: ... this
1770         * lib/Makefile.am: simplified, fixed "make dist"
1772         * lib/Makefile.in: converted to ...
1773         * lib/Makefile.am: ... this
1775         * lib/tkmc.wmconfig: removed
1776         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
1778         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
1779         to ...
1780         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
1781         * Make.common.in: support for "distdir" for compatability
1782         with Automake-generated makefiles
1783         * autogen.sh: run automake. Force cache - it is off by default
1784         in autoconf 2.49a, but it's still handy for maintainers
1785         * configure.in: adapted for Automake
1787         * AUTHORS: new file
1789 2000-08-23  Pavel Roskin  <proski@gnu.org>
1791         * configure.in: resurrect definition of xvers
1793         * VERSION.in: removed
1794         * Makefile.in: don't do anything with VERSION.in and VERSION
1795         Take mc.spec from builddir, not srcdir
1796         * configure.in: don't create VERSION
1798 2000-08-22  Pavel Roskin  <proski@gnu.org>
1800         * *.c, *.h: Updated address of Free Software Foundation
1802 2000-08-21  Pavel Roskin  <proski@gnu.org>
1804         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
1805         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
1806         related to XView, libXPM, libXext and Tk
1808 2000-08-18  Pavel Roskin  <proski@gnu.org>
1810         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
1811         files
1813         * configure.in: Simplified dependency tracking by using
1814         "-include" with GNU Make
1815         * autogen.sh: Exit on all failures
1817 2000-08-17  Pavel Roskin  <proski@gnu.org>
1819         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
1820         Fixed all misuses of single and double quotes. Typo fixes.
1821         Ensured compatability with sgml2html, sgml2txt and sgml2latex
1822         * doc/mc.1.in: Typo fix
1824         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
1825         * doc/linuxdoc-sgml.diff: removed
1826         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
1827         distribute gnome.sgml
1829 2000-08-15  Pavel Roskin  <proski@gnu.org>
1831         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
1832         in the "distclean" target
1834         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
1835         Removed all XVIEW-related stuff
1836         Fixed placement of png files on "make dist"
1838         * doc/mc.1.in: Updated info about the internal editor
1840         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
1841         indicate serious problems. Fixes for uninstall.
1842         * doc/Makefile.in: Rebuild if it is out of date.
1844         * lib/cedit.menu: Added. This file has been missing
1846         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
1848 2000-08-08  Pavel Roskin  <proski@gnu.org>
1850         * Makefile.in: correctly detect make failures in subdirs
1852 2000-08-01  Pavel Roskin  <proski@gnu.org>
1854         * nt, os2, tk, xv: removed all files
1855         * configure.in: don't create os2 and nt directories
1857 2000-08-01  Pavel Roskin  <proski@gnu.org>
1859         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
1861         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
1863 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
1865         * src/main.c: make 8bit input/output the default (99% of the people
1866         expects that; lets the remaining 1% use the configuration menu
1867         to disactivate it if they want)
1869 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1871         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
1873 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
1875         * configure.in: check for gnome-libs with window icon support
1877         * acconfig.h: add icon define
1879 2000-06-08  Matthias Warkus  <mawa@iname.com>
1881         * new_icons/gnome-pack-*.png: Updated.
1882         * gnome/mc.keys: Added a MIME type for SLP packages.
1884 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
1886         * syntax/diff.syntax: Highlight lines beginning with "File",
1887         "Files" and "Binary"
1888         * syntax/makefile.syntax: Highlight "ifndef"
1889         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
1890         highlighted)
1892 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1894         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
1895         comment lines with # in last release
1897 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1899         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
1901 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1903         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
1904         look more consistent than original.
1906 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1908         * config.in: Added check against strcoll().
1910 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1912         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
1913         added 'and', 'or', 'not', 'for' keywords.
1915 2000-04-06  Timur Bakeyev  <mc@bat.ru>
1917         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
1918         based systems. Hope, this will make FreeBSD midc maintainer to enable
1919         build-in editor by default. Still, syntax highlighting is disabled.
1920         Need to port...
1922 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1924         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
1925           fixed, some messages gettext()ed again here and in
1926         gtkedit/editmenu.c:edit_about_cmd()
1928 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1930         * doc/mc.sgml (Examples): Fixed documentation, thanx
1931         to martin@internet-treff.uni-koeln.de.
1933 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
1935         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
1936         the label text
1938 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
1940         * gtkedit/syntax.c: treat *.ads as Ada source
1941         * syntax/ada95.syntax: escape "+" and "*"
1942         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
1943         * syntax/Makefile.in: remove diffc.syntax
1945         * edit/edit_key_translator.c: interpret code 0177 as
1946         backspace unless recognized otherwise
1948 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
1950         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
1951         initialization of array of structure (gcc version 2.96 20000131
1952         chokes on it).
1954         * lib/mc.hint: C-y and not C-u can be used to insert text in input
1955         lines (e. g. text which has been deleted with M-d).
1957         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
1959 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
1961         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
1963 2000-01-29  Matthias Warkus  <mawa@iname.com>
1965         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
1966         design on Federico's request.
1968 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
1970         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
1971         an ArrangeType enum.
1973 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
1975         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
1976         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
1977         setup.c: Add option of using GNOME "magic" routines to determine file
1978         types. This makes MC intelligently look at the data in the file to see
1979         what type of file it is, rather than looking at the filename extension.
1980         This slows down MC quite a bit, so it has been made an optional
1981         preference item. Type detection is expected to improve as mime-magic
1982         matures.
1984 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
1986         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
1987         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
1988         providing a patch.
1990 2000-01-11  Matthias Warkus  <mawa@iname.com>
1992         * Added icon and keys entry for Scheme source.
1994 2000-01-03  Fatih Demir  <kabalak@gmx.net>
1996         * configure.in: Added tr -> ALL_LINGUAS .
1998 1999-12-28  Matthias Warkus  <mawa@iname.com>
2000         * new_icons/*.png: Added a bunch of new icons.
2002 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
2004         * configure.in (VERSION): Bumped version number to 4.5.42.
2006 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
2008         * configure.in: added 'uk' to ALL_LINGUAS.
2010 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2012         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
2013         request from David Sauer
2015 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
2017         * configure.in (VERSION): Bumped version number to 4.5.41.
2019 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
2021         * configure.in (VERSION): Set version number to 4.5.39.
2023 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
2025         * configure.in: Added pt_BR to ALL_LINGUAS
2027 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
2029         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
2030         path to the mc binary according to @prefix@.
2032         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
2033         configure. Install mc.sh and mc.csh in $(suppbindir).
2035         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
2036         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
2037         copies of the included function definitions.
2039         * mcfn_install.in: Comment out definitions of the mc functions. Source
2040         mc.sh instead of adding an outdated mc function definition.
2042         * configure.in: output mc.sh and mc.csh
2044 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
2046         * lib/startup.links: Changed the news link to Gnotices
2048 1999-09-19  David Martin  <dmartina@usa.net>
2050         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
2051         8 bit chars from strftime get displayed when inserting date.
2053         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
2054         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
2055         file to avoid interferences. In this one I changed the extension check
2056         to a type check (as used for gzip) which might give problems in some
2057         systems.
2059         * configure.in: Use -Tlatin1 to format man pages when available and
2060         "view" 8 bit chars.
2062 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
2064         * gtkedit/edit.h: Include file reordering to make it compile with
2065         --with-debug
2067         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
2068         dependent on lenght of translated strings to display.
2070 1999-09-16  Owen Taylor  <otaylor@redhat.com>
2072         * Remove the magicdev autoconf test in favor of just
2073         including the idl file. Otherwise we have a dependency
2074         loop between this and magicdev.
2076 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
2078         * idl/FileManager.idl: Changed names, and put everything under a
2079         FileManager module.  Added a Desktop interface and some methods to
2080         the WindowFactory interface.
2082 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
2084         * doc-gnome/*: Shiny new docs from users-guide.
2085         All synced up.
2087 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
2089         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
2091 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
2093         * README: Updated and spell-checked.
2095         * NEWS: Updated.
2097 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
2099         * configure.in (ALL_LINGUAS): Added sv.
2101 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
2103         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
2104         symlink attacks (mcfn_install and the man page still needs to be
2105         updated).
2107 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
2109         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
2110         a symbolic link (ln -sf doesn't work as expected on Solaris)
2112 1999-08-19  Elliot Lee  <sopwith@redhat.com>
2113         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
2115 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
2117         * doc-gnome/C/gmc.sgml: Index fixes.
2119 1999-08-18  Elliot Lee  <sopwith@redhat.com>
2121         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
2122         initializers in the GnomeUIInfo structure.
2124 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
2126         * configure.in (VERSION): Bumped version number to 4.5.38.
2128 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
2130         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
2132 1999-08-15  David Martin  <dmartina@usa.net>
2134         * gtkedit/edit.c: Print localized date with strftime()
2136         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
2138 1999-08-08  David Martin  <dmartina@usa.net>
2140         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
2141         translation.
2143         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
2144         translation as it used to be.
2146 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2148         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
2149         that the correct index.html will be generated.
2151 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2153         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
2154         to the list.
2156 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
2158         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
2159         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
2160         This adds some new syntax rules, and spell check on the fly
2161         which if someone bugs me for, will actually get enabled in
2162         both the text and gnome versions. Bookmark stuff also needs
2163         some keys bound to it, I suppose: any takers?
2165 July 19, 1999 Elliot Lee
2166         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
2168 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
2170         * Makefile.in (all): Makefile fix.
2172 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2174         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2175         should fix the problem we had with FSSTND distributions.
2177 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2179         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
2180         list of distributed files.
2182 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2184         * configure.in (VERSION): Bumped version number to 4.5.34.
2186 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
2188         * Add fi into ALL_LINGUAS
2190 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
2192         * gnome/i-zipdisk2.png: Added another zip-disk icon
2193         by <scarab@egyptian.net> - It looks very nice. Variation
2194         is good.
2196 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2198         * acconfig.h: Add WITH_SMBFS
2200         * macros/gnome-vfs.m4: Support conditional samba support.
2202 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2204         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2205         should fix the problem we had with FSSTND distributions.
2207 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
2209         * mc.spec.in: added syntax files to %files
2211 1999-06-22  David Martin  <dmartina@usa.net>
2213         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
2215 1999-06-07  Shooby Ban  <bansz@szif.hu>
2217         * po/hu.po, configure.in: added hungarian translations...
2218           I'm not sure it's OK, but it seems usable.
2219           Translators: Tamas Fejos and Andras Kadar
2221 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
2223         * configure.in, Makefile.in: added the gmc helpfile to the build
2225 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
2227         * Add ja entry to LANG in configure.in
2229 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2231         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
2232         be installed in the system :) (added it to the Makefile.in)
2234 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2236         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
2237         disks - someone please add it to the mount.c code so it gets used..
2238         Everyone have a nice time at the expo! :) I hope to join the
2239         next time.
2241 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2243         * configure.in: Added check for getpt ()
2245 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2247         * configure.in (VERSION): Bumped version number to 4.5.31.
2249 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2251         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
2252         need to fool it by strdup'ing the return value of tempnam.
2254 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2256         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
2257         MCLIBS which are specific to the text edition.
2259         * INSTALL: Added documentation for --with-tm-x-support
2261 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
2263         * mc.spec.in : Folded in some changes from the 'offical' rpm
2264         spec file.
2266 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2268         * configure.in (SHELL): Do not use grep -q, as it is not portable
2269         to every OS.
2271 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2273         * configure.in: Linking from $srcdir/slang is broken when configure
2274         isn't called with an absolute path. Link from ../$srcdir/slang if
2275         configure was invoked with a relative path.
2277 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2279         * configure.in: Do not rm the destination file and then link, use
2280         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
2282 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2284         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
2285         --with-PACKAGE and --without-PACKAGE gave the same results.
2287 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2289         * configure.in (VERSION): Bumped version number to 4.5.30.
2291 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2293         * configure.in (VERSION): Bumped version number to 4.5.29.
2295 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2297         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
2298         now contains all checks.
2300 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2302         * configure.in (VERSION): bumped version number to 4.5.28.
2304 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
2306         * */Makefie.*: fixed several missed conversions from libdir to
2307         mclibdir. (Should be automake'd, really)
2309 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2311         * Make.common.in: There were conflicting definitions of mclibdir
2312         (one for installation, one for source).  Now the source one is
2313         called mcsrclibdir.
2315         * doc/Makefile.in: Use mcsrclibdir where appropriate.
2317 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
2319         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
2320         Pascal Program" (Heh, second time :)
2322         * Makefile.common: Until things gets clear, keep syntax rules in
2323         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
2325         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
2326         @libdir@.
2328 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
2330         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
2331         as requested by Paul. Still, need some checking...
2333 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
2335         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
2336         to date with cooledit 3.9.0. This adds some new features.
2337         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
2338         syntax.c. This is because the rule set is becoming too
2339         large to maintain in its current form and because file
2340         loading is starting to get slow.
2342         There is also a bookmark feature which does not yet have
2343         key bindings assigned to it, but should be cool once
2344         these get inserted. Syntax rules files are named
2345             $LIBDIR/cooledit/syntax/*.syntax
2347 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2349         * configure.in: Create slang directory, it is needed when
2350         builddir != srcdir.
2351         Use -f when calling rm, the file does not exist on
2352         first compile.
2353         No need to copy VERSION from $srcdir, it's already generated in
2354         $buildir.
2356 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
2358         * edit/edit_key_translator.c: Added missing translation tags.
2360 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2362         * configure.in: Minimum version of glib should be 1.2.0.
2363         (VERSION): Bumped version number to 4.5.27.
2365 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
2367         * gtkedit/editcmd.c: Added missing translation tags.
2369         * gtkedit/editoptions.c: Added missing translation tags. Translate
2370         radio buttons on first use.
2372 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
2374         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
2375         to get the mc spec file to work.
2376         * hacked configure to generate a properly versioned spec file.
2378 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2380         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
2381         radio buttons on first pass.
2383 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
2385         * gtkedit/editcmd.c: Mark strings in the search and replace
2386         dialogs for translation. Resized these dialogs to let the messages
2387         fit.
2389 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2391         * gtkedit/editwidget.c (selection_send): Use the proper type for
2392         64-bit cleanliness (Patch from George Lebl).
2394 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
2396         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
2397         into the catalog file.
2399 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2401         * configure.in: Make Timur's libtermcap check work with SLang
2402         0.99.98, too.
2404 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2406         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
2407         PS and EPS files.  Thanks, Tigert!
2409 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2411         * configure.in (CCOPTS): Drop the prefix auto-detection.
2413 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
2415         * configure.in: Add check, which, in case of system-installed SLang
2416         library tries to run a test program, which determines, does we need
2417         linking with libtermcap.a. Also, set of if's for finding terminfo
2418         dir changed to for cycle - a bit nicer :)
2420 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2422         * README.QNX: Deleted documention about mc.menu.qnx.diff.
2424 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2426         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
2428 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2430         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
2431         from tar calls when extracting (according to my man page this option
2432         is only useful when creating archieves).
2434 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2436         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
2437         adds support for tar.bz2 and merges the support for freeze-compressed
2438         tar files (tar.F) from mc.menu.qnx.diff.
2440 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
2442         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
2443         GNU-like :)
2445 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2447         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
2448         the catalog file.
2450 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
2452         * new_icons/gnome-core.png: New icon for core files. Someone
2453         please add the code part :)
2455 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
2457         * configure.in: Add check against setuid() and setreuid() functions.
2459 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2461         * slang/slang.h: renamed to slang-mc.h
2463         * slang/Makefile.in: delete slang.h on "make clean"
2465         * configure.in: link slang/slang-mc.h to slang/slang.h when the
2466         included slang is used. Problem was that MC's slang.h was used
2467         when we compiled with an already installed SLang and the systems
2468         header file were included with <slang/slang.h>.
2469         Unfortunatly I can't use AC_LINK_FILES to make the links because
2470         if we needn't make any links AC_LINK_FILES makes a link from
2471         srcdir to top_builddir (builddir != srcdir).
2473         Temporary add $LGPM to $LIBS when checking for the resizeterm
2474         and keyok functions (ncurses might be linked against GPM).
2476         Substitude PACKAGE (intl/Makefile makes use of it)
2478 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
2480         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
2481         #include "global.h".
2483 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
2485         * Make.common.in (gnewdir): new path.
2487 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
2489         * configure.in: Add comments before "Let" and "the" - typo. Add new
2490         path to include's search.
2492 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
2494         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
2496 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2498         * configure.in (REGEX_O): Always include regex.o as the code we
2499         are using in gmc is not using regcomp/regexec, but the internal
2500         Emacs API.
2502         * src/regex.c: Do not compile the POSIX compatibility code, as we
2503         do not use it.
2505 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2507         * doc/mc.sgml, mc1.in (Color section): minor polishing
2508         (Layout section): documented Highlight...
2510 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2512         * configure.in: Deleted du checks
2514         * INSTALL: Deleted --with-dusum documentation.
2516         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
2517         Configuration dialog. Added Advanced chown subsection. Deleted
2518         variables from the Special settings section which are now covered
2519         by the configuration dialog.
2521 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2523         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
2524         tar_gz_memlimit. Partially rewrote the section about the
2525         Virtual FS.. configuration dialog.
2527 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
2529         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
2531 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2533         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
2535         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
2536         builddir
2538 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
2540         * new_icons/gnome-image-[lots].png: I added some icons for file
2541         types (image) there - someone please tell me what the correct
2542         location and naming convention is and I will try to follow that. :)
2544 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
2546         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
2547         the build will still work.  (Has this been replaced by new_icons?)
2549 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
2551         * doc/mc.1.in, mc.sgml: added my name to list ov authors
2553 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2555         * Makefile.in (codedirs): Dropped xv and tk ports from the
2556         distribution. include idl directory.
2558 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2560         * configure.in (slang_use_system_installed_lib): Define slang
2561         here, to avoid having this on LIBS.
2563 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
2565         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
2567 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
2569         * config.h.in: Removed from CVS, added to .cvsignore
2571         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
2572         configure.in:
2573         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
2574         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
2575         HAS_CURSES added to acconfig.h
2577 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2579         * autogen.sh: Add "-I macros" to the aclocal flags.
2581         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
2582         so that aclocal will not complain about an obsolete macro.
2584         * configure.in: Use MC_HPUX_PROG_CC_STDC
2586         * ChangeLog: There was no ChangeLog here, so I added one.