*** empty log message ***
[midnight-commander.git] / ChangeLog
blobca0f7af835617f5b7bcd0dc1106066a73f61f5d6
1 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
3         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
4         http://bugzilla.gnome.org/show_bug.cgi?id=60935
5         By drk@sgi.com.
7         * doc/mc.1.in: Document %p macro.
9 2001-10-24  Pavel Roskin  <proski@gnu.org>
11         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
12         Allow using --without-mmap.
13         * INSTALL: Document --without-mmap.
15 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
17         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
18         of languages to be installed by setting env variable before
19         configure. If it is empty, it defaults to full list.
20         By Alex Tkachenko <alex@bcs.zp.ua>.
22 2001-10-19  Pavel Roskin  <proski@gnu.org>
24         * syntax/sh.syntax: Highlight reserved words inside backticks.
25         Use the same wholechars settings for reserved words and
26         commands.  Recognize more words.  Recognize function definitions
27         without "function" or without "()".  Use brightmagenta instead
28         of brightblue.
30 2001-10-18  Pavel Roskin  <proski@gnu.org>
32         * configure.in: When checking for "nroff -mandoc" support, don't
33         use /dev/null as input file, use stdin.  Some versions of nroff
34         (e.g. groff-1.16.1) don't accept special files.
36 2001-10-14  Pavel Roskin  <proski@gnu.org>
38         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
39         Makefile.  Don't allow any suffixes after "Makefile".
41 2001-10-12  Pavel Roskin  <proski@gnu.org>
43         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
44         format).
46 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
48         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
49         Fix compress<->bzip2 conversion and conversion of tagged
50         archives.
52 2001-10-05  Pavel Roskin  <proski@gnu.org>
54         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
55         Suggested by Marcel Pol <mpol@gmx.net>
57         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
58         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
59         and *.mid files.
61 2001-09-30  Pavel Roskin  <proski@gnu.org>
63         * configure.in: Don't check whether grep supports stdin - it's
64         not used anymore.
65         * NEWS: Mention this change.
67 2001-09-19  Pavel Roskin  <proski@gnu.org>
69         * doc/mcedit.1.in: Fix a very long line - use double
70         backslashes since they are interpreted even in the .nf blocks.
72         * lib/edit.spell.rc: Try aspell before resorting to ispell.
74         * syntax/php.syntax: Replace with a better implementation by
75         Max Schedriviy <max@tavrida.net>
77 2001-09-15  Pavel Roskin  <proski@gnu.org>
79         * doc/mc.1.in: Fix location of mcedit files.
80         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
82 2001-09-14  Pavel Roskin  <proski@gnu.org>
84         * configure.in: Don't check for ncurses version and for keyok()
85         because the mouse support code doesn't need this hack anymore.
87 2001-09-13  Pavel Roskin  <proski@gnu.org>
89         * configure.in: Fix some cases of overquoting and underquoting.
90         * acinclude.m4: Likewise.
92 2001-09-12  Pavel Roskin  <proski@gnu.org>
94         * configure.in: Update list of browsers.  Don't fallback to
95         lynx since it cannot be run in background.
96         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
97         If no browser for X11 was found, use lynx.
99         * autogen.sh: Add a workaround to ensure that "depcomp" is
100         distributed.
101         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
102         where appropriate.
103         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
104         terminfo.
106         * configure.in: Use three-argument form of AC_INIT.  Use
107         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
108         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
109         is not needed if AC_CONFIG_AUX_DIR is used.
110         * vfs/Make-mc.in: Adjust mkinstalldirs location.
111         * autogen.sh: Create "config" and remove "autom4te.cache".
113 2001-09-11  Pavel Roskin  <proski@gnu.org>
115         * syntax/Syntax: New file, extracted from edit/syntax.c.
116         * syntax/Makefile.am: Add Syntax.
118         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
119         to LIBS.  Don't use unportable "grep -q", use "case" instead.
121 2001-09-10  Pavel Roskin  <proski@gnu.org>
123         * configure.in: Only check for X if --with-tm-x-support has been
124         specified.
126         * configure.in: Add check for sys/ioctl.h.
128         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
130         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
131         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
132         testing for functions in ncurses.
134         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
135         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
136         * acconfig.h: Remove.
138         * configure.in: Eliminate LIBSLANG and LSLANG.
139         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
141         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
142         resizeterm() and keyok() only if configuring with ncurses.
144         * configure.in: Remove now unused variables LIBVFS and LVFS.
146         * configure.in: Remove unused variables LINTL and INTLDEPS.
148         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
149         building with included gettext, because libintl.h is copied
150         there.
152 2001-09-09  Pavel Roskin  <proski@gnu.org>
154         * NEWS: Update.
156         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
157         checks -lgen for getmntent as of Autoconf 2.52.
159 2001-09-07  Pavel Roskin  <proski@gnu.org>
161         * configure.in: Check for pwd.h.
163         * Make.common.in: Remove.
164         * configure.in: Remove all references to Make.common.in and
165         MCCPPFLAGS.
166         * aclocal.m4: Likewise.
168         * configure.in: Require Autoconf 2.52.  Remove hacks for
169         Autoconf 2.13.
170         * Makefile.am: Require Automake 1.5.
172 2001-09-06  Pavel Roskin  <proski@gnu.org>
174         * syntax/php.syntax: New file - PHP file highlighting.  Copied
175         from Cooledit 3.17.4.
176         * syntax/Makefile.am: Add php.syntax.
178 2001-09-06  Timur Bakeyev  <mc@bat.ru>
180         * acconfig.h: Brought back couple of symbols, that are still necessary
181         due reference to them from configure.in.
183 2001-09-04  Pavel Roskin  <proski@gnu.org>
185         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
186         strictness for dates.
188         * doc/mc.1.in: Fix troff warnings.
189         * doc/mcedit.1.in: Likewise.
191 2001-09-03  Pavel Roskin  <proski@gnu.org>
193         * doc/mc.1.in: Spellcheck.
194         * doc/mcedit.1.in: Likewise.
195         * doc/mcserv.8.in: Likewise.
197         * doc/mc.1.in (Learn Keys): Complete rewrite.
199 2001-09-02  Pavel Roskin  <proski@gnu.org>
201         * acconfig.h: Remove all unused symbols.
203         * lib/ncurses.h: Remove.
204         * lib/Makefile.am: Remove ncurses.h.
206 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
208         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
210 2001-08-28  Pavel Roskin  <proski@gnu.org>
212         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
213         like EOF.
215 2001-08-26  Pavel Roskin  <proski@gnu.org>
217         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
218         CONS_SAVER.  Put all conditionals together.
220         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
221         Automake 1.5.
223         * configure.in: Remove XCURSES variable - it's unused.
225         * configure.in: New conditional USE_EDIT.
227         * syntax/changelog.syntax: Don't require '@' to be in the
228         address.  This also works around a bug in the syntax engine
229         that prevented highlighting of addresses.
231 2001-08-25  Pavel Roskin  <proski@gnu.org>
233         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
235 2001-08-24  Pavel Roskin  <proski@gnu.org>
237         * extraconf.h: Remove all references to HAVE_X.
238         * acinclude.m4: s/GNOME_/MC_/
239         * configure.in: Likewise.  Remove or clarify all references to
240         the "text edition".  Minor fixes.
242         * configure.in: Remove support for curses libraries other than
243         ncurses.
244         * acinclude.m4: Likewise.
245         * FAQ: Remove everything about UNIX curses.
246         * INSTALL: Likewise.
248         * configure.in: Enable large file support by default.
249         * NEWS: Mention it.
250         * INSTALL: Document it.  Minor fixes.
252         * FAQ: Remove information about GNOME edition.  Minor fixes.
253         * README: Likewise.
254         * NEWS: Mention removing the GNOME edition.
256         * acinclude.m4: Include all used macros from the macros
257         directory.
258         * autogen.sh: Remove all references to "macros".
259         * Makefile.am: Likewise.
261         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
262         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
264         * lib/startup.links: Remove.
265         * lib/README.desktop: Likewise.
266         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
268         * configure.in: Bump version to 4.5.99a.
270         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
271         * po/*.po: Regenerate.
273         * AUTHORS: Update and spell check.
274         * FAQ: Likewise.
275         * INSTALL: Likewise.
276         * INSTALL.FAST: Likewise.
277         * NEWS: Likewise.
278         * README.PC: Likewise.
279         * README.QNX: Likewise.
281         * configure.in: Add check for stropts.h.
283 2001-08-23  Pavel Roskin  <proski@gnu.org>
285         * lib/edit.indent.rc: Create cooledit.error right away to
286         override its old contents.  Don't use ksh extentions.  Treat *.C
287         files as C++.  Recognize more C++ extensions.  Support java.
288         Update URL for "astyle".  Quote all arguments to protect spaces.
289         * lib/edit.spell.rc: Don't save terminal settings - mc does it
290         itself.  Quote all arguments to protect spaces.
292 2001-08-21  Pavel Roskin  <proski@gnu.org>
294         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
295         files if GNOME frontend is disabled.
296         * idl/Makefile.am: Likewise.
297         * lib/Makefile.am: Likewise.
298         * new_icons/Makefile.am: Likewise.
300         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
301         case it already has gettext macros elsewhere and doesn't like
302         duplicates (i.e. it's aclocal from Automake-1.4).
304 2001-08-20  Pavel Roskin  <proski@gnu.org>
306         * AUTHORS: Updated.
307         * INSTALL: Likewise.
308         * NEWS: Likewise.
309         * doc/mc.1.in: Likewise.
310         * doc/mcserv.8.in: Likewise.
312         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
313         for sys/mount.h.
315 2001-08-19  Andras Timar  <timar@gnome.hu>
317         * lib/Makefile.am: Added Hungarian hints
318         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
320 2001-08-19  Pavel Roskin  <proski@gnu.org>
322         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
324 2001-08-17  Pavel Roskin  <proski@gnu.org>
326         * syntax/po.syntax: New file - PO file highlighting.
327         From David Martin <dmartina@excite.es>
328         * syntax/Makefile.am: Add po.syntax.
330         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
331         it's sometimes missing from the databases.
333 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
335         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
336         * lib/Makefile.am: Reflect above change.
338 2001-08-15  Pavel Roskin  <proski@gnu.org>
340         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
342 2001-08-14  Pavel Roskin  <proski@gnu.org>
344         * lib/mc.lib: Add popular sequences for "home" and "end" in
345         "xterm" and "xterm-color" terminals.
347 2001-08-13  Pavel Roskin  <proski@gnu.org>
349         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
351         Replace "Can't" with "Cannot" everywhere.
353 2001-08-12  Pavel Roskin  <proski@gnu.org>
355         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
356         subshell, not for "Open file...".
357         (emacs_key_map): Likewise.
359         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
361 2001-08-10  Pavel Roskin  <proski@gnu.org>
363         * Makefile.am (EXTRA_DIST): Remove BUGS.
364         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
366         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
368         * doc/LSM: Remove, it's outdated.
369         * doc/FILES: Likewise.
370         * doc/DEVEL: Remove information about FILES.
372         * FAQ: Eliminate all broken URLs on the MC site.
373         From Frederic L. W. Meunier <0@pervalidus.net>
375         * FAQ: Restore information about xterm.
377 2001-08-08  Pavel Roskin  <proski@gnu.org>
379         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
381 2001-08-07  Pavel Roskin  <proski@gnu.org>
383         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
385         * doc/mc.1.in: Fix all broken links.
387 2001-08-06  Pavel Roskin  <proski@gnu.org>
389         * INSTALL: Numerous changes.  Declare old curses obsolete.
390         Partly from Frederic L. W. Meunier <0@pervalidus.net>
392         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
394 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
396         * lib/Makefile.am: Remove space after backslash introduced in the
397         previous commit.
399         * lib/mc.hint.zh_TW.Big5: New file.
400         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
402 2001-08-02  Pavel Roskin  <proski@gnu.org>
404         * lib/mc.hint.uk: New file.
405         From Maksym Polyakov <polyama@yahoo.com>
406         * lib/Makefile.am: Add mc.hint.uk.
408 2001-08-01  Pavel Roskin  <proski@gnu.org>
410         * lib/mc.hint.nl: New file.
411         From Steef Boerrigter <sxmboer@sci.kun.nl>
412         * lib/Makefile.am: Add mc.hint.nl.
413         * lib/mc.hint: Remove ftp site.  Update copyright.
414         * lib/mc.hint.cs: Likewise.
415         * lib/mc.hint.es: Likewise.
416         * lib/mc.hint.it: Likewise.
417         * lib/mc.hint.pl: Likewise.
418         * lib/mc.hint.ru: Likewise.  Shorten some lines.
420         * edit/Makefile.in: Allow running "make install" before "make all".
421         * gtkedit/Makefile.in: Likewise.
423 2001-07-31  Pavel Roskin  <proski@gnu.org>
425         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
426         editor.
427         * lib/Makefile.am: Add lib/edit.spell.rc.
429         * autogen.sh: Use gettextize.
430         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
431         * po/Makefile.in.in: Likewise.
433 2001-07-29  Pavel Roskin  <proski@gnu.org>
435         * syntax/slang.syntax: New file.
436         From Walery Studennikov <despair@sama.ru>
437         * syntax/Makefile.am: Add slang.syntax.
439 2001-07-27  Pavel Roskin  <proski@gnu.org>
441         * extraconf.h: Move WITH_BACKGROUND here.
443 2001-07-24  Pavel Roskin  <proski@gnu.org>
445         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
447 2001-07-23  Pavel Roskin  <proski@gnu.org>
449         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
451 2001-07-20  Pavel Roskin  <proski@gnu.org>
453         * Make.common.in: Move all defines ...
454         * gnome/Makefile.in: ... here ...
455         * src/Makefile.in: ... and here.
457 2001-07-19  Pavel Roskin  <proski@gnu.org>
459         * configure.in: Don't check for getwd, it's completely
460         eliminated.
461         * INSTALL: Remove reference to HAVE_GETWD.
463         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
464         entries for compressed cpio archives.
466         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
467         they were only used in obsolete frontends.  Don't ever use %view
468         without commands - it's slower and loses user settings, e.g.
469         hex mode.  Put shared libraries before man pages and read.me
470         before .me macros so that they match correctly.  Use nm for
471         shared libraries.  Add rules for StarOffice and AbiWord.
473 2001-07-14  Pavel Roskin  <proski@gnu.org>
475         * configure.in: Bump version to 4.5.54a.
477 2001-07-13  Pavel Roskin  <proski@gnu.org>
479         * lib/mcserv.init: Fix exit status.
480         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
482         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
483         "executable", which should follow a space. Simplify rules for
484         images. Add shell/ rule for *.info files. Fix all incorrect
485         uses of the alternation operator.
486         Reported by Oskar Liljeblad and Michel Casabona.
488 2001-07-12  Pavel Roskin  <proski@gnu.org>
490         * configure.in: Don't check for iconv, it's already checked for
491         in AM_GNU_GETTEXT.
493 2001-07-10  Pavel Roskin  <proski@gnu.org>
495         * doc/mc.1.in: Update documentation about hex search.
497         * edit/edit_key_translator.c (cooledit_key_map): Bind
498         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
499         From Steef Boerrigter <sxmboer@sci.kun.nl>
501         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
502         * edit/edit_key_translator.c (cooledit_key_map): Add support
503         for bracket matching on Alt-B.
504         * gtkedit/gtkeditkey.c: Likewise.
505         From Steef Boerrigter <sxmboer@sci.kun.nl>
507 2001-07-06  Pavel Roskin  <proski@gnu.org>
509         * lib/mc.ext.in: Use nm to view object files.
511         * Make.common.in: Remove GNOME-specific and unused definitions.
512         Partly moved to gnome/Makefile.in.
514         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
515         they are usused.
516         * Make.common.in: Likewise.
518 2001-06-29  Pavel Roskin  <proski@gnu.org>
520         * ABOUT-NLS: Update to the version from gettext-0.10.38.
522         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
523         now done in configure. Move -I.. to the beginning.
524         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
525         libintl.a may be required to link mc.
526         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
527         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
528         Move all i18n code to one place. Don't substitute INTLSUB - it's
529         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
530         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
532 2001-06-25  Pavel Roskin  <proski@gnu.org>
534         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
535         It should be enabled explicitly by giving `--enable-largefile'
536         to configure.
537         * INSTALL: Document it.
539 2001-06-22  Pavel Roskin  <proski@gnu.org>
541         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
543         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
544         in struct statfs.
545         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
547         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
548         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
549         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
550         found.
551         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
553 2001-06-19  Pavel Roskin  <proski@gnu.org>
555         * configure.in: Check for telldir and seekdir. Join adjacent
556         calls to AC_CHECK_FUNCS.
558 2001-06-16  Pavel Roskin  <proski@gnu.org>
560         * Makefile.am: Change the order of SUBDIRS to fully compile text
561         edition before compiling anything for GNOME.
562         * mc.spec.in: Don't use brace expansion to avoid implicit
563         build-time dependency on bash.
565 2001-06-13  Pavel Roskin  <proski@gnu.org>
567         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
568         the test code.
569         * configure.in: Fix compiler warnings in the arguments to
570         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
571         around `=' in the `test' command.
573 2001-06-07  Pavel Roskin  <proski@gnu.org>
575         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
576         GNOME documentation template.
577         * doc-gnome/C/mkhtml: Don't generate index.
578         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
580 2001-06-06  Pavel Roskin  <proski@gnu.org>
582         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
583         conditional variables from EXTRA_DIST.
585 2001-06-05  Pavel Roskin  <proski@gnu.org>
587         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
588         conversion support.
589         From Walery Studennikov <hqsoftware@mail.ru>.
591         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
593 2001-06-01  Pavel Roskin  <proski@gnu.org>
595         * lib/mc.charsets: Synchronize with the latest patch - remove
596         a comment.
598 2001-05-30  Pavel Roskin  <proski@gnu.org>
600         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
601         work with GNOME.
603         * lib/mc.charsets: New file. From Walery Studennikov.
604         * lib/Makefile.am: Distribute mc.charsets. Install it if
605         the charset support is enabled.
607         * configure.in: Add check for iconv() and the necessary code
608         to support the charset selection patch.
610         * configure.in: Add check for ESCDELAY variable in ncurses.
612 2001-05-29  Pavel Roskin  <proski@gnu.org>
614         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
615         USE_EXT2FSLIB.
617         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
618         * pc/config.h: Likewise.
620         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
621         and "strings". Recognize "write" files and MS Word templates.
622         For MS Excel documents try "xls2csv" and "strings".
623         Escape spaces in the "type" directives.
624         From Nerijus Baliunas.
626         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
628         * Make.common.in: Remove hpath, it's unused.
630         * acconfig.h: Move constant parts ...
631         * extraconf.h: ... here.
632         [HAVE_X]: Disable subshell, s-lang and curses.
633         * Makefile.am: Add extraconf.h.
635 2001-05-28  Pavel Roskin  <proski@gnu.org>
637         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
638         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
639         * configure.in: ... here.
641 2001-05-27  Pavel Roskin  <proski@gnu.org>
643         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
644         * acconfig.h: Likewise.
645         * src/layout.c: Likewise.
647         * Make.common.in: Remove all percent rules.
648         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
649         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
650         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
651         AM_INIT_AUTOMAKE.
653         * Make.common.in: Remove obsolete dependency tracking system.
654         * configure.in: Likewise.
655         * edit/Makefile.in: Likewise.
656         * gnome/Makefile.in: Likewise.
657         * gtkedit/Makefile.in: Likewise.
658         * slang/Makefile.in: Likewise.
659         * src/Makefile.in: Likewise.
660         * vfs/Make-mc.in: Likewise.
661         * src/depend.awk: Remove.
663 2001-05-26  Pavel Roskin  <proski@gnu.org>
665         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
666         * syntax/octave.syntax: New file. From Walery Studennikov.
667         * syntax/Makefile.am: Add octave.syntax.
669         * configure.in: Fix incorrect test for stdin support in grep -
670         it would always fail when configuring in an empty directory.
671         Portability fixes - unset, backslashed space in here-documents.
672         Eliminate all instances of "changequote".
674         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
675         user choice.
676         * acconfig.h: Changes for the above.
677         * INSTALL: Don't document --with-sco - it's now defunct.
678         * INSTALL.FAST: Likewise.
680 2001-05-25  Pavel Roskin  <proski@gnu.org>
682         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
683         are in the beginning of the "file" output.
685 2001-05-23  Pavel Roskin  <proski@gnu.org>
687         * lib/mc.ext.in: Add associations for viewing RPM files.
689 2001-05-22  Pavel Roskin  <proski@gnu.org>
691         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
692         By default exit after the first error in jade.
694         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
695         JADEFLAGS environment variables. Report progress. Clean up on
696         failure.
698 2001-05-21  Pavel Roskin  <proski@gnu.org>
700         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
701         files.
703         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
704         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
706 2001-05-20  Pavel Roskin  <proski@gnu.org>
708         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
709         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
710         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
711         * doc-gnome/C/figs/Makefile.am: Add support for converting from
712         PNG to EPS.
714         * Makefile.am (EXTRA_DIST): Remove create_vcs.
715         * doc/FILES: Likewise. Typo fix.
717 2001-05-19  Pavel Roskin  <proski@gnu.org>
719         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
720         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
721         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
723         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
724         index entry "Moving files".
726 2001-05-18  Pavel Roskin  <proski@gnu.org>
728         * configure.in: Use src/main.c in AC_INIT.
730         * create_vcs: Remove.
732         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
733         Add download location for glib.
734         * mc.spec.in: Likewise.
735         * doc/LSM: Likewise.
736         * doc/mc.1.in: Likewise.
737         * doc/mcedit.1.in: Likewise.
738         * src/ext.c: Don't mention download location for MC.
740         * FAQ: Update status of Tk, XView. and GNOME editions. Update
741         homepage of gpm.
743         * INSTALL: Remove information about Tk and XView. Change the
744         mailing list addresses again.
745         * FAQ: Change the mailing list addresses again.
746         * MAINTAINERS: Likewise.
747         * README: Likewise.
748         * doc/mc.1.in: Likewise.
749         * gnome/gmc-window.c: Likewise.
750         * lib/README.xterm: Likewise.
751         * lib/mc.ext.in: Likewise.
752         * lib/mc.hint*: Likewise.
753         * lib/mc.hlp.hu: Likewise.
754         * po/*.po: Likewise.
755         * src/main.c: Likewise.
757 2001-04-20  Pavel Roskin  <proski@gnu.org>
759         * FAQ: Change the mailing list addresses and the download
760         locations.
761         * INSTALL: Likewise.
762         * MAINTAINERS: Likewise.
763         * README: Likewise.
764         * doc/mc.1.in: Likewise.
765         * gnome/gmc-window.c: Likewise.
766         * lib/README.xterm: Likewise.
767         * lib/mc.ext.in: Likewise.
768         * lib/mc.hint*: Likewise.
769         * lib/mc.hlp.hu: Likewise.
770         * po/*.po: Likewise.
771         * src/main.c: Likewise.
773 2001-04-19  Pavel Roskin  <proski@gnu.org>
775         * configure.in: Don't install mcserv unless
776         "--enable-mcserv-install" has heen specified.
777         Don't quote the first argument in all calls to AM_CONDITIONAL
778         to work around a bug in Automake 1.4.
779         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
780         * vfs/Make-mc.in: Likewise.
782 2001-04-13  Pavel Roskin  <proski@gnu.org>
784         * configure.in: Bump version to 4.5.53a.
786 2001-04-06  Pavel Roskin  <proski@gnu.org>
788         * gtkedit/editcmd.c: Remove support for XView layout attributes.
789         * gtkedit/editoptions.c: Likewise.
790         * pc/chmod.c: Likewise.
791         * pc/drive.c: Likewise.
792         * src/boxes.c: Likewise.
793         * src/chmod.c: Likewise.
794         * src/dlg.c: Likewise.
795         * src/dlg.h: Likewise.
796         * src/filegui.c: Likewise.
797         * src/find.c: Likewise.
798         * src/hotlist.c: Likewise.
799         * src/layout.c: Likewise.
800         * src/listmode.c: Likewise.
801         * src/main.c: Likewise.
802         * src/option.c: Likewise.
803         * src/panelize.c: Likewise.
804         * src/wtools.c: Likewise.
805         * src/wtools.h: Likewise.
806         * vfs/smbfs.c: Likewise.
808         * autogen.sh: Check out "intl" and "macros" directories if they
809         are missing. Simply "cvs up -d" won't restore them.
811         * configure.in: Bump version to 4.5.52a.
813 2001-03-14  Pavel Roskin  <proski@gnu.org>
815         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
816         Automake conditional USE_SAMBA_FS if Samba is to be supported
817         in VFS.
819 2001-03-07  Pavel Roskin  <proski@gnu.org>
821         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
822         defined.
823         Reported by Norbert Warmuth.
825         * configure.in: Don't process vfs/extfs/uzip - it's now
826         constant.
828         * syntax/changelog.syntax: Require space after asterisk to have
829         it highlighted.
831 2001-03-02  Pavel Roskin  <proski@gnu.org>
833         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
834         * configure.in: Use AC_PROG_CC_STDC instead.
836         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
837         Suggested by Christian Gennerat.
839         * lib/mc.ext.in: Add support for "freeze" - old compression
840         program used mostly on QNX.
841         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
842         * lib/Makefile.am: Adjusted.
844 2001-02-26  Pavel Roskin  <proski@gnu.org>
846         * lib/mc-gnome.ext.in: Remove, it's not used.
847         * configure.in: Remove lib/mc-gnome.ext.
848         * lib/Makefile.am: Likewise.
850 2001-02-20  Pavel Roskin  <proski@gnu.org>
852         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
853         defined to prevent warnings on OpenBSD 2.7.
854         * slang/jdmacros.h: Likewise.
855         * src/mad.h: Likewise.
856         * src/poptalloca.h: Likewise.
858         * configure.in: Check for sys/time.h and sys/timeb.h. Use
859         AC_HEADER_TIME.
861 2001-02-07  Pavel Roskin  <proski@gnu.org>
863         * autogen.sh: Create vfs/samba/include/stamp-h.in.
864         * vfs/samba/include/stamp-h.in: Remove.
866         * macros/curses.m4: Quote first argument to AC_DEFUN.
867         * macros/gnome-cxx-check.m4: Likewise.
868         * macros/gnome-gettext.m4: Likewise.
869         * macros/gnome-libgtop-check.m4: Likewise.
870         * macros/gnome-print-check.m4: Likewise.
871         * macros/linger.m4: Likewise.
872         * macros/need-declaration.m4: Likewise.
874         * configure.in: Only configure in vfs/samba if smbfs support is
875         enabled even with Autoconf 2.13.
877 2001-01-30  Pavel Roskin  <proski@gnu.org>
879         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
880         --without-samba due to a typo.
882         * configure.in: Only configure in vfs/samba if smbfs support is
883         enabled. This optimization will only work with Autoconf-2.49c
884         and above.
886 2001-01-13  Pavel Roskin  <proski@gnu.org>
888         * configure.in: Don't create a faked malloc.h.
889         * gtkedit/edit.h: Don't assume that malloc.h always exists.
890         * src/mad.h: Likewise.
892         * configure.in: Simplified handling of cons.saver.
893         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
894         * mc.spec.in: Remove a workaround for the above.
896         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
897         for MC. Don't rely on the output of uname - use $host_os.
899 2001-01-11  Pavel Roskin  <proski@gnu.org>
901         * configure.in: Check for ext2 libraries only if VFS is enabled.
903         * src/Makefile.in: Create directories before installing files.
904         Removed all occurences of libprefix - it's never defined.
906         * configure.in: All macros from configure.in moved to
907         acinclude.m4. Added missing quotes in several places.
908         * acinclude.m4: Likewise.
910         * edit/Makefile.in: Don't install or uninstall mcedit -
911         it cannot be installed before mc on systems without symlinks.
912         * gtkedit/Makefile.in: Likewise.
913         * src/Makefile.in: Install mcedit (if enabled) and mcview.
914         Uninstall them.
916         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
917         from acinclude.m4 in gtk+:
918         Don't define ENABLE_NLS unless we have a working NLS.
919         (This should keep libintl.h from being included when it doesn't
920         exist).
922 2001-01-09  Pavel Roskin  <proski@gnu.org>
924         * doc-gnome/C/figs/Makefile.am: New file.
925         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
926         makefile do it.
927         * configure: Substitute doc-gnome/C/figs/Makefile.
929         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
931 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
933         * lib/mc.hlp.hu: Added Hungarian help file from
934           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
935           maci@integrity.hu, mfh47@freemail.hu
936         * lib/Makefile.am: Added LOCALIZED_HELP for further
937           mc.hlp l10ns
938         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
939           gtkedit/editcmd.c: I18n of mc.hlp
941 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
943         * doc/mc.1.in: Corrected badly formatted link...
945 2000-11-10  Robert Brady  <robert@suse.co.uk>
947         * configure.in: Add Tamil to ALL_LINGUAS.
949 2000-10-23  Pavel Roskin  <proski@gnu.org>
951         * mc.spec.in: Allow mcserv.8 to be gzipped.
953         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
954         that cannot deal with "./gmc.sgml".
956 2000-10-09  Pavel Roskin  <proski@gnu.org>
958         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
959         that CVS Automake will drop dependencied to the macros that
960         we don't distribute.
962         * lib/mc.ext.in: Removed references to icons. Source RPMs
963         grouped to one regex. Removed "Update" for source RPMs, added
964         "Rebuild" instead. Added "Check signature" for all RPMs.
965         Added a comment about pop-up menus in the text edition.
967 2000-10-06  Pavel Roskin  <proski@gnu.org>
969         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
970         flags moved out of CFLAGS as recommended by GNU coding
971         standards.
972         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
973         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
974         XCPPFLAGS.
975         * INSTALL (Random notes on porting to other architectures):
976         Completely rewritten. Recommended using CFLAGS instead of XINC.
978 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
980         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
982 2000-10-04  Christophe Merlet  <christophe@merlet.net>
984         * gnome/*.desktop: Updated french strings.
986 2000-10-03  Pavel Roskin  <proski@gnu.org>
988         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
989         to allow <legalnotice>. Unclosed tags fixed.
991 2000-09-30  Pavel Roskin  <proski@gnu.org>
993         * mc.spec.in: New package mc-common. Use DESTDIR instead of
994         misusing prefix. Don't install old icons - they don't exist.
996         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
997         "export -f" to have mc() exported.
998         * doc/mc.1.in: Changed description of the "-P" option to
999         avoid inclusion of mc.sh and mc.csh into the manual.
1000         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
1002 2000-09-24  Pavel Roskin  <proski@gnu.org>
1004         * doc/mc.1.in: Minor formatting fixes.
1006         * lib/mc.sh.in: Remove temporary file non-interactively.
1007         * doc/mc.1.in: updated example for mc.sh.
1009 2000-09-23  Pavel Roskin  <proski@gnu.org>
1011         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
1012         updates it when needed.
1013         * mc.spec.in: Include translations with mc, not gmc. Run
1014         chkconfig --del in %preun, not %postun. --without-debug not
1015         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
1016         be executable. New files in %{prefix}/lib/mc/ - translated hints,
1017         editor files.
1019         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
1020         directory for document processing. Comment changes. gmc.ps and
1021         gmc.pdf now generated from gmc.dvi.
1023         * configure: Always include Make.common as file, otherwise
1024         "make distclean" breaks.
1025         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1026         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
1027         replaced with "rm -f" - the stangard says that "rm" is portable.
1028         Ditto $(MV). Adjusted *clean targets to match those in
1029         Automake. Removed "cross" target.
1031 2000-09-22  Pavel Roskin  <proski@gnu.org>
1033         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
1034         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
1035         * doc/Makefile.in: Converted to ...
1036         * doc/Makefile.am: ... this.
1038 2000-09-21  Pavel Roskin  <proski@gnu.org>
1040         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
1041         is not expanded in all shells.
1042         * doc/mc.sgml: Updated the example script to reflect the above
1043         changes.
1044         * doc/mc.in.1: Likewise.
1046 2000-09-19  Pavel Roskin  <proski@gnu.org>
1048         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
1049         Marco Ciampa
1051 2000-09-18  Pavel Roskin  <proski@gnu.org>
1053         * Make.common.in: Added installcheck to placate "make distcheck"
1054         * configure.in, Make.common.in, doc/Makefile.in,
1055         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1056         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
1057         variable MKINSTALLDIRS and builddir with Automake-compatible
1058         mkinstalldirs and top_builddir.
1059         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
1060         files. Added uninstall-local target.
1062 2000-09-17  Pavel Roskin  <proski@gnu.org>
1064         * configure.in: fixed wrong use of AC_MSG_RESULT inside
1065         AC_CACHE_VAL
1067         * Make.common.in: Added the "dvi" target for "make distcheck"
1068         to go further
1069         * doc-gnome/C/Makefile.in: converted to ...
1070         * doc-gnome/C/Makefile.am: ... this
1072 2000-09-15  Pavel Roskin  <proski@gnu.org>
1074         * acconfig.h, configure.in: Require autoconf 2.13 or above.
1075         Removed workarounds for older versions. Removed MCDEBUG
1076         variable - it's not used. --with-debug renamed to --with-mad and
1077         cleaned up. Always use -Wall with gcc, other manipulations with
1078         CFLAGS removed.
1080         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1081         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1082         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
1083         mc.pot becomes out of date in the tarball.
1085 2000-09-14  Pavel Roskin  <proski@gnu.org>
1087         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
1088         tests for cp, mv and rm.
1089         * Make.common.in: Removed variables xv_bindir and STRIP.
1090         Variables CP, MV and RMF are assigned trivial values.
1092         * edit/Makefile.in: Don't link headers, add extra includes
1093         to CPPFLAGS instead. Put links to the build directory.
1094         Remove the hack with "mx" - it is not needed anymore.
1096         * configure.in: remove any manupulations with top_srcdir.
1097         Don't change CPPGLAGS when the internal editor is enabled,
1098         instead do it ...
1099         * edit/Makefile.in, gtkedit/Makefile.in: ... here
1101         * configure.in, Make.common.in, doc/Makefile.in,
1102         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1103         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
1104         changed to top_srcdir for Automake compatability
1106         * configure.in: REGEX_O variable removed - always use our regex
1108         * configure.in: MCFGR variable removed
1110 2000-09-12  Pavel Roskin  <proski@gnu.org>
1112         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
1113         other GNOME modules
1114         * autogen.sh: remove "-I ." from the "aclocal" command line
1116 2000-09-01  Pavel Roskin  <proski@gnu.org>
1118         * configure.in: output vfs/extfs/Makefile
1120         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
1121         to avoid a warning
1122         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
1123         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
1125 2000-08-29  Pavel Roskin  <proski@gnu.org>
1127         * configure.in: use AM_GNOME_GETTEXT
1128         * gettext.m4: removed
1129         * Makefile.am: adjusted files to distribute, previous change
1130         reverted
1132         * mc-aclocal.m4: renamed to ...
1133         * acinclude.m4: ... this
1134         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
1135         * Makefile.am: aclocal should scan "." for gettext.m4
1137 2000-08-28  Pavel Roskin  <proski@gnu.org>
1139         * Make.common.in: removed hack for "make distcopy"
1140         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1141         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1142         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
1143         for external builds.
1144         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
1146 2000-08-24  Pavel Roskin  <proski@gnu.org>
1148         * new_icons/Makefile.in: converted to ...
1149         * new_icons/Makefile.am: ... this
1150         * configure.in: automake conditional GNOME introduced.
1151         "insticons" removed
1153         * icons/*: removed
1154         * Makefile.am, configure.in: necessary adjustments
1156         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
1157         automake installs them now
1159         * syntax/Makefile.in: converted to ...
1160         * syntax/Makefile.am: ... this
1162         * idl/Makefile.in: converted to ...
1163         * idl/Makefile.am: ... this
1165         * lib/Makefile.am: simplified, fixed "make dist"
1167         * lib/Makefile.in: converted to ...
1168         * lib/Makefile.am: ... this
1170         * lib/tkmc.wmconfig: removed
1171         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
1173         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
1174         to ...
1175         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
1176         * Make.common.in: support for "distdir" for compatability
1177         with Automake-generated makefiles
1178         * autogen.sh: run automake. Force cache - it is off by default
1179         in autoconf 2.49a, but it's still handy for maintainers
1180         * configure.in: adapted for Automake
1182         * AUTHORS: new file
1184 2000-08-23  Pavel Roskin  <proski@gnu.org>
1186         * configure.in: resurrect definition of xvers
1188         * VERSION.in: removed
1189         * Makefile.in: don't do anything with VERSION.in and VERSION
1190         Take mc.spec from builddir, not srcdir
1191         * configure.in: don't create VERSION
1193 2000-08-22  Pavel Roskin  <proski@gnu.org>
1195         * *.c, *.h: Updated address of Free Software Foundation
1197 2000-08-21  Pavel Roskin  <proski@gnu.org>
1199         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
1200         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
1201         related to XView, libXPM, libXext and Tk
1203 2000-08-18  Pavel Roskin  <proski@gnu.org>
1205         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
1206         files
1208         * configure.in: Simplified dependency tracking by using
1209         "-include" with GNU Make
1210         * autogen.sh: Exit on all failures
1212 2000-08-17  Pavel Roskin  <proski@gnu.org>
1214         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
1215         Fixed all misuses of single and double quotes. Typo fixes.
1216         Ensured compatability with sgml2html, sgml2txt and sgml2latex
1217         * doc/mc.1.in: Typo fix
1219         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
1220         * doc/linuxdoc-sgml.diff: removed
1221         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
1222         distribute gnome.sgml
1224 2000-08-15  Pavel Roskin  <proski@gnu.org>
1226         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
1227         in the "distclean" target
1229         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
1230         Removed all XVIEW-related stuff
1231         Fixed placement of png files on "make dist"
1233         * doc/mc.1.in: Updated info about the internal editor
1235         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
1236         indicate serious problems. Fixes for uninstall.
1237         * doc/Makefile.in: Rebuild if it is out of date.
1239         * lib/cedit.menu: Added. This file has been missing
1241         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
1243 2000-08-08  Pavel Roskin  <proski@gnu.org>
1245         * Makefile.in: correctly detect make failures in subdirs
1247 2000-08-01  Pavel Roskin  <proski@gnu.org>
1249         * nt, os2, tk, xv: removed all files
1250         * configure.in: don't create os2 and nt directories
1252 2000-08-01  Pavel Roskin  <proski@gnu.org>
1254         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
1256         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
1258 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
1260         * src/main.c: make 8bit input/output the default (99% of the people
1261         expects that; lets the remaining 1% use the configuration menu
1262         to disactivate it if they want)
1264 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1266         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
1268 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
1270         * configure.in: check for gnome-libs with window icon support
1272         * acconfig.h: add icon define
1274 2000-06-08  Matthias Warkus  <mawa@iname.com>
1276         * new_icons/gnome-pack-*.png: Updated.
1277         * gnome/mc.keys: Added a MIME type for SLP packages.
1279 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
1281         * syntax/diff.syntax: Highlight lines beginning with "File",
1282         "Files" and "Binary"
1283         * syntax/makefile.syntax: Highlight "ifndef"
1284         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
1285         highlighted)
1287 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1289         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
1290         comment lines with # in last release
1292 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1294         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
1296 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1298         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
1299         look more consistent than original.
1301 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1303         * config.in: Added check against strcoll().
1305 2000-04-14  Timur Bakeyev  <mc@bat.ru>
1307         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
1308         added 'and', 'or', 'not', 'for' keywords.
1310 2000-04-06  Timur Bakeyev  <mc@bat.ru>
1312         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
1313         based systems. Hope, this will make FreeBSD midc maintainer to enable
1314         build-in editor by default. Still, syntax highlighting is disabled.
1315         Need to port...
1317 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1319         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
1320           fixed, some messages gettext()ed again here and in
1321         gtkedit/editmenu.c:edit_about_cmd()
1323 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1325         * doc/mc.sgml (Examples): Fixed documentation, thanx
1326         to martin@internet-treff.uni-koeln.de.
1328 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
1330         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
1331         the label text
1333 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
1335         * gtkedit/syntax.c: treat *.ads as Ada source
1336         * syntax/ada95.syntax: escape "+" and "*"
1337         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
1338         * syntax/Makefile.in: remove diffc.syntax
1340         * edit/edit_key_translator.c: interpret code 0177 as
1341         backspace unless recognized otherwise
1343 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
1345         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
1346         initialization of array of structure (gcc version 2.96 20000131
1347         chokes on it).
1349         * lib/mc.hint: C-y and not C-u can be used to insert text in input
1350         lines (e. g. text which has been deleted with M-d).
1352         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
1354 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
1356         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
1358 2000-01-29  Matthias Warkus  <mawa@iname.com>
1360         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
1361         design on Federico's request.
1363 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
1365         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
1366         an ArrangeType enum.
1368 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
1370         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
1371         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
1372         setup.c: Add option of using GNOME "magic" routines to determine file
1373         types. This makes MC intelligently look at the data in the file to see
1374         what type of file it is, rather than looking at the filename extension.
1375         This slows down MC quite a bit, so it has been made an optional
1376         preference item. Type detection is expected to improve as mime-magic
1377         matures.
1379 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
1381         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
1382         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
1383         providing a patch.
1385 2000-01-11  Matthias Warkus  <mawa@iname.com>
1387         * Added icon and keys entry for Scheme source.
1389 2000-01-03  Fatih Demir  <kabalak@gmx.net>
1391         * configure.in: Added tr -> ALL_LINGUAS .
1393 1999-12-28  Matthias Warkus  <mawa@iname.com>
1395         * new_icons/*.png: Added a bunch of new icons.
1397 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
1399         * configure.in (VERSION): Bumped version number to 4.5.42.
1401 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
1403         * configure.in: added 'uk' to ALL_LINGUAS.
1405 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1407         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
1408         request from David Sauer
1410 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
1412         * configure.in (VERSION): Bumped version number to 4.5.41.
1414 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
1416         * configure.in (VERSION): Set version number to 4.5.39.
1418 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
1420         * configure.in: Added pt_BR to ALL_LINGUAS
1422 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
1424         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
1425         path to the mc binary according to @prefix@.
1427         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
1428         configure. Install mc.sh and mc.csh in $(suppbindir).
1430         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
1431         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
1432         copies of the included function definitions.
1434         * mcfn_install.in: Comment out definitions of the mc functions. Source
1435         mc.sh instead of adding an outdated mc function definition.
1437         * configure.in: output mc.sh and mc.csh
1439 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
1441         * lib/startup.links: Changed the news link to Gnotices
1443 1999-09-19  David Martin  <dmartina@usa.net>
1445         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
1446         8 bit chars from strftime get displayed when inserting date.
1448         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
1449         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
1450         file to avoid interferences. In this one I changed the extension check
1451         to a type check (as used for gzip) which might give problems in some
1452         systems.
1454         * configure.in: Use -Tlatin1 to format man pages when available and
1455         "view" 8 bit chars.
1457 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
1459         * gtkedit/edit.h: Include file reordering to make it compile with
1460         --with-debug
1462         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
1463         dependent on lenght of translated strings to display.
1465 1999-09-16  Owen Taylor  <otaylor@redhat.com>
1467         * Remove the magicdev autoconf test in favor of just
1468         including the idl file. Otherwise we have a dependency
1469         loop between this and magicdev.
1471 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
1473         * idl/FileManager.idl: Changed names, and put everything under a
1474         FileManager module.  Added a Desktop interface and some methods to
1475         the WindowFactory interface.
1477 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
1479         * doc-gnome/*: Shiny new docs from users-guide.
1480         All synced up.
1482 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
1484         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
1486 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
1488         * README: Updated and spell-checked.
1490         * NEWS: Updated.
1492 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
1494         * configure.in (ALL_LINGUAS): Added sv.
1496 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
1498         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
1499         symlink attacks (mcfn_install and the man page still needs to be
1500         updated).
1502 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
1504         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
1505         a symbolic link (ln -sf doesn't work as expected on Solaris)
1507 1999-08-19  Elliot Lee  <sopwith@redhat.com>
1508         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
1510 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
1512         * doc-gnome/C/gmc.sgml: Index fixes.
1514 1999-08-18  Elliot Lee  <sopwith@redhat.com>
1516         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
1517         initializers in the GnomeUIInfo structure.
1519 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
1521         * configure.in (VERSION): Bumped version number to 4.5.38.
1523 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
1525         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
1527 1999-08-15  David Martin  <dmartina@usa.net>
1529         * gtkedit/edit.c: Print localized date with strftime()
1531         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
1533 1999-08-08  David Martin  <dmartina@usa.net>
1535         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
1536         translation.
1538         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
1539         translation as it used to be.
1541 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1543         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
1544         that the correct index.html will be generated.
1546 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1548         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
1549         to the list.
1551 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
1553         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
1554         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
1555         This adds some new syntax rules, and spell check on the fly
1556         which if someone bugs me for, will actually get enabled in
1557         both the text and gnome versions. Bookmark stuff also needs
1558         some keys bound to it, I suppose: any takers?
1560 July 19, 1999 Elliot Lee
1561         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
1563 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
1565         * Makefile.in (all): Makefile fix.
1567 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1569         * Make.common.in (confdir): Define confdir as sysconfdir.  This
1570         should fix the problem we had with FSSTND distributions.
1572 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1574         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
1575         list of distributed files.
1577 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1579         * configure.in (VERSION): Bumped version number to 4.5.34.
1581 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
1583         * Add fi into ALL_LINGUAS
1585 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
1587         * gnome/i-zipdisk2.png: Added another zip-disk icon
1588         by <scarab@egyptian.net> - It looks very nice. Variation
1589         is good.
1591 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1593         * acconfig.h: Add WITH_SMBFS
1595         * macros/gnome-vfs.m4: Support conditional samba support.
1597 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1599         * Make.common.in (confdir): Define confdir as sysconfdir.  This
1600         should fix the problem we had with FSSTND distributions.
1602 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
1604         * mc.spec.in: added syntax files to %files
1606 1999-06-22  David Martin  <dmartina@usa.net>
1608         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
1610 1999-06-07  Shooby Ban  <bansz@szif.hu>
1612         * po/hu.po, configure.in: added hungarian translations...
1613           I'm not sure it's OK, but it seems usable.
1614           Translators: Tamas Fejos and Andras Kadar
1616 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
1618         * configure.in, Makefile.in: added the gmc helpfile to the build
1620 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
1622         * Add ja entry to LANG in configure.in
1624 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
1626         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
1627         be installed in the system :) (added it to the Makefile.in)
1629 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
1631         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
1632         disks - someone please add it to the mount.c code so it gets used..
1633         Everyone have a nice time at the expo! :) I hope to join the
1634         next time.
1636 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1638         * configure.in: Added check for getpt ()
1640 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1642         * configure.in (VERSION): Bumped version number to 4.5.31.
1644 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1646         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
1647         need to fool it by strdup'ing the return value of tempnam.
1649 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1651         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
1652         MCLIBS which are specific to the text edition.
1654         * INSTALL: Added documentation for --with-tm-x-support
1656 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
1658         * mc.spec.in : Folded in some changes from the 'offical' rpm
1659         spec file.
1661 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1663         * configure.in (SHELL): Do not use grep -q, as it is not portable
1664         to every OS.
1666 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1668         * configure.in: Linking from $srcdir/slang is broken when configure
1669         isn't called with an absolute path. Link from ../$srcdir/slang if
1670         configure was invoked with a relative path.
1672 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
1674         * configure.in: Do not rm the destination file and then link, use
1675         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
1677 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1679         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
1680         --with-PACKAGE and --without-PACKAGE gave the same results.
1682 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1684         * configure.in (VERSION): Bumped version number to 4.5.30.
1686 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1688         * configure.in (VERSION): Bumped version number to 4.5.29.
1690 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1692         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
1693         now contains all checks.
1695 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1697         * configure.in (VERSION): bumped version number to 4.5.28.
1699 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
1701         * */Makefie.*: fixed several missed conversions from libdir to
1702         mclibdir. (Should be automake'd, really)
1704 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1706         * Make.common.in: There were conflicting definitions of mclibdir
1707         (one for installation, one for source).  Now the source one is
1708         called mcsrclibdir.
1710         * doc/Makefile.in: Use mcsrclibdir where appropriate.
1712 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
1714         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
1715         Pascal Program" (Heh, second time :)
1717         * Makefile.common: Until things gets clear, keep syntax rules in
1718         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
1720         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
1721         @libdir@.
1723 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
1725         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
1726         as requested by Paul. Still, need some checking...
1728 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
1730         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
1731         to date with cooledit 3.9.0. This adds some new features.
1732         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
1733         syntax.c. This is because the rule set is becoming too
1734         large to maintain in its current form and because file
1735         loading is starting to get slow.
1737         There is also a bookmark feature which does not yet have
1738         key bindings assigned to it, but should be cool once
1739         these get inserted. Syntax rules files are named
1740             $LIBDIR/cooledit/syntax/*.syntax
1742 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
1744         * configure.in: Create slang directory, it is needed when
1745         builddir != srcdir.
1746         Use -f when calling rm, the file does not exist on
1747         first compile.
1748         No need to copy VERSION from $srcdir, it's already generated in
1749         $buildir.
1751 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
1753         * edit/edit_key_translator.c: Added missing translation tags.
1755 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1757         * configure.in: Minimum version of glib should be 1.2.0.
1758         (VERSION): Bumped version number to 4.5.27.
1760 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
1762         * gtkedit/editcmd.c: Added missing translation tags.
1764         * gtkedit/editoptions.c: Added missing translation tags. Translate
1765         radio buttons on first use.
1767 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
1769         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
1770         to get the mc spec file to work.
1771         * hacked configure to generate a properly versioned spec file.
1773 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1775         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
1776         radio buttons on first pass.
1778 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
1780         * gtkedit/editcmd.c: Mark strings in the search and replace
1781         dialogs for translation. Resized these dialogs to let the messages
1782         fit.
1784 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1786         * gtkedit/editwidget.c (selection_send): Use the proper type for
1787         64-bit cleanliness (Patch from George Lebl).
1789 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
1791         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
1792         into the catalog file.
1794 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1796         * configure.in: Make Timur's libtermcap check work with SLang
1797         0.99.98, too.
1799 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1801         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
1802         PS and EPS files.  Thanks, Tigert!
1804 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1806         * configure.in (CCOPTS): Drop the prefix auto-detection.
1808 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
1810         * configure.in: Add check, which, in case of system-installed SLang
1811         library tries to run a test program, which determines, does we need
1812         linking with libtermcap.a. Also, set of if's for finding terminfo
1813         dir changed to for cycle - a bit nicer :)
1815 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1817         * README.QNX: Deleted documention about mc.menu.qnx.diff.
1819 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1821         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
1823 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1825         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
1826         from tar calls when extracting (according to my man page this option
1827         is only useful when creating archieves).
1829 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1831         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
1832         adds support for tar.bz2 and merges the support for freeze-compressed
1833         tar files (tar.F) from mc.menu.qnx.diff.
1835 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
1837         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
1838         GNU-like :)
1840 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1842         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
1843         the catalog file.
1845 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
1847         * new_icons/gnome-core.png: New icon for core files. Someone
1848         please add the code part :)
1850 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
1852         * configure.in: Add check against setuid() and setreuid() functions.
1854 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1856         * slang/slang.h: renamed to slang-mc.h
1858         * slang/Makefile.in: delete slang.h on "make clean"
1860         * configure.in: link slang/slang-mc.h to slang/slang.h when the
1861         included slang is used. Problem was that MC's slang.h was used
1862         when we compiled with an already installed SLang and the systems
1863         header file were included with <slang/slang.h>.
1864         Unfortunatly I can't use AC_LINK_FILES to make the links because
1865         if we needn't make any links AC_LINK_FILES makes a link from
1866         srcdir to top_builddir (builddir != srcdir).
1868         Temporary add $LGPM to $LIBS when checking for the resizeterm
1869         and keyok functions (ncurses might be linked against GPM).
1871         Substitude PACKAGE (intl/Makefile makes use of it)
1873 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
1875         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
1876         #include "global.h".
1878 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
1880         * Make.common.in (gnewdir): new path.
1882 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
1884         * configure.in: Add comments before "Let" and "the" - typo. Add new
1885         path to include's search.
1887 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
1889         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
1891 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1893         * configure.in (REGEX_O): Always include regex.o as the code we
1894         are using in gmc is not using regcomp/regexec, but the internal
1895         Emacs API.
1897         * src/regex.c: Do not compile the POSIX compatibility code, as we
1898         do not use it.
1900 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1902         * doc/mc.sgml, mc1.in (Color section): minor polishing
1903         (Layout section): documented Highlight...
1905 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1907         * configure.in: Deleted du checks
1909         * INSTALL: Deleted --with-dusum documentation.
1911         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
1912         Configuration dialog. Added Advanced chown subsection. Deleted
1913         variables from the Special settings section which are now covered
1914         by the configuration dialog.
1916 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1918         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
1919         tar_gz_memlimit. Partially rewrote the section about the
1920         Virtual FS.. configuration dialog.
1922 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
1924         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
1926 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1928         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
1930         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
1931         builddir
1933 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
1935         * new_icons/gnome-image-[lots].png: I added some icons for file
1936         types (image) there - someone please tell me what the correct
1937         location and naming convention is and I will try to follow that. :)
1939 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
1941         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
1942         the build will still work.  (Has this been replaced by new_icons?)
1944 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
1946         * doc/mc.1.in, mc.sgml: added my name to list ov authors
1948 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1950         * Makefile.in (codedirs): Dropped xv and tk ports from the
1951         distribution. include idl directory.
1953 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1955         * configure.in (slang_use_system_installed_lib): Define slang
1956         here, to avoid having this on LIBS.
1958 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
1960         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
1962 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
1964         * config.h.in: Removed from CVS, added to .cvsignore
1966         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
1967         configure.in:
1968         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
1969         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
1970         HAS_CURSES added to acconfig.h
1972 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1974         * autogen.sh: Add "-I macros" to the aclocal flags.
1976         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
1977         so that aclocal will not complain about an obsolete macro.
1979         * configure.in: Use MC_HPUX_PROG_CC_STDC
1981         * ChangeLog: There was no ChangeLog here, so I added one.