added smbfs user option
[midnight-commander.git] / ChangeLog
blobb21273820d00b25d51bb517429bde315665738c8
1 2002-10-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
3         * doc/mc.1.in (SMB File System): Username is allowed in
4         URLs now (/#smb:[user@]machine).
5         * doc/ru/mc.1.in: Likewise.
7 2002-10-08  Pavel Roskin  <proski@gnu.org>
9         * configure.in: Rename RH_VERSION to RPM_VERSION - not every
10         rpm-based system is Red Hat.  Replace all dashes, not just one.
12         * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
13         termcap if terminfo is missing in the known locations.
14         * configure.in: Remove --with-termcap processing, it is now in
15         acinclude.m4.
17 2002-10-02  Pavel Roskin  <proski@gnu.org>
19         * syntax/syntax.syntax: Fix highlighting for "gray".
21 2002-10-01  Pavel Roskin  <proski@gnu.org>
23         * configure.in: Expand $bindir and $datadir to show at the end.
24         Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
26 2002-09-29  Pavel Roskin  <proski@gnu.org>
28         * configure.in: Remove the argument from --with-gpm-mouse.  The
29         directories for include files and libraries can be specified
30         using LDFLAGS and CPPFLAGS, as documented in the output of
31         "configure --help".
33         * configure.in: Complete rewrite of the screen library support.
34         Add new option --with-screen instead on --with-slang,
35         --with-included-slang and --with-ncurses.  Only allow
36         --with-termcap is using the included S-Lang library.
37         * aclocal.m4: Corresponding changes.
39         * syntax/mail.syntax: Replace "wholechars right" and "wholechars
40         left" with single "wholechars".
41         * syntax/nroff.syntax: Likewise.
42         * syntax/sh.syntax: Likewise.
43         * syntax/tcl.syntax: Likewise.
45         * syntax/*.syntax: Remove numeric Cooledit colors.  It's
46         unreasonable to require them to be correct.  On the other hand,
47         Cooledit can easily be changed to accept named color names.
49         * syntax/syntax.syntax: Don't require Cooledit colors for
50         highlighting color names.  Remove Cooledit colors.
52         * syntax/m4.syntax: Don't use yellow color on parentheses, since
53         it interferes with parentheses highlighting.  Remove list of
54         supported Autoconf macros.
56 2002-09-26  Pavel Roskin  <proski@gnu.org>
58         * syntax/syntax.syntax: Remove highlighting for numbers - it's
59         for Cooledit only.
61         * syntax/c.syntax: Require at least one space at the beginning
62         of indented cpp directives.  Use brightmagenta for them.
64         * syntax/syntax.syntax: Don't start keywords with "\[" - it
65         doesn't work.  Use "\[\]" at the end of keywords to suppress
66         their special meaning.
68 2002-09-22  Pavel Roskin  <proski@gnu.org>
70         * doc/Makefile.am: Remove width from the man2hlp command line.
71         The same for translations.
73         * configure.in: Remove support for HSC proxy - it's obsolete.
74         Remove all references to HSC proxy everywhere.
76 2002-09-21  Pavel Roskin  <proski@gnu.org>
78         * configure.in: Bump version to 4.6.0-pre1b.
80         * doc/hu/mc.hlp.hu: Rename to ...
81         * doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
82         * configure.in: Substitute doc/hu/mc.hlp.hu.
83         * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
85         * doc/mc.1.in: Update path to the data files.  Rename MC_LIBDIR
86         to MC_DATADIR.  Make the same changes in the translations.
88         * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
89         directory for architecture-independent files.
91 2002-09-19  Pavel Roskin  <proski@gnu.org>
93         * syntax/m4.syntax: New file.
94         * syntax/Syntax: Add m4.syntax.
95         * syntax/Makefile.am: Likewise.
96         From Vlad Romanenko <VladRomanenko@ukr.net>
98         * syntax/sql.syntax: Only recognize non-standard MySQL comments
99         at the beginning of line.
101 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
103         * syntax/syntax.syntax: Add "linestart" for "context",
104         "context default" and "context exclusive" keywords.
105         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
106         and "%5.5s" formats.
108 2002-09-18  Pavel Roskin  <proski@gnu.org>
110         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
111         rules for syntax files ...
112         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
113         and "include" keywords.
114         * syntax/Makefile.am: Add syntax.syntax.
116 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
118         * syntax/js.syntax: Advanced number highlighting.
120 2002-09-17  Pavel Roskin  <proski@gnu.org>
122         * syntax/c.syntax: Highlight "?" by the same color as ":".
123         * syntax/java.syntax: Likewise.
124         * syntax/swig.syntax: Likewise.
125         * syntax/python.syntax: Remove duplicate keyword ":".
127         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
128         m4 directory is used by aclocal.
129         * m4/Makefile.am: New file.
130         * configure.in: Substitute m4/Makefile.
131         * autogen.sh: Don't copy any macro files, use m4 directory.
133         * syntax/Makefile.am: Add js.syntax.
135         * configure.in: Add support for glib 2.x.  Right now, it has to
136         be explicitly enabled by `--with-glib2'.
137         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
139 2002-09-16  Pavel Roskin  <proski@gnu.org>
141         * syntax/js.syntax: New file.
142         * syntax/Syntax: Add js.syntax.
143         From Vlad Romanenko <VladRomanenko@ukr.net>
145 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
147         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
148         of local xnc.hlp
149         * doc/pl/xnc.hlp: Removed.
151 2002-09-13  Pavel Roskin  <proski@gnu.org>
153         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
154         Remove "potfiles" command.
155         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
156         compatibility with gettext 0.10.x.
158         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
159         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
161         * po/Makevars: New file for compatibility with gettext 0.11.x.
163         * configure.in: Remove "Debugger code" message.
165         * acinclude.m4: Replace undelfs_o with use_undelfs.
166         * configure.in: Likewise.  Don't substitute it.
168         * configure.in: Simplify processing of without-edit.  Replace
169         several variables with use_edit.
170         * acinclude.m4: Remove AC_WITH_EDIT.
172         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
173         use_smbfs.
174         * configure.in: Likewise.
175         * INSTALL: Document --with-samba.
177         * configure.in: Roll --enable-mcserv-install into ...
178         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
179         * INSTALL: Document --with-mcfs.
181 2002-09-12  Pavel Roskin  <proski@gnu.org>
183         * configure.in: Don't check if crypt() prototype is needed to
184         avoid warnings - the whole code is not worth avoiding one
185         legitimate warning.
186         * acinclude.m4: Remove AC_TRY_WARNINGS.
188         * configure.in: ALL_LINGUAS should be defined unconditionally.
190         * acinclude.m4: Clarify some help texts, add defaults in square
191         brackets, use more consistent spacing.
192         * configure.in: Likewise.
194         * lib/mc.menu: Don't call tarballs "releases".  Don't
195         dereference symlinks.
197 2002-09-10  Pavel Roskin  <proski@gnu.org>
199         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
201 2002-09-07  Pavel Roskin  <proski@gnu.org>
203         * configure.in: Eliminate --with-terminfo option, which was
204         essentially equivalent to --with-included-slang and didn't force
205         anything.
206         * acinclude.m4 (AC_USE_TERMINFO): Remove.
207         * INSTALL: Adjust to match.
208         * FAQ: Likewise.
210 2002-09-05  Pavel Roskin  <proski@gnu.org>
212         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
213         NETFILES - it's unused.
215         * configure.in: Check for arpa/inet.h.
217         * mcfn_install: Remove.  Also remove all references to it.
218         * INSTALL.FAST: Update information about ncurses.
219         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
221         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
222         LIBS.
223         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
224         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
225         test for ncurses in non-standard directories.
227 2002-09-04  Pavel Roskin  <proski@gnu.org>
229         * lib/mc.ext.in: Remove edit rules for compressed files that
230         were compressing even unchanged files - the editor itself can
231         handle compression better.
233 2002-09-03  Pavel Roskin  <proski@gnu.org>
235         * acinclude.m4: Remove Termnet support, it's too old and obscure
236         to be supported properly.
238 2002-08-27  Pavel Roskin  <proski@gnu.org>
240         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
241         OpenOffice.org, not StarOffice.  Add more video formats.
243         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
244         unnecessary pipeline.  Redirect stderr from cpio, because it can
245         be non-empty even for successful operations.
247 2002-08-26  Pavel Roskin  <proski@gnu.org>
249         * syntax/spec.syntax: New file.
250         * syntax/Syntax: Add spec.syntax.
251         * syntax/Makefile.am: Likewise.
252         From PLD Linux Distribution with minor changes.
254 2002-08-25  Pavel Roskin  <proski@gnu.org>
256         * lib/mcserv.init: Update from Red Hat package.
257         * lib/mcserv.pamd: Likewise.
259         * configure.in: Fix interpretation of the iconv test result.
260         Reported by Pavel Shirshov <pavelsh@mail.ru>
262         * mc.sh.in: Only bash needs the mc() function to be exported.
264         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
265         instead of /usr where appropriate.
266         * doc/Makefile.am: Enable generation of the help file.
268         * doc/pl/*: Add Polish translation.
269         * doc/Makefile.am: Adjust for the above.
270         * configure.in: Likewise.
272 2002-08-24  Pavel Roskin  <proski@gnu.org>
274         * lib/edit.indent.rc: Use tidy to format HTML.
275         From David Martin <dmartina@excite.com>
277         * lib/cedit.menu: Remove all references to the error file.
278         * lib/edit.indent.rc: Likewise.
279         * lib/edit.spell.rc: Likewise.
281 2002-08-23  Pavel Roskin  <proski@gnu.org>
283         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
284         use only for the programs that need it (mc and mcserv).
286         * configure.in: Fix help text for gpm and ncurses.  Properly
287         handle --without-ncurses.
288         Reported by Moritz Barsnick <moritz@barsnick.net>
290         * configure.in: Work around a bug in Autoconf-2.53 that prevents
291         splitting of user-specified path in AC_PATH_PROGS.
293         * configure.in: Move glib test earlier, as it tends to fail for
294         many users.  Make GLIB_CONFIG a precious variable.  Check for
295         glib12-config - that's how it's called on FreeBSD.
296         Reported by Pavel Shirshov <pavelsh@mail.ru>
298 2002-08-22  Pavel Roskin  <proski@gnu.org>
300         * configure.in: Remove old-style Linux-only support for shadow
301         passwords.
303 2002-08-21  Pavel Roskin  <proski@gnu.org>
305         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
306         now, otherwise Automake 1.5 breaks.  Remove version number from
307         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
308         Substiture RH_VERSION, which is VERSION without dashes, needed
309         for RedHat specfile.
311         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
312         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
313         two places.
315         Release mc-4.6.0-pre1.
317         * configure.in: Bump version to 4.6.0-pre1.
318         * po/*.po: Regenerate.
320 2002-08-20  David Martin  <dmartina@excite.com>
322         * doc/es/mc.1.in: Minor changes.
323         * doc/es/xnc.hlp: Likewise.
325 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
327         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
328         %{_mandir}/*/man1/*.
330 2002-08-20  Pavel Roskin  <proski@gnu.org>
332         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
334 2002-08-19  Pavel Roskin  <proski@gnu.org>
336         * configure.in: Add Italian documentation.
337         * doc/Makefile.am: Likewise.
339         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
341         * configure.in: Enable subshell support on all operating systems
342         by default.  Old issues are most likely solved by now.
344 2002-08-18  Pavel Roskin  <proski@gnu.org>
346         * lib/mc.ext.in: Try links before lynx.  Force full path when
347         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
348         is already broken if the program starts in background.  Add a
349         comment discouraging taking this code as example.
351         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
352         obsolete.
353         * doc/es/mc.1.in: Likewise.
354         * doc/ru/mc.1.in: Likewise.
355         * doc/hu/mc.hlp.hu: Likewise.
357         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
358         was unsafe by design and is no longer supported.  Use %t instead
359         of %u to preserve tags in case of failure.
361         * vfs/extfs/ftplist.in: Remove support for running commands, it
362         makes no sence.
364 2002-08-16  Pavel Roskin  <proski@gnu.org>
366         * lib/mc.global: Remove, it duplicates the role of mc.lib.
367         * lib/mc.lib: Add contents of mc.global.
368         * lib/Makefile.am: Remove all references to mc.global.
370         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
371         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
373 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
375         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
376         set, umask and unset like other builtin commands.
378 2002-08-15  Pavel Roskin  <proski@gnu.org>
380         * configure.in: Remove check for SIGTSTP, it's not needed for
381         the subshell support.
383         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
384         done at runtime.
385         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
387 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
389         * doc/ru/mc.1.in: Remove reference to README.edit.
390         * doc/mc.1.in: Likewise.
391         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
392         everywhere.
394 2002-08-14  Pavel Roskin  <proski@gnu.org>
396         * doc/mc.1.in: Consistently use "native" ftp syntax.
397         * doc/ru/mc.1.in: Likewise.
398         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
399         * doc/es/xnc.hlp: Likewise.
401         * lib/mc.hlp.hu: Move ...
402         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
404 2002-08-09  Pavel Roskin  <proski@gnu.org>
406         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
407         and entries that are obsolete or make no sence.
409         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
410         "How to use help".
412         * doc/Makefile.am: Don't distribute help file.  Generate it in
413         the build directory.
414         * doc/es/Makefile.am: Likewise.
415         * doc/ru/Makefile.am: Likewise.
417         * lib/xnc.hlp: Move ...
418         * doc/xnc.hlp: ... here.
419         * doc/Makefile.am: Necessary adjustments.
420         * lib/Makefile.am: Likewise.
421         * src/Makefile.am: Likewise.
423         * configure.in: Add Spanish documentation.
424         * doc/Makefile.am: Likewise.
425         * doc/es: Spanish documentation.
426         From David Martin <dmartina@excite.com>
428 2002-08-08  Pavel Roskin  <proski@gnu.org>
430         * lib/mc.lib: Add f11-f20 keys for Konsole.
432 2002-08-06  Pavel Roskin  <proski@gnu.org>
434         * syntax/lisp.syntax: New file.
435         * syntax/Syntax: Add lisp.syntax.
436         * syntax/Makefile.am: Likewise.
437         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
438         changes.
440 2002-08-04  Pavel Roskin  <proski@gnu.org>
442         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
443         subshell if this test fails.
445 2002-08-03  Pavel Roskin  <proski@gnu.org>
447         * syntax/mail.syntax: Colors changed to be more readable.
449         * syntax/html.syntax: Don't require character entities to be
450         whole, but check their validity.
452 2002-08-02  Pavel Roskin  <proski@gnu.org>
454         * configure.in: No longer need to define REGEX_MALLOC.
456 2002-08-01  Pavel Roskin  <proski@gnu.org>
458         * configure.in: Remove support for MAD and Electric Fence.
459         Developers should use modern memory debuggers (e.g. Valgrind).
460         * INSTALL: Remove references to MAD.
462 2002-07-31  Pavel Roskin  <proski@gnu.org>
464         * syntax/html.syntax: Remove recognition for any individual
465         words - there are too many of them, we cannot keep up.
467 2002-07-30  Pavel Roskin  <proski@gnu.org>
469         * doc/ru/Makefile.am: Use man2hlp directly.
471 2002-07-28  Pavel Roskin  <proski@gnu.org>
473         * syntax/changelog.syntax: Highlight "*" only after tab.  This
474         requires fixed syntax highlighting.
476         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
477         default. Open *.xls with gnumeric.  Use mplayer for most video
478         formats.
480         * syntax/nroff.syntax: Require most keywords to be whole.
482 2002-07-21  Pavel Roskin  <proski@gnu.org>
484         * syntax/fortran.syntax: Fix highlighting of "*" at the
485         beginning of line.  Recognize "     +" as continuation.  Move
486         all "linestart" keywords earlier to avoid more conflicts.
488 2002-07-18  Pavel Roskin  <proski@gnu.org>
490         * syntax/unknown.syntax: Don't highlight anything by default.
492         * syntax/changelog.syntax: Highlight functions without
493         filenames.
494         * syntax/Syntax: Match *ChangeLog*.
496         * syntax/c.syntax: Reenable highlighting for "/" and preserve
497         highlighting for "//" comments by using exclusive context.
498         * syntax/java.syntax: Likewise.
499         * syntax/swig.syntax: Likewise.
500         * syntax/slang.syntax: Reenable highlighting for "/".
501         * syntax/sql.syntax: Enable highlighting for "/" and "-".
503         * syntax/sql.syntax: New file.
504         * syntax/Syntax: Add sql.syntax.
505         * syntax/Makefile.am: Likewise.
506         From Walery Studennikov <despair@sama.ru> with minor changes.
508 2002-07-16  Pavel Roskin  <proski@gnu.org>
510         * lib/mc.ext.in: Remove handling of executables.  They should
511         be handled internally for "pause after run" to work.
513         * syntax/Syntax: Associate *.itcl with tcl.syntax.
514         * syntax/tcl.syntax: Add itcl keywords, other improvements.
516 2002-07-15  Pavel Roskin  <proski@gnu.org>
518         * configure.in: Don't check for strcasecmp(), strncasecmp() and
519         strdup() - test results are not used except in gettext, which
520         provides its own tests.
522         * configure.in: When checking for ncurses, check for
523         has_colors(), not curses_version() - the later is missing in
524         older version of ncurses.
526 2002-07-13  Pavel Roskin  <proski@gnu.org>
528         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
529         not to LIBS.
530         * configure.in: Fix breakage in ncurses headers check from the
531         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
532         Define REGEX_MALLOC here.
534         * acinclude.m4 (AC_NCURSES): Remove.
535         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
536         AC_CHECK_LIB to check existance of ncurses library.  Eliminate
537         variables force_ncurses and search_ncurses.
539 2002-07-10  Pavel Roskin  <proski@gnu.org>
541         * configure.in: Remove --with-netrc, it is now default and can
542         be disabled at the runtime.
544         * syntax/tcl.syntax: New file.
545         * syntax/Syntax: Add tcl.syntax.
546         * syntax/Makefile.am: Likewise.
547         * syntax/java.syntax: Don't treat #define separately from other
548         preprocessor directives.
549         * syntax/slang.syntax: Likewise.
550         * syntax/swig.syntax: Likewise.
552 2002-07-09  Pavel Roskin  <proski@gnu.org>
554         * syntax/c.syntax: Don't treat #define separately from other
555         preprocessor directives.
557 2002-07-08  Pavel Roskin  <proski@gnu.org>
559         * syntax/perl.syntax: Highlight text after __END__ as a comment.
560         * syntax/po.syntax: Avoid gray color, which is hard to see.
562 2002-07-05  Pavel Roskin  <proski@gnu.org>
564         * syntax/dos.syntax: Add more commands.
566 2002-07-04  Pavel Roskin  <proski@gnu.org>
568         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
569         sort authors.
571 2002-06-24  Pavel Roskin  <proski@gnu.org>
573         * syntax/dos.syntax: New file - highlighting for DOS batch
574         files.  From Petr Kozelka <pkozelka@centrum.cz>
575         * syntax/Syntax: Add dos.syntax.
576         * syntax/Makefile.am: Likewise.
578 2002-06-04  Max Schedriviy  <max@humgat.org>
580         * syntax/php.syntax: New version.
582 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
584         * NEWS: Mention ftpfs/fish uploading changes and new configure
585         options --with-codepagedir=DIR, --with-configdir=DIR and
586         --without-mcfs.
588 2002-05-22  Pavel Roskin  <proski@gnu.org>
590         * doc/ru/Makefile.am: Fix out-of-tree build.
592 2002-05-14  Pavel Roskin  <proski@gnu.org>
594         * configure.in: Fix logic for gettext 0.10.x.
596 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
598         * configure.in: Don't generate po/Makefile if
599         there is 'top_builddir' in po/Makefile.in.
600         * autogen.sh: More fixes for gettext 0.11+.
602 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
604         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
606 2002-04-21  Pavel Roskin  <proski@gnu.org>
608         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
609         can play them.
611 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
613         * autogen.sh: Fix for gettext 0.11 family (and newer).
615 2002-04-08  Pavel Roskin  <proski@gnu.org>
617         * autogen.sh: Allow gettext newer than 0.10.39.
618         From Björn Eriksson <bjorn@bjornen.nu>
620 2002-04-03  Pavel Roskin  <proski@gnu.org>
622         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
623         by "make clean" because not everyone has Perl to rebuild it.
625 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
627         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
628         first line regular expression.
630 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
632         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
633         or newer is not used.
634         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
636         * src/Makefile.am: Move mc.hlp.ru processing ...
637         * doc/ru/Makefile.am: ... here.
639 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
641         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
642         * syntax/c.syntax: Highlight "%p" printf format.
643         Allow '*' as width and precision for strings and numbers.
645         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
646         * doc/ru/mc.1.in: Likewise.
648 2002-03-18  Pavel Roskin  <proski@gnu.org>
650         * doc/ru/Makefile.am: Distribute xnc.hlp.
652 2002-03-12  Pavel Roskin  <proski@gnu.org>
654         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
656 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
658         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
659         * doc/ru/Makefile.am: New file.
661 2002-03-08  Pavel Roskin  <proski@gnu.org>
663         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
665 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
667         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
669 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
671         * doc/mc.1.in: Use nodename `Background jobs' for section
672         `Background Jobs' to reflect user visible Command menu option
673         and src/cmd.c dialog implementation.
675         * doc/ru: New directory for Russian manuals.
676         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
677         translated by Victor A. Kostromin for mc 4.5.30.  Converted
678         from binary mc.hlp.ru, corrected and actualized by me.
679         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
680         * doc/ru/.cvsignore: Ignore mc.1.
682 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
684         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
685         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
686         mc.lib settings.
688         (Virtual File System): Document SMB File System.
690 2002-02-26  Pavel Roskin  <proski@gnu.org>
692         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
693         message "no symbol found" for unsupported architectures and
694         provide more useful information.
696 2002-02-22  Pavel Roskin  <proski@gnu.org>
698         * README.smbfs: Remove.  It contained no useful information
699         and the webpage is now dead.
700         * Makefile.am: Remove README.smbfs.
702         * README: Mention that glib 1.2.x is required.
704 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
706         * lib/edit.indent.rc: Use "#! /bin/sh"
707         * lib/edit.spell.rc: Likewise.
708         * lib/mcserv.init: Likewise.
710         * lib/cedit.menu: Eliminate bashisms.
711         Add missed `:' in AUTHOR evaluation.
712         Unset LANGUAGE and make LC_ALL empty.
713         Use "#! /path/to/program".
715 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
717         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
718         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
719         Fix tarfs URL syntax example.  Minor typo and format fixes.
721 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
723         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
724         Fix location of configuration files.
726 2002-02-05  Pavel Roskin  <proski@gnu.org>
728         * configure.in: Don't use defunct ncurses_version.
729         Reported by Thomas Dickey <dickey@herndon4.his.com>
730         Set force_ncurses whenever --with-ncurses is used.  If set,
731         suppress checks for S-Lang and fail is ncurses is not found.
733         * configure.in: Introduce a new variable screen_type that is
734         either "slang" or "ncurses" without additional text.  Use it
735         instead of screen_manager whenever possible.  Fix text in
736         AC_NCURSES call, use m4 quotes and move shell quotes into the
737         macro.
738         * acinclude.m4: Likewise.
740 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
742         * syntax/Syntax: Known Delphi/Kylix source file extensions
743         supported (*.dpr, *.inc).
744         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
745         Special highlighting for CVS keywords.  Understands single-line
746         comments (//).
748 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
750         * configure.in (ALL_LINGUAS): Added "bg"
752 2002-01-21  Pavel Roskin  <proski@gnu.org>
754         * NEWS: Mention word completion in the editor.
756 2002-01-17  Pavel Roskin  <proski@gnu.org>
758         * extraconf.h: Remove OS/2 specific code.
760         * doc/mc.1.in (Configuration): Clarify some entries.
762 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
764         * acinclude.m4: New options for smbfs:
765         --with-configdir=DIR    Where the Samba configuration files are (/etc)
766         --with-codepagedir=DIR  Where the Samba codepage files are
768 2002-01-11  Pavel Roskin  <proski@gnu.org>
770         * syntax/xml.syntax: New file - highlighting for XML.
771         From Petr Kozelka <pkozelka@centrum.cz>
772         * syntax/Syntax: Add xml.syntax.
773         * syntax/Makefile.am: Likewise.
775 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
777         * configure.in: Added "eu" to ALL_LINGUAS.
779 2002-01-03  Pavel Roskin  <proski@gnu.org>
781         * lib/mc.menu: Correct quoting.
782         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
784         * NEWS: Mention removal of the OS/2 port.
785         * README.PC: Remove OS/2 specific parts.
787 2002-01-02  Pavel Roskin  <proski@gnu.org>
789         * configure.in: Make help about --with-subshell easier to
790         understand.  Minor alignment fixes for the help.
791         * acinclude.m4: Minor alignment fixes for the help.
793 2001-12-31  Pavel Roskin  <proski@gnu.org>
795         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
796         from vfs/Make-mc.in.
798 2001-12-27 Duarte Loreto  <happyguy_pt@hotmail.com>
800         * configure.in: Added portuguese to ALL_LINGUAS
802 2001-12-21  Pavel Roskin  <proski@gnu.org>
804         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
805         Don't remove slang/slang.h - it's never created.
807         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
808         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
809         unused.
811 2001-12-01  Wang Jian  <lark@linux.net.cn>
813         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
815 2001-11-29  Pavel Roskin  <proski@gnu.org>
817         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
819 2001-11-27  Pavel Roskin  <proski@gnu.org>
821         * lib/mc.ext.in: When running X programs in background, do it
822         from subshell.  Otherwise some of them terminate when mc exits.
823         Reported by Christian Dysthe <christian@dysthe.net>
824         Remove some obsolete and gmc-specific entries.  Use StarOffice
825         to open files detected as "Microsoft Office Document".
827         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
828         XFree86 4.1.0.
830 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
832         * doc/mcedit.1.in: Fix help file location.
834 2001-11-14  Pavel Roskin  <proski@gnu.org>
836         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
837         fallback to ino_t for e2fsprogs version 1.19 and older.
839 2001-10-30  Pavel Roskin  <proski@gnu.org>
841         * lib/mc.ext.in: Add support for Netpbm files.
843 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
845         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
846         http://bugzilla.gnome.org/show_bug.cgi?id=60935
847         By drk@sgi.com.
849         * doc/mc.1.in: Document %p macro.
851 2001-10-24  Pavel Roskin  <proski@gnu.org>
853         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
854         Allow using --without-mmap.
855         * INSTALL: Document --without-mmap.
857 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
859         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
860         of languages to be installed by setting env variable before
861         configure. If it is empty, it defaults to full list.
862         By Alex Tkachenko <alex@bcs.zp.ua>.
864 2001-10-19  Pavel Roskin  <proski@gnu.org>
866         * syntax/sh.syntax: Highlight reserved words inside backticks.
867         Use the same wholechars settings for reserved words and
868         commands.  Recognize more words.  Recognize function definitions
869         without "function" or without "()".  Use brightmagenta instead
870         of brightblue.
872 2001-10-18  Pavel Roskin  <proski@gnu.org>
874         * configure.in: When checking for "nroff -mandoc" support, don't
875         use /dev/null as input file, use stdin.  Some versions of nroff
876         (e.g. groff-1.16.1) don't accept special files.
878 2001-10-14  Pavel Roskin  <proski@gnu.org>
880         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
881         Makefile.  Don't allow any suffixes after "Makefile".
883 2001-10-12  Pavel Roskin  <proski@gnu.org>
885         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
886         format).
888 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
890         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
891         Fix compress<->bzip2 conversion and conversion of tagged
892         archives.
894 2001-10-05  Pavel Roskin  <proski@gnu.org>
896         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
897         Suggested by Marcel Pol <mpol@gmx.net>
899         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
900         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
901         and *.mid files.
903 2001-09-30  Pavel Roskin  <proski@gnu.org>
905         * configure.in: Don't check whether grep supports stdin - it's
906         not used anymore.
907         * NEWS: Mention this change.
909 2001-09-19  Pavel Roskin  <proski@gnu.org>
911         * doc/mcedit.1.in: Fix a very long line - use double
912         backslashes since they are interpreted even in the .nf blocks.
914         * lib/edit.spell.rc: Try aspell before resorting to ispell.
916         * syntax/php.syntax: Replace with a better implementation by
917         Max Schedriviy <max@tavrida.net>
919 2001-09-15  Pavel Roskin  <proski@gnu.org>
921         * doc/mc.1.in: Fix location of mcedit files.
922         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
924 2001-09-14  Pavel Roskin  <proski@gnu.org>
926         * configure.in: Don't check for ncurses version and for keyok()
927         because the mouse support code doesn't need this hack anymore.
929 2001-09-13  Pavel Roskin  <proski@gnu.org>
931         * configure.in: Fix some cases of overquoting and underquoting.
932         * acinclude.m4: Likewise.
934 2001-09-12  Pavel Roskin  <proski@gnu.org>
936         * configure.in: Update list of browsers.  Don't fallback to
937         lynx since it cannot be run in background.
938         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
939         If no browser for X11 was found, use lynx.
941         * autogen.sh: Add a workaround to ensure that "depcomp" is
942         distributed.
943         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
944         where appropriate.
945         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
946         terminfo.
948         * configure.in: Use three-argument form of AC_INIT.  Use
949         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
950         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
951         is not needed if AC_CONFIG_AUX_DIR is used.
952         * vfs/Make-mc.in: Adjust mkinstalldirs location.
953         * autogen.sh: Create "config" and remove "autom4te.cache".
955 2001-09-11  Pavel Roskin  <proski@gnu.org>
957         * syntax/Syntax: New file, extracted from edit/syntax.c.
958         * syntax/Makefile.am: Add Syntax.
960         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
961         to LIBS.  Don't use unportable "grep -q", use "case" instead.
963 2001-09-10  Pavel Roskin  <proski@gnu.org>
965         * configure.in: Only check for X if --with-tm-x-support has been
966         specified.
968         * configure.in: Add check for sys/ioctl.h.
970         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
972         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
973         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
974         testing for functions in ncurses.
976         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
977         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
978         * acconfig.h: Remove.
980         * configure.in: Eliminate LIBSLANG and LSLANG.
981         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
983         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
984         resizeterm() and keyok() only if configuring with ncurses.
986         * configure.in: Remove now unused variables LIBVFS and LVFS.
988         * configure.in: Remove unused variables LINTL and INTLDEPS.
990         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
991         building with included gettext, because libintl.h is copied
992         there.
994 2001-09-09  Pavel Roskin  <proski@gnu.org>
996         * NEWS: Update.
998         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
999         checks -lgen for getmntent as of Autoconf 2.52.
1001 2001-09-07  Pavel Roskin  <proski@gnu.org>
1003         * configure.in: Check for pwd.h.
1005         * Make.common.in: Remove.
1006         * configure.in: Remove all references to Make.common.in and
1007         MCCPPFLAGS.
1008         * aclocal.m4: Likewise.
1010         * configure.in: Require Autoconf 2.52.  Remove hacks for
1011         Autoconf 2.13.
1012         * Makefile.am: Require Automake 1.5.
1014 2001-09-06  Pavel Roskin  <proski@gnu.org>
1016         * syntax/php.syntax: New file - PHP file highlighting.  Copied
1017         from Cooledit 3.17.4.
1018         * syntax/Makefile.am: Add php.syntax.
1020 2001-09-06  Timur Bakeyev  <mc@bat.ru>
1022         * acconfig.h: Brought back couple of symbols, that are still necessary
1023         due reference to them from configure.in.
1025 2001-09-04  Pavel Roskin  <proski@gnu.org>
1027         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
1028         strictness for dates.
1030         * doc/mc.1.in: Fix troff warnings.
1031         * doc/mcedit.1.in: Likewise.
1033 2001-09-03  Pavel Roskin  <proski@gnu.org>
1035         * doc/mc.1.in: Spellcheck.
1036         * doc/mcedit.1.in: Likewise.
1037         * doc/mcserv.8.in: Likewise.
1039         * doc/mc.1.in (Learn Keys): Complete rewrite.
1041 2001-09-02  Pavel Roskin  <proski@gnu.org>
1043         * acconfig.h: Remove all unused symbols.
1045         * lib/ncurses.h: Remove.
1046         * lib/Makefile.am: Remove ncurses.h.
1048 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
1050         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
1052 2001-08-28  Pavel Roskin  <proski@gnu.org>
1054         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
1055         like EOF.
1057 2001-08-26  Pavel Roskin  <proski@gnu.org>
1059         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
1060         CONS_SAVER.  Put all conditionals together.
1062         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
1063         Automake 1.5.
1065         * configure.in: Remove XCURSES variable - it's unused.
1067         * configure.in: New conditional USE_EDIT.
1069         * syntax/changelog.syntax: Don't require '@' to be in the
1070         address.  This also works around a bug in the syntax engine
1071         that prevented highlighting of addresses.
1073 2001-08-25  Pavel Roskin  <proski@gnu.org>
1075         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
1077 2001-08-24  Pavel Roskin  <proski@gnu.org>
1079         * extraconf.h: Remove all references to HAVE_X.
1080         * acinclude.m4: s/GNOME_/MC_/
1081         * configure.in: Likewise.  Remove or clarify all references to
1082         the "text edition".  Minor fixes.
1084         * configure.in: Remove support for curses libraries other than
1085         ncurses.
1086         * acinclude.m4: Likewise.
1087         * FAQ: Remove everything about UNIX curses.
1088         * INSTALL: Likewise.
1090         * configure.in: Enable large file support by default.
1091         * NEWS: Mention it.
1092         * INSTALL: Document it.  Minor fixes.
1094         * FAQ: Remove information about GNOME edition.  Minor fixes.
1095         * README: Likewise.
1096         * NEWS: Mention removing the GNOME edition.
1098         * acinclude.m4: Include all used macros from the macros
1099         directory.
1100         * autogen.sh: Remove all references to "macros".
1101         * Makefile.am: Likewise.
1103         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
1104         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
1106         * lib/startup.links: Remove.
1107         * lib/README.desktop: Likewise.
1108         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
1110         * configure.in: Bump version to 4.5.99a.
1112         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
1113         * po/*.po: Regenerate.
1115         * AUTHORS: Update and spell check.
1116         * FAQ: Likewise.
1117         * INSTALL: Likewise.
1118         * INSTALL.FAST: Likewise.
1119         * NEWS: Likewise.
1120         * README.PC: Likewise.
1121         * README.QNX: Likewise.
1123         * configure.in: Add check for stropts.h.
1125 2001-08-23  Pavel Roskin  <proski@gnu.org>
1127         * lib/edit.indent.rc: Create cooledit.error right away to
1128         override its old contents.  Don't use ksh extentions.  Treat *.C
1129         files as C++.  Recognize more C++ extensions.  Support java.
1130         Update URL for "astyle".  Quote all arguments to protect spaces.
1131         * lib/edit.spell.rc: Don't save terminal settings - mc does it
1132         itself.  Quote all arguments to protect spaces.
1134 2001-08-21  Pavel Roskin  <proski@gnu.org>
1136         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
1137         files if GNOME frontend is disabled.
1138         * idl/Makefile.am: Likewise.
1139         * lib/Makefile.am: Likewise.
1140         * new_icons/Makefile.am: Likewise.
1142         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
1143         case it already has gettext macros elsewhere and doesn't like
1144         duplicates (i.e. it's aclocal from Automake-1.4).
1146 2001-08-20  Pavel Roskin  <proski@gnu.org>
1148         * AUTHORS: Updated.
1149         * INSTALL: Likewise.
1150         * NEWS: Likewise.
1151         * doc/mc.1.in: Likewise.
1152         * doc/mcserv.8.in: Likewise.
1154         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
1155         for sys/mount.h.
1157 2001-08-19  Andras Timar  <timar@gnome.hu>
1159         * lib/Makefile.am: Added Hungarian hints
1160         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
1162 2001-08-19  Pavel Roskin  <proski@gnu.org>
1164         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
1166 2001-08-17  Pavel Roskin  <proski@gnu.org>
1168         * syntax/po.syntax: New file - PO file highlighting.
1169         From David Martin <dmartina@excite.es>
1170         * syntax/Makefile.am: Add po.syntax.
1172         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
1173         it's sometimes missing from the databases.
1175 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
1177         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
1178         * lib/Makefile.am: Reflect above change.
1180 2001-08-15  Pavel Roskin  <proski@gnu.org>
1182         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
1184 2001-08-14  Pavel Roskin  <proski@gnu.org>
1186         * lib/mc.lib: Add popular sequences for "home" and "end" in
1187         "xterm" and "xterm-color" terminals.
1189 2001-08-13  Pavel Roskin  <proski@gnu.org>
1191         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
1193         Replace "Can't" with "Cannot" everywhere.
1195 2001-08-12  Pavel Roskin  <proski@gnu.org>
1197         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
1198         subshell, not for "Open file...".
1199         (emacs_key_map): Likewise.
1201         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1203 2001-08-10  Pavel Roskin  <proski@gnu.org>
1205         * Makefile.am (EXTRA_DIST): Remove BUGS.
1206         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
1208         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
1210         * doc/LSM: Remove, it's outdated.
1211         * doc/FILES: Likewise.
1212         * doc/DEVEL: Remove information about FILES.
1214         * FAQ: Eliminate all broken URLs on the MC site.
1215         From Frederic L. W. Meunier <0@pervalidus.net>
1217         * FAQ: Restore information about xterm.
1219 2001-08-08  Pavel Roskin  <proski@gnu.org>
1221         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1223 2001-08-07  Pavel Roskin  <proski@gnu.org>
1225         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
1227         * doc/mc.1.in: Fix all broken links.
1229 2001-08-06  Pavel Roskin  <proski@gnu.org>
1231         * INSTALL: Numerous changes.  Declare old curses obsolete.
1232         Partly from Frederic L. W. Meunier <0@pervalidus.net>
1234         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
1236 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
1238         * lib/Makefile.am: Remove space after backslash introduced in the
1239         previous commit.
1241         * lib/mc.hint.zh_TW.Big5: New file.
1242         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
1244 2001-08-02  Pavel Roskin  <proski@gnu.org>
1246         * lib/mc.hint.uk: New file.
1247         From Maksym Polyakov <polyama@yahoo.com>
1248         * lib/Makefile.am: Add mc.hint.uk.
1250 2001-08-01  Pavel Roskin  <proski@gnu.org>
1252         * lib/mc.hint.nl: New file.
1253         From Steef Boerrigter <sxmboer@sci.kun.nl>
1254         * lib/Makefile.am: Add mc.hint.nl.
1255         * lib/mc.hint: Remove ftp site.  Update copyright.
1256         * lib/mc.hint.cs: Likewise.
1257         * lib/mc.hint.es: Likewise.
1258         * lib/mc.hint.it: Likewise.
1259         * lib/mc.hint.pl: Likewise.
1260         * lib/mc.hint.ru: Likewise.  Shorten some lines.
1262         * edit/Makefile.in: Allow running "make install" before "make all".
1263         * gtkedit/Makefile.in: Likewise.
1265 2001-07-31  Pavel Roskin  <proski@gnu.org>
1267         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
1268         editor.
1269         * lib/Makefile.am: Add lib/edit.spell.rc.
1271         * autogen.sh: Use gettextize.
1272         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
1273         * po/Makefile.in.in: Likewise.
1275 2001-07-29  Pavel Roskin  <proski@gnu.org>
1277         * syntax/slang.syntax: New file.
1278         From Walery Studennikov <despair@sama.ru>
1279         * syntax/Makefile.am: Add slang.syntax.
1281 2001-07-27  Pavel Roskin  <proski@gnu.org>
1283         * extraconf.h: Move WITH_BACKGROUND here.
1285 2001-07-24  Pavel Roskin  <proski@gnu.org>
1287         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
1289 2001-07-23  Pavel Roskin  <proski@gnu.org>
1291         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
1293 2001-07-20  Pavel Roskin  <proski@gnu.org>
1295         * Make.common.in: Move all defines ...
1296         * gnome/Makefile.in: ... here ...
1297         * src/Makefile.in: ... and here.
1299 2001-07-19  Pavel Roskin  <proski@gnu.org>
1301         * configure.in: Don't check for getwd, it's completely
1302         eliminated.
1303         * INSTALL: Remove reference to HAVE_GETWD.
1305         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
1306         entries for compressed cpio archives.
1308         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
1309         they were only used in obsolete frontends.  Don't ever use %view
1310         without commands - it's slower and loses user settings, e.g.
1311         hex mode.  Put shared libraries before man pages and read.me
1312         before .me macros so that they match correctly.  Use nm for
1313         shared libraries.  Add rules for StarOffice and AbiWord.
1315 2001-07-14  Pavel Roskin  <proski@gnu.org>
1317         * configure.in: Bump version to 4.5.54a.
1319 2001-07-13  Pavel Roskin  <proski@gnu.org>
1321         * lib/mcserv.init: Fix exit status.
1322         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
1324         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
1325         "executable", which should follow a space. Simplify rules for
1326         images. Add shell/ rule for *.info files. Fix all incorrect
1327         uses of the alternation operator.
1328         Reported by Oskar Liljeblad and Michel Casabona.
1330 2001-07-12  Pavel Roskin  <proski@gnu.org>
1332         * configure.in: Don't check for iconv, it's already checked for
1333         in AM_GNU_GETTEXT.
1335 2001-07-10  Pavel Roskin  <proski@gnu.org>
1337         * doc/mc.1.in: Update documentation about hex search.
1339         * edit/edit_key_translator.c (cooledit_key_map): Bind
1340         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
1341         From Steef Boerrigter <sxmboer@sci.kun.nl>
1343         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
1344         * edit/edit_key_translator.c (cooledit_key_map): Add support
1345         for bracket matching on Alt-B.
1346         * gtkedit/gtkeditkey.c: Likewise.
1347         From Steef Boerrigter <sxmboer@sci.kun.nl>
1349 2001-07-06  Pavel Roskin  <proski@gnu.org>
1351         * lib/mc.ext.in: Use nm to view object files.
1353         * Make.common.in: Remove GNOME-specific and unused definitions.
1354         Partly moved to gnome/Makefile.in.
1356         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
1357         they are usused.
1358         * Make.common.in: Likewise.
1360 2001-06-29  Pavel Roskin  <proski@gnu.org>
1362         * ABOUT-NLS: Update to the version from gettext-0.10.38.
1364         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
1365         now done in configure. Move -I.. to the beginning.
1366         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
1367         libintl.a may be required to link mc.
1368         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
1369         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
1370         Move all i18n code to one place. Don't substitute INTLSUB - it's
1371         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
1372         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
1374 2001-06-25  Pavel Roskin  <proski@gnu.org>
1376         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
1377         It should be enabled explicitly by giving `--enable-largefile'
1378         to configure.
1379         * INSTALL: Document it.
1381 2001-06-22  Pavel Roskin  <proski@gnu.org>
1383         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
1385         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
1386         in struct statfs.
1387         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
1389         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
1390         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
1391         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
1392         found.
1393         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
1395 2001-06-19  Pavel Roskin  <proski@gnu.org>
1397         * configure.in: Check for telldir and seekdir. Join adjacent
1398         calls to AC_CHECK_FUNCS.
1400 2001-06-16  Pavel Roskin  <proski@gnu.org>
1402         * Makefile.am: Change the order of SUBDIRS to fully compile text
1403         edition before compiling anything for GNOME.
1404         * mc.spec.in: Don't use brace expansion to avoid implicit
1405         build-time dependency on bash.
1407 2001-06-13  Pavel Roskin  <proski@gnu.org>
1409         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
1410         the test code.
1411         * configure.in: Fix compiler warnings in the arguments to
1412         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
1413         around `=' in the `test' command.
1415 2001-06-07  Pavel Roskin  <proski@gnu.org>
1417         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
1418         GNOME documentation template.
1419         * doc-gnome/C/mkhtml: Don't generate index.
1420         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
1422 2001-06-06  Pavel Roskin  <proski@gnu.org>
1424         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
1425         conditional variables from EXTRA_DIST.
1427 2001-06-05  Pavel Roskin  <proski@gnu.org>
1429         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
1430         conversion support.
1431         From Walery Studennikov <hqsoftware@mail.ru>.
1433         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
1435 2001-06-01  Pavel Roskin  <proski@gnu.org>
1437         * lib/mc.charsets: Synchronize with the latest patch - remove
1438         a comment.
1440 2001-05-30  Pavel Roskin  <proski@gnu.org>
1442         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
1443         work with GNOME.
1445         * lib/mc.charsets: New file. From Walery Studennikov.
1446         * lib/Makefile.am: Distribute mc.charsets. Install it if
1447         the charset support is enabled.
1449         * configure.in: Add check for iconv() and the necessary code
1450         to support the charset selection patch.
1452         * configure.in: Add check for ESCDELAY variable in ncurses.
1454 2001-05-29  Pavel Roskin  <proski@gnu.org>
1456         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
1457         USE_EXT2FSLIB.
1459         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
1460         * pc/config.h: Likewise.
1462         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
1463         and "strings". Recognize "write" files and MS Word templates.
1464         For MS Excel documents try "xls2csv" and "strings".
1465         Escape spaces in the "type" directives.
1466         From Nerijus Baliunas.
1468         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
1470         * Make.common.in: Remove hpath, it's unused.
1472         * acconfig.h: Move constant parts ...
1473         * extraconf.h: ... here.
1474         [HAVE_X]: Disable subshell, s-lang and curses.
1475         * Makefile.am: Add extraconf.h.
1477 2001-05-28  Pavel Roskin  <proski@gnu.org>
1479         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
1480         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
1481         * configure.in: ... here.
1483 2001-05-27  Pavel Roskin  <proski@gnu.org>
1485         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
1486         * acconfig.h: Likewise.
1487         * src/layout.c: Likewise.
1489         * Make.common.in: Remove all percent rules.
1490         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
1491         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
1492         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
1493         AM_INIT_AUTOMAKE.
1495         * Make.common.in: Remove obsolete dependency tracking system.
1496         * configure.in: Likewise.
1497         * edit/Makefile.in: Likewise.
1498         * gnome/Makefile.in: Likewise.
1499         * gtkedit/Makefile.in: Likewise.
1500         * slang/Makefile.in: Likewise.
1501         * src/Makefile.in: Likewise.
1502         * vfs/Make-mc.in: Likewise.
1503         * src/depend.awk: Remove.
1505 2001-05-26  Pavel Roskin  <proski@gnu.org>
1507         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
1508         * syntax/octave.syntax: New file. From Walery Studennikov.
1509         * syntax/Makefile.am: Add octave.syntax.
1511         * configure.in: Fix incorrect test for stdin support in grep -
1512         it would always fail when configuring in an empty directory.
1513         Portability fixes - unset, backslashed space in here-documents.
1514         Eliminate all instances of "changequote".
1516         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
1517         user choice.
1518         * acconfig.h: Changes for the above.
1519         * INSTALL: Don't document --with-sco - it's now defunct.
1520         * INSTALL.FAST: Likewise.
1522 2001-05-25  Pavel Roskin  <proski@gnu.org>
1524         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
1525         are in the beginning of the "file" output.
1527 2001-05-23  Pavel Roskin  <proski@gnu.org>
1529         * lib/mc.ext.in: Add associations for viewing RPM files.
1531 2001-05-22  Pavel Roskin  <proski@gnu.org>
1533         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
1534         By default exit after the first error in jade.
1536         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
1537         JADEFLAGS environment variables. Report progress. Clean up on
1538         failure.
1540 2001-05-21  Pavel Roskin  <proski@gnu.org>
1542         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
1543         files.
1545         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
1546         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
1548 2001-05-20  Pavel Roskin  <proski@gnu.org>
1550         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
1551         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
1552         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
1553         * doc-gnome/C/figs/Makefile.am: Add support for converting from
1554         PNG to EPS.
1556         * Makefile.am (EXTRA_DIST): Remove create_vcs.
1557         * doc/FILES: Likewise. Typo fix.
1559 2001-05-19  Pavel Roskin  <proski@gnu.org>
1561         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
1562         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
1563         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
1565         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
1566         index entry "Moving files".
1568 2001-05-18  Pavel Roskin  <proski@gnu.org>
1570         * configure.in: Use src/main.c in AC_INIT.
1572         * create_vcs: Remove.
1574         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
1575         Add download location for glib.
1576         * mc.spec.in: Likewise.
1577         * doc/LSM: Likewise.
1578         * doc/mc.1.in: Likewise.
1579         * doc/mcedit.1.in: Likewise.
1580         * src/ext.c: Don't mention download location for MC.
1582         * FAQ: Update status of Tk, XView. and GNOME editions. Update
1583         homepage of gpm.
1585         * INSTALL: Remove information about Tk and XView. Change the
1586         mailing list addresses again.
1587         * FAQ: Change the mailing list addresses again.
1588         * MAINTAINERS: Likewise.
1589         * README: Likewise.
1590         * doc/mc.1.in: Likewise.
1591         * gnome/gmc-window.c: Likewise.
1592         * lib/README.xterm: Likewise.
1593         * lib/mc.ext.in: Likewise.
1594         * lib/mc.hint*: Likewise.
1595         * lib/mc.hlp.hu: Likewise.
1596         * po/*.po: Likewise.
1597         * src/main.c: Likewise.
1599 2001-04-20  Pavel Roskin  <proski@gnu.org>
1601         * FAQ: Change the mailing list addresses and the download
1602         locations.
1603         * INSTALL: Likewise.
1604         * MAINTAINERS: Likewise.
1605         * README: Likewise.
1606         * doc/mc.1.in: Likewise.
1607         * gnome/gmc-window.c: Likewise.
1608         * lib/README.xterm: Likewise.
1609         * lib/mc.ext.in: Likewise.
1610         * lib/mc.hint*: Likewise.
1611         * lib/mc.hlp.hu: Likewise.
1612         * po/*.po: Likewise.
1613         * src/main.c: Likewise.
1615 2001-04-19  Pavel Roskin  <proski@gnu.org>
1617         * configure.in: Don't install mcserv unless
1618         "--enable-mcserv-install" has heen specified.
1619         Don't quote the first argument in all calls to AM_CONDITIONAL
1620         to work around a bug in Automake 1.4.
1621         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
1622         * vfs/Make-mc.in: Likewise.
1624 2001-04-13  Pavel Roskin  <proski@gnu.org>
1626         * configure.in: Bump version to 4.5.53a.
1628 2001-04-06  Pavel Roskin  <proski@gnu.org>
1630         * gtkedit/editcmd.c: Remove support for XView layout attributes.
1631         * gtkedit/editoptions.c: Likewise.
1632         * pc/chmod.c: Likewise.
1633         * pc/drive.c: Likewise.
1634         * src/boxes.c: Likewise.
1635         * src/chmod.c: Likewise.
1636         * src/dlg.c: Likewise.
1637         * src/dlg.h: Likewise.
1638         * src/filegui.c: Likewise.
1639         * src/find.c: Likewise.
1640         * src/hotlist.c: Likewise.
1641         * src/layout.c: Likewise.
1642         * src/listmode.c: Likewise.
1643         * src/main.c: Likewise.
1644         * src/option.c: Likewise.
1645         * src/panelize.c: Likewise.
1646         * src/wtools.c: Likewise.
1647         * src/wtools.h: Likewise.
1648         * vfs/smbfs.c: Likewise.
1650         * autogen.sh: Check out "intl" and "macros" directories if they
1651         are missing. Simply "cvs up -d" won't restore them.
1653         * configure.in: Bump version to 4.5.52a.
1655 2001-03-14  Pavel Roskin  <proski@gnu.org>
1657         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
1658         Automake conditional USE_SAMBA_FS if Samba is to be supported
1659         in VFS.
1661 2001-03-07  Pavel Roskin  <proski@gnu.org>
1663         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
1664         defined.
1665         Reported by Norbert Warmuth.
1667         * configure.in: Don't process vfs/extfs/uzip - it's now
1668         constant.
1670         * syntax/changelog.syntax: Require space after asterisk to have
1671         it highlighted.
1673 2001-03-02  Pavel Roskin  <proski@gnu.org>
1675         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
1676         * configure.in: Use AC_PROG_CC_STDC instead.
1678         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
1679         Suggested by Christian Gennerat.
1681         * lib/mc.ext.in: Add support for "freeze" - old compression
1682         program used mostly on QNX.
1683         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
1684         * lib/Makefile.am: Adjusted.
1686 2001-02-26  Pavel Roskin  <proski@gnu.org>
1688         * lib/mc-gnome.ext.in: Remove, it's not used.
1689         * configure.in: Remove lib/mc-gnome.ext.
1690         * lib/Makefile.am: Likewise.
1692 2001-02-20  Pavel Roskin  <proski@gnu.org>
1694         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
1695         defined to prevent warnings on OpenBSD 2.7.
1696         * slang/jdmacros.h: Likewise.
1697         * src/mad.h: Likewise.
1698         * src/poptalloca.h: Likewise.
1700         * configure.in: Check for sys/time.h and sys/timeb.h. Use
1701         AC_HEADER_TIME.
1703 2001-02-07  Pavel Roskin  <proski@gnu.org>
1705         * autogen.sh: Create vfs/samba/include/stamp-h.in.
1706         * vfs/samba/include/stamp-h.in: Remove.
1708         * macros/curses.m4: Quote first argument to AC_DEFUN.
1709         * macros/gnome-cxx-check.m4: Likewise.
1710         * macros/gnome-gettext.m4: Likewise.
1711         * macros/gnome-libgtop-check.m4: Likewise.
1712         * macros/gnome-print-check.m4: Likewise.
1713         * macros/linger.m4: Likewise.
1714         * macros/need-declaration.m4: Likewise.
1716         * configure.in: Only configure in vfs/samba if smbfs support is
1717         enabled even with Autoconf 2.13.
1719 2001-01-30  Pavel Roskin  <proski@gnu.org>
1721         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
1722         --without-samba due to a typo.
1724         * configure.in: Only configure in vfs/samba if smbfs support is
1725         enabled. This optimization will only work with Autoconf-2.49c
1726         and above.
1728 2001-01-13  Pavel Roskin  <proski@gnu.org>
1730         * configure.in: Don't create a faked malloc.h.
1731         * gtkedit/edit.h: Don't assume that malloc.h always exists.
1732         * src/mad.h: Likewise.
1734         * configure.in: Simplified handling of cons.saver.
1735         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
1736         * mc.spec.in: Remove a workaround for the above.
1738         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
1739         for MC. Don't rely on the output of uname - use $host_os.
1741 2001-01-11  Pavel Roskin  <proski@gnu.org>
1743         * configure.in: Check for ext2 libraries only if VFS is enabled.
1745         * src/Makefile.in: Create directories before installing files.
1746         Removed all occurences of libprefix - it's never defined.
1748         * configure.in: All macros from configure.in moved to
1749         acinclude.m4. Added missing quotes in several places.
1750         * acinclude.m4: Likewise.
1752         * edit/Makefile.in: Don't install or uninstall mcedit -
1753         it cannot be installed before mc on systems without symlinks.
1754         * gtkedit/Makefile.in: Likewise.
1755         * src/Makefile.in: Install mcedit (if enabled) and mcview.
1756         Uninstall them.
1758         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
1759         from acinclude.m4 in gtk+:
1760         Don't define ENABLE_NLS unless we have a working NLS.
1761         (This should keep libintl.h from being included when it doesn't
1762         exist).
1764 2001-01-09  Pavel Roskin  <proski@gnu.org>
1766         * doc-gnome/C/figs/Makefile.am: New file.
1767         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
1768         makefile do it.
1769         * configure: Substitute doc-gnome/C/figs/Makefile.
1771         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
1773 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
1775         * lib/mc.hlp.hu: Added Hungarian help file from
1776           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
1777           maci@integrity.hu, mfh47@freemail.hu
1778         * lib/Makefile.am: Added LOCALIZED_HELP for further
1779           mc.hlp l10ns
1780         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
1781           gtkedit/editcmd.c: I18n of mc.hlp
1783 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
1785         * doc/mc.1.in: Corrected badly formatted link...
1787 2000-11-10  Robert Brady  <robert@suse.co.uk>
1789         * configure.in: Add Tamil to ALL_LINGUAS.
1791 2000-10-23  Pavel Roskin  <proski@gnu.org>
1793         * mc.spec.in: Allow mcserv.8 to be gzipped.
1795         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
1796         that cannot deal with "./gmc.sgml".
1798 2000-10-09  Pavel Roskin  <proski@gnu.org>
1800         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
1801         that CVS Automake will drop dependencied to the macros that
1802         we don't distribute.
1804         * lib/mc.ext.in: Removed references to icons. Source RPMs
1805         grouped to one regex. Removed "Update" for source RPMs, added
1806         "Rebuild" instead. Added "Check signature" for all RPMs.
1807         Added a comment about pop-up menus in the text edition.
1809 2000-10-06  Pavel Roskin  <proski@gnu.org>
1811         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
1812         flags moved out of CFLAGS as recommended by GNU coding
1813         standards.
1814         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
1815         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
1816         XCPPFLAGS.
1817         * INSTALL (Random notes on porting to other architectures):
1818         Completely rewritten. Recommended using CFLAGS instead of XINC.
1820 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1822         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
1824 2000-10-04  Christophe Merlet  <christophe@merlet.net>
1826         * gnome/*.desktop: Updated french strings.
1828 2000-10-03  Pavel Roskin  <proski@gnu.org>
1830         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
1831         to allow <legalnotice>. Unclosed tags fixed.
1833 2000-09-30  Pavel Roskin  <proski@gnu.org>
1835         * mc.spec.in: New package mc-common. Use DESTDIR instead of
1836         misusing prefix. Don't install old icons - they don't exist.
1838         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
1839         "export -f" to have mc() exported.
1840         * doc/mc.1.in: Changed description of the "-P" option to
1841         avoid inclusion of mc.sh and mc.csh into the manual.
1842         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
1844 2000-09-24  Pavel Roskin  <proski@gnu.org>
1846         * doc/mc.1.in: Minor formatting fixes.
1848         * lib/mc.sh.in: Remove temporary file non-interactively.
1849         * doc/mc.1.in: updated example for mc.sh.
1851 2000-09-23  Pavel Roskin  <proski@gnu.org>
1853         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
1854         updates it when needed.
1855         * mc.spec.in: Include translations with mc, not gmc. Run
1856         chkconfig --del in %preun, not %postun. --without-debug not
1857         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
1858         be executable. New files in %{prefix}/lib/mc/ - translated hints,
1859         editor files.
1861         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
1862         directory for document processing. Comment changes. gmc.ps and
1863         gmc.pdf now generated from gmc.dvi.
1865         * configure: Always include Make.common as file, otherwise
1866         "make distclean" breaks.
1867         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1868         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
1869         replaced with "rm -f" - the stangard says that "rm" is portable.
1870         Ditto $(MV). Adjusted *clean targets to match those in
1871         Automake. Removed "cross" target.
1873 2000-09-22  Pavel Roskin  <proski@gnu.org>
1875         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
1876         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
1877         * doc/Makefile.in: Converted to ...
1878         * doc/Makefile.am: ... this.
1880 2000-09-21  Pavel Roskin  <proski@gnu.org>
1882         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
1883         is not expanded in all shells.
1884         * doc/mc.sgml: Updated the example script to reflect the above
1885         changes.
1886         * doc/mc.in.1: Likewise.
1888 2000-09-19  Pavel Roskin  <proski@gnu.org>
1890         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
1891         Marco Ciampa
1893 2000-09-18  Pavel Roskin  <proski@gnu.org>
1895         * Make.common.in: Added installcheck to placate "make distcheck"
1896         * configure.in, Make.common.in, doc/Makefile.in,
1897         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1898         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
1899         variable MKINSTALLDIRS and builddir with Automake-compatible
1900         mkinstalldirs and top_builddir.
1901         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
1902         files. Added uninstall-local target.
1904 2000-09-17  Pavel Roskin  <proski@gnu.org>
1906         * configure.in: fixed wrong use of AC_MSG_RESULT inside
1907         AC_CACHE_VAL
1909         * Make.common.in: Added the "dvi" target for "make distcheck"
1910         to go further
1911         * doc-gnome/C/Makefile.in: converted to ...
1912         * doc-gnome/C/Makefile.am: ... this
1914 2000-09-15  Pavel Roskin  <proski@gnu.org>
1916         * acconfig.h, configure.in: Require autoconf 2.13 or above.
1917         Removed workarounds for older versions. Removed MCDEBUG
1918         variable - it's not used. --with-debug renamed to --with-mad and
1919         cleaned up. Always use -Wall with gcc, other manipulations with
1920         CFLAGS removed.
1922         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1923         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1924         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
1925         mc.pot becomes out of date in the tarball.
1927 2000-09-14  Pavel Roskin  <proski@gnu.org>
1929         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
1930         tests for cp, mv and rm.
1931         * Make.common.in: Removed variables xv_bindir and STRIP.
1932         Variables CP, MV and RMF are assigned trivial values.
1934         * edit/Makefile.in: Don't link headers, add extra includes
1935         to CPPFLAGS instead. Put links to the build directory.
1936         Remove the hack with "mx" - it is not needed anymore.
1938         * configure.in: remove any manupulations with top_srcdir.
1939         Don't change CPPGLAGS when the internal editor is enabled,
1940         instead do it ...
1941         * edit/Makefile.in, gtkedit/Makefile.in: ... here
1943         * configure.in, Make.common.in, doc/Makefile.in,
1944         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1945         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
1946         changed to top_srcdir for Automake compatability
1948         * configure.in: REGEX_O variable removed - always use our regex
1950         * configure.in: MCFGR variable removed
1952 2000-09-12  Pavel Roskin  <proski@gnu.org>
1954         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
1955         other GNOME modules
1956         * autogen.sh: remove "-I ." from the "aclocal" command line
1958 2000-09-01  Pavel Roskin  <proski@gnu.org>
1960         * configure.in: output vfs/extfs/Makefile
1962         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
1963         to avoid a warning
1964         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
1965         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
1967 2000-08-29  Pavel Roskin  <proski@gnu.org>
1969         * configure.in: use AM_GNOME_GETTEXT
1970         * gettext.m4: removed
1971         * Makefile.am: adjusted files to distribute, previous change
1972         reverted
1974         * mc-aclocal.m4: renamed to ...
1975         * acinclude.m4: ... this
1976         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
1977         * Makefile.am: aclocal should scan "." for gettext.m4
1979 2000-08-28  Pavel Roskin  <proski@gnu.org>
1981         * Make.common.in: removed hack for "make distcopy"
1982         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1983         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1984         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
1985         for external builds.
1986         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
1988 2000-08-24  Pavel Roskin  <proski@gnu.org>
1990         * new_icons/Makefile.in: converted to ...
1991         * new_icons/Makefile.am: ... this
1992         * configure.in: automake conditional GNOME introduced.
1993         "insticons" removed
1995         * icons/*: removed
1996         * Makefile.am, configure.in: necessary adjustments
1998         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
1999         automake installs them now
2001         * syntax/Makefile.in: converted to ...
2002         * syntax/Makefile.am: ... this
2004         * idl/Makefile.in: converted to ...
2005         * idl/Makefile.am: ... this
2007         * lib/Makefile.am: simplified, fixed "make dist"
2009         * lib/Makefile.in: converted to ...
2010         * lib/Makefile.am: ... this
2012         * lib/tkmc.wmconfig: removed
2013         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
2015         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
2016         to ...
2017         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
2018         * Make.common.in: support for "distdir" for compatability
2019         with Automake-generated makefiles
2020         * autogen.sh: run automake. Force cache - it is off by default
2021         in autoconf 2.49a, but it's still handy for maintainers
2022         * configure.in: adapted for Automake
2024         * AUTHORS: new file
2026 2000-08-23  Pavel Roskin  <proski@gnu.org>
2028         * configure.in: resurrect definition of xvers
2030         * VERSION.in: removed
2031         * Makefile.in: don't do anything with VERSION.in and VERSION
2032         Take mc.spec from builddir, not srcdir
2033         * configure.in: don't create VERSION
2035 2000-08-22  Pavel Roskin  <proski@gnu.org>
2037         * *.c, *.h: Updated address of Free Software Foundation
2039 2000-08-21  Pavel Roskin  <proski@gnu.org>
2041         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
2042         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
2043         related to XView, libXPM, libXext and Tk
2045 2000-08-18  Pavel Roskin  <proski@gnu.org>
2047         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
2048         files
2050         * configure.in: Simplified dependency tracking by using
2051         "-include" with GNU Make
2052         * autogen.sh: Exit on all failures
2054 2000-08-17  Pavel Roskin  <proski@gnu.org>
2056         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
2057         Fixed all misuses of single and double quotes. Typo fixes.
2058         Ensured compatability with sgml2html, sgml2txt and sgml2latex
2059         * doc/mc.1.in: Typo fix
2061         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
2062         * doc/linuxdoc-sgml.diff: removed
2063         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
2064         distribute gnome.sgml
2066 2000-08-15  Pavel Roskin  <proski@gnu.org>
2068         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
2069         in the "distclean" target
2071         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
2072         Removed all XVIEW-related stuff
2073         Fixed placement of png files on "make dist"
2075         * doc/mc.1.in: Updated info about the internal editor
2077         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
2078         indicate serious problems. Fixes for uninstall.
2079         * doc/Makefile.in: Rebuild if it is out of date.
2081         * lib/cedit.menu: Added. This file has been missing
2083         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
2085 2000-08-08  Pavel Roskin  <proski@gnu.org>
2087         * Makefile.in: correctly detect make failures in subdirs
2089 2000-08-01  Pavel Roskin  <proski@gnu.org>
2091         * nt, os2, tk, xv: removed all files
2092         * configure.in: don't create os2 and nt directories
2094 2000-08-01  Pavel Roskin  <proski@gnu.org>
2096         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
2098         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
2100 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
2102         * src/main.c: make 8bit input/output the default (99% of the people
2103         expects that; lets the remaining 1% use the configuration menu
2104         to disactivate it if they want)
2106 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
2108         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
2110 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
2112         * configure.in: check for gnome-libs with window icon support
2114         * acconfig.h: add icon define
2116 2000-06-08  Matthias Warkus  <mawa@iname.com>
2118         * new_icons/gnome-pack-*.png: Updated.
2119         * gnome/mc.keys: Added a MIME type for SLP packages.
2121 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
2123         * syntax/diff.syntax: Highlight lines beginning with "File",
2124         "Files" and "Binary"
2125         * syntax/makefile.syntax: Highlight "ifndef"
2126         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
2127         highlighted)
2129 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2131         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
2132         comment lines with # in last release
2134 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2136         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
2138 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2140         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
2141         look more consistent than original.
2143 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2145         * config.in: Added check against strcoll().
2147 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2149         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
2150         added 'and', 'or', 'not', 'for' keywords.
2152 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2154         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
2155         based systems. Hope, this will make FreeBSD midc maintainer to enable
2156         build-in editor by default. Still, syntax highlighting is disabled.
2157         Need to port...
2159 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2161         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2162           fixed, some messages gettext()ed again here and in
2163         gtkedit/editmenu.c:edit_about_cmd()
2165 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2167         * doc/mc.sgml (Examples): Fixed documentation, thanx
2168         to martin@internet-treff.uni-koeln.de.
2170 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
2172         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
2173         the label text
2175 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
2177         * gtkedit/syntax.c: treat *.ads as Ada source
2178         * syntax/ada95.syntax: escape "+" and "*"
2179         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
2180         * syntax/Makefile.in: remove diffc.syntax
2182         * edit/edit_key_translator.c: interpret code 0177 as
2183         backspace unless recognized otherwise
2185 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
2187         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
2188         initialization of array of structure (gcc version 2.96 20000131
2189         chokes on it).
2191         * lib/mc.hint: C-y and not C-u can be used to insert text in input
2192         lines (e. g. text which has been deleted with M-d).
2194         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
2196 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
2198         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
2200 2000-01-29  Matthias Warkus  <mawa@iname.com>
2202         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
2203         design on Federico's request.
2205 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
2207         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
2208         an ArrangeType enum.
2210 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
2212         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
2213         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
2214         setup.c: Add option of using GNOME "magic" routines to determine file
2215         types. This makes MC intelligently look at the data in the file to see
2216         what type of file it is, rather than looking at the filename extension.
2217         This slows down MC quite a bit, so it has been made an optional
2218         preference item. Type detection is expected to improve as mime-magic
2219         matures.
2221 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
2223         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
2224         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
2225         providing a patch.
2227 2000-01-11  Matthias Warkus  <mawa@iname.com>
2229         * Added icon and keys entry for Scheme source.
2231 2000-01-03  Fatih Demir  <kabalak@gmx.net>
2233         * configure.in: Added tr -> ALL_LINGUAS .
2235 1999-12-28  Matthias Warkus  <mawa@iname.com>
2237         * new_icons/*.png: Added a bunch of new icons.
2239 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
2241         * configure.in (VERSION): Bumped version number to 4.5.42.
2243 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
2245         * configure.in: added 'uk' to ALL_LINGUAS.
2247 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2249         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
2250         request from David Sauer
2252 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
2254         * configure.in (VERSION): Bumped version number to 4.5.41.
2256 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
2258         * configure.in (VERSION): Set version number to 4.5.39.
2260 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
2262         * configure.in: Added pt_BR to ALL_LINGUAS
2264 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
2266         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
2267         path to the mc binary according to @prefix@.
2269         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
2270         configure. Install mc.sh and mc.csh in $(suppbindir).
2272         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
2273         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
2274         copies of the included function definitions.
2276         * mcfn_install.in: Comment out definitions of the mc functions. Source
2277         mc.sh instead of adding an outdated mc function definition.
2279         * configure.in: output mc.sh and mc.csh
2281 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
2283         * lib/startup.links: Changed the news link to Gnotices
2285 1999-09-19  David Martin  <dmartina@usa.net>
2287         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
2288         8 bit chars from strftime get displayed when inserting date.
2290         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
2291         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
2292         file to avoid interferences. In this one I changed the extension check
2293         to a type check (as used for gzip) which might give problems in some
2294         systems.
2296         * configure.in: Use -Tlatin1 to format man pages when available and
2297         "view" 8 bit chars.
2299 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
2301         * gtkedit/edit.h: Include file reordering to make it compile with
2302         --with-debug
2304         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
2305         dependent on lenght of translated strings to display.
2307 1999-09-16  Owen Taylor  <otaylor@redhat.com>
2309         * Remove the magicdev autoconf test in favor of just
2310         including the idl file. Otherwise we have a dependency
2311         loop between this and magicdev.
2313 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
2315         * idl/FileManager.idl: Changed names, and put everything under a
2316         FileManager module.  Added a Desktop interface and some methods to
2317         the WindowFactory interface.
2319 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
2321         * doc-gnome/*: Shiny new docs from users-guide.
2322         All synced up.
2324 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
2326         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
2328 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
2330         * README: Updated and spell-checked.
2332         * NEWS: Updated.
2334 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
2336         * configure.in (ALL_LINGUAS): Added sv.
2338 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
2340         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
2341         symlink attacks (mcfn_install and the man page still needs to be
2342         updated).
2344 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
2346         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
2347         a symbolic link (ln -sf doesn't work as expected on Solaris)
2349 1999-08-19  Elliot Lee  <sopwith@redhat.com>
2350         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
2352 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
2354         * doc-gnome/C/gmc.sgml: Index fixes.
2356 1999-08-18  Elliot Lee  <sopwith@redhat.com>
2358         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
2359         initializers in the GnomeUIInfo structure.
2361 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
2363         * configure.in (VERSION): Bumped version number to 4.5.38.
2365 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
2367         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
2369 1999-08-15  David Martin  <dmartina@usa.net>
2371         * gtkedit/edit.c: Print localized date with strftime()
2373         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
2375 1999-08-08  David Martin  <dmartina@usa.net>
2377         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
2378         translation.
2380         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
2381         translation as it used to be.
2383 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2385         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
2386         that the correct index.html will be generated.
2388 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2390         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
2391         to the list.
2393 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
2395         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
2396         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
2397         This adds some new syntax rules, and spell check on the fly
2398         which if someone bugs me for, will actually get enabled in
2399         both the text and gnome versions. Bookmark stuff also needs
2400         some keys bound to it, I suppose: any takers?
2402 July 19, 1999 Elliot Lee
2403         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
2405 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
2407         * Makefile.in (all): Makefile fix.
2409 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2411         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2412         should fix the problem we had with FSSTND distributions.
2414 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2416         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
2417         list of distributed files.
2419 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2421         * configure.in (VERSION): Bumped version number to 4.5.34.
2423 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
2425         * Add fi into ALL_LINGUAS
2427 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
2429         * gnome/i-zipdisk2.png: Added another zip-disk icon
2430         by <scarab@egyptian.net> - It looks very nice. Variation
2431         is good.
2433 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2435         * acconfig.h: Add WITH_SMBFS
2437         * macros/gnome-vfs.m4: Support conditional samba support.
2439 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2441         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2442         should fix the problem we had with FSSTND distributions.
2444 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
2446         * mc.spec.in: added syntax files to %files
2448 1999-06-22  David Martin  <dmartina@usa.net>
2450         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
2452 1999-06-07  Shooby Ban  <bansz@szif.hu>
2454         * po/hu.po, configure.in: added hungarian translations...
2455           I'm not sure it's OK, but it seems usable.
2456           Translators: Tamas Fejos and Andras Kadar
2458 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
2460         * configure.in, Makefile.in: added the gmc helpfile to the build
2462 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
2464         * Add ja entry to LANG in configure.in
2466 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2468         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
2469         be installed in the system :) (added it to the Makefile.in)
2471 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2473         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
2474         disks - someone please add it to the mount.c code so it gets used..
2475         Everyone have a nice time at the expo! :) I hope to join the
2476         next time.
2478 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2480         * configure.in: Added check for getpt ()
2482 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2484         * configure.in (VERSION): Bumped version number to 4.5.31.
2486 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2488         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
2489         need to fool it by strdup'ing the return value of tempnam.
2491 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2493         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
2494         MCLIBS which are specific to the text edition.
2496         * INSTALL: Added documentation for --with-tm-x-support
2498 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
2500         * mc.spec.in : Folded in some changes from the 'offical' rpm
2501         spec file.
2503 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2505         * configure.in (SHELL): Do not use grep -q, as it is not portable
2506         to every OS.
2508 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2510         * configure.in: Linking from $srcdir/slang is broken when configure
2511         isn't called with an absolute path. Link from ../$srcdir/slang if
2512         configure was invoked with a relative path.
2514 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2516         * configure.in: Do not rm the destination file and then link, use
2517         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
2519 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2521         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
2522         --with-PACKAGE and --without-PACKAGE gave the same results.
2524 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2526         * configure.in (VERSION): Bumped version number to 4.5.30.
2528 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2530         * configure.in (VERSION): Bumped version number to 4.5.29.
2532 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2534         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
2535         now contains all checks.
2537 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2539         * configure.in (VERSION): bumped version number to 4.5.28.
2541 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
2543         * */Makefie.*: fixed several missed conversions from libdir to
2544         mclibdir. (Should be automake'd, really)
2546 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2548         * Make.common.in: There were conflicting definitions of mclibdir
2549         (one for installation, one for source).  Now the source one is
2550         called mcsrclibdir.
2552         * doc/Makefile.in: Use mcsrclibdir where appropriate.
2554 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
2556         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
2557         Pascal Program" (Heh, second time :)
2559         * Makefile.common: Until things gets clear, keep syntax rules in
2560         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
2562         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
2563         @libdir@.
2565 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
2567         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
2568         as requested by Paul. Still, need some checking...
2570 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
2572         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
2573         to date with cooledit 3.9.0. This adds some new features.
2574         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
2575         syntax.c. This is because the rule set is becoming too
2576         large to maintain in its current form and because file
2577         loading is starting to get slow.
2579         There is also a bookmark feature which does not yet have
2580         key bindings assigned to it, but should be cool once
2581         these get inserted. Syntax rules files are named
2582             $LIBDIR/cooledit/syntax/*.syntax
2584 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2586         * configure.in: Create slang directory, it is needed when
2587         builddir != srcdir.
2588         Use -f when calling rm, the file does not exist on
2589         first compile.
2590         No need to copy VERSION from $srcdir, it's already generated in
2591         $buildir.
2593 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
2595         * edit/edit_key_translator.c: Added missing translation tags.
2597 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2599         * configure.in: Minimum version of glib should be 1.2.0.
2600         (VERSION): Bumped version number to 4.5.27.
2602 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
2604         * gtkedit/editcmd.c: Added missing translation tags.
2606         * gtkedit/editoptions.c: Added missing translation tags. Translate
2607         radio buttons on first use.
2609 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
2611         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
2612         to get the mc spec file to work.
2613         * hacked configure to generate a properly versioned spec file.
2615 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2617         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
2618         radio buttons on first pass.
2620 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
2622         * gtkedit/editcmd.c: Mark strings in the search and replace
2623         dialogs for translation. Resized these dialogs to let the messages
2624         fit.
2626 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2628         * gtkedit/editwidget.c (selection_send): Use the proper type for
2629         64-bit cleanliness (Patch from George Lebl).
2631 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
2633         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
2634         into the catalog file.
2636 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2638         * configure.in: Make Timur's libtermcap check work with SLang
2639         0.99.98, too.
2641 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2643         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
2644         PS and EPS files.  Thanks, Tigert!
2646 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2648         * configure.in (CCOPTS): Drop the prefix auto-detection.
2650 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
2652         * configure.in: Add check, which, in case of system-installed SLang
2653         library tries to run a test program, which determines, does we need
2654         linking with libtermcap.a. Also, set of if's for finding terminfo
2655         dir changed to for cycle - a bit nicer :)
2657 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2659         * README.QNX: Deleted documention about mc.menu.qnx.diff.
2661 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2663         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
2665 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2667         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
2668         from tar calls when extracting (according to my man page this option
2669         is only useful when creating archieves).
2671 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2673         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
2674         adds support for tar.bz2 and merges the support for freeze-compressed
2675         tar files (tar.F) from mc.menu.qnx.diff.
2677 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
2679         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
2680         GNU-like :)
2682 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2684         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
2685         the catalog file.
2687 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
2689         * new_icons/gnome-core.png: New icon for core files. Someone
2690         please add the code part :)
2692 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
2694         * configure.in: Add check against setuid() and setreuid() functions.
2696 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2698         * slang/slang.h: renamed to slang-mc.h
2700         * slang/Makefile.in: delete slang.h on "make clean"
2702         * configure.in: link slang/slang-mc.h to slang/slang.h when the
2703         included slang is used. Problem was that MC's slang.h was used
2704         when we compiled with an already installed SLang and the systems
2705         header file were included with <slang/slang.h>.
2706         Unfortunatly I can't use AC_LINK_FILES to make the links because
2707         if we needn't make any links AC_LINK_FILES makes a link from
2708         srcdir to top_builddir (builddir != srcdir).
2710         Temporary add $LGPM to $LIBS when checking for the resizeterm
2711         and keyok functions (ncurses might be linked against GPM).
2713         Substitude PACKAGE (intl/Makefile makes use of it)
2715 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
2717         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
2718         #include "global.h".
2720 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
2722         * Make.common.in (gnewdir): new path.
2724 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
2726         * configure.in: Add comments before "Let" and "the" - typo. Add new
2727         path to include's search.
2729 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
2731         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
2733 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2735         * configure.in (REGEX_O): Always include regex.o as the code we
2736         are using in gmc is not using regcomp/regexec, but the internal
2737         Emacs API.
2739         * src/regex.c: Do not compile the POSIX compatibility code, as we
2740         do not use it.
2742 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2744         * doc/mc.sgml, mc1.in (Color section): minor polishing
2745         (Layout section): documented Highlight...
2747 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2749         * configure.in: Deleted du checks
2751         * INSTALL: Deleted --with-dusum documentation.
2753         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
2754         Configuration dialog. Added Advanced chown subsection. Deleted
2755         variables from the Special settings section which are now covered
2756         by the configuration dialog.
2758 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2760         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
2761         tar_gz_memlimit. Partially rewrote the section about the
2762         Virtual FS.. configuration dialog.
2764 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
2766         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
2768 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2770         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
2772         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
2773         builddir
2775 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
2777         * new_icons/gnome-image-[lots].png: I added some icons for file
2778         types (image) there - someone please tell me what the correct
2779         location and naming convention is and I will try to follow that. :)
2781 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
2783         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
2784         the build will still work.  (Has this been replaced by new_icons?)
2786 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
2788         * doc/mc.1.in, mc.sgml: added my name to list ov authors
2790 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2792         * Makefile.in (codedirs): Dropped xv and tk ports from the
2793         distribution. include idl directory.
2795 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2797         * configure.in (slang_use_system_installed_lib): Define slang
2798         here, to avoid having this on LIBS.
2800 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
2802         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
2804 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
2806         * config.h.in: Removed from CVS, added to .cvsignore
2808         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
2809         configure.in:
2810         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
2811         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
2812         HAS_CURSES added to acconfig.h
2814 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2816         * autogen.sh: Add "-I macros" to the aclocal flags.
2818         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
2819         so that aclocal will not complain about an obsolete macro.
2821         * configure.in: Use MC_HPUX_PROG_CC_STDC
2823         * ChangeLog: There was no ChangeLog here, so I added one.