* vfs.c (vfs_init) [!WITH_MCFS]: Don't register mcfs.
[midnight-commander.git] / ChangeLog
blob3b10a60272cea1d4e0e45dd7d2e60da347438534
1 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
3         * autogen.sh: Fix for gettext 0.11 family (and newer).
5 2002-04-08  Pavel Roskin  <proski@gnu.org>
7         * autogen.sh: Allow gettext newer than 0.10.39.
8         From Björn Eriksson <bjorn@bjornen.nu>
10 2002-04-03  Pavel Roskin  <proski@gnu.org>
12         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
13         by "make clean" because not everyone has Perl to rebuild it.
15 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
17         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
18         first line regular expression.
20 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
22         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
23         or newer is not used.
24         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
26         * src/Makefile.am: Move mc.hlp.ru processing ...
27         * doc/ru/Makefile.am: ... here.
29 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
31         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
32         * syntax/c.syntax: Highlight "%p" printf format.
33         Allow '*' as width and precision for strings and numbers.
35         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
36         * doc/ru/mc.1.in: Likewise.
38 2002-03-18  Pavel Roskin  <proski@gnu.org>
40         * doc/ru/Makefile.am: Distribute xnc.hlp.
42 2002-03-12  Pavel Roskin  <proski@gnu.org>
44         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
46 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
48         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
49         * doc/ru/Makefile.am: New file.
51 2002-03-08  Pavel Roskin  <proski@gnu.org>
53         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
55 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
57         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
59 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
61         * doc/mc.1.in: Use nodename `Background jobs' for section
62         `Background Jobs' to reflect user visible Command menu option
63         and src/cmd.c dialog implementation.
65         * doc/ru: New directory for Russian manuals.
66         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
67         translated by Victor A. Kostromin for mc 4.5.30.  Converted
68         from binary mc.hlp.ru, corrected and actualized by me.
69         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
70         * doc/ru/.cvsignore: Ignore mc.1.
72 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
74         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
75         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
76         mc.lib settings.
78         (Virtual File System): Document SMB File System.
80 2002-02-26  Pavel Roskin  <proski@gnu.org>
82         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
83         message "no symbol found" for unsupported architectures and
84         provide more useful information.
86 2002-02-22  Pavel Roskin  <proski@gnu.org>
88         * README.smbfs: Remove.  It contained no useful information
89         and the webpage is now dead.
90         * Makefile.am: Remove README.smbfs.
92         * README: Mention that glib 1.2.x is required.
94 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
96         * lib/edit.indent.rc: Use "#! /bin/sh"
97         * lib/edit.spell.rc: Likewise.
98         * lib/mcserv.init: Likewise.
100         * lib/cedit.menu: Eliminate bashisms.
101         Add missed `:' in AUTHOR evaluation.
102         Unset LANGUAGE and make LC_ALL empty.
103         Use "#! /path/to/program".
105 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
107         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
108         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
109         Fix tarfs URL syntax example.  Minor typo and format fixes.
111 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
113         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
114         Fix location of configuration files.
116 2002-02-05  Pavel Roskin  <proski@gnu.org>
118         * configure.in: Don't use defunct ncurses_version.
119         Reported by Thomas Dickey <dickey@herndon4.his.com>
120         Set force_ncurses whenever --with-ncurses is used.  If set,
121         suppress checks for S-Lang and fail is ncurses is not found.
123         * configure.in: Introduce a new variable screen_type that is
124         either "slang" or "ncurses" without additional text.  Use it
125         instead of screen_manager whenever possible.  Fix text in
126         AC_NCURSES call, use m4 quotes and move shell quotes into the
127         macro.
128         * acinclude.m4: Likewise.
130 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
132         * syntax/Syntax: Known Delphi/Kylix source file extensions
133         supported (*.dpr, *.inc).
134         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
135         Special highlighting for CVS keywords.  Understands single-line
136         comments (//).
138 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
140         * configure.in (ALL_LINGUAS): Added "bg"
142 2002-01-21  Pavel Roskin  <proski@gnu.org>
144         * NEWS: Mention word completion in the editor.
146 2002-01-17  Pavel Roskin  <proski@gnu.org>
148         * extraconf.h: Remove OS/2 specific code.
150         * doc/mc.1.in (Configuration): Clarify some entries.
152 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
154         * acinclude.m4: New options for smbfs:
155         --with-configdir=DIR    Where the Samba configuration files are (/etc)
156         --with-codepagedir=DIR  Where the Samba codepage files are
158 2002-01-11  Pavel Roskin  <proski@gnu.org>
160         * syntax/xml.syntax: New file - hightlighting for XML.
161         From Petr Kozelka <pkozelka@centrum.cz>
162         * syntax/Syntax: Add xml.syntax.
163         * syntax/Makefile.am: Likewise.
165 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
167         * configure.in: Added "eu" to ALL_LINGUAS.
169 2002-01-03  Pavel Roskin  <proski@gnu.org>
171         * lib/mc.menu: Correct quoting.
172         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
174         * NEWS: Mention removal of the OS/2 port.
175         * README.PC: Remove OS/2 specific parts.
177 2002-01-02  Pavel Roskin  <proski@gnu.org>
179         * configure.in: Make help about --with-subshell easier to
180         understand.  Minor alignment fixes for the help.
181         * acinclude.m4: Minor alignment fixes for the help.
183 2001-12-31  Pavel Roskin  <proski@gnu.org>
185         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
186         from vfs/Make-mc.in.
188 2001-12-27 Duarte Loreto  <happyguy_pt@hotmail.com>
190         * configure.in: Added portuguese to ALL_LINGUAS
192 2001-12-21  Pavel Roskin  <proski@gnu.org>
194         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
195         Don't remove slang/slang.h - it's never created.
197         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
198         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
199         unused.
201 2001-12-01  Wang Jian  <lark@linux.net.cn>
203         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
205 2001-11-29  Pavel Roskin  <proski@gnu.org>
207         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
209 2001-11-27  Pavel Roskin  <proski@gnu.org>
211         * lib/mc.ext.in: When running X programs in background, do it
212         from subshell.  Otherwise some of them terminate when mc exits.
213         Reported by Christian Dysthe <christian@dysthe.net>
214         Remove some obsolete and gmc-specific entries.  Use StarOffice
215         to open files detected as "Microsoft Office Document".
217         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
218         XFree86 4.1.0.
220 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
222         * doc/mcedit.1.in: Fix help file location.
224 2001-11-14  Pavel Roskin  <proski@gnu.org>
226         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
227         fallback to ino_t for e2fsprogs version 1.19 and older.
229 2001-10-30  Pavel Roskin  <proski@gnu.org>
231         * lib/mc.ext.in: Add support for Netpbm files.
233 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
235         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
236         http://bugzilla.gnome.org/show_bug.cgi?id=60935
237         By drk@sgi.com.
239         * doc/mc.1.in: Document %p macro.
241 2001-10-24  Pavel Roskin  <proski@gnu.org>
243         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
244         Allow using --without-mmap.
245         * INSTALL: Document --without-mmap.
247 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
249         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
250         of languages to be installed by setting env variable before
251         configure. If it is empty, it defaults to full list.
252         By Alex Tkachenko <alex@bcs.zp.ua>.
254 2001-10-19  Pavel Roskin  <proski@gnu.org>
256         * syntax/sh.syntax: Highlight reserved words inside backticks.
257         Use the same wholechars settings for reserved words and
258         commands.  Recognize more words.  Recognize function definitions
259         without "function" or without "()".  Use brightmagenta instead
260         of brightblue.
262 2001-10-18  Pavel Roskin  <proski@gnu.org>
264         * configure.in: When checking for "nroff -mandoc" support, don't
265         use /dev/null as input file, use stdin.  Some versions of nroff
266         (e.g. groff-1.16.1) don't accept special files.
268 2001-10-14  Pavel Roskin  <proski@gnu.org>
270         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
271         Makefile.  Don't allow any suffixes after "Makefile".
273 2001-10-12  Pavel Roskin  <proski@gnu.org>
275         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
276         format).
278 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
280         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
281         Fix compress<->bzip2 conversion and conversion of tagged
282         archives.
284 2001-10-05  Pavel Roskin  <proski@gnu.org>
286         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
287         Suggested by Marcel Pol <mpol@gmx.net>
289         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
290         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
291         and *.mid files.
293 2001-09-30  Pavel Roskin  <proski@gnu.org>
295         * configure.in: Don't check whether grep supports stdin - it's
296         not used anymore.
297         * NEWS: Mention this change.
299 2001-09-19  Pavel Roskin  <proski@gnu.org>
301         * doc/mcedit.1.in: Fix a very long line - use double
302         backslashes since they are interpreted even in the .nf blocks.
304         * lib/edit.spell.rc: Try aspell before resorting to ispell.
306         * syntax/php.syntax: Replace with a better implementation by
307         Max Schedriviy <max@tavrida.net>
309 2001-09-15  Pavel Roskin  <proski@gnu.org>
311         * doc/mc.1.in: Fix location of mcedit files.
312         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
314 2001-09-14  Pavel Roskin  <proski@gnu.org>
316         * configure.in: Don't check for ncurses version and for keyok()
317         because the mouse support code doesn't need this hack anymore.
319 2001-09-13  Pavel Roskin  <proski@gnu.org>
321         * configure.in: Fix some cases of overquoting and underquoting.
322         * acinclude.m4: Likewise.
324 2001-09-12  Pavel Roskin  <proski@gnu.org>
326         * configure.in: Update list of browsers.  Don't fallback to
327         lynx since it cannot be run in background.
328         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
329         If no browser for X11 was found, use lynx.
331         * autogen.sh: Add a workaround to ensure that "depcomp" is
332         distributed.
333         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
334         where appropriate.
335         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
336         terminfo.
338         * configure.in: Use three-argument form of AC_INIT.  Use
339         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
340         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
341         is not needed if AC_CONFIG_AUX_DIR is used.
342         * vfs/Make-mc.in: Adjust mkinstalldirs location.
343         * autogen.sh: Create "config" and remove "autom4te.cache".
345 2001-09-11  Pavel Roskin  <proski@gnu.org>
347         * syntax/Syntax: New file, extracted from edit/syntax.c.
348         * syntax/Makefile.am: Add Syntax.
350         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
351         to LIBS.  Don't use unportable "grep -q", use "case" instead.
353 2001-09-10  Pavel Roskin  <proski@gnu.org>
355         * configure.in: Only check for X if --with-tm-x-support has been
356         specified.
358         * configure.in: Add check for sys/ioctl.h.
360         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
362         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
363         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
364         testing for functions in ncurses.
366         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
367         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
368         * acconfig.h: Remove.
370         * configure.in: Eliminate LIBSLANG and LSLANG.
371         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
373         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
374         resizeterm() and keyok() only if configuring with ncurses.
376         * configure.in: Remove now unused variables LIBVFS and LVFS.
378         * configure.in: Remove unused variables LINTL and INTLDEPS.
380         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
381         building with included gettext, because libintl.h is copied
382         there.
384 2001-09-09  Pavel Roskin  <proski@gnu.org>
386         * NEWS: Update.
388         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
389         checks -lgen for getmntent as of Autoconf 2.52.
391 2001-09-07  Pavel Roskin  <proski@gnu.org>
393         * configure.in: Check for pwd.h.
395         * Make.common.in: Remove.
396         * configure.in: Remove all references to Make.common.in and
397         MCCPPFLAGS.
398         * aclocal.m4: Likewise.
400         * configure.in: Require Autoconf 2.52.  Remove hacks for
401         Autoconf 2.13.
402         * Makefile.am: Require Automake 1.5.
404 2001-09-06  Pavel Roskin  <proski@gnu.org>
406         * syntax/php.syntax: New file - PHP file highlighting.  Copied
407         from Cooledit 3.17.4.
408         * syntax/Makefile.am: Add php.syntax.
410 2001-09-06  Timur Bakeyev  <mc@bat.ru>
412         * acconfig.h: Brought back couple of symbols, that are still necessary
413         due reference to them from configure.in.
415 2001-09-04  Pavel Roskin  <proski@gnu.org>
417         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
418         strictness for dates.
420         * doc/mc.1.in: Fix troff warnings.
421         * doc/mcedit.1.in: Likewise.
423 2001-09-03  Pavel Roskin  <proski@gnu.org>
425         * doc/mc.1.in: Spellcheck.
426         * doc/mcedit.1.in: Likewise.
427         * doc/mcserv.8.in: Likewise.
429         * doc/mc.1.in (Learn Keys): Complete rewrite.
431 2001-09-02  Pavel Roskin  <proski@gnu.org>
433         * acconfig.h: Remove all unused symbols.
435         * lib/ncurses.h: Remove.
436         * lib/Makefile.am: Remove ncurses.h.
438 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
440         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
442 2001-08-28  Pavel Roskin  <proski@gnu.org>
444         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
445         like EOF.
447 2001-08-26  Pavel Roskin  <proski@gnu.org>
449         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
450         CONS_SAVER.  Put all conditionals together.
452         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
453         Automake 1.5.
455         * configure.in: Remove XCURSES variable - it's unused.
457         * configure.in: New conditional USE_EDIT.
459         * syntax/changelog.syntax: Don't require '@' to be in the
460         address.  This also works around a bug in the syntax engine
461         that prevented highlighting of addresses.
463 2001-08-25  Pavel Roskin  <proski@gnu.org>
465         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
467 2001-08-24  Pavel Roskin  <proski@gnu.org>
469         * extraconf.h: Remove all references to HAVE_X.
470         * acinclude.m4: s/GNOME_/MC_/
471         * configure.in: Likewise.  Remove or clarify all references to
472         the "text edition".  Minor fixes.
474         * configure.in: Remove support for curses libraries other than
475         ncurses.
476         * acinclude.m4: Likewise.
477         * FAQ: Remove everything about UNIX curses.
478         * INSTALL: Likewise.
480         * configure.in: Enable large file support by default.
481         * NEWS: Mention it.
482         * INSTALL: Document it.  Minor fixes.
484         * FAQ: Remove information about GNOME edition.  Minor fixes.
485         * README: Likewise.
486         * NEWS: Mention removing the GNOME edition.
488         * acinclude.m4: Include all used macros from the macros
489         directory.
490         * autogen.sh: Remove all references to "macros".
491         * Makefile.am: Likewise.
493         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
494         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
496         * lib/startup.links: Remove.
497         * lib/README.desktop: Likewise.
498         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
500         * configure.in: Bump version to 4.5.99a.
502         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
503         * po/*.po: Regenerate.
505         * AUTHORS: Update and spell check.
506         * FAQ: Likewise.
507         * INSTALL: Likewise.
508         * INSTALL.FAST: Likewise.
509         * NEWS: Likewise.
510         * README.PC: Likewise.
511         * README.QNX: Likewise.
513         * configure.in: Add check for stropts.h.
515 2001-08-23  Pavel Roskin  <proski@gnu.org>
517         * lib/edit.indent.rc: Create cooledit.error right away to
518         override its old contents.  Don't use ksh extentions.  Treat *.C
519         files as C++.  Recognize more C++ extensions.  Support java.
520         Update URL for "astyle".  Quote all arguments to protect spaces.
521         * lib/edit.spell.rc: Don't save terminal settings - mc does it
522         itself.  Quote all arguments to protect spaces.
524 2001-08-21  Pavel Roskin  <proski@gnu.org>
526         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
527         files if GNOME frontend is disabled.
528         * idl/Makefile.am: Likewise.
529         * lib/Makefile.am: Likewise.
530         * new_icons/Makefile.am: Likewise.
532         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
533         case it already has gettext macros elsewhere and doesn't like
534         duplicates (i.e. it's aclocal from Automake-1.4).
536 2001-08-20  Pavel Roskin  <proski@gnu.org>
538         * AUTHORS: Updated.
539         * INSTALL: Likewise.
540         * NEWS: Likewise.
541         * doc/mc.1.in: Likewise.
542         * doc/mcserv.8.in: Likewise.
544         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
545         for sys/mount.h.
547 2001-08-19  Andras Timar  <timar@gnome.hu>
549         * lib/Makefile.am: Added Hungarian hints
550         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
552 2001-08-19  Pavel Roskin  <proski@gnu.org>
554         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
556 2001-08-17  Pavel Roskin  <proski@gnu.org>
558         * syntax/po.syntax: New file - PO file highlighting.
559         From David Martin <dmartina@excite.es>
560         * syntax/Makefile.am: Add po.syntax.
562         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
563         it's sometimes missing from the databases.
565 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
567         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
568         * lib/Makefile.am: Reflect above change.
570 2001-08-15  Pavel Roskin  <proski@gnu.org>
572         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
574 2001-08-14  Pavel Roskin  <proski@gnu.org>
576         * lib/mc.lib: Add popular sequences for "home" and "end" in
577         "xterm" and "xterm-color" terminals.
579 2001-08-13  Pavel Roskin  <proski@gnu.org>
581         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
583         Replace "Can't" with "Cannot" everywhere.
585 2001-08-12  Pavel Roskin  <proski@gnu.org>
587         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
588         subshell, not for "Open file...".
589         (emacs_key_map): Likewise.
591         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
593 2001-08-10  Pavel Roskin  <proski@gnu.org>
595         * Makefile.am (EXTRA_DIST): Remove BUGS.
596         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
598         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
600         * doc/LSM: Remove, it's outdated.
601         * doc/FILES: Likewise.
602         * doc/DEVEL: Remove information about FILES.
604         * FAQ: Eliminate all broken URLs on the MC site.
605         From Frederic L. W. Meunier <0@pervalidus.net>
607         * FAQ: Restore information about xterm.
609 2001-08-08  Pavel Roskin  <proski@gnu.org>
611         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
613 2001-08-07  Pavel Roskin  <proski@gnu.org>
615         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
617         * doc/mc.1.in: Fix all broken links.
619 2001-08-06  Pavel Roskin  <proski@gnu.org>
621         * INSTALL: Numerous changes.  Declare old curses obsolete.
622         Partly from Frederic L. W. Meunier <0@pervalidus.net>
624         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
626 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
628         * lib/Makefile.am: Remove space after backslash introduced in the
629         previous commit.
631         * lib/mc.hint.zh_TW.Big5: New file.
632         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
634 2001-08-02  Pavel Roskin  <proski@gnu.org>
636         * lib/mc.hint.uk: New file.
637         From Maksym Polyakov <polyama@yahoo.com>
638         * lib/Makefile.am: Add mc.hint.uk.
640 2001-08-01  Pavel Roskin  <proski@gnu.org>
642         * lib/mc.hint.nl: New file.
643         From Steef Boerrigter <sxmboer@sci.kun.nl>
644         * lib/Makefile.am: Add mc.hint.nl.
645         * lib/mc.hint: Remove ftp site.  Update copyright.
646         * lib/mc.hint.cs: Likewise.
647         * lib/mc.hint.es: Likewise.
648         * lib/mc.hint.it: Likewise.
649         * lib/mc.hint.pl: Likewise.
650         * lib/mc.hint.ru: Likewise.  Shorten some lines.
652         * edit/Makefile.in: Allow running "make install" before "make all".
653         * gtkedit/Makefile.in: Likewise.
655 2001-07-31  Pavel Roskin  <proski@gnu.org>
657         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
658         editor.
659         * lib/Makefile.am: Add lib/edit.spell.rc.
661         * autogen.sh: Use gettextize.
662         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
663         * po/Makefile.in.in: Likewise.
665 2001-07-29  Pavel Roskin  <proski@gnu.org>
667         * syntax/slang.syntax: New file.
668         From Walery Studennikov <despair@sama.ru>
669         * syntax/Makefile.am: Add slang.syntax.
671 2001-07-27  Pavel Roskin  <proski@gnu.org>
673         * extraconf.h: Move WITH_BACKGROUND here.
675 2001-07-24  Pavel Roskin  <proski@gnu.org>
677         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
679 2001-07-23  Pavel Roskin  <proski@gnu.org>
681         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
683 2001-07-20  Pavel Roskin  <proski@gnu.org>
685         * Make.common.in: Move all defines ...
686         * gnome/Makefile.in: ... here ...
687         * src/Makefile.in: ... and here.
689 2001-07-19  Pavel Roskin  <proski@gnu.org>
691         * configure.in: Don't check for getwd, it's completely
692         eliminated.
693         * INSTALL: Remove reference to HAVE_GETWD.
695         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
696         entries for compressed cpio archives.
698         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
699         they were only used in obsolete frontends.  Don't ever use %view
700         without commands - it's slower and loses user settings, e.g.
701         hex mode.  Put shared libraries before man pages and read.me
702         before .me macros so that they match correctly.  Use nm for
703         shared libraries.  Add rules for StarOffice and AbiWord.
705 2001-07-14  Pavel Roskin  <proski@gnu.org>
707         * configure.in: Bump version to 4.5.54a.
709 2001-07-13  Pavel Roskin  <proski@gnu.org>
711         * lib/mcserv.init: Fix exit status.
712         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
714         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
715         "executable", which should follow a space. Simplify rules for
716         images. Add shell/ rule for *.info files. Fix all incorrect
717         uses of the alternation operator.
718         Reported by Oskar Liljeblad and Michel Casabona.
720 2001-07-12  Pavel Roskin  <proski@gnu.org>
722         * configure.in: Don't check for iconv, it's already checked for
723         in AM_GNU_GETTEXT.
725 2001-07-10  Pavel Roskin  <proski@gnu.org>
727         * doc/mc.1.in: Update documentation about hex search.
729         * edit/edit_key_translator.c (cooledit_key_map): Bind
730         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
731         From Steef Boerrigter <sxmboer@sci.kun.nl>
733         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
734         * edit/edit_key_translator.c (cooledit_key_map): Add support
735         for bracket matching on Alt-B.
736         * gtkedit/gtkeditkey.c: Likewise.
737         From Steef Boerrigter <sxmboer@sci.kun.nl>
739 2001-07-06  Pavel Roskin  <proski@gnu.org>
741         * lib/mc.ext.in: Use nm to view object files.
743         * Make.common.in: Remove GNOME-specific and unused definitions.
744         Partly moved to gnome/Makefile.in.
746         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
747         they are usused.
748         * Make.common.in: Likewise.
750 2001-06-29  Pavel Roskin  <proski@gnu.org>
752         * ABOUT-NLS: Update to the version from gettext-0.10.38.
754         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
755         now done in configure. Move -I.. to the beginning.
756         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
757         libintl.a may be required to link mc.
758         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
759         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
760         Move all i18n code to one place. Don't substitute INTLSUB - it's
761         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
762         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
764 2001-06-25  Pavel Roskin  <proski@gnu.org>
766         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
767         It should be enabled explicitly by giving `--enable-largefile'
768         to configure.
769         * INSTALL: Document it.
771 2001-06-22  Pavel Roskin  <proski@gnu.org>
773         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
775         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
776         in struct statfs.
777         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
779         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
780         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
781         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
782         found.
783         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
785 2001-06-19  Pavel Roskin  <proski@gnu.org>
787         * configure.in: Check for telldir and seekdir. Join adjacent
788         calls to AC_CHECK_FUNCS.
790 2001-06-16  Pavel Roskin  <proski@gnu.org>
792         * Makefile.am: Change the order of SUBDIRS to fully compile text
793         edition before compiling anything for GNOME.
794         * mc.spec.in: Don't use brace expansion to avoid implicit
795         build-time dependency on bash.
797 2001-06-13  Pavel Roskin  <proski@gnu.org>
799         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
800         the test code.
801         * configure.in: Fix compiler warnings in the arguments to
802         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
803         around `=' in the `test' command.
805 2001-06-07  Pavel Roskin  <proski@gnu.org>
807         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
808         GNOME documentation template.
809         * doc-gnome/C/mkhtml: Don't generate index.
810         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
812 2001-06-06  Pavel Roskin  <proski@gnu.org>
814         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
815         conditional variables from EXTRA_DIST.
817 2001-06-05  Pavel Roskin  <proski@gnu.org>
819         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
820         conversion support.
821         From Walery Studennikov <hqsoftware@mail.ru>.
823         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
825 2001-06-01  Pavel Roskin  <proski@gnu.org>
827         * lib/mc.charsets: Synchronize with the latest patch - remove
828         a comment.
830 2001-05-30  Pavel Roskin  <proski@gnu.org>
832         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
833         work with GNOME.
835         * lib/mc.charsets: New file. From Walery Studennikov.
836         * lib/Makefile.am: Distribute mc.charsets. Install it if
837         the charset support is enabled.
839         * configure.in: Add check for iconv() and the necessary code
840         to support the charset selection patch.
842         * configure.in: Add check for ESCDELAY variable in ncurses.
844 2001-05-29  Pavel Roskin  <proski@gnu.org>
846         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
847         USE_EXT2FSLIB.
849         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
850         * pc/config.h: Likewise.
852         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
853         and "strings". Recognize "write" files and MS Word templates.
854         For MS Excel documents try "xls2csv" and "strings".
855         Escape spaces in the "type" directives.
856         From Nerijus Baliunas.
858         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
860         * Make.common.in: Remove hpath, it's unused.
862         * acconfig.h: Move constant parts ...
863         * extraconf.h: ... here.
864         [HAVE_X]: Disable subshell, s-lang and curses.
865         * Makefile.am: Add extraconf.h.
867 2001-05-28  Pavel Roskin  <proski@gnu.org>
869         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
870         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
871         * configure.in: ... here.
873 2001-05-27  Pavel Roskin  <proski@gnu.org>
875         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
876         * acconfig.h: Likewise.
877         * src/layout.c: Likewise.
879         * Make.common.in: Remove all percent rules.
880         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
881         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
882         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
883         AM_INIT_AUTOMAKE.
885         * Make.common.in: Remove obsolete dependency tracking system.
886         * configure.in: Likewise.
887         * edit/Makefile.in: Likewise.
888         * gnome/Makefile.in: Likewise.
889         * gtkedit/Makefile.in: Likewise.
890         * slang/Makefile.in: Likewise.
891         * src/Makefile.in: Likewise.
892         * vfs/Make-mc.in: Likewise.
893         * src/depend.awk: Remove.
895 2001-05-26  Pavel Roskin  <proski@gnu.org>
897         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
898         * syntax/octave.syntax: New file. From Walery Studennikov.
899         * syntax/Makefile.am: Add octave.syntax.
901         * configure.in: Fix incorrect test for stdin support in grep -
902         it would always fail when configuring in an empty directory.
903         Portability fixes - unset, backslashed space in here-documents.
904         Eliminate all instances of "changequote".
906         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
907         user choice.
908         * acconfig.h: Changes for the above.
909         * INSTALL: Don't document --with-sco - it's now defunct.
910         * INSTALL.FAST: Likewise.
912 2001-05-25  Pavel Roskin  <proski@gnu.org>
914         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
915         are in the beginning of the "file" output.
917 2001-05-23  Pavel Roskin  <proski@gnu.org>
919         * lib/mc.ext.in: Add associations for viewing RPM files.
921 2001-05-22  Pavel Roskin  <proski@gnu.org>
923         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
924         By default exit after the first error in jade.
926         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
927         JADEFLAGS environment variables. Report progress. Clean up on
928         failure.
930 2001-05-21  Pavel Roskin  <proski@gnu.org>
932         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
933         files.
935         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
936         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
938 2001-05-20  Pavel Roskin  <proski@gnu.org>
940         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
941         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
942         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
943         * doc-gnome/C/figs/Makefile.am: Add support for converting from
944         PNG to EPS.
946         * Makefile.am (EXTRA_DIST): Remove create_vcs.
947         * doc/FILES: Likewise. Typo fix.
949 2001-05-19  Pavel Roskin  <proski@gnu.org>
951         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
952         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
953         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
955         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
956         index entry "Moving files".
958 2001-05-18  Pavel Roskin  <proski@gnu.org>
960         * configure.in: Use src/main.c in AC_INIT.
962         * create_vcs: Remove.
964         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
965         Add download location for glib.
966         * mc.spec.in: Likewise.
967         * doc/LSM: Likewise.
968         * doc/mc.1.in: Likewise.
969         * doc/mcedit.1.in: Likewise.
970         * src/ext.c: Don't mention download location for MC.
972         * FAQ: Update status of Tk, XView. and GNOME editions. Update
973         homepage of gpm.
975         * INSTALL: Remove information about Tk and XView. Change the
976         mailing list addresses again.
977         * FAQ: Change the mailing list addresses again.
978         * MAINTAINERS: Likewise.
979         * README: Likewise.
980         * doc/mc.1.in: Likewise.
981         * gnome/gmc-window.c: Likewise.
982         * lib/README.xterm: Likewise.
983         * lib/mc.ext.in: Likewise.
984         * lib/mc.hint*: Likewise.
985         * lib/mc.hlp.hu: Likewise.
986         * po/*.po: Likewise.
987         * src/main.c: Likewise.
989 2001-04-20  Pavel Roskin  <proski@gnu.org>
991         * FAQ: Change the mailing list addresses and the download
992         locations.
993         * INSTALL: Likewise.
994         * MAINTAINERS: Likewise.
995         * README: Likewise.
996         * doc/mc.1.in: Likewise.
997         * gnome/gmc-window.c: Likewise.
998         * lib/README.xterm: Likewise.
999         * lib/mc.ext.in: Likewise.
1000         * lib/mc.hint*: Likewise.
1001         * lib/mc.hlp.hu: Likewise.
1002         * po/*.po: Likewise.
1003         * src/main.c: Likewise.
1005 2001-04-19  Pavel Roskin  <proski@gnu.org>
1007         * configure.in: Don't install mcserv unless
1008         "--enable-mcserv-install" has heen specified.
1009         Don't quote the first argument in all calls to AM_CONDITIONAL
1010         to work around a bug in Automake 1.4.
1011         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
1012         * vfs/Make-mc.in: Likewise.
1014 2001-04-13  Pavel Roskin  <proski@gnu.org>
1016         * configure.in: Bump version to 4.5.53a.
1018 2001-04-06  Pavel Roskin  <proski@gnu.org>
1020         * gtkedit/editcmd.c: Remove support for XView layout attributes.
1021         * gtkedit/editoptions.c: Likewise.
1022         * pc/chmod.c: Likewise.
1023         * pc/drive.c: Likewise.
1024         * src/boxes.c: Likewise.
1025         * src/chmod.c: Likewise.
1026         * src/dlg.c: Likewise.
1027         * src/dlg.h: Likewise.
1028         * src/filegui.c: Likewise.
1029         * src/find.c: Likewise.
1030         * src/hotlist.c: Likewise.
1031         * src/layout.c: Likewise.
1032         * src/listmode.c: Likewise.
1033         * src/main.c: Likewise.
1034         * src/option.c: Likewise.
1035         * src/panelize.c: Likewise.
1036         * src/wtools.c: Likewise.
1037         * src/wtools.h: Likewise.
1038         * vfs/smbfs.c: Likewise.
1040         * autogen.sh: Check out "intl" and "macros" directories if they
1041         are missing. Simply "cvs up -d" won't restore them.
1043         * configure.in: Bump version to 4.5.52a.
1045 2001-03-14  Pavel Roskin  <proski@gnu.org>
1047         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
1048         Automake conditional USE_SAMBA_FS if Samba is to be supported
1049         in VFS.
1051 2001-03-07  Pavel Roskin  <proski@gnu.org>
1053         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
1054         defined.
1055         Reported by Norbert Warmuth.
1057         * configure.in: Don't process vfs/extfs/uzip - it's now
1058         constant.
1060         * syntax/changelog.syntax: Require space after asterisk to have
1061         it highlighted.
1063 2001-03-02  Pavel Roskin  <proski@gnu.org>
1065         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
1066         * configure.in: Use AC_PROG_CC_STDC instead.
1068         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
1069         Suggested by Christian Gennerat.
1071         * lib/mc.ext.in: Add support for "freeze" - old compression
1072         program used mostly on QNX.
1073         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
1074         * lib/Makefile.am: Adjusted.
1076 2001-02-26  Pavel Roskin  <proski@gnu.org>
1078         * lib/mc-gnome.ext.in: Remove, it's not used.
1079         * configure.in: Remove lib/mc-gnome.ext.
1080         * lib/Makefile.am: Likewise.
1082 2001-02-20  Pavel Roskin  <proski@gnu.org>
1084         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
1085         defined to prevent warnings on OpenBSD 2.7.
1086         * slang/jdmacros.h: Likewise.
1087         * src/mad.h: Likewise.
1088         * src/poptalloca.h: Likewise.
1090         * configure.in: Check for sys/time.h and sys/timeb.h. Use
1091         AC_HEADER_TIME.
1093 2001-02-07  Pavel Roskin  <proski@gnu.org>
1095         * autogen.sh: Create vfs/samba/include/stamp-h.in.
1096         * vfs/samba/include/stamp-h.in: Remove.
1098         * macros/curses.m4: Quote first argument to AC_DEFUN.
1099         * macros/gnome-cxx-check.m4: Likewise.
1100         * macros/gnome-gettext.m4: Likewise.
1101         * macros/gnome-libgtop-check.m4: Likewise.
1102         * macros/gnome-print-check.m4: Likewise.
1103         * macros/linger.m4: Likewise.
1104         * macros/need-declaration.m4: Likewise.
1106         * configure.in: Only configure in vfs/samba if smbfs support is
1107         enabled even with Autoconf 2.13.
1109 2001-01-30  Pavel Roskin  <proski@gnu.org>
1111         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
1112         --without-samba due to a typo.
1114         * configure.in: Only configure in vfs/samba if smbfs support is
1115         enabled. This optimization will only work with Autoconf-2.49c
1116         and above.
1118 2001-01-13  Pavel Roskin  <proski@gnu.org>
1120         * configure.in: Don't create a faked malloc.h.
1121         * gtkedit/edit.h: Don't assume that malloc.h always exists.
1122         * src/mad.h: Likewise.
1124         * configure.in: Simplified handling of cons.saver.
1125         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
1126         * mc.spec.in: Remove a workaround for the above.
1128         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
1129         for MC. Don't rely on the output of uname - use $host_os.
1131 2001-01-11  Pavel Roskin  <proski@gnu.org>
1133         * configure.in: Check for ext2 libraries only if VFS is enabled.
1135         * src/Makefile.in: Create directories before installing files.
1136         Removed all occurences of libprefix - it's never defined.
1138         * configure.in: All macros from configure.in moved to
1139         acinclude.m4. Added missing quotes in several places.
1140         * acinclude.m4: Likewise.
1142         * edit/Makefile.in: Don't install or uninstall mcedit -
1143         it cannot be installed before mc on systems without symlinks.
1144         * gtkedit/Makefile.in: Likewise.
1145         * src/Makefile.in: Install mcedit (if enabled) and mcview.
1146         Uninstall them.
1148         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
1149         from acinclude.m4 in gtk+:
1150         Don't define ENABLE_NLS unless we have a working NLS.
1151         (This should keep libintl.h from being included when it doesn't
1152         exist).
1154 2001-01-09  Pavel Roskin  <proski@gnu.org>
1156         * doc-gnome/C/figs/Makefile.am: New file.
1157         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
1158         makefile do it.
1159         * configure: Substitute doc-gnome/C/figs/Makefile.
1161         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
1163 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
1165         * lib/mc.hlp.hu: Added Hungarian help file from
1166           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
1167           maci@integrity.hu, mfh47@freemail.hu
1168         * lib/Makefile.am: Added LOCALIZED_HELP for further
1169           mc.hlp l10ns
1170         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
1171           gtkedit/editcmd.c: I18n of mc.hlp
1173 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
1175         * doc/mc.1.in: Corrected badly formatted link...
1177 2000-11-10  Robert Brady  <robert@suse.co.uk>
1179         * configure.in: Add Tamil to ALL_LINGUAS.
1181 2000-10-23  Pavel Roskin  <proski@gnu.org>
1183         * mc.spec.in: Allow mcserv.8 to be gzipped.
1185         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
1186         that cannot deal with "./gmc.sgml".
1188 2000-10-09  Pavel Roskin  <proski@gnu.org>
1190         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
1191         that CVS Automake will drop dependencied to the macros that
1192         we don't distribute.
1194         * lib/mc.ext.in: Removed references to icons. Source RPMs
1195         grouped to one regex. Removed "Update" for source RPMs, added
1196         "Rebuild" instead. Added "Check signature" for all RPMs.
1197         Added a comment about pop-up menus in the text edition.
1199 2000-10-06  Pavel Roskin  <proski@gnu.org>
1201         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
1202         flags moved out of CFLAGS as recommended by GNU coding
1203         standards.
1204         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
1205         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
1206         XCPPFLAGS.
1207         * INSTALL (Random notes on porting to other architectures):
1208         Completely rewritten. Recommended using CFLAGS instead of XINC.
1210 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1212         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
1214 2000-10-04  Christophe Merlet  <christophe@merlet.net>
1216         * gnome/*.desktop: Updated french strings.
1218 2000-10-03  Pavel Roskin  <proski@gnu.org>
1220         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
1221         to allow <legalnotice>. Unclosed tags fixed.
1223 2000-09-30  Pavel Roskin  <proski@gnu.org>
1225         * mc.spec.in: New package mc-common. Use DESTDIR instead of
1226         misusing prefix. Don't install old icons - they don't exist.
1228         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
1229         "export -f" to have mc() exported.
1230         * doc/mc.1.in: Changed description of the "-P" option to
1231         avoid inclusion of mc.sh and mc.csh into the manual.
1232         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
1234 2000-09-24  Pavel Roskin  <proski@gnu.org>
1236         * doc/mc.1.in: Minor formatting fixes.
1238         * lib/mc.sh.in: Remove temporary file non-interactively.
1239         * doc/mc.1.in: updated example for mc.sh.
1241 2000-09-23  Pavel Roskin  <proski@gnu.org>
1243         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
1244         updates it when needed.
1245         * mc.spec.in: Include translations with mc, not gmc. Run
1246         chkconfig --del in %preun, not %postun. --without-debug not
1247         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
1248         be executable. New files in %{prefix}/lib/mc/ - translated hints,
1249         editor files.
1251         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
1252         directory for document processing. Comment changes. gmc.ps and
1253         gmc.pdf now generated from gmc.dvi.
1255         * configure: Always include Make.common as file, otherwise
1256         "make distclean" breaks.
1257         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1258         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
1259         replaced with "rm -f" - the stangard says that "rm" is portable.
1260         Ditto $(MV). Adjusted *clean targets to match those in
1261         Automake. Removed "cross" target.
1263 2000-09-22  Pavel Roskin  <proski@gnu.org>
1265         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
1266         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
1267         * doc/Makefile.in: Converted to ...
1268         * doc/Makefile.am: ... this.
1270 2000-09-21  Pavel Roskin  <proski@gnu.org>
1272         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
1273         is not expanded in all shells.
1274         * doc/mc.sgml: Updated the example script to reflect the above
1275         changes.
1276         * doc/mc.in.1: Likewise.
1278 2000-09-19  Pavel Roskin  <proski@gnu.org>
1280         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
1281         Marco Ciampa
1283 2000-09-18  Pavel Roskin  <proski@gnu.org>
1285         * Make.common.in: Added installcheck to placate "make distcheck"
1286         * configure.in, Make.common.in, doc/Makefile.in,
1287         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1288         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
1289         variable MKINSTALLDIRS and builddir with Automake-compatible
1290         mkinstalldirs and top_builddir.
1291         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
1292         files. Added uninstall-local target.
1294 2000-09-17  Pavel Roskin  <proski@gnu.org>
1296         * configure.in: fixed wrong use of AC_MSG_RESULT inside
1297         AC_CACHE_VAL
1299         * Make.common.in: Added the "dvi" target for "make distcheck"
1300         to go further
1301         * doc-gnome/C/Makefile.in: converted to ...
1302         * doc-gnome/C/Makefile.am: ... this
1304 2000-09-15  Pavel Roskin  <proski@gnu.org>
1306         * acconfig.h, configure.in: Require autoconf 2.13 or above.
1307         Removed workarounds for older versions. Removed MCDEBUG
1308         variable - it's not used. --with-debug renamed to --with-mad and
1309         cleaned up. Always use -Wall with gcc, other manipulations with
1310         CFLAGS removed.
1312         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1313         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1314         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
1315         mc.pot becomes out of date in the tarball.
1317 2000-09-14  Pavel Roskin  <proski@gnu.org>
1319         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
1320         tests for cp, mv and rm.
1321         * Make.common.in: Removed variables xv_bindir and STRIP.
1322         Variables CP, MV and RMF are assigned trivial values.
1324         * edit/Makefile.in: Don't link headers, add extra includes
1325         to CPPFLAGS instead. Put links to the build directory.
1326         Remove the hack with "mx" - it is not needed anymore.
1328         * configure.in: remove any manupulations with top_srcdir.
1329         Don't change CPPGLAGS when the internal editor is enabled,
1330         instead do it ...
1331         * edit/Makefile.in, gtkedit/Makefile.in: ... here
1333         * configure.in, Make.common.in, doc/Makefile.in,
1334         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1335         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
1336         changed to top_srcdir for Automake compatability
1338         * configure.in: REGEX_O variable removed - always use our regex
1340         * configure.in: MCFGR variable removed
1342 2000-09-12  Pavel Roskin  <proski@gnu.org>
1344         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
1345         other GNOME modules
1346         * autogen.sh: remove "-I ." from the "aclocal" command line
1348 2000-09-01  Pavel Roskin  <proski@gnu.org>
1350         * configure.in: output vfs/extfs/Makefile
1352         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
1353         to avoid a warning
1354         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
1355         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
1357 2000-08-29  Pavel Roskin  <proski@gnu.org>
1359         * configure.in: use AM_GNOME_GETTEXT
1360         * gettext.m4: removed
1361         * Makefile.am: adjusted files to distribute, previous change
1362         reverted
1364         * mc-aclocal.m4: renamed to ...
1365         * acinclude.m4: ... this
1366         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
1367         * Makefile.am: aclocal should scan "." for gettext.m4
1369 2000-08-28  Pavel Roskin  <proski@gnu.org>
1371         * Make.common.in: removed hack for "make distcopy"
1372         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1373         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1374         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
1375         for external builds.
1376         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
1378 2000-08-24  Pavel Roskin  <proski@gnu.org>
1380         * new_icons/Makefile.in: converted to ...
1381         * new_icons/Makefile.am: ... this
1382         * configure.in: automake conditional GNOME introduced.
1383         "insticons" removed
1385         * icons/*: removed
1386         * Makefile.am, configure.in: necessary adjustments
1388         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
1389         automake installs them now
1391         * syntax/Makefile.in: converted to ...
1392         * syntax/Makefile.am: ... this
1394         * idl/Makefile.in: converted to ...
1395         * idl/Makefile.am: ... this
1397         * lib/Makefile.am: simplified, fixed "make dist"
1399         * lib/Makefile.in: converted to ...
1400         * lib/Makefile.am: ... this
1402         * lib/tkmc.wmconfig: removed
1403         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
1405         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
1406         to ...
1407         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
1408         * Make.common.in: support for "distdir" for compatability
1409         with Automake-generated makefiles
1410         * autogen.sh: run automake. Force cache - it is off by default
1411         in autoconf 2.49a, but it's still handy for maintainers
1412         * configure.in: adapted for Automake
1414         * AUTHORS: new file
1416 2000-08-23  Pavel Roskin  <proski@gnu.org>
1418         * configure.in: resurrect definition of xvers
1420         * VERSION.in: removed
1421         * Makefile.in: don't do anything with VERSION.in and VERSION
1422         Take mc.spec from builddir, not srcdir
1423         * configure.in: don't create VERSION
1425 2000-08-22  Pavel Roskin  <proski@gnu.org>
1427         * *.c, *.h: Updated address of Free Software Foundation
1429 2000-08-21  Pavel Roskin  <proski@gnu.org>
1431         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
1432         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
1433         related to XView, libXPM, libXext and Tk
1435 2000-08-18  Pavel Roskin  <proski@gnu.org>
1437         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
1438         files
1440         * configure.in: Simplified dependency tracking by using
1441         "-include" with GNU Make
1442         * autogen.sh: Exit on all failures
1444 2000-08-17  Pavel Roskin  <proski@gnu.org>
1446         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
1447         Fixed all misuses of single and double quotes. Typo fixes.
1448         Ensured compatability with sgml2html, sgml2txt and sgml2latex
1449         * doc/mc.1.in: Typo fix
1451         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
1452         * doc/linuxdoc-sgml.diff: removed
1453         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
1454         distribute gnome.sgml
1456 2000-08-15  Pavel Roskin  <proski@gnu.org>
1458         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
1459         in the "distclean" target
1461         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
1462         Removed all XVIEW-related stuff
1463         Fixed placement of png files on "make dist"
1465         * doc/mc.1.in: Updated info about the internal editor
1467         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
1468         indicate serious problems. Fixes for uninstall.
1469         * doc/Makefile.in: Rebuild if it is out of date.
1471         * lib/cedit.menu: Added. This file has been missing
1473         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
1475 2000-08-08  Pavel Roskin  <proski@gnu.org>
1477         * Makefile.in: correctly detect make failures in subdirs
1479 2000-08-01  Pavel Roskin  <proski@gnu.org>
1481         * nt, os2, tk, xv: removed all files
1482         * configure.in: don't create os2 and nt directories
1484 2000-08-01  Pavel Roskin  <proski@gnu.org>
1486         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
1488         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
1490 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
1492         * src/main.c: make 8bit input/output the default (99% of the people
1493         expects that; lets the remaining 1% use the configuration menu
1494         to disactivate it if they want)
1496 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1498         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
1500 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
1502         * configure.in: check for gnome-libs with window icon support
1504         * acconfig.h: add icon define
1506 2000-06-08  Matthias Warkus  <mawa@iname.com>
1508         * new_icons/gnome-pack-*.png: Updated.
1509         * gnome/mc.keys: Added a MIME type for SLP packages.
1511 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
1513         * syntax/diff.syntax: Highlight lines beginning with "File",
1514         "Files" and "Binary"
1515         * syntax/makefile.syntax: Highlight "ifndef"
1516         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
1517         highlighted)
1519 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1521         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
1522         comment lines with # in last release
1524 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1526         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
1528 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1530         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
1531         look more consistent than original.
1533 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1535         * config.in: Added check against strcoll().
1537 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1539         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
1540         added 'and', 'or', 'not', 'for' keywords.
1542 2000-04-06  Timur Bakeyev  <mc@bat.ru>
1544         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
1545         based systems. Hope, this will make FreeBSD midc maintainer to enable
1546         build-in editor by default. Still, syntax highlighting is disabled.
1547         Need to port...
1549 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1551         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
1552           fixed, some messages gettext()ed again here and in
1553         gtkedit/editmenu.c:edit_about_cmd()
1555 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1557         * doc/mc.sgml (Examples): Fixed documentation, thanx
1558         to martin@internet-treff.uni-koeln.de.
1560 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
1562         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
1563         the label text
1565 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
1567         * gtkedit/syntax.c: treat *.ads as Ada source
1568         * syntax/ada95.syntax: escape "+" and "*"
1569         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
1570         * syntax/Makefile.in: remove diffc.syntax
1572         * edit/edit_key_translator.c: interpret code 0177 as
1573         backspace unless recognized otherwise
1575 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
1577         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
1578         initialization of array of structure (gcc version 2.96 20000131
1579         chokes on it).
1581         * lib/mc.hint: C-y and not C-u can be used to insert text in input
1582         lines (e. g. text which has been deleted with M-d).
1584         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
1586 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
1588         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
1590 2000-01-29  Matthias Warkus  <mawa@iname.com>
1592         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
1593         design on Federico's request.
1595 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
1597         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
1598         an ArrangeType enum.
1600 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
1602         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
1603         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
1604         setup.c: Add option of using GNOME "magic" routines to determine file
1605         types. This makes MC intelligently look at the data in the file to see
1606         what type of file it is, rather than looking at the filename extension.
1607         This slows down MC quite a bit, so it has been made an optional
1608         preference item. Type detection is expected to improve as mime-magic
1609         matures.
1611 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
1613         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
1614         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
1615         providing a patch.
1617 2000-01-11  Matthias Warkus  <mawa@iname.com>
1619         * Added icon and keys entry for Scheme source.
1621 2000-01-03  Fatih Demir  <kabalak@gmx.net>
1623         * configure.in: Added tr -> ALL_LINGUAS .
1625 1999-12-28  Matthias Warkus  <mawa@iname.com>
1627         * new_icons/*.png: Added a bunch of new icons.
1629 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
1631         * configure.in (VERSION): Bumped version number to 4.5.42.
1633 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
1635         * configure.in: added 'uk' to ALL_LINGUAS.
1637 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1639         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
1640         request from David Sauer
1642 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
1644         * configure.in (VERSION): Bumped version number to 4.5.41.
1646 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
1648         * configure.in (VERSION): Set version number to 4.5.39.
1650 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
1652         * configure.in: Added pt_BR to ALL_LINGUAS
1654 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
1656         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
1657         path to the mc binary according to @prefix@.
1659         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
1660         configure. Install mc.sh and mc.csh in $(suppbindir).
1662         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
1663         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
1664         copies of the included function definitions.
1666         * mcfn_install.in: Comment out definitions of the mc functions. Source
1667         mc.sh instead of adding an outdated mc function definition.
1669         * configure.in: output mc.sh and mc.csh
1671 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
1673         * lib/startup.links: Changed the news link to Gnotices
1675 1999-09-19  David Martin  <dmartina@usa.net>
1677         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
1678         8 bit chars from strftime get displayed when inserting date.
1680         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
1681         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
1682         file to avoid interferences. In this one I changed the extension check
1683         to a type check (as used for gzip) which might give problems in some
1684         systems.
1686         * configure.in: Use -Tlatin1 to format man pages when available and
1687         "view" 8 bit chars.
1689 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
1691         * gtkedit/edit.h: Include file reordering to make it compile with
1692         --with-debug
1694         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
1695         dependent on lenght of translated strings to display.
1697 1999-09-16  Owen Taylor  <otaylor@redhat.com>
1699         * Remove the magicdev autoconf test in favor of just
1700         including the idl file. Otherwise we have a dependency
1701         loop between this and magicdev.
1703 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
1705         * idl/FileManager.idl: Changed names, and put everything under a
1706         FileManager module.  Added a Desktop interface and some methods to
1707         the WindowFactory interface.
1709 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
1711         * doc-gnome/*: Shiny new docs from users-guide.
1712         All synced up.
1714 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
1716         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
1718 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
1720         * README: Updated and spell-checked.
1722         * NEWS: Updated.
1724 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
1726         * configure.in (ALL_LINGUAS): Added sv.
1728 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
1730         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
1731         symlink attacks (mcfn_install and the man page still needs to be
1732         updated).
1734 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
1736         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
1737         a symbolic link (ln -sf doesn't work as expected on Solaris)
1739 1999-08-19  Elliot Lee  <sopwith@redhat.com>
1740         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
1742 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
1744         * doc-gnome/C/gmc.sgml: Index fixes.
1746 1999-08-18  Elliot Lee  <sopwith@redhat.com>
1748         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
1749         initializers in the GnomeUIInfo structure.
1751 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
1753         * configure.in (VERSION): Bumped version number to 4.5.38.
1755 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
1757         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
1759 1999-08-15  David Martin  <dmartina@usa.net>
1761         * gtkedit/edit.c: Print localized date with strftime()
1763         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
1765 1999-08-08  David Martin  <dmartina@usa.net>
1767         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
1768         translation.
1770         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
1771         translation as it used to be.
1773 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1775         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
1776         that the correct index.html will be generated.
1778 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1780         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
1781         to the list.
1783 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
1785         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
1786         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
1787         This adds some new syntax rules, and spell check on the fly
1788         which if someone bugs me for, will actually get enabled in
1789         both the text and gnome versions. Bookmark stuff also needs
1790         some keys bound to it, I suppose: any takers?
1792 July 19, 1999 Elliot Lee
1793         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
1795 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
1797         * Makefile.in (all): Makefile fix.
1799 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1801         * Make.common.in (confdir): Define confdir as sysconfdir.  This
1802         should fix the problem we had with FSSTND distributions.
1804 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1806         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
1807         list of distributed files.
1809 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1811         * configure.in (VERSION): Bumped version number to 4.5.34.
1813 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
1815         * Add fi into ALL_LINGUAS
1817 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
1819         * gnome/i-zipdisk2.png: Added another zip-disk icon
1820         by <scarab@egyptian.net> - It looks very nice. Variation
1821         is good.
1823 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1825         * acconfig.h: Add WITH_SMBFS
1827         * macros/gnome-vfs.m4: Support conditional samba support.
1829 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1831         * Make.common.in (confdir): Define confdir as sysconfdir.  This
1832         should fix the problem we had with FSSTND distributions.
1834 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
1836         * mc.spec.in: added syntax files to %files
1838 1999-06-22  David Martin  <dmartina@usa.net>
1840         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
1842 1999-06-07  Shooby Ban  <bansz@szif.hu>
1844         * po/hu.po, configure.in: added hungarian translations...
1845           I'm not sure it's OK, but it seems usable.
1846           Translators: Tamas Fejos and Andras Kadar
1848 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
1850         * configure.in, Makefile.in: added the gmc helpfile to the build
1852 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
1854         * Add ja entry to LANG in configure.in
1856 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
1858         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
1859         be installed in the system :) (added it to the Makefile.in)
1861 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
1863         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
1864         disks - someone please add it to the mount.c code so it gets used..
1865         Everyone have a nice time at the expo! :) I hope to join the
1866         next time.
1868 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1870         * configure.in: Added check for getpt ()
1872 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1874         * configure.in (VERSION): Bumped version number to 4.5.31.
1876 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1878         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
1879         need to fool it by strdup'ing the return value of tempnam.
1881 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1883         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
1884         MCLIBS which are specific to the text edition.
1886         * INSTALL: Added documentation for --with-tm-x-support
1888 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
1890         * mc.spec.in : Folded in some changes from the 'offical' rpm
1891         spec file.
1893 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1895         * configure.in (SHELL): Do not use grep -q, as it is not portable
1896         to every OS.
1898 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1900         * configure.in: Linking from $srcdir/slang is broken when configure
1901         isn't called with an absolute path. Link from ../$srcdir/slang if
1902         configure was invoked with a relative path.
1904 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
1906         * configure.in: Do not rm the destination file and then link, use
1907         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
1909 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1911         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
1912         --with-PACKAGE and --without-PACKAGE gave the same results.
1914 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1916         * configure.in (VERSION): Bumped version number to 4.5.30.
1918 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1920         * configure.in (VERSION): Bumped version number to 4.5.29.
1922 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1924         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
1925         now contains all checks.
1927 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1929         * configure.in (VERSION): bumped version number to 4.5.28.
1931 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
1933         * */Makefie.*: fixed several missed conversions from libdir to
1934         mclibdir. (Should be automake'd, really)
1936 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1938         * Make.common.in: There were conflicting definitions of mclibdir
1939         (one for installation, one for source).  Now the source one is
1940         called mcsrclibdir.
1942         * doc/Makefile.in: Use mcsrclibdir where appropriate.
1944 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
1946         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
1947         Pascal Program" (Heh, second time :)
1949         * Makefile.common: Until things gets clear, keep syntax rules in
1950         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
1952         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
1953         @libdir@.
1955 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
1957         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
1958         as requested by Paul. Still, need some checking...
1960 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
1962         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
1963         to date with cooledit 3.9.0. This adds some new features.
1964         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
1965         syntax.c. This is because the rule set is becoming too
1966         large to maintain in its current form and because file
1967         loading is starting to get slow.
1969         There is also a bookmark feature which does not yet have
1970         key bindings assigned to it, but should be cool once
1971         these get inserted. Syntax rules files are named
1972             $LIBDIR/cooledit/syntax/*.syntax
1974 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
1976         * configure.in: Create slang directory, it is needed when
1977         builddir != srcdir.
1978         Use -f when calling rm, the file does not exist on
1979         first compile.
1980         No need to copy VERSION from $srcdir, it's already generated in
1981         $buildir.
1983 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
1985         * edit/edit_key_translator.c: Added missing translation tags.
1987 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1989         * configure.in: Minimum version of glib should be 1.2.0.
1990         (VERSION): Bumped version number to 4.5.27.
1992 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
1994         * gtkedit/editcmd.c: Added missing translation tags.
1996         * gtkedit/editoptions.c: Added missing translation tags. Translate
1997         radio buttons on first use.
1999 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
2001         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
2002         to get the mc spec file to work.
2003         * hacked configure to generate a properly versioned spec file.
2005 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2007         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
2008         radio buttons on first pass.
2010 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
2012         * gtkedit/editcmd.c: Mark strings in the search and replace
2013         dialogs for translation. Resized these dialogs to let the messages
2014         fit.
2016 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2018         * gtkedit/editwidget.c (selection_send): Use the proper type for
2019         64-bit cleanliness (Patch from George Lebl).
2021 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
2023         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
2024         into the catalog file.
2026 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2028         * configure.in: Make Timur's libtermcap check work with SLang
2029         0.99.98, too.
2031 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2033         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
2034         PS and EPS files.  Thanks, Tigert!
2036 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2038         * configure.in (CCOPTS): Drop the prefix auto-detection.
2040 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
2042         * configure.in: Add check, which, in case of system-installed SLang
2043         library tries to run a test program, which determines, does we need
2044         linking with libtermcap.a. Also, set of if's for finding terminfo
2045         dir changed to for cycle - a bit nicer :)
2047 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2049         * README.QNX: Deleted documention about mc.menu.qnx.diff.
2051 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2053         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
2055 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2057         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
2058         from tar calls when extracting (according to my man page this option
2059         is only useful when creating archieves).
2061 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2063         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
2064         adds support for tar.bz2 and merges the support for freeze-compressed
2065         tar files (tar.F) from mc.menu.qnx.diff.
2067 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
2069         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
2070         GNU-like :)
2072 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2074         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
2075         the catalog file.
2077 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
2079         * new_icons/gnome-core.png: New icon for core files. Someone
2080         please add the code part :)
2082 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
2084         * configure.in: Add check against setuid() and setreuid() functions.
2086 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2088         * slang/slang.h: renamed to slang-mc.h
2090         * slang/Makefile.in: delete slang.h on "make clean"
2092         * configure.in: link slang/slang-mc.h to slang/slang.h when the
2093         included slang is used. Problem was that MC's slang.h was used
2094         when we compiled with an already installed SLang and the systems
2095         header file were included with <slang/slang.h>.
2096         Unfortunatly I can't use AC_LINK_FILES to make the links because
2097         if we needn't make any links AC_LINK_FILES makes a link from
2098         srcdir to top_builddir (builddir != srcdir).
2100         Temporary add $LGPM to $LIBS when checking for the resizeterm
2101         and keyok functions (ncurses might be linked against GPM).
2103         Substitude PACKAGE (intl/Makefile makes use of it)
2105 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
2107         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
2108         #include "global.h".
2110 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
2112         * Make.common.in (gnewdir): new path.
2114 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
2116         * configure.in: Add comments before "Let" and "the" - typo. Add new
2117         path to include's search.
2119 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
2121         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
2123 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2125         * configure.in (REGEX_O): Always include regex.o as the code we
2126         are using in gmc is not using regcomp/regexec, but the internal
2127         Emacs API.
2129         * src/regex.c: Do not compile the POSIX compatibility code, as we
2130         do not use it.
2132 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2134         * doc/mc.sgml, mc1.in (Color section): minor polishing
2135         (Layout section): documented Highlight...
2137 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2139         * configure.in: Deleted du checks
2141         * INSTALL: Deleted --with-dusum documentation.
2143         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
2144         Configuration dialog. Added Advanced chown subsection. Deleted
2145         variables from the Special settings section which are now covered
2146         by the configuration dialog.
2148 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2150         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
2151         tar_gz_memlimit. Partially rewrote the section about the
2152         Virtual FS.. configuration dialog.
2154 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
2156         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
2158 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2160         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
2162         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
2163         builddir
2165 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
2167         * new_icons/gnome-image-[lots].png: I added some icons for file
2168         types (image) there - someone please tell me what the correct
2169         location and naming convention is and I will try to follow that. :)
2171 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
2173         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
2174         the build will still work.  (Has this been replaced by new_icons?)
2176 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
2178         * doc/mc.1.in, mc.sgml: added my name to list ov authors
2180 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2182         * Makefile.in (codedirs): Dropped xv and tk ports from the
2183         distribution. include idl directory.
2185 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2187         * configure.in (slang_use_system_installed_lib): Define slang
2188         here, to avoid having this on LIBS.
2190 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
2192         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
2194 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
2196         * config.h.in: Removed from CVS, added to .cvsignore
2198         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
2199         configure.in:
2200         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
2201         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
2202         HAS_CURSES added to acconfig.h
2204 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2206         * autogen.sh: Add "-I macros" to the aclocal flags.
2208         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
2209         so that aclocal will not complain about an obsolete macro.
2211         * configure.in: Use MC_HPUX_PROG_CC_STDC
2213         * ChangeLog: There was no ChangeLog here, so I added one.