* syntax/html.syntax: Don't require character entities to be
[midnight-commander.git] / ChangeLog
blobb699786b468870975c535ebc77e430e69b8c516c
1 2002-08-02  Pavel Roskin  <proski@gnu.org>
3         * configure.in: No longer need to define REGEX_MALLOC.
5 2002-08-01  Pavel Roskin  <proski@gnu.org>
7         * configure.in: Remove support for MAD and Electric Fence.
8         Developers should use modern memory debuggers (e.g. Valgrind).
9         * INSTALL: Remove references to MAD.
11 2002-07-31  Pavel Roskin  <proski@gnu.org>
13         * syntax/html.syntax: Remove recognition for any individual
14         words - there are too many of them, we cannot keep up.
16 2002-07-30  Pavel Roskin  <proski@gnu.org>
18         * doc/ru/Makefile.am: Use man2hlp directly.
20 2002-07-28  Pavel Roskin  <proski@gnu.org>
22         * syntax/changelog.syntax: Highlight "*" only after tab.  This
23         requires fixed syntax highlighting.
25         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
26         default. Open *.xls with gnumeric.  Use mplayer for most video
27         formats.
29         * syntax/nroff.syntax: Require most keywords to be whole.
31 2002-07-21  Pavel Roskin  <proski@gnu.org>
33         * syntax/fortran.syntax: Fix highlighting of "*" at the
34         beginning of line.  Recognize "     +" as continuation.  Move
35         all "linestart" keywords earlier to avoid more conflicts.
37 2002-07-18  Pavel Roskin  <proski@gnu.org>
39         * syntax/unknown.syntax: Don't highlight anything by default.
41         * syntax/changelog.syntax: Highlight functions without
42         filenames.
43         * syntax/Syntax: Match *ChangeLog*.
45         * syntax/c.syntax: Reenable highlighting for "/" and preserve
46         highlighting for "//" comments by using exclusive context.
47         * syntax/java.syntax: Likewise.
48         * syntax/swig.syntax: Likewise.
49         * syntax/slang.syntax: Reenable highlighting for "/".
50         * syntax/sql.syntax: Enable highlighting for "/" and "-".
52         * syntax/sql.syntax: New file.
53         * syntax/Syntax: Add sql.syntax.
54         * syntax/Makefile.am: Likewise.
55         From Walery Studennikov <despair@sama.ru> with minor changes.
57 2002-07-16  Pavel Roskin  <proski@gnu.org>
59         * lib/mc.ext.in: Remove handling of executables.  They should
60         be handled internally for "pause after run" to work.
62         * syntax/Syntax: Associate *.itcl with tcl.syntax.
63         * syntax/tcl.syntax: Add itcl keywords, other improvements.
65 2002-07-15  Pavel Roskin  <proski@gnu.org>
67         * configure.in: Don't check for strcasecmp(), strncasecmp() and
68         strdup() - test results are not used except in gettext, which
69         provides its own tests.
71         * configure.in: When checking for ncurses, check for
72         has_colors(), not curses_version() - the later is missing in
73         older version of ncurses.
75 2002-07-13  Pavel Roskin  <proski@gnu.org>
77         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
78         not to LIBS.
79         * configure.in: Fix breakage in ncurses headers check from the
80         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
81         Define REGEX_MALLOC here.
83         * acinclude.m4 (AC_NCURSES): Remove.
84         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
85         AC_CHECK_LIB to check existance of ncurses library.  Eliminate
86         variables force_ncurses and search_ncurses.
88 2002-07-10  Pavel Roskin  <proski@gnu.org>
90         * configure.in: Remove --with-netrc, it is now default and can
91         be disabled at the runtime.
93         * syntax/tcl.syntax: New file.
94         * syntax/Syntax: Add tcl.syntax.
95         * syntax/Makefile.am: Likewise.
96         * syntax/java.syntax: Don't treat #define separately from other
97         preprocessor directives.
98         * syntax/slang.syntax: Likewise.
99         * syntax/swig.syntax: Likewise.
101 2002-07-09  Pavel Roskin  <proski@gnu.org>
103         * syntax/c.syntax: Don't treat #define separately from other
104         preprocessor directives.
106 2002-07-08  Pavel Roskin  <proski@gnu.org>
108         * syntax/perl.syntax: Highlight text after __END__ as a comment.
109         * syntax/po.syntax: Avoid gray color, which is hard to see.
111 2002-07-05  Pavel Roskin  <proski@gnu.org>
113         * syntax/dos.syntax: Add more commands.
115 2002-07-04  Pavel Roskin  <proski@gnu.org>
117         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
118         sort authors.
120 2002-06-24  Pavel Roskin  <proski@gnu.org>
122         * syntax/dos.syntax: New file - highlighting for DOS batch
123         files.  From Petr Kozelka <pkozelka@centrum.cz>
124         * syntax/Syntax: Add dos.syntax.
125         * syntax/Makefile.am: Likewise.
127 2002-06-04  Max Schedriviy  <max@humgat.org>
129         * syntax/php.syntax: New version.
131 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
133         * NEWS: Mention ftpfs/fish uploading changes and new configure
134         options --with-codepagedir=DIR, --with-configdir=DIR and
135         --without-mcfs.
137 2002-05-22  Pavel Roskin  <proski@gnu.org>
139         * doc/ru/Makefile.am: Fix out-of-tree build.
141 2002-05-14  Pavel Roskin  <proski@gnu.org>
143         * configure.in: Fix logic for gettext 0.10.x.
145 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
147         * configure.in: Don't generate po/Makefile if
148         there is 'top_builddir' in po/Makefile.in.
149         * autogen.sh: More fixes for gettext 0.11+.
151 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
153         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
155 2002-04-21  Pavel Roskin  <proski@gnu.org>
157         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
158         can play them.
160 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
162         * autogen.sh: Fix for gettext 0.11 family (and newer).
164 2002-04-08  Pavel Roskin  <proski@gnu.org>
166         * autogen.sh: Allow gettext newer than 0.10.39.
167         From Björn Eriksson <bjorn@bjornen.nu>
169 2002-04-03  Pavel Roskin  <proski@gnu.org>
171         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
172         by "make clean" because not everyone has Perl to rebuild it.
174 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
176         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
177         first line regular expression.
179 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
181         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
182         or newer is not used.
183         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
185         * src/Makefile.am: Move mc.hlp.ru processing ...
186         * doc/ru/Makefile.am: ... here.
188 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
190         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
191         * syntax/c.syntax: Highlight "%p" printf format.
192         Allow '*' as width and precision for strings and numbers.
194         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
195         * doc/ru/mc.1.in: Likewise.
197 2002-03-18  Pavel Roskin  <proski@gnu.org>
199         * doc/ru/Makefile.am: Distribute xnc.hlp.
201 2002-03-12  Pavel Roskin  <proski@gnu.org>
203         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
205 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
207         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
208         * doc/ru/Makefile.am: New file.
210 2002-03-08  Pavel Roskin  <proski@gnu.org>
212         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
214 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
216         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
218 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
220         * doc/mc.1.in: Use nodename `Background jobs' for section
221         `Background Jobs' to reflect user visible Command menu option
222         and src/cmd.c dialog implementation.
224         * doc/ru: New directory for Russian manuals.
225         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
226         translated by Victor A. Kostromin for mc 4.5.30.  Converted
227         from binary mc.hlp.ru, corrected and actualized by me.
228         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
229         * doc/ru/.cvsignore: Ignore mc.1.
231 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
233         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
234         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
235         mc.lib settings.
237         (Virtual File System): Document SMB File System.
239 2002-02-26  Pavel Roskin  <proski@gnu.org>
241         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
242         message "no symbol found" for unsupported architectures and
243         provide more useful information.
245 2002-02-22  Pavel Roskin  <proski@gnu.org>
247         * README.smbfs: Remove.  It contained no useful information
248         and the webpage is now dead.
249         * Makefile.am: Remove README.smbfs.
251         * README: Mention that glib 1.2.x is required.
253 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
255         * lib/edit.indent.rc: Use "#! /bin/sh"
256         * lib/edit.spell.rc: Likewise.
257         * lib/mcserv.init: Likewise.
259         * lib/cedit.menu: Eliminate bashisms.
260         Add missed `:' in AUTHOR evaluation.
261         Unset LANGUAGE and make LC_ALL empty.
262         Use "#! /path/to/program".
264 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
266         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
267         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
268         Fix tarfs URL syntax example.  Minor typo and format fixes.
270 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
272         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
273         Fix location of configuration files.
275 2002-02-05  Pavel Roskin  <proski@gnu.org>
277         * configure.in: Don't use defunct ncurses_version.
278         Reported by Thomas Dickey <dickey@herndon4.his.com>
279         Set force_ncurses whenever --with-ncurses is used.  If set,
280         suppress checks for S-Lang and fail is ncurses is not found.
282         * configure.in: Introduce a new variable screen_type that is
283         either "slang" or "ncurses" without additional text.  Use it
284         instead of screen_manager whenever possible.  Fix text in
285         AC_NCURSES call, use m4 quotes and move shell quotes into the
286         macro.
287         * acinclude.m4: Likewise.
289 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
291         * syntax/Syntax: Known Delphi/Kylix source file extensions
292         supported (*.dpr, *.inc).
293         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
294         Special highlighting for CVS keywords.  Understands single-line
295         comments (//).
297 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
299         * configure.in (ALL_LINGUAS): Added "bg"
301 2002-01-21  Pavel Roskin  <proski@gnu.org>
303         * NEWS: Mention word completion in the editor.
305 2002-01-17  Pavel Roskin  <proski@gnu.org>
307         * extraconf.h: Remove OS/2 specific code.
309         * doc/mc.1.in (Configuration): Clarify some entries.
311 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
313         * acinclude.m4: New options for smbfs:
314         --with-configdir=DIR    Where the Samba configuration files are (/etc)
315         --with-codepagedir=DIR  Where the Samba codepage files are
317 2002-01-11  Pavel Roskin  <proski@gnu.org>
319         * syntax/xml.syntax: New file - highlighting for XML.
320         From Petr Kozelka <pkozelka@centrum.cz>
321         * syntax/Syntax: Add xml.syntax.
322         * syntax/Makefile.am: Likewise.
324 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
326         * configure.in: Added "eu" to ALL_LINGUAS.
328 2002-01-03  Pavel Roskin  <proski@gnu.org>
330         * lib/mc.menu: Correct quoting.
331         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
333         * NEWS: Mention removal of the OS/2 port.
334         * README.PC: Remove OS/2 specific parts.
336 2002-01-02  Pavel Roskin  <proski@gnu.org>
338         * configure.in: Make help about --with-subshell easier to
339         understand.  Minor alignment fixes for the help.
340         * acinclude.m4: Minor alignment fixes for the help.
342 2001-12-31  Pavel Roskin  <proski@gnu.org>
344         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
345         from vfs/Make-mc.in.
347 2001-12-27 Duarte Loreto  <happyguy_pt@hotmail.com>
349         * configure.in: Added portuguese to ALL_LINGUAS
351 2001-12-21  Pavel Roskin  <proski@gnu.org>
353         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
354         Don't remove slang/slang.h - it's never created.
356         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
357         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
358         unused.
360 2001-12-01  Wang Jian  <lark@linux.net.cn>
362         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
364 2001-11-29  Pavel Roskin  <proski@gnu.org>
366         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
368 2001-11-27  Pavel Roskin  <proski@gnu.org>
370         * lib/mc.ext.in: When running X programs in background, do it
371         from subshell.  Otherwise some of them terminate when mc exits.
372         Reported by Christian Dysthe <christian@dysthe.net>
373         Remove some obsolete and gmc-specific entries.  Use StarOffice
374         to open files detected as "Microsoft Office Document".
376         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
377         XFree86 4.1.0.
379 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
381         * doc/mcedit.1.in: Fix help file location.
383 2001-11-14  Pavel Roskin  <proski@gnu.org>
385         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
386         fallback to ino_t for e2fsprogs version 1.19 and older.
388 2001-10-30  Pavel Roskin  <proski@gnu.org>
390         * lib/mc.ext.in: Add support for Netpbm files.
392 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
394         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
395         http://bugzilla.gnome.org/show_bug.cgi?id=60935
396         By drk@sgi.com.
398         * doc/mc.1.in: Document %p macro.
400 2001-10-24  Pavel Roskin  <proski@gnu.org>
402         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
403         Allow using --without-mmap.
404         * INSTALL: Document --without-mmap.
406 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
408         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
409         of languages to be installed by setting env variable before
410         configure. If it is empty, it defaults to full list.
411         By Alex Tkachenko <alex@bcs.zp.ua>.
413 2001-10-19  Pavel Roskin  <proski@gnu.org>
415         * syntax/sh.syntax: Highlight reserved words inside backticks.
416         Use the same wholechars settings for reserved words and
417         commands.  Recognize more words.  Recognize function definitions
418         without "function" or without "()".  Use brightmagenta instead
419         of brightblue.
421 2001-10-18  Pavel Roskin  <proski@gnu.org>
423         * configure.in: When checking for "nroff -mandoc" support, don't
424         use /dev/null as input file, use stdin.  Some versions of nroff
425         (e.g. groff-1.16.1) don't accept special files.
427 2001-10-14  Pavel Roskin  <proski@gnu.org>
429         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
430         Makefile.  Don't allow any suffixes after "Makefile".
432 2001-10-12  Pavel Roskin  <proski@gnu.org>
434         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
435         format).
437 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
439         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
440         Fix compress<->bzip2 conversion and conversion of tagged
441         archives.
443 2001-10-05  Pavel Roskin  <proski@gnu.org>
445         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
446         Suggested by Marcel Pol <mpol@gmx.net>
448         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
449         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
450         and *.mid files.
452 2001-09-30  Pavel Roskin  <proski@gnu.org>
454         * configure.in: Don't check whether grep supports stdin - it's
455         not used anymore.
456         * NEWS: Mention this change.
458 2001-09-19  Pavel Roskin  <proski@gnu.org>
460         * doc/mcedit.1.in: Fix a very long line - use double
461         backslashes since they are interpreted even in the .nf blocks.
463         * lib/edit.spell.rc: Try aspell before resorting to ispell.
465         * syntax/php.syntax: Replace with a better implementation by
466         Max Schedriviy <max@tavrida.net>
468 2001-09-15  Pavel Roskin  <proski@gnu.org>
470         * doc/mc.1.in: Fix location of mcedit files.
471         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
473 2001-09-14  Pavel Roskin  <proski@gnu.org>
475         * configure.in: Don't check for ncurses version and for keyok()
476         because the mouse support code doesn't need this hack anymore.
478 2001-09-13  Pavel Roskin  <proski@gnu.org>
480         * configure.in: Fix some cases of overquoting and underquoting.
481         * acinclude.m4: Likewise.
483 2001-09-12  Pavel Roskin  <proski@gnu.org>
485         * configure.in: Update list of browsers.  Don't fallback to
486         lynx since it cannot be run in background.
487         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
488         If no browser for X11 was found, use lynx.
490         * autogen.sh: Add a workaround to ensure that "depcomp" is
491         distributed.
492         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
493         where appropriate.
494         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
495         terminfo.
497         * configure.in: Use three-argument form of AC_INIT.  Use
498         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
499         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
500         is not needed if AC_CONFIG_AUX_DIR is used.
501         * vfs/Make-mc.in: Adjust mkinstalldirs location.
502         * autogen.sh: Create "config" and remove "autom4te.cache".
504 2001-09-11  Pavel Roskin  <proski@gnu.org>
506         * syntax/Syntax: New file, extracted from edit/syntax.c.
507         * syntax/Makefile.am: Add Syntax.
509         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
510         to LIBS.  Don't use unportable "grep -q", use "case" instead.
512 2001-09-10  Pavel Roskin  <proski@gnu.org>
514         * configure.in: Only check for X if --with-tm-x-support has been
515         specified.
517         * configure.in: Add check for sys/ioctl.h.
519         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
521         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
522         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
523         testing for functions in ncurses.
525         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
526         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
527         * acconfig.h: Remove.
529         * configure.in: Eliminate LIBSLANG and LSLANG.
530         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
532         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
533         resizeterm() and keyok() only if configuring with ncurses.
535         * configure.in: Remove now unused variables LIBVFS and LVFS.
537         * configure.in: Remove unused variables LINTL and INTLDEPS.
539         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
540         building with included gettext, because libintl.h is copied
541         there.
543 2001-09-09  Pavel Roskin  <proski@gnu.org>
545         * NEWS: Update.
547         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
548         checks -lgen for getmntent as of Autoconf 2.52.
550 2001-09-07  Pavel Roskin  <proski@gnu.org>
552         * configure.in: Check for pwd.h.
554         * Make.common.in: Remove.
555         * configure.in: Remove all references to Make.common.in and
556         MCCPPFLAGS.
557         * aclocal.m4: Likewise.
559         * configure.in: Require Autoconf 2.52.  Remove hacks for
560         Autoconf 2.13.
561         * Makefile.am: Require Automake 1.5.
563 2001-09-06  Pavel Roskin  <proski@gnu.org>
565         * syntax/php.syntax: New file - PHP file highlighting.  Copied
566         from Cooledit 3.17.4.
567         * syntax/Makefile.am: Add php.syntax.
569 2001-09-06  Timur Bakeyev  <mc@bat.ru>
571         * acconfig.h: Brought back couple of symbols, that are still necessary
572         due reference to them from configure.in.
574 2001-09-04  Pavel Roskin  <proski@gnu.org>
576         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
577         strictness for dates.
579         * doc/mc.1.in: Fix troff warnings.
580         * doc/mcedit.1.in: Likewise.
582 2001-09-03  Pavel Roskin  <proski@gnu.org>
584         * doc/mc.1.in: Spellcheck.
585         * doc/mcedit.1.in: Likewise.
586         * doc/mcserv.8.in: Likewise.
588         * doc/mc.1.in (Learn Keys): Complete rewrite.
590 2001-09-02  Pavel Roskin  <proski@gnu.org>
592         * acconfig.h: Remove all unused symbols.
594         * lib/ncurses.h: Remove.
595         * lib/Makefile.am: Remove ncurses.h.
597 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
599         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
601 2001-08-28  Pavel Roskin  <proski@gnu.org>
603         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
604         like EOF.
606 2001-08-26  Pavel Roskin  <proski@gnu.org>
608         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
609         CONS_SAVER.  Put all conditionals together.
611         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
612         Automake 1.5.
614         * configure.in: Remove XCURSES variable - it's unused.
616         * configure.in: New conditional USE_EDIT.
618         * syntax/changelog.syntax: Don't require '@' to be in the
619         address.  This also works around a bug in the syntax engine
620         that prevented highlighting of addresses.
622 2001-08-25  Pavel Roskin  <proski@gnu.org>
624         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
626 2001-08-24  Pavel Roskin  <proski@gnu.org>
628         * extraconf.h: Remove all references to HAVE_X.
629         * acinclude.m4: s/GNOME_/MC_/
630         * configure.in: Likewise.  Remove or clarify all references to
631         the "text edition".  Minor fixes.
633         * configure.in: Remove support for curses libraries other than
634         ncurses.
635         * acinclude.m4: Likewise.
636         * FAQ: Remove everything about UNIX curses.
637         * INSTALL: Likewise.
639         * configure.in: Enable large file support by default.
640         * NEWS: Mention it.
641         * INSTALL: Document it.  Minor fixes.
643         * FAQ: Remove information about GNOME edition.  Minor fixes.
644         * README: Likewise.
645         * NEWS: Mention removing the GNOME edition.
647         * acinclude.m4: Include all used macros from the macros
648         directory.
649         * autogen.sh: Remove all references to "macros".
650         * Makefile.am: Likewise.
652         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
653         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
655         * lib/startup.links: Remove.
656         * lib/README.desktop: Likewise.
657         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
659         * configure.in: Bump version to 4.5.99a.
661         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
662         * po/*.po: Regenerate.
664         * AUTHORS: Update and spell check.
665         * FAQ: Likewise.
666         * INSTALL: Likewise.
667         * INSTALL.FAST: Likewise.
668         * NEWS: Likewise.
669         * README.PC: Likewise.
670         * README.QNX: Likewise.
672         * configure.in: Add check for stropts.h.
674 2001-08-23  Pavel Roskin  <proski@gnu.org>
676         * lib/edit.indent.rc: Create cooledit.error right away to
677         override its old contents.  Don't use ksh extentions.  Treat *.C
678         files as C++.  Recognize more C++ extensions.  Support java.
679         Update URL for "astyle".  Quote all arguments to protect spaces.
680         * lib/edit.spell.rc: Don't save terminal settings - mc does it
681         itself.  Quote all arguments to protect spaces.
683 2001-08-21  Pavel Roskin  <proski@gnu.org>
685         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
686         files if GNOME frontend is disabled.
687         * idl/Makefile.am: Likewise.
688         * lib/Makefile.am: Likewise.
689         * new_icons/Makefile.am: Likewise.
691         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
692         case it already has gettext macros elsewhere and doesn't like
693         duplicates (i.e. it's aclocal from Automake-1.4).
695 2001-08-20  Pavel Roskin  <proski@gnu.org>
697         * AUTHORS: Updated.
698         * INSTALL: Likewise.
699         * NEWS: Likewise.
700         * doc/mc.1.in: Likewise.
701         * doc/mcserv.8.in: Likewise.
703         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
704         for sys/mount.h.
706 2001-08-19  Andras Timar  <timar@gnome.hu>
708         * lib/Makefile.am: Added Hungarian hints
709         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
711 2001-08-19  Pavel Roskin  <proski@gnu.org>
713         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
715 2001-08-17  Pavel Roskin  <proski@gnu.org>
717         * syntax/po.syntax: New file - PO file highlighting.
718         From David Martin <dmartina@excite.es>
719         * syntax/Makefile.am: Add po.syntax.
721         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
722         it's sometimes missing from the databases.
724 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
726         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
727         * lib/Makefile.am: Reflect above change.
729 2001-08-15  Pavel Roskin  <proski@gnu.org>
731         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
733 2001-08-14  Pavel Roskin  <proski@gnu.org>
735         * lib/mc.lib: Add popular sequences for "home" and "end" in
736         "xterm" and "xterm-color" terminals.
738 2001-08-13  Pavel Roskin  <proski@gnu.org>
740         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
742         Replace "Can't" with "Cannot" everywhere.
744 2001-08-12  Pavel Roskin  <proski@gnu.org>
746         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
747         subshell, not for "Open file...".
748         (emacs_key_map): Likewise.
750         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
752 2001-08-10  Pavel Roskin  <proski@gnu.org>
754         * Makefile.am (EXTRA_DIST): Remove BUGS.
755         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
757         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
759         * doc/LSM: Remove, it's outdated.
760         * doc/FILES: Likewise.
761         * doc/DEVEL: Remove information about FILES.
763         * FAQ: Eliminate all broken URLs on the MC site.
764         From Frederic L. W. Meunier <0@pervalidus.net>
766         * FAQ: Restore information about xterm.
768 2001-08-08  Pavel Roskin  <proski@gnu.org>
770         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
772 2001-08-07  Pavel Roskin  <proski@gnu.org>
774         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
776         * doc/mc.1.in: Fix all broken links.
778 2001-08-06  Pavel Roskin  <proski@gnu.org>
780         * INSTALL: Numerous changes.  Declare old curses obsolete.
781         Partly from Frederic L. W. Meunier <0@pervalidus.net>
783         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
785 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
787         * lib/Makefile.am: Remove space after backslash introduced in the
788         previous commit.
790         * lib/mc.hint.zh_TW.Big5: New file.
791         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
793 2001-08-02  Pavel Roskin  <proski@gnu.org>
795         * lib/mc.hint.uk: New file.
796         From Maksym Polyakov <polyama@yahoo.com>
797         * lib/Makefile.am: Add mc.hint.uk.
799 2001-08-01  Pavel Roskin  <proski@gnu.org>
801         * lib/mc.hint.nl: New file.
802         From Steef Boerrigter <sxmboer@sci.kun.nl>
803         * lib/Makefile.am: Add mc.hint.nl.
804         * lib/mc.hint: Remove ftp site.  Update copyright.
805         * lib/mc.hint.cs: Likewise.
806         * lib/mc.hint.es: Likewise.
807         * lib/mc.hint.it: Likewise.
808         * lib/mc.hint.pl: Likewise.
809         * lib/mc.hint.ru: Likewise.  Shorten some lines.
811         * edit/Makefile.in: Allow running "make install" before "make all".
812         * gtkedit/Makefile.in: Likewise.
814 2001-07-31  Pavel Roskin  <proski@gnu.org>
816         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
817         editor.
818         * lib/Makefile.am: Add lib/edit.spell.rc.
820         * autogen.sh: Use gettextize.
821         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
822         * po/Makefile.in.in: Likewise.
824 2001-07-29  Pavel Roskin  <proski@gnu.org>
826         * syntax/slang.syntax: New file.
827         From Walery Studennikov <despair@sama.ru>
828         * syntax/Makefile.am: Add slang.syntax.
830 2001-07-27  Pavel Roskin  <proski@gnu.org>
832         * extraconf.h: Move WITH_BACKGROUND here.
834 2001-07-24  Pavel Roskin  <proski@gnu.org>
836         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
838 2001-07-23  Pavel Roskin  <proski@gnu.org>
840         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
842 2001-07-20  Pavel Roskin  <proski@gnu.org>
844         * Make.common.in: Move all defines ...
845         * gnome/Makefile.in: ... here ...
846         * src/Makefile.in: ... and here.
848 2001-07-19  Pavel Roskin  <proski@gnu.org>
850         * configure.in: Don't check for getwd, it's completely
851         eliminated.
852         * INSTALL: Remove reference to HAVE_GETWD.
854         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
855         entries for compressed cpio archives.
857         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
858         they were only used in obsolete frontends.  Don't ever use %view
859         without commands - it's slower and loses user settings, e.g.
860         hex mode.  Put shared libraries before man pages and read.me
861         before .me macros so that they match correctly.  Use nm for
862         shared libraries.  Add rules for StarOffice and AbiWord.
864 2001-07-14  Pavel Roskin  <proski@gnu.org>
866         * configure.in: Bump version to 4.5.54a.
868 2001-07-13  Pavel Roskin  <proski@gnu.org>
870         * lib/mcserv.init: Fix exit status.
871         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
873         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
874         "executable", which should follow a space. Simplify rules for
875         images. Add shell/ rule for *.info files. Fix all incorrect
876         uses of the alternation operator.
877         Reported by Oskar Liljeblad and Michel Casabona.
879 2001-07-12  Pavel Roskin  <proski@gnu.org>
881         * configure.in: Don't check for iconv, it's already checked for
882         in AM_GNU_GETTEXT.
884 2001-07-10  Pavel Roskin  <proski@gnu.org>
886         * doc/mc.1.in: Update documentation about hex search.
888         * edit/edit_key_translator.c (cooledit_key_map): Bind
889         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
890         From Steef Boerrigter <sxmboer@sci.kun.nl>
892         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
893         * edit/edit_key_translator.c (cooledit_key_map): Add support
894         for bracket matching on Alt-B.
895         * gtkedit/gtkeditkey.c: Likewise.
896         From Steef Boerrigter <sxmboer@sci.kun.nl>
898 2001-07-06  Pavel Roskin  <proski@gnu.org>
900         * lib/mc.ext.in: Use nm to view object files.
902         * Make.common.in: Remove GNOME-specific and unused definitions.
903         Partly moved to gnome/Makefile.in.
905         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
906         they are usused.
907         * Make.common.in: Likewise.
909 2001-06-29  Pavel Roskin  <proski@gnu.org>
911         * ABOUT-NLS: Update to the version from gettext-0.10.38.
913         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
914         now done in configure. Move -I.. to the beginning.
915         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
916         libintl.a may be required to link mc.
917         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
918         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
919         Move all i18n code to one place. Don't substitute INTLSUB - it's
920         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
921         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
923 2001-06-25  Pavel Roskin  <proski@gnu.org>
925         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
926         It should be enabled explicitly by giving `--enable-largefile'
927         to configure.
928         * INSTALL: Document it.
930 2001-06-22  Pavel Roskin  <proski@gnu.org>
932         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
934         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
935         in struct statfs.
936         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
938         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
939         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
940         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
941         found.
942         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
944 2001-06-19  Pavel Roskin  <proski@gnu.org>
946         * configure.in: Check for telldir and seekdir. Join adjacent
947         calls to AC_CHECK_FUNCS.
949 2001-06-16  Pavel Roskin  <proski@gnu.org>
951         * Makefile.am: Change the order of SUBDIRS to fully compile text
952         edition before compiling anything for GNOME.
953         * mc.spec.in: Don't use brace expansion to avoid implicit
954         build-time dependency on bash.
956 2001-06-13  Pavel Roskin  <proski@gnu.org>
958         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
959         the test code.
960         * configure.in: Fix compiler warnings in the arguments to
961         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
962         around `=' in the `test' command.
964 2001-06-07  Pavel Roskin  <proski@gnu.org>
966         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
967         GNOME documentation template.
968         * doc-gnome/C/mkhtml: Don't generate index.
969         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
971 2001-06-06  Pavel Roskin  <proski@gnu.org>
973         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
974         conditional variables from EXTRA_DIST.
976 2001-06-05  Pavel Roskin  <proski@gnu.org>
978         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
979         conversion support.
980         From Walery Studennikov <hqsoftware@mail.ru>.
982         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
984 2001-06-01  Pavel Roskin  <proski@gnu.org>
986         * lib/mc.charsets: Synchronize with the latest patch - remove
987         a comment.
989 2001-05-30  Pavel Roskin  <proski@gnu.org>
991         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
992         work with GNOME.
994         * lib/mc.charsets: New file. From Walery Studennikov.
995         * lib/Makefile.am: Distribute mc.charsets. Install it if
996         the charset support is enabled.
998         * configure.in: Add check for iconv() and the necessary code
999         to support the charset selection patch.
1001         * configure.in: Add check for ESCDELAY variable in ncurses.
1003 2001-05-29  Pavel Roskin  <proski@gnu.org>
1005         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
1006         USE_EXT2FSLIB.
1008         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
1009         * pc/config.h: Likewise.
1011         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
1012         and "strings". Recognize "write" files and MS Word templates.
1013         For MS Excel documents try "xls2csv" and "strings".
1014         Escape spaces in the "type" directives.
1015         From Nerijus Baliunas.
1017         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
1019         * Make.common.in: Remove hpath, it's unused.
1021         * acconfig.h: Move constant parts ...
1022         * extraconf.h: ... here.
1023         [HAVE_X]: Disable subshell, s-lang and curses.
1024         * Makefile.am: Add extraconf.h.
1026 2001-05-28  Pavel Roskin  <proski@gnu.org>
1028         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
1029         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
1030         * configure.in: ... here.
1032 2001-05-27  Pavel Roskin  <proski@gnu.org>
1034         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
1035         * acconfig.h: Likewise.
1036         * src/layout.c: Likewise.
1038         * Make.common.in: Remove all percent rules.
1039         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
1040         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
1041         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
1042         AM_INIT_AUTOMAKE.
1044         * Make.common.in: Remove obsolete dependency tracking system.
1045         * configure.in: Likewise.
1046         * edit/Makefile.in: Likewise.
1047         * gnome/Makefile.in: Likewise.
1048         * gtkedit/Makefile.in: Likewise.
1049         * slang/Makefile.in: Likewise.
1050         * src/Makefile.in: Likewise.
1051         * vfs/Make-mc.in: Likewise.
1052         * src/depend.awk: Remove.
1054 2001-05-26  Pavel Roskin  <proski@gnu.org>
1056         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
1057         * syntax/octave.syntax: New file. From Walery Studennikov.
1058         * syntax/Makefile.am: Add octave.syntax.
1060         * configure.in: Fix incorrect test for stdin support in grep -
1061         it would always fail when configuring in an empty directory.
1062         Portability fixes - unset, backslashed space in here-documents.
1063         Eliminate all instances of "changequote".
1065         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
1066         user choice.
1067         * acconfig.h: Changes for the above.
1068         * INSTALL: Don't document --with-sco - it's now defunct.
1069         * INSTALL.FAST: Likewise.
1071 2001-05-25  Pavel Roskin  <proski@gnu.org>
1073         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
1074         are in the beginning of the "file" output.
1076 2001-05-23  Pavel Roskin  <proski@gnu.org>
1078         * lib/mc.ext.in: Add associations for viewing RPM files.
1080 2001-05-22  Pavel Roskin  <proski@gnu.org>
1082         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
1083         By default exit after the first error in jade.
1085         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
1086         JADEFLAGS environment variables. Report progress. Clean up on
1087         failure.
1089 2001-05-21  Pavel Roskin  <proski@gnu.org>
1091         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
1092         files.
1094         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
1095         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
1097 2001-05-20  Pavel Roskin  <proski@gnu.org>
1099         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
1100         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
1101         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
1102         * doc-gnome/C/figs/Makefile.am: Add support for converting from
1103         PNG to EPS.
1105         * Makefile.am (EXTRA_DIST): Remove create_vcs.
1106         * doc/FILES: Likewise. Typo fix.
1108 2001-05-19  Pavel Roskin  <proski@gnu.org>
1110         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
1111         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
1112         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
1114         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
1115         index entry "Moving files".
1117 2001-05-18  Pavel Roskin  <proski@gnu.org>
1119         * configure.in: Use src/main.c in AC_INIT.
1121         * create_vcs: Remove.
1123         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
1124         Add download location for glib.
1125         * mc.spec.in: Likewise.
1126         * doc/LSM: Likewise.
1127         * doc/mc.1.in: Likewise.
1128         * doc/mcedit.1.in: Likewise.
1129         * src/ext.c: Don't mention download location for MC.
1131         * FAQ: Update status of Tk, XView. and GNOME editions. Update
1132         homepage of gpm.
1134         * INSTALL: Remove information about Tk and XView. Change the
1135         mailing list addresses again.
1136         * FAQ: Change the mailing list addresses again.
1137         * MAINTAINERS: Likewise.
1138         * README: Likewise.
1139         * doc/mc.1.in: Likewise.
1140         * gnome/gmc-window.c: Likewise.
1141         * lib/README.xterm: Likewise.
1142         * lib/mc.ext.in: Likewise.
1143         * lib/mc.hint*: Likewise.
1144         * lib/mc.hlp.hu: Likewise.
1145         * po/*.po: Likewise.
1146         * src/main.c: Likewise.
1148 2001-04-20  Pavel Roskin  <proski@gnu.org>
1150         * FAQ: Change the mailing list addresses and the download
1151         locations.
1152         * INSTALL: Likewise.
1153         * MAINTAINERS: Likewise.
1154         * README: Likewise.
1155         * doc/mc.1.in: Likewise.
1156         * gnome/gmc-window.c: Likewise.
1157         * lib/README.xterm: Likewise.
1158         * lib/mc.ext.in: Likewise.
1159         * lib/mc.hint*: Likewise.
1160         * lib/mc.hlp.hu: Likewise.
1161         * po/*.po: Likewise.
1162         * src/main.c: Likewise.
1164 2001-04-19  Pavel Roskin  <proski@gnu.org>
1166         * configure.in: Don't install mcserv unless
1167         "--enable-mcserv-install" has heen specified.
1168         Don't quote the first argument in all calls to AM_CONDITIONAL
1169         to work around a bug in Automake 1.4.
1170         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
1171         * vfs/Make-mc.in: Likewise.
1173 2001-04-13  Pavel Roskin  <proski@gnu.org>
1175         * configure.in: Bump version to 4.5.53a.
1177 2001-04-06  Pavel Roskin  <proski@gnu.org>
1179         * gtkedit/editcmd.c: Remove support for XView layout attributes.
1180         * gtkedit/editoptions.c: Likewise.
1181         * pc/chmod.c: Likewise.
1182         * pc/drive.c: Likewise.
1183         * src/boxes.c: Likewise.
1184         * src/chmod.c: Likewise.
1185         * src/dlg.c: Likewise.
1186         * src/dlg.h: Likewise.
1187         * src/filegui.c: Likewise.
1188         * src/find.c: Likewise.
1189         * src/hotlist.c: Likewise.
1190         * src/layout.c: Likewise.
1191         * src/listmode.c: Likewise.
1192         * src/main.c: Likewise.
1193         * src/option.c: Likewise.
1194         * src/panelize.c: Likewise.
1195         * src/wtools.c: Likewise.
1196         * src/wtools.h: Likewise.
1197         * vfs/smbfs.c: Likewise.
1199         * autogen.sh: Check out "intl" and "macros" directories if they
1200         are missing. Simply "cvs up -d" won't restore them.
1202         * configure.in: Bump version to 4.5.52a.
1204 2001-03-14  Pavel Roskin  <proski@gnu.org>
1206         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
1207         Automake conditional USE_SAMBA_FS if Samba is to be supported
1208         in VFS.
1210 2001-03-07  Pavel Roskin  <proski@gnu.org>
1212         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
1213         defined.
1214         Reported by Norbert Warmuth.
1216         * configure.in: Don't process vfs/extfs/uzip - it's now
1217         constant.
1219         * syntax/changelog.syntax: Require space after asterisk to have
1220         it highlighted.
1222 2001-03-02  Pavel Roskin  <proski@gnu.org>
1224         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
1225         * configure.in: Use AC_PROG_CC_STDC instead.
1227         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
1228         Suggested by Christian Gennerat.
1230         * lib/mc.ext.in: Add support for "freeze" - old compression
1231         program used mostly on QNX.
1232         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
1233         * lib/Makefile.am: Adjusted.
1235 2001-02-26  Pavel Roskin  <proski@gnu.org>
1237         * lib/mc-gnome.ext.in: Remove, it's not used.
1238         * configure.in: Remove lib/mc-gnome.ext.
1239         * lib/Makefile.am: Likewise.
1241 2001-02-20  Pavel Roskin  <proski@gnu.org>
1243         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
1244         defined to prevent warnings on OpenBSD 2.7.
1245         * slang/jdmacros.h: Likewise.
1246         * src/mad.h: Likewise.
1247         * src/poptalloca.h: Likewise.
1249         * configure.in: Check for sys/time.h and sys/timeb.h. Use
1250         AC_HEADER_TIME.
1252 2001-02-07  Pavel Roskin  <proski@gnu.org>
1254         * autogen.sh: Create vfs/samba/include/stamp-h.in.
1255         * vfs/samba/include/stamp-h.in: Remove.
1257         * macros/curses.m4: Quote first argument to AC_DEFUN.
1258         * macros/gnome-cxx-check.m4: Likewise.
1259         * macros/gnome-gettext.m4: Likewise.
1260         * macros/gnome-libgtop-check.m4: Likewise.
1261         * macros/gnome-print-check.m4: Likewise.
1262         * macros/linger.m4: Likewise.
1263         * macros/need-declaration.m4: Likewise.
1265         * configure.in: Only configure in vfs/samba if smbfs support is
1266         enabled even with Autoconf 2.13.
1268 2001-01-30  Pavel Roskin  <proski@gnu.org>
1270         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
1271         --without-samba due to a typo.
1273         * configure.in: Only configure in vfs/samba if smbfs support is
1274         enabled. This optimization will only work with Autoconf-2.49c
1275         and above.
1277 2001-01-13  Pavel Roskin  <proski@gnu.org>
1279         * configure.in: Don't create a faked malloc.h.
1280         * gtkedit/edit.h: Don't assume that malloc.h always exists.
1281         * src/mad.h: Likewise.
1283         * configure.in: Simplified handling of cons.saver.
1284         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
1285         * mc.spec.in: Remove a workaround for the above.
1287         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
1288         for MC. Don't rely on the output of uname - use $host_os.
1290 2001-01-11  Pavel Roskin  <proski@gnu.org>
1292         * configure.in: Check for ext2 libraries only if VFS is enabled.
1294         * src/Makefile.in: Create directories before installing files.
1295         Removed all occurences of libprefix - it's never defined.
1297         * configure.in: All macros from configure.in moved to
1298         acinclude.m4. Added missing quotes in several places.
1299         * acinclude.m4: Likewise.
1301         * edit/Makefile.in: Don't install or uninstall mcedit -
1302         it cannot be installed before mc on systems without symlinks.
1303         * gtkedit/Makefile.in: Likewise.
1304         * src/Makefile.in: Install mcedit (if enabled) and mcview.
1305         Uninstall them.
1307         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
1308         from acinclude.m4 in gtk+:
1309         Don't define ENABLE_NLS unless we have a working NLS.
1310         (This should keep libintl.h from being included when it doesn't
1311         exist).
1313 2001-01-09  Pavel Roskin  <proski@gnu.org>
1315         * doc-gnome/C/figs/Makefile.am: New file.
1316         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
1317         makefile do it.
1318         * configure: Substitute doc-gnome/C/figs/Makefile.
1320         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
1322 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
1324         * lib/mc.hlp.hu: Added Hungarian help file from
1325           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
1326           maci@integrity.hu, mfh47@freemail.hu
1327         * lib/Makefile.am: Added LOCALIZED_HELP for further
1328           mc.hlp l10ns
1329         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
1330           gtkedit/editcmd.c: I18n of mc.hlp
1332 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
1334         * doc/mc.1.in: Corrected badly formatted link...
1336 2000-11-10  Robert Brady  <robert@suse.co.uk>
1338         * configure.in: Add Tamil to ALL_LINGUAS.
1340 2000-10-23  Pavel Roskin  <proski@gnu.org>
1342         * mc.spec.in: Allow mcserv.8 to be gzipped.
1344         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
1345         that cannot deal with "./gmc.sgml".
1347 2000-10-09  Pavel Roskin  <proski@gnu.org>
1349         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
1350         that CVS Automake will drop dependencied to the macros that
1351         we don't distribute.
1353         * lib/mc.ext.in: Removed references to icons. Source RPMs
1354         grouped to one regex. Removed "Update" for source RPMs, added
1355         "Rebuild" instead. Added "Check signature" for all RPMs.
1356         Added a comment about pop-up menus in the text edition.
1358 2000-10-06  Pavel Roskin  <proski@gnu.org>
1360         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
1361         flags moved out of CFLAGS as recommended by GNU coding
1362         standards.
1363         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
1364         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
1365         XCPPFLAGS.
1366         * INSTALL (Random notes on porting to other architectures):
1367         Completely rewritten. Recommended using CFLAGS instead of XINC.
1369 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1371         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
1373 2000-10-04  Christophe Merlet  <christophe@merlet.net>
1375         * gnome/*.desktop: Updated french strings.
1377 2000-10-03  Pavel Roskin  <proski@gnu.org>
1379         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
1380         to allow <legalnotice>. Unclosed tags fixed.
1382 2000-09-30  Pavel Roskin  <proski@gnu.org>
1384         * mc.spec.in: New package mc-common. Use DESTDIR instead of
1385         misusing prefix. Don't install old icons - they don't exist.
1387         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
1388         "export -f" to have mc() exported.
1389         * doc/mc.1.in: Changed description of the "-P" option to
1390         avoid inclusion of mc.sh and mc.csh into the manual.
1391         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
1393 2000-09-24  Pavel Roskin  <proski@gnu.org>
1395         * doc/mc.1.in: Minor formatting fixes.
1397         * lib/mc.sh.in: Remove temporary file non-interactively.
1398         * doc/mc.1.in: updated example for mc.sh.
1400 2000-09-23  Pavel Roskin  <proski@gnu.org>
1402         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
1403         updates it when needed.
1404         * mc.spec.in: Include translations with mc, not gmc. Run
1405         chkconfig --del in %preun, not %postun. --without-debug not
1406         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
1407         be executable. New files in %{prefix}/lib/mc/ - translated hints,
1408         editor files.
1410         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
1411         directory for document processing. Comment changes. gmc.ps and
1412         gmc.pdf now generated from gmc.dvi.
1414         * configure: Always include Make.common as file, otherwise
1415         "make distclean" breaks.
1416         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1417         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
1418         replaced with "rm -f" - the stangard says that "rm" is portable.
1419         Ditto $(MV). Adjusted *clean targets to match those in
1420         Automake. Removed "cross" target.
1422 2000-09-22  Pavel Roskin  <proski@gnu.org>
1424         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
1425         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
1426         * doc/Makefile.in: Converted to ...
1427         * doc/Makefile.am: ... this.
1429 2000-09-21  Pavel Roskin  <proski@gnu.org>
1431         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
1432         is not expanded in all shells.
1433         * doc/mc.sgml: Updated the example script to reflect the above
1434         changes.
1435         * doc/mc.in.1: Likewise.
1437 2000-09-19  Pavel Roskin  <proski@gnu.org>
1439         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
1440         Marco Ciampa
1442 2000-09-18  Pavel Roskin  <proski@gnu.org>
1444         * Make.common.in: Added installcheck to placate "make distcheck"
1445         * configure.in, Make.common.in, doc/Makefile.in,
1446         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1447         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
1448         variable MKINSTALLDIRS and builddir with Automake-compatible
1449         mkinstalldirs and top_builddir.
1450         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
1451         files. Added uninstall-local target.
1453 2000-09-17  Pavel Roskin  <proski@gnu.org>
1455         * configure.in: fixed wrong use of AC_MSG_RESULT inside
1456         AC_CACHE_VAL
1458         * Make.common.in: Added the "dvi" target for "make distcheck"
1459         to go further
1460         * doc-gnome/C/Makefile.in: converted to ...
1461         * doc-gnome/C/Makefile.am: ... this
1463 2000-09-15  Pavel Roskin  <proski@gnu.org>
1465         * acconfig.h, configure.in: Require autoconf 2.13 or above.
1466         Removed workarounds for older versions. Removed MCDEBUG
1467         variable - it's not used. --with-debug renamed to --with-mad and
1468         cleaned up. Always use -Wall with gcc, other manipulations with
1469         CFLAGS removed.
1471         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1472         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1473         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
1474         mc.pot becomes out of date in the tarball.
1476 2000-09-14  Pavel Roskin  <proski@gnu.org>
1478         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
1479         tests for cp, mv and rm.
1480         * Make.common.in: Removed variables xv_bindir and STRIP.
1481         Variables CP, MV and RMF are assigned trivial values.
1483         * edit/Makefile.in: Don't link headers, add extra includes
1484         to CPPFLAGS instead. Put links to the build directory.
1485         Remove the hack with "mx" - it is not needed anymore.
1487         * configure.in: remove any manupulations with top_srcdir.
1488         Don't change CPPGLAGS when the internal editor is enabled,
1489         instead do it ...
1490         * edit/Makefile.in, gtkedit/Makefile.in: ... here
1492         * configure.in, Make.common.in, doc/Makefile.in,
1493         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1494         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
1495         changed to top_srcdir for Automake compatability
1497         * configure.in: REGEX_O variable removed - always use our regex
1499         * configure.in: MCFGR variable removed
1501 2000-09-12  Pavel Roskin  <proski@gnu.org>
1503         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
1504         other GNOME modules
1505         * autogen.sh: remove "-I ." from the "aclocal" command line
1507 2000-09-01  Pavel Roskin  <proski@gnu.org>
1509         * configure.in: output vfs/extfs/Makefile
1511         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
1512         to avoid a warning
1513         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
1514         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
1516 2000-08-29  Pavel Roskin  <proski@gnu.org>
1518         * configure.in: use AM_GNOME_GETTEXT
1519         * gettext.m4: removed
1520         * Makefile.am: adjusted files to distribute, previous change
1521         reverted
1523         * mc-aclocal.m4: renamed to ...
1524         * acinclude.m4: ... this
1525         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
1526         * Makefile.am: aclocal should scan "." for gettext.m4
1528 2000-08-28  Pavel Roskin  <proski@gnu.org>
1530         * Make.common.in: removed hack for "make distcopy"
1531         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1532         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1533         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
1534         for external builds.
1535         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
1537 2000-08-24  Pavel Roskin  <proski@gnu.org>
1539         * new_icons/Makefile.in: converted to ...
1540         * new_icons/Makefile.am: ... this
1541         * configure.in: automake conditional GNOME introduced.
1542         "insticons" removed
1544         * icons/*: removed
1545         * Makefile.am, configure.in: necessary adjustments
1547         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
1548         automake installs them now
1550         * syntax/Makefile.in: converted to ...
1551         * syntax/Makefile.am: ... this
1553         * idl/Makefile.in: converted to ...
1554         * idl/Makefile.am: ... this
1556         * lib/Makefile.am: simplified, fixed "make dist"
1558         * lib/Makefile.in: converted to ...
1559         * lib/Makefile.am: ... this
1561         * lib/tkmc.wmconfig: removed
1562         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
1564         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
1565         to ...
1566         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
1567         * Make.common.in: support for "distdir" for compatability
1568         with Automake-generated makefiles
1569         * autogen.sh: run automake. Force cache - it is off by default
1570         in autoconf 2.49a, but it's still handy for maintainers
1571         * configure.in: adapted for Automake
1573         * AUTHORS: new file
1575 2000-08-23  Pavel Roskin  <proski@gnu.org>
1577         * configure.in: resurrect definition of xvers
1579         * VERSION.in: removed
1580         * Makefile.in: don't do anything with VERSION.in and VERSION
1581         Take mc.spec from builddir, not srcdir
1582         * configure.in: don't create VERSION
1584 2000-08-22  Pavel Roskin  <proski@gnu.org>
1586         * *.c, *.h: Updated address of Free Software Foundation
1588 2000-08-21  Pavel Roskin  <proski@gnu.org>
1590         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
1591         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
1592         related to XView, libXPM, libXext and Tk
1594 2000-08-18  Pavel Roskin  <proski@gnu.org>
1596         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
1597         files
1599         * configure.in: Simplified dependency tracking by using
1600         "-include" with GNU Make
1601         * autogen.sh: Exit on all failures
1603 2000-08-17  Pavel Roskin  <proski@gnu.org>
1605         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
1606         Fixed all misuses of single and double quotes. Typo fixes.
1607         Ensured compatability with sgml2html, sgml2txt and sgml2latex
1608         * doc/mc.1.in: Typo fix
1610         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
1611         * doc/linuxdoc-sgml.diff: removed
1612         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
1613         distribute gnome.sgml
1615 2000-08-15  Pavel Roskin  <proski@gnu.org>
1617         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
1618         in the "distclean" target
1620         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
1621         Removed all XVIEW-related stuff
1622         Fixed placement of png files on "make dist"
1624         * doc/mc.1.in: Updated info about the internal editor
1626         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
1627         indicate serious problems. Fixes for uninstall.
1628         * doc/Makefile.in: Rebuild if it is out of date.
1630         * lib/cedit.menu: Added. This file has been missing
1632         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
1634 2000-08-08  Pavel Roskin  <proski@gnu.org>
1636         * Makefile.in: correctly detect make failures in subdirs
1638 2000-08-01  Pavel Roskin  <proski@gnu.org>
1640         * nt, os2, tk, xv: removed all files
1641         * configure.in: don't create os2 and nt directories
1643 2000-08-01  Pavel Roskin  <proski@gnu.org>
1645         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
1647         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
1649 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
1651         * src/main.c: make 8bit input/output the default (99% of the people
1652         expects that; lets the remaining 1% use the configuration menu
1653         to disactivate it if they want)
1655 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1657         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
1659 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
1661         * configure.in: check for gnome-libs with window icon support
1663         * acconfig.h: add icon define
1665 2000-06-08  Matthias Warkus  <mawa@iname.com>
1667         * new_icons/gnome-pack-*.png: Updated.
1668         * gnome/mc.keys: Added a MIME type for SLP packages.
1670 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
1672         * syntax/diff.syntax: Highlight lines beginning with "File",
1673         "Files" and "Binary"
1674         * syntax/makefile.syntax: Highlight "ifndef"
1675         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
1676         highlighted)
1678 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1680         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
1681         comment lines with # in last release
1683 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1685         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
1687 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1689         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
1690         look more consistent than original.
1692 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1694         * config.in: Added check against strcoll().
1696 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1698         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
1699         added 'and', 'or', 'not', 'for' keywords.
1701 2000-04-06  Timur Bakeyev  <mc@bat.ru>
1703         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
1704         based systems. Hope, this will make FreeBSD midc maintainer to enable
1705         build-in editor by default. Still, syntax highlighting is disabled.
1706         Need to port...
1708 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1710         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
1711           fixed, some messages gettext()ed again here and in
1712         gtkedit/editmenu.c:edit_about_cmd()
1714 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1716         * doc/mc.sgml (Examples): Fixed documentation, thanx
1717         to martin@internet-treff.uni-koeln.de.
1719 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
1721         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
1722         the label text
1724 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
1726         * gtkedit/syntax.c: treat *.ads as Ada source
1727         * syntax/ada95.syntax: escape "+" and "*"
1728         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
1729         * syntax/Makefile.in: remove diffc.syntax
1731         * edit/edit_key_translator.c: interpret code 0177 as
1732         backspace unless recognized otherwise
1734 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
1736         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
1737         initialization of array of structure (gcc version 2.96 20000131
1738         chokes on it).
1740         * lib/mc.hint: C-y and not C-u can be used to insert text in input
1741         lines (e. g. text which has been deleted with M-d).
1743         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
1745 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
1747         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
1749 2000-01-29  Matthias Warkus  <mawa@iname.com>
1751         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
1752         design on Federico's request.
1754 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
1756         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
1757         an ArrangeType enum.
1759 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
1761         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
1762         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
1763         setup.c: Add option of using GNOME "magic" routines to determine file
1764         types. This makes MC intelligently look at the data in the file to see
1765         what type of file it is, rather than looking at the filename extension.
1766         This slows down MC quite a bit, so it has been made an optional
1767         preference item. Type detection is expected to improve as mime-magic
1768         matures.
1770 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
1772         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
1773         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
1774         providing a patch.
1776 2000-01-11  Matthias Warkus  <mawa@iname.com>
1778         * Added icon and keys entry for Scheme source.
1780 2000-01-03  Fatih Demir  <kabalak@gmx.net>
1782         * configure.in: Added tr -> ALL_LINGUAS .
1784 1999-12-28  Matthias Warkus  <mawa@iname.com>
1786         * new_icons/*.png: Added a bunch of new icons.
1788 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
1790         * configure.in (VERSION): Bumped version number to 4.5.42.
1792 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
1794         * configure.in: added 'uk' to ALL_LINGUAS.
1796 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1798         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
1799         request from David Sauer
1801 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
1803         * configure.in (VERSION): Bumped version number to 4.5.41.
1805 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
1807         * configure.in (VERSION): Set version number to 4.5.39.
1809 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
1811         * configure.in: Added pt_BR to ALL_LINGUAS
1813 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
1815         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
1816         path to the mc binary according to @prefix@.
1818         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
1819         configure. Install mc.sh and mc.csh in $(suppbindir).
1821         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
1822         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
1823         copies of the included function definitions.
1825         * mcfn_install.in: Comment out definitions of the mc functions. Source
1826         mc.sh instead of adding an outdated mc function definition.
1828         * configure.in: output mc.sh and mc.csh
1830 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
1832         * lib/startup.links: Changed the news link to Gnotices
1834 1999-09-19  David Martin  <dmartina@usa.net>
1836         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
1837         8 bit chars from strftime get displayed when inserting date.
1839         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
1840         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
1841         file to avoid interferences. In this one I changed the extension check
1842         to a type check (as used for gzip) which might give problems in some
1843         systems.
1845         * configure.in: Use -Tlatin1 to format man pages when available and
1846         "view" 8 bit chars.
1848 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
1850         * gtkedit/edit.h: Include file reordering to make it compile with
1851         --with-debug
1853         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
1854         dependent on lenght of translated strings to display.
1856 1999-09-16  Owen Taylor  <otaylor@redhat.com>
1858         * Remove the magicdev autoconf test in favor of just
1859         including the idl file. Otherwise we have a dependency
1860         loop between this and magicdev.
1862 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
1864         * idl/FileManager.idl: Changed names, and put everything under a
1865         FileManager module.  Added a Desktop interface and some methods to
1866         the WindowFactory interface.
1868 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
1870         * doc-gnome/*: Shiny new docs from users-guide.
1871         All synced up.
1873 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
1875         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
1877 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
1879         * README: Updated and spell-checked.
1881         * NEWS: Updated.
1883 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
1885         * configure.in (ALL_LINGUAS): Added sv.
1887 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
1889         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
1890         symlink attacks (mcfn_install and the man page still needs to be
1891         updated).
1893 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
1895         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
1896         a symbolic link (ln -sf doesn't work as expected on Solaris)
1898 1999-08-19  Elliot Lee  <sopwith@redhat.com>
1899         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
1901 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
1903         * doc-gnome/C/gmc.sgml: Index fixes.
1905 1999-08-18  Elliot Lee  <sopwith@redhat.com>
1907         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
1908         initializers in the GnomeUIInfo structure.
1910 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
1912         * configure.in (VERSION): Bumped version number to 4.5.38.
1914 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
1916         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
1918 1999-08-15  David Martin  <dmartina@usa.net>
1920         * gtkedit/edit.c: Print localized date with strftime()
1922         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
1924 1999-08-08  David Martin  <dmartina@usa.net>
1926         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
1927         translation.
1929         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
1930         translation as it used to be.
1932 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1934         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
1935         that the correct index.html will be generated.
1937 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1939         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
1940         to the list.
1942 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
1944         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
1945         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
1946         This adds some new syntax rules, and spell check on the fly
1947         which if someone bugs me for, will actually get enabled in
1948         both the text and gnome versions. Bookmark stuff also needs
1949         some keys bound to it, I suppose: any takers?
1951 July 19, 1999 Elliot Lee
1952         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
1954 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
1956         * Makefile.in (all): Makefile fix.
1958 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1960         * Make.common.in (confdir): Define confdir as sysconfdir.  This
1961         should fix the problem we had with FSSTND distributions.
1963 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1965         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
1966         list of distributed files.
1968 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1970         * configure.in (VERSION): Bumped version number to 4.5.34.
1972 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
1974         * Add fi into ALL_LINGUAS
1976 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
1978         * gnome/i-zipdisk2.png: Added another zip-disk icon
1979         by <scarab@egyptian.net> - It looks very nice. Variation
1980         is good.
1982 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1984         * acconfig.h: Add WITH_SMBFS
1986         * macros/gnome-vfs.m4: Support conditional samba support.
1988 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1990         * Make.common.in (confdir): Define confdir as sysconfdir.  This
1991         should fix the problem we had with FSSTND distributions.
1993 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
1995         * mc.spec.in: added syntax files to %files
1997 1999-06-22  David Martin  <dmartina@usa.net>
1999         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
2001 1999-06-07  Shooby Ban  <bansz@szif.hu>
2003         * po/hu.po, configure.in: added hungarian translations...
2004           I'm not sure it's OK, but it seems usable.
2005           Translators: Tamas Fejos and Andras Kadar
2007 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
2009         * configure.in, Makefile.in: added the gmc helpfile to the build
2011 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
2013         * Add ja entry to LANG in configure.in
2015 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2017         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
2018         be installed in the system :) (added it to the Makefile.in)
2020 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2022         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
2023         disks - someone please add it to the mount.c code so it gets used..
2024         Everyone have a nice time at the expo! :) I hope to join the
2025         next time.
2027 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2029         * configure.in: Added check for getpt ()
2031 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2033         * configure.in (VERSION): Bumped version number to 4.5.31.
2035 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2037         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
2038         need to fool it by strdup'ing the return value of tempnam.
2040 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2042         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
2043         MCLIBS which are specific to the text edition.
2045         * INSTALL: Added documentation for --with-tm-x-support
2047 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
2049         * mc.spec.in : Folded in some changes from the 'offical' rpm
2050         spec file.
2052 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2054         * configure.in (SHELL): Do not use grep -q, as it is not portable
2055         to every OS.
2057 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2059         * configure.in: Linking from $srcdir/slang is broken when configure
2060         isn't called with an absolute path. Link from ../$srcdir/slang if
2061         configure was invoked with a relative path.
2063 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2065         * configure.in: Do not rm the destination file and then link, use
2066         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
2068 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2070         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
2071         --with-PACKAGE and --without-PACKAGE gave the same results.
2073 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2075         * configure.in (VERSION): Bumped version number to 4.5.30.
2077 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2079         * configure.in (VERSION): Bumped version number to 4.5.29.
2081 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2083         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
2084         now contains all checks.
2086 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2088         * configure.in (VERSION): bumped version number to 4.5.28.
2090 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
2092         * */Makefie.*: fixed several missed conversions from libdir to
2093         mclibdir. (Should be automake'd, really)
2095 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2097         * Make.common.in: There were conflicting definitions of mclibdir
2098         (one for installation, one for source).  Now the source one is
2099         called mcsrclibdir.
2101         * doc/Makefile.in: Use mcsrclibdir where appropriate.
2103 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
2105         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
2106         Pascal Program" (Heh, second time :)
2108         * Makefile.common: Until things gets clear, keep syntax rules in
2109         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
2111         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
2112         @libdir@.
2114 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
2116         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
2117         as requested by Paul. Still, need some checking...
2119 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
2121         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
2122         to date with cooledit 3.9.0. This adds some new features.
2123         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
2124         syntax.c. This is because the rule set is becoming too
2125         large to maintain in its current form and because file
2126         loading is starting to get slow.
2128         There is also a bookmark feature which does not yet have
2129         key bindings assigned to it, but should be cool once
2130         these get inserted. Syntax rules files are named
2131             $LIBDIR/cooledit/syntax/*.syntax
2133 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2135         * configure.in: Create slang directory, it is needed when
2136         builddir != srcdir.
2137         Use -f when calling rm, the file does not exist on
2138         first compile.
2139         No need to copy VERSION from $srcdir, it's already generated in
2140         $buildir.
2142 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
2144         * edit/edit_key_translator.c: Added missing translation tags.
2146 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2148         * configure.in: Minimum version of glib should be 1.2.0.
2149         (VERSION): Bumped version number to 4.5.27.
2151 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
2153         * gtkedit/editcmd.c: Added missing translation tags.
2155         * gtkedit/editoptions.c: Added missing translation tags. Translate
2156         radio buttons on first use.
2158 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
2160         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
2161         to get the mc spec file to work.
2162         * hacked configure to generate a properly versioned spec file.
2164 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2166         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
2167         radio buttons on first pass.
2169 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
2171         * gtkedit/editcmd.c: Mark strings in the search and replace
2172         dialogs for translation. Resized these dialogs to let the messages
2173         fit.
2175 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2177         * gtkedit/editwidget.c (selection_send): Use the proper type for
2178         64-bit cleanliness (Patch from George Lebl).
2180 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
2182         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
2183         into the catalog file.
2185 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2187         * configure.in: Make Timur's libtermcap check work with SLang
2188         0.99.98, too.
2190 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2192         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
2193         PS and EPS files.  Thanks, Tigert!
2195 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2197         * configure.in (CCOPTS): Drop the prefix auto-detection.
2199 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
2201         * configure.in: Add check, which, in case of system-installed SLang
2202         library tries to run a test program, which determines, does we need
2203         linking with libtermcap.a. Also, set of if's for finding terminfo
2204         dir changed to for cycle - a bit nicer :)
2206 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2208         * README.QNX: Deleted documention about mc.menu.qnx.diff.
2210 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2212         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
2214 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2216         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
2217         from tar calls when extracting (according to my man page this option
2218         is only useful when creating archieves).
2220 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2222         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
2223         adds support for tar.bz2 and merges the support for freeze-compressed
2224         tar files (tar.F) from mc.menu.qnx.diff.
2226 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
2228         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
2229         GNU-like :)
2231 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2233         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
2234         the catalog file.
2236 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
2238         * new_icons/gnome-core.png: New icon for core files. Someone
2239         please add the code part :)
2241 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
2243         * configure.in: Add check against setuid() and setreuid() functions.
2245 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2247         * slang/slang.h: renamed to slang-mc.h
2249         * slang/Makefile.in: delete slang.h on "make clean"
2251         * configure.in: link slang/slang-mc.h to slang/slang.h when the
2252         included slang is used. Problem was that MC's slang.h was used
2253         when we compiled with an already installed SLang and the systems
2254         header file were included with <slang/slang.h>.
2255         Unfortunatly I can't use AC_LINK_FILES to make the links because
2256         if we needn't make any links AC_LINK_FILES makes a link from
2257         srcdir to top_builddir (builddir != srcdir).
2259         Temporary add $LGPM to $LIBS when checking for the resizeterm
2260         and keyok functions (ncurses might be linked against GPM).
2262         Substitude PACKAGE (intl/Makefile makes use of it)
2264 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
2266         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
2267         #include "global.h".
2269 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
2271         * Make.common.in (gnewdir): new path.
2273 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
2275         * configure.in: Add comments before "Let" and "the" - typo. Add new
2276         path to include's search.
2278 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
2280         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
2282 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2284         * configure.in (REGEX_O): Always include regex.o as the code we
2285         are using in gmc is not using regcomp/regexec, but the internal
2286         Emacs API.
2288         * src/regex.c: Do not compile the POSIX compatibility code, as we
2289         do not use it.
2291 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2293         * doc/mc.sgml, mc1.in (Color section): minor polishing
2294         (Layout section): documented Highlight...
2296 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2298         * configure.in: Deleted du checks
2300         * INSTALL: Deleted --with-dusum documentation.
2302         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
2303         Configuration dialog. Added Advanced chown subsection. Deleted
2304         variables from the Special settings section which are now covered
2305         by the configuration dialog.
2307 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2309         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
2310         tar_gz_memlimit. Partially rewrote the section about the
2311         Virtual FS.. configuration dialog.
2313 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
2315         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
2317 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2319         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
2321         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
2322         builddir
2324 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
2326         * new_icons/gnome-image-[lots].png: I added some icons for file
2327         types (image) there - someone please tell me what the correct
2328         location and naming convention is and I will try to follow that. :)
2330 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
2332         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
2333         the build will still work.  (Has this been replaced by new_icons?)
2335 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
2337         * doc/mc.1.in, mc.sgml: added my name to list ov authors
2339 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2341         * Makefile.in (codedirs): Dropped xv and tk ports from the
2342         distribution. include idl directory.
2344 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2346         * configure.in (slang_use_system_installed_lib): Define slang
2347         here, to avoid having this on LIBS.
2349 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
2351         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
2353 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
2355         * config.h.in: Removed from CVS, added to .cvsignore
2357         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
2358         configure.in:
2359         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
2360         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
2361         HAS_CURSES added to acconfig.h
2363 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2365         * autogen.sh: Add "-I macros" to the aclocal flags.
2367         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
2368         so that aclocal will not complain about an obsolete macro.
2370         * configure.in: Use MC_HPUX_PROG_CC_STDC
2372         * ChangeLog: There was no ChangeLog here, so I added one.