*** empty log message ***
[midnight-commander.git] / ChangeLog
blobe4e69eefc0c29fe6b0ce803ca0e5330cad2a19b5
1 2002-10-24  Pavel Roskin  <proski@gnu.org>
3         * lib/mc.ext.in: Don't use links to view html - the "-dump"
4         option has been removed in the recent versions.
5         From David Martin <dmartina@excite.com>
7 2002-10-21  Pavel Roskin  <proski@gnu.org>
9         * acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
10         to the final configuration message.
12 2002-10-17  Pavel Roskin  <proski@gnu.org>
14         * doc/hu/Makefile.am: Generate Hungarian help file from the
15         manual, just like other languages.
16         * doc/hu/mc.1.in: New file, converted from the help file.
17         * doc/hu/xnc.hlp: Likewise.
18         * configure.in: Adjust for the above.
20         * doc/mc.1.in: Add node names.  Remove redundant paragraph
21         breaks at the start and the end of the sections.  Mention
22         "stalelink" as color keyword.
24 2002-10-14  Pavel Roskin  <proski@gnu.org>
26         * lib/mc.ext.in: Don't use "-dump" option with "links".
27         From David Martin <dmartina@excite.com>
29 2002-10-13  Pavel Roskin  <proski@gnu.org>
31         * lib/mc.hint*: Remove all references to "-1" - hints file is no
32         substitute to unambigous GUI.
33         From Christian Laubscher <christian.laubscher@tiscalinet.ch>
35 2002-10-12  Pavel Roskin  <proski@gnu.org>
37         * lib/mc.ext.in: Redirect stderr from "links" to suppress a
38         warning if it's not found.
40 2002-10-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
42         * doc/mc.1.in (SMB File System): Username is allowed in
43         URLs now (/#smb:[user@]machine).
44         * doc/ru/mc.1.in: Likewise.
46 2002-10-08  Pavel Roskin  <proski@gnu.org>
48         * configure.in: Rename RH_VERSION to RPM_VERSION - not every
49         rpm-based system is Red Hat.  Replace all dashes, not just one.
51         * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
52         termcap if terminfo is missing in the known locations.
53         * configure.in: Remove --with-termcap processing, it is now in
54         acinclude.m4.
56 2002-10-02  Pavel Roskin  <proski@gnu.org>
58         * syntax/syntax.syntax: Fix highlighting for "gray".
60 2002-10-01  Pavel Roskin  <proski@gnu.org>
62         * configure.in: Expand $bindir and $datadir to show at the end.
63         Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
65 2002-09-29  Pavel Roskin  <proski@gnu.org>
67         * configure.in: Remove the argument from --with-gpm-mouse.  The
68         directories for include files and libraries can be specified
69         using LDFLAGS and CPPFLAGS, as documented in the output of
70         "configure --help".
72         * configure.in: Complete rewrite of the screen library support.
73         Add new option --with-screen instead on --with-slang,
74         --with-included-slang and --with-ncurses.  Only allow
75         --with-termcap is using the included S-Lang library.
76         * aclocal.m4: Corresponding changes.
78         * syntax/mail.syntax: Replace "wholechars right" and "wholechars
79         left" with single "wholechars".
80         * syntax/nroff.syntax: Likewise.
81         * syntax/sh.syntax: Likewise.
82         * syntax/tcl.syntax: Likewise.
84         * syntax/*.syntax: Remove numeric Cooledit colors.  It's
85         unreasonable to require them to be correct.  On the other hand,
86         Cooledit can easily be changed to accept named color names.
88         * syntax/syntax.syntax: Don't require Cooledit colors for
89         highlighting color names.  Remove Cooledit colors.
91         * syntax/m4.syntax: Don't use yellow color on parentheses, since
92         it interferes with parentheses highlighting.  Remove list of
93         supported Autoconf macros.
95 2002-09-26  Pavel Roskin  <proski@gnu.org>
97         * syntax/syntax.syntax: Remove highlighting for numbers - it's
98         for Cooledit only.
100         * syntax/c.syntax: Require at least one space at the beginning
101         of indented cpp directives.  Use brightmagenta for them.
103         * syntax/syntax.syntax: Don't start keywords with "\[" - it
104         doesn't work.  Use "\[\]" at the end of keywords to suppress
105         their special meaning.
107 2002-09-22  Pavel Roskin  <proski@gnu.org>
109         * doc/Makefile.am: Remove width from the man2hlp command line.
110         The same for translations.
112         * configure.in: Remove support for HSC proxy - it's obsolete.
113         Remove all references to HSC proxy everywhere.
115 2002-09-21  Pavel Roskin  <proski@gnu.org>
117         * configure.in: Bump version to 4.6.0-pre1b.
119         * doc/hu/mc.hlp.hu: Rename to ...
120         * doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
121         * configure.in: Substitute doc/hu/mc.hlp.hu.
122         * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
124         * doc/mc.1.in: Update path to the data files.  Rename MC_LIBDIR
125         to MC_DATADIR.  Make the same changes in the translations.
127         * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
128         directory for architecture-independent files.
130 2002-09-19  Pavel Roskin  <proski@gnu.org>
132         * syntax/m4.syntax: New file.
133         * syntax/Syntax: Add m4.syntax.
134         * syntax/Makefile.am: Likewise.
135         From Vlad Romanenko <VladRomanenko@ukr.net>
137         * syntax/sql.syntax: Only recognize non-standard MySQL comments
138         at the beginning of line.
140 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
142         * syntax/syntax.syntax: Add "linestart" for "context",
143         "context default" and "context exclusive" keywords.
144         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
145         and "%5.5s" formats.
147 2002-09-18  Pavel Roskin  <proski@gnu.org>
149         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
150         rules for syntax files ...
151         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
152         and "include" keywords.
153         * syntax/Makefile.am: Add syntax.syntax.
155 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
157         * syntax/js.syntax: Advanced number highlighting.
159 2002-09-17  Pavel Roskin  <proski@gnu.org>
161         * syntax/c.syntax: Highlight "?" by the same color as ":".
162         * syntax/java.syntax: Likewise.
163         * syntax/swig.syntax: Likewise.
164         * syntax/python.syntax: Remove duplicate keyword ":".
166         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
167         m4 directory is used by aclocal.
168         * m4/Makefile.am: New file.
169         * configure.in: Substitute m4/Makefile.
170         * autogen.sh: Don't copy any macro files, use m4 directory.
172         * syntax/Makefile.am: Add js.syntax.
174         * configure.in: Add support for glib 2.x.  Right now, it has to
175         be explicitly enabled by `--with-glib2'.
176         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
178 2002-09-16  Pavel Roskin  <proski@gnu.org>
180         * syntax/js.syntax: New file.
181         * syntax/Syntax: Add js.syntax.
182         From Vlad Romanenko <VladRomanenko@ukr.net>
184 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
186         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
187         of local xnc.hlp
188         * doc/pl/xnc.hlp: Removed.
190 2002-09-13  Pavel Roskin  <proski@gnu.org>
192         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
193         Remove "potfiles" command.
194         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
195         compatibility with gettext 0.10.x.
197         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
198         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
200         * po/Makevars: New file for compatibility with gettext 0.11.x.
202         * configure.in: Remove "Debugger code" message.
204         * acinclude.m4: Replace undelfs_o with use_undelfs.
205         * configure.in: Likewise.  Don't substitute it.
207         * configure.in: Simplify processing of without-edit.  Replace
208         several variables with use_edit.
209         * acinclude.m4: Remove AC_WITH_EDIT.
211         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
212         use_smbfs.
213         * configure.in: Likewise.
214         * INSTALL: Document --with-samba.
216         * configure.in: Roll --enable-mcserv-install into ...
217         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
218         * INSTALL: Document --with-mcfs.
220 2002-09-12  Pavel Roskin  <proski@gnu.org>
222         * configure.in: Don't check if crypt() prototype is needed to
223         avoid warnings - the whole code is not worth avoiding one
224         legitimate warning.
225         * acinclude.m4: Remove AC_TRY_WARNINGS.
227         * configure.in: ALL_LINGUAS should be defined unconditionally.
229         * acinclude.m4: Clarify some help texts, add defaults in square
230         brackets, use more consistent spacing.
231         * configure.in: Likewise.
233         * lib/mc.menu: Don't call tarballs "releases".  Don't
234         dereference symlinks.
236 2002-09-10  Pavel Roskin  <proski@gnu.org>
238         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
240 2002-09-07  Pavel Roskin  <proski@gnu.org>
242         * configure.in: Eliminate --with-terminfo option, which was
243         essentially equivalent to --with-included-slang and didn't force
244         anything.
245         * acinclude.m4 (AC_USE_TERMINFO): Remove.
246         * INSTALL: Adjust to match.
247         * FAQ: Likewise.
249 2002-09-05  Pavel Roskin  <proski@gnu.org>
251         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
252         NETFILES - it's unused.
254         * configure.in: Check for arpa/inet.h.
256         * mcfn_install: Remove.  Also remove all references to it.
257         * INSTALL.FAST: Update information about ncurses.
258         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
260         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
261         LIBS.
262         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
263         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
264         test for ncurses in non-standard directories.
266 2002-09-04  Pavel Roskin  <proski@gnu.org>
268         * lib/mc.ext.in: Remove edit rules for compressed files that
269         were compressing even unchanged files - the editor itself can
270         handle compression better.
272 2002-09-03  Pavel Roskin  <proski@gnu.org>
274         * acinclude.m4: Remove Termnet support, it's too old and obscure
275         to be supported properly.
277 2002-08-27  Pavel Roskin  <proski@gnu.org>
279         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
280         OpenOffice.org, not StarOffice.  Add more video formats.
282         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
283         unnecessary pipeline.  Redirect stderr from cpio, because it can
284         be non-empty even for successful operations.
286 2002-08-26  Pavel Roskin  <proski@gnu.org>
288         * syntax/spec.syntax: New file.
289         * syntax/Syntax: Add spec.syntax.
290         * syntax/Makefile.am: Likewise.
291         From PLD Linux Distribution with minor changes.
293 2002-08-25  Pavel Roskin  <proski@gnu.org>
295         * lib/mcserv.init: Update from Red Hat package.
296         * lib/mcserv.pamd: Likewise.
298         * configure.in: Fix interpretation of the iconv test result.
299         Reported by Pavel Shirshov <pavelsh@mail.ru>
301         * mc.sh.in: Only bash needs the mc() function to be exported.
303         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
304         instead of /usr where appropriate.
305         * doc/Makefile.am: Enable generation of the help file.
307         * doc/pl/*: Add Polish translation.
308         * doc/Makefile.am: Adjust for the above.
309         * configure.in: Likewise.
311 2002-08-24  Pavel Roskin  <proski@gnu.org>
313         * lib/edit.indent.rc: Use tidy to format HTML.
314         From David Martin <dmartina@excite.com>
316         * lib/cedit.menu: Remove all references to the error file.
317         * lib/edit.indent.rc: Likewise.
318         * lib/edit.spell.rc: Likewise.
320 2002-08-23  Pavel Roskin  <proski@gnu.org>
322         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
323         use only for the programs that need it (mc and mcserv).
325         * configure.in: Fix help text for gpm and ncurses.  Properly
326         handle --without-ncurses.
327         Reported by Moritz Barsnick <moritz@barsnick.net>
329         * configure.in: Work around a bug in Autoconf-2.53 that prevents
330         splitting of user-specified path in AC_PATH_PROGS.
332         * configure.in: Move glib test earlier, as it tends to fail for
333         many users.  Make GLIB_CONFIG a precious variable.  Check for
334         glib12-config - that's how it's called on FreeBSD.
335         Reported by Pavel Shirshov <pavelsh@mail.ru>
337 2002-08-22  Pavel Roskin  <proski@gnu.org>
339         * configure.in: Remove old-style Linux-only support for shadow
340         passwords.
342 2002-08-21  Pavel Roskin  <proski@gnu.org>
344         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
345         now, otherwise Automake 1.5 breaks.  Remove version number from
346         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
347         Substiture RH_VERSION, which is VERSION without dashes, needed
348         for RedHat specfile.
350         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
351         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
352         two places.
354         Release mc-4.6.0-pre1.
356         * configure.in: Bump version to 4.6.0-pre1.
357         * po/*.po: Regenerate.
359 2002-08-20  David Martin  <dmartina@excite.com>
361         * doc/es/mc.1.in: Minor changes.
362         * doc/es/xnc.hlp: Likewise.
364 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
366         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
367         %{_mandir}/*/man1/*.
369 2002-08-20  Pavel Roskin  <proski@gnu.org>
371         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
373 2002-08-19  Pavel Roskin  <proski@gnu.org>
375         * configure.in: Add Italian documentation.
376         * doc/Makefile.am: Likewise.
378         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
380         * configure.in: Enable subshell support on all operating systems
381         by default.  Old issues are most likely solved by now.
383 2002-08-18  Pavel Roskin  <proski@gnu.org>
385         * lib/mc.ext.in: Try links before lynx.  Force full path when
386         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
387         is already broken if the program starts in background.  Add a
388         comment discouraging taking this code as example.
390         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
391         obsolete.
392         * doc/es/mc.1.in: Likewise.
393         * doc/ru/mc.1.in: Likewise.
394         * doc/hu/mc.hlp.hu: Likewise.
396         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
397         was unsafe by design and is no longer supported.  Use %t instead
398         of %u to preserve tags in case of failure.
400         * vfs/extfs/ftplist.in: Remove support for running commands, it
401         makes no sence.
403 2002-08-16  Pavel Roskin  <proski@gnu.org>
405         * lib/mc.global: Remove, it duplicates the role of mc.lib.
406         * lib/mc.lib: Add contents of mc.global.
407         * lib/Makefile.am: Remove all references to mc.global.
409         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
410         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
412 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
414         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
415         set, umask and unset like other builtin commands.
417 2002-08-15  Pavel Roskin  <proski@gnu.org>
419         * configure.in: Remove check for SIGTSTP, it's not needed for
420         the subshell support.
422         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
423         done at runtime.
424         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
426 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
428         * doc/ru/mc.1.in: Remove reference to README.edit.
429         * doc/mc.1.in: Likewise.
430         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
431         everywhere.
433 2002-08-14  Pavel Roskin  <proski@gnu.org>
435         * doc/mc.1.in: Consistently use "native" ftp syntax.
436         * doc/ru/mc.1.in: Likewise.
437         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
438         * doc/es/xnc.hlp: Likewise.
440         * lib/mc.hlp.hu: Move ...
441         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
443 2002-08-09  Pavel Roskin  <proski@gnu.org>
445         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
446         and entries that are obsolete or make no sence.
448         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
449         "How to use help".
451         * doc/Makefile.am: Don't distribute help file.  Generate it in
452         the build directory.
453         * doc/es/Makefile.am: Likewise.
454         * doc/ru/Makefile.am: Likewise.
456         * lib/xnc.hlp: Move ...
457         * doc/xnc.hlp: ... here.
458         * doc/Makefile.am: Necessary adjustments.
459         * lib/Makefile.am: Likewise.
460         * src/Makefile.am: Likewise.
462         * configure.in: Add Spanish documentation.
463         * doc/Makefile.am: Likewise.
464         * doc/es: Spanish documentation.
465         From David Martin <dmartina@excite.com>
467 2002-08-08  Pavel Roskin  <proski@gnu.org>
469         * lib/mc.lib: Add f11-f20 keys for Konsole.
471 2002-08-06  Pavel Roskin  <proski@gnu.org>
473         * syntax/lisp.syntax: New file.
474         * syntax/Syntax: Add lisp.syntax.
475         * syntax/Makefile.am: Likewise.
476         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
477         changes.
479 2002-08-04  Pavel Roskin  <proski@gnu.org>
481         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
482         subshell if this test fails.
484 2002-08-03  Pavel Roskin  <proski@gnu.org>
486         * syntax/mail.syntax: Colors changed to be more readable.
488         * syntax/html.syntax: Don't require character entities to be
489         whole, but check their validity.
491 2002-08-02  Pavel Roskin  <proski@gnu.org>
493         * configure.in: No longer need to define REGEX_MALLOC.
495 2002-08-01  Pavel Roskin  <proski@gnu.org>
497         * configure.in: Remove support for MAD and Electric Fence.
498         Developers should use modern memory debuggers (e.g. Valgrind).
499         * INSTALL: Remove references to MAD.
501 2002-07-31  Pavel Roskin  <proski@gnu.org>
503         * syntax/html.syntax: Remove recognition for any individual
504         words - there are too many of them, we cannot keep up.
506 2002-07-30  Pavel Roskin  <proski@gnu.org>
508         * doc/ru/Makefile.am: Use man2hlp directly.
510 2002-07-28  Pavel Roskin  <proski@gnu.org>
512         * syntax/changelog.syntax: Highlight "*" only after tab.  This
513         requires fixed syntax highlighting.
515         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
516         default. Open *.xls with gnumeric.  Use mplayer for most video
517         formats.
519         * syntax/nroff.syntax: Require most keywords to be whole.
521 2002-07-21  Pavel Roskin  <proski@gnu.org>
523         * syntax/fortran.syntax: Fix highlighting of "*" at the
524         beginning of line.  Recognize "     +" as continuation.  Move
525         all "linestart" keywords earlier to avoid more conflicts.
527 2002-07-18  Pavel Roskin  <proski@gnu.org>
529         * syntax/unknown.syntax: Don't highlight anything by default.
531         * syntax/changelog.syntax: Highlight functions without
532         filenames.
533         * syntax/Syntax: Match *ChangeLog*.
535         * syntax/c.syntax: Reenable highlighting for "/" and preserve
536         highlighting for "//" comments by using exclusive context.
537         * syntax/java.syntax: Likewise.
538         * syntax/swig.syntax: Likewise.
539         * syntax/slang.syntax: Reenable highlighting for "/".
540         * syntax/sql.syntax: Enable highlighting for "/" and "-".
542         * syntax/sql.syntax: New file.
543         * syntax/Syntax: Add sql.syntax.
544         * syntax/Makefile.am: Likewise.
545         From Walery Studennikov <despair@sama.ru> with minor changes.
547 2002-07-16  Pavel Roskin  <proski@gnu.org>
549         * lib/mc.ext.in: Remove handling of executables.  They should
550         be handled internally for "pause after run" to work.
552         * syntax/Syntax: Associate *.itcl with tcl.syntax.
553         * syntax/tcl.syntax: Add itcl keywords, other improvements.
555 2002-07-15  Pavel Roskin  <proski@gnu.org>
557         * configure.in: Don't check for strcasecmp(), strncasecmp() and
558         strdup() - test results are not used except in gettext, which
559         provides its own tests.
561         * configure.in: When checking for ncurses, check for
562         has_colors(), not curses_version() - the later is missing in
563         older version of ncurses.
565 2002-07-13  Pavel Roskin  <proski@gnu.org>
567         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
568         not to LIBS.
569         * configure.in: Fix breakage in ncurses headers check from the
570         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
571         Define REGEX_MALLOC here.
573         * acinclude.m4 (AC_NCURSES): Remove.
574         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
575         AC_CHECK_LIB to check existance of ncurses library.  Eliminate
576         variables force_ncurses and search_ncurses.
578 2002-07-10  Pavel Roskin  <proski@gnu.org>
580         * configure.in: Remove --with-netrc, it is now default and can
581         be disabled at the runtime.
583         * syntax/tcl.syntax: New file.
584         * syntax/Syntax: Add tcl.syntax.
585         * syntax/Makefile.am: Likewise.
586         * syntax/java.syntax: Don't treat #define separately from other
587         preprocessor directives.
588         * syntax/slang.syntax: Likewise.
589         * syntax/swig.syntax: Likewise.
591 2002-07-09  Pavel Roskin  <proski@gnu.org>
593         * syntax/c.syntax: Don't treat #define separately from other
594         preprocessor directives.
596 2002-07-08  Pavel Roskin  <proski@gnu.org>
598         * syntax/perl.syntax: Highlight text after __END__ as a comment.
599         * syntax/po.syntax: Avoid gray color, which is hard to see.
601 2002-07-05  Pavel Roskin  <proski@gnu.org>
603         * syntax/dos.syntax: Add more commands.
605 2002-07-04  Pavel Roskin  <proski@gnu.org>
607         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
608         sort authors.
610 2002-06-24  Pavel Roskin  <proski@gnu.org>
612         * syntax/dos.syntax: New file - highlighting for DOS batch
613         files.  From Petr Kozelka <pkozelka@centrum.cz>
614         * syntax/Syntax: Add dos.syntax.
615         * syntax/Makefile.am: Likewise.
617 2002-06-04  Max Schedriviy  <max@humgat.org>
619         * syntax/php.syntax: New version.
621 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
623         * NEWS: Mention ftpfs/fish uploading changes and new configure
624         options --with-codepagedir=DIR, --with-configdir=DIR and
625         --without-mcfs.
627 2002-05-22  Pavel Roskin  <proski@gnu.org>
629         * doc/ru/Makefile.am: Fix out-of-tree build.
631 2002-05-14  Pavel Roskin  <proski@gnu.org>
633         * configure.in: Fix logic for gettext 0.10.x.
635 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
637         * configure.in: Don't generate po/Makefile if
638         there is 'top_builddir' in po/Makefile.in.
639         * autogen.sh: More fixes for gettext 0.11+.
641 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
643         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
645 2002-04-21  Pavel Roskin  <proski@gnu.org>
647         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
648         can play them.
650 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
652         * autogen.sh: Fix for gettext 0.11 family (and newer).
654 2002-04-08  Pavel Roskin  <proski@gnu.org>
656         * autogen.sh: Allow gettext newer than 0.10.39.
657         From Björn Eriksson <bjorn@bjornen.nu>
659 2002-04-03  Pavel Roskin  <proski@gnu.org>
661         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
662         by "make clean" because not everyone has Perl to rebuild it.
664 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
666         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
667         first line regular expression.
669 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
671         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
672         or newer is not used.
673         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
675         * src/Makefile.am: Move mc.hlp.ru processing ...
676         * doc/ru/Makefile.am: ... here.
678 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
680         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
681         * syntax/c.syntax: Highlight "%p" printf format.
682         Allow '*' as width and precision for strings and numbers.
684         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
685         * doc/ru/mc.1.in: Likewise.
687 2002-03-18  Pavel Roskin  <proski@gnu.org>
689         * doc/ru/Makefile.am: Distribute xnc.hlp.
691 2002-03-12  Pavel Roskin  <proski@gnu.org>
693         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
695 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
697         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
698         * doc/ru/Makefile.am: New file.
700 2002-03-08  Pavel Roskin  <proski@gnu.org>
702         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
704 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
706         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
708 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
710         * doc/mc.1.in: Use nodename `Background jobs' for section
711         `Background Jobs' to reflect user visible Command menu option
712         and src/cmd.c dialog implementation.
714         * doc/ru: New directory for Russian manuals.
715         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
716         translated by Victor A. Kostromin for mc 4.5.30.  Converted
717         from binary mc.hlp.ru, corrected and actualized by me.
718         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
719         * doc/ru/.cvsignore: Ignore mc.1.
721 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
723         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
724         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
725         mc.lib settings.
727         (Virtual File System): Document SMB File System.
729 2002-02-26  Pavel Roskin  <proski@gnu.org>
731         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
732         message "no symbol found" for unsupported architectures and
733         provide more useful information.
735 2002-02-22  Pavel Roskin  <proski@gnu.org>
737         * README.smbfs: Remove.  It contained no useful information
738         and the webpage is now dead.
739         * Makefile.am: Remove README.smbfs.
741         * README: Mention that glib 1.2.x is required.
743 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
745         * lib/edit.indent.rc: Use "#! /bin/sh"
746         * lib/edit.spell.rc: Likewise.
747         * lib/mcserv.init: Likewise.
749         * lib/cedit.menu: Eliminate bashisms.
750         Add missed `:' in AUTHOR evaluation.
751         Unset LANGUAGE and make LC_ALL empty.
752         Use "#! /path/to/program".
754 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
756         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
757         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
758         Fix tarfs URL syntax example.  Minor typo and format fixes.
760 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
762         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
763         Fix location of configuration files.
765 2002-02-05  Pavel Roskin  <proski@gnu.org>
767         * configure.in: Don't use defunct ncurses_version.
768         Reported by Thomas Dickey <dickey@herndon4.his.com>
769         Set force_ncurses whenever --with-ncurses is used.  If set,
770         suppress checks for S-Lang and fail is ncurses is not found.
772         * configure.in: Introduce a new variable screen_type that is
773         either "slang" or "ncurses" without additional text.  Use it
774         instead of screen_manager whenever possible.  Fix text in
775         AC_NCURSES call, use m4 quotes and move shell quotes into the
776         macro.
777         * acinclude.m4: Likewise.
779 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
781         * syntax/Syntax: Known Delphi/Kylix source file extensions
782         supported (*.dpr, *.inc).
783         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
784         Special highlighting for CVS keywords.  Understands single-line
785         comments (//).
787 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
789         * configure.in (ALL_LINGUAS): Added "bg"
791 2002-01-21  Pavel Roskin  <proski@gnu.org>
793         * NEWS: Mention word completion in the editor.
795 2002-01-17  Pavel Roskin  <proski@gnu.org>
797         * extraconf.h: Remove OS/2 specific code.
799         * doc/mc.1.in (Configuration): Clarify some entries.
801 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
803         * acinclude.m4: New options for smbfs:
804         --with-configdir=DIR    Where the Samba configuration files are (/etc)
805         --with-codepagedir=DIR  Where the Samba codepage files are
807 2002-01-11  Pavel Roskin  <proski@gnu.org>
809         * syntax/xml.syntax: New file - highlighting for XML.
810         From Petr Kozelka <pkozelka@centrum.cz>
811         * syntax/Syntax: Add xml.syntax.
812         * syntax/Makefile.am: Likewise.
814 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
816         * configure.in: Added "eu" to ALL_LINGUAS.
818 2002-01-03  Pavel Roskin  <proski@gnu.org>
820         * lib/mc.menu: Correct quoting.
821         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
823         * NEWS: Mention removal of the OS/2 port.
824         * README.PC: Remove OS/2 specific parts.
826 2002-01-02  Pavel Roskin  <proski@gnu.org>
828         * configure.in: Make help about --with-subshell easier to
829         understand.  Minor alignment fixes for the help.
830         * acinclude.m4: Minor alignment fixes for the help.
832 2001-12-31  Pavel Roskin  <proski@gnu.org>
834         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
835         from vfs/Make-mc.in.
837 2001-12-27 Duarte Loreto  <happyguy_pt@hotmail.com>
839         * configure.in: Added portuguese to ALL_LINGUAS
841 2001-12-21  Pavel Roskin  <proski@gnu.org>
843         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
844         Don't remove slang/slang.h - it's never created.
846         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
847         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
848         unused.
850 2001-12-01  Wang Jian  <lark@linux.net.cn>
852         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
854 2001-11-29  Pavel Roskin  <proski@gnu.org>
856         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
858 2001-11-27  Pavel Roskin  <proski@gnu.org>
860         * lib/mc.ext.in: When running X programs in background, do it
861         from subshell.  Otherwise some of them terminate when mc exits.
862         Reported by Christian Dysthe <christian@dysthe.net>
863         Remove some obsolete and gmc-specific entries.  Use StarOffice
864         to open files detected as "Microsoft Office Document".
866         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
867         XFree86 4.1.0.
869 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
871         * doc/mcedit.1.in: Fix help file location.
873 2001-11-14  Pavel Roskin  <proski@gnu.org>
875         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
876         fallback to ino_t for e2fsprogs version 1.19 and older.
878 2001-10-30  Pavel Roskin  <proski@gnu.org>
880         * lib/mc.ext.in: Add support for Netpbm files.
882 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
884         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
885         http://bugzilla.gnome.org/show_bug.cgi?id=60935
886         By drk@sgi.com.
888         * doc/mc.1.in: Document %p macro.
890 2001-10-24  Pavel Roskin  <proski@gnu.org>
892         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
893         Allow using --without-mmap.
894         * INSTALL: Document --without-mmap.
896 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
898         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
899         of languages to be installed by setting env variable before
900         configure. If it is empty, it defaults to full list.
901         By Alex Tkachenko <alex@bcs.zp.ua>.
903 2001-10-19  Pavel Roskin  <proski@gnu.org>
905         * syntax/sh.syntax: Highlight reserved words inside backticks.
906         Use the same wholechars settings for reserved words and
907         commands.  Recognize more words.  Recognize function definitions
908         without "function" or without "()".  Use brightmagenta instead
909         of brightblue.
911 2001-10-18  Pavel Roskin  <proski@gnu.org>
913         * configure.in: When checking for "nroff -mandoc" support, don't
914         use /dev/null as input file, use stdin.  Some versions of nroff
915         (e.g. groff-1.16.1) don't accept special files.
917 2001-10-14  Pavel Roskin  <proski@gnu.org>
919         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
920         Makefile.  Don't allow any suffixes after "Makefile".
922 2001-10-12  Pavel Roskin  <proski@gnu.org>
924         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
925         format).
927 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
929         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
930         Fix compress<->bzip2 conversion and conversion of tagged
931         archives.
933 2001-10-05  Pavel Roskin  <proski@gnu.org>
935         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
936         Suggested by Marcel Pol <mpol@gmx.net>
938         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
939         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
940         and *.mid files.
942 2001-09-30  Pavel Roskin  <proski@gnu.org>
944         * configure.in: Don't check whether grep supports stdin - it's
945         not used anymore.
946         * NEWS: Mention this change.
948 2001-09-19  Pavel Roskin  <proski@gnu.org>
950         * doc/mcedit.1.in: Fix a very long line - use double
951         backslashes since they are interpreted even in the .nf blocks.
953         * lib/edit.spell.rc: Try aspell before resorting to ispell.
955         * syntax/php.syntax: Replace with a better implementation by
956         Max Schedriviy <max@tavrida.net>
958 2001-09-15  Pavel Roskin  <proski@gnu.org>
960         * doc/mc.1.in: Fix location of mcedit files.
961         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
963 2001-09-14  Pavel Roskin  <proski@gnu.org>
965         * configure.in: Don't check for ncurses version and for keyok()
966         because the mouse support code doesn't need this hack anymore.
968 2001-09-13  Pavel Roskin  <proski@gnu.org>
970         * configure.in: Fix some cases of overquoting and underquoting.
971         * acinclude.m4: Likewise.
973 2001-09-12  Pavel Roskin  <proski@gnu.org>
975         * configure.in: Update list of browsers.  Don't fallback to
976         lynx since it cannot be run in background.
977         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
978         If no browser for X11 was found, use lynx.
980         * autogen.sh: Add a workaround to ensure that "depcomp" is
981         distributed.
982         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
983         where appropriate.
984         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
985         terminfo.
987         * configure.in: Use three-argument form of AC_INIT.  Use
988         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
989         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
990         is not needed if AC_CONFIG_AUX_DIR is used.
991         * vfs/Make-mc.in: Adjust mkinstalldirs location.
992         * autogen.sh: Create "config" and remove "autom4te.cache".
994 2001-09-11  Pavel Roskin  <proski@gnu.org>
996         * syntax/Syntax: New file, extracted from edit/syntax.c.
997         * syntax/Makefile.am: Add Syntax.
999         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
1000         to LIBS.  Don't use unportable "grep -q", use "case" instead.
1002 2001-09-10  Pavel Roskin  <proski@gnu.org>
1004         * configure.in: Only check for X if --with-tm-x-support has been
1005         specified.
1007         * configure.in: Add check for sys/ioctl.h.
1009         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
1011         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
1012         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
1013         testing for functions in ncurses.
1015         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
1016         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
1017         * acconfig.h: Remove.
1019         * configure.in: Eliminate LIBSLANG and LSLANG.
1020         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
1022         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
1023         resizeterm() and keyok() only if configuring with ncurses.
1025         * configure.in: Remove now unused variables LIBVFS and LVFS.
1027         * configure.in: Remove unused variables LINTL and INTLDEPS.
1029         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
1030         building with included gettext, because libintl.h is copied
1031         there.
1033 2001-09-09  Pavel Roskin  <proski@gnu.org>
1035         * NEWS: Update.
1037         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
1038         checks -lgen for getmntent as of Autoconf 2.52.
1040 2001-09-07  Pavel Roskin  <proski@gnu.org>
1042         * configure.in: Check for pwd.h.
1044         * Make.common.in: Remove.
1045         * configure.in: Remove all references to Make.common.in and
1046         MCCPPFLAGS.
1047         * aclocal.m4: Likewise.
1049         * configure.in: Require Autoconf 2.52.  Remove hacks for
1050         Autoconf 2.13.
1051         * Makefile.am: Require Automake 1.5.
1053 2001-09-06  Pavel Roskin  <proski@gnu.org>
1055         * syntax/php.syntax: New file - PHP file highlighting.  Copied
1056         from Cooledit 3.17.4.
1057         * syntax/Makefile.am: Add php.syntax.
1059 2001-09-06  Timur Bakeyev  <mc@bat.ru>
1061         * acconfig.h: Brought back couple of symbols, that are still necessary
1062         due reference to them from configure.in.
1064 2001-09-04  Pavel Roskin  <proski@gnu.org>
1066         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
1067         strictness for dates.
1069         * doc/mc.1.in: Fix troff warnings.
1070         * doc/mcedit.1.in: Likewise.
1072 2001-09-03  Pavel Roskin  <proski@gnu.org>
1074         * doc/mc.1.in: Spellcheck.
1075         * doc/mcedit.1.in: Likewise.
1076         * doc/mcserv.8.in: Likewise.
1078         * doc/mc.1.in (Learn Keys): Complete rewrite.
1080 2001-09-02  Pavel Roskin  <proski@gnu.org>
1082         * acconfig.h: Remove all unused symbols.
1084         * lib/ncurses.h: Remove.
1085         * lib/Makefile.am: Remove ncurses.h.
1087 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
1089         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
1091 2001-08-28  Pavel Roskin  <proski@gnu.org>
1093         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
1094         like EOF.
1096 2001-08-26  Pavel Roskin  <proski@gnu.org>
1098         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
1099         CONS_SAVER.  Put all conditionals together.
1101         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
1102         Automake 1.5.
1104         * configure.in: Remove XCURSES variable - it's unused.
1106         * configure.in: New conditional USE_EDIT.
1108         * syntax/changelog.syntax: Don't require '@' to be in the
1109         address.  This also works around a bug in the syntax engine
1110         that prevented highlighting of addresses.
1112 2001-08-25  Pavel Roskin  <proski@gnu.org>
1114         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
1116 2001-08-24  Pavel Roskin  <proski@gnu.org>
1118         * extraconf.h: Remove all references to HAVE_X.
1119         * acinclude.m4: s/GNOME_/MC_/
1120         * configure.in: Likewise.  Remove or clarify all references to
1121         the "text edition".  Minor fixes.
1123         * configure.in: Remove support for curses libraries other than
1124         ncurses.
1125         * acinclude.m4: Likewise.
1126         * FAQ: Remove everything about UNIX curses.
1127         * INSTALL: Likewise.
1129         * configure.in: Enable large file support by default.
1130         * NEWS: Mention it.
1131         * INSTALL: Document it.  Minor fixes.
1133         * FAQ: Remove information about GNOME edition.  Minor fixes.
1134         * README: Likewise.
1135         * NEWS: Mention removing the GNOME edition.
1137         * acinclude.m4: Include all used macros from the macros
1138         directory.
1139         * autogen.sh: Remove all references to "macros".
1140         * Makefile.am: Likewise.
1142         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
1143         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
1145         * lib/startup.links: Remove.
1146         * lib/README.desktop: Likewise.
1147         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
1149         * configure.in: Bump version to 4.5.99a.
1151         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
1152         * po/*.po: Regenerate.
1154         * AUTHORS: Update and spell check.
1155         * FAQ: Likewise.
1156         * INSTALL: Likewise.
1157         * INSTALL.FAST: Likewise.
1158         * NEWS: Likewise.
1159         * README.PC: Likewise.
1160         * README.QNX: Likewise.
1162         * configure.in: Add check for stropts.h.
1164 2001-08-23  Pavel Roskin  <proski@gnu.org>
1166         * lib/edit.indent.rc: Create cooledit.error right away to
1167         override its old contents.  Don't use ksh extentions.  Treat *.C
1168         files as C++.  Recognize more C++ extensions.  Support java.
1169         Update URL for "astyle".  Quote all arguments to protect spaces.
1170         * lib/edit.spell.rc: Don't save terminal settings - mc does it
1171         itself.  Quote all arguments to protect spaces.
1173 2001-08-21  Pavel Roskin  <proski@gnu.org>
1175         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
1176         files if GNOME frontend is disabled.
1177         * idl/Makefile.am: Likewise.
1178         * lib/Makefile.am: Likewise.
1179         * new_icons/Makefile.am: Likewise.
1181         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
1182         case it already has gettext macros elsewhere and doesn't like
1183         duplicates (i.e. it's aclocal from Automake-1.4).
1185 2001-08-20  Pavel Roskin  <proski@gnu.org>
1187         * AUTHORS: Updated.
1188         * INSTALL: Likewise.
1189         * NEWS: Likewise.
1190         * doc/mc.1.in: Likewise.
1191         * doc/mcserv.8.in: Likewise.
1193         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
1194         for sys/mount.h.
1196 2001-08-19  Andras Timar  <timar@gnome.hu>
1198         * lib/Makefile.am: Added Hungarian hints
1199         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
1201 2001-08-19  Pavel Roskin  <proski@gnu.org>
1203         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
1205 2001-08-17  Pavel Roskin  <proski@gnu.org>
1207         * syntax/po.syntax: New file - PO file highlighting.
1208         From David Martin <dmartina@excite.es>
1209         * syntax/Makefile.am: Add po.syntax.
1211         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
1212         it's sometimes missing from the databases.
1214 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
1216         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
1217         * lib/Makefile.am: Reflect above change.
1219 2001-08-15  Pavel Roskin  <proski@gnu.org>
1221         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
1223 2001-08-14  Pavel Roskin  <proski@gnu.org>
1225         * lib/mc.lib: Add popular sequences for "home" and "end" in
1226         "xterm" and "xterm-color" terminals.
1228 2001-08-13  Pavel Roskin  <proski@gnu.org>
1230         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
1232         Replace "Can't" with "Cannot" everywhere.
1234 2001-08-12  Pavel Roskin  <proski@gnu.org>
1236         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
1237         subshell, not for "Open file...".
1238         (emacs_key_map): Likewise.
1240         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1242 2001-08-10  Pavel Roskin  <proski@gnu.org>
1244         * Makefile.am (EXTRA_DIST): Remove BUGS.
1245         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
1247         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
1249         * doc/LSM: Remove, it's outdated.
1250         * doc/FILES: Likewise.
1251         * doc/DEVEL: Remove information about FILES.
1253         * FAQ: Eliminate all broken URLs on the MC site.
1254         From Frederic L. W. Meunier <0@pervalidus.net>
1256         * FAQ: Restore information about xterm.
1258 2001-08-08  Pavel Roskin  <proski@gnu.org>
1260         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1262 2001-08-07  Pavel Roskin  <proski@gnu.org>
1264         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
1266         * doc/mc.1.in: Fix all broken links.
1268 2001-08-06  Pavel Roskin  <proski@gnu.org>
1270         * INSTALL: Numerous changes.  Declare old curses obsolete.
1271         Partly from Frederic L. W. Meunier <0@pervalidus.net>
1273         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
1275 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
1277         * lib/Makefile.am: Remove space after backslash introduced in the
1278         previous commit.
1280         * lib/mc.hint.zh_TW.Big5: New file.
1281         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
1283 2001-08-02  Pavel Roskin  <proski@gnu.org>
1285         * lib/mc.hint.uk: New file.
1286         From Maksym Polyakov <polyama@yahoo.com>
1287         * lib/Makefile.am: Add mc.hint.uk.
1289 2001-08-01  Pavel Roskin  <proski@gnu.org>
1291         * lib/mc.hint.nl: New file.
1292         From Steef Boerrigter <sxmboer@sci.kun.nl>
1293         * lib/Makefile.am: Add mc.hint.nl.
1294         * lib/mc.hint: Remove ftp site.  Update copyright.
1295         * lib/mc.hint.cs: Likewise.
1296         * lib/mc.hint.es: Likewise.
1297         * lib/mc.hint.it: Likewise.
1298         * lib/mc.hint.pl: Likewise.
1299         * lib/mc.hint.ru: Likewise.  Shorten some lines.
1301         * edit/Makefile.in: Allow running "make install" before "make all".
1302         * gtkedit/Makefile.in: Likewise.
1304 2001-07-31  Pavel Roskin  <proski@gnu.org>
1306         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
1307         editor.
1308         * lib/Makefile.am: Add lib/edit.spell.rc.
1310         * autogen.sh: Use gettextize.
1311         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
1312         * po/Makefile.in.in: Likewise.
1314 2001-07-29  Pavel Roskin  <proski@gnu.org>
1316         * syntax/slang.syntax: New file.
1317         From Walery Studennikov <despair@sama.ru>
1318         * syntax/Makefile.am: Add slang.syntax.
1320 2001-07-27  Pavel Roskin  <proski@gnu.org>
1322         * extraconf.h: Move WITH_BACKGROUND here.
1324 2001-07-24  Pavel Roskin  <proski@gnu.org>
1326         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
1328 2001-07-23  Pavel Roskin  <proski@gnu.org>
1330         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
1332 2001-07-20  Pavel Roskin  <proski@gnu.org>
1334         * Make.common.in: Move all defines ...
1335         * gnome/Makefile.in: ... here ...
1336         * src/Makefile.in: ... and here.
1338 2001-07-19  Pavel Roskin  <proski@gnu.org>
1340         * configure.in: Don't check for getwd, it's completely
1341         eliminated.
1342         * INSTALL: Remove reference to HAVE_GETWD.
1344         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
1345         entries for compressed cpio archives.
1347         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
1348         they were only used in obsolete frontends.  Don't ever use %view
1349         without commands - it's slower and loses user settings, e.g.
1350         hex mode.  Put shared libraries before man pages and read.me
1351         before .me macros so that they match correctly.  Use nm for
1352         shared libraries.  Add rules for StarOffice and AbiWord.
1354 2001-07-14  Pavel Roskin  <proski@gnu.org>
1356         * configure.in: Bump version to 4.5.54a.
1358 2001-07-13  Pavel Roskin  <proski@gnu.org>
1360         * lib/mcserv.init: Fix exit status.
1361         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
1363         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
1364         "executable", which should follow a space. Simplify rules for
1365         images. Add shell/ rule for *.info files. Fix all incorrect
1366         uses of the alternation operator.
1367         Reported by Oskar Liljeblad and Michel Casabona.
1369 2001-07-12  Pavel Roskin  <proski@gnu.org>
1371         * configure.in: Don't check for iconv, it's already checked for
1372         in AM_GNU_GETTEXT.
1374 2001-07-10  Pavel Roskin  <proski@gnu.org>
1376         * doc/mc.1.in: Update documentation about hex search.
1378         * edit/edit_key_translator.c (cooledit_key_map): Bind
1379         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
1380         From Steef Boerrigter <sxmboer@sci.kun.nl>
1382         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
1383         * edit/edit_key_translator.c (cooledit_key_map): Add support
1384         for bracket matching on Alt-B.
1385         * gtkedit/gtkeditkey.c: Likewise.
1386         From Steef Boerrigter <sxmboer@sci.kun.nl>
1388 2001-07-06  Pavel Roskin  <proski@gnu.org>
1390         * lib/mc.ext.in: Use nm to view object files.
1392         * Make.common.in: Remove GNOME-specific and unused definitions.
1393         Partly moved to gnome/Makefile.in.
1395         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
1396         they are usused.
1397         * Make.common.in: Likewise.
1399 2001-06-29  Pavel Roskin  <proski@gnu.org>
1401         * ABOUT-NLS: Update to the version from gettext-0.10.38.
1403         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
1404         now done in configure. Move -I.. to the beginning.
1405         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
1406         libintl.a may be required to link mc.
1407         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
1408         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
1409         Move all i18n code to one place. Don't substitute INTLSUB - it's
1410         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
1411         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
1413 2001-06-25  Pavel Roskin  <proski@gnu.org>
1415         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
1416         It should be enabled explicitly by giving `--enable-largefile'
1417         to configure.
1418         * INSTALL: Document it.
1420 2001-06-22  Pavel Roskin  <proski@gnu.org>
1422         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
1424         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
1425         in struct statfs.
1426         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
1428         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
1429         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
1430         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
1431         found.
1432         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
1434 2001-06-19  Pavel Roskin  <proski@gnu.org>
1436         * configure.in: Check for telldir and seekdir. Join adjacent
1437         calls to AC_CHECK_FUNCS.
1439 2001-06-16  Pavel Roskin  <proski@gnu.org>
1441         * Makefile.am: Change the order of SUBDIRS to fully compile text
1442         edition before compiling anything for GNOME.
1443         * mc.spec.in: Don't use brace expansion to avoid implicit
1444         build-time dependency on bash.
1446 2001-06-13  Pavel Roskin  <proski@gnu.org>
1448         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
1449         the test code.
1450         * configure.in: Fix compiler warnings in the arguments to
1451         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
1452         around `=' in the `test' command.
1454 2001-06-07  Pavel Roskin  <proski@gnu.org>
1456         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
1457         GNOME documentation template.
1458         * doc-gnome/C/mkhtml: Don't generate index.
1459         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
1461 2001-06-06  Pavel Roskin  <proski@gnu.org>
1463         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
1464         conditional variables from EXTRA_DIST.
1466 2001-06-05  Pavel Roskin  <proski@gnu.org>
1468         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
1469         conversion support.
1470         From Walery Studennikov <hqsoftware@mail.ru>.
1472         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
1474 2001-06-01  Pavel Roskin  <proski@gnu.org>
1476         * lib/mc.charsets: Synchronize with the latest patch - remove
1477         a comment.
1479 2001-05-30  Pavel Roskin  <proski@gnu.org>
1481         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
1482         work with GNOME.
1484         * lib/mc.charsets: New file. From Walery Studennikov.
1485         * lib/Makefile.am: Distribute mc.charsets. Install it if
1486         the charset support is enabled.
1488         * configure.in: Add check for iconv() and the necessary code
1489         to support the charset selection patch.
1491         * configure.in: Add check for ESCDELAY variable in ncurses.
1493 2001-05-29  Pavel Roskin  <proski@gnu.org>
1495         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
1496         USE_EXT2FSLIB.
1498         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
1499         * pc/config.h: Likewise.
1501         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
1502         and "strings". Recognize "write" files and MS Word templates.
1503         For MS Excel documents try "xls2csv" and "strings".
1504         Escape spaces in the "type" directives.
1505         From Nerijus Baliunas.
1507         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
1509         * Make.common.in: Remove hpath, it's unused.
1511         * acconfig.h: Move constant parts ...
1512         * extraconf.h: ... here.
1513         [HAVE_X]: Disable subshell, s-lang and curses.
1514         * Makefile.am: Add extraconf.h.
1516 2001-05-28  Pavel Roskin  <proski@gnu.org>
1518         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
1519         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
1520         * configure.in: ... here.
1522 2001-05-27  Pavel Roskin  <proski@gnu.org>
1524         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
1525         * acconfig.h: Likewise.
1526         * src/layout.c: Likewise.
1528         * Make.common.in: Remove all percent rules.
1529         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
1530         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
1531         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
1532         AM_INIT_AUTOMAKE.
1534         * Make.common.in: Remove obsolete dependency tracking system.
1535         * configure.in: Likewise.
1536         * edit/Makefile.in: Likewise.
1537         * gnome/Makefile.in: Likewise.
1538         * gtkedit/Makefile.in: Likewise.
1539         * slang/Makefile.in: Likewise.
1540         * src/Makefile.in: Likewise.
1541         * vfs/Make-mc.in: Likewise.
1542         * src/depend.awk: Remove.
1544 2001-05-26  Pavel Roskin  <proski@gnu.org>
1546         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
1547         * syntax/octave.syntax: New file. From Walery Studennikov.
1548         * syntax/Makefile.am: Add octave.syntax.
1550         * configure.in: Fix incorrect test for stdin support in grep -
1551         it would always fail when configuring in an empty directory.
1552         Portability fixes - unset, backslashed space in here-documents.
1553         Eliminate all instances of "changequote".
1555         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
1556         user choice.
1557         * acconfig.h: Changes for the above.
1558         * INSTALL: Don't document --with-sco - it's now defunct.
1559         * INSTALL.FAST: Likewise.
1561 2001-05-25  Pavel Roskin  <proski@gnu.org>
1563         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
1564         are in the beginning of the "file" output.
1566 2001-05-23  Pavel Roskin  <proski@gnu.org>
1568         * lib/mc.ext.in: Add associations for viewing RPM files.
1570 2001-05-22  Pavel Roskin  <proski@gnu.org>
1572         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
1573         By default exit after the first error in jade.
1575         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
1576         JADEFLAGS environment variables. Report progress. Clean up on
1577         failure.
1579 2001-05-21  Pavel Roskin  <proski@gnu.org>
1581         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
1582         files.
1584         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
1585         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
1587 2001-05-20  Pavel Roskin  <proski@gnu.org>
1589         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
1590         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
1591         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
1592         * doc-gnome/C/figs/Makefile.am: Add support for converting from
1593         PNG to EPS.
1595         * Makefile.am (EXTRA_DIST): Remove create_vcs.
1596         * doc/FILES: Likewise. Typo fix.
1598 2001-05-19  Pavel Roskin  <proski@gnu.org>
1600         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
1601         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
1602         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
1604         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
1605         index entry "Moving files".
1607 2001-05-18  Pavel Roskin  <proski@gnu.org>
1609         * configure.in: Use src/main.c in AC_INIT.
1611         * create_vcs: Remove.
1613         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
1614         Add download location for glib.
1615         * mc.spec.in: Likewise.
1616         * doc/LSM: Likewise.
1617         * doc/mc.1.in: Likewise.
1618         * doc/mcedit.1.in: Likewise.
1619         * src/ext.c: Don't mention download location for MC.
1621         * FAQ: Update status of Tk, XView. and GNOME editions. Update
1622         homepage of gpm.
1624         * INSTALL: Remove information about Tk and XView. Change the
1625         mailing list addresses again.
1626         * FAQ: Change the mailing list addresses again.
1627         * MAINTAINERS: Likewise.
1628         * README: Likewise.
1629         * doc/mc.1.in: Likewise.
1630         * gnome/gmc-window.c: Likewise.
1631         * lib/README.xterm: Likewise.
1632         * lib/mc.ext.in: Likewise.
1633         * lib/mc.hint*: Likewise.
1634         * lib/mc.hlp.hu: Likewise.
1635         * po/*.po: Likewise.
1636         * src/main.c: Likewise.
1638 2001-04-20  Pavel Roskin  <proski@gnu.org>
1640         * FAQ: Change the mailing list addresses and the download
1641         locations.
1642         * INSTALL: Likewise.
1643         * MAINTAINERS: Likewise.
1644         * README: Likewise.
1645         * doc/mc.1.in: Likewise.
1646         * gnome/gmc-window.c: Likewise.
1647         * lib/README.xterm: Likewise.
1648         * lib/mc.ext.in: Likewise.
1649         * lib/mc.hint*: Likewise.
1650         * lib/mc.hlp.hu: Likewise.
1651         * po/*.po: Likewise.
1652         * src/main.c: Likewise.
1654 2001-04-19  Pavel Roskin  <proski@gnu.org>
1656         * configure.in: Don't install mcserv unless
1657         "--enable-mcserv-install" has heen specified.
1658         Don't quote the first argument in all calls to AM_CONDITIONAL
1659         to work around a bug in Automake 1.4.
1660         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
1661         * vfs/Make-mc.in: Likewise.
1663 2001-04-13  Pavel Roskin  <proski@gnu.org>
1665         * configure.in: Bump version to 4.5.53a.
1667 2001-04-06  Pavel Roskin  <proski@gnu.org>
1669         * gtkedit/editcmd.c: Remove support for XView layout attributes.
1670         * gtkedit/editoptions.c: Likewise.
1671         * pc/chmod.c: Likewise.
1672         * pc/drive.c: Likewise.
1673         * src/boxes.c: Likewise.
1674         * src/chmod.c: Likewise.
1675         * src/dlg.c: Likewise.
1676         * src/dlg.h: Likewise.
1677         * src/filegui.c: Likewise.
1678         * src/find.c: Likewise.
1679         * src/hotlist.c: Likewise.
1680         * src/layout.c: Likewise.
1681         * src/listmode.c: Likewise.
1682         * src/main.c: Likewise.
1683         * src/option.c: Likewise.
1684         * src/panelize.c: Likewise.
1685         * src/wtools.c: Likewise.
1686         * src/wtools.h: Likewise.
1687         * vfs/smbfs.c: Likewise.
1689         * autogen.sh: Check out "intl" and "macros" directories if they
1690         are missing. Simply "cvs up -d" won't restore them.
1692         * configure.in: Bump version to 4.5.52a.
1694 2001-03-14  Pavel Roskin  <proski@gnu.org>
1696         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
1697         Automake conditional USE_SAMBA_FS if Samba is to be supported
1698         in VFS.
1700 2001-03-07  Pavel Roskin  <proski@gnu.org>
1702         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
1703         defined.
1704         Reported by Norbert Warmuth.
1706         * configure.in: Don't process vfs/extfs/uzip - it's now
1707         constant.
1709         * syntax/changelog.syntax: Require space after asterisk to have
1710         it highlighted.
1712 2001-03-02  Pavel Roskin  <proski@gnu.org>
1714         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
1715         * configure.in: Use AC_PROG_CC_STDC instead.
1717         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
1718         Suggested by Christian Gennerat.
1720         * lib/mc.ext.in: Add support for "freeze" - old compression
1721         program used mostly on QNX.
1722         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
1723         * lib/Makefile.am: Adjusted.
1725 2001-02-26  Pavel Roskin  <proski@gnu.org>
1727         * lib/mc-gnome.ext.in: Remove, it's not used.
1728         * configure.in: Remove lib/mc-gnome.ext.
1729         * lib/Makefile.am: Likewise.
1731 2001-02-20  Pavel Roskin  <proski@gnu.org>
1733         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
1734         defined to prevent warnings on OpenBSD 2.7.
1735         * slang/jdmacros.h: Likewise.
1736         * src/mad.h: Likewise.
1737         * src/poptalloca.h: Likewise.
1739         * configure.in: Check for sys/time.h and sys/timeb.h. Use
1740         AC_HEADER_TIME.
1742 2001-02-07  Pavel Roskin  <proski@gnu.org>
1744         * autogen.sh: Create vfs/samba/include/stamp-h.in.
1745         * vfs/samba/include/stamp-h.in: Remove.
1747         * macros/curses.m4: Quote first argument to AC_DEFUN.
1748         * macros/gnome-cxx-check.m4: Likewise.
1749         * macros/gnome-gettext.m4: Likewise.
1750         * macros/gnome-libgtop-check.m4: Likewise.
1751         * macros/gnome-print-check.m4: Likewise.
1752         * macros/linger.m4: Likewise.
1753         * macros/need-declaration.m4: Likewise.
1755         * configure.in: Only configure in vfs/samba if smbfs support is
1756         enabled even with Autoconf 2.13.
1758 2001-01-30  Pavel Roskin  <proski@gnu.org>
1760         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
1761         --without-samba due to a typo.
1763         * configure.in: Only configure in vfs/samba if smbfs support is
1764         enabled. This optimization will only work with Autoconf-2.49c
1765         and above.
1767 2001-01-13  Pavel Roskin  <proski@gnu.org>
1769         * configure.in: Don't create a faked malloc.h.
1770         * gtkedit/edit.h: Don't assume that malloc.h always exists.
1771         * src/mad.h: Likewise.
1773         * configure.in: Simplified handling of cons.saver.
1774         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
1775         * mc.spec.in: Remove a workaround for the above.
1777         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
1778         for MC. Don't rely on the output of uname - use $host_os.
1780 2001-01-11  Pavel Roskin  <proski@gnu.org>
1782         * configure.in: Check for ext2 libraries only if VFS is enabled.
1784         * src/Makefile.in: Create directories before installing files.
1785         Removed all occurences of libprefix - it's never defined.
1787         * configure.in: All macros from configure.in moved to
1788         acinclude.m4. Added missing quotes in several places.
1789         * acinclude.m4: Likewise.
1791         * edit/Makefile.in: Don't install or uninstall mcedit -
1792         it cannot be installed before mc on systems without symlinks.
1793         * gtkedit/Makefile.in: Likewise.
1794         * src/Makefile.in: Install mcedit (if enabled) and mcview.
1795         Uninstall them.
1797         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
1798         from acinclude.m4 in gtk+:
1799         Don't define ENABLE_NLS unless we have a working NLS.
1800         (This should keep libintl.h from being included when it doesn't
1801         exist).
1803 2001-01-09  Pavel Roskin  <proski@gnu.org>
1805         * doc-gnome/C/figs/Makefile.am: New file.
1806         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
1807         makefile do it.
1808         * configure: Substitute doc-gnome/C/figs/Makefile.
1810         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
1812 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
1814         * lib/mc.hlp.hu: Added Hungarian help file from
1815           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
1816           maci@integrity.hu, mfh47@freemail.hu
1817         * lib/Makefile.am: Added LOCALIZED_HELP for further
1818           mc.hlp l10ns
1819         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
1820           gtkedit/editcmd.c: I18n of mc.hlp
1822 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
1824         * doc/mc.1.in: Corrected badly formatted link...
1826 2000-11-10  Robert Brady  <robert@suse.co.uk>
1828         * configure.in: Add Tamil to ALL_LINGUAS.
1830 2000-10-23  Pavel Roskin  <proski@gnu.org>
1832         * mc.spec.in: Allow mcserv.8 to be gzipped.
1834         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
1835         that cannot deal with "./gmc.sgml".
1837 2000-10-09  Pavel Roskin  <proski@gnu.org>
1839         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
1840         that CVS Automake will drop dependencied to the macros that
1841         we don't distribute.
1843         * lib/mc.ext.in: Removed references to icons. Source RPMs
1844         grouped to one regex. Removed "Update" for source RPMs, added
1845         "Rebuild" instead. Added "Check signature" for all RPMs.
1846         Added a comment about pop-up menus in the text edition.
1848 2000-10-06  Pavel Roskin  <proski@gnu.org>
1850         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
1851         flags moved out of CFLAGS as recommended by GNU coding
1852         standards.
1853         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
1854         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
1855         XCPPFLAGS.
1856         * INSTALL (Random notes on porting to other architectures):
1857         Completely rewritten. Recommended using CFLAGS instead of XINC.
1859 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1861         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
1863 2000-10-04  Christophe Merlet  <christophe@merlet.net>
1865         * gnome/*.desktop: Updated french strings.
1867 2000-10-03  Pavel Roskin  <proski@gnu.org>
1869         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
1870         to allow <legalnotice>. Unclosed tags fixed.
1872 2000-09-30  Pavel Roskin  <proski@gnu.org>
1874         * mc.spec.in: New package mc-common. Use DESTDIR instead of
1875         misusing prefix. Don't install old icons - they don't exist.
1877         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
1878         "export -f" to have mc() exported.
1879         * doc/mc.1.in: Changed description of the "-P" option to
1880         avoid inclusion of mc.sh and mc.csh into the manual.
1881         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
1883 2000-09-24  Pavel Roskin  <proski@gnu.org>
1885         * doc/mc.1.in: Minor formatting fixes.
1887         * lib/mc.sh.in: Remove temporary file non-interactively.
1888         * doc/mc.1.in: updated example for mc.sh.
1890 2000-09-23  Pavel Roskin  <proski@gnu.org>
1892         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
1893         updates it when needed.
1894         * mc.spec.in: Include translations with mc, not gmc. Run
1895         chkconfig --del in %preun, not %postun. --without-debug not
1896         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
1897         be executable. New files in %{prefix}/lib/mc/ - translated hints,
1898         editor files.
1900         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
1901         directory for document processing. Comment changes. gmc.ps and
1902         gmc.pdf now generated from gmc.dvi.
1904         * configure: Always include Make.common as file, otherwise
1905         "make distclean" breaks.
1906         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1907         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
1908         replaced with "rm -f" - the stangard says that "rm" is portable.
1909         Ditto $(MV). Adjusted *clean targets to match those in
1910         Automake. Removed "cross" target.
1912 2000-09-22  Pavel Roskin  <proski@gnu.org>
1914         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
1915         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
1916         * doc/Makefile.in: Converted to ...
1917         * doc/Makefile.am: ... this.
1919 2000-09-21  Pavel Roskin  <proski@gnu.org>
1921         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
1922         is not expanded in all shells.
1923         * doc/mc.sgml: Updated the example script to reflect the above
1924         changes.
1925         * doc/mc.in.1: Likewise.
1927 2000-09-19  Pavel Roskin  <proski@gnu.org>
1929         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
1930         Marco Ciampa
1932 2000-09-18  Pavel Roskin  <proski@gnu.org>
1934         * Make.common.in: Added installcheck to placate "make distcheck"
1935         * configure.in, Make.common.in, doc/Makefile.in,
1936         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1937         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
1938         variable MKINSTALLDIRS and builddir with Automake-compatible
1939         mkinstalldirs and top_builddir.
1940         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
1941         files. Added uninstall-local target.
1943 2000-09-17  Pavel Roskin  <proski@gnu.org>
1945         * configure.in: fixed wrong use of AC_MSG_RESULT inside
1946         AC_CACHE_VAL
1948         * Make.common.in: Added the "dvi" target for "make distcheck"
1949         to go further
1950         * doc-gnome/C/Makefile.in: converted to ...
1951         * doc-gnome/C/Makefile.am: ... this
1953 2000-09-15  Pavel Roskin  <proski@gnu.org>
1955         * acconfig.h, configure.in: Require autoconf 2.13 or above.
1956         Removed workarounds for older versions. Removed MCDEBUG
1957         variable - it's not used. --with-debug renamed to --with-mad and
1958         cleaned up. Always use -Wall with gcc, other manipulations with
1959         CFLAGS removed.
1961         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1962         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1963         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
1964         mc.pot becomes out of date in the tarball.
1966 2000-09-14  Pavel Roskin  <proski@gnu.org>
1968         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
1969         tests for cp, mv and rm.
1970         * Make.common.in: Removed variables xv_bindir and STRIP.
1971         Variables CP, MV and RMF are assigned trivial values.
1973         * edit/Makefile.in: Don't link headers, add extra includes
1974         to CPPFLAGS instead. Put links to the build directory.
1975         Remove the hack with "mx" - it is not needed anymore.
1977         * configure.in: remove any manupulations with top_srcdir.
1978         Don't change CPPGLAGS when the internal editor is enabled,
1979         instead do it ...
1980         * edit/Makefile.in, gtkedit/Makefile.in: ... here
1982         * configure.in, Make.common.in, doc/Makefile.in,
1983         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1984         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
1985         changed to top_srcdir for Automake compatability
1987         * configure.in: REGEX_O variable removed - always use our regex
1989         * configure.in: MCFGR variable removed
1991 2000-09-12  Pavel Roskin  <proski@gnu.org>
1993         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
1994         other GNOME modules
1995         * autogen.sh: remove "-I ." from the "aclocal" command line
1997 2000-09-01  Pavel Roskin  <proski@gnu.org>
1999         * configure.in: output vfs/extfs/Makefile
2001         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
2002         to avoid a warning
2003         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
2004         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
2006 2000-08-29  Pavel Roskin  <proski@gnu.org>
2008         * configure.in: use AM_GNOME_GETTEXT
2009         * gettext.m4: removed
2010         * Makefile.am: adjusted files to distribute, previous change
2011         reverted
2013         * mc-aclocal.m4: renamed to ...
2014         * acinclude.m4: ... this
2015         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
2016         * Makefile.am: aclocal should scan "." for gettext.m4
2018 2000-08-28  Pavel Roskin  <proski@gnu.org>
2020         * Make.common.in: removed hack for "make distcopy"
2021         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2022         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2023         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
2024         for external builds.
2025         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
2027 2000-08-24  Pavel Roskin  <proski@gnu.org>
2029         * new_icons/Makefile.in: converted to ...
2030         * new_icons/Makefile.am: ... this
2031         * configure.in: automake conditional GNOME introduced.
2032         "insticons" removed
2034         * icons/*: removed
2035         * Makefile.am, configure.in: necessary adjustments
2037         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
2038         automake installs them now
2040         * syntax/Makefile.in: converted to ...
2041         * syntax/Makefile.am: ... this
2043         * idl/Makefile.in: converted to ...
2044         * idl/Makefile.am: ... this
2046         * lib/Makefile.am: simplified, fixed "make dist"
2048         * lib/Makefile.in: converted to ...
2049         * lib/Makefile.am: ... this
2051         * lib/tkmc.wmconfig: removed
2052         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
2054         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
2055         to ...
2056         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
2057         * Make.common.in: support for "distdir" for compatability
2058         with Automake-generated makefiles
2059         * autogen.sh: run automake. Force cache - it is off by default
2060         in autoconf 2.49a, but it's still handy for maintainers
2061         * configure.in: adapted for Automake
2063         * AUTHORS: new file
2065 2000-08-23  Pavel Roskin  <proski@gnu.org>
2067         * configure.in: resurrect definition of xvers
2069         * VERSION.in: removed
2070         * Makefile.in: don't do anything with VERSION.in and VERSION
2071         Take mc.spec from builddir, not srcdir
2072         * configure.in: don't create VERSION
2074 2000-08-22  Pavel Roskin  <proski@gnu.org>
2076         * *.c, *.h: Updated address of Free Software Foundation
2078 2000-08-21  Pavel Roskin  <proski@gnu.org>
2080         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
2081         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
2082         related to XView, libXPM, libXext and Tk
2084 2000-08-18  Pavel Roskin  <proski@gnu.org>
2086         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
2087         files
2089         * configure.in: Simplified dependency tracking by using
2090         "-include" with GNU Make
2091         * autogen.sh: Exit on all failures
2093 2000-08-17  Pavel Roskin  <proski@gnu.org>
2095         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
2096         Fixed all misuses of single and double quotes. Typo fixes.
2097         Ensured compatability with sgml2html, sgml2txt and sgml2latex
2098         * doc/mc.1.in: Typo fix
2100         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
2101         * doc/linuxdoc-sgml.diff: removed
2102         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
2103         distribute gnome.sgml
2105 2000-08-15  Pavel Roskin  <proski@gnu.org>
2107         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
2108         in the "distclean" target
2110         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
2111         Removed all XVIEW-related stuff
2112         Fixed placement of png files on "make dist"
2114         * doc/mc.1.in: Updated info about the internal editor
2116         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
2117         indicate serious problems. Fixes for uninstall.
2118         * doc/Makefile.in: Rebuild if it is out of date.
2120         * lib/cedit.menu: Added. This file has been missing
2122         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
2124 2000-08-08  Pavel Roskin  <proski@gnu.org>
2126         * Makefile.in: correctly detect make failures in subdirs
2128 2000-08-01  Pavel Roskin  <proski@gnu.org>
2130         * nt, os2, tk, xv: removed all files
2131         * configure.in: don't create os2 and nt directories
2133 2000-08-01  Pavel Roskin  <proski@gnu.org>
2135         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
2137         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
2139 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
2141         * src/main.c: make 8bit input/output the default (99% of the people
2142         expects that; lets the remaining 1% use the configuration menu
2143         to disactivate it if they want)
2145 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
2147         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
2149 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
2151         * configure.in: check for gnome-libs with window icon support
2153         * acconfig.h: add icon define
2155 2000-06-08  Matthias Warkus  <mawa@iname.com>
2157         * new_icons/gnome-pack-*.png: Updated.
2158         * gnome/mc.keys: Added a MIME type for SLP packages.
2160 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
2162         * syntax/diff.syntax: Highlight lines beginning with "File",
2163         "Files" and "Binary"
2164         * syntax/makefile.syntax: Highlight "ifndef"
2165         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
2166         highlighted)
2168 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2170         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
2171         comment lines with # in last release
2173 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2175         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
2177 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2179         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
2180         look more consistent than original.
2182 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2184         * config.in: Added check against strcoll().
2186 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2188         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
2189         added 'and', 'or', 'not', 'for' keywords.
2191 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2193         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
2194         based systems. Hope, this will make FreeBSD midc maintainer to enable
2195         build-in editor by default. Still, syntax highlighting is disabled.
2196         Need to port...
2198 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2200         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2201           fixed, some messages gettext()ed again here and in
2202         gtkedit/editmenu.c:edit_about_cmd()
2204 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2206         * doc/mc.sgml (Examples): Fixed documentation, thanx
2207         to martin@internet-treff.uni-koeln.de.
2209 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
2211         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
2212         the label text
2214 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
2216         * gtkedit/syntax.c: treat *.ads as Ada source
2217         * syntax/ada95.syntax: escape "+" and "*"
2218         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
2219         * syntax/Makefile.in: remove diffc.syntax
2221         * edit/edit_key_translator.c: interpret code 0177 as
2222         backspace unless recognized otherwise
2224 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
2226         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
2227         initialization of array of structure (gcc version 2.96 20000131
2228         chokes on it).
2230         * lib/mc.hint: C-y and not C-u can be used to insert text in input
2231         lines (e. g. text which has been deleted with M-d).
2233         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
2235 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
2237         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
2239 2000-01-29  Matthias Warkus  <mawa@iname.com>
2241         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
2242         design on Federico's request.
2244 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
2246         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
2247         an ArrangeType enum.
2249 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
2251         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
2252         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
2253         setup.c: Add option of using GNOME "magic" routines to determine file
2254         types. This makes MC intelligently look at the data in the file to see
2255         what type of file it is, rather than looking at the filename extension.
2256         This slows down MC quite a bit, so it has been made an optional
2257         preference item. Type detection is expected to improve as mime-magic
2258         matures.
2260 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
2262         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
2263         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
2264         providing a patch.
2266 2000-01-11  Matthias Warkus  <mawa@iname.com>
2268         * Added icon and keys entry for Scheme source.
2270 2000-01-03  Fatih Demir  <kabalak@gmx.net>
2272         * configure.in: Added tr -> ALL_LINGUAS .
2274 1999-12-28  Matthias Warkus  <mawa@iname.com>
2276         * new_icons/*.png: Added a bunch of new icons.
2278 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
2280         * configure.in (VERSION): Bumped version number to 4.5.42.
2282 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
2284         * configure.in: added 'uk' to ALL_LINGUAS.
2286 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2288         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
2289         request from David Sauer
2291 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
2293         * configure.in (VERSION): Bumped version number to 4.5.41.
2295 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
2297         * configure.in (VERSION): Set version number to 4.5.39.
2299 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
2301         * configure.in: Added pt_BR to ALL_LINGUAS
2303 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
2305         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
2306         path to the mc binary according to @prefix@.
2308         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
2309         configure. Install mc.sh and mc.csh in $(suppbindir).
2311         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
2312         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
2313         copies of the included function definitions.
2315         * mcfn_install.in: Comment out definitions of the mc functions. Source
2316         mc.sh instead of adding an outdated mc function definition.
2318         * configure.in: output mc.sh and mc.csh
2320 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
2322         * lib/startup.links: Changed the news link to Gnotices
2324 1999-09-19  David Martin  <dmartina@usa.net>
2326         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
2327         8 bit chars from strftime get displayed when inserting date.
2329         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
2330         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
2331         file to avoid interferences. In this one I changed the extension check
2332         to a type check (as used for gzip) which might give problems in some
2333         systems.
2335         * configure.in: Use -Tlatin1 to format man pages when available and
2336         "view" 8 bit chars.
2338 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
2340         * gtkedit/edit.h: Include file reordering to make it compile with
2341         --with-debug
2343         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
2344         dependent on lenght of translated strings to display.
2346 1999-09-16  Owen Taylor  <otaylor@redhat.com>
2348         * Remove the magicdev autoconf test in favor of just
2349         including the idl file. Otherwise we have a dependency
2350         loop between this and magicdev.
2352 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
2354         * idl/FileManager.idl: Changed names, and put everything under a
2355         FileManager module.  Added a Desktop interface and some methods to
2356         the WindowFactory interface.
2358 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
2360         * doc-gnome/*: Shiny new docs from users-guide.
2361         All synced up.
2363 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
2365         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
2367 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
2369         * README: Updated and spell-checked.
2371         * NEWS: Updated.
2373 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
2375         * configure.in (ALL_LINGUAS): Added sv.
2377 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
2379         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
2380         symlink attacks (mcfn_install and the man page still needs to be
2381         updated).
2383 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
2385         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
2386         a symbolic link (ln -sf doesn't work as expected on Solaris)
2388 1999-08-19  Elliot Lee  <sopwith@redhat.com>
2389         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
2391 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
2393         * doc-gnome/C/gmc.sgml: Index fixes.
2395 1999-08-18  Elliot Lee  <sopwith@redhat.com>
2397         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
2398         initializers in the GnomeUIInfo structure.
2400 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
2402         * configure.in (VERSION): Bumped version number to 4.5.38.
2404 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
2406         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
2408 1999-08-15  David Martin  <dmartina@usa.net>
2410         * gtkedit/edit.c: Print localized date with strftime()
2412         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
2414 1999-08-08  David Martin  <dmartina@usa.net>
2416         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
2417         translation.
2419         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
2420         translation as it used to be.
2422 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2424         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
2425         that the correct index.html will be generated.
2427 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2429         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
2430         to the list.
2432 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
2434         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
2435         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
2436         This adds some new syntax rules, and spell check on the fly
2437         which if someone bugs me for, will actually get enabled in
2438         both the text and gnome versions. Bookmark stuff also needs
2439         some keys bound to it, I suppose: any takers?
2441 July 19, 1999 Elliot Lee
2442         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
2444 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
2446         * Makefile.in (all): Makefile fix.
2448 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2450         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2451         should fix the problem we had with FSSTND distributions.
2453 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2455         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
2456         list of distributed files.
2458 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2460         * configure.in (VERSION): Bumped version number to 4.5.34.
2462 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
2464         * Add fi into ALL_LINGUAS
2466 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
2468         * gnome/i-zipdisk2.png: Added another zip-disk icon
2469         by <scarab@egyptian.net> - It looks very nice. Variation
2470         is good.
2472 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2474         * acconfig.h: Add WITH_SMBFS
2476         * macros/gnome-vfs.m4: Support conditional samba support.
2478 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2480         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2481         should fix the problem we had with FSSTND distributions.
2483 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
2485         * mc.spec.in: added syntax files to %files
2487 1999-06-22  David Martin  <dmartina@usa.net>
2489         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
2491 1999-06-07  Shooby Ban  <bansz@szif.hu>
2493         * po/hu.po, configure.in: added hungarian translations...
2494           I'm not sure it's OK, but it seems usable.
2495           Translators: Tamas Fejos and Andras Kadar
2497 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
2499         * configure.in, Makefile.in: added the gmc helpfile to the build
2501 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
2503         * Add ja entry to LANG in configure.in
2505 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2507         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
2508         be installed in the system :) (added it to the Makefile.in)
2510 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2512         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
2513         disks - someone please add it to the mount.c code so it gets used..
2514         Everyone have a nice time at the expo! :) I hope to join the
2515         next time.
2517 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2519         * configure.in: Added check for getpt ()
2521 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2523         * configure.in (VERSION): Bumped version number to 4.5.31.
2525 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2527         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
2528         need to fool it by strdup'ing the return value of tempnam.
2530 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2532         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
2533         MCLIBS which are specific to the text edition.
2535         * INSTALL: Added documentation for --with-tm-x-support
2537 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
2539         * mc.spec.in : Folded in some changes from the 'offical' rpm
2540         spec file.
2542 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2544         * configure.in (SHELL): Do not use grep -q, as it is not portable
2545         to every OS.
2547 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2549         * configure.in: Linking from $srcdir/slang is broken when configure
2550         isn't called with an absolute path. Link from ../$srcdir/slang if
2551         configure was invoked with a relative path.
2553 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2555         * configure.in: Do not rm the destination file and then link, use
2556         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
2558 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2560         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
2561         --with-PACKAGE and --without-PACKAGE gave the same results.
2563 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2565         * configure.in (VERSION): Bumped version number to 4.5.30.
2567 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2569         * configure.in (VERSION): Bumped version number to 4.5.29.
2571 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2573         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
2574         now contains all checks.
2576 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2578         * configure.in (VERSION): bumped version number to 4.5.28.
2580 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
2582         * */Makefie.*: fixed several missed conversions from libdir to
2583         mclibdir. (Should be automake'd, really)
2585 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2587         * Make.common.in: There were conflicting definitions of mclibdir
2588         (one for installation, one for source).  Now the source one is
2589         called mcsrclibdir.
2591         * doc/Makefile.in: Use mcsrclibdir where appropriate.
2593 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
2595         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
2596         Pascal Program" (Heh, second time :)
2598         * Makefile.common: Until things gets clear, keep syntax rules in
2599         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
2601         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
2602         @libdir@.
2604 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
2606         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
2607         as requested by Paul. Still, need some checking...
2609 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
2611         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
2612         to date with cooledit 3.9.0. This adds some new features.
2613         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
2614         syntax.c. This is because the rule set is becoming too
2615         large to maintain in its current form and because file
2616         loading is starting to get slow.
2618         There is also a bookmark feature which does not yet have
2619         key bindings assigned to it, but should be cool once
2620         these get inserted. Syntax rules files are named
2621             $LIBDIR/cooledit/syntax/*.syntax
2623 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2625         * configure.in: Create slang directory, it is needed when
2626         builddir != srcdir.
2627         Use -f when calling rm, the file does not exist on
2628         first compile.
2629         No need to copy VERSION from $srcdir, it's already generated in
2630         $buildir.
2632 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
2634         * edit/edit_key_translator.c: Added missing translation tags.
2636 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2638         * configure.in: Minimum version of glib should be 1.2.0.
2639         (VERSION): Bumped version number to 4.5.27.
2641 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
2643         * gtkedit/editcmd.c: Added missing translation tags.
2645         * gtkedit/editoptions.c: Added missing translation tags. Translate
2646         radio buttons on first use.
2648 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
2650         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
2651         to get the mc spec file to work.
2652         * hacked configure to generate a properly versioned spec file.
2654 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2656         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
2657         radio buttons on first pass.
2659 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
2661         * gtkedit/editcmd.c: Mark strings in the search and replace
2662         dialogs for translation. Resized these dialogs to let the messages
2663         fit.
2665 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2667         * gtkedit/editwidget.c (selection_send): Use the proper type for
2668         64-bit cleanliness (Patch from George Lebl).
2670 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
2672         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
2673         into the catalog file.
2675 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2677         * configure.in: Make Timur's libtermcap check work with SLang
2678         0.99.98, too.
2680 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2682         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
2683         PS and EPS files.  Thanks, Tigert!
2685 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2687         * configure.in (CCOPTS): Drop the prefix auto-detection.
2689 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
2691         * configure.in: Add check, which, in case of system-installed SLang
2692         library tries to run a test program, which determines, does we need
2693         linking with libtermcap.a. Also, set of if's for finding terminfo
2694         dir changed to for cycle - a bit nicer :)
2696 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2698         * README.QNX: Deleted documention about mc.menu.qnx.diff.
2700 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2702         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
2704 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2706         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
2707         from tar calls when extracting (according to my man page this option
2708         is only useful when creating archieves).
2710 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2712         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
2713         adds support for tar.bz2 and merges the support for freeze-compressed
2714         tar files (tar.F) from mc.menu.qnx.diff.
2716 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
2718         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
2719         GNU-like :)
2721 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2723         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
2724         the catalog file.
2726 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
2728         * new_icons/gnome-core.png: New icon for core files. Someone
2729         please add the code part :)
2731 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
2733         * configure.in: Add check against setuid() and setreuid() functions.
2735 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2737         * slang/slang.h: renamed to slang-mc.h
2739         * slang/Makefile.in: delete slang.h on "make clean"
2741         * configure.in: link slang/slang-mc.h to slang/slang.h when the
2742         included slang is used. Problem was that MC's slang.h was used
2743         when we compiled with an already installed SLang and the systems
2744         header file were included with <slang/slang.h>.
2745         Unfortunatly I can't use AC_LINK_FILES to make the links because
2746         if we needn't make any links AC_LINK_FILES makes a link from
2747         srcdir to top_builddir (builddir != srcdir).
2749         Temporary add $LGPM to $LIBS when checking for the resizeterm
2750         and keyok functions (ncurses might be linked against GPM).
2752         Substitude PACKAGE (intl/Makefile makes use of it)
2754 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
2756         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
2757         #include "global.h".
2759 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
2761         * Make.common.in (gnewdir): new path.
2763 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
2765         * configure.in: Add comments before "Let" and "the" - typo. Add new
2766         path to include's search.
2768 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
2770         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
2772 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2774         * configure.in (REGEX_O): Always include regex.o as the code we
2775         are using in gmc is not using regcomp/regexec, but the internal
2776         Emacs API.
2778         * src/regex.c: Do not compile the POSIX compatibility code, as we
2779         do not use it.
2781 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2783         * doc/mc.sgml, mc1.in (Color section): minor polishing
2784         (Layout section): documented Highlight...
2786 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2788         * configure.in: Deleted du checks
2790         * INSTALL: Deleted --with-dusum documentation.
2792         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
2793         Configuration dialog. Added Advanced chown subsection. Deleted
2794         variables from the Special settings section which are now covered
2795         by the configuration dialog.
2797 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2799         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
2800         tar_gz_memlimit. Partially rewrote the section about the
2801         Virtual FS.. configuration dialog.
2803 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
2805         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
2807 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2809         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
2811         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
2812         builddir
2814 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
2816         * new_icons/gnome-image-[lots].png: I added some icons for file
2817         types (image) there - someone please tell me what the correct
2818         location and naming convention is and I will try to follow that. :)
2820 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
2822         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
2823         the build will still work.  (Has this been replaced by new_icons?)
2825 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
2827         * doc/mc.1.in, mc.sgml: added my name to list ov authors
2829 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2831         * Makefile.in (codedirs): Dropped xv and tk ports from the
2832         distribution. include idl directory.
2834 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2836         * configure.in (slang_use_system_installed_lib): Define slang
2837         here, to avoid having this on LIBS.
2839 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
2841         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
2843 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
2845         * config.h.in: Removed from CVS, added to .cvsignore
2847         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
2848         configure.in:
2849         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
2850         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
2851         HAS_CURSES added to acconfig.h
2853 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2855         * autogen.sh: Add "-I macros" to the aclocal flags.
2857         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
2858         so that aclocal will not complain about an obsolete macro.
2860         * configure.in: Use MC_HPUX_PROG_CC_STDC
2862         * ChangeLog: There was no ChangeLog here, so I added one.