corrected chmod command label
[midnight-commander.git] / ChangeLog
blob2dfa89fe4ea3eac48389d4a07fb474ea317073a2
1 2002-08-16  Pavel Roskin  <proski@gnu.org>
3         * syntax/js.syntax: New file.
4         * syntax/Syntax: Add js.syntax.
5         From Vlad Romanenko <VladRomanenko@ukr.net>
7 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
9         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
10         of local xnc.hlp
11         * doc/pl/xnc.hlp: Removed.
13 2002-09-13  Pavel Roskin  <proski@gnu.org>
15         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
16         Remove "potfiles" command.
17         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
18         compatibility with gettext 0.10.x.
20         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
21         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
23         * po/Makevars: New file for compatibility with gettext 0.11.x.
25         * configure.in: Remove "Debugger code" message.
27         * acinclude.m4: Replace undelfs_o with use_undelfs.
28         * configure.in: Likewise.  Don't substitute it.
30         * configure.in: Simplify processing of without-edit.  Replace
31         several variables with use_edit.
32         * acinclude.m4: Remove AC_WITH_EDIT.
34         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
35         use_smbfs.
36         * configure.in: Likewise.
37         * INSTALL: Document --with-samba.
39         * configure.in: Roll --enable-mcserv-install into ...
40         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
41         * INSTALL: Document --with-mcfs.
43 2002-09-12  Pavel Roskin  <proski@gnu.org>
45         * configure.in: Don't check if crypt() prototype is needed to
46         avoid warnings - the whole code is not worth avoiding one
47         legitimate warning.
48         * acinclude.m4: Remove AC_TRY_WARNINGS.
50         * configure.in: ALL_LINGUAS should be defined unconditionally.
52         * acinclude.m4: Clarify some help texts, add defaults in square
53         brackets, use more consistent spacing.
54         * configure.in: Likewise.
56         * lib/mc.menu: Don't call tarballs "releases".  Don't
57         dereference symlinks.
59 2002-09-10  Pavel Roskin  <proski@gnu.org>
61         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
63 2002-09-07  Pavel Roskin  <proski@gnu.org>
65         * configure.in: Eliminate --with-terminfo option, which was
66         essentially equivalent to --with-included-slang and didn't force
67         anything.
68         * acinclude.m4 (AC_USE_TERMINFO): Remove.
69         * INSTALL: Adjust to match.
70         * FAQ: Likewise.
72 2002-09-05  Pavel Roskin  <proski@gnu.org>
74         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
75         NETFILES - it's unused.
77         * configure.in: Check for arpa/inet.h.
79         * mcfn_install: Remove.  Also remove all references to it.
80         * INSTALL.FAST: Update information about ncurses.
81         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
83         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
84         LIBS.
85         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
86         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
87         test for ncurses in non-standard directories.
89 2002-09-04  Pavel Roskin  <proski@gnu.org>
91         * lib/mc.ext.in: Remove edit rules for compressed files that
92         were compressing even unchanged files - the editor itself can
93         handle compression better.
95 2002-09-03  Pavel Roskin  <proski@gnu.org>
97         * acinclude.m4: Remove Termnet support, it's too old and obscure
98         to be supported properly.
100 2002-08-27  Pavel Roskin  <proski@gnu.org>
102         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
103         OpenOffice.org, not StarOffice.  Add more video formats.
105         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
106         unnecessary pipeline.  Redirect stderr from cpio, because it can
107         be non-empty even for successful operations.
109 2002-08-26  Pavel Roskin  <proski@gnu.org>
111         * syntax/spec.syntax: New file.
112         * syntax/Syntax: Add spec.syntax.
113         * syntax/Makefile.am: Likewise.
114         From PLD Linux Distribution with minor changes.
116 2002-08-25  Pavel Roskin  <proski@gnu.org>
118         * lib/mcserv.init: Update from Red Hat package.
119         * lib/mcserv.pamd: Likewise.
121         * configure.in: Fix interpretation of the iconv test result.
122         Reported by Pavel Shirshov <pavelsh@mail.ru>
124         * mc.sh.in: Only bash needs the mc() function to be exported.
126         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
127         instead of /usr where appropriate.
128         * doc/Makefile.am: Enable generation of the help file.
130         * doc/pl/*: Add Polish translation.
131         * doc/Makefile.am: Adjust for the above.
132         * configure.in: Likewise.
134 2002-08-24  Pavel Roskin  <proski@gnu.org>
136         * lib/edit.indent.rc: Use tidy to format HTML.
137         From David Martin <dmartina@excite.com>
139         * lib/cedit.menu: Remove all references to the error file.
140         * lib/edit.indent.rc: Likewise.
141         * lib/edit.spell.rc: Likewise.
143 2002-08-23  Pavel Roskin  <proski@gnu.org>
145         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
146         use only for the programs that need it (mc and mcserv).
148         * configure.in: Fix help text for gpm and ncurses.  Properly
149         handle --without-ncurses.
150         Reported by Moritz Barsnick <moritz@barsnick.net>
152         * configure.in: Work around a bug in Autoconf-2.53 that prevents
153         splitting of user-specified path in AC_PATH_PROGS.
155         * configure.in: Move glib test earlier, as it tends to fail for
156         many users.  Make GLIB_CONFIG a precious variable.  Check for
157         glib12-config - that's how it's called on FreeBSD.
158         Reported by Pavel Shirshov <pavelsh@mail.ru>
160 2002-08-22  Pavel Roskin  <proski@gnu.org>
162         * configure.in: Remove old-style Linux-only support for shadow
163         passwords.
165 2002-08-21  Pavel Roskin  <proski@gnu.org>
167         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
168         now, otherwise Automake 1.5 breaks.  Remove version number from
169         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
170         Substiture RH_VERSION, which is VERSION without dashes, needed
171         for RedHat specfile.
173         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
174         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
175         two places.
177         Release mc-4.6.0-pre1.
179         * configure.in: Bump version to 4.6.0-pre1.
180         * po/*.po: Regenerate.
182 2002-08-20  David Martin  <dmartina@excite.com>
184         * doc/es/mc.1.in: Minor changes.
185         * doc/es/xnc.hlp: Likewise.
187 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
189         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
190         %{_mandir}/*/man1/*.
192 2002-08-20  Pavel Roskin  <proski@gnu.org>
194         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
196 2002-08-19  Pavel Roskin  <proski@gnu.org>
198         * configure.in: Add Italian documentation.
199         * doc/Makefile.am: Likewise.
201         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
203         * configure.in: Enable subshell support on all operating systems
204         by default.  Old issues are most likely solved by now.
206 2002-08-18  Pavel Roskin  <proski@gnu.org>
208         * lib/mc.ext.in: Try links before lynx.  Force full path when
209         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
210         is already broken if the program starts in background.  Add a
211         comment discouraging taking this code as example.
213         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
214         obsolete.
215         * doc/es/mc.1.in: Likewise.
216         * doc/ru/mc.1.in: Likewise.
217         * doc/hu/mc.hlp.hu: Likewise.
219         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
220         was unsafe by design and is no longer supported.  Use %t instead
221         of %u to preserve tags in case of failure.
223         * vfs/extfs/ftplist.in: Remove support for running commands, it
224         makes no sence.
226 2002-08-16  Pavel Roskin  <proski@gnu.org>
228         * lib/mc.global: Remove, it duplicates the role of mc.lib.
229         * lib/mc.lib: Add contents of mc.global.
230         * lib/Makefile.am: Remove all references to mc.global.
232         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
233         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
235 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
237         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
238         set, umask and unset like other builtin commands.
240 2002-08-15  Pavel Roskin  <proski@gnu.org>
242         * configure.in: Remove check for SIGTSTP, it's not needed for
243         the subshell support.
245         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
246         done at runtime.
247         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
249 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
251         * doc/ru/mc.1.in: Remove reference to README.edit.
252         * doc/mc.1.in: Likewise.
253         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
254         everywhere.
256 2002-08-14  Pavel Roskin  <proski@gnu.org>
258         * doc/mc.1.in: Consistently use "native" ftp syntax.
259         * doc/ru/mc.1.in: Likewise.
260         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
261         * doc/es/xnc.hlp: Likewise.
263         * lib/mc.hlp.hu: Move ...
264         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
266 2002-08-09  Pavel Roskin  <proski@gnu.org>
268         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
269         and entries that are obsolete or make no sence.
271         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
272         "How to use help".
274         * doc/Makefile.am: Don't distribute help file.  Generate it in
275         the build directory.
276         * doc/es/Makefile.am: Likewise.
277         * doc/ru/Makefile.am: Likewise.
279         * lib/xnc.hlp: Move ...
280         * doc/xnc.hlp: ... here.
281         * doc/Makefile.am: Necessary adjustments.
282         * lib/Makefile.am: Likewise.
283         * src/Makefile.am: Likewise.
285         * configure.in: Add Spanish documentation.
286         * doc/Makefile.am: Likewise.
287         * doc/es: Spanish documentation.
288         From David Martin <dmartina@excite.com>
290 2002-08-08  Pavel Roskin  <proski@gnu.org>
292         * lib/mc.lib: Add f11-f20 keys for Konsole.
294 2002-08-06  Pavel Roskin  <proski@gnu.org>
296         * syntax/lisp.syntax: New file.
297         * syntax/Syntax: Add lisp.syntax.
298         * syntax/Makefile.am: Likewise.
299         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
300         changes.
302 2002-08-04  Pavel Roskin  <proski@gnu.org>
304         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
305         subshell if this test fails.
307 2002-08-03  Pavel Roskin  <proski@gnu.org>
309         * syntax/mail.syntax: Colors changed to be more readable.
311         * syntax/html.syntax: Don't require character entities to be
312         whole, but check their validity.
314 2002-08-02  Pavel Roskin  <proski@gnu.org>
316         * configure.in: No longer need to define REGEX_MALLOC.
318 2002-08-01  Pavel Roskin  <proski@gnu.org>
320         * configure.in: Remove support for MAD and Electric Fence.
321         Developers should use modern memory debuggers (e.g. Valgrind).
322         * INSTALL: Remove references to MAD.
324 2002-07-31  Pavel Roskin  <proski@gnu.org>
326         * syntax/html.syntax: Remove recognition for any individual
327         words - there are too many of them, we cannot keep up.
329 2002-07-30  Pavel Roskin  <proski@gnu.org>
331         * doc/ru/Makefile.am: Use man2hlp directly.
333 2002-07-28  Pavel Roskin  <proski@gnu.org>
335         * syntax/changelog.syntax: Highlight "*" only after tab.  This
336         requires fixed syntax highlighting.
338         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
339         default. Open *.xls with gnumeric.  Use mplayer for most video
340         formats.
342         * syntax/nroff.syntax: Require most keywords to be whole.
344 2002-07-21  Pavel Roskin  <proski@gnu.org>
346         * syntax/fortran.syntax: Fix highlighting of "*" at the
347         beginning of line.  Recognize "     +" as continuation.  Move
348         all "linestart" keywords earlier to avoid more conflicts.
350 2002-07-18  Pavel Roskin  <proski@gnu.org>
352         * syntax/unknown.syntax: Don't highlight anything by default.
354         * syntax/changelog.syntax: Highlight functions without
355         filenames.
356         * syntax/Syntax: Match *ChangeLog*.
358         * syntax/c.syntax: Reenable highlighting for "/" and preserve
359         highlighting for "//" comments by using exclusive context.
360         * syntax/java.syntax: Likewise.
361         * syntax/swig.syntax: Likewise.
362         * syntax/slang.syntax: Reenable highlighting for "/".
363         * syntax/sql.syntax: Enable highlighting for "/" and "-".
365         * syntax/sql.syntax: New file.
366         * syntax/Syntax: Add sql.syntax.
367         * syntax/Makefile.am: Likewise.
368         From Walery Studennikov <despair@sama.ru> with minor changes.
370 2002-07-16  Pavel Roskin  <proski@gnu.org>
372         * lib/mc.ext.in: Remove handling of executables.  They should
373         be handled internally for "pause after run" to work.
375         * syntax/Syntax: Associate *.itcl with tcl.syntax.
376         * syntax/tcl.syntax: Add itcl keywords, other improvements.
378 2002-07-15  Pavel Roskin  <proski@gnu.org>
380         * configure.in: Don't check for strcasecmp(), strncasecmp() and
381         strdup() - test results are not used except in gettext, which
382         provides its own tests.
384         * configure.in: When checking for ncurses, check for
385         has_colors(), not curses_version() - the later is missing in
386         older version of ncurses.
388 2002-07-13  Pavel Roskin  <proski@gnu.org>
390         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
391         not to LIBS.
392         * configure.in: Fix breakage in ncurses headers check from the
393         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
394         Define REGEX_MALLOC here.
396         * acinclude.m4 (AC_NCURSES): Remove.
397         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
398         AC_CHECK_LIB to check existance of ncurses library.  Eliminate
399         variables force_ncurses and search_ncurses.
401 2002-07-10  Pavel Roskin  <proski@gnu.org>
403         * configure.in: Remove --with-netrc, it is now default and can
404         be disabled at the runtime.
406         * syntax/tcl.syntax: New file.
407         * syntax/Syntax: Add tcl.syntax.
408         * syntax/Makefile.am: Likewise.
409         * syntax/java.syntax: Don't treat #define separately from other
410         preprocessor directives.
411         * syntax/slang.syntax: Likewise.
412         * syntax/swig.syntax: Likewise.
414 2002-07-09  Pavel Roskin  <proski@gnu.org>
416         * syntax/c.syntax: Don't treat #define separately from other
417         preprocessor directives.
419 2002-07-08  Pavel Roskin  <proski@gnu.org>
421         * syntax/perl.syntax: Highlight text after __END__ as a comment.
422         * syntax/po.syntax: Avoid gray color, which is hard to see.
424 2002-07-05  Pavel Roskin  <proski@gnu.org>
426         * syntax/dos.syntax: Add more commands.
428 2002-07-04  Pavel Roskin  <proski@gnu.org>
430         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
431         sort authors.
433 2002-06-24  Pavel Roskin  <proski@gnu.org>
435         * syntax/dos.syntax: New file - highlighting for DOS batch
436         files.  From Petr Kozelka <pkozelka@centrum.cz>
437         * syntax/Syntax: Add dos.syntax.
438         * syntax/Makefile.am: Likewise.
440 2002-06-04  Max Schedriviy  <max@humgat.org>
442         * syntax/php.syntax: New version.
444 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
446         * NEWS: Mention ftpfs/fish uploading changes and new configure
447         options --with-codepagedir=DIR, --with-configdir=DIR and
448         --without-mcfs.
450 2002-05-22  Pavel Roskin  <proski@gnu.org>
452         * doc/ru/Makefile.am: Fix out-of-tree build.
454 2002-05-14  Pavel Roskin  <proski@gnu.org>
456         * configure.in: Fix logic for gettext 0.10.x.
458 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
460         * configure.in: Don't generate po/Makefile if
461         there is 'top_builddir' in po/Makefile.in.
462         * autogen.sh: More fixes for gettext 0.11+.
464 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
466         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
468 2002-04-21  Pavel Roskin  <proski@gnu.org>
470         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
471         can play them.
473 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
475         * autogen.sh: Fix for gettext 0.11 family (and newer).
477 2002-04-08  Pavel Roskin  <proski@gnu.org>
479         * autogen.sh: Allow gettext newer than 0.10.39.
480         From Björn Eriksson <bjorn@bjornen.nu>
482 2002-04-03  Pavel Roskin  <proski@gnu.org>
484         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
485         by "make clean" because not everyone has Perl to rebuild it.
487 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
489         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
490         first line regular expression.
492 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
494         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
495         or newer is not used.
496         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
498         * src/Makefile.am: Move mc.hlp.ru processing ...
499         * doc/ru/Makefile.am: ... here.
501 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
503         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
504         * syntax/c.syntax: Highlight "%p" printf format.
505         Allow '*' as width and precision for strings and numbers.
507         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
508         * doc/ru/mc.1.in: Likewise.
510 2002-03-18  Pavel Roskin  <proski@gnu.org>
512         * doc/ru/Makefile.am: Distribute xnc.hlp.
514 2002-03-12  Pavel Roskin  <proski@gnu.org>
516         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
518 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
520         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
521         * doc/ru/Makefile.am: New file.
523 2002-03-08  Pavel Roskin  <proski@gnu.org>
525         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
527 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
529         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
531 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
533         * doc/mc.1.in: Use nodename `Background jobs' for section
534         `Background Jobs' to reflect user visible Command menu option
535         and src/cmd.c dialog implementation.
537         * doc/ru: New directory for Russian manuals.
538         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
539         translated by Victor A. Kostromin for mc 4.5.30.  Converted
540         from binary mc.hlp.ru, corrected and actualized by me.
541         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
542         * doc/ru/.cvsignore: Ignore mc.1.
544 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
546         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
547         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
548         mc.lib settings.
550         (Virtual File System): Document SMB File System.
552 2002-02-26  Pavel Roskin  <proski@gnu.org>
554         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
555         message "no symbol found" for unsupported architectures and
556         provide more useful information.
558 2002-02-22  Pavel Roskin  <proski@gnu.org>
560         * README.smbfs: Remove.  It contained no useful information
561         and the webpage is now dead.
562         * Makefile.am: Remove README.smbfs.
564         * README: Mention that glib 1.2.x is required.
566 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
568         * lib/edit.indent.rc: Use "#! /bin/sh"
569         * lib/edit.spell.rc: Likewise.
570         * lib/mcserv.init: Likewise.
572         * lib/cedit.menu: Eliminate bashisms.
573         Add missed `:' in AUTHOR evaluation.
574         Unset LANGUAGE and make LC_ALL empty.
575         Use "#! /path/to/program".
577 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
579         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
580         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
581         Fix tarfs URL syntax example.  Minor typo and format fixes.
583 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
585         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
586         Fix location of configuration files.
588 2002-02-05  Pavel Roskin  <proski@gnu.org>
590         * configure.in: Don't use defunct ncurses_version.
591         Reported by Thomas Dickey <dickey@herndon4.his.com>
592         Set force_ncurses whenever --with-ncurses is used.  If set,
593         suppress checks for S-Lang and fail is ncurses is not found.
595         * configure.in: Introduce a new variable screen_type that is
596         either "slang" or "ncurses" without additional text.  Use it
597         instead of screen_manager whenever possible.  Fix text in
598         AC_NCURSES call, use m4 quotes and move shell quotes into the
599         macro.
600         * acinclude.m4: Likewise.
602 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
604         * syntax/Syntax: Known Delphi/Kylix source file extensions
605         supported (*.dpr, *.inc).
606         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
607         Special highlighting for CVS keywords.  Understands single-line
608         comments (//).
610 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
612         * configure.in (ALL_LINGUAS): Added "bg"
614 2002-01-21  Pavel Roskin  <proski@gnu.org>
616         * NEWS: Mention word completion in the editor.
618 2002-01-17  Pavel Roskin  <proski@gnu.org>
620         * extraconf.h: Remove OS/2 specific code.
622         * doc/mc.1.in (Configuration): Clarify some entries.
624 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
626         * acinclude.m4: New options for smbfs:
627         --with-configdir=DIR    Where the Samba configuration files are (/etc)
628         --with-codepagedir=DIR  Where the Samba codepage files are
630 2002-01-11  Pavel Roskin  <proski@gnu.org>
632         * syntax/xml.syntax: New file - highlighting for XML.
633         From Petr Kozelka <pkozelka@centrum.cz>
634         * syntax/Syntax: Add xml.syntax.
635         * syntax/Makefile.am: Likewise.
637 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
639         * configure.in: Added "eu" to ALL_LINGUAS.
641 2002-01-03  Pavel Roskin  <proski@gnu.org>
643         * lib/mc.menu: Correct quoting.
644         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
646         * NEWS: Mention removal of the OS/2 port.
647         * README.PC: Remove OS/2 specific parts.
649 2002-01-02  Pavel Roskin  <proski@gnu.org>
651         * configure.in: Make help about --with-subshell easier to
652         understand.  Minor alignment fixes for the help.
653         * acinclude.m4: Minor alignment fixes for the help.
655 2001-12-31  Pavel Roskin  <proski@gnu.org>
657         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
658         from vfs/Make-mc.in.
660 2001-12-27 Duarte Loreto  <happyguy_pt@hotmail.com>
662         * configure.in: Added portuguese to ALL_LINGUAS
664 2001-12-21  Pavel Roskin  <proski@gnu.org>
666         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
667         Don't remove slang/slang.h - it's never created.
669         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
670         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
671         unused.
673 2001-12-01  Wang Jian  <lark@linux.net.cn>
675         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
677 2001-11-29  Pavel Roskin  <proski@gnu.org>
679         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
681 2001-11-27  Pavel Roskin  <proski@gnu.org>
683         * lib/mc.ext.in: When running X programs in background, do it
684         from subshell.  Otherwise some of them terminate when mc exits.
685         Reported by Christian Dysthe <christian@dysthe.net>
686         Remove some obsolete and gmc-specific entries.  Use StarOffice
687         to open files detected as "Microsoft Office Document".
689         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
690         XFree86 4.1.0.
692 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
694         * doc/mcedit.1.in: Fix help file location.
696 2001-11-14  Pavel Roskin  <proski@gnu.org>
698         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
699         fallback to ino_t for e2fsprogs version 1.19 and older.
701 2001-10-30  Pavel Roskin  <proski@gnu.org>
703         * lib/mc.ext.in: Add support for Netpbm files.
705 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
707         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
708         http://bugzilla.gnome.org/show_bug.cgi?id=60935
709         By drk@sgi.com.
711         * doc/mc.1.in: Document %p macro.
713 2001-10-24  Pavel Roskin  <proski@gnu.org>
715         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
716         Allow using --without-mmap.
717         * INSTALL: Document --without-mmap.
719 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
721         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
722         of languages to be installed by setting env variable before
723         configure. If it is empty, it defaults to full list.
724         By Alex Tkachenko <alex@bcs.zp.ua>.
726 2001-10-19  Pavel Roskin  <proski@gnu.org>
728         * syntax/sh.syntax: Highlight reserved words inside backticks.
729         Use the same wholechars settings for reserved words and
730         commands.  Recognize more words.  Recognize function definitions
731         without "function" or without "()".  Use brightmagenta instead
732         of brightblue.
734 2001-10-18  Pavel Roskin  <proski@gnu.org>
736         * configure.in: When checking for "nroff -mandoc" support, don't
737         use /dev/null as input file, use stdin.  Some versions of nroff
738         (e.g. groff-1.16.1) don't accept special files.
740 2001-10-14  Pavel Roskin  <proski@gnu.org>
742         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
743         Makefile.  Don't allow any suffixes after "Makefile".
745 2001-10-12  Pavel Roskin  <proski@gnu.org>
747         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
748         format).
750 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
752         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
753         Fix compress<->bzip2 conversion and conversion of tagged
754         archives.
756 2001-10-05  Pavel Roskin  <proski@gnu.org>
758         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
759         Suggested by Marcel Pol <mpol@gmx.net>
761         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
762         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
763         and *.mid files.
765 2001-09-30  Pavel Roskin  <proski@gnu.org>
767         * configure.in: Don't check whether grep supports stdin - it's
768         not used anymore.
769         * NEWS: Mention this change.
771 2001-09-19  Pavel Roskin  <proski@gnu.org>
773         * doc/mcedit.1.in: Fix a very long line - use double
774         backslashes since they are interpreted even in the .nf blocks.
776         * lib/edit.spell.rc: Try aspell before resorting to ispell.
778         * syntax/php.syntax: Replace with a better implementation by
779         Max Schedriviy <max@tavrida.net>
781 2001-09-15  Pavel Roskin  <proski@gnu.org>
783         * doc/mc.1.in: Fix location of mcedit files.
784         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
786 2001-09-14  Pavel Roskin  <proski@gnu.org>
788         * configure.in: Don't check for ncurses version and for keyok()
789         because the mouse support code doesn't need this hack anymore.
791 2001-09-13  Pavel Roskin  <proski@gnu.org>
793         * configure.in: Fix some cases of overquoting and underquoting.
794         * acinclude.m4: Likewise.
796 2001-09-12  Pavel Roskin  <proski@gnu.org>
798         * configure.in: Update list of browsers.  Don't fallback to
799         lynx since it cannot be run in background.
800         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
801         If no browser for X11 was found, use lynx.
803         * autogen.sh: Add a workaround to ensure that "depcomp" is
804         distributed.
805         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
806         where appropriate.
807         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
808         terminfo.
810         * configure.in: Use three-argument form of AC_INIT.  Use
811         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
812         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
813         is not needed if AC_CONFIG_AUX_DIR is used.
814         * vfs/Make-mc.in: Adjust mkinstalldirs location.
815         * autogen.sh: Create "config" and remove "autom4te.cache".
817 2001-09-11  Pavel Roskin  <proski@gnu.org>
819         * syntax/Syntax: New file, extracted from edit/syntax.c.
820         * syntax/Makefile.am: Add Syntax.
822         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
823         to LIBS.  Don't use unportable "grep -q", use "case" instead.
825 2001-09-10  Pavel Roskin  <proski@gnu.org>
827         * configure.in: Only check for X if --with-tm-x-support has been
828         specified.
830         * configure.in: Add check for sys/ioctl.h.
832         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
834         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
835         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
836         testing for functions in ncurses.
838         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
839         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
840         * acconfig.h: Remove.
842         * configure.in: Eliminate LIBSLANG and LSLANG.
843         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
845         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
846         resizeterm() and keyok() only if configuring with ncurses.
848         * configure.in: Remove now unused variables LIBVFS and LVFS.
850         * configure.in: Remove unused variables LINTL and INTLDEPS.
852         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
853         building with included gettext, because libintl.h is copied
854         there.
856 2001-09-09  Pavel Roskin  <proski@gnu.org>
858         * NEWS: Update.
860         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
861         checks -lgen for getmntent as of Autoconf 2.52.
863 2001-09-07  Pavel Roskin  <proski@gnu.org>
865         * configure.in: Check for pwd.h.
867         * Make.common.in: Remove.
868         * configure.in: Remove all references to Make.common.in and
869         MCCPPFLAGS.
870         * aclocal.m4: Likewise.
872         * configure.in: Require Autoconf 2.52.  Remove hacks for
873         Autoconf 2.13.
874         * Makefile.am: Require Automake 1.5.
876 2001-09-06  Pavel Roskin  <proski@gnu.org>
878         * syntax/php.syntax: New file - PHP file highlighting.  Copied
879         from Cooledit 3.17.4.
880         * syntax/Makefile.am: Add php.syntax.
882 2001-09-06  Timur Bakeyev  <mc@bat.ru>
884         * acconfig.h: Brought back couple of symbols, that are still necessary
885         due reference to them from configure.in.
887 2001-09-04  Pavel Roskin  <proski@gnu.org>
889         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
890         strictness for dates.
892         * doc/mc.1.in: Fix troff warnings.
893         * doc/mcedit.1.in: Likewise.
895 2001-09-03  Pavel Roskin  <proski@gnu.org>
897         * doc/mc.1.in: Spellcheck.
898         * doc/mcedit.1.in: Likewise.
899         * doc/mcserv.8.in: Likewise.
901         * doc/mc.1.in (Learn Keys): Complete rewrite.
903 2001-09-02  Pavel Roskin  <proski@gnu.org>
905         * acconfig.h: Remove all unused symbols.
907         * lib/ncurses.h: Remove.
908         * lib/Makefile.am: Remove ncurses.h.
910 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
912         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
914 2001-08-28  Pavel Roskin  <proski@gnu.org>
916         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
917         like EOF.
919 2001-08-26  Pavel Roskin  <proski@gnu.org>
921         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
922         CONS_SAVER.  Put all conditionals together.
924         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
925         Automake 1.5.
927         * configure.in: Remove XCURSES variable - it's unused.
929         * configure.in: New conditional USE_EDIT.
931         * syntax/changelog.syntax: Don't require '@' to be in the
932         address.  This also works around a bug in the syntax engine
933         that prevented highlighting of addresses.
935 2001-08-25  Pavel Roskin  <proski@gnu.org>
937         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
939 2001-08-24  Pavel Roskin  <proski@gnu.org>
941         * extraconf.h: Remove all references to HAVE_X.
942         * acinclude.m4: s/GNOME_/MC_/
943         * configure.in: Likewise.  Remove or clarify all references to
944         the "text edition".  Minor fixes.
946         * configure.in: Remove support for curses libraries other than
947         ncurses.
948         * acinclude.m4: Likewise.
949         * FAQ: Remove everything about UNIX curses.
950         * INSTALL: Likewise.
952         * configure.in: Enable large file support by default.
953         * NEWS: Mention it.
954         * INSTALL: Document it.  Minor fixes.
956         * FAQ: Remove information about GNOME edition.  Minor fixes.
957         * README: Likewise.
958         * NEWS: Mention removing the GNOME edition.
960         * acinclude.m4: Include all used macros from the macros
961         directory.
962         * autogen.sh: Remove all references to "macros".
963         * Makefile.am: Likewise.
965         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
966         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
968         * lib/startup.links: Remove.
969         * lib/README.desktop: Likewise.
970         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
972         * configure.in: Bump version to 4.5.99a.
974         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
975         * po/*.po: Regenerate.
977         * AUTHORS: Update and spell check.
978         * FAQ: Likewise.
979         * INSTALL: Likewise.
980         * INSTALL.FAST: Likewise.
981         * NEWS: Likewise.
982         * README.PC: Likewise.
983         * README.QNX: Likewise.
985         * configure.in: Add check for stropts.h.
987 2001-08-23  Pavel Roskin  <proski@gnu.org>
989         * lib/edit.indent.rc: Create cooledit.error right away to
990         override its old contents.  Don't use ksh extentions.  Treat *.C
991         files as C++.  Recognize more C++ extensions.  Support java.
992         Update URL for "astyle".  Quote all arguments to protect spaces.
993         * lib/edit.spell.rc: Don't save terminal settings - mc does it
994         itself.  Quote all arguments to protect spaces.
996 2001-08-21  Pavel Roskin  <proski@gnu.org>
998         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
999         files if GNOME frontend is disabled.
1000         * idl/Makefile.am: Likewise.
1001         * lib/Makefile.am: Likewise.
1002         * new_icons/Makefile.am: Likewise.
1004         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
1005         case it already has gettext macros elsewhere and doesn't like
1006         duplicates (i.e. it's aclocal from Automake-1.4).
1008 2001-08-20  Pavel Roskin  <proski@gnu.org>
1010         * AUTHORS: Updated.
1011         * INSTALL: Likewise.
1012         * NEWS: Likewise.
1013         * doc/mc.1.in: Likewise.
1014         * doc/mcserv.8.in: Likewise.
1016         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
1017         for sys/mount.h.
1019 2001-08-19  Andras Timar  <timar@gnome.hu>
1021         * lib/Makefile.am: Added Hungarian hints
1022         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
1024 2001-08-19  Pavel Roskin  <proski@gnu.org>
1026         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
1028 2001-08-17  Pavel Roskin  <proski@gnu.org>
1030         * syntax/po.syntax: New file - PO file highlighting.
1031         From David Martin <dmartina@excite.es>
1032         * syntax/Makefile.am: Add po.syntax.
1034         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
1035         it's sometimes missing from the databases.
1037 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
1039         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
1040         * lib/Makefile.am: Reflect above change.
1042 2001-08-15  Pavel Roskin  <proski@gnu.org>
1044         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
1046 2001-08-14  Pavel Roskin  <proski@gnu.org>
1048         * lib/mc.lib: Add popular sequences for "home" and "end" in
1049         "xterm" and "xterm-color" terminals.
1051 2001-08-13  Pavel Roskin  <proski@gnu.org>
1053         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
1055         Replace "Can't" with "Cannot" everywhere.
1057 2001-08-12  Pavel Roskin  <proski@gnu.org>
1059         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
1060         subshell, not for "Open file...".
1061         (emacs_key_map): Likewise.
1063         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1065 2001-08-10  Pavel Roskin  <proski@gnu.org>
1067         * Makefile.am (EXTRA_DIST): Remove BUGS.
1068         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
1070         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
1072         * doc/LSM: Remove, it's outdated.
1073         * doc/FILES: Likewise.
1074         * doc/DEVEL: Remove information about FILES.
1076         * FAQ: Eliminate all broken URLs on the MC site.
1077         From Frederic L. W. Meunier <0@pervalidus.net>
1079         * FAQ: Restore information about xterm.
1081 2001-08-08  Pavel Roskin  <proski@gnu.org>
1083         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1085 2001-08-07  Pavel Roskin  <proski@gnu.org>
1087         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
1089         * doc/mc.1.in: Fix all broken links.
1091 2001-08-06  Pavel Roskin  <proski@gnu.org>
1093         * INSTALL: Numerous changes.  Declare old curses obsolete.
1094         Partly from Frederic L. W. Meunier <0@pervalidus.net>
1096         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
1098 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
1100         * lib/Makefile.am: Remove space after backslash introduced in the
1101         previous commit.
1103         * lib/mc.hint.zh_TW.Big5: New file.
1104         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
1106 2001-08-02  Pavel Roskin  <proski@gnu.org>
1108         * lib/mc.hint.uk: New file.
1109         From Maksym Polyakov <polyama@yahoo.com>
1110         * lib/Makefile.am: Add mc.hint.uk.
1112 2001-08-01  Pavel Roskin  <proski@gnu.org>
1114         * lib/mc.hint.nl: New file.
1115         From Steef Boerrigter <sxmboer@sci.kun.nl>
1116         * lib/Makefile.am: Add mc.hint.nl.
1117         * lib/mc.hint: Remove ftp site.  Update copyright.
1118         * lib/mc.hint.cs: Likewise.
1119         * lib/mc.hint.es: Likewise.
1120         * lib/mc.hint.it: Likewise.
1121         * lib/mc.hint.pl: Likewise.
1122         * lib/mc.hint.ru: Likewise.  Shorten some lines.
1124         * edit/Makefile.in: Allow running "make install" before "make all".
1125         * gtkedit/Makefile.in: Likewise.
1127 2001-07-31  Pavel Roskin  <proski@gnu.org>
1129         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
1130         editor.
1131         * lib/Makefile.am: Add lib/edit.spell.rc.
1133         * autogen.sh: Use gettextize.
1134         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
1135         * po/Makefile.in.in: Likewise.
1137 2001-07-29  Pavel Roskin  <proski@gnu.org>
1139         * syntax/slang.syntax: New file.
1140         From Walery Studennikov <despair@sama.ru>
1141         * syntax/Makefile.am: Add slang.syntax.
1143 2001-07-27  Pavel Roskin  <proski@gnu.org>
1145         * extraconf.h: Move WITH_BACKGROUND here.
1147 2001-07-24  Pavel Roskin  <proski@gnu.org>
1149         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
1151 2001-07-23  Pavel Roskin  <proski@gnu.org>
1153         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
1155 2001-07-20  Pavel Roskin  <proski@gnu.org>
1157         * Make.common.in: Move all defines ...
1158         * gnome/Makefile.in: ... here ...
1159         * src/Makefile.in: ... and here.
1161 2001-07-19  Pavel Roskin  <proski@gnu.org>
1163         * configure.in: Don't check for getwd, it's completely
1164         eliminated.
1165         * INSTALL: Remove reference to HAVE_GETWD.
1167         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
1168         entries for compressed cpio archives.
1170         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
1171         they were only used in obsolete frontends.  Don't ever use %view
1172         without commands - it's slower and loses user settings, e.g.
1173         hex mode.  Put shared libraries before man pages and read.me
1174         before .me macros so that they match correctly.  Use nm for
1175         shared libraries.  Add rules for StarOffice and AbiWord.
1177 2001-07-14  Pavel Roskin  <proski@gnu.org>
1179         * configure.in: Bump version to 4.5.54a.
1181 2001-07-13  Pavel Roskin  <proski@gnu.org>
1183         * lib/mcserv.init: Fix exit status.
1184         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
1186         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
1187         "executable", which should follow a space. Simplify rules for
1188         images. Add shell/ rule for *.info files. Fix all incorrect
1189         uses of the alternation operator.
1190         Reported by Oskar Liljeblad and Michel Casabona.
1192 2001-07-12  Pavel Roskin  <proski@gnu.org>
1194         * configure.in: Don't check for iconv, it's already checked for
1195         in AM_GNU_GETTEXT.
1197 2001-07-10  Pavel Roskin  <proski@gnu.org>
1199         * doc/mc.1.in: Update documentation about hex search.
1201         * edit/edit_key_translator.c (cooledit_key_map): Bind
1202         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
1203         From Steef Boerrigter <sxmboer@sci.kun.nl>
1205         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
1206         * edit/edit_key_translator.c (cooledit_key_map): Add support
1207         for bracket matching on Alt-B.
1208         * gtkedit/gtkeditkey.c: Likewise.
1209         From Steef Boerrigter <sxmboer@sci.kun.nl>
1211 2001-07-06  Pavel Roskin  <proski@gnu.org>
1213         * lib/mc.ext.in: Use nm to view object files.
1215         * Make.common.in: Remove GNOME-specific and unused definitions.
1216         Partly moved to gnome/Makefile.in.
1218         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
1219         they are usused.
1220         * Make.common.in: Likewise.
1222 2001-06-29  Pavel Roskin  <proski@gnu.org>
1224         * ABOUT-NLS: Update to the version from gettext-0.10.38.
1226         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
1227         now done in configure. Move -I.. to the beginning.
1228         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
1229         libintl.a may be required to link mc.
1230         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
1231         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
1232         Move all i18n code to one place. Don't substitute INTLSUB - it's
1233         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
1234         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
1236 2001-06-25  Pavel Roskin  <proski@gnu.org>
1238         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
1239         It should be enabled explicitly by giving `--enable-largefile'
1240         to configure.
1241         * INSTALL: Document it.
1243 2001-06-22  Pavel Roskin  <proski@gnu.org>
1245         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
1247         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
1248         in struct statfs.
1249         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
1251         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
1252         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
1253         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
1254         found.
1255         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
1257 2001-06-19  Pavel Roskin  <proski@gnu.org>
1259         * configure.in: Check for telldir and seekdir. Join adjacent
1260         calls to AC_CHECK_FUNCS.
1262 2001-06-16  Pavel Roskin  <proski@gnu.org>
1264         * Makefile.am: Change the order of SUBDIRS to fully compile text
1265         edition before compiling anything for GNOME.
1266         * mc.spec.in: Don't use brace expansion to avoid implicit
1267         build-time dependency on bash.
1269 2001-06-13  Pavel Roskin  <proski@gnu.org>
1271         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
1272         the test code.
1273         * configure.in: Fix compiler warnings in the arguments to
1274         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
1275         around `=' in the `test' command.
1277 2001-06-07  Pavel Roskin  <proski@gnu.org>
1279         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
1280         GNOME documentation template.
1281         * doc-gnome/C/mkhtml: Don't generate index.
1282         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
1284 2001-06-06  Pavel Roskin  <proski@gnu.org>
1286         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
1287         conditional variables from EXTRA_DIST.
1289 2001-06-05  Pavel Roskin  <proski@gnu.org>
1291         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
1292         conversion support.
1293         From Walery Studennikov <hqsoftware@mail.ru>.
1295         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
1297 2001-06-01  Pavel Roskin  <proski@gnu.org>
1299         * lib/mc.charsets: Synchronize with the latest patch - remove
1300         a comment.
1302 2001-05-30  Pavel Roskin  <proski@gnu.org>
1304         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
1305         work with GNOME.
1307         * lib/mc.charsets: New file. From Walery Studennikov.
1308         * lib/Makefile.am: Distribute mc.charsets. Install it if
1309         the charset support is enabled.
1311         * configure.in: Add check for iconv() and the necessary code
1312         to support the charset selection patch.
1314         * configure.in: Add check for ESCDELAY variable in ncurses.
1316 2001-05-29  Pavel Roskin  <proski@gnu.org>
1318         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
1319         USE_EXT2FSLIB.
1321         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
1322         * pc/config.h: Likewise.
1324         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
1325         and "strings". Recognize "write" files and MS Word templates.
1326         For MS Excel documents try "xls2csv" and "strings".
1327         Escape spaces in the "type" directives.
1328         From Nerijus Baliunas.
1330         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
1332         * Make.common.in: Remove hpath, it's unused.
1334         * acconfig.h: Move constant parts ...
1335         * extraconf.h: ... here.
1336         [HAVE_X]: Disable subshell, s-lang and curses.
1337         * Makefile.am: Add extraconf.h.
1339 2001-05-28  Pavel Roskin  <proski@gnu.org>
1341         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
1342         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
1343         * configure.in: ... here.
1345 2001-05-27  Pavel Roskin  <proski@gnu.org>
1347         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
1348         * acconfig.h: Likewise.
1349         * src/layout.c: Likewise.
1351         * Make.common.in: Remove all percent rules.
1352         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
1353         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
1354         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
1355         AM_INIT_AUTOMAKE.
1357         * Make.common.in: Remove obsolete dependency tracking system.
1358         * configure.in: Likewise.
1359         * edit/Makefile.in: Likewise.
1360         * gnome/Makefile.in: Likewise.
1361         * gtkedit/Makefile.in: Likewise.
1362         * slang/Makefile.in: Likewise.
1363         * src/Makefile.in: Likewise.
1364         * vfs/Make-mc.in: Likewise.
1365         * src/depend.awk: Remove.
1367 2001-05-26  Pavel Roskin  <proski@gnu.org>
1369         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
1370         * syntax/octave.syntax: New file. From Walery Studennikov.
1371         * syntax/Makefile.am: Add octave.syntax.
1373         * configure.in: Fix incorrect test for stdin support in grep -
1374         it would always fail when configuring in an empty directory.
1375         Portability fixes - unset, backslashed space in here-documents.
1376         Eliminate all instances of "changequote".
1378         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
1379         user choice.
1380         * acconfig.h: Changes for the above.
1381         * INSTALL: Don't document --with-sco - it's now defunct.
1382         * INSTALL.FAST: Likewise.
1384 2001-05-25  Pavel Roskin  <proski@gnu.org>
1386         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
1387         are in the beginning of the "file" output.
1389 2001-05-23  Pavel Roskin  <proski@gnu.org>
1391         * lib/mc.ext.in: Add associations for viewing RPM files.
1393 2001-05-22  Pavel Roskin  <proski@gnu.org>
1395         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
1396         By default exit after the first error in jade.
1398         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
1399         JADEFLAGS environment variables. Report progress. Clean up on
1400         failure.
1402 2001-05-21  Pavel Roskin  <proski@gnu.org>
1404         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
1405         files.
1407         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
1408         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
1410 2001-05-20  Pavel Roskin  <proski@gnu.org>
1412         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
1413         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
1414         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
1415         * doc-gnome/C/figs/Makefile.am: Add support for converting from
1416         PNG to EPS.
1418         * Makefile.am (EXTRA_DIST): Remove create_vcs.
1419         * doc/FILES: Likewise. Typo fix.
1421 2001-05-19  Pavel Roskin  <proski@gnu.org>
1423         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
1424         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
1425         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
1427         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
1428         index entry "Moving files".
1430 2001-05-18  Pavel Roskin  <proski@gnu.org>
1432         * configure.in: Use src/main.c in AC_INIT.
1434         * create_vcs: Remove.
1436         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
1437         Add download location for glib.
1438         * mc.spec.in: Likewise.
1439         * doc/LSM: Likewise.
1440         * doc/mc.1.in: Likewise.
1441         * doc/mcedit.1.in: Likewise.
1442         * src/ext.c: Don't mention download location for MC.
1444         * FAQ: Update status of Tk, XView. and GNOME editions. Update
1445         homepage of gpm.
1447         * INSTALL: Remove information about Tk and XView. Change the
1448         mailing list addresses again.
1449         * FAQ: Change the mailing list addresses again.
1450         * MAINTAINERS: Likewise.
1451         * README: Likewise.
1452         * doc/mc.1.in: Likewise.
1453         * gnome/gmc-window.c: Likewise.
1454         * lib/README.xterm: Likewise.
1455         * lib/mc.ext.in: Likewise.
1456         * lib/mc.hint*: Likewise.
1457         * lib/mc.hlp.hu: Likewise.
1458         * po/*.po: Likewise.
1459         * src/main.c: Likewise.
1461 2001-04-20  Pavel Roskin  <proski@gnu.org>
1463         * FAQ: Change the mailing list addresses and the download
1464         locations.
1465         * INSTALL: Likewise.
1466         * MAINTAINERS: Likewise.
1467         * README: Likewise.
1468         * doc/mc.1.in: Likewise.
1469         * gnome/gmc-window.c: Likewise.
1470         * lib/README.xterm: Likewise.
1471         * lib/mc.ext.in: Likewise.
1472         * lib/mc.hint*: Likewise.
1473         * lib/mc.hlp.hu: Likewise.
1474         * po/*.po: Likewise.
1475         * src/main.c: Likewise.
1477 2001-04-19  Pavel Roskin  <proski@gnu.org>
1479         * configure.in: Don't install mcserv unless
1480         "--enable-mcserv-install" has heen specified.
1481         Don't quote the first argument in all calls to AM_CONDITIONAL
1482         to work around a bug in Automake 1.4.
1483         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
1484         * vfs/Make-mc.in: Likewise.
1486 2001-04-13  Pavel Roskin  <proski@gnu.org>
1488         * configure.in: Bump version to 4.5.53a.
1490 2001-04-06  Pavel Roskin  <proski@gnu.org>
1492         * gtkedit/editcmd.c: Remove support for XView layout attributes.
1493         * gtkedit/editoptions.c: Likewise.
1494         * pc/chmod.c: Likewise.
1495         * pc/drive.c: Likewise.
1496         * src/boxes.c: Likewise.
1497         * src/chmod.c: Likewise.
1498         * src/dlg.c: Likewise.
1499         * src/dlg.h: Likewise.
1500         * src/filegui.c: Likewise.
1501         * src/find.c: Likewise.
1502         * src/hotlist.c: Likewise.
1503         * src/layout.c: Likewise.
1504         * src/listmode.c: Likewise.
1505         * src/main.c: Likewise.
1506         * src/option.c: Likewise.
1507         * src/panelize.c: Likewise.
1508         * src/wtools.c: Likewise.
1509         * src/wtools.h: Likewise.
1510         * vfs/smbfs.c: Likewise.
1512         * autogen.sh: Check out "intl" and "macros" directories if they
1513         are missing. Simply "cvs up -d" won't restore them.
1515         * configure.in: Bump version to 4.5.52a.
1517 2001-03-14  Pavel Roskin  <proski@gnu.org>
1519         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
1520         Automake conditional USE_SAMBA_FS if Samba is to be supported
1521         in VFS.
1523 2001-03-07  Pavel Roskin  <proski@gnu.org>
1525         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
1526         defined.
1527         Reported by Norbert Warmuth.
1529         * configure.in: Don't process vfs/extfs/uzip - it's now
1530         constant.
1532         * syntax/changelog.syntax: Require space after asterisk to have
1533         it highlighted.
1535 2001-03-02  Pavel Roskin  <proski@gnu.org>
1537         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
1538         * configure.in: Use AC_PROG_CC_STDC instead.
1540         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
1541         Suggested by Christian Gennerat.
1543         * lib/mc.ext.in: Add support for "freeze" - old compression
1544         program used mostly on QNX.
1545         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
1546         * lib/Makefile.am: Adjusted.
1548 2001-02-26  Pavel Roskin  <proski@gnu.org>
1550         * lib/mc-gnome.ext.in: Remove, it's not used.
1551         * configure.in: Remove lib/mc-gnome.ext.
1552         * lib/Makefile.am: Likewise.
1554 2001-02-20  Pavel Roskin  <proski@gnu.org>
1556         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
1557         defined to prevent warnings on OpenBSD 2.7.
1558         * slang/jdmacros.h: Likewise.
1559         * src/mad.h: Likewise.
1560         * src/poptalloca.h: Likewise.
1562         * configure.in: Check for sys/time.h and sys/timeb.h. Use
1563         AC_HEADER_TIME.
1565 2001-02-07  Pavel Roskin  <proski@gnu.org>
1567         * autogen.sh: Create vfs/samba/include/stamp-h.in.
1568         * vfs/samba/include/stamp-h.in: Remove.
1570         * macros/curses.m4: Quote first argument to AC_DEFUN.
1571         * macros/gnome-cxx-check.m4: Likewise.
1572         * macros/gnome-gettext.m4: Likewise.
1573         * macros/gnome-libgtop-check.m4: Likewise.
1574         * macros/gnome-print-check.m4: Likewise.
1575         * macros/linger.m4: Likewise.
1576         * macros/need-declaration.m4: Likewise.
1578         * configure.in: Only configure in vfs/samba if smbfs support is
1579         enabled even with Autoconf 2.13.
1581 2001-01-30  Pavel Roskin  <proski@gnu.org>
1583         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
1584         --without-samba due to a typo.
1586         * configure.in: Only configure in vfs/samba if smbfs support is
1587         enabled. This optimization will only work with Autoconf-2.49c
1588         and above.
1590 2001-01-13  Pavel Roskin  <proski@gnu.org>
1592         * configure.in: Don't create a faked malloc.h.
1593         * gtkedit/edit.h: Don't assume that malloc.h always exists.
1594         * src/mad.h: Likewise.
1596         * configure.in: Simplified handling of cons.saver.
1597         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
1598         * mc.spec.in: Remove a workaround for the above.
1600         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
1601         for MC. Don't rely on the output of uname - use $host_os.
1603 2001-01-11  Pavel Roskin  <proski@gnu.org>
1605         * configure.in: Check for ext2 libraries only if VFS is enabled.
1607         * src/Makefile.in: Create directories before installing files.
1608         Removed all occurences of libprefix - it's never defined.
1610         * configure.in: All macros from configure.in moved to
1611         acinclude.m4. Added missing quotes in several places.
1612         * acinclude.m4: Likewise.
1614         * edit/Makefile.in: Don't install or uninstall mcedit -
1615         it cannot be installed before mc on systems without symlinks.
1616         * gtkedit/Makefile.in: Likewise.
1617         * src/Makefile.in: Install mcedit (if enabled) and mcview.
1618         Uninstall them.
1620         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
1621         from acinclude.m4 in gtk+:
1622         Don't define ENABLE_NLS unless we have a working NLS.
1623         (This should keep libintl.h from being included when it doesn't
1624         exist).
1626 2001-01-09  Pavel Roskin  <proski@gnu.org>
1628         * doc-gnome/C/figs/Makefile.am: New file.
1629         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
1630         makefile do it.
1631         * configure: Substitute doc-gnome/C/figs/Makefile.
1633         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
1635 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
1637         * lib/mc.hlp.hu: Added Hungarian help file from
1638           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
1639           maci@integrity.hu, mfh47@freemail.hu
1640         * lib/Makefile.am: Added LOCALIZED_HELP for further
1641           mc.hlp l10ns
1642         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
1643           gtkedit/editcmd.c: I18n of mc.hlp
1645 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
1647         * doc/mc.1.in: Corrected badly formatted link...
1649 2000-11-10  Robert Brady  <robert@suse.co.uk>
1651         * configure.in: Add Tamil to ALL_LINGUAS.
1653 2000-10-23  Pavel Roskin  <proski@gnu.org>
1655         * mc.spec.in: Allow mcserv.8 to be gzipped.
1657         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
1658         that cannot deal with "./gmc.sgml".
1660 2000-10-09  Pavel Roskin  <proski@gnu.org>
1662         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
1663         that CVS Automake will drop dependencied to the macros that
1664         we don't distribute.
1666         * lib/mc.ext.in: Removed references to icons. Source RPMs
1667         grouped to one regex. Removed "Update" for source RPMs, added
1668         "Rebuild" instead. Added "Check signature" for all RPMs.
1669         Added a comment about pop-up menus in the text edition.
1671 2000-10-06  Pavel Roskin  <proski@gnu.org>
1673         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
1674         flags moved out of CFLAGS as recommended by GNU coding
1675         standards.
1676         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
1677         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
1678         XCPPFLAGS.
1679         * INSTALL (Random notes on porting to other architectures):
1680         Completely rewritten. Recommended using CFLAGS instead of XINC.
1682 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1684         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
1686 2000-10-04  Christophe Merlet  <christophe@merlet.net>
1688         * gnome/*.desktop: Updated french strings.
1690 2000-10-03  Pavel Roskin  <proski@gnu.org>
1692         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
1693         to allow <legalnotice>. Unclosed tags fixed.
1695 2000-09-30  Pavel Roskin  <proski@gnu.org>
1697         * mc.spec.in: New package mc-common. Use DESTDIR instead of
1698         misusing prefix. Don't install old icons - they don't exist.
1700         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
1701         "export -f" to have mc() exported.
1702         * doc/mc.1.in: Changed description of the "-P" option to
1703         avoid inclusion of mc.sh and mc.csh into the manual.
1704         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
1706 2000-09-24  Pavel Roskin  <proski@gnu.org>
1708         * doc/mc.1.in: Minor formatting fixes.
1710         * lib/mc.sh.in: Remove temporary file non-interactively.
1711         * doc/mc.1.in: updated example for mc.sh.
1713 2000-09-23  Pavel Roskin  <proski@gnu.org>
1715         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
1716         updates it when needed.
1717         * mc.spec.in: Include translations with mc, not gmc. Run
1718         chkconfig --del in %preun, not %postun. --without-debug not
1719         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
1720         be executable. New files in %{prefix}/lib/mc/ - translated hints,
1721         editor files.
1723         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
1724         directory for document processing. Comment changes. gmc.ps and
1725         gmc.pdf now generated from gmc.dvi.
1727         * configure: Always include Make.common as file, otherwise
1728         "make distclean" breaks.
1729         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1730         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
1731         replaced with "rm -f" - the stangard says that "rm" is portable.
1732         Ditto $(MV). Adjusted *clean targets to match those in
1733         Automake. Removed "cross" target.
1735 2000-09-22  Pavel Roskin  <proski@gnu.org>
1737         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
1738         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
1739         * doc/Makefile.in: Converted to ...
1740         * doc/Makefile.am: ... this.
1742 2000-09-21  Pavel Roskin  <proski@gnu.org>
1744         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
1745         is not expanded in all shells.
1746         * doc/mc.sgml: Updated the example script to reflect the above
1747         changes.
1748         * doc/mc.in.1: Likewise.
1750 2000-09-19  Pavel Roskin  <proski@gnu.org>
1752         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
1753         Marco Ciampa
1755 2000-09-18  Pavel Roskin  <proski@gnu.org>
1757         * Make.common.in: Added installcheck to placate "make distcheck"
1758         * configure.in, Make.common.in, doc/Makefile.in,
1759         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1760         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
1761         variable MKINSTALLDIRS and builddir with Automake-compatible
1762         mkinstalldirs and top_builddir.
1763         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
1764         files. Added uninstall-local target.
1766 2000-09-17  Pavel Roskin  <proski@gnu.org>
1768         * configure.in: fixed wrong use of AC_MSG_RESULT inside
1769         AC_CACHE_VAL
1771         * Make.common.in: Added the "dvi" target for "make distcheck"
1772         to go further
1773         * doc-gnome/C/Makefile.in: converted to ...
1774         * doc-gnome/C/Makefile.am: ... this
1776 2000-09-15  Pavel Roskin  <proski@gnu.org>
1778         * acconfig.h, configure.in: Require autoconf 2.13 or above.
1779         Removed workarounds for older versions. Removed MCDEBUG
1780         variable - it's not used. --with-debug renamed to --with-mad and
1781         cleaned up. Always use -Wall with gcc, other manipulations with
1782         CFLAGS removed.
1784         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1785         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1786         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
1787         mc.pot becomes out of date in the tarball.
1789 2000-09-14  Pavel Roskin  <proski@gnu.org>
1791         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
1792         tests for cp, mv and rm.
1793         * Make.common.in: Removed variables xv_bindir and STRIP.
1794         Variables CP, MV and RMF are assigned trivial values.
1796         * edit/Makefile.in: Don't link headers, add extra includes
1797         to CPPFLAGS instead. Put links to the build directory.
1798         Remove the hack with "mx" - it is not needed anymore.
1800         * configure.in: remove any manupulations with top_srcdir.
1801         Don't change CPPGLAGS when the internal editor is enabled,
1802         instead do it ...
1803         * edit/Makefile.in, gtkedit/Makefile.in: ... here
1805         * configure.in, Make.common.in, doc/Makefile.in,
1806         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1807         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
1808         changed to top_srcdir for Automake compatability
1810         * configure.in: REGEX_O variable removed - always use our regex
1812         * configure.in: MCFGR variable removed
1814 2000-09-12  Pavel Roskin  <proski@gnu.org>
1816         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
1817         other GNOME modules
1818         * autogen.sh: remove "-I ." from the "aclocal" command line
1820 2000-09-01  Pavel Roskin  <proski@gnu.org>
1822         * configure.in: output vfs/extfs/Makefile
1824         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
1825         to avoid a warning
1826         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
1827         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
1829 2000-08-29  Pavel Roskin  <proski@gnu.org>
1831         * configure.in: use AM_GNOME_GETTEXT
1832         * gettext.m4: removed
1833         * Makefile.am: adjusted files to distribute, previous change
1834         reverted
1836         * mc-aclocal.m4: renamed to ...
1837         * acinclude.m4: ... this
1838         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
1839         * Makefile.am: aclocal should scan "." for gettext.m4
1841 2000-08-28  Pavel Roskin  <proski@gnu.org>
1843         * Make.common.in: removed hack for "make distcopy"
1844         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1845         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1846         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
1847         for external builds.
1848         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
1850 2000-08-24  Pavel Roskin  <proski@gnu.org>
1852         * new_icons/Makefile.in: converted to ...
1853         * new_icons/Makefile.am: ... this
1854         * configure.in: automake conditional GNOME introduced.
1855         "insticons" removed
1857         * icons/*: removed
1858         * Makefile.am, configure.in: necessary adjustments
1860         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
1861         automake installs them now
1863         * syntax/Makefile.in: converted to ...
1864         * syntax/Makefile.am: ... this
1866         * idl/Makefile.in: converted to ...
1867         * idl/Makefile.am: ... this
1869         * lib/Makefile.am: simplified, fixed "make dist"
1871         * lib/Makefile.in: converted to ...
1872         * lib/Makefile.am: ... this
1874         * lib/tkmc.wmconfig: removed
1875         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
1877         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
1878         to ...
1879         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
1880         * Make.common.in: support for "distdir" for compatability
1881         with Automake-generated makefiles
1882         * autogen.sh: run automake. Force cache - it is off by default
1883         in autoconf 2.49a, but it's still handy for maintainers
1884         * configure.in: adapted for Automake
1886         * AUTHORS: new file
1888 2000-08-23  Pavel Roskin  <proski@gnu.org>
1890         * configure.in: resurrect definition of xvers
1892         * VERSION.in: removed
1893         * Makefile.in: don't do anything with VERSION.in and VERSION
1894         Take mc.spec from builddir, not srcdir
1895         * configure.in: don't create VERSION
1897 2000-08-22  Pavel Roskin  <proski@gnu.org>
1899         * *.c, *.h: Updated address of Free Software Foundation
1901 2000-08-21  Pavel Roskin  <proski@gnu.org>
1903         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
1904         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
1905         related to XView, libXPM, libXext and Tk
1907 2000-08-18  Pavel Roskin  <proski@gnu.org>
1909         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
1910         files
1912         * configure.in: Simplified dependency tracking by using
1913         "-include" with GNU Make
1914         * autogen.sh: Exit on all failures
1916 2000-08-17  Pavel Roskin  <proski@gnu.org>
1918         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
1919         Fixed all misuses of single and double quotes. Typo fixes.
1920         Ensured compatability with sgml2html, sgml2txt and sgml2latex
1921         * doc/mc.1.in: Typo fix
1923         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
1924         * doc/linuxdoc-sgml.diff: removed
1925         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
1926         distribute gnome.sgml
1928 2000-08-15  Pavel Roskin  <proski@gnu.org>
1930         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
1931         in the "distclean" target
1933         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
1934         Removed all XVIEW-related stuff
1935         Fixed placement of png files on "make dist"
1937         * doc/mc.1.in: Updated info about the internal editor
1939         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
1940         indicate serious problems. Fixes for uninstall.
1941         * doc/Makefile.in: Rebuild if it is out of date.
1943         * lib/cedit.menu: Added. This file has been missing
1945         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
1947 2000-08-08  Pavel Roskin  <proski@gnu.org>
1949         * Makefile.in: correctly detect make failures in subdirs
1951 2000-08-01  Pavel Roskin  <proski@gnu.org>
1953         * nt, os2, tk, xv: removed all files
1954         * configure.in: don't create os2 and nt directories
1956 2000-08-01  Pavel Roskin  <proski@gnu.org>
1958         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
1960         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
1962 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
1964         * src/main.c: make 8bit input/output the default (99% of the people
1965         expects that; lets the remaining 1% use the configuration menu
1966         to disactivate it if they want)
1968 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1970         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
1972 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
1974         * configure.in: check for gnome-libs with window icon support
1976         * acconfig.h: add icon define
1978 2000-06-08  Matthias Warkus  <mawa@iname.com>
1980         * new_icons/gnome-pack-*.png: Updated.
1981         * gnome/mc.keys: Added a MIME type for SLP packages.
1983 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
1985         * syntax/diff.syntax: Highlight lines beginning with "File",
1986         "Files" and "Binary"
1987         * syntax/makefile.syntax: Highlight "ifndef"
1988         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
1989         highlighted)
1991 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1993         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
1994         comment lines with # in last release
1996 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1998         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
2000 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2002         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
2003         look more consistent than original.
2005 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2007         * config.in: Added check against strcoll().
2009 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2011         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
2012         added 'and', 'or', 'not', 'for' keywords.
2014 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2016         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
2017         based systems. Hope, this will make FreeBSD midc maintainer to enable
2018         build-in editor by default. Still, syntax highlighting is disabled.
2019         Need to port...
2021 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2023         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2024           fixed, some messages gettext()ed again here and in
2025         gtkedit/editmenu.c:edit_about_cmd()
2027 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2029         * doc/mc.sgml (Examples): Fixed documentation, thanx
2030         to martin@internet-treff.uni-koeln.de.
2032 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
2034         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
2035         the label text
2037 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
2039         * gtkedit/syntax.c: treat *.ads as Ada source
2040         * syntax/ada95.syntax: escape "+" and "*"
2041         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
2042         * syntax/Makefile.in: remove diffc.syntax
2044         * edit/edit_key_translator.c: interpret code 0177 as
2045         backspace unless recognized otherwise
2047 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
2049         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
2050         initialization of array of structure (gcc version 2.96 20000131
2051         chokes on it).
2053         * lib/mc.hint: C-y and not C-u can be used to insert text in input
2054         lines (e. g. text which has been deleted with M-d).
2056         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
2058 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
2060         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
2062 2000-01-29  Matthias Warkus  <mawa@iname.com>
2064         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
2065         design on Federico's request.
2067 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
2069         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
2070         an ArrangeType enum.
2072 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
2074         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
2075         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
2076         setup.c: Add option of using GNOME "magic" routines to determine file
2077         types. This makes MC intelligently look at the data in the file to see
2078         what type of file it is, rather than looking at the filename extension.
2079         This slows down MC quite a bit, so it has been made an optional
2080         preference item. Type detection is expected to improve as mime-magic
2081         matures.
2083 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
2085         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
2086         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
2087         providing a patch.
2089 2000-01-11  Matthias Warkus  <mawa@iname.com>
2091         * Added icon and keys entry for Scheme source.
2093 2000-01-03  Fatih Demir  <kabalak@gmx.net>
2095         * configure.in: Added tr -> ALL_LINGUAS .
2097 1999-12-28  Matthias Warkus  <mawa@iname.com>
2099         * new_icons/*.png: Added a bunch of new icons.
2101 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
2103         * configure.in (VERSION): Bumped version number to 4.5.42.
2105 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
2107         * configure.in: added 'uk' to ALL_LINGUAS.
2109 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2111         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
2112         request from David Sauer
2114 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
2116         * configure.in (VERSION): Bumped version number to 4.5.41.
2118 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
2120         * configure.in (VERSION): Set version number to 4.5.39.
2122 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
2124         * configure.in: Added pt_BR to ALL_LINGUAS
2126 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
2128         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
2129         path to the mc binary according to @prefix@.
2131         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
2132         configure. Install mc.sh and mc.csh in $(suppbindir).
2134         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
2135         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
2136         copies of the included function definitions.
2138         * mcfn_install.in: Comment out definitions of the mc functions. Source
2139         mc.sh instead of adding an outdated mc function definition.
2141         * configure.in: output mc.sh and mc.csh
2143 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
2145         * lib/startup.links: Changed the news link to Gnotices
2147 1999-09-19  David Martin  <dmartina@usa.net>
2149         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
2150         8 bit chars from strftime get displayed when inserting date.
2152         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
2153         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
2154         file to avoid interferences. In this one I changed the extension check
2155         to a type check (as used for gzip) which might give problems in some
2156         systems.
2158         * configure.in: Use -Tlatin1 to format man pages when available and
2159         "view" 8 bit chars.
2161 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
2163         * gtkedit/edit.h: Include file reordering to make it compile with
2164         --with-debug
2166         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
2167         dependent on lenght of translated strings to display.
2169 1999-09-16  Owen Taylor  <otaylor@redhat.com>
2171         * Remove the magicdev autoconf test in favor of just
2172         including the idl file. Otherwise we have a dependency
2173         loop between this and magicdev.
2175 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
2177         * idl/FileManager.idl: Changed names, and put everything under a
2178         FileManager module.  Added a Desktop interface and some methods to
2179         the WindowFactory interface.
2181 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
2183         * doc-gnome/*: Shiny new docs from users-guide.
2184         All synced up.
2186 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
2188         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
2190 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
2192         * README: Updated and spell-checked.
2194         * NEWS: Updated.
2196 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
2198         * configure.in (ALL_LINGUAS): Added sv.
2200 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
2202         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
2203         symlink attacks (mcfn_install and the man page still needs to be
2204         updated).
2206 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
2208         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
2209         a symbolic link (ln -sf doesn't work as expected on Solaris)
2211 1999-08-19  Elliot Lee  <sopwith@redhat.com>
2212         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
2214 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
2216         * doc-gnome/C/gmc.sgml: Index fixes.
2218 1999-08-18  Elliot Lee  <sopwith@redhat.com>
2220         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
2221         initializers in the GnomeUIInfo structure.
2223 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
2225         * configure.in (VERSION): Bumped version number to 4.5.38.
2227 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
2229         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
2231 1999-08-15  David Martin  <dmartina@usa.net>
2233         * gtkedit/edit.c: Print localized date with strftime()
2235         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
2237 1999-08-08  David Martin  <dmartina@usa.net>
2239         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
2240         translation.
2242         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
2243         translation as it used to be.
2245 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2247         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
2248         that the correct index.html will be generated.
2250 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2252         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
2253         to the list.
2255 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
2257         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
2258         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
2259         This adds some new syntax rules, and spell check on the fly
2260         which if someone bugs me for, will actually get enabled in
2261         both the text and gnome versions. Bookmark stuff also needs
2262         some keys bound to it, I suppose: any takers?
2264 July 19, 1999 Elliot Lee
2265         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
2267 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
2269         * Makefile.in (all): Makefile fix.
2271 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2273         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2274         should fix the problem we had with FSSTND distributions.
2276 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2278         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
2279         list of distributed files.
2281 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2283         * configure.in (VERSION): Bumped version number to 4.5.34.
2285 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
2287         * Add fi into ALL_LINGUAS
2289 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
2291         * gnome/i-zipdisk2.png: Added another zip-disk icon
2292         by <scarab@egyptian.net> - It looks very nice. Variation
2293         is good.
2295 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2297         * acconfig.h: Add WITH_SMBFS
2299         * macros/gnome-vfs.m4: Support conditional samba support.
2301 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2303         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2304         should fix the problem we had with FSSTND distributions.
2306 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
2308         * mc.spec.in: added syntax files to %files
2310 1999-06-22  David Martin  <dmartina@usa.net>
2312         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
2314 1999-06-07  Shooby Ban  <bansz@szif.hu>
2316         * po/hu.po, configure.in: added hungarian translations...
2317           I'm not sure it's OK, but it seems usable.
2318           Translators: Tamas Fejos and Andras Kadar
2320 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
2322         * configure.in, Makefile.in: added the gmc helpfile to the build
2324 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
2326         * Add ja entry to LANG in configure.in
2328 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2330         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
2331         be installed in the system :) (added it to the Makefile.in)
2333 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2335         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
2336         disks - someone please add it to the mount.c code so it gets used..
2337         Everyone have a nice time at the expo! :) I hope to join the
2338         next time.
2340 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2342         * configure.in: Added check for getpt ()
2344 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2346         * configure.in (VERSION): Bumped version number to 4.5.31.
2348 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2350         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
2351         need to fool it by strdup'ing the return value of tempnam.
2353 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2355         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
2356         MCLIBS which are specific to the text edition.
2358         * INSTALL: Added documentation for --with-tm-x-support
2360 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
2362         * mc.spec.in : Folded in some changes from the 'offical' rpm
2363         spec file.
2365 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2367         * configure.in (SHELL): Do not use grep -q, as it is not portable
2368         to every OS.
2370 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2372         * configure.in: Linking from $srcdir/slang is broken when configure
2373         isn't called with an absolute path. Link from ../$srcdir/slang if
2374         configure was invoked with a relative path.
2376 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2378         * configure.in: Do not rm the destination file and then link, use
2379         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
2381 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2383         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
2384         --with-PACKAGE and --without-PACKAGE gave the same results.
2386 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2388         * configure.in (VERSION): Bumped version number to 4.5.30.
2390 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2392         * configure.in (VERSION): Bumped version number to 4.5.29.
2394 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2396         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
2397         now contains all checks.
2399 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2401         * configure.in (VERSION): bumped version number to 4.5.28.
2403 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
2405         * */Makefie.*: fixed several missed conversions from libdir to
2406         mclibdir. (Should be automake'd, really)
2408 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2410         * Make.common.in: There were conflicting definitions of mclibdir
2411         (one for installation, one for source).  Now the source one is
2412         called mcsrclibdir.
2414         * doc/Makefile.in: Use mcsrclibdir where appropriate.
2416 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
2418         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
2419         Pascal Program" (Heh, second time :)
2421         * Makefile.common: Until things gets clear, keep syntax rules in
2422         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
2424         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
2425         @libdir@.
2427 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
2429         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
2430         as requested by Paul. Still, need some checking...
2432 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
2434         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
2435         to date with cooledit 3.9.0. This adds some new features.
2436         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
2437         syntax.c. This is because the rule set is becoming too
2438         large to maintain in its current form and because file
2439         loading is starting to get slow.
2441         There is also a bookmark feature which does not yet have
2442         key bindings assigned to it, but should be cool once
2443         these get inserted. Syntax rules files are named
2444             $LIBDIR/cooledit/syntax/*.syntax
2446 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2448         * configure.in: Create slang directory, it is needed when
2449         builddir != srcdir.
2450         Use -f when calling rm, the file does not exist on
2451         first compile.
2452         No need to copy VERSION from $srcdir, it's already generated in
2453         $buildir.
2455 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
2457         * edit/edit_key_translator.c: Added missing translation tags.
2459 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2461         * configure.in: Minimum version of glib should be 1.2.0.
2462         (VERSION): Bumped version number to 4.5.27.
2464 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
2466         * gtkedit/editcmd.c: Added missing translation tags.
2468         * gtkedit/editoptions.c: Added missing translation tags. Translate
2469         radio buttons on first use.
2471 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
2473         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
2474         to get the mc spec file to work.
2475         * hacked configure to generate a properly versioned spec file.
2477 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2479         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
2480         radio buttons on first pass.
2482 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
2484         * gtkedit/editcmd.c: Mark strings in the search and replace
2485         dialogs for translation. Resized these dialogs to let the messages
2486         fit.
2488 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2490         * gtkedit/editwidget.c (selection_send): Use the proper type for
2491         64-bit cleanliness (Patch from George Lebl).
2493 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
2495         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
2496         into the catalog file.
2498 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2500         * configure.in: Make Timur's libtermcap check work with SLang
2501         0.99.98, too.
2503 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2505         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
2506         PS and EPS files.  Thanks, Tigert!
2508 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2510         * configure.in (CCOPTS): Drop the prefix auto-detection.
2512 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
2514         * configure.in: Add check, which, in case of system-installed SLang
2515         library tries to run a test program, which determines, does we need
2516         linking with libtermcap.a. Also, set of if's for finding terminfo
2517         dir changed to for cycle - a bit nicer :)
2519 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2521         * README.QNX: Deleted documention about mc.menu.qnx.diff.
2523 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2525         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
2527 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2529         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
2530         from tar calls when extracting (according to my man page this option
2531         is only useful when creating archieves).
2533 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2535         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
2536         adds support for tar.bz2 and merges the support for freeze-compressed
2537         tar files (tar.F) from mc.menu.qnx.diff.
2539 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
2541         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
2542         GNU-like :)
2544 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2546         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
2547         the catalog file.
2549 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
2551         * new_icons/gnome-core.png: New icon for core files. Someone
2552         please add the code part :)
2554 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
2556         * configure.in: Add check against setuid() and setreuid() functions.
2558 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2560         * slang/slang.h: renamed to slang-mc.h
2562         * slang/Makefile.in: delete slang.h on "make clean"
2564         * configure.in: link slang/slang-mc.h to slang/slang.h when the
2565         included slang is used. Problem was that MC's slang.h was used
2566         when we compiled with an already installed SLang and the systems
2567         header file were included with <slang/slang.h>.
2568         Unfortunatly I can't use AC_LINK_FILES to make the links because
2569         if we needn't make any links AC_LINK_FILES makes a link from
2570         srcdir to top_builddir (builddir != srcdir).
2572         Temporary add $LGPM to $LIBS when checking for the resizeterm
2573         and keyok functions (ncurses might be linked against GPM).
2575         Substitude PACKAGE (intl/Makefile makes use of it)
2577 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
2579         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
2580         #include "global.h".
2582 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
2584         * Make.common.in (gnewdir): new path.
2586 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
2588         * configure.in: Add comments before "Let" and "the" - typo. Add new
2589         path to include's search.
2591 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
2593         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
2595 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2597         * configure.in (REGEX_O): Always include regex.o as the code we
2598         are using in gmc is not using regcomp/regexec, but the internal
2599         Emacs API.
2601         * src/regex.c: Do not compile the POSIX compatibility code, as we
2602         do not use it.
2604 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2606         * doc/mc.sgml, mc1.in (Color section): minor polishing
2607         (Layout section): documented Highlight...
2609 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2611         * configure.in: Deleted du checks
2613         * INSTALL: Deleted --with-dusum documentation.
2615         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
2616         Configuration dialog. Added Advanced chown subsection. Deleted
2617         variables from the Special settings section which are now covered
2618         by the configuration dialog.
2620 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2622         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
2623         tar_gz_memlimit. Partially rewrote the section about the
2624         Virtual FS.. configuration dialog.
2626 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
2628         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
2630 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2632         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
2634         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
2635         builddir
2637 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
2639         * new_icons/gnome-image-[lots].png: I added some icons for file
2640         types (image) there - someone please tell me what the correct
2641         location and naming convention is and I will try to follow that. :)
2643 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
2645         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
2646         the build will still work.  (Has this been replaced by new_icons?)
2648 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
2650         * doc/mc.1.in, mc.sgml: added my name to list ov authors
2652 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2654         * Makefile.in (codedirs): Dropped xv and tk ports from the
2655         distribution. include idl directory.
2657 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2659         * configure.in (slang_use_system_installed_lib): Define slang
2660         here, to avoid having this on LIBS.
2662 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
2664         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
2666 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
2668         * config.h.in: Removed from CVS, added to .cvsignore
2670         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
2671         configure.in:
2672         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
2673         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
2674         HAS_CURSES added to acconfig.h
2676 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2678         * autogen.sh: Add "-I macros" to the aclocal flags.
2680         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
2681         so that aclocal will not complain about an obsolete macro.
2683         * configure.in: Use MC_HPUX_PROG_CC_STDC
2685         * ChangeLog: There was no ChangeLog here, so I added one.