* syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
[midnight-commander.git] / ChangeLog
blob78945c384eb0cbfa9a0443ae8643a77e12c6bf2e
1 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
3         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
4         set, umask and unset like other builtin commands.
6 2002-08-15  Pavel Roskin  <proski@gnu.org>
8         * configure.in: Remove check for SIGTSTP, it's not needed for
9         the subshell support.
11         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
12         done at runtime.
13         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
15 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
17         * doc/ru/mc.1.in: Remove reference to README.edit.
18         * doc/mc.1.in: Likewise.
19         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
20         everywhere.
22 2002-08-14  Pavel Roskin  <proski@gnu.org>
24         * doc/mc.1.in: Consistently use "native" ftp syntax.
25         * doc/ru/mc.1.in: Likewise.
26         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
27         * doc/es/xnc.hlp: Likewise.
29         * lib/mc.hlp.hu: Move ...
30         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
32 2002-08-09  Pavel Roskin  <proski@gnu.org>
34         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
35         and entries that are obsolete or make no sence.
37         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
38         "How to use help".
40         * doc/Makefile.am: Don't distribute help file.  Generate it in
41         the build directory.
42         * doc/es/Makefile.am: Likewise.
43         * doc/ru/Makefile.am: Likewise.
45         * lib/xnc.hlp: Move ...
46         * doc/xnc.hlp: ... here.
47         * doc/Makefile.am: Necessary adjustments.
48         * lib/Makefile.am: Likewise.
49         * src/Makefile.am: Likewise.
51         * configure.in: Add Spanish documentation.
52         * doc/Makefile.am: Likewise.
53         * doc/es: Spanish documentation.
54         From David Martin <dmartina@excite.com>
56 2002-08-08  Pavel Roskin  <proski@gnu.org>
58         * lib/mc.lib: Add f11-f20 keys for Konsole.
60 2002-08-06  Pavel Roskin  <proski@gnu.org>
62         * syntax/list.syntax: New file.
63         * syntax/Syntax: Add lisp.syntax.
64         * syntax/Makefile.am: Likewise.
65         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
66         changes.
68 2002-08-04  Pavel Roskin  <proski@gnu.org>
70         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
71         subshell if this test fails.
73 2002-08-03  Pavel Roskin  <proski@gnu.org>
75         * syntax/mail.syntax: Colors changed to be more readable.
77         * syntax/html.syntax: Don't require character entities to be
78         whole, but check their validity.
80 2002-08-02  Pavel Roskin  <proski@gnu.org>
82         * configure.in: No longer need to define REGEX_MALLOC.
84 2002-08-01  Pavel Roskin  <proski@gnu.org>
86         * configure.in: Remove support for MAD and Electric Fence.
87         Developers should use modern memory debuggers (e.g. Valgrind).
88         * INSTALL: Remove references to MAD.
90 2002-07-31  Pavel Roskin  <proski@gnu.org>
92         * syntax/html.syntax: Remove recognition for any individual
93         words - there are too many of them, we cannot keep up.
95 2002-07-30  Pavel Roskin  <proski@gnu.org>
97         * doc/ru/Makefile.am: Use man2hlp directly.
99 2002-07-28  Pavel Roskin  <proski@gnu.org>
101         * syntax/changelog.syntax: Highlight "*" only after tab.  This
102         requires fixed syntax highlighting.
104         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
105         default. Open *.xls with gnumeric.  Use mplayer for most video
106         formats.
108         * syntax/nroff.syntax: Require most keywords to be whole.
110 2002-07-21  Pavel Roskin  <proski@gnu.org>
112         * syntax/fortran.syntax: Fix highlighting of "*" at the
113         beginning of line.  Recognize "     +" as continuation.  Move
114         all "linestart" keywords earlier to avoid more conflicts.
116 2002-07-18  Pavel Roskin  <proski@gnu.org>
118         * syntax/unknown.syntax: Don't highlight anything by default.
120         * syntax/changelog.syntax: Highlight functions without
121         filenames.
122         * syntax/Syntax: Match *ChangeLog*.
124         * syntax/c.syntax: Reenable highlighting for "/" and preserve
125         highlighting for "//" comments by using exclusive context.
126         * syntax/java.syntax: Likewise.
127         * syntax/swig.syntax: Likewise.
128         * syntax/slang.syntax: Reenable highlighting for "/".
129         * syntax/sql.syntax: Enable highlighting for "/" and "-".
131         * syntax/sql.syntax: New file.
132         * syntax/Syntax: Add sql.syntax.
133         * syntax/Makefile.am: Likewise.
134         From Walery Studennikov <despair@sama.ru> with minor changes.
136 2002-07-16  Pavel Roskin  <proski@gnu.org>
138         * lib/mc.ext.in: Remove handling of executables.  They should
139         be handled internally for "pause after run" to work.
141         * syntax/Syntax: Associate *.itcl with tcl.syntax.
142         * syntax/tcl.syntax: Add itcl keywords, other improvements.
144 2002-07-15  Pavel Roskin  <proski@gnu.org>
146         * configure.in: Don't check for strcasecmp(), strncasecmp() and
147         strdup() - test results are not used except in gettext, which
148         provides its own tests.
150         * configure.in: When checking for ncurses, check for
151         has_colors(), not curses_version() - the later is missing in
152         older version of ncurses.
154 2002-07-13  Pavel Roskin  <proski@gnu.org>
156         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
157         not to LIBS.
158         * configure.in: Fix breakage in ncurses headers check from the
159         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
160         Define REGEX_MALLOC here.
162         * acinclude.m4 (AC_NCURSES): Remove.
163         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
164         AC_CHECK_LIB to check existance of ncurses library.  Eliminate
165         variables force_ncurses and search_ncurses.
167 2002-07-10  Pavel Roskin  <proski@gnu.org>
169         * configure.in: Remove --with-netrc, it is now default and can
170         be disabled at the runtime.
172         * syntax/tcl.syntax: New file.
173         * syntax/Syntax: Add tcl.syntax.
174         * syntax/Makefile.am: Likewise.
175         * syntax/java.syntax: Don't treat #define separately from other
176         preprocessor directives.
177         * syntax/slang.syntax: Likewise.
178         * syntax/swig.syntax: Likewise.
180 2002-07-09  Pavel Roskin  <proski@gnu.org>
182         * syntax/c.syntax: Don't treat #define separately from other
183         preprocessor directives.
185 2002-07-08  Pavel Roskin  <proski@gnu.org>
187         * syntax/perl.syntax: Highlight text after __END__ as a comment.
188         * syntax/po.syntax: Avoid gray color, which is hard to see.
190 2002-07-05  Pavel Roskin  <proski@gnu.org>
192         * syntax/dos.syntax: Add more commands.
194 2002-07-04  Pavel Roskin  <proski@gnu.org>
196         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
197         sort authors.
199 2002-06-24  Pavel Roskin  <proski@gnu.org>
201         * syntax/dos.syntax: New file - highlighting for DOS batch
202         files.  From Petr Kozelka <pkozelka@centrum.cz>
203         * syntax/Syntax: Add dos.syntax.
204         * syntax/Makefile.am: Likewise.
206 2002-06-04  Max Schedriviy  <max@humgat.org>
208         * syntax/php.syntax: New version.
210 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
212         * NEWS: Mention ftpfs/fish uploading changes and new configure
213         options --with-codepagedir=DIR, --with-configdir=DIR and
214         --without-mcfs.
216 2002-05-22  Pavel Roskin  <proski@gnu.org>
218         * doc/ru/Makefile.am: Fix out-of-tree build.
220 2002-05-14  Pavel Roskin  <proski@gnu.org>
222         * configure.in: Fix logic for gettext 0.10.x.
224 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
226         * configure.in: Don't generate po/Makefile if
227         there is 'top_builddir' in po/Makefile.in.
228         * autogen.sh: More fixes for gettext 0.11+.
230 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
232         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
234 2002-04-21  Pavel Roskin  <proski@gnu.org>
236         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
237         can play them.
239 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
241         * autogen.sh: Fix for gettext 0.11 family (and newer).
243 2002-04-08  Pavel Roskin  <proski@gnu.org>
245         * autogen.sh: Allow gettext newer than 0.10.39.
246         From Björn Eriksson <bjorn@bjornen.nu>
248 2002-04-03  Pavel Roskin  <proski@gnu.org>
250         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
251         by "make clean" because not everyone has Perl to rebuild it.
253 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
255         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
256         first line regular expression.
258 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
260         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
261         or newer is not used.
262         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
264         * src/Makefile.am: Move mc.hlp.ru processing ...
265         * doc/ru/Makefile.am: ... here.
267 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
269         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
270         * syntax/c.syntax: Highlight "%p" printf format.
271         Allow '*' as width and precision for strings and numbers.
273         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
274         * doc/ru/mc.1.in: Likewise.
276 2002-03-18  Pavel Roskin  <proski@gnu.org>
278         * doc/ru/Makefile.am: Distribute xnc.hlp.
280 2002-03-12  Pavel Roskin  <proski@gnu.org>
282         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
284 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
286         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
287         * doc/ru/Makefile.am: New file.
289 2002-03-08  Pavel Roskin  <proski@gnu.org>
291         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
293 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
295         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
297 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
299         * doc/mc.1.in: Use nodename `Background jobs' for section
300         `Background Jobs' to reflect user visible Command menu option
301         and src/cmd.c dialog implementation.
303         * doc/ru: New directory for Russian manuals.
304         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
305         translated by Victor A. Kostromin for mc 4.5.30.  Converted
306         from binary mc.hlp.ru, corrected and actualized by me.
307         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
308         * doc/ru/.cvsignore: Ignore mc.1.
310 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
312         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
313         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
314         mc.lib settings.
316         (Virtual File System): Document SMB File System.
318 2002-02-26  Pavel Roskin  <proski@gnu.org>
320         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
321         message "no symbol found" for unsupported architectures and
322         provide more useful information.
324 2002-02-22  Pavel Roskin  <proski@gnu.org>
326         * README.smbfs: Remove.  It contained no useful information
327         and the webpage is now dead.
328         * Makefile.am: Remove README.smbfs.
330         * README: Mention that glib 1.2.x is required.
332 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
334         * lib/edit.indent.rc: Use "#! /bin/sh"
335         * lib/edit.spell.rc: Likewise.
336         * lib/mcserv.init: Likewise.
338         * lib/cedit.menu: Eliminate bashisms.
339         Add missed `:' in AUTHOR evaluation.
340         Unset LANGUAGE and make LC_ALL empty.
341         Use "#! /path/to/program".
343 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
345         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
346         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
347         Fix tarfs URL syntax example.  Minor typo and format fixes.
349 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
351         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
352         Fix location of configuration files.
354 2002-02-05  Pavel Roskin  <proski@gnu.org>
356         * configure.in: Don't use defunct ncurses_version.
357         Reported by Thomas Dickey <dickey@herndon4.his.com>
358         Set force_ncurses whenever --with-ncurses is used.  If set,
359         suppress checks for S-Lang and fail is ncurses is not found.
361         * configure.in: Introduce a new variable screen_type that is
362         either "slang" or "ncurses" without additional text.  Use it
363         instead of screen_manager whenever possible.  Fix text in
364         AC_NCURSES call, use m4 quotes and move shell quotes into the
365         macro.
366         * acinclude.m4: Likewise.
368 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
370         * syntax/Syntax: Known Delphi/Kylix source file extensions
371         supported (*.dpr, *.inc).
372         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
373         Special highlighting for CVS keywords.  Understands single-line
374         comments (//).
376 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
378         * configure.in (ALL_LINGUAS): Added "bg"
380 2002-01-21  Pavel Roskin  <proski@gnu.org>
382         * NEWS: Mention word completion in the editor.
384 2002-01-17  Pavel Roskin  <proski@gnu.org>
386         * extraconf.h: Remove OS/2 specific code.
388         * doc/mc.1.in (Configuration): Clarify some entries.
390 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
392         * acinclude.m4: New options for smbfs:
393         --with-configdir=DIR    Where the Samba configuration files are (/etc)
394         --with-codepagedir=DIR  Where the Samba codepage files are
396 2002-01-11  Pavel Roskin  <proski@gnu.org>
398         * syntax/xml.syntax: New file - highlighting for XML.
399         From Petr Kozelka <pkozelka@centrum.cz>
400         * syntax/Syntax: Add xml.syntax.
401         * syntax/Makefile.am: Likewise.
403 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
405         * configure.in: Added "eu" to ALL_LINGUAS.
407 2002-01-03  Pavel Roskin  <proski@gnu.org>
409         * lib/mc.menu: Correct quoting.
410         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
412         * NEWS: Mention removal of the OS/2 port.
413         * README.PC: Remove OS/2 specific parts.
415 2002-01-02  Pavel Roskin  <proski@gnu.org>
417         * configure.in: Make help about --with-subshell easier to
418         understand.  Minor alignment fixes for the help.
419         * acinclude.m4: Minor alignment fixes for the help.
421 2001-12-31  Pavel Roskin  <proski@gnu.org>
423         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
424         from vfs/Make-mc.in.
426 2001-12-27 Duarte Loreto  <happyguy_pt@hotmail.com>
428         * configure.in: Added portuguese to ALL_LINGUAS
430 2001-12-21  Pavel Roskin  <proski@gnu.org>
432         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
433         Don't remove slang/slang.h - it's never created.
435         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
436         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
437         unused.
439 2001-12-01  Wang Jian  <lark@linux.net.cn>
441         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
443 2001-11-29  Pavel Roskin  <proski@gnu.org>
445         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
447 2001-11-27  Pavel Roskin  <proski@gnu.org>
449         * lib/mc.ext.in: When running X programs in background, do it
450         from subshell.  Otherwise some of them terminate when mc exits.
451         Reported by Christian Dysthe <christian@dysthe.net>
452         Remove some obsolete and gmc-specific entries.  Use StarOffice
453         to open files detected as "Microsoft Office Document".
455         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
456         XFree86 4.1.0.
458 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
460         * doc/mcedit.1.in: Fix help file location.
462 2001-11-14  Pavel Roskin  <proski@gnu.org>
464         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
465         fallback to ino_t for e2fsprogs version 1.19 and older.
467 2001-10-30  Pavel Roskin  <proski@gnu.org>
469         * lib/mc.ext.in: Add support for Netpbm files.
471 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
473         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
474         http://bugzilla.gnome.org/show_bug.cgi?id=60935
475         By drk@sgi.com.
477         * doc/mc.1.in: Document %p macro.
479 2001-10-24  Pavel Roskin  <proski@gnu.org>
481         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
482         Allow using --without-mmap.
483         * INSTALL: Document --without-mmap.
485 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
487         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
488         of languages to be installed by setting env variable before
489         configure. If it is empty, it defaults to full list.
490         By Alex Tkachenko <alex@bcs.zp.ua>.
492 2001-10-19  Pavel Roskin  <proski@gnu.org>
494         * syntax/sh.syntax: Highlight reserved words inside backticks.
495         Use the same wholechars settings for reserved words and
496         commands.  Recognize more words.  Recognize function definitions
497         without "function" or without "()".  Use brightmagenta instead
498         of brightblue.
500 2001-10-18  Pavel Roskin  <proski@gnu.org>
502         * configure.in: When checking for "nroff -mandoc" support, don't
503         use /dev/null as input file, use stdin.  Some versions of nroff
504         (e.g. groff-1.16.1) don't accept special files.
506 2001-10-14  Pavel Roskin  <proski@gnu.org>
508         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
509         Makefile.  Don't allow any suffixes after "Makefile".
511 2001-10-12  Pavel Roskin  <proski@gnu.org>
513         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
514         format).
516 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
518         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
519         Fix compress<->bzip2 conversion and conversion of tagged
520         archives.
522 2001-10-05  Pavel Roskin  <proski@gnu.org>
524         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
525         Suggested by Marcel Pol <mpol@gmx.net>
527         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
528         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
529         and *.mid files.
531 2001-09-30  Pavel Roskin  <proski@gnu.org>
533         * configure.in: Don't check whether grep supports stdin - it's
534         not used anymore.
535         * NEWS: Mention this change.
537 2001-09-19  Pavel Roskin  <proski@gnu.org>
539         * doc/mcedit.1.in: Fix a very long line - use double
540         backslashes since they are interpreted even in the .nf blocks.
542         * lib/edit.spell.rc: Try aspell before resorting to ispell.
544         * syntax/php.syntax: Replace with a better implementation by
545         Max Schedriviy <max@tavrida.net>
547 2001-09-15  Pavel Roskin  <proski@gnu.org>
549         * doc/mc.1.in: Fix location of mcedit files.
550         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
552 2001-09-14  Pavel Roskin  <proski@gnu.org>
554         * configure.in: Don't check for ncurses version and for keyok()
555         because the mouse support code doesn't need this hack anymore.
557 2001-09-13  Pavel Roskin  <proski@gnu.org>
559         * configure.in: Fix some cases of overquoting and underquoting.
560         * acinclude.m4: Likewise.
562 2001-09-12  Pavel Roskin  <proski@gnu.org>
564         * configure.in: Update list of browsers.  Don't fallback to
565         lynx since it cannot be run in background.
566         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
567         If no browser for X11 was found, use lynx.
569         * autogen.sh: Add a workaround to ensure that "depcomp" is
570         distributed.
571         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
572         where appropriate.
573         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
574         terminfo.
576         * configure.in: Use three-argument form of AC_INIT.  Use
577         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
578         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
579         is not needed if AC_CONFIG_AUX_DIR is used.
580         * vfs/Make-mc.in: Adjust mkinstalldirs location.
581         * autogen.sh: Create "config" and remove "autom4te.cache".
583 2001-09-11  Pavel Roskin  <proski@gnu.org>
585         * syntax/Syntax: New file, extracted from edit/syntax.c.
586         * syntax/Makefile.am: Add Syntax.
588         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
589         to LIBS.  Don't use unportable "grep -q", use "case" instead.
591 2001-09-10  Pavel Roskin  <proski@gnu.org>
593         * configure.in: Only check for X if --with-tm-x-support has been
594         specified.
596         * configure.in: Add check for sys/ioctl.h.
598         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
600         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
601         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
602         testing for functions in ncurses.
604         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
605         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
606         * acconfig.h: Remove.
608         * configure.in: Eliminate LIBSLANG and LSLANG.
609         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
611         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
612         resizeterm() and keyok() only if configuring with ncurses.
614         * configure.in: Remove now unused variables LIBVFS and LVFS.
616         * configure.in: Remove unused variables LINTL and INTLDEPS.
618         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
619         building with included gettext, because libintl.h is copied
620         there.
622 2001-09-09  Pavel Roskin  <proski@gnu.org>
624         * NEWS: Update.
626         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
627         checks -lgen for getmntent as of Autoconf 2.52.
629 2001-09-07  Pavel Roskin  <proski@gnu.org>
631         * configure.in: Check for pwd.h.
633         * Make.common.in: Remove.
634         * configure.in: Remove all references to Make.common.in and
635         MCCPPFLAGS.
636         * aclocal.m4: Likewise.
638         * configure.in: Require Autoconf 2.52.  Remove hacks for
639         Autoconf 2.13.
640         * Makefile.am: Require Automake 1.5.
642 2001-09-06  Pavel Roskin  <proski@gnu.org>
644         * syntax/php.syntax: New file - PHP file highlighting.  Copied
645         from Cooledit 3.17.4.
646         * syntax/Makefile.am: Add php.syntax.
648 2001-09-06  Timur Bakeyev  <mc@bat.ru>
650         * acconfig.h: Brought back couple of symbols, that are still necessary
651         due reference to them from configure.in.
653 2001-09-04  Pavel Roskin  <proski@gnu.org>
655         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
656         strictness for dates.
658         * doc/mc.1.in: Fix troff warnings.
659         * doc/mcedit.1.in: Likewise.
661 2001-09-03  Pavel Roskin  <proski@gnu.org>
663         * doc/mc.1.in: Spellcheck.
664         * doc/mcedit.1.in: Likewise.
665         * doc/mcserv.8.in: Likewise.
667         * doc/mc.1.in (Learn Keys): Complete rewrite.
669 2001-09-02  Pavel Roskin  <proski@gnu.org>
671         * acconfig.h: Remove all unused symbols.
673         * lib/ncurses.h: Remove.
674         * lib/Makefile.am: Remove ncurses.h.
676 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
678         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
680 2001-08-28  Pavel Roskin  <proski@gnu.org>
682         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
683         like EOF.
685 2001-08-26  Pavel Roskin  <proski@gnu.org>
687         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
688         CONS_SAVER.  Put all conditionals together.
690         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
691         Automake 1.5.
693         * configure.in: Remove XCURSES variable - it's unused.
695         * configure.in: New conditional USE_EDIT.
697         * syntax/changelog.syntax: Don't require '@' to be in the
698         address.  This also works around a bug in the syntax engine
699         that prevented highlighting of addresses.
701 2001-08-25  Pavel Roskin  <proski@gnu.org>
703         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
705 2001-08-24  Pavel Roskin  <proski@gnu.org>
707         * extraconf.h: Remove all references to HAVE_X.
708         * acinclude.m4: s/GNOME_/MC_/
709         * configure.in: Likewise.  Remove or clarify all references to
710         the "text edition".  Minor fixes.
712         * configure.in: Remove support for curses libraries other than
713         ncurses.
714         * acinclude.m4: Likewise.
715         * FAQ: Remove everything about UNIX curses.
716         * INSTALL: Likewise.
718         * configure.in: Enable large file support by default.
719         * NEWS: Mention it.
720         * INSTALL: Document it.  Minor fixes.
722         * FAQ: Remove information about GNOME edition.  Minor fixes.
723         * README: Likewise.
724         * NEWS: Mention removing the GNOME edition.
726         * acinclude.m4: Include all used macros from the macros
727         directory.
728         * autogen.sh: Remove all references to "macros".
729         * Makefile.am: Likewise.
731         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
732         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
734         * lib/startup.links: Remove.
735         * lib/README.desktop: Likewise.
736         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
738         * configure.in: Bump version to 4.5.99a.
740         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
741         * po/*.po: Regenerate.
743         * AUTHORS: Update and spell check.
744         * FAQ: Likewise.
745         * INSTALL: Likewise.
746         * INSTALL.FAST: Likewise.
747         * NEWS: Likewise.
748         * README.PC: Likewise.
749         * README.QNX: Likewise.
751         * configure.in: Add check for stropts.h.
753 2001-08-23  Pavel Roskin  <proski@gnu.org>
755         * lib/edit.indent.rc: Create cooledit.error right away to
756         override its old contents.  Don't use ksh extentions.  Treat *.C
757         files as C++.  Recognize more C++ extensions.  Support java.
758         Update URL for "astyle".  Quote all arguments to protect spaces.
759         * lib/edit.spell.rc: Don't save terminal settings - mc does it
760         itself.  Quote all arguments to protect spaces.
762 2001-08-21  Pavel Roskin  <proski@gnu.org>
764         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
765         files if GNOME frontend is disabled.
766         * idl/Makefile.am: Likewise.
767         * lib/Makefile.am: Likewise.
768         * new_icons/Makefile.am: Likewise.
770         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
771         case it already has gettext macros elsewhere and doesn't like
772         duplicates (i.e. it's aclocal from Automake-1.4).
774 2001-08-20  Pavel Roskin  <proski@gnu.org>
776         * AUTHORS: Updated.
777         * INSTALL: Likewise.
778         * NEWS: Likewise.
779         * doc/mc.1.in: Likewise.
780         * doc/mcserv.8.in: Likewise.
782         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
783         for sys/mount.h.
785 2001-08-19  Andras Timar  <timar@gnome.hu>
787         * lib/Makefile.am: Added Hungarian hints
788         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
790 2001-08-19  Pavel Roskin  <proski@gnu.org>
792         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
794 2001-08-17  Pavel Roskin  <proski@gnu.org>
796         * syntax/po.syntax: New file - PO file highlighting.
797         From David Martin <dmartina@excite.es>
798         * syntax/Makefile.am: Add po.syntax.
800         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
801         it's sometimes missing from the databases.
803 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
805         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
806         * lib/Makefile.am: Reflect above change.
808 2001-08-15  Pavel Roskin  <proski@gnu.org>
810         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
812 2001-08-14  Pavel Roskin  <proski@gnu.org>
814         * lib/mc.lib: Add popular sequences for "home" and "end" in
815         "xterm" and "xterm-color" terminals.
817 2001-08-13  Pavel Roskin  <proski@gnu.org>
819         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
821         Replace "Can't" with "Cannot" everywhere.
823 2001-08-12  Pavel Roskin  <proski@gnu.org>
825         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
826         subshell, not for "Open file...".
827         (emacs_key_map): Likewise.
829         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
831 2001-08-10  Pavel Roskin  <proski@gnu.org>
833         * Makefile.am (EXTRA_DIST): Remove BUGS.
834         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
836         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
838         * doc/LSM: Remove, it's outdated.
839         * doc/FILES: Likewise.
840         * doc/DEVEL: Remove information about FILES.
842         * FAQ: Eliminate all broken URLs on the MC site.
843         From Frederic L. W. Meunier <0@pervalidus.net>
845         * FAQ: Restore information about xterm.
847 2001-08-08  Pavel Roskin  <proski@gnu.org>
849         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
851 2001-08-07  Pavel Roskin  <proski@gnu.org>
853         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
855         * doc/mc.1.in: Fix all broken links.
857 2001-08-06  Pavel Roskin  <proski@gnu.org>
859         * INSTALL: Numerous changes.  Declare old curses obsolete.
860         Partly from Frederic L. W. Meunier <0@pervalidus.net>
862         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
864 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
866         * lib/Makefile.am: Remove space after backslash introduced in the
867         previous commit.
869         * lib/mc.hint.zh_TW.Big5: New file.
870         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
872 2001-08-02  Pavel Roskin  <proski@gnu.org>
874         * lib/mc.hint.uk: New file.
875         From Maksym Polyakov <polyama@yahoo.com>
876         * lib/Makefile.am: Add mc.hint.uk.
878 2001-08-01  Pavel Roskin  <proski@gnu.org>
880         * lib/mc.hint.nl: New file.
881         From Steef Boerrigter <sxmboer@sci.kun.nl>
882         * lib/Makefile.am: Add mc.hint.nl.
883         * lib/mc.hint: Remove ftp site.  Update copyright.
884         * lib/mc.hint.cs: Likewise.
885         * lib/mc.hint.es: Likewise.
886         * lib/mc.hint.it: Likewise.
887         * lib/mc.hint.pl: Likewise.
888         * lib/mc.hint.ru: Likewise.  Shorten some lines.
890         * edit/Makefile.in: Allow running "make install" before "make all".
891         * gtkedit/Makefile.in: Likewise.
893 2001-07-31  Pavel Roskin  <proski@gnu.org>
895         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
896         editor.
897         * lib/Makefile.am: Add lib/edit.spell.rc.
899         * autogen.sh: Use gettextize.
900         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
901         * po/Makefile.in.in: Likewise.
903 2001-07-29  Pavel Roskin  <proski@gnu.org>
905         * syntax/slang.syntax: New file.
906         From Walery Studennikov <despair@sama.ru>
907         * syntax/Makefile.am: Add slang.syntax.
909 2001-07-27  Pavel Roskin  <proski@gnu.org>
911         * extraconf.h: Move WITH_BACKGROUND here.
913 2001-07-24  Pavel Roskin  <proski@gnu.org>
915         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
917 2001-07-23  Pavel Roskin  <proski@gnu.org>
919         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
921 2001-07-20  Pavel Roskin  <proski@gnu.org>
923         * Make.common.in: Move all defines ...
924         * gnome/Makefile.in: ... here ...
925         * src/Makefile.in: ... and here.
927 2001-07-19  Pavel Roskin  <proski@gnu.org>
929         * configure.in: Don't check for getwd, it's completely
930         eliminated.
931         * INSTALL: Remove reference to HAVE_GETWD.
933         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
934         entries for compressed cpio archives.
936         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
937         they were only used in obsolete frontends.  Don't ever use %view
938         without commands - it's slower and loses user settings, e.g.
939         hex mode.  Put shared libraries before man pages and read.me
940         before .me macros so that they match correctly.  Use nm for
941         shared libraries.  Add rules for StarOffice and AbiWord.
943 2001-07-14  Pavel Roskin  <proski@gnu.org>
945         * configure.in: Bump version to 4.5.54a.
947 2001-07-13  Pavel Roskin  <proski@gnu.org>
949         * lib/mcserv.init: Fix exit status.
950         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
952         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
953         "executable", which should follow a space. Simplify rules for
954         images. Add shell/ rule for *.info files. Fix all incorrect
955         uses of the alternation operator.
956         Reported by Oskar Liljeblad and Michel Casabona.
958 2001-07-12  Pavel Roskin  <proski@gnu.org>
960         * configure.in: Don't check for iconv, it's already checked for
961         in AM_GNU_GETTEXT.
963 2001-07-10  Pavel Roskin  <proski@gnu.org>
965         * doc/mc.1.in: Update documentation about hex search.
967         * edit/edit_key_translator.c (cooledit_key_map): Bind
968         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
969         From Steef Boerrigter <sxmboer@sci.kun.nl>
971         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
972         * edit/edit_key_translator.c (cooledit_key_map): Add support
973         for bracket matching on Alt-B.
974         * gtkedit/gtkeditkey.c: Likewise.
975         From Steef Boerrigter <sxmboer@sci.kun.nl>
977 2001-07-06  Pavel Roskin  <proski@gnu.org>
979         * lib/mc.ext.in: Use nm to view object files.
981         * Make.common.in: Remove GNOME-specific and unused definitions.
982         Partly moved to gnome/Makefile.in.
984         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
985         they are usused.
986         * Make.common.in: Likewise.
988 2001-06-29  Pavel Roskin  <proski@gnu.org>
990         * ABOUT-NLS: Update to the version from gettext-0.10.38.
992         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
993         now done in configure. Move -I.. to the beginning.
994         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
995         libintl.a may be required to link mc.
996         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
997         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
998         Move all i18n code to one place. Don't substitute INTLSUB - it's
999         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
1000         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
1002 2001-06-25  Pavel Roskin  <proski@gnu.org>
1004         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
1005         It should be enabled explicitly by giving `--enable-largefile'
1006         to configure.
1007         * INSTALL: Document it.
1009 2001-06-22  Pavel Roskin  <proski@gnu.org>
1011         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
1013         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
1014         in struct statfs.
1015         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
1017         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
1018         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
1019         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
1020         found.
1021         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
1023 2001-06-19  Pavel Roskin  <proski@gnu.org>
1025         * configure.in: Check for telldir and seekdir. Join adjacent
1026         calls to AC_CHECK_FUNCS.
1028 2001-06-16  Pavel Roskin  <proski@gnu.org>
1030         * Makefile.am: Change the order of SUBDIRS to fully compile text
1031         edition before compiling anything for GNOME.
1032         * mc.spec.in: Don't use brace expansion to avoid implicit
1033         build-time dependency on bash.
1035 2001-06-13  Pavel Roskin  <proski@gnu.org>
1037         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
1038         the test code.
1039         * configure.in: Fix compiler warnings in the arguments to
1040         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
1041         around `=' in the `test' command.
1043 2001-06-07  Pavel Roskin  <proski@gnu.org>
1045         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
1046         GNOME documentation template.
1047         * doc-gnome/C/mkhtml: Don't generate index.
1048         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
1050 2001-06-06  Pavel Roskin  <proski@gnu.org>
1052         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
1053         conditional variables from EXTRA_DIST.
1055 2001-06-05  Pavel Roskin  <proski@gnu.org>
1057         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
1058         conversion support.
1059         From Walery Studennikov <hqsoftware@mail.ru>.
1061         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
1063 2001-06-01  Pavel Roskin  <proski@gnu.org>
1065         * lib/mc.charsets: Synchronize with the latest patch - remove
1066         a comment.
1068 2001-05-30  Pavel Roskin  <proski@gnu.org>
1070         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
1071         work with GNOME.
1073         * lib/mc.charsets: New file. From Walery Studennikov.
1074         * lib/Makefile.am: Distribute mc.charsets. Install it if
1075         the charset support is enabled.
1077         * configure.in: Add check for iconv() and the necessary code
1078         to support the charset selection patch.
1080         * configure.in: Add check for ESCDELAY variable in ncurses.
1082 2001-05-29  Pavel Roskin  <proski@gnu.org>
1084         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
1085         USE_EXT2FSLIB.
1087         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
1088         * pc/config.h: Likewise.
1090         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
1091         and "strings". Recognize "write" files and MS Word templates.
1092         For MS Excel documents try "xls2csv" and "strings".
1093         Escape spaces in the "type" directives.
1094         From Nerijus Baliunas.
1096         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
1098         * Make.common.in: Remove hpath, it's unused.
1100         * acconfig.h: Move constant parts ...
1101         * extraconf.h: ... here.
1102         [HAVE_X]: Disable subshell, s-lang and curses.
1103         * Makefile.am: Add extraconf.h.
1105 2001-05-28  Pavel Roskin  <proski@gnu.org>
1107         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
1108         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
1109         * configure.in: ... here.
1111 2001-05-27  Pavel Roskin  <proski@gnu.org>
1113         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
1114         * acconfig.h: Likewise.
1115         * src/layout.c: Likewise.
1117         * Make.common.in: Remove all percent rules.
1118         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
1119         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
1120         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
1121         AM_INIT_AUTOMAKE.
1123         * Make.common.in: Remove obsolete dependency tracking system.
1124         * configure.in: Likewise.
1125         * edit/Makefile.in: Likewise.
1126         * gnome/Makefile.in: Likewise.
1127         * gtkedit/Makefile.in: Likewise.
1128         * slang/Makefile.in: Likewise.
1129         * src/Makefile.in: Likewise.
1130         * vfs/Make-mc.in: Likewise.
1131         * src/depend.awk: Remove.
1133 2001-05-26  Pavel Roskin  <proski@gnu.org>
1135         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
1136         * syntax/octave.syntax: New file. From Walery Studennikov.
1137         * syntax/Makefile.am: Add octave.syntax.
1139         * configure.in: Fix incorrect test for stdin support in grep -
1140         it would always fail when configuring in an empty directory.
1141         Portability fixes - unset, backslashed space in here-documents.
1142         Eliminate all instances of "changequote".
1144         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
1145         user choice.
1146         * acconfig.h: Changes for the above.
1147         * INSTALL: Don't document --with-sco - it's now defunct.
1148         * INSTALL.FAST: Likewise.
1150 2001-05-25  Pavel Roskin  <proski@gnu.org>
1152         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
1153         are in the beginning of the "file" output.
1155 2001-05-23  Pavel Roskin  <proski@gnu.org>
1157         * lib/mc.ext.in: Add associations for viewing RPM files.
1159 2001-05-22  Pavel Roskin  <proski@gnu.org>
1161         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
1162         By default exit after the first error in jade.
1164         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
1165         JADEFLAGS environment variables. Report progress. Clean up on
1166         failure.
1168 2001-05-21  Pavel Roskin  <proski@gnu.org>
1170         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
1171         files.
1173         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
1174         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
1176 2001-05-20  Pavel Roskin  <proski@gnu.org>
1178         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
1179         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
1180         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
1181         * doc-gnome/C/figs/Makefile.am: Add support for converting from
1182         PNG to EPS.
1184         * Makefile.am (EXTRA_DIST): Remove create_vcs.
1185         * doc/FILES: Likewise. Typo fix.
1187 2001-05-19  Pavel Roskin  <proski@gnu.org>
1189         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
1190         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
1191         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
1193         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
1194         index entry "Moving files".
1196 2001-05-18  Pavel Roskin  <proski@gnu.org>
1198         * configure.in: Use src/main.c in AC_INIT.
1200         * create_vcs: Remove.
1202         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
1203         Add download location for glib.
1204         * mc.spec.in: Likewise.
1205         * doc/LSM: Likewise.
1206         * doc/mc.1.in: Likewise.
1207         * doc/mcedit.1.in: Likewise.
1208         * src/ext.c: Don't mention download location for MC.
1210         * FAQ: Update status of Tk, XView. and GNOME editions. Update
1211         homepage of gpm.
1213         * INSTALL: Remove information about Tk and XView. Change the
1214         mailing list addresses again.
1215         * FAQ: Change the mailing list addresses again.
1216         * MAINTAINERS: Likewise.
1217         * README: Likewise.
1218         * doc/mc.1.in: Likewise.
1219         * gnome/gmc-window.c: Likewise.
1220         * lib/README.xterm: Likewise.
1221         * lib/mc.ext.in: Likewise.
1222         * lib/mc.hint*: Likewise.
1223         * lib/mc.hlp.hu: Likewise.
1224         * po/*.po: Likewise.
1225         * src/main.c: Likewise.
1227 2001-04-20  Pavel Roskin  <proski@gnu.org>
1229         * FAQ: Change the mailing list addresses and the download
1230         locations.
1231         * INSTALL: Likewise.
1232         * MAINTAINERS: Likewise.
1233         * README: Likewise.
1234         * doc/mc.1.in: Likewise.
1235         * gnome/gmc-window.c: Likewise.
1236         * lib/README.xterm: Likewise.
1237         * lib/mc.ext.in: Likewise.
1238         * lib/mc.hint*: Likewise.
1239         * lib/mc.hlp.hu: Likewise.
1240         * po/*.po: Likewise.
1241         * src/main.c: Likewise.
1243 2001-04-19  Pavel Roskin  <proski@gnu.org>
1245         * configure.in: Don't install mcserv unless
1246         "--enable-mcserv-install" has heen specified.
1247         Don't quote the first argument in all calls to AM_CONDITIONAL
1248         to work around a bug in Automake 1.4.
1249         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
1250         * vfs/Make-mc.in: Likewise.
1252 2001-04-13  Pavel Roskin  <proski@gnu.org>
1254         * configure.in: Bump version to 4.5.53a.
1256 2001-04-06  Pavel Roskin  <proski@gnu.org>
1258         * gtkedit/editcmd.c: Remove support for XView layout attributes.
1259         * gtkedit/editoptions.c: Likewise.
1260         * pc/chmod.c: Likewise.
1261         * pc/drive.c: Likewise.
1262         * src/boxes.c: Likewise.
1263         * src/chmod.c: Likewise.
1264         * src/dlg.c: Likewise.
1265         * src/dlg.h: Likewise.
1266         * src/filegui.c: Likewise.
1267         * src/find.c: Likewise.
1268         * src/hotlist.c: Likewise.
1269         * src/layout.c: Likewise.
1270         * src/listmode.c: Likewise.
1271         * src/main.c: Likewise.
1272         * src/option.c: Likewise.
1273         * src/panelize.c: Likewise.
1274         * src/wtools.c: Likewise.
1275         * src/wtools.h: Likewise.
1276         * vfs/smbfs.c: Likewise.
1278         * autogen.sh: Check out "intl" and "macros" directories if they
1279         are missing. Simply "cvs up -d" won't restore them.
1281         * configure.in: Bump version to 4.5.52a.
1283 2001-03-14  Pavel Roskin  <proski@gnu.org>
1285         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
1286         Automake conditional USE_SAMBA_FS if Samba is to be supported
1287         in VFS.
1289 2001-03-07  Pavel Roskin  <proski@gnu.org>
1291         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
1292         defined.
1293         Reported by Norbert Warmuth.
1295         * configure.in: Don't process vfs/extfs/uzip - it's now
1296         constant.
1298         * syntax/changelog.syntax: Require space after asterisk to have
1299         it highlighted.
1301 2001-03-02  Pavel Roskin  <proski@gnu.org>
1303         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
1304         * configure.in: Use AC_PROG_CC_STDC instead.
1306         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
1307         Suggested by Christian Gennerat.
1309         * lib/mc.ext.in: Add support for "freeze" - old compression
1310         program used mostly on QNX.
1311         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
1312         * lib/Makefile.am: Adjusted.
1314 2001-02-26  Pavel Roskin  <proski@gnu.org>
1316         * lib/mc-gnome.ext.in: Remove, it's not used.
1317         * configure.in: Remove lib/mc-gnome.ext.
1318         * lib/Makefile.am: Likewise.
1320 2001-02-20  Pavel Roskin  <proski@gnu.org>
1322         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
1323         defined to prevent warnings on OpenBSD 2.7.
1324         * slang/jdmacros.h: Likewise.
1325         * src/mad.h: Likewise.
1326         * src/poptalloca.h: Likewise.
1328         * configure.in: Check for sys/time.h and sys/timeb.h. Use
1329         AC_HEADER_TIME.
1331 2001-02-07  Pavel Roskin  <proski@gnu.org>
1333         * autogen.sh: Create vfs/samba/include/stamp-h.in.
1334         * vfs/samba/include/stamp-h.in: Remove.
1336         * macros/curses.m4: Quote first argument to AC_DEFUN.
1337         * macros/gnome-cxx-check.m4: Likewise.
1338         * macros/gnome-gettext.m4: Likewise.
1339         * macros/gnome-libgtop-check.m4: Likewise.
1340         * macros/gnome-print-check.m4: Likewise.
1341         * macros/linger.m4: Likewise.
1342         * macros/need-declaration.m4: Likewise.
1344         * configure.in: Only configure in vfs/samba if smbfs support is
1345         enabled even with Autoconf 2.13.
1347 2001-01-30  Pavel Roskin  <proski@gnu.org>
1349         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
1350         --without-samba due to a typo.
1352         * configure.in: Only configure in vfs/samba if smbfs support is
1353         enabled. This optimization will only work with Autoconf-2.49c
1354         and above.
1356 2001-01-13  Pavel Roskin  <proski@gnu.org>
1358         * configure.in: Don't create a faked malloc.h.
1359         * gtkedit/edit.h: Don't assume that malloc.h always exists.
1360         * src/mad.h: Likewise.
1362         * configure.in: Simplified handling of cons.saver.
1363         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
1364         * mc.spec.in: Remove a workaround for the above.
1366         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
1367         for MC. Don't rely on the output of uname - use $host_os.
1369 2001-01-11  Pavel Roskin  <proski@gnu.org>
1371         * configure.in: Check for ext2 libraries only if VFS is enabled.
1373         * src/Makefile.in: Create directories before installing files.
1374         Removed all occurences of libprefix - it's never defined.
1376         * configure.in: All macros from configure.in moved to
1377         acinclude.m4. Added missing quotes in several places.
1378         * acinclude.m4: Likewise.
1380         * edit/Makefile.in: Don't install or uninstall mcedit -
1381         it cannot be installed before mc on systems without symlinks.
1382         * gtkedit/Makefile.in: Likewise.
1383         * src/Makefile.in: Install mcedit (if enabled) and mcview.
1384         Uninstall them.
1386         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
1387         from acinclude.m4 in gtk+:
1388         Don't define ENABLE_NLS unless we have a working NLS.
1389         (This should keep libintl.h from being included when it doesn't
1390         exist).
1392 2001-01-09  Pavel Roskin  <proski@gnu.org>
1394         * doc-gnome/C/figs/Makefile.am: New file.
1395         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
1396         makefile do it.
1397         * configure: Substitute doc-gnome/C/figs/Makefile.
1399         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
1401 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
1403         * lib/mc.hlp.hu: Added Hungarian help file from
1404           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
1405           maci@integrity.hu, mfh47@freemail.hu
1406         * lib/Makefile.am: Added LOCALIZED_HELP for further
1407           mc.hlp l10ns
1408         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
1409           gtkedit/editcmd.c: I18n of mc.hlp
1411 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
1413         * doc/mc.1.in: Corrected badly formatted link...
1415 2000-11-10  Robert Brady  <robert@suse.co.uk>
1417         * configure.in: Add Tamil to ALL_LINGUAS.
1419 2000-10-23  Pavel Roskin  <proski@gnu.org>
1421         * mc.spec.in: Allow mcserv.8 to be gzipped.
1423         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
1424         that cannot deal with "./gmc.sgml".
1426 2000-10-09  Pavel Roskin  <proski@gnu.org>
1428         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
1429         that CVS Automake will drop dependencied to the macros that
1430         we don't distribute.
1432         * lib/mc.ext.in: Removed references to icons. Source RPMs
1433         grouped to one regex. Removed "Update" for source RPMs, added
1434         "Rebuild" instead. Added "Check signature" for all RPMs.
1435         Added a comment about pop-up menus in the text edition.
1437 2000-10-06  Pavel Roskin  <proski@gnu.org>
1439         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
1440         flags moved out of CFLAGS as recommended by GNU coding
1441         standards.
1442         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
1443         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
1444         XCPPFLAGS.
1445         * INSTALL (Random notes on porting to other architectures):
1446         Completely rewritten. Recommended using CFLAGS instead of XINC.
1448 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1450         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
1452 2000-10-04  Christophe Merlet  <christophe@merlet.net>
1454         * gnome/*.desktop: Updated french strings.
1456 2000-10-03  Pavel Roskin  <proski@gnu.org>
1458         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
1459         to allow <legalnotice>. Unclosed tags fixed.
1461 2000-09-30  Pavel Roskin  <proski@gnu.org>
1463         * mc.spec.in: New package mc-common. Use DESTDIR instead of
1464         misusing prefix. Don't install old icons - they don't exist.
1466         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
1467         "export -f" to have mc() exported.
1468         * doc/mc.1.in: Changed description of the "-P" option to
1469         avoid inclusion of mc.sh and mc.csh into the manual.
1470         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
1472 2000-09-24  Pavel Roskin  <proski@gnu.org>
1474         * doc/mc.1.in: Minor formatting fixes.
1476         * lib/mc.sh.in: Remove temporary file non-interactively.
1477         * doc/mc.1.in: updated example for mc.sh.
1479 2000-09-23  Pavel Roskin  <proski@gnu.org>
1481         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
1482         updates it when needed.
1483         * mc.spec.in: Include translations with mc, not gmc. Run
1484         chkconfig --del in %preun, not %postun. --without-debug not
1485         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
1486         be executable. New files in %{prefix}/lib/mc/ - translated hints,
1487         editor files.
1489         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
1490         directory for document processing. Comment changes. gmc.ps and
1491         gmc.pdf now generated from gmc.dvi.
1493         * configure: Always include Make.common as file, otherwise
1494         "make distclean" breaks.
1495         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1496         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
1497         replaced with "rm -f" - the stangard says that "rm" is portable.
1498         Ditto $(MV). Adjusted *clean targets to match those in
1499         Automake. Removed "cross" target.
1501 2000-09-22  Pavel Roskin  <proski@gnu.org>
1503         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
1504         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
1505         * doc/Makefile.in: Converted to ...
1506         * doc/Makefile.am: ... this.
1508 2000-09-21  Pavel Roskin  <proski@gnu.org>
1510         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
1511         is not expanded in all shells.
1512         * doc/mc.sgml: Updated the example script to reflect the above
1513         changes.
1514         * doc/mc.in.1: Likewise.
1516 2000-09-19  Pavel Roskin  <proski@gnu.org>
1518         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
1519         Marco Ciampa
1521 2000-09-18  Pavel Roskin  <proski@gnu.org>
1523         * Make.common.in: Added installcheck to placate "make distcheck"
1524         * configure.in, Make.common.in, doc/Makefile.in,
1525         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1526         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
1527         variable MKINSTALLDIRS and builddir with Automake-compatible
1528         mkinstalldirs and top_builddir.
1529         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
1530         files. Added uninstall-local target.
1532 2000-09-17  Pavel Roskin  <proski@gnu.org>
1534         * configure.in: fixed wrong use of AC_MSG_RESULT inside
1535         AC_CACHE_VAL
1537         * Make.common.in: Added the "dvi" target for "make distcheck"
1538         to go further
1539         * doc-gnome/C/Makefile.in: converted to ...
1540         * doc-gnome/C/Makefile.am: ... this
1542 2000-09-15  Pavel Roskin  <proski@gnu.org>
1544         * acconfig.h, configure.in: Require autoconf 2.13 or above.
1545         Removed workarounds for older versions. Removed MCDEBUG
1546         variable - it's not used. --with-debug renamed to --with-mad and
1547         cleaned up. Always use -Wall with gcc, other manipulations with
1548         CFLAGS removed.
1550         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1551         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1552         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
1553         mc.pot becomes out of date in the tarball.
1555 2000-09-14  Pavel Roskin  <proski@gnu.org>
1557         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
1558         tests for cp, mv and rm.
1559         * Make.common.in: Removed variables xv_bindir and STRIP.
1560         Variables CP, MV and RMF are assigned trivial values.
1562         * edit/Makefile.in: Don't link headers, add extra includes
1563         to CPPFLAGS instead. Put links to the build directory.
1564         Remove the hack with "mx" - it is not needed anymore.
1566         * configure.in: remove any manupulations with top_srcdir.
1567         Don't change CPPGLAGS when the internal editor is enabled,
1568         instead do it ...
1569         * edit/Makefile.in, gtkedit/Makefile.in: ... here
1571         * configure.in, Make.common.in, doc/Makefile.in,
1572         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1573         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
1574         changed to top_srcdir for Automake compatability
1576         * configure.in: REGEX_O variable removed - always use our regex
1578         * configure.in: MCFGR variable removed
1580 2000-09-12  Pavel Roskin  <proski@gnu.org>
1582         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
1583         other GNOME modules
1584         * autogen.sh: remove "-I ." from the "aclocal" command line
1586 2000-09-01  Pavel Roskin  <proski@gnu.org>
1588         * configure.in: output vfs/extfs/Makefile
1590         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
1591         to avoid a warning
1592         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
1593         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
1595 2000-08-29  Pavel Roskin  <proski@gnu.org>
1597         * configure.in: use AM_GNOME_GETTEXT
1598         * gettext.m4: removed
1599         * Makefile.am: adjusted files to distribute, previous change
1600         reverted
1602         * mc-aclocal.m4: renamed to ...
1603         * acinclude.m4: ... this
1604         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
1605         * Makefile.am: aclocal should scan "." for gettext.m4
1607 2000-08-28  Pavel Roskin  <proski@gnu.org>
1609         * Make.common.in: removed hack for "make distcopy"
1610         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1611         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1612         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
1613         for external builds.
1614         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
1616 2000-08-24  Pavel Roskin  <proski@gnu.org>
1618         * new_icons/Makefile.in: converted to ...
1619         * new_icons/Makefile.am: ... this
1620         * configure.in: automake conditional GNOME introduced.
1621         "insticons" removed
1623         * icons/*: removed
1624         * Makefile.am, configure.in: necessary adjustments
1626         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
1627         automake installs them now
1629         * syntax/Makefile.in: converted to ...
1630         * syntax/Makefile.am: ... this
1632         * idl/Makefile.in: converted to ...
1633         * idl/Makefile.am: ... this
1635         * lib/Makefile.am: simplified, fixed "make dist"
1637         * lib/Makefile.in: converted to ...
1638         * lib/Makefile.am: ... this
1640         * lib/tkmc.wmconfig: removed
1641         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
1643         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
1644         to ...
1645         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
1646         * Make.common.in: support for "distdir" for compatability
1647         with Automake-generated makefiles
1648         * autogen.sh: run automake. Force cache - it is off by default
1649         in autoconf 2.49a, but it's still handy for maintainers
1650         * configure.in: adapted for Automake
1652         * AUTHORS: new file
1654 2000-08-23  Pavel Roskin  <proski@gnu.org>
1656         * configure.in: resurrect definition of xvers
1658         * VERSION.in: removed
1659         * Makefile.in: don't do anything with VERSION.in and VERSION
1660         Take mc.spec from builddir, not srcdir
1661         * configure.in: don't create VERSION
1663 2000-08-22  Pavel Roskin  <proski@gnu.org>
1665         * *.c, *.h: Updated address of Free Software Foundation
1667 2000-08-21  Pavel Roskin  <proski@gnu.org>
1669         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
1670         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
1671         related to XView, libXPM, libXext and Tk
1673 2000-08-18  Pavel Roskin  <proski@gnu.org>
1675         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
1676         files
1678         * configure.in: Simplified dependency tracking by using
1679         "-include" with GNU Make
1680         * autogen.sh: Exit on all failures
1682 2000-08-17  Pavel Roskin  <proski@gnu.org>
1684         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
1685         Fixed all misuses of single and double quotes. Typo fixes.
1686         Ensured compatability with sgml2html, sgml2txt and sgml2latex
1687         * doc/mc.1.in: Typo fix
1689         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
1690         * doc/linuxdoc-sgml.diff: removed
1691         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
1692         distribute gnome.sgml
1694 2000-08-15  Pavel Roskin  <proski@gnu.org>
1696         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
1697         in the "distclean" target
1699         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
1700         Removed all XVIEW-related stuff
1701         Fixed placement of png files on "make dist"
1703         * doc/mc.1.in: Updated info about the internal editor
1705         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
1706         indicate serious problems. Fixes for uninstall.
1707         * doc/Makefile.in: Rebuild if it is out of date.
1709         * lib/cedit.menu: Added. This file has been missing
1711         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
1713 2000-08-08  Pavel Roskin  <proski@gnu.org>
1715         * Makefile.in: correctly detect make failures in subdirs
1717 2000-08-01  Pavel Roskin  <proski@gnu.org>
1719         * nt, os2, tk, xv: removed all files
1720         * configure.in: don't create os2 and nt directories
1722 2000-08-01  Pavel Roskin  <proski@gnu.org>
1724         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
1726         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
1728 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
1730         * src/main.c: make 8bit input/output the default (99% of the people
1731         expects that; lets the remaining 1% use the configuration menu
1732         to disactivate it if they want)
1734 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1736         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
1738 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
1740         * configure.in: check for gnome-libs with window icon support
1742         * acconfig.h: add icon define
1744 2000-06-08  Matthias Warkus  <mawa@iname.com>
1746         * new_icons/gnome-pack-*.png: Updated.
1747         * gnome/mc.keys: Added a MIME type for SLP packages.
1749 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
1751         * syntax/diff.syntax: Highlight lines beginning with "File",
1752         "Files" and "Binary"
1753         * syntax/makefile.syntax: Highlight "ifndef"
1754         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
1755         highlighted)
1757 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1759         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
1760         comment lines with # in last release
1762 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1764         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
1766 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1768         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
1769         look more consistent than original.
1771 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1773         * config.in: Added check against strcoll().
1775 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1777         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
1778         added 'and', 'or', 'not', 'for' keywords.
1780 2000-04-06  Timur Bakeyev  <mc@bat.ru>
1782         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
1783         based systems. Hope, this will make FreeBSD midc maintainer to enable
1784         build-in editor by default. Still, syntax highlighting is disabled.
1785         Need to port...
1787 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1789         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
1790           fixed, some messages gettext()ed again here and in
1791         gtkedit/editmenu.c:edit_about_cmd()
1793 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1795         * doc/mc.sgml (Examples): Fixed documentation, thanx
1796         to martin@internet-treff.uni-koeln.de.
1798 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
1800         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
1801         the label text
1803 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
1805         * gtkedit/syntax.c: treat *.ads as Ada source
1806         * syntax/ada95.syntax: escape "+" and "*"
1807         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
1808         * syntax/Makefile.in: remove diffc.syntax
1810         * edit/edit_key_translator.c: interpret code 0177 as
1811         backspace unless recognized otherwise
1813 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
1815         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
1816         initialization of array of structure (gcc version 2.96 20000131
1817         chokes on it).
1819         * lib/mc.hint: C-y and not C-u can be used to insert text in input
1820         lines (e. g. text which has been deleted with M-d).
1822         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
1824 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
1826         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
1828 2000-01-29  Matthias Warkus  <mawa@iname.com>
1830         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
1831         design on Federico's request.
1833 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
1835         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
1836         an ArrangeType enum.
1838 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
1840         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
1841         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
1842         setup.c: Add option of using GNOME "magic" routines to determine file
1843         types. This makes MC intelligently look at the data in the file to see
1844         what type of file it is, rather than looking at the filename extension.
1845         This slows down MC quite a bit, so it has been made an optional
1846         preference item. Type detection is expected to improve as mime-magic
1847         matures.
1849 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
1851         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
1852         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
1853         providing a patch.
1855 2000-01-11  Matthias Warkus  <mawa@iname.com>
1857         * Added icon and keys entry for Scheme source.
1859 2000-01-03  Fatih Demir  <kabalak@gmx.net>
1861         * configure.in: Added tr -> ALL_LINGUAS .
1863 1999-12-28  Matthias Warkus  <mawa@iname.com>
1865         * new_icons/*.png: Added a bunch of new icons.
1867 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
1869         * configure.in (VERSION): Bumped version number to 4.5.42.
1871 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
1873         * configure.in: added 'uk' to ALL_LINGUAS.
1875 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1877         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
1878         request from David Sauer
1880 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
1882         * configure.in (VERSION): Bumped version number to 4.5.41.
1884 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
1886         * configure.in (VERSION): Set version number to 4.5.39.
1888 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
1890         * configure.in: Added pt_BR to ALL_LINGUAS
1892 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
1894         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
1895         path to the mc binary according to @prefix@.
1897         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
1898         configure. Install mc.sh and mc.csh in $(suppbindir).
1900         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
1901         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
1902         copies of the included function definitions.
1904         * mcfn_install.in: Comment out definitions of the mc functions. Source
1905         mc.sh instead of adding an outdated mc function definition.
1907         * configure.in: output mc.sh and mc.csh
1909 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
1911         * lib/startup.links: Changed the news link to Gnotices
1913 1999-09-19  David Martin  <dmartina@usa.net>
1915         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
1916         8 bit chars from strftime get displayed when inserting date.
1918         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
1919         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
1920         file to avoid interferences. In this one I changed the extension check
1921         to a type check (as used for gzip) which might give problems in some
1922         systems.
1924         * configure.in: Use -Tlatin1 to format man pages when available and
1925         "view" 8 bit chars.
1927 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
1929         * gtkedit/edit.h: Include file reordering to make it compile with
1930         --with-debug
1932         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
1933         dependent on lenght of translated strings to display.
1935 1999-09-16  Owen Taylor  <otaylor@redhat.com>
1937         * Remove the magicdev autoconf test in favor of just
1938         including the idl file. Otherwise we have a dependency
1939         loop between this and magicdev.
1941 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
1943         * idl/FileManager.idl: Changed names, and put everything under a
1944         FileManager module.  Added a Desktop interface and some methods to
1945         the WindowFactory interface.
1947 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
1949         * doc-gnome/*: Shiny new docs from users-guide.
1950         All synced up.
1952 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
1954         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
1956 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
1958         * README: Updated and spell-checked.
1960         * NEWS: Updated.
1962 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
1964         * configure.in (ALL_LINGUAS): Added sv.
1966 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
1968         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
1969         symlink attacks (mcfn_install and the man page still needs to be
1970         updated).
1972 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
1974         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
1975         a symbolic link (ln -sf doesn't work as expected on Solaris)
1977 1999-08-19  Elliot Lee  <sopwith@redhat.com>
1978         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
1980 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
1982         * doc-gnome/C/gmc.sgml: Index fixes.
1984 1999-08-18  Elliot Lee  <sopwith@redhat.com>
1986         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
1987         initializers in the GnomeUIInfo structure.
1989 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
1991         * configure.in (VERSION): Bumped version number to 4.5.38.
1993 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
1995         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
1997 1999-08-15  David Martin  <dmartina@usa.net>
1999         * gtkedit/edit.c: Print localized date with strftime()
2001         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
2003 1999-08-08  David Martin  <dmartina@usa.net>
2005         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
2006         translation.
2008         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
2009         translation as it used to be.
2011 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2013         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
2014         that the correct index.html will be generated.
2016 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2018         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
2019         to the list.
2021 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
2023         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
2024         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
2025         This adds some new syntax rules, and spell check on the fly
2026         which if someone bugs me for, will actually get enabled in
2027         both the text and gnome versions. Bookmark stuff also needs
2028         some keys bound to it, I suppose: any takers?
2030 July 19, 1999 Elliot Lee
2031         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
2033 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
2035         * Makefile.in (all): Makefile fix.
2037 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2039         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2040         should fix the problem we had with FSSTND distributions.
2042 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2044         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
2045         list of distributed files.
2047 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2049         * configure.in (VERSION): Bumped version number to 4.5.34.
2051 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
2053         * Add fi into ALL_LINGUAS
2055 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
2057         * gnome/i-zipdisk2.png: Added another zip-disk icon
2058         by <scarab@egyptian.net> - It looks very nice. Variation
2059         is good.
2061 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2063         * acconfig.h: Add WITH_SMBFS
2065         * macros/gnome-vfs.m4: Support conditional samba support.
2067 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2069         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2070         should fix the problem we had with FSSTND distributions.
2072 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
2074         * mc.spec.in: added syntax files to %files
2076 1999-06-22  David Martin  <dmartina@usa.net>
2078         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
2080 1999-06-07  Shooby Ban  <bansz@szif.hu>
2082         * po/hu.po, configure.in: added hungarian translations...
2083           I'm not sure it's OK, but it seems usable.
2084           Translators: Tamas Fejos and Andras Kadar
2086 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
2088         * configure.in, Makefile.in: added the gmc helpfile to the build
2090 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
2092         * Add ja entry to LANG in configure.in
2094 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2096         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
2097         be installed in the system :) (added it to the Makefile.in)
2099 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2101         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
2102         disks - someone please add it to the mount.c code so it gets used..
2103         Everyone have a nice time at the expo! :) I hope to join the
2104         next time.
2106 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2108         * configure.in: Added check for getpt ()
2110 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2112         * configure.in (VERSION): Bumped version number to 4.5.31.
2114 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2116         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
2117         need to fool it by strdup'ing the return value of tempnam.
2119 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2121         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
2122         MCLIBS which are specific to the text edition.
2124         * INSTALL: Added documentation for --with-tm-x-support
2126 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
2128         * mc.spec.in : Folded in some changes from the 'offical' rpm
2129         spec file.
2131 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2133         * configure.in (SHELL): Do not use grep -q, as it is not portable
2134         to every OS.
2136 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2138         * configure.in: Linking from $srcdir/slang is broken when configure
2139         isn't called with an absolute path. Link from ../$srcdir/slang if
2140         configure was invoked with a relative path.
2142 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2144         * configure.in: Do not rm the destination file and then link, use
2145         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
2147 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2149         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
2150         --with-PACKAGE and --without-PACKAGE gave the same results.
2152 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2154         * configure.in (VERSION): Bumped version number to 4.5.30.
2156 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2158         * configure.in (VERSION): Bumped version number to 4.5.29.
2160 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2162         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
2163         now contains all checks.
2165 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2167         * configure.in (VERSION): bumped version number to 4.5.28.
2169 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
2171         * */Makefie.*: fixed several missed conversions from libdir to
2172         mclibdir. (Should be automake'd, really)
2174 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2176         * Make.common.in: There were conflicting definitions of mclibdir
2177         (one for installation, one for source).  Now the source one is
2178         called mcsrclibdir.
2180         * doc/Makefile.in: Use mcsrclibdir where appropriate.
2182 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
2184         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
2185         Pascal Program" (Heh, second time :)
2187         * Makefile.common: Until things gets clear, keep syntax rules in
2188         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
2190         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
2191         @libdir@.
2193 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
2195         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
2196         as requested by Paul. Still, need some checking...
2198 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
2200         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
2201         to date with cooledit 3.9.0. This adds some new features.
2202         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
2203         syntax.c. This is because the rule set is becoming too
2204         large to maintain in its current form and because file
2205         loading is starting to get slow.
2207         There is also a bookmark feature which does not yet have
2208         key bindings assigned to it, but should be cool once
2209         these get inserted. Syntax rules files are named
2210             $LIBDIR/cooledit/syntax/*.syntax
2212 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2214         * configure.in: Create slang directory, it is needed when
2215         builddir != srcdir.
2216         Use -f when calling rm, the file does not exist on
2217         first compile.
2218         No need to copy VERSION from $srcdir, it's already generated in
2219         $buildir.
2221 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
2223         * edit/edit_key_translator.c: Added missing translation tags.
2225 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2227         * configure.in: Minimum version of glib should be 1.2.0.
2228         (VERSION): Bumped version number to 4.5.27.
2230 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
2232         * gtkedit/editcmd.c: Added missing translation tags.
2234         * gtkedit/editoptions.c: Added missing translation tags. Translate
2235         radio buttons on first use.
2237 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
2239         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
2240         to get the mc spec file to work.
2241         * hacked configure to generate a properly versioned spec file.
2243 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2245         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
2246         radio buttons on first pass.
2248 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
2250         * gtkedit/editcmd.c: Mark strings in the search and replace
2251         dialogs for translation. Resized these dialogs to let the messages
2252         fit.
2254 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2256         * gtkedit/editwidget.c (selection_send): Use the proper type for
2257         64-bit cleanliness (Patch from George Lebl).
2259 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
2261         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
2262         into the catalog file.
2264 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2266         * configure.in: Make Timur's libtermcap check work with SLang
2267         0.99.98, too.
2269 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2271         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
2272         PS and EPS files.  Thanks, Tigert!
2274 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2276         * configure.in (CCOPTS): Drop the prefix auto-detection.
2278 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
2280         * configure.in: Add check, which, in case of system-installed SLang
2281         library tries to run a test program, which determines, does we need
2282         linking with libtermcap.a. Also, set of if's for finding terminfo
2283         dir changed to for cycle - a bit nicer :)
2285 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2287         * README.QNX: Deleted documention about mc.menu.qnx.diff.
2289 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2291         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
2293 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2295         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
2296         from tar calls when extracting (according to my man page this option
2297         is only useful when creating archieves).
2299 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2301         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
2302         adds support for tar.bz2 and merges the support for freeze-compressed
2303         tar files (tar.F) from mc.menu.qnx.diff.
2305 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
2307         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
2308         GNU-like :)
2310 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2312         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
2313         the catalog file.
2315 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
2317         * new_icons/gnome-core.png: New icon for core files. Someone
2318         please add the code part :)
2320 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
2322         * configure.in: Add check against setuid() and setreuid() functions.
2324 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2326         * slang/slang.h: renamed to slang-mc.h
2328         * slang/Makefile.in: delete slang.h on "make clean"
2330         * configure.in: link slang/slang-mc.h to slang/slang.h when the
2331         included slang is used. Problem was that MC's slang.h was used
2332         when we compiled with an already installed SLang and the systems
2333         header file were included with <slang/slang.h>.
2334         Unfortunatly I can't use AC_LINK_FILES to make the links because
2335         if we needn't make any links AC_LINK_FILES makes a link from
2336         srcdir to top_builddir (builddir != srcdir).
2338         Temporary add $LGPM to $LIBS when checking for the resizeterm
2339         and keyok functions (ncurses might be linked against GPM).
2341         Substitude PACKAGE (intl/Makefile makes use of it)
2343 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
2345         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
2346         #include "global.h".
2348 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
2350         * Make.common.in (gnewdir): new path.
2352 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
2354         * configure.in: Add comments before "Let" and "the" - typo. Add new
2355         path to include's search.
2357 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
2359         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
2361 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2363         * configure.in (REGEX_O): Always include regex.o as the code we
2364         are using in gmc is not using regcomp/regexec, but the internal
2365         Emacs API.
2367         * src/regex.c: Do not compile the POSIX compatibility code, as we
2368         do not use it.
2370 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2372         * doc/mc.sgml, mc1.in (Color section): minor polishing
2373         (Layout section): documented Highlight...
2375 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2377         * configure.in: Deleted du checks
2379         * INSTALL: Deleted --with-dusum documentation.
2381         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
2382         Configuration dialog. Added Advanced chown subsection. Deleted
2383         variables from the Special settings section which are now covered
2384         by the configuration dialog.
2386 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2388         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
2389         tar_gz_memlimit. Partially rewrote the section about the
2390         Virtual FS.. configuration dialog.
2392 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
2394         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
2396 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2398         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
2400         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
2401         builddir
2403 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
2405         * new_icons/gnome-image-[lots].png: I added some icons for file
2406         types (image) there - someone please tell me what the correct
2407         location and naming convention is and I will try to follow that. :)
2409 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
2411         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
2412         the build will still work.  (Has this been replaced by new_icons?)
2414 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
2416         * doc/mc.1.in, mc.sgml: added my name to list ov authors
2418 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2420         * Makefile.in (codedirs): Dropped xv and tk ports from the
2421         distribution. include idl directory.
2423 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2425         * configure.in (slang_use_system_installed_lib): Define slang
2426         here, to avoid having this on LIBS.
2428 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
2430         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
2432 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
2434         * config.h.in: Removed from CVS, added to .cvsignore
2436         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
2437         configure.in:
2438         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
2439         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
2440         HAS_CURSES added to acconfig.h
2442 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2444         * autogen.sh: Add "-I macros" to the aclocal flags.
2446         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
2447         so that aclocal will not complain about an obsolete macro.
2449         * configure.in: Use MC_HPUX_PROG_CC_STDC
2451         * ChangeLog: There was no ChangeLog here, so I added one.