ooops...
[midnight-commander.git] / ChangeLog
blob0697e98a2a9c97ccd523523f50f66e082e1f6b95
1 2002-04-21  Pavel Roskin  <proski@gnu.org>
3         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
4         can play them.
6 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
8         * autogen.sh: Fix for gettext 0.11 family (and newer).
10 2002-04-08  Pavel Roskin  <proski@gnu.org>
12         * autogen.sh: Allow gettext newer than 0.10.39.
13         From Björn Eriksson <bjorn@bjornen.nu>
15 2002-04-03  Pavel Roskin  <proski@gnu.org>
17         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
18         by "make clean" because not everyone has Perl to rebuild it.
20 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
22         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
23         first line regular expression.
25 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
27         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
28         or newer is not used.
29         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
31         * src/Makefile.am: Move mc.hlp.ru processing ...
32         * doc/ru/Makefile.am: ... here.
34 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
36         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
37         * syntax/c.syntax: Highlight "%p" printf format.
38         Allow '*' as width and precision for strings and numbers.
40         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
41         * doc/ru/mc.1.in: Likewise.
43 2002-03-18  Pavel Roskin  <proski@gnu.org>
45         * doc/ru/Makefile.am: Distribute xnc.hlp.
47 2002-03-12  Pavel Roskin  <proski@gnu.org>
49         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
51 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
53         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
54         * doc/ru/Makefile.am: New file.
56 2002-03-08  Pavel Roskin  <proski@gnu.org>
58         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
60 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
62         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
64 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
66         * doc/mc.1.in: Use nodename `Background jobs' for section
67         `Background Jobs' to reflect user visible Command menu option
68         and src/cmd.c dialog implementation.
70         * doc/ru: New directory for Russian manuals.
71         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
72         translated by Victor A. Kostromin for mc 4.5.30.  Converted
73         from binary mc.hlp.ru, corrected and actualized by me.
74         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
75         * doc/ru/.cvsignore: Ignore mc.1.
77 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
79         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
80         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
81         mc.lib settings.
83         (Virtual File System): Document SMB File System.
85 2002-02-26  Pavel Roskin  <proski@gnu.org>
87         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
88         message "no symbol found" for unsupported architectures and
89         provide more useful information.
91 2002-02-22  Pavel Roskin  <proski@gnu.org>
93         * README.smbfs: Remove.  It contained no useful information
94         and the webpage is now dead.
95         * Makefile.am: Remove README.smbfs.
97         * README: Mention that glib 1.2.x is required.
99 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
101         * lib/edit.indent.rc: Use "#! /bin/sh"
102         * lib/edit.spell.rc: Likewise.
103         * lib/mcserv.init: Likewise.
105         * lib/cedit.menu: Eliminate bashisms.
106         Add missed `:' in AUTHOR evaluation.
107         Unset LANGUAGE and make LC_ALL empty.
108         Use "#! /path/to/program".
110 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
112         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
113         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
114         Fix tarfs URL syntax example.  Minor typo and format fixes.
116 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
118         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
119         Fix location of configuration files.
121 2002-02-05  Pavel Roskin  <proski@gnu.org>
123         * configure.in: Don't use defunct ncurses_version.
124         Reported by Thomas Dickey <dickey@herndon4.his.com>
125         Set force_ncurses whenever --with-ncurses is used.  If set,
126         suppress checks for S-Lang and fail is ncurses is not found.
128         * configure.in: Introduce a new variable screen_type that is
129         either "slang" or "ncurses" without additional text.  Use it
130         instead of screen_manager whenever possible.  Fix text in
131         AC_NCURSES call, use m4 quotes and move shell quotes into the
132         macro.
133         * acinclude.m4: Likewise.
135 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
137         * syntax/Syntax: Known Delphi/Kylix source file extensions
138         supported (*.dpr, *.inc).
139         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
140         Special highlighting for CVS keywords.  Understands single-line
141         comments (//).
143 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
145         * configure.in (ALL_LINGUAS): Added "bg"
147 2002-01-21  Pavel Roskin  <proski@gnu.org>
149         * NEWS: Mention word completion in the editor.
151 2002-01-17  Pavel Roskin  <proski@gnu.org>
153         * extraconf.h: Remove OS/2 specific code.
155         * doc/mc.1.in (Configuration): Clarify some entries.
157 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
159         * acinclude.m4: New options for smbfs:
160         --with-configdir=DIR    Where the Samba configuration files are (/etc)
161         --with-codepagedir=DIR  Where the Samba codepage files are
163 2002-01-11  Pavel Roskin  <proski@gnu.org>
165         * syntax/xml.syntax: New file - hightlighting for XML.
166         From Petr Kozelka <pkozelka@centrum.cz>
167         * syntax/Syntax: Add xml.syntax.
168         * syntax/Makefile.am: Likewise.
170 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
172         * configure.in: Added "eu" to ALL_LINGUAS.
174 2002-01-03  Pavel Roskin  <proski@gnu.org>
176         * lib/mc.menu: Correct quoting.
177         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
179         * NEWS: Mention removal of the OS/2 port.
180         * README.PC: Remove OS/2 specific parts.
182 2002-01-02  Pavel Roskin  <proski@gnu.org>
184         * configure.in: Make help about --with-subshell easier to
185         understand.  Minor alignment fixes for the help.
186         * acinclude.m4: Minor alignment fixes for the help.
188 2001-12-31  Pavel Roskin  <proski@gnu.org>
190         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
191         from vfs/Make-mc.in.
193 2001-12-27 Duarte Loreto  <happyguy_pt@hotmail.com>
195         * configure.in: Added portuguese to ALL_LINGUAS
197 2001-12-21  Pavel Roskin  <proski@gnu.org>
199         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
200         Don't remove slang/slang.h - it's never created.
202         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
203         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
204         unused.
206 2001-12-01  Wang Jian  <lark@linux.net.cn>
208         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
210 2001-11-29  Pavel Roskin  <proski@gnu.org>
212         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
214 2001-11-27  Pavel Roskin  <proski@gnu.org>
216         * lib/mc.ext.in: When running X programs in background, do it
217         from subshell.  Otherwise some of them terminate when mc exits.
218         Reported by Christian Dysthe <christian@dysthe.net>
219         Remove some obsolete and gmc-specific entries.  Use StarOffice
220         to open files detected as "Microsoft Office Document".
222         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
223         XFree86 4.1.0.
225 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
227         * doc/mcedit.1.in: Fix help file location.
229 2001-11-14  Pavel Roskin  <proski@gnu.org>
231         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
232         fallback to ino_t for e2fsprogs version 1.19 and older.
234 2001-10-30  Pavel Roskin  <proski@gnu.org>
236         * lib/mc.ext.in: Add support for Netpbm files.
238 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
240         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
241         http://bugzilla.gnome.org/show_bug.cgi?id=60935
242         By drk@sgi.com.
244         * doc/mc.1.in: Document %p macro.
246 2001-10-24  Pavel Roskin  <proski@gnu.org>
248         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
249         Allow using --without-mmap.
250         * INSTALL: Document --without-mmap.
252 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
254         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
255         of languages to be installed by setting env variable before
256         configure. If it is empty, it defaults to full list.
257         By Alex Tkachenko <alex@bcs.zp.ua>.
259 2001-10-19  Pavel Roskin  <proski@gnu.org>
261         * syntax/sh.syntax: Highlight reserved words inside backticks.
262         Use the same wholechars settings for reserved words and
263         commands.  Recognize more words.  Recognize function definitions
264         without "function" or without "()".  Use brightmagenta instead
265         of brightblue.
267 2001-10-18  Pavel Roskin  <proski@gnu.org>
269         * configure.in: When checking for "nroff -mandoc" support, don't
270         use /dev/null as input file, use stdin.  Some versions of nroff
271         (e.g. groff-1.16.1) don't accept special files.
273 2001-10-14  Pavel Roskin  <proski@gnu.org>
275         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
276         Makefile.  Don't allow any suffixes after "Makefile".
278 2001-10-12  Pavel Roskin  <proski@gnu.org>
280         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
281         format).
283 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
285         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
286         Fix compress<->bzip2 conversion and conversion of tagged
287         archives.
289 2001-10-05  Pavel Roskin  <proski@gnu.org>
291         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
292         Suggested by Marcel Pol <mpol@gmx.net>
294         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
295         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
296         and *.mid files.
298 2001-09-30  Pavel Roskin  <proski@gnu.org>
300         * configure.in: Don't check whether grep supports stdin - it's
301         not used anymore.
302         * NEWS: Mention this change.
304 2001-09-19  Pavel Roskin  <proski@gnu.org>
306         * doc/mcedit.1.in: Fix a very long line - use double
307         backslashes since they are interpreted even in the .nf blocks.
309         * lib/edit.spell.rc: Try aspell before resorting to ispell.
311         * syntax/php.syntax: Replace with a better implementation by
312         Max Schedriviy <max@tavrida.net>
314 2001-09-15  Pavel Roskin  <proski@gnu.org>
316         * doc/mc.1.in: Fix location of mcedit files.
317         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
319 2001-09-14  Pavel Roskin  <proski@gnu.org>
321         * configure.in: Don't check for ncurses version and for keyok()
322         because the mouse support code doesn't need this hack anymore.
324 2001-09-13  Pavel Roskin  <proski@gnu.org>
326         * configure.in: Fix some cases of overquoting and underquoting.
327         * acinclude.m4: Likewise.
329 2001-09-12  Pavel Roskin  <proski@gnu.org>
331         * configure.in: Update list of browsers.  Don't fallback to
332         lynx since it cannot be run in background.
333         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
334         If no browser for X11 was found, use lynx.
336         * autogen.sh: Add a workaround to ensure that "depcomp" is
337         distributed.
338         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
339         where appropriate.
340         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
341         terminfo.
343         * configure.in: Use three-argument form of AC_INIT.  Use
344         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
345         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
346         is not needed if AC_CONFIG_AUX_DIR is used.
347         * vfs/Make-mc.in: Adjust mkinstalldirs location.
348         * autogen.sh: Create "config" and remove "autom4te.cache".
350 2001-09-11  Pavel Roskin  <proski@gnu.org>
352         * syntax/Syntax: New file, extracted from edit/syntax.c.
353         * syntax/Makefile.am: Add Syntax.
355         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
356         to LIBS.  Don't use unportable "grep -q", use "case" instead.
358 2001-09-10  Pavel Roskin  <proski@gnu.org>
360         * configure.in: Only check for X if --with-tm-x-support has been
361         specified.
363         * configure.in: Add check for sys/ioctl.h.
365         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
367         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
368         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
369         testing for functions in ncurses.
371         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
372         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
373         * acconfig.h: Remove.
375         * configure.in: Eliminate LIBSLANG and LSLANG.
376         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
378         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
379         resizeterm() and keyok() only if configuring with ncurses.
381         * configure.in: Remove now unused variables LIBVFS and LVFS.
383         * configure.in: Remove unused variables LINTL and INTLDEPS.
385         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
386         building with included gettext, because libintl.h is copied
387         there.
389 2001-09-09  Pavel Roskin  <proski@gnu.org>
391         * NEWS: Update.
393         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
394         checks -lgen for getmntent as of Autoconf 2.52.
396 2001-09-07  Pavel Roskin  <proski@gnu.org>
398         * configure.in: Check for pwd.h.
400         * Make.common.in: Remove.
401         * configure.in: Remove all references to Make.common.in and
402         MCCPPFLAGS.
403         * aclocal.m4: Likewise.
405         * configure.in: Require Autoconf 2.52.  Remove hacks for
406         Autoconf 2.13.
407         * Makefile.am: Require Automake 1.5.
409 2001-09-06  Pavel Roskin  <proski@gnu.org>
411         * syntax/php.syntax: New file - PHP file highlighting.  Copied
412         from Cooledit 3.17.4.
413         * syntax/Makefile.am: Add php.syntax.
415 2001-09-06  Timur Bakeyev  <mc@bat.ru>
417         * acconfig.h: Brought back couple of symbols, that are still necessary
418         due reference to them from configure.in.
420 2001-09-04  Pavel Roskin  <proski@gnu.org>
422         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
423         strictness for dates.
425         * doc/mc.1.in: Fix troff warnings.
426         * doc/mcedit.1.in: Likewise.
428 2001-09-03  Pavel Roskin  <proski@gnu.org>
430         * doc/mc.1.in: Spellcheck.
431         * doc/mcedit.1.in: Likewise.
432         * doc/mcserv.8.in: Likewise.
434         * doc/mc.1.in (Learn Keys): Complete rewrite.
436 2001-09-02  Pavel Roskin  <proski@gnu.org>
438         * acconfig.h: Remove all unused symbols.
440         * lib/ncurses.h: Remove.
441         * lib/Makefile.am: Remove ncurses.h.
443 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
445         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
447 2001-08-28  Pavel Roskin  <proski@gnu.org>
449         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
450         like EOF.
452 2001-08-26  Pavel Roskin  <proski@gnu.org>
454         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
455         CONS_SAVER.  Put all conditionals together.
457         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
458         Automake 1.5.
460         * configure.in: Remove XCURSES variable - it's unused.
462         * configure.in: New conditional USE_EDIT.
464         * syntax/changelog.syntax: Don't require '@' to be in the
465         address.  This also works around a bug in the syntax engine
466         that prevented highlighting of addresses.
468 2001-08-25  Pavel Roskin  <proski@gnu.org>
470         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
472 2001-08-24  Pavel Roskin  <proski@gnu.org>
474         * extraconf.h: Remove all references to HAVE_X.
475         * acinclude.m4: s/GNOME_/MC_/
476         * configure.in: Likewise.  Remove or clarify all references to
477         the "text edition".  Minor fixes.
479         * configure.in: Remove support for curses libraries other than
480         ncurses.
481         * acinclude.m4: Likewise.
482         * FAQ: Remove everything about UNIX curses.
483         * INSTALL: Likewise.
485         * configure.in: Enable large file support by default.
486         * NEWS: Mention it.
487         * INSTALL: Document it.  Minor fixes.
489         * FAQ: Remove information about GNOME edition.  Minor fixes.
490         * README: Likewise.
491         * NEWS: Mention removing the GNOME edition.
493         * acinclude.m4: Include all used macros from the macros
494         directory.
495         * autogen.sh: Remove all references to "macros".
496         * Makefile.am: Likewise.
498         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
499         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
501         * lib/startup.links: Remove.
502         * lib/README.desktop: Likewise.
503         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
505         * configure.in: Bump version to 4.5.99a.
507         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
508         * po/*.po: Regenerate.
510         * AUTHORS: Update and spell check.
511         * FAQ: Likewise.
512         * INSTALL: Likewise.
513         * INSTALL.FAST: Likewise.
514         * NEWS: Likewise.
515         * README.PC: Likewise.
516         * README.QNX: Likewise.
518         * configure.in: Add check for stropts.h.
520 2001-08-23  Pavel Roskin  <proski@gnu.org>
522         * lib/edit.indent.rc: Create cooledit.error right away to
523         override its old contents.  Don't use ksh extentions.  Treat *.C
524         files as C++.  Recognize more C++ extensions.  Support java.
525         Update URL for "astyle".  Quote all arguments to protect spaces.
526         * lib/edit.spell.rc: Don't save terminal settings - mc does it
527         itself.  Quote all arguments to protect spaces.
529 2001-08-21  Pavel Roskin  <proski@gnu.org>
531         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
532         files if GNOME frontend is disabled.
533         * idl/Makefile.am: Likewise.
534         * lib/Makefile.am: Likewise.
535         * new_icons/Makefile.am: Likewise.
537         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
538         case it already has gettext macros elsewhere and doesn't like
539         duplicates (i.e. it's aclocal from Automake-1.4).
541 2001-08-20  Pavel Roskin  <proski@gnu.org>
543         * AUTHORS: Updated.
544         * INSTALL: Likewise.
545         * NEWS: Likewise.
546         * doc/mc.1.in: Likewise.
547         * doc/mcserv.8.in: Likewise.
549         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
550         for sys/mount.h.
552 2001-08-19  Andras Timar  <timar@gnome.hu>
554         * lib/Makefile.am: Added Hungarian hints
555         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
557 2001-08-19  Pavel Roskin  <proski@gnu.org>
559         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
561 2001-08-17  Pavel Roskin  <proski@gnu.org>
563         * syntax/po.syntax: New file - PO file highlighting.
564         From David Martin <dmartina@excite.es>
565         * syntax/Makefile.am: Add po.syntax.
567         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
568         it's sometimes missing from the databases.
570 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
572         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
573         * lib/Makefile.am: Reflect above change.
575 2001-08-15  Pavel Roskin  <proski@gnu.org>
577         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
579 2001-08-14  Pavel Roskin  <proski@gnu.org>
581         * lib/mc.lib: Add popular sequences for "home" and "end" in
582         "xterm" and "xterm-color" terminals.
584 2001-08-13  Pavel Roskin  <proski@gnu.org>
586         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
588         Replace "Can't" with "Cannot" everywhere.
590 2001-08-12  Pavel Roskin  <proski@gnu.org>
592         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
593         subshell, not for "Open file...".
594         (emacs_key_map): Likewise.
596         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
598 2001-08-10  Pavel Roskin  <proski@gnu.org>
600         * Makefile.am (EXTRA_DIST): Remove BUGS.
601         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
603         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
605         * doc/LSM: Remove, it's outdated.
606         * doc/FILES: Likewise.
607         * doc/DEVEL: Remove information about FILES.
609         * FAQ: Eliminate all broken URLs on the MC site.
610         From Frederic L. W. Meunier <0@pervalidus.net>
612         * FAQ: Restore information about xterm.
614 2001-08-08  Pavel Roskin  <proski@gnu.org>
616         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
618 2001-08-07  Pavel Roskin  <proski@gnu.org>
620         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
622         * doc/mc.1.in: Fix all broken links.
624 2001-08-06  Pavel Roskin  <proski@gnu.org>
626         * INSTALL: Numerous changes.  Declare old curses obsolete.
627         Partly from Frederic L. W. Meunier <0@pervalidus.net>
629         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
631 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
633         * lib/Makefile.am: Remove space after backslash introduced in the
634         previous commit.
636         * lib/mc.hint.zh_TW.Big5: New file.
637         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
639 2001-08-02  Pavel Roskin  <proski@gnu.org>
641         * lib/mc.hint.uk: New file.
642         From Maksym Polyakov <polyama@yahoo.com>
643         * lib/Makefile.am: Add mc.hint.uk.
645 2001-08-01  Pavel Roskin  <proski@gnu.org>
647         * lib/mc.hint.nl: New file.
648         From Steef Boerrigter <sxmboer@sci.kun.nl>
649         * lib/Makefile.am: Add mc.hint.nl.
650         * lib/mc.hint: Remove ftp site.  Update copyright.
651         * lib/mc.hint.cs: Likewise.
652         * lib/mc.hint.es: Likewise.
653         * lib/mc.hint.it: Likewise.
654         * lib/mc.hint.pl: Likewise.
655         * lib/mc.hint.ru: Likewise.  Shorten some lines.
657         * edit/Makefile.in: Allow running "make install" before "make all".
658         * gtkedit/Makefile.in: Likewise.
660 2001-07-31  Pavel Roskin  <proski@gnu.org>
662         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
663         editor.
664         * lib/Makefile.am: Add lib/edit.spell.rc.
666         * autogen.sh: Use gettextize.
667         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
668         * po/Makefile.in.in: Likewise.
670 2001-07-29  Pavel Roskin  <proski@gnu.org>
672         * syntax/slang.syntax: New file.
673         From Walery Studennikov <despair@sama.ru>
674         * syntax/Makefile.am: Add slang.syntax.
676 2001-07-27  Pavel Roskin  <proski@gnu.org>
678         * extraconf.h: Move WITH_BACKGROUND here.
680 2001-07-24  Pavel Roskin  <proski@gnu.org>
682         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
684 2001-07-23  Pavel Roskin  <proski@gnu.org>
686         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
688 2001-07-20  Pavel Roskin  <proski@gnu.org>
690         * Make.common.in: Move all defines ...
691         * gnome/Makefile.in: ... here ...
692         * src/Makefile.in: ... and here.
694 2001-07-19  Pavel Roskin  <proski@gnu.org>
696         * configure.in: Don't check for getwd, it's completely
697         eliminated.
698         * INSTALL: Remove reference to HAVE_GETWD.
700         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
701         entries for compressed cpio archives.
703         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
704         they were only used in obsolete frontends.  Don't ever use %view
705         without commands - it's slower and loses user settings, e.g.
706         hex mode.  Put shared libraries before man pages and read.me
707         before .me macros so that they match correctly.  Use nm for
708         shared libraries.  Add rules for StarOffice and AbiWord.
710 2001-07-14  Pavel Roskin  <proski@gnu.org>
712         * configure.in: Bump version to 4.5.54a.
714 2001-07-13  Pavel Roskin  <proski@gnu.org>
716         * lib/mcserv.init: Fix exit status.
717         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
719         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
720         "executable", which should follow a space. Simplify rules for
721         images. Add shell/ rule for *.info files. Fix all incorrect
722         uses of the alternation operator.
723         Reported by Oskar Liljeblad and Michel Casabona.
725 2001-07-12  Pavel Roskin  <proski@gnu.org>
727         * configure.in: Don't check for iconv, it's already checked for
728         in AM_GNU_GETTEXT.
730 2001-07-10  Pavel Roskin  <proski@gnu.org>
732         * doc/mc.1.in: Update documentation about hex search.
734         * edit/edit_key_translator.c (cooledit_key_map): Bind
735         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
736         From Steef Boerrigter <sxmboer@sci.kun.nl>
738         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
739         * edit/edit_key_translator.c (cooledit_key_map): Add support
740         for bracket matching on Alt-B.
741         * gtkedit/gtkeditkey.c: Likewise.
742         From Steef Boerrigter <sxmboer@sci.kun.nl>
744 2001-07-06  Pavel Roskin  <proski@gnu.org>
746         * lib/mc.ext.in: Use nm to view object files.
748         * Make.common.in: Remove GNOME-specific and unused definitions.
749         Partly moved to gnome/Makefile.in.
751         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
752         they are usused.
753         * Make.common.in: Likewise.
755 2001-06-29  Pavel Roskin  <proski@gnu.org>
757         * ABOUT-NLS: Update to the version from gettext-0.10.38.
759         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
760         now done in configure. Move -I.. to the beginning.
761         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
762         libintl.a may be required to link mc.
763         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
764         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
765         Move all i18n code to one place. Don't substitute INTLSUB - it's
766         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
767         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
769 2001-06-25  Pavel Roskin  <proski@gnu.org>
771         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
772         It should be enabled explicitly by giving `--enable-largefile'
773         to configure.
774         * INSTALL: Document it.
776 2001-06-22  Pavel Roskin  <proski@gnu.org>
778         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
780         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
781         in struct statfs.
782         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
784         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
785         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
786         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
787         found.
788         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
790 2001-06-19  Pavel Roskin  <proski@gnu.org>
792         * configure.in: Check for telldir and seekdir. Join adjacent
793         calls to AC_CHECK_FUNCS.
795 2001-06-16  Pavel Roskin  <proski@gnu.org>
797         * Makefile.am: Change the order of SUBDIRS to fully compile text
798         edition before compiling anything for GNOME.
799         * mc.spec.in: Don't use brace expansion to avoid implicit
800         build-time dependency on bash.
802 2001-06-13  Pavel Roskin  <proski@gnu.org>
804         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
805         the test code.
806         * configure.in: Fix compiler warnings in the arguments to
807         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
808         around `=' in the `test' command.
810 2001-06-07  Pavel Roskin  <proski@gnu.org>
812         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
813         GNOME documentation template.
814         * doc-gnome/C/mkhtml: Don't generate index.
815         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
817 2001-06-06  Pavel Roskin  <proski@gnu.org>
819         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
820         conditional variables from EXTRA_DIST.
822 2001-06-05  Pavel Roskin  <proski@gnu.org>
824         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
825         conversion support.
826         From Walery Studennikov <hqsoftware@mail.ru>.
828         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
830 2001-06-01  Pavel Roskin  <proski@gnu.org>
832         * lib/mc.charsets: Synchronize with the latest patch - remove
833         a comment.
835 2001-05-30  Pavel Roskin  <proski@gnu.org>
837         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
838         work with GNOME.
840         * lib/mc.charsets: New file. From Walery Studennikov.
841         * lib/Makefile.am: Distribute mc.charsets. Install it if
842         the charset support is enabled.
844         * configure.in: Add check for iconv() and the necessary code
845         to support the charset selection patch.
847         * configure.in: Add check for ESCDELAY variable in ncurses.
849 2001-05-29  Pavel Roskin  <proski@gnu.org>
851         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
852         USE_EXT2FSLIB.
854         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
855         * pc/config.h: Likewise.
857         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
858         and "strings". Recognize "write" files and MS Word templates.
859         For MS Excel documents try "xls2csv" and "strings".
860         Escape spaces in the "type" directives.
861         From Nerijus Baliunas.
863         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
865         * Make.common.in: Remove hpath, it's unused.
867         * acconfig.h: Move constant parts ...
868         * extraconf.h: ... here.
869         [HAVE_X]: Disable subshell, s-lang and curses.
870         * Makefile.am: Add extraconf.h.
872 2001-05-28  Pavel Roskin  <proski@gnu.org>
874         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
875         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
876         * configure.in: ... here.
878 2001-05-27  Pavel Roskin  <proski@gnu.org>
880         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
881         * acconfig.h: Likewise.
882         * src/layout.c: Likewise.
884         * Make.common.in: Remove all percent rules.
885         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
886         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
887         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
888         AM_INIT_AUTOMAKE.
890         * Make.common.in: Remove obsolete dependency tracking system.
891         * configure.in: Likewise.
892         * edit/Makefile.in: Likewise.
893         * gnome/Makefile.in: Likewise.
894         * gtkedit/Makefile.in: Likewise.
895         * slang/Makefile.in: Likewise.
896         * src/Makefile.in: Likewise.
897         * vfs/Make-mc.in: Likewise.
898         * src/depend.awk: Remove.
900 2001-05-26  Pavel Roskin  <proski@gnu.org>
902         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
903         * syntax/octave.syntax: New file. From Walery Studennikov.
904         * syntax/Makefile.am: Add octave.syntax.
906         * configure.in: Fix incorrect test for stdin support in grep -
907         it would always fail when configuring in an empty directory.
908         Portability fixes - unset, backslashed space in here-documents.
909         Eliminate all instances of "changequote".
911         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
912         user choice.
913         * acconfig.h: Changes for the above.
914         * INSTALL: Don't document --with-sco - it's now defunct.
915         * INSTALL.FAST: Likewise.
917 2001-05-25  Pavel Roskin  <proski@gnu.org>
919         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
920         are in the beginning of the "file" output.
922 2001-05-23  Pavel Roskin  <proski@gnu.org>
924         * lib/mc.ext.in: Add associations for viewing RPM files.
926 2001-05-22  Pavel Roskin  <proski@gnu.org>
928         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
929         By default exit after the first error in jade.
931         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
932         JADEFLAGS environment variables. Report progress. Clean up on
933         failure.
935 2001-05-21  Pavel Roskin  <proski@gnu.org>
937         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
938         files.
940         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
941         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
943 2001-05-20  Pavel Roskin  <proski@gnu.org>
945         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
946         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
947         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
948         * doc-gnome/C/figs/Makefile.am: Add support for converting from
949         PNG to EPS.
951         * Makefile.am (EXTRA_DIST): Remove create_vcs.
952         * doc/FILES: Likewise. Typo fix.
954 2001-05-19  Pavel Roskin  <proski@gnu.org>
956         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
957         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
958         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
960         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
961         index entry "Moving files".
963 2001-05-18  Pavel Roskin  <proski@gnu.org>
965         * configure.in: Use src/main.c in AC_INIT.
967         * create_vcs: Remove.
969         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
970         Add download location for glib.
971         * mc.spec.in: Likewise.
972         * doc/LSM: Likewise.
973         * doc/mc.1.in: Likewise.
974         * doc/mcedit.1.in: Likewise.
975         * src/ext.c: Don't mention download location for MC.
977         * FAQ: Update status of Tk, XView. and GNOME editions. Update
978         homepage of gpm.
980         * INSTALL: Remove information about Tk and XView. Change the
981         mailing list addresses again.
982         * FAQ: Change the mailing list addresses again.
983         * MAINTAINERS: Likewise.
984         * README: Likewise.
985         * doc/mc.1.in: Likewise.
986         * gnome/gmc-window.c: Likewise.
987         * lib/README.xterm: Likewise.
988         * lib/mc.ext.in: Likewise.
989         * lib/mc.hint*: Likewise.
990         * lib/mc.hlp.hu: Likewise.
991         * po/*.po: Likewise.
992         * src/main.c: Likewise.
994 2001-04-20  Pavel Roskin  <proski@gnu.org>
996         * FAQ: Change the mailing list addresses and the download
997         locations.
998         * INSTALL: Likewise.
999         * MAINTAINERS: Likewise.
1000         * README: Likewise.
1001         * doc/mc.1.in: Likewise.
1002         * gnome/gmc-window.c: Likewise.
1003         * lib/README.xterm: Likewise.
1004         * lib/mc.ext.in: Likewise.
1005         * lib/mc.hint*: Likewise.
1006         * lib/mc.hlp.hu: Likewise.
1007         * po/*.po: Likewise.
1008         * src/main.c: Likewise.
1010 2001-04-19  Pavel Roskin  <proski@gnu.org>
1012         * configure.in: Don't install mcserv unless
1013         "--enable-mcserv-install" has heen specified.
1014         Don't quote the first argument in all calls to AM_CONDITIONAL
1015         to work around a bug in Automake 1.4.
1016         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
1017         * vfs/Make-mc.in: Likewise.
1019 2001-04-13  Pavel Roskin  <proski@gnu.org>
1021         * configure.in: Bump version to 4.5.53a.
1023 2001-04-06  Pavel Roskin  <proski@gnu.org>
1025         * gtkedit/editcmd.c: Remove support for XView layout attributes.
1026         * gtkedit/editoptions.c: Likewise.
1027         * pc/chmod.c: Likewise.
1028         * pc/drive.c: Likewise.
1029         * src/boxes.c: Likewise.
1030         * src/chmod.c: Likewise.
1031         * src/dlg.c: Likewise.
1032         * src/dlg.h: Likewise.
1033         * src/filegui.c: Likewise.
1034         * src/find.c: Likewise.
1035         * src/hotlist.c: Likewise.
1036         * src/layout.c: Likewise.
1037         * src/listmode.c: Likewise.
1038         * src/main.c: Likewise.
1039         * src/option.c: Likewise.
1040         * src/panelize.c: Likewise.
1041         * src/wtools.c: Likewise.
1042         * src/wtools.h: Likewise.
1043         * vfs/smbfs.c: Likewise.
1045         * autogen.sh: Check out "intl" and "macros" directories if they
1046         are missing. Simply "cvs up -d" won't restore them.
1048         * configure.in: Bump version to 4.5.52a.
1050 2001-03-14  Pavel Roskin  <proski@gnu.org>
1052         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
1053         Automake conditional USE_SAMBA_FS if Samba is to be supported
1054         in VFS.
1056 2001-03-07  Pavel Roskin  <proski@gnu.org>
1058         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
1059         defined.
1060         Reported by Norbert Warmuth.
1062         * configure.in: Don't process vfs/extfs/uzip - it's now
1063         constant.
1065         * syntax/changelog.syntax: Require space after asterisk to have
1066         it highlighted.
1068 2001-03-02  Pavel Roskin  <proski@gnu.org>
1070         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
1071         * configure.in: Use AC_PROG_CC_STDC instead.
1073         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
1074         Suggested by Christian Gennerat.
1076         * lib/mc.ext.in: Add support for "freeze" - old compression
1077         program used mostly on QNX.
1078         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
1079         * lib/Makefile.am: Adjusted.
1081 2001-02-26  Pavel Roskin  <proski@gnu.org>
1083         * lib/mc-gnome.ext.in: Remove, it's not used.
1084         * configure.in: Remove lib/mc-gnome.ext.
1085         * lib/Makefile.am: Likewise.
1087 2001-02-20  Pavel Roskin  <proski@gnu.org>
1089         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
1090         defined to prevent warnings on OpenBSD 2.7.
1091         * slang/jdmacros.h: Likewise.
1092         * src/mad.h: Likewise.
1093         * src/poptalloca.h: Likewise.
1095         * configure.in: Check for sys/time.h and sys/timeb.h. Use
1096         AC_HEADER_TIME.
1098 2001-02-07  Pavel Roskin  <proski@gnu.org>
1100         * autogen.sh: Create vfs/samba/include/stamp-h.in.
1101         * vfs/samba/include/stamp-h.in: Remove.
1103         * macros/curses.m4: Quote first argument to AC_DEFUN.
1104         * macros/gnome-cxx-check.m4: Likewise.
1105         * macros/gnome-gettext.m4: Likewise.
1106         * macros/gnome-libgtop-check.m4: Likewise.
1107         * macros/gnome-print-check.m4: Likewise.
1108         * macros/linger.m4: Likewise.
1109         * macros/need-declaration.m4: Likewise.
1111         * configure.in: Only configure in vfs/samba if smbfs support is
1112         enabled even with Autoconf 2.13.
1114 2001-01-30  Pavel Roskin  <proski@gnu.org>
1116         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
1117         --without-samba due to a typo.
1119         * configure.in: Only configure in vfs/samba if smbfs support is
1120         enabled. This optimization will only work with Autoconf-2.49c
1121         and above.
1123 2001-01-13  Pavel Roskin  <proski@gnu.org>
1125         * configure.in: Don't create a faked malloc.h.
1126         * gtkedit/edit.h: Don't assume that malloc.h always exists.
1127         * src/mad.h: Likewise.
1129         * configure.in: Simplified handling of cons.saver.
1130         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
1131         * mc.spec.in: Remove a workaround for the above.
1133         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
1134         for MC. Don't rely on the output of uname - use $host_os.
1136 2001-01-11  Pavel Roskin  <proski@gnu.org>
1138         * configure.in: Check for ext2 libraries only if VFS is enabled.
1140         * src/Makefile.in: Create directories before installing files.
1141         Removed all occurences of libprefix - it's never defined.
1143         * configure.in: All macros from configure.in moved to
1144         acinclude.m4. Added missing quotes in several places.
1145         * acinclude.m4: Likewise.
1147         * edit/Makefile.in: Don't install or uninstall mcedit -
1148         it cannot be installed before mc on systems without symlinks.
1149         * gtkedit/Makefile.in: Likewise.
1150         * src/Makefile.in: Install mcedit (if enabled) and mcview.
1151         Uninstall them.
1153         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
1154         from acinclude.m4 in gtk+:
1155         Don't define ENABLE_NLS unless we have a working NLS.
1156         (This should keep libintl.h from being included when it doesn't
1157         exist).
1159 2001-01-09  Pavel Roskin  <proski@gnu.org>
1161         * doc-gnome/C/figs/Makefile.am: New file.
1162         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
1163         makefile do it.
1164         * configure: Substitute doc-gnome/C/figs/Makefile.
1166         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
1168 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
1170         * lib/mc.hlp.hu: Added Hungarian help file from
1171           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
1172           maci@integrity.hu, mfh47@freemail.hu
1173         * lib/Makefile.am: Added LOCALIZED_HELP for further
1174           mc.hlp l10ns
1175         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
1176           gtkedit/editcmd.c: I18n of mc.hlp
1178 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
1180         * doc/mc.1.in: Corrected badly formatted link...
1182 2000-11-10  Robert Brady  <robert@suse.co.uk>
1184         * configure.in: Add Tamil to ALL_LINGUAS.
1186 2000-10-23  Pavel Roskin  <proski@gnu.org>
1188         * mc.spec.in: Allow mcserv.8 to be gzipped.
1190         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
1191         that cannot deal with "./gmc.sgml".
1193 2000-10-09  Pavel Roskin  <proski@gnu.org>
1195         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
1196         that CVS Automake will drop dependencied to the macros that
1197         we don't distribute.
1199         * lib/mc.ext.in: Removed references to icons. Source RPMs
1200         grouped to one regex. Removed "Update" for source RPMs, added
1201         "Rebuild" instead. Added "Check signature" for all RPMs.
1202         Added a comment about pop-up menus in the text edition.
1204 2000-10-06  Pavel Roskin  <proski@gnu.org>
1206         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
1207         flags moved out of CFLAGS as recommended by GNU coding
1208         standards.
1209         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
1210         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
1211         XCPPFLAGS.
1212         * INSTALL (Random notes on porting to other architectures):
1213         Completely rewritten. Recommended using CFLAGS instead of XINC.
1215 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1217         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
1219 2000-10-04  Christophe Merlet  <christophe@merlet.net>
1221         * gnome/*.desktop: Updated french strings.
1223 2000-10-03  Pavel Roskin  <proski@gnu.org>
1225         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
1226         to allow <legalnotice>. Unclosed tags fixed.
1228 2000-09-30  Pavel Roskin  <proski@gnu.org>
1230         * mc.spec.in: New package mc-common. Use DESTDIR instead of
1231         misusing prefix. Don't install old icons - they don't exist.
1233         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
1234         "export -f" to have mc() exported.
1235         * doc/mc.1.in: Changed description of the "-P" option to
1236         avoid inclusion of mc.sh and mc.csh into the manual.
1237         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
1239 2000-09-24  Pavel Roskin  <proski@gnu.org>
1241         * doc/mc.1.in: Minor formatting fixes.
1243         * lib/mc.sh.in: Remove temporary file non-interactively.
1244         * doc/mc.1.in: updated example for mc.sh.
1246 2000-09-23  Pavel Roskin  <proski@gnu.org>
1248         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
1249         updates it when needed.
1250         * mc.spec.in: Include translations with mc, not gmc. Run
1251         chkconfig --del in %preun, not %postun. --without-debug not
1252         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
1253         be executable. New files in %{prefix}/lib/mc/ - translated hints,
1254         editor files.
1256         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
1257         directory for document processing. Comment changes. gmc.ps and
1258         gmc.pdf now generated from gmc.dvi.
1260         * configure: Always include Make.common as file, otherwise
1261         "make distclean" breaks.
1262         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1263         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
1264         replaced with "rm -f" - the stangard says that "rm" is portable.
1265         Ditto $(MV). Adjusted *clean targets to match those in
1266         Automake. Removed "cross" target.
1268 2000-09-22  Pavel Roskin  <proski@gnu.org>
1270         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
1271         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
1272         * doc/Makefile.in: Converted to ...
1273         * doc/Makefile.am: ... this.
1275 2000-09-21  Pavel Roskin  <proski@gnu.org>
1277         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
1278         is not expanded in all shells.
1279         * doc/mc.sgml: Updated the example script to reflect the above
1280         changes.
1281         * doc/mc.in.1: Likewise.
1283 2000-09-19  Pavel Roskin  <proski@gnu.org>
1285         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
1286         Marco Ciampa
1288 2000-09-18  Pavel Roskin  <proski@gnu.org>
1290         * Make.common.in: Added installcheck to placate "make distcheck"
1291         * configure.in, Make.common.in, doc/Makefile.in,
1292         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1293         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
1294         variable MKINSTALLDIRS and builddir with Automake-compatible
1295         mkinstalldirs and top_builddir.
1296         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
1297         files. Added uninstall-local target.
1299 2000-09-17  Pavel Roskin  <proski@gnu.org>
1301         * configure.in: fixed wrong use of AC_MSG_RESULT inside
1302         AC_CACHE_VAL
1304         * Make.common.in: Added the "dvi" target for "make distcheck"
1305         to go further
1306         * doc-gnome/C/Makefile.in: converted to ...
1307         * doc-gnome/C/Makefile.am: ... this
1309 2000-09-15  Pavel Roskin  <proski@gnu.org>
1311         * acconfig.h, configure.in: Require autoconf 2.13 or above.
1312         Removed workarounds for older versions. Removed MCDEBUG
1313         variable - it's not used. --with-debug renamed to --with-mad and
1314         cleaned up. Always use -Wall with gcc, other manipulations with
1315         CFLAGS removed.
1317         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1318         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1319         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
1320         mc.pot becomes out of date in the tarball.
1322 2000-09-14  Pavel Roskin  <proski@gnu.org>
1324         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
1325         tests for cp, mv and rm.
1326         * Make.common.in: Removed variables xv_bindir and STRIP.
1327         Variables CP, MV and RMF are assigned trivial values.
1329         * edit/Makefile.in: Don't link headers, add extra includes
1330         to CPPFLAGS instead. Put links to the build directory.
1331         Remove the hack with "mx" - it is not needed anymore.
1333         * configure.in: remove any manupulations with top_srcdir.
1334         Don't change CPPGLAGS when the internal editor is enabled,
1335         instead do it ...
1336         * edit/Makefile.in, gtkedit/Makefile.in: ... here
1338         * configure.in, Make.common.in, doc/Makefile.in,
1339         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1340         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
1341         changed to top_srcdir for Automake compatability
1343         * configure.in: REGEX_O variable removed - always use our regex
1345         * configure.in: MCFGR variable removed
1347 2000-09-12  Pavel Roskin  <proski@gnu.org>
1349         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
1350         other GNOME modules
1351         * autogen.sh: remove "-I ." from the "aclocal" command line
1353 2000-09-01  Pavel Roskin  <proski@gnu.org>
1355         * configure.in: output vfs/extfs/Makefile
1357         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
1358         to avoid a warning
1359         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
1360         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
1362 2000-08-29  Pavel Roskin  <proski@gnu.org>
1364         * configure.in: use AM_GNOME_GETTEXT
1365         * gettext.m4: removed
1366         * Makefile.am: adjusted files to distribute, previous change
1367         reverted
1369         * mc-aclocal.m4: renamed to ...
1370         * acinclude.m4: ... this
1371         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
1372         * Makefile.am: aclocal should scan "." for gettext.m4
1374 2000-08-28  Pavel Roskin  <proski@gnu.org>
1376         * Make.common.in: removed hack for "make distcopy"
1377         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1378         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1379         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
1380         for external builds.
1381         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
1383 2000-08-24  Pavel Roskin  <proski@gnu.org>
1385         * new_icons/Makefile.in: converted to ...
1386         * new_icons/Makefile.am: ... this
1387         * configure.in: automake conditional GNOME introduced.
1388         "insticons" removed
1390         * icons/*: removed
1391         * Makefile.am, configure.in: necessary adjustments
1393         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
1394         automake installs them now
1396         * syntax/Makefile.in: converted to ...
1397         * syntax/Makefile.am: ... this
1399         * idl/Makefile.in: converted to ...
1400         * idl/Makefile.am: ... this
1402         * lib/Makefile.am: simplified, fixed "make dist"
1404         * lib/Makefile.in: converted to ...
1405         * lib/Makefile.am: ... this
1407         * lib/tkmc.wmconfig: removed
1408         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
1410         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
1411         to ...
1412         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
1413         * Make.common.in: support for "distdir" for compatability
1414         with Automake-generated makefiles
1415         * autogen.sh: run automake. Force cache - it is off by default
1416         in autoconf 2.49a, but it's still handy for maintainers
1417         * configure.in: adapted for Automake
1419         * AUTHORS: new file
1421 2000-08-23  Pavel Roskin  <proski@gnu.org>
1423         * configure.in: resurrect definition of xvers
1425         * VERSION.in: removed
1426         * Makefile.in: don't do anything with VERSION.in and VERSION
1427         Take mc.spec from builddir, not srcdir
1428         * configure.in: don't create VERSION
1430 2000-08-22  Pavel Roskin  <proski@gnu.org>
1432         * *.c, *.h: Updated address of Free Software Foundation
1434 2000-08-21  Pavel Roskin  <proski@gnu.org>
1436         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
1437         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
1438         related to XView, libXPM, libXext and Tk
1440 2000-08-18  Pavel Roskin  <proski@gnu.org>
1442         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
1443         files
1445         * configure.in: Simplified dependency tracking by using
1446         "-include" with GNU Make
1447         * autogen.sh: Exit on all failures
1449 2000-08-17  Pavel Roskin  <proski@gnu.org>
1451         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
1452         Fixed all misuses of single and double quotes. Typo fixes.
1453         Ensured compatability with sgml2html, sgml2txt and sgml2latex
1454         * doc/mc.1.in: Typo fix
1456         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
1457         * doc/linuxdoc-sgml.diff: removed
1458         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
1459         distribute gnome.sgml
1461 2000-08-15  Pavel Roskin  <proski@gnu.org>
1463         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
1464         in the "distclean" target
1466         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
1467         Removed all XVIEW-related stuff
1468         Fixed placement of png files on "make dist"
1470         * doc/mc.1.in: Updated info about the internal editor
1472         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
1473         indicate serious problems. Fixes for uninstall.
1474         * doc/Makefile.in: Rebuild if it is out of date.
1476         * lib/cedit.menu: Added. This file has been missing
1478         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
1480 2000-08-08  Pavel Roskin  <proski@gnu.org>
1482         * Makefile.in: correctly detect make failures in subdirs
1484 2000-08-01  Pavel Roskin  <proski@gnu.org>
1486         * nt, os2, tk, xv: removed all files
1487         * configure.in: don't create os2 and nt directories
1489 2000-08-01  Pavel Roskin  <proski@gnu.org>
1491         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
1493         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
1495 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
1497         * src/main.c: make 8bit input/output the default (99% of the people
1498         expects that; lets the remaining 1% use the configuration menu
1499         to disactivate it if they want)
1501 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1503         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
1505 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
1507         * configure.in: check for gnome-libs with window icon support
1509         * acconfig.h: add icon define
1511 2000-06-08  Matthias Warkus  <mawa@iname.com>
1513         * new_icons/gnome-pack-*.png: Updated.
1514         * gnome/mc.keys: Added a MIME type for SLP packages.
1516 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
1518         * syntax/diff.syntax: Highlight lines beginning with "File",
1519         "Files" and "Binary"
1520         * syntax/makefile.syntax: Highlight "ifndef"
1521         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
1522         highlighted)
1524 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1526         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
1527         comment lines with # in last release
1529 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1531         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
1533 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1535         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
1536         look more consistent than original.
1538 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1540         * config.in: Added check against strcoll().
1542 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1544         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
1545         added 'and', 'or', 'not', 'for' keywords.
1547 2000-04-06  Timur Bakeyev  <mc@bat.ru>
1549         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
1550         based systems. Hope, this will make FreeBSD midc maintainer to enable
1551         build-in editor by default. Still, syntax highlighting is disabled.
1552         Need to port...
1554 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1556         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
1557           fixed, some messages gettext()ed again here and in
1558         gtkedit/editmenu.c:edit_about_cmd()
1560 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1562         * doc/mc.sgml (Examples): Fixed documentation, thanx
1563         to martin@internet-treff.uni-koeln.de.
1565 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
1567         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
1568         the label text
1570 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
1572         * gtkedit/syntax.c: treat *.ads as Ada source
1573         * syntax/ada95.syntax: escape "+" and "*"
1574         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
1575         * syntax/Makefile.in: remove diffc.syntax
1577         * edit/edit_key_translator.c: interpret code 0177 as
1578         backspace unless recognized otherwise
1580 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
1582         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
1583         initialization of array of structure (gcc version 2.96 20000131
1584         chokes on it).
1586         * lib/mc.hint: C-y and not C-u can be used to insert text in input
1587         lines (e. g. text which has been deleted with M-d).
1589         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
1591 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
1593         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
1595 2000-01-29  Matthias Warkus  <mawa@iname.com>
1597         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
1598         design on Federico's request.
1600 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
1602         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
1603         an ArrangeType enum.
1605 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
1607         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
1608         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
1609         setup.c: Add option of using GNOME "magic" routines to determine file
1610         types. This makes MC intelligently look at the data in the file to see
1611         what type of file it is, rather than looking at the filename extension.
1612         This slows down MC quite a bit, so it has been made an optional
1613         preference item. Type detection is expected to improve as mime-magic
1614         matures.
1616 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
1618         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
1619         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
1620         providing a patch.
1622 2000-01-11  Matthias Warkus  <mawa@iname.com>
1624         * Added icon and keys entry for Scheme source.
1626 2000-01-03  Fatih Demir  <kabalak@gmx.net>
1628         * configure.in: Added tr -> ALL_LINGUAS .
1630 1999-12-28  Matthias Warkus  <mawa@iname.com>
1632         * new_icons/*.png: Added a bunch of new icons.
1634 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
1636         * configure.in (VERSION): Bumped version number to 4.5.42.
1638 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
1640         * configure.in: added 'uk' to ALL_LINGUAS.
1642 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1644         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
1645         request from David Sauer
1647 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
1649         * configure.in (VERSION): Bumped version number to 4.5.41.
1651 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
1653         * configure.in (VERSION): Set version number to 4.5.39.
1655 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
1657         * configure.in: Added pt_BR to ALL_LINGUAS
1659 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
1661         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
1662         path to the mc binary according to @prefix@.
1664         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
1665         configure. Install mc.sh and mc.csh in $(suppbindir).
1667         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
1668         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
1669         copies of the included function definitions.
1671         * mcfn_install.in: Comment out definitions of the mc functions. Source
1672         mc.sh instead of adding an outdated mc function definition.
1674         * configure.in: output mc.sh and mc.csh
1676 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
1678         * lib/startup.links: Changed the news link to Gnotices
1680 1999-09-19  David Martin  <dmartina@usa.net>
1682         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
1683         8 bit chars from strftime get displayed when inserting date.
1685         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
1686         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
1687         file to avoid interferences. In this one I changed the extension check
1688         to a type check (as used for gzip) which might give problems in some
1689         systems.
1691         * configure.in: Use -Tlatin1 to format man pages when available and
1692         "view" 8 bit chars.
1694 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
1696         * gtkedit/edit.h: Include file reordering to make it compile with
1697         --with-debug
1699         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
1700         dependent on lenght of translated strings to display.
1702 1999-09-16  Owen Taylor  <otaylor@redhat.com>
1704         * Remove the magicdev autoconf test in favor of just
1705         including the idl file. Otherwise we have a dependency
1706         loop between this and magicdev.
1708 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
1710         * idl/FileManager.idl: Changed names, and put everything under a
1711         FileManager module.  Added a Desktop interface and some methods to
1712         the WindowFactory interface.
1714 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
1716         * doc-gnome/*: Shiny new docs from users-guide.
1717         All synced up.
1719 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
1721         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
1723 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
1725         * README: Updated and spell-checked.
1727         * NEWS: Updated.
1729 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
1731         * configure.in (ALL_LINGUAS): Added sv.
1733 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
1735         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
1736         symlink attacks (mcfn_install and the man page still needs to be
1737         updated).
1739 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
1741         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
1742         a symbolic link (ln -sf doesn't work as expected on Solaris)
1744 1999-08-19  Elliot Lee  <sopwith@redhat.com>
1745         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
1747 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
1749         * doc-gnome/C/gmc.sgml: Index fixes.
1751 1999-08-18  Elliot Lee  <sopwith@redhat.com>
1753         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
1754         initializers in the GnomeUIInfo structure.
1756 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
1758         * configure.in (VERSION): Bumped version number to 4.5.38.
1760 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
1762         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
1764 1999-08-15  David Martin  <dmartina@usa.net>
1766         * gtkedit/edit.c: Print localized date with strftime()
1768         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
1770 1999-08-08  David Martin  <dmartina@usa.net>
1772         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
1773         translation.
1775         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
1776         translation as it used to be.
1778 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1780         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
1781         that the correct index.html will be generated.
1783 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1785         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
1786         to the list.
1788 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
1790         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
1791         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
1792         This adds some new syntax rules, and spell check on the fly
1793         which if someone bugs me for, will actually get enabled in
1794         both the text and gnome versions. Bookmark stuff also needs
1795         some keys bound to it, I suppose: any takers?
1797 July 19, 1999 Elliot Lee
1798         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
1800 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
1802         * Makefile.in (all): Makefile fix.
1804 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1806         * Make.common.in (confdir): Define confdir as sysconfdir.  This
1807         should fix the problem we had with FSSTND distributions.
1809 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1811         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
1812         list of distributed files.
1814 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1816         * configure.in (VERSION): Bumped version number to 4.5.34.
1818 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
1820         * Add fi into ALL_LINGUAS
1822 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
1824         * gnome/i-zipdisk2.png: Added another zip-disk icon
1825         by <scarab@egyptian.net> - It looks very nice. Variation
1826         is good.
1828 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1830         * acconfig.h: Add WITH_SMBFS
1832         * macros/gnome-vfs.m4: Support conditional samba support.
1834 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1836         * Make.common.in (confdir): Define confdir as sysconfdir.  This
1837         should fix the problem we had with FSSTND distributions.
1839 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
1841         * mc.spec.in: added syntax files to %files
1843 1999-06-22  David Martin  <dmartina@usa.net>
1845         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
1847 1999-06-07  Shooby Ban  <bansz@szif.hu>
1849         * po/hu.po, configure.in: added hungarian translations...
1850           I'm not sure it's OK, but it seems usable.
1851           Translators: Tamas Fejos and Andras Kadar
1853 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
1855         * configure.in, Makefile.in: added the gmc helpfile to the build
1857 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
1859         * Add ja entry to LANG in configure.in
1861 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
1863         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
1864         be installed in the system :) (added it to the Makefile.in)
1866 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
1868         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
1869         disks - someone please add it to the mount.c code so it gets used..
1870         Everyone have a nice time at the expo! :) I hope to join the
1871         next time.
1873 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1875         * configure.in: Added check for getpt ()
1877 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1879         * configure.in (VERSION): Bumped version number to 4.5.31.
1881 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1883         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
1884         need to fool it by strdup'ing the return value of tempnam.
1886 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1888         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
1889         MCLIBS which are specific to the text edition.
1891         * INSTALL: Added documentation for --with-tm-x-support
1893 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
1895         * mc.spec.in : Folded in some changes from the 'offical' rpm
1896         spec file.
1898 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1900         * configure.in (SHELL): Do not use grep -q, as it is not portable
1901         to every OS.
1903 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1905         * configure.in: Linking from $srcdir/slang is broken when configure
1906         isn't called with an absolute path. Link from ../$srcdir/slang if
1907         configure was invoked with a relative path.
1909 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
1911         * configure.in: Do not rm the destination file and then link, use
1912         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
1914 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1916         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
1917         --with-PACKAGE and --without-PACKAGE gave the same results.
1919 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1921         * configure.in (VERSION): Bumped version number to 4.5.30.
1923 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1925         * configure.in (VERSION): Bumped version number to 4.5.29.
1927 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1929         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
1930         now contains all checks.
1932 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1934         * configure.in (VERSION): bumped version number to 4.5.28.
1936 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
1938         * */Makefie.*: fixed several missed conversions from libdir to
1939         mclibdir. (Should be automake'd, really)
1941 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1943         * Make.common.in: There were conflicting definitions of mclibdir
1944         (one for installation, one for source).  Now the source one is
1945         called mcsrclibdir.
1947         * doc/Makefile.in: Use mcsrclibdir where appropriate.
1949 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
1951         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
1952         Pascal Program" (Heh, second time :)
1954         * Makefile.common: Until things gets clear, keep syntax rules in
1955         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
1957         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
1958         @libdir@.
1960 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
1962         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
1963         as requested by Paul. Still, need some checking...
1965 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
1967         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
1968         to date with cooledit 3.9.0. This adds some new features.
1969         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
1970         syntax.c. This is because the rule set is becoming too
1971         large to maintain in its current form and because file
1972         loading is starting to get slow.
1974         There is also a bookmark feature which does not yet have
1975         key bindings assigned to it, but should be cool once
1976         these get inserted. Syntax rules files are named
1977             $LIBDIR/cooledit/syntax/*.syntax
1979 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
1981         * configure.in: Create slang directory, it is needed when
1982         builddir != srcdir.
1983         Use -f when calling rm, the file does not exist on
1984         first compile.
1985         No need to copy VERSION from $srcdir, it's already generated in
1986         $buildir.
1988 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
1990         * edit/edit_key_translator.c: Added missing translation tags.
1992 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1994         * configure.in: Minimum version of glib should be 1.2.0.
1995         (VERSION): Bumped version number to 4.5.27.
1997 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
1999         * gtkedit/editcmd.c: Added missing translation tags.
2001         * gtkedit/editoptions.c: Added missing translation tags. Translate
2002         radio buttons on first use.
2004 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
2006         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
2007         to get the mc spec file to work.
2008         * hacked configure to generate a properly versioned spec file.
2010 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2012         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
2013         radio buttons on first pass.
2015 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
2017         * gtkedit/editcmd.c: Mark strings in the search and replace
2018         dialogs for translation. Resized these dialogs to let the messages
2019         fit.
2021 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2023         * gtkedit/editwidget.c (selection_send): Use the proper type for
2024         64-bit cleanliness (Patch from George Lebl).
2026 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
2028         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
2029         into the catalog file.
2031 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2033         * configure.in: Make Timur's libtermcap check work with SLang
2034         0.99.98, too.
2036 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2038         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
2039         PS and EPS files.  Thanks, Tigert!
2041 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2043         * configure.in (CCOPTS): Drop the prefix auto-detection.
2045 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
2047         * configure.in: Add check, which, in case of system-installed SLang
2048         library tries to run a test program, which determines, does we need
2049         linking with libtermcap.a. Also, set of if's for finding terminfo
2050         dir changed to for cycle - a bit nicer :)
2052 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2054         * README.QNX: Deleted documention about mc.menu.qnx.diff.
2056 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2058         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
2060 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2062         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
2063         from tar calls when extracting (according to my man page this option
2064         is only useful when creating archieves).
2066 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2068         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
2069         adds support for tar.bz2 and merges the support for freeze-compressed
2070         tar files (tar.F) from mc.menu.qnx.diff.
2072 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
2074         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
2075         GNU-like :)
2077 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2079         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
2080         the catalog file.
2082 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
2084         * new_icons/gnome-core.png: New icon for core files. Someone
2085         please add the code part :)
2087 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
2089         * configure.in: Add check against setuid() and setreuid() functions.
2091 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2093         * slang/slang.h: renamed to slang-mc.h
2095         * slang/Makefile.in: delete slang.h on "make clean"
2097         * configure.in: link slang/slang-mc.h to slang/slang.h when the
2098         included slang is used. Problem was that MC's slang.h was used
2099         when we compiled with an already installed SLang and the systems
2100         header file were included with <slang/slang.h>.
2101         Unfortunatly I can't use AC_LINK_FILES to make the links because
2102         if we needn't make any links AC_LINK_FILES makes a link from
2103         srcdir to top_builddir (builddir != srcdir).
2105         Temporary add $LGPM to $LIBS when checking for the resizeterm
2106         and keyok functions (ncurses might be linked against GPM).
2108         Substitude PACKAGE (intl/Makefile makes use of it)
2110 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
2112         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
2113         #include "global.h".
2115 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
2117         * Make.common.in (gnewdir): new path.
2119 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
2121         * configure.in: Add comments before "Let" and "the" - typo. Add new
2122         path to include's search.
2124 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
2126         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
2128 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2130         * configure.in (REGEX_O): Always include regex.o as the code we
2131         are using in gmc is not using regcomp/regexec, but the internal
2132         Emacs API.
2134         * src/regex.c: Do not compile the POSIX compatibility code, as we
2135         do not use it.
2137 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2139         * doc/mc.sgml, mc1.in (Color section): minor polishing
2140         (Layout section): documented Highlight...
2142 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2144         * configure.in: Deleted du checks
2146         * INSTALL: Deleted --with-dusum documentation.
2148         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
2149         Configuration dialog. Added Advanced chown subsection. Deleted
2150         variables from the Special settings section which are now covered
2151         by the configuration dialog.
2153 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2155         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
2156         tar_gz_memlimit. Partially rewrote the section about the
2157         Virtual FS.. configuration dialog.
2159 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
2161         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
2163 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2165         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
2167         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
2168         builddir
2170 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
2172         * new_icons/gnome-image-[lots].png: I added some icons for file
2173         types (image) there - someone please tell me what the correct
2174         location and naming convention is and I will try to follow that. :)
2176 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
2178         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
2179         the build will still work.  (Has this been replaced by new_icons?)
2181 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
2183         * doc/mc.1.in, mc.sgml: added my name to list ov authors
2185 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2187         * Makefile.in (codedirs): Dropped xv and tk ports from the
2188         distribution. include idl directory.
2190 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2192         * configure.in (slang_use_system_installed_lib): Define slang
2193         here, to avoid having this on LIBS.
2195 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
2197         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
2199 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
2201         * config.h.in: Removed from CVS, added to .cvsignore
2203         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
2204         configure.in:
2205         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
2206         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
2207         HAS_CURSES added to acconfig.h
2209 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2211         * autogen.sh: Add "-I macros" to the aclocal flags.
2213         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
2214         so that aclocal will not complain about an obsolete macro.
2216         * configure.in: Use MC_HPUX_PROG_CC_STDC
2218         * ChangeLog: There was no ChangeLog here, so I added one.