* edit.c: Add support for CK_Complete_Word event.
[midnight-commander.git] / ChangeLog
blob05a5c262f8539d5f51f577c9427d76a9cd283f0b
1 2002-01-17  Pavel Roskin  <proski@gnu.org>
3         * extraconf.h: Remove OS/2 specific code.
5         * doc/mc.1.in (Configuration): Clarify some entries.
7 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
9         * acinclude.m4: New options for smbfs:
10         --with-configdir=DIR    Where the Samba configuration files are (/etc)
11         --with-codepagedir=DIR  Where the Samba codepage files are
13 2002-01-11  Pavel Roskin  <proski@gnu.org>
15         * syntax/xml.syntax: New file - hightlighting for XML.
16         From Petr Kozelka <pkozelka@centrum.cz>
17         * syntax/Syntax: Add xml.syntax.
18         * syntax/Makefile.am: Likewise.
20 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
22         * configure.in: Added "eu" to ALL_LINGUAS.
24 2002-01-03  Pavel Roskin  <proski@gnu.org>
26         * lib/mc.menu: Correct quoting.
27         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
29         * NEWS: Mention removal of the OS/2 port.
30         * README.PC: Remove OS/2 specific parts.
32 2002-01-02  Pavel Roskin  <proski@gnu.org>
34         * configure.in: Make help about --with-subshell easier to
35         understand.  Minor alignment fixes for the help.
36         * acinclude.m4: Minor alignment fixes for the help.
38 2001-12-31  Pavel Roskin  <proski@gnu.org>
40         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
41         from vfs/Make-mc.in.
43 2001-12-27 Duarte Loreto  <happyguy_pt@hotmail.com>
45         * configure.in: Added portuguese to ALL_LINGUAS
47 2001-12-21  Pavel Roskin  <proski@gnu.org>
49         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
50         Don't remove slang/slang.h - it's never created.
52         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
53         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
54         unused.
56 2001-12-01  Wang Jian  <lark@linux.net.cn>
58         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
60 2001-11-29  Pavel Roskin  <proski@gnu.org>
62         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
64 2001-11-27  Pavel Roskin  <proski@gnu.org>
66         * lib/mc.ext.in: When running X programs in background, do it
67         from subshell.  Otherwise some of them terminate when mc exits.
68         Reported by Christian Dysthe <christian@dysthe.net>
69         Remove some obsolete and gmc-specific entries.  Use StarOffice
70         to open files detected as "Microsoft Office Document".
72         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
73         XFree86 4.1.0.
75 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
77         * doc/mcedit.1.in: Fix help file location.
79 2001-11-14  Pavel Roskin  <proski@gnu.org>
81         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
82         fallback to ino_t for e2fsprogs version 1.19 and older.
84 2001-10-30  Pavel Roskin  <proski@gnu.org>
86         * lib/mc.ext.in: Add support for Netpbm files.
88 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
90         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
91         http://bugzilla.gnome.org/show_bug.cgi?id=60935
92         By drk@sgi.com.
94         * doc/mc.1.in: Document %p macro.
96 2001-10-24  Pavel Roskin  <proski@gnu.org>
98         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
99         Allow using --without-mmap.
100         * INSTALL: Document --without-mmap.
102 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
104         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
105         of languages to be installed by setting env variable before
106         configure. If it is empty, it defaults to full list.
107         By Alex Tkachenko <alex@bcs.zp.ua>.
109 2001-10-19  Pavel Roskin  <proski@gnu.org>
111         * syntax/sh.syntax: Highlight reserved words inside backticks.
112         Use the same wholechars settings for reserved words and
113         commands.  Recognize more words.  Recognize function definitions
114         without "function" or without "()".  Use brightmagenta instead
115         of brightblue.
117 2001-10-18  Pavel Roskin  <proski@gnu.org>
119         * configure.in: When checking for "nroff -mandoc" support, don't
120         use /dev/null as input file, use stdin.  Some versions of nroff
121         (e.g. groff-1.16.1) don't accept special files.
123 2001-10-14  Pavel Roskin  <proski@gnu.org>
125         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
126         Makefile.  Don't allow any suffixes after "Makefile".
128 2001-10-12  Pavel Roskin  <proski@gnu.org>
130         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
131         format).
133 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
135         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
136         Fix compress<->bzip2 conversion and conversion of tagged
137         archives.
139 2001-10-05  Pavel Roskin  <proski@gnu.org>
141         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
142         Suggested by Marcel Pol <mpol@gmx.net>
144         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
145         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
146         and *.mid files.
148 2001-09-30  Pavel Roskin  <proski@gnu.org>
150         * configure.in: Don't check whether grep supports stdin - it's
151         not used anymore.
152         * NEWS: Mention this change.
154 2001-09-19  Pavel Roskin  <proski@gnu.org>
156         * doc/mcedit.1.in: Fix a very long line - use double
157         backslashes since they are interpreted even in the .nf blocks.
159         * lib/edit.spell.rc: Try aspell before resorting to ispell.
161         * syntax/php.syntax: Replace with a better implementation by
162         Max Schedriviy <max@tavrida.net>
164 2001-09-15  Pavel Roskin  <proski@gnu.org>
166         * doc/mc.1.in: Fix location of mcedit files.
167         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
169 2001-09-14  Pavel Roskin  <proski@gnu.org>
171         * configure.in: Don't check for ncurses version and for keyok()
172         because the mouse support code doesn't need this hack anymore.
174 2001-09-13  Pavel Roskin  <proski@gnu.org>
176         * configure.in: Fix some cases of overquoting and underquoting.
177         * acinclude.m4: Likewise.
179 2001-09-12  Pavel Roskin  <proski@gnu.org>
181         * configure.in: Update list of browsers.  Don't fallback to
182         lynx since it cannot be run in background.
183         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
184         If no browser for X11 was found, use lynx.
186         * autogen.sh: Add a workaround to ensure that "depcomp" is
187         distributed.
188         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
189         where appropriate.
190         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
191         terminfo.
193         * configure.in: Use three-argument form of AC_INIT.  Use
194         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
195         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
196         is not needed if AC_CONFIG_AUX_DIR is used.
197         * vfs/Make-mc.in: Adjust mkinstalldirs location.
198         * autogen.sh: Create "config" and remove "autom4te.cache".
200 2001-09-11  Pavel Roskin  <proski@gnu.org>
202         * syntax/Syntax: New file, extracted from edit/syntax.c.
203         * syntax/Makefile.am: Add Syntax.
205         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
206         to LIBS.  Don't use unportable "grep -q", use "case" instead.
208 2001-09-10  Pavel Roskin  <proski@gnu.org>
210         * configure.in: Only check for X if --with-tm-x-support has been
211         specified.
213         * configure.in: Add check for sys/ioctl.h.
215         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
217         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
218         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
219         testing for functions in ncurses.
221         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
222         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
223         * acconfig.h: Remove.
225         * configure.in: Eliminate LIBSLANG and LSLANG.
226         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
228         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
229         resizeterm() and keyok() only if configuring with ncurses.
231         * configure.in: Remove now unused variables LIBVFS and LVFS.
233         * configure.in: Remove unused variables LINTL and INTLDEPS.
235         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
236         building with included gettext, because libintl.h is copied
237         there.
239 2001-09-09  Pavel Roskin  <proski@gnu.org>
241         * NEWS: Update.
243         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
244         checks -lgen for getmntent as of Autoconf 2.52.
246 2001-09-07  Pavel Roskin  <proski@gnu.org>
248         * configure.in: Check for pwd.h.
250         * Make.common.in: Remove.
251         * configure.in: Remove all references to Make.common.in and
252         MCCPPFLAGS.
253         * aclocal.m4: Likewise.
255         * configure.in: Require Autoconf 2.52.  Remove hacks for
256         Autoconf 2.13.
257         * Makefile.am: Require Automake 1.5.
259 2001-09-06  Pavel Roskin  <proski@gnu.org>
261         * syntax/php.syntax: New file - PHP file highlighting.  Copied
262         from Cooledit 3.17.4.
263         * syntax/Makefile.am: Add php.syntax.
265 2001-09-06  Timur Bakeyev  <mc@bat.ru>
267         * acconfig.h: Brought back couple of symbols, that are still necessary
268         due reference to them from configure.in.
270 2001-09-04  Pavel Roskin  <proski@gnu.org>
272         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
273         strictness for dates.
275         * doc/mc.1.in: Fix troff warnings.
276         * doc/mcedit.1.in: Likewise.
278 2001-09-03  Pavel Roskin  <proski@gnu.org>
280         * doc/mc.1.in: Spellcheck.
281         * doc/mcedit.1.in: Likewise.
282         * doc/mcserv.8.in: Likewise.
284         * doc/mc.1.in (Learn Keys): Complete rewrite.
286 2001-09-02  Pavel Roskin  <proski@gnu.org>
288         * acconfig.h: Remove all unused symbols.
290         * lib/ncurses.h: Remove.
291         * lib/Makefile.am: Remove ncurses.h.
293 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
295         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
297 2001-08-28  Pavel Roskin  <proski@gnu.org>
299         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
300         like EOF.
302 2001-08-26  Pavel Roskin  <proski@gnu.org>
304         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
305         CONS_SAVER.  Put all conditionals together.
307         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
308         Automake 1.5.
310         * configure.in: Remove XCURSES variable - it's unused.
312         * configure.in: New conditional USE_EDIT.
314         * syntax/changelog.syntax: Don't require '@' to be in the
315         address.  This also works around a bug in the syntax engine
316         that prevented highlighting of addresses.
318 2001-08-25  Pavel Roskin  <proski@gnu.org>
320         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
322 2001-08-24  Pavel Roskin  <proski@gnu.org>
324         * extraconf.h: Remove all references to HAVE_X.
325         * acinclude.m4: s/GNOME_/MC_/
326         * configure.in: Likewise.  Remove or clarify all references to
327         the "text edition".  Minor fixes.
329         * configure.in: Remove support for curses libraries other than
330         ncurses.
331         * acinclude.m4: Likewise.
332         * FAQ: Remove everything about UNIX curses.
333         * INSTALL: Likewise.
335         * configure.in: Enable large file support by default.
336         * NEWS: Mention it.
337         * INSTALL: Document it.  Minor fixes.
339         * FAQ: Remove information about GNOME edition.  Minor fixes.
340         * README: Likewise.
341         * NEWS: Mention removing the GNOME edition.
343         * acinclude.m4: Include all used macros from the macros
344         directory.
345         * autogen.sh: Remove all references to "macros".
346         * Makefile.am: Likewise.
348         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
349         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
351         * lib/startup.links: Remove.
352         * lib/README.desktop: Likewise.
353         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
355         * configure.in: Bump version to 4.5.99a.
357         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
358         * po/*.po: Regenerate.
360         * AUTHORS: Update and spell check.
361         * FAQ: Likewise.
362         * INSTALL: Likewise.
363         * INSTALL.FAST: Likewise.
364         * NEWS: Likewise.
365         * README.PC: Likewise.
366         * README.QNX: Likewise.
368         * configure.in: Add check for stropts.h.
370 2001-08-23  Pavel Roskin  <proski@gnu.org>
372         * lib/edit.indent.rc: Create cooledit.error right away to
373         override its old contents.  Don't use ksh extentions.  Treat *.C
374         files as C++.  Recognize more C++ extensions.  Support java.
375         Update URL for "astyle".  Quote all arguments to protect spaces.
376         * lib/edit.spell.rc: Don't save terminal settings - mc does it
377         itself.  Quote all arguments to protect spaces.
379 2001-08-21  Pavel Roskin  <proski@gnu.org>
381         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
382         files if GNOME frontend is disabled.
383         * idl/Makefile.am: Likewise.
384         * lib/Makefile.am: Likewise.
385         * new_icons/Makefile.am: Likewise.
387         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
388         case it already has gettext macros elsewhere and doesn't like
389         duplicates (i.e. it's aclocal from Automake-1.4).
391 2001-08-20  Pavel Roskin  <proski@gnu.org>
393         * AUTHORS: Updated.
394         * INSTALL: Likewise.
395         * NEWS: Likewise.
396         * doc/mc.1.in: Likewise.
397         * doc/mcserv.8.in: Likewise.
399         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
400         for sys/mount.h.
402 2001-08-19  Andras Timar  <timar@gnome.hu>
404         * lib/Makefile.am: Added Hungarian hints
405         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
407 2001-08-19  Pavel Roskin  <proski@gnu.org>
409         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
411 2001-08-17  Pavel Roskin  <proski@gnu.org>
413         * syntax/po.syntax: New file - PO file highlighting.
414         From David Martin <dmartina@excite.es>
415         * syntax/Makefile.am: Add po.syntax.
417         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
418         it's sometimes missing from the databases.
420 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
422         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
423         * lib/Makefile.am: Reflect above change.
425 2001-08-15  Pavel Roskin  <proski@gnu.org>
427         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
429 2001-08-14  Pavel Roskin  <proski@gnu.org>
431         * lib/mc.lib: Add popular sequences for "home" and "end" in
432         "xterm" and "xterm-color" terminals.
434 2001-08-13  Pavel Roskin  <proski@gnu.org>
436         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
438         Replace "Can't" with "Cannot" everywhere.
440 2001-08-12  Pavel Roskin  <proski@gnu.org>
442         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
443         subshell, not for "Open file...".
444         (emacs_key_map): Likewise.
446         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
448 2001-08-10  Pavel Roskin  <proski@gnu.org>
450         * Makefile.am (EXTRA_DIST): Remove BUGS.
451         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
453         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
455         * doc/LSM: Remove, it's outdated.
456         * doc/FILES: Likewise.
457         * doc/DEVEL: Remove information about FILES.
459         * FAQ: Eliminate all broken URLs on the MC site.
460         From Frederic L. W. Meunier <0@pervalidus.net>
462         * FAQ: Restore information about xterm.
464 2001-08-08  Pavel Roskin  <proski@gnu.org>
466         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
468 2001-08-07  Pavel Roskin  <proski@gnu.org>
470         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
472         * doc/mc.1.in: Fix all broken links.
474 2001-08-06  Pavel Roskin  <proski@gnu.org>
476         * INSTALL: Numerous changes.  Declare old curses obsolete.
477         Partly from Frederic L. W. Meunier <0@pervalidus.net>
479         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
481 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
483         * lib/Makefile.am: Remove space after backslash introduced in the
484         previous commit.
486         * lib/mc.hint.zh_TW.Big5: New file.
487         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
489 2001-08-02  Pavel Roskin  <proski@gnu.org>
491         * lib/mc.hint.uk: New file.
492         From Maksym Polyakov <polyama@yahoo.com>
493         * lib/Makefile.am: Add mc.hint.uk.
495 2001-08-01  Pavel Roskin  <proski@gnu.org>
497         * lib/mc.hint.nl: New file.
498         From Steef Boerrigter <sxmboer@sci.kun.nl>
499         * lib/Makefile.am: Add mc.hint.nl.
500         * lib/mc.hint: Remove ftp site.  Update copyright.
501         * lib/mc.hint.cs: Likewise.
502         * lib/mc.hint.es: Likewise.
503         * lib/mc.hint.it: Likewise.
504         * lib/mc.hint.pl: Likewise.
505         * lib/mc.hint.ru: Likewise.  Shorten some lines.
507         * edit/Makefile.in: Allow running "make install" before "make all".
508         * gtkedit/Makefile.in: Likewise.
510 2001-07-31  Pavel Roskin  <proski@gnu.org>
512         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
513         editor.
514         * lib/Makefile.am: Add lib/edit.spell.rc.
516         * autogen.sh: Use gettextize.
517         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
518         * po/Makefile.in.in: Likewise.
520 2001-07-29  Pavel Roskin  <proski@gnu.org>
522         * syntax/slang.syntax: New file.
523         From Walery Studennikov <despair@sama.ru>
524         * syntax/Makefile.am: Add slang.syntax.
526 2001-07-27  Pavel Roskin  <proski@gnu.org>
528         * extraconf.h: Move WITH_BACKGROUND here.
530 2001-07-24  Pavel Roskin  <proski@gnu.org>
532         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
534 2001-07-23  Pavel Roskin  <proski@gnu.org>
536         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
538 2001-07-20  Pavel Roskin  <proski@gnu.org>
540         * Make.common.in: Move all defines ...
541         * gnome/Makefile.in: ... here ...
542         * src/Makefile.in: ... and here.
544 2001-07-19  Pavel Roskin  <proski@gnu.org>
546         * configure.in: Don't check for getwd, it's completely
547         eliminated.
548         * INSTALL: Remove reference to HAVE_GETWD.
550         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
551         entries for compressed cpio archives.
553         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
554         they were only used in obsolete frontends.  Don't ever use %view
555         without commands - it's slower and loses user settings, e.g.
556         hex mode.  Put shared libraries before man pages and read.me
557         before .me macros so that they match correctly.  Use nm for
558         shared libraries.  Add rules for StarOffice and AbiWord.
560 2001-07-14  Pavel Roskin  <proski@gnu.org>
562         * configure.in: Bump version to 4.5.54a.
564 2001-07-13  Pavel Roskin  <proski@gnu.org>
566         * lib/mcserv.init: Fix exit status.
567         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
569         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
570         "executable", which should follow a space. Simplify rules for
571         images. Add shell/ rule for *.info files. Fix all incorrect
572         uses of the alternation operator.
573         Reported by Oskar Liljeblad and Michel Casabona.
575 2001-07-12  Pavel Roskin  <proski@gnu.org>
577         * configure.in: Don't check for iconv, it's already checked for
578         in AM_GNU_GETTEXT.
580 2001-07-10  Pavel Roskin  <proski@gnu.org>
582         * doc/mc.1.in: Update documentation about hex search.
584         * edit/edit_key_translator.c (cooledit_key_map): Bind
585         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
586         From Steef Boerrigter <sxmboer@sci.kun.nl>
588         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
589         * edit/edit_key_translator.c (cooledit_key_map): Add support
590         for bracket matching on Alt-B.
591         * gtkedit/gtkeditkey.c: Likewise.
592         From Steef Boerrigter <sxmboer@sci.kun.nl>
594 2001-07-06  Pavel Roskin  <proski@gnu.org>
596         * lib/mc.ext.in: Use nm to view object files.
598         * Make.common.in: Remove GNOME-specific and unused definitions.
599         Partly moved to gnome/Makefile.in.
601         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
602         they are usused.
603         * Make.common.in: Likewise.
605 2001-06-29  Pavel Roskin  <proski@gnu.org>
607         * ABOUT-NLS: Update to the version from gettext-0.10.38.
609         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
610         now done in configure. Move -I.. to the beginning.
611         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
612         libintl.a may be required to link mc.
613         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
614         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
615         Move all i18n code to one place. Don't substitute INTLSUB - it's
616         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
617         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
619 2001-06-25  Pavel Roskin  <proski@gnu.org>
621         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
622         It should be enabled explicitly by giving `--enable-largefile'
623         to configure.
624         * INSTALL: Document it.
626 2001-06-22  Pavel Roskin  <proski@gnu.org>
628         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
630         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
631         in struct statfs.
632         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
634         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
635         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
636         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
637         found.
638         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
640 2001-06-19  Pavel Roskin  <proski@gnu.org>
642         * configure.in: Check for telldir and seekdir. Join adjacent
643         calls to AC_CHECK_FUNCS.
645 2001-06-16  Pavel Roskin  <proski@gnu.org>
647         * Makefile.am: Change the order of SUBDIRS to fully compile text
648         edition before compiling anything for GNOME.
649         * mc.spec.in: Don't use brace expansion to avoid implicit
650         build-time dependency on bash.
652 2001-06-13  Pavel Roskin  <proski@gnu.org>
654         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
655         the test code.
656         * configure.in: Fix compiler warnings in the arguments to
657         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
658         around `=' in the `test' command.
660 2001-06-07  Pavel Roskin  <proski@gnu.org>
662         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
663         GNOME documentation template.
664         * doc-gnome/C/mkhtml: Don't generate index.
665         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
667 2001-06-06  Pavel Roskin  <proski@gnu.org>
669         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
670         conditional variables from EXTRA_DIST.
672 2001-06-05  Pavel Roskin  <proski@gnu.org>
674         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
675         conversion support.
676         From Walery Studennikov <hqsoftware@mail.ru>.
678         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
680 2001-06-01  Pavel Roskin  <proski@gnu.org>
682         * lib/mc.charsets: Synchronize with the latest patch - remove
683         a comment.
685 2001-05-30  Pavel Roskin  <proski@gnu.org>
687         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
688         work with GNOME.
690         * lib/mc.charsets: New file. From Walery Studennikov.
691         * lib/Makefile.am: Distribute mc.charsets. Install it if
692         the charset support is enabled.
694         * configure.in: Add check for iconv() and the necessary code
695         to support the charset selection patch.
697         * configure.in: Add check for ESCDELAY variable in ncurses.
699 2001-05-29  Pavel Roskin  <proski@gnu.org>
701         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
702         USE_EXT2FSLIB.
704         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
705         * pc/config.h: Likewise.
707         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
708         and "strings". Recognize "write" files and MS Word templates.
709         For MS Excel documents try "xls2csv" and "strings".
710         Escape spaces in the "type" directives.
711         From Nerijus Baliunas.
713         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
715         * Make.common.in: Remove hpath, it's unused.
717         * acconfig.h: Move constant parts ...
718         * extraconf.h: ... here.
719         [HAVE_X]: Disable subshell, s-lang and curses.
720         * Makefile.am: Add extraconf.h.
722 2001-05-28  Pavel Roskin  <proski@gnu.org>
724         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
725         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
726         * configure.in: ... here.
728 2001-05-27  Pavel Roskin  <proski@gnu.org>
730         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
731         * acconfig.h: Likewise.
732         * src/layout.c: Likewise.
734         * Make.common.in: Remove all percent rules.
735         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
736         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
737         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
738         AM_INIT_AUTOMAKE.
740         * Make.common.in: Remove obsolete dependency tracking system.
741         * configure.in: Likewise.
742         * edit/Makefile.in: Likewise.
743         * gnome/Makefile.in: Likewise.
744         * gtkedit/Makefile.in: Likewise.
745         * slang/Makefile.in: Likewise.
746         * src/Makefile.in: Likewise.
747         * vfs/Make-mc.in: Likewise.
748         * src/depend.awk: Remove.
750 2001-05-26  Pavel Roskin  <proski@gnu.org>
752         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
753         * syntax/octave.syntax: New file. From Walery Studennikov.
754         * syntax/Makefile.am: Add octave.syntax.
756         * configure.in: Fix incorrect test for stdin support in grep -
757         it would always fail when configuring in an empty directory.
758         Portability fixes - unset, backslashed space in here-documents.
759         Eliminate all instances of "changequote".
761         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
762         user choice.
763         * acconfig.h: Changes for the above.
764         * INSTALL: Don't document --with-sco - it's now defunct.
765         * INSTALL.FAST: Likewise.
767 2001-05-25  Pavel Roskin  <proski@gnu.org>
769         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
770         are in the beginning of the "file" output.
772 2001-05-23  Pavel Roskin  <proski@gnu.org>
774         * lib/mc.ext.in: Add associations for viewing RPM files.
776 2001-05-22  Pavel Roskin  <proski@gnu.org>
778         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
779         By default exit after the first error in jade.
781         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
782         JADEFLAGS environment variables. Report progress. Clean up on
783         failure.
785 2001-05-21  Pavel Roskin  <proski@gnu.org>
787         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
788         files.
790         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
791         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
793 2001-05-20  Pavel Roskin  <proski@gnu.org>
795         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
796         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
797         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
798         * doc-gnome/C/figs/Makefile.am: Add support for converting from
799         PNG to EPS.
801         * Makefile.am (EXTRA_DIST): Remove create_vcs.
802         * doc/FILES: Likewise. Typo fix.
804 2001-05-19  Pavel Roskin  <proski@gnu.org>
806         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
807         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
808         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
810         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
811         index entry "Moving files".
813 2001-05-18  Pavel Roskin  <proski@gnu.org>
815         * configure.in: Use src/main.c in AC_INIT.
817         * create_vcs: Remove.
819         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
820         Add download location for glib.
821         * mc.spec.in: Likewise.
822         * doc/LSM: Likewise.
823         * doc/mc.1.in: Likewise.
824         * doc/mcedit.1.in: Likewise.
825         * src/ext.c: Don't mention download location for MC.
827         * FAQ: Update status of Tk, XView. and GNOME editions. Update
828         homepage of gpm.
830         * INSTALL: Remove information about Tk and XView. Change the
831         mailing list addresses again.
832         * FAQ: Change the mailing list addresses again.
833         * MAINTAINERS: Likewise.
834         * README: Likewise.
835         * doc/mc.1.in: Likewise.
836         * gnome/gmc-window.c: Likewise.
837         * lib/README.xterm: Likewise.
838         * lib/mc.ext.in: Likewise.
839         * lib/mc.hint*: Likewise.
840         * lib/mc.hlp.hu: Likewise.
841         * po/*.po: Likewise.
842         * src/main.c: Likewise.
844 2001-04-20  Pavel Roskin  <proski@gnu.org>
846         * FAQ: Change the mailing list addresses and the download
847         locations.
848         * INSTALL: Likewise.
849         * MAINTAINERS: Likewise.
850         * README: Likewise.
851         * doc/mc.1.in: Likewise.
852         * gnome/gmc-window.c: Likewise.
853         * lib/README.xterm: Likewise.
854         * lib/mc.ext.in: Likewise.
855         * lib/mc.hint*: Likewise.
856         * lib/mc.hlp.hu: Likewise.
857         * po/*.po: Likewise.
858         * src/main.c: Likewise.
860 2001-04-19  Pavel Roskin  <proski@gnu.org>
862         * configure.in: Don't install mcserv unless
863         "--enable-mcserv-install" has heen specified.
864         Don't quote the first argument in all calls to AM_CONDITIONAL
865         to work around a bug in Automake 1.4.
866         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
867         * vfs/Make-mc.in: Likewise.
869 2001-04-13  Pavel Roskin  <proski@gnu.org>
871         * configure.in: Bump version to 4.5.53a.
873 2001-04-06  Pavel Roskin  <proski@gnu.org>
875         * gtkedit/editcmd.c: Remove support for XView layout attributes.
876         * gtkedit/editoptions.c: Likewise.
877         * pc/chmod.c: Likewise.
878         * pc/drive.c: Likewise.
879         * src/boxes.c: Likewise.
880         * src/chmod.c: Likewise.
881         * src/dlg.c: Likewise.
882         * src/dlg.h: Likewise.
883         * src/filegui.c: Likewise.
884         * src/find.c: Likewise.
885         * src/hotlist.c: Likewise.
886         * src/layout.c: Likewise.
887         * src/listmode.c: Likewise.
888         * src/main.c: Likewise.
889         * src/option.c: Likewise.
890         * src/panelize.c: Likewise.
891         * src/wtools.c: Likewise.
892         * src/wtools.h: Likewise.
893         * vfs/smbfs.c: Likewise.
895         * autogen.sh: Check out "intl" and "macros" directories if they
896         are missing. Simply "cvs up -d" won't restore them.
898         * configure.in: Bump version to 4.5.52a.
900 2001-03-14  Pavel Roskin  <proski@gnu.org>
902         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
903         Automake conditional USE_SAMBA_FS if Samba is to be supported
904         in VFS.
906 2001-03-07  Pavel Roskin  <proski@gnu.org>
908         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
909         defined.
910         Reported by Norbert Warmuth.
912         * configure.in: Don't process vfs/extfs/uzip - it's now
913         constant.
915         * syntax/changelog.syntax: Require space after asterisk to have
916         it highlighted.
918 2001-03-02  Pavel Roskin  <proski@gnu.org>
920         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
921         * configure.in: Use AC_PROG_CC_STDC instead.
923         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
924         Suggested by Christian Gennerat.
926         * lib/mc.ext.in: Add support for "freeze" - old compression
927         program used mostly on QNX.
928         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
929         * lib/Makefile.am: Adjusted.
931 2001-02-26  Pavel Roskin  <proski@gnu.org>
933         * lib/mc-gnome.ext.in: Remove, it's not used.
934         * configure.in: Remove lib/mc-gnome.ext.
935         * lib/Makefile.am: Likewise.
937 2001-02-20  Pavel Roskin  <proski@gnu.org>
939         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
940         defined to prevent warnings on OpenBSD 2.7.
941         * slang/jdmacros.h: Likewise.
942         * src/mad.h: Likewise.
943         * src/poptalloca.h: Likewise.
945         * configure.in: Check for sys/time.h and sys/timeb.h. Use
946         AC_HEADER_TIME.
948 2001-02-07  Pavel Roskin  <proski@gnu.org>
950         * autogen.sh: Create vfs/samba/include/stamp-h.in.
951         * vfs/samba/include/stamp-h.in: Remove.
953         * macros/curses.m4: Quote first argument to AC_DEFUN.
954         * macros/gnome-cxx-check.m4: Likewise.
955         * macros/gnome-gettext.m4: Likewise.
956         * macros/gnome-libgtop-check.m4: Likewise.
957         * macros/gnome-print-check.m4: Likewise.
958         * macros/linger.m4: Likewise.
959         * macros/need-declaration.m4: Likewise.
961         * configure.in: Only configure in vfs/samba if smbfs support is
962         enabled even with Autoconf 2.13.
964 2001-01-30  Pavel Roskin  <proski@gnu.org>
966         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
967         --without-samba due to a typo.
969         * configure.in: Only configure in vfs/samba if smbfs support is
970         enabled. This optimization will only work with Autoconf-2.49c
971         and above.
973 2001-01-13  Pavel Roskin  <proski@gnu.org>
975         * configure.in: Don't create a faked malloc.h.
976         * gtkedit/edit.h: Don't assume that malloc.h always exists.
977         * src/mad.h: Likewise.
979         * configure.in: Simplified handling of cons.saver.
980         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
981         * mc.spec.in: Remove a workaround for the above.
983         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
984         for MC. Don't rely on the output of uname - use $host_os.
986 2001-01-11  Pavel Roskin  <proski@gnu.org>
988         * configure.in: Check for ext2 libraries only if VFS is enabled.
990         * src/Makefile.in: Create directories before installing files.
991         Removed all occurences of libprefix - it's never defined.
993         * configure.in: All macros from configure.in moved to
994         acinclude.m4. Added missing quotes in several places.
995         * acinclude.m4: Likewise.
997         * edit/Makefile.in: Don't install or uninstall mcedit -
998         it cannot be installed before mc on systems without symlinks.
999         * gtkedit/Makefile.in: Likewise.
1000         * src/Makefile.in: Install mcedit (if enabled) and mcview.
1001         Uninstall them.
1003         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
1004         from acinclude.m4 in gtk+:
1005         Don't define ENABLE_NLS unless we have a working NLS.
1006         (This should keep libintl.h from being included when it doesn't
1007         exist).
1009 2001-01-09  Pavel Roskin  <proski@gnu.org>
1011         * doc-gnome/C/figs/Makefile.am: New file.
1012         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
1013         makefile do it.
1014         * configure: Substitute doc-gnome/C/figs/Makefile.
1016         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
1018 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
1020         * lib/mc.hlp.hu: Added Hungarian help file from
1021           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
1022           maci@integrity.hu, mfh47@freemail.hu
1023         * lib/Makefile.am: Added LOCALIZED_HELP for further
1024           mc.hlp l10ns
1025         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
1026           gtkedit/editcmd.c: I18n of mc.hlp
1028 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
1030         * doc/mc.1.in: Corrected badly formatted link...
1032 2000-11-10  Robert Brady  <robert@suse.co.uk>
1034         * configure.in: Add Tamil to ALL_LINGUAS.
1036 2000-10-23  Pavel Roskin  <proski@gnu.org>
1038         * mc.spec.in: Allow mcserv.8 to be gzipped.
1040         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
1041         that cannot deal with "./gmc.sgml".
1043 2000-10-09  Pavel Roskin  <proski@gnu.org>
1045         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
1046         that CVS Automake will drop dependencied to the macros that
1047         we don't distribute.
1049         * lib/mc.ext.in: Removed references to icons. Source RPMs
1050         grouped to one regex. Removed "Update" for source RPMs, added
1051         "Rebuild" instead. Added "Check signature" for all RPMs.
1052         Added a comment about pop-up menus in the text edition.
1054 2000-10-06  Pavel Roskin  <proski@gnu.org>
1056         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
1057         flags moved out of CFLAGS as recommended by GNU coding
1058         standards.
1059         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
1060         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
1061         XCPPFLAGS.
1062         * INSTALL (Random notes on porting to other architectures):
1063         Completely rewritten. Recommended using CFLAGS instead of XINC.
1065 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1067         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
1069 2000-10-04  Christophe Merlet  <christophe@merlet.net>
1071         * gnome/*.desktop: Updated french strings.
1073 2000-10-03  Pavel Roskin  <proski@gnu.org>
1075         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
1076         to allow <legalnotice>. Unclosed tags fixed.
1078 2000-09-30  Pavel Roskin  <proski@gnu.org>
1080         * mc.spec.in: New package mc-common. Use DESTDIR instead of
1081         misusing prefix. Don't install old icons - they don't exist.
1083         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
1084         "export -f" to have mc() exported.
1085         * doc/mc.1.in: Changed description of the "-P" option to
1086         avoid inclusion of mc.sh and mc.csh into the manual.
1087         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
1089 2000-09-24  Pavel Roskin  <proski@gnu.org>
1091         * doc/mc.1.in: Minor formatting fixes.
1093         * lib/mc.sh.in: Remove temporary file non-interactively.
1094         * doc/mc.1.in: updated example for mc.sh.
1096 2000-09-23  Pavel Roskin  <proski@gnu.org>
1098         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
1099         updates it when needed.
1100         * mc.spec.in: Include translations with mc, not gmc. Run
1101         chkconfig --del in %preun, not %postun. --without-debug not
1102         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
1103         be executable. New files in %{prefix}/lib/mc/ - translated hints,
1104         editor files.
1106         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
1107         directory for document processing. Comment changes. gmc.ps and
1108         gmc.pdf now generated from gmc.dvi.
1110         * configure: Always include Make.common as file, otherwise
1111         "make distclean" breaks.
1112         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1113         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
1114         replaced with "rm -f" - the stangard says that "rm" is portable.
1115         Ditto $(MV). Adjusted *clean targets to match those in
1116         Automake. Removed "cross" target.
1118 2000-09-22  Pavel Roskin  <proski@gnu.org>
1120         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
1121         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
1122         * doc/Makefile.in: Converted to ...
1123         * doc/Makefile.am: ... this.
1125 2000-09-21  Pavel Roskin  <proski@gnu.org>
1127         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
1128         is not expanded in all shells.
1129         * doc/mc.sgml: Updated the example script to reflect the above
1130         changes.
1131         * doc/mc.in.1: Likewise.
1133 2000-09-19  Pavel Roskin  <proski@gnu.org>
1135         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
1136         Marco Ciampa
1138 2000-09-18  Pavel Roskin  <proski@gnu.org>
1140         * Make.common.in: Added installcheck to placate "make distcheck"
1141         * configure.in, Make.common.in, doc/Makefile.in,
1142         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1143         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
1144         variable MKINSTALLDIRS and builddir with Automake-compatible
1145         mkinstalldirs and top_builddir.
1146         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
1147         files. Added uninstall-local target.
1149 2000-09-17  Pavel Roskin  <proski@gnu.org>
1151         * configure.in: fixed wrong use of AC_MSG_RESULT inside
1152         AC_CACHE_VAL
1154         * Make.common.in: Added the "dvi" target for "make distcheck"
1155         to go further
1156         * doc-gnome/C/Makefile.in: converted to ...
1157         * doc-gnome/C/Makefile.am: ... this
1159 2000-09-15  Pavel Roskin  <proski@gnu.org>
1161         * acconfig.h, configure.in: Require autoconf 2.13 or above.
1162         Removed workarounds for older versions. Removed MCDEBUG
1163         variable - it's not used. --with-debug renamed to --with-mad and
1164         cleaned up. Always use -Wall with gcc, other manipulations with
1165         CFLAGS removed.
1167         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1168         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1169         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
1170         mc.pot becomes out of date in the tarball.
1172 2000-09-14  Pavel Roskin  <proski@gnu.org>
1174         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
1175         tests for cp, mv and rm.
1176         * Make.common.in: Removed variables xv_bindir and STRIP.
1177         Variables CP, MV and RMF are assigned trivial values.
1179         * edit/Makefile.in: Don't link headers, add extra includes
1180         to CPPFLAGS instead. Put links to the build directory.
1181         Remove the hack with "mx" - it is not needed anymore.
1183         * configure.in: remove any manupulations with top_srcdir.
1184         Don't change CPPGLAGS when the internal editor is enabled,
1185         instead do it ...
1186         * edit/Makefile.in, gtkedit/Makefile.in: ... here
1188         * configure.in, Make.common.in, doc/Makefile.in,
1189         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1190         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
1191         changed to top_srcdir for Automake compatability
1193         * configure.in: REGEX_O variable removed - always use our regex
1195         * configure.in: MCFGR variable removed
1197 2000-09-12  Pavel Roskin  <proski@gnu.org>
1199         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
1200         other GNOME modules
1201         * autogen.sh: remove "-I ." from the "aclocal" command line
1203 2000-09-01  Pavel Roskin  <proski@gnu.org>
1205         * configure.in: output vfs/extfs/Makefile
1207         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
1208         to avoid a warning
1209         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
1210         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
1212 2000-08-29  Pavel Roskin  <proski@gnu.org>
1214         * configure.in: use AM_GNOME_GETTEXT
1215         * gettext.m4: removed
1216         * Makefile.am: adjusted files to distribute, previous change
1217         reverted
1219         * mc-aclocal.m4: renamed to ...
1220         * acinclude.m4: ... this
1221         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
1222         * Makefile.am: aclocal should scan "." for gettext.m4
1224 2000-08-28  Pavel Roskin  <proski@gnu.org>
1226         * Make.common.in: removed hack for "make distcopy"
1227         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1228         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1229         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
1230         for external builds.
1231         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
1233 2000-08-24  Pavel Roskin  <proski@gnu.org>
1235         * new_icons/Makefile.in: converted to ...
1236         * new_icons/Makefile.am: ... this
1237         * configure.in: automake conditional GNOME introduced.
1238         "insticons" removed
1240         * icons/*: removed
1241         * Makefile.am, configure.in: necessary adjustments
1243         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
1244         automake installs them now
1246         * syntax/Makefile.in: converted to ...
1247         * syntax/Makefile.am: ... this
1249         * idl/Makefile.in: converted to ...
1250         * idl/Makefile.am: ... this
1252         * lib/Makefile.am: simplified, fixed "make dist"
1254         * lib/Makefile.in: converted to ...
1255         * lib/Makefile.am: ... this
1257         * lib/tkmc.wmconfig: removed
1258         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
1260         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
1261         to ...
1262         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
1263         * Make.common.in: support for "distdir" for compatability
1264         with Automake-generated makefiles
1265         * autogen.sh: run automake. Force cache - it is off by default
1266         in autoconf 2.49a, but it's still handy for maintainers
1267         * configure.in: adapted for Automake
1269         * AUTHORS: new file
1271 2000-08-23  Pavel Roskin  <proski@gnu.org>
1273         * configure.in: resurrect definition of xvers
1275         * VERSION.in: removed
1276         * Makefile.in: don't do anything with VERSION.in and VERSION
1277         Take mc.spec from builddir, not srcdir
1278         * configure.in: don't create VERSION
1280 2000-08-22  Pavel Roskin  <proski@gnu.org>
1282         * *.c, *.h: Updated address of Free Software Foundation
1284 2000-08-21  Pavel Roskin  <proski@gnu.org>
1286         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
1287         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
1288         related to XView, libXPM, libXext and Tk
1290 2000-08-18  Pavel Roskin  <proski@gnu.org>
1292         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
1293         files
1295         * configure.in: Simplified dependency tracking by using
1296         "-include" with GNU Make
1297         * autogen.sh: Exit on all failures
1299 2000-08-17  Pavel Roskin  <proski@gnu.org>
1301         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
1302         Fixed all misuses of single and double quotes. Typo fixes.
1303         Ensured compatability with sgml2html, sgml2txt and sgml2latex
1304         * doc/mc.1.in: Typo fix
1306         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
1307         * doc/linuxdoc-sgml.diff: removed
1308         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
1309         distribute gnome.sgml
1311 2000-08-15  Pavel Roskin  <proski@gnu.org>
1313         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
1314         in the "distclean" target
1316         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
1317         Removed all XVIEW-related stuff
1318         Fixed placement of png files on "make dist"
1320         * doc/mc.1.in: Updated info about the internal editor
1322         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
1323         indicate serious problems. Fixes for uninstall.
1324         * doc/Makefile.in: Rebuild if it is out of date.
1326         * lib/cedit.menu: Added. This file has been missing
1328         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
1330 2000-08-08  Pavel Roskin  <proski@gnu.org>
1332         * Makefile.in: correctly detect make failures in subdirs
1334 2000-08-01  Pavel Roskin  <proski@gnu.org>
1336         * nt, os2, tk, xv: removed all files
1337         * configure.in: don't create os2 and nt directories
1339 2000-08-01  Pavel Roskin  <proski@gnu.org>
1341         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
1343         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
1345 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
1347         * src/main.c: make 8bit input/output the default (99% of the people
1348         expects that; lets the remaining 1% use the configuration menu
1349         to disactivate it if they want)
1351 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1353         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
1355 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
1357         * configure.in: check for gnome-libs with window icon support
1359         * acconfig.h: add icon define
1361 2000-06-08  Matthias Warkus  <mawa@iname.com>
1363         * new_icons/gnome-pack-*.png: Updated.
1364         * gnome/mc.keys: Added a MIME type for SLP packages.
1366 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
1368         * syntax/diff.syntax: Highlight lines beginning with "File",
1369         "Files" and "Binary"
1370         * syntax/makefile.syntax: Highlight "ifndef"
1371         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
1372         highlighted)
1374 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1376         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
1377         comment lines with # in last release
1379 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1381         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
1383 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1385         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
1386         look more consistent than original.
1388 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1390         * config.in: Added check against strcoll().
1392 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1394         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
1395         added 'and', 'or', 'not', 'for' keywords.
1397 2000-04-06  Timur Bakeyev  <mc@bat.ru>
1399         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
1400         based systems. Hope, this will make FreeBSD midc maintainer to enable
1401         build-in editor by default. Still, syntax highlighting is disabled.
1402         Need to port...
1404 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1406         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
1407           fixed, some messages gettext()ed again here and in
1408         gtkedit/editmenu.c:edit_about_cmd()
1410 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1412         * doc/mc.sgml (Examples): Fixed documentation, thanx
1413         to martin@internet-treff.uni-koeln.de.
1415 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
1417         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
1418         the label text
1420 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
1422         * gtkedit/syntax.c: treat *.ads as Ada source
1423         * syntax/ada95.syntax: escape "+" and "*"
1424         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
1425         * syntax/Makefile.in: remove diffc.syntax
1427         * edit/edit_key_translator.c: interpret code 0177 as
1428         backspace unless recognized otherwise
1430 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
1432         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
1433         initialization of array of structure (gcc version 2.96 20000131
1434         chokes on it).
1436         * lib/mc.hint: C-y and not C-u can be used to insert text in input
1437         lines (e. g. text which has been deleted with M-d).
1439         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
1441 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
1443         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
1445 2000-01-29  Matthias Warkus  <mawa@iname.com>
1447         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
1448         design on Federico's request.
1450 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
1452         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
1453         an ArrangeType enum.
1455 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
1457         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
1458         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
1459         setup.c: Add option of using GNOME "magic" routines to determine file
1460         types. This makes MC intelligently look at the data in the file to see
1461         what type of file it is, rather than looking at the filename extension.
1462         This slows down MC quite a bit, so it has been made an optional
1463         preference item. Type detection is expected to improve as mime-magic
1464         matures.
1466 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
1468         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
1469         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
1470         providing a patch.
1472 2000-01-11  Matthias Warkus  <mawa@iname.com>
1474         * Added icon and keys entry for Scheme source.
1476 2000-01-03  Fatih Demir  <kabalak@gmx.net>
1478         * configure.in: Added tr -> ALL_LINGUAS .
1480 1999-12-28  Matthias Warkus  <mawa@iname.com>
1482         * new_icons/*.png: Added a bunch of new icons.
1484 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
1486         * configure.in (VERSION): Bumped version number to 4.5.42.
1488 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
1490         * configure.in: added 'uk' to ALL_LINGUAS.
1492 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1494         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
1495         request from David Sauer
1497 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
1499         * configure.in (VERSION): Bumped version number to 4.5.41.
1501 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
1503         * configure.in (VERSION): Set version number to 4.5.39.
1505 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
1507         * configure.in: Added pt_BR to ALL_LINGUAS
1509 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
1511         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
1512         path to the mc binary according to @prefix@.
1514         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
1515         configure. Install mc.sh and mc.csh in $(suppbindir).
1517         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
1518         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
1519         copies of the included function definitions.
1521         * mcfn_install.in: Comment out definitions of the mc functions. Source
1522         mc.sh instead of adding an outdated mc function definition.
1524         * configure.in: output mc.sh and mc.csh
1526 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
1528         * lib/startup.links: Changed the news link to Gnotices
1530 1999-09-19  David Martin  <dmartina@usa.net>
1532         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
1533         8 bit chars from strftime get displayed when inserting date.
1535         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
1536         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
1537         file to avoid interferences. In this one I changed the extension check
1538         to a type check (as used for gzip) which might give problems in some
1539         systems.
1541         * configure.in: Use -Tlatin1 to format man pages when available and
1542         "view" 8 bit chars.
1544 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
1546         * gtkedit/edit.h: Include file reordering to make it compile with
1547         --with-debug
1549         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
1550         dependent on lenght of translated strings to display.
1552 1999-09-16  Owen Taylor  <otaylor@redhat.com>
1554         * Remove the magicdev autoconf test in favor of just
1555         including the idl file. Otherwise we have a dependency
1556         loop between this and magicdev.
1558 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
1560         * idl/FileManager.idl: Changed names, and put everything under a
1561         FileManager module.  Added a Desktop interface and some methods to
1562         the WindowFactory interface.
1564 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
1566         * doc-gnome/*: Shiny new docs from users-guide.
1567         All synced up.
1569 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
1571         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
1573 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
1575         * README: Updated and spell-checked.
1577         * NEWS: Updated.
1579 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
1581         * configure.in (ALL_LINGUAS): Added sv.
1583 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
1585         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
1586         symlink attacks (mcfn_install and the man page still needs to be
1587         updated).
1589 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
1591         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
1592         a symbolic link (ln -sf doesn't work as expected on Solaris)
1594 1999-08-19  Elliot Lee  <sopwith@redhat.com>
1595         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
1597 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
1599         * doc-gnome/C/gmc.sgml: Index fixes.
1601 1999-08-18  Elliot Lee  <sopwith@redhat.com>
1603         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
1604         initializers in the GnomeUIInfo structure.
1606 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
1608         * configure.in (VERSION): Bumped version number to 4.5.38.
1610 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
1612         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
1614 1999-08-15  David Martin  <dmartina@usa.net>
1616         * gtkedit/edit.c: Print localized date with strftime()
1618         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
1620 1999-08-08  David Martin  <dmartina@usa.net>
1622         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
1623         translation.
1625         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
1626         translation as it used to be.
1628 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1630         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
1631         that the correct index.html will be generated.
1633 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1635         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
1636         to the list.
1638 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
1640         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
1641         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
1642         This adds some new syntax rules, and spell check on the fly
1643         which if someone bugs me for, will actually get enabled in
1644         both the text and gnome versions. Bookmark stuff also needs
1645         some keys bound to it, I suppose: any takers?
1647 July 19, 1999 Elliot Lee
1648         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
1650 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
1652         * Makefile.in (all): Makefile fix.
1654 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1656         * Make.common.in (confdir): Define confdir as sysconfdir.  This
1657         should fix the problem we had with FSSTND distributions.
1659 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1661         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
1662         list of distributed files.
1664 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1666         * configure.in (VERSION): Bumped version number to 4.5.34.
1668 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
1670         * Add fi into ALL_LINGUAS
1672 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
1674         * gnome/i-zipdisk2.png: Added another zip-disk icon
1675         by <scarab@egyptian.net> - It looks very nice. Variation
1676         is good.
1678 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1680         * acconfig.h: Add WITH_SMBFS
1682         * macros/gnome-vfs.m4: Support conditional samba support.
1684 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1686         * Make.common.in (confdir): Define confdir as sysconfdir.  This
1687         should fix the problem we had with FSSTND distributions.
1689 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
1691         * mc.spec.in: added syntax files to %files
1693 1999-06-22  David Martin  <dmartina@usa.net>
1695         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
1697 1999-06-07  Shooby Ban  <bansz@szif.hu>
1699         * po/hu.po, configure.in: added hungarian translations...
1700           I'm not sure it's OK, but it seems usable.
1701           Translators: Tamas Fejos and Andras Kadar
1703 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
1705         * configure.in, Makefile.in: added the gmc helpfile to the build
1707 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
1709         * Add ja entry to LANG in configure.in
1711 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
1713         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
1714         be installed in the system :) (added it to the Makefile.in)
1716 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
1718         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
1719         disks - someone please add it to the mount.c code so it gets used..
1720         Everyone have a nice time at the expo! :) I hope to join the
1721         next time.
1723 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1725         * configure.in: Added check for getpt ()
1727 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1729         * configure.in (VERSION): Bumped version number to 4.5.31.
1731 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1733         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
1734         need to fool it by strdup'ing the return value of tempnam.
1736 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1738         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
1739         MCLIBS which are specific to the text edition.
1741         * INSTALL: Added documentation for --with-tm-x-support
1743 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
1745         * mc.spec.in : Folded in some changes from the 'offical' rpm
1746         spec file.
1748 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1750         * configure.in (SHELL): Do not use grep -q, as it is not portable
1751         to every OS.
1753 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1755         * configure.in: Linking from $srcdir/slang is broken when configure
1756         isn't called with an absolute path. Link from ../$srcdir/slang if
1757         configure was invoked with a relative path.
1759 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
1761         * configure.in: Do not rm the destination file and then link, use
1762         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
1764 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1766         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
1767         --with-PACKAGE and --without-PACKAGE gave the same results.
1769 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1771         * configure.in (VERSION): Bumped version number to 4.5.30.
1773 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1775         * configure.in (VERSION): Bumped version number to 4.5.29.
1777 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1779         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
1780         now contains all checks.
1782 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1784         * configure.in (VERSION): bumped version number to 4.5.28.
1786 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
1788         * */Makefie.*: fixed several missed conversions from libdir to
1789         mclibdir. (Should be automake'd, really)
1791 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1793         * Make.common.in: There were conflicting definitions of mclibdir
1794         (one for installation, one for source).  Now the source one is
1795         called mcsrclibdir.
1797         * doc/Makefile.in: Use mcsrclibdir where appropriate.
1799 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
1801         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
1802         Pascal Program" (Heh, second time :)
1804         * Makefile.common: Until things gets clear, keep syntax rules in
1805         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
1807         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
1808         @libdir@.
1810 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
1812         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
1813         as requested by Paul. Still, need some checking...
1815 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
1817         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
1818         to date with cooledit 3.9.0. This adds some new features.
1819         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
1820         syntax.c. This is because the rule set is becoming too
1821         large to maintain in its current form and because file
1822         loading is starting to get slow.
1824         There is also a bookmark feature which does not yet have
1825         key bindings assigned to it, but should be cool once
1826         these get inserted. Syntax rules files are named
1827             $LIBDIR/cooledit/syntax/*.syntax
1829 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
1831         * configure.in: Create slang directory, it is needed when
1832         builddir != srcdir.
1833         Use -f when calling rm, the file does not exist on
1834         first compile.
1835         No need to copy VERSION from $srcdir, it's already generated in
1836         $buildir.
1838 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
1840         * edit/edit_key_translator.c: Added missing translation tags.
1842 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1844         * configure.in: Minimum version of glib should be 1.2.0.
1845         (VERSION): Bumped version number to 4.5.27.
1847 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
1849         * gtkedit/editcmd.c: Added missing translation tags.
1851         * gtkedit/editoptions.c: Added missing translation tags. Translate
1852         radio buttons on first use.
1854 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
1856         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
1857         to get the mc spec file to work.
1858         * hacked configure to generate a properly versioned spec file.
1860 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1862         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
1863         radio buttons on first pass.
1865 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
1867         * gtkedit/editcmd.c: Mark strings in the search and replace
1868         dialogs for translation. Resized these dialogs to let the messages
1869         fit.
1871 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1873         * gtkedit/editwidget.c (selection_send): Use the proper type for
1874         64-bit cleanliness (Patch from George Lebl).
1876 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
1878         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
1879         into the catalog file.
1881 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1883         * configure.in: Make Timur's libtermcap check work with SLang
1884         0.99.98, too.
1886 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1888         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
1889         PS and EPS files.  Thanks, Tigert!
1891 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1893         * configure.in (CCOPTS): Drop the prefix auto-detection.
1895 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
1897         * configure.in: Add check, which, in case of system-installed SLang
1898         library tries to run a test program, which determines, does we need
1899         linking with libtermcap.a. Also, set of if's for finding terminfo
1900         dir changed to for cycle - a bit nicer :)
1902 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1904         * README.QNX: Deleted documention about mc.menu.qnx.diff.
1906 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1908         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
1910 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1912         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
1913         from tar calls when extracting (according to my man page this option
1914         is only useful when creating archieves).
1916 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1918         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
1919         adds support for tar.bz2 and merges the support for freeze-compressed
1920         tar files (tar.F) from mc.menu.qnx.diff.
1922 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
1924         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
1925         GNU-like :)
1927 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1929         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
1930         the catalog file.
1932 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
1934         * new_icons/gnome-core.png: New icon for core files. Someone
1935         please add the code part :)
1937 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
1939         * configure.in: Add check against setuid() and setreuid() functions.
1941 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1943         * slang/slang.h: renamed to slang-mc.h
1945         * slang/Makefile.in: delete slang.h on "make clean"
1947         * configure.in: link slang/slang-mc.h to slang/slang.h when the
1948         included slang is used. Problem was that MC's slang.h was used
1949         when we compiled with an already installed SLang and the systems
1950         header file were included with <slang/slang.h>.
1951         Unfortunatly I can't use AC_LINK_FILES to make the links because
1952         if we needn't make any links AC_LINK_FILES makes a link from
1953         srcdir to top_builddir (builddir != srcdir).
1955         Temporary add $LGPM to $LIBS when checking for the resizeterm
1956         and keyok functions (ncurses might be linked against GPM).
1958         Substitude PACKAGE (intl/Makefile makes use of it)
1960 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
1962         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
1963         #include "global.h".
1965 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
1967         * Make.common.in (gnewdir): new path.
1969 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
1971         * configure.in: Add comments before "Let" and "the" - typo. Add new
1972         path to include's search.
1974 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
1976         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
1978 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1980         * configure.in (REGEX_O): Always include regex.o as the code we
1981         are using in gmc is not using regcomp/regexec, but the internal
1982         Emacs API.
1984         * src/regex.c: Do not compile the POSIX compatibility code, as we
1985         do not use it.
1987 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1989         * doc/mc.sgml, mc1.in (Color section): minor polishing
1990         (Layout section): documented Highlight...
1992 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1994         * configure.in: Deleted du checks
1996         * INSTALL: Deleted --with-dusum documentation.
1998         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
1999         Configuration dialog. Added Advanced chown subsection. Deleted
2000         variables from the Special settings section which are now covered
2001         by the configuration dialog.
2003 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2005         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
2006         tar_gz_memlimit. Partially rewrote the section about the
2007         Virtual FS.. configuration dialog.
2009 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
2011         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
2013 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2015         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
2017         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
2018         builddir
2020 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
2022         * new_icons/gnome-image-[lots].png: I added some icons for file
2023         types (image) there - someone please tell me what the correct
2024         location and naming convention is and I will try to follow that. :)
2026 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
2028         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
2029         the build will still work.  (Has this been replaced by new_icons?)
2031 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
2033         * doc/mc.1.in, mc.sgml: added my name to list ov authors
2035 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2037         * Makefile.in (codedirs): Dropped xv and tk ports from the
2038         distribution. include idl directory.
2040 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2042         * configure.in (slang_use_system_installed_lib): Define slang
2043         here, to avoid having this on LIBS.
2045 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
2047         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
2049 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
2051         * config.h.in: Removed from CVS, added to .cvsignore
2053         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
2054         configure.in:
2055         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
2056         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
2057         HAS_CURSES added to acconfig.h
2059 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2061         * autogen.sh: Add "-I macros" to the aclocal flags.
2063         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
2064         so that aclocal will not complain about an obsolete macro.
2066         * configure.in: Use MC_HPUX_PROG_CC_STDC
2068         * ChangeLog: There was no ChangeLog here, so I added one.