*** empty log message ***
[midnight-commander.git] / ChangeLog
blobbf13c3d9a2a2ca2208d25ad4e7365b8608b81b4b
1 2002-10-13  Pavel Roskin  <proski@gnu.org>
3         * lib/mc.hint*: Remove all references to "-1" - hints file is no
4         substitute to unambigous GUI.
5         From Christian Laubscher <christian.laubscher@tiscalinet.ch>
7 2002-10-12  Pavel Roskin  <proski@gnu.org>
9         * lib/mc.ext.in: Redirect stderr from "links" to suppress a
10         warning if it's not found.
12 2002-10-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
14         * doc/mc.1.in (SMB File System): Username is allowed in
15         URLs now (/#smb:[user@]machine).
16         * doc/ru/mc.1.in: Likewise.
18 2002-10-08  Pavel Roskin  <proski@gnu.org>
20         * configure.in: Rename RH_VERSION to RPM_VERSION - not every
21         rpm-based system is Red Hat.  Replace all dashes, not just one.
23         * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
24         termcap if terminfo is missing in the known locations.
25         * configure.in: Remove --with-termcap processing, it is now in
26         acinclude.m4.
28 2002-10-02  Pavel Roskin  <proski@gnu.org>
30         * syntax/syntax.syntax: Fix highlighting for "gray".
32 2002-10-01  Pavel Roskin  <proski@gnu.org>
34         * configure.in: Expand $bindir and $datadir to show at the end.
35         Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
37 2002-09-29  Pavel Roskin  <proski@gnu.org>
39         * configure.in: Remove the argument from --with-gpm-mouse.  The
40         directories for include files and libraries can be specified
41         using LDFLAGS and CPPFLAGS, as documented in the output of
42         "configure --help".
44         * configure.in: Complete rewrite of the screen library support.
45         Add new option --with-screen instead on --with-slang,
46         --with-included-slang and --with-ncurses.  Only allow
47         --with-termcap is using the included S-Lang library.
48         * aclocal.m4: Corresponding changes.
50         * syntax/mail.syntax: Replace "wholechars right" and "wholechars
51         left" with single "wholechars".
52         * syntax/nroff.syntax: Likewise.
53         * syntax/sh.syntax: Likewise.
54         * syntax/tcl.syntax: Likewise.
56         * syntax/*.syntax: Remove numeric Cooledit colors.  It's
57         unreasonable to require them to be correct.  On the other hand,
58         Cooledit can easily be changed to accept named color names.
60         * syntax/syntax.syntax: Don't require Cooledit colors for
61         highlighting color names.  Remove Cooledit colors.
63         * syntax/m4.syntax: Don't use yellow color on parentheses, since
64         it interferes with parentheses highlighting.  Remove list of
65         supported Autoconf macros.
67 2002-09-26  Pavel Roskin  <proski@gnu.org>
69         * syntax/syntax.syntax: Remove highlighting for numbers - it's
70         for Cooledit only.
72         * syntax/c.syntax: Require at least one space at the beginning
73         of indented cpp directives.  Use brightmagenta for them.
75         * syntax/syntax.syntax: Don't start keywords with "\[" - it
76         doesn't work.  Use "\[\]" at the end of keywords to suppress
77         their special meaning.
79 2002-09-22  Pavel Roskin  <proski@gnu.org>
81         * doc/Makefile.am: Remove width from the man2hlp command line.
82         The same for translations.
84         * configure.in: Remove support for HSC proxy - it's obsolete.
85         Remove all references to HSC proxy everywhere.
87 2002-09-21  Pavel Roskin  <proski@gnu.org>
89         * configure.in: Bump version to 4.6.0-pre1b.
91         * doc/hu/mc.hlp.hu: Rename to ...
92         * doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
93         * configure.in: Substitute doc/hu/mc.hlp.hu.
94         * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
96         * doc/mc.1.in: Update path to the data files.  Rename MC_LIBDIR
97         to MC_DATADIR.  Make the same changes in the translations.
99         * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
100         directory for architecture-independent files.
102 2002-09-19  Pavel Roskin  <proski@gnu.org>
104         * syntax/m4.syntax: New file.
105         * syntax/Syntax: Add m4.syntax.
106         * syntax/Makefile.am: Likewise.
107         From Vlad Romanenko <VladRomanenko@ukr.net>
109         * syntax/sql.syntax: Only recognize non-standard MySQL comments
110         at the beginning of line.
112 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
114         * syntax/syntax.syntax: Add "linestart" for "context",
115         "context default" and "context exclusive" keywords.
116         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
117         and "%5.5s" formats.
119 2002-09-18  Pavel Roskin  <proski@gnu.org>
121         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
122         rules for syntax files ...
123         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
124         and "include" keywords.
125         * syntax/Makefile.am: Add syntax.syntax.
127 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
129         * syntax/js.syntax: Advanced number highlighting.
131 2002-09-17  Pavel Roskin  <proski@gnu.org>
133         * syntax/c.syntax: Highlight "?" by the same color as ":".
134         * syntax/java.syntax: Likewise.
135         * syntax/swig.syntax: Likewise.
136         * syntax/python.syntax: Remove duplicate keyword ":".
138         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
139         m4 directory is used by aclocal.
140         * m4/Makefile.am: New file.
141         * configure.in: Substitute m4/Makefile.
142         * autogen.sh: Don't copy any macro files, use m4 directory.
144         * syntax/Makefile.am: Add js.syntax.
146         * configure.in: Add support for glib 2.x.  Right now, it has to
147         be explicitly enabled by `--with-glib2'.
148         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
150 2002-09-16  Pavel Roskin  <proski@gnu.org>
152         * syntax/js.syntax: New file.
153         * syntax/Syntax: Add js.syntax.
154         From Vlad Romanenko <VladRomanenko@ukr.net>
156 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
158         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
159         of local xnc.hlp
160         * doc/pl/xnc.hlp: Removed.
162 2002-09-13  Pavel Roskin  <proski@gnu.org>
164         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
165         Remove "potfiles" command.
166         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
167         compatibility with gettext 0.10.x.
169         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
170         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
172         * po/Makevars: New file for compatibility with gettext 0.11.x.
174         * configure.in: Remove "Debugger code" message.
176         * acinclude.m4: Replace undelfs_o with use_undelfs.
177         * configure.in: Likewise.  Don't substitute it.
179         * configure.in: Simplify processing of without-edit.  Replace
180         several variables with use_edit.
181         * acinclude.m4: Remove AC_WITH_EDIT.
183         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
184         use_smbfs.
185         * configure.in: Likewise.
186         * INSTALL: Document --with-samba.
188         * configure.in: Roll --enable-mcserv-install into ...
189         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
190         * INSTALL: Document --with-mcfs.
192 2002-09-12  Pavel Roskin  <proski@gnu.org>
194         * configure.in: Don't check if crypt() prototype is needed to
195         avoid warnings - the whole code is not worth avoiding one
196         legitimate warning.
197         * acinclude.m4: Remove AC_TRY_WARNINGS.
199         * configure.in: ALL_LINGUAS should be defined unconditionally.
201         * acinclude.m4: Clarify some help texts, add defaults in square
202         brackets, use more consistent spacing.
203         * configure.in: Likewise.
205         * lib/mc.menu: Don't call tarballs "releases".  Don't
206         dereference symlinks.
208 2002-09-10  Pavel Roskin  <proski@gnu.org>
210         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
212 2002-09-07  Pavel Roskin  <proski@gnu.org>
214         * configure.in: Eliminate --with-terminfo option, which was
215         essentially equivalent to --with-included-slang and didn't force
216         anything.
217         * acinclude.m4 (AC_USE_TERMINFO): Remove.
218         * INSTALL: Adjust to match.
219         * FAQ: Likewise.
221 2002-09-05  Pavel Roskin  <proski@gnu.org>
223         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
224         NETFILES - it's unused.
226         * configure.in: Check for arpa/inet.h.
228         * mcfn_install: Remove.  Also remove all references to it.
229         * INSTALL.FAST: Update information about ncurses.
230         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
232         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
233         LIBS.
234         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
235         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
236         test for ncurses in non-standard directories.
238 2002-09-04  Pavel Roskin  <proski@gnu.org>
240         * lib/mc.ext.in: Remove edit rules for compressed files that
241         were compressing even unchanged files - the editor itself can
242         handle compression better.
244 2002-09-03  Pavel Roskin  <proski@gnu.org>
246         * acinclude.m4: Remove Termnet support, it's too old and obscure
247         to be supported properly.
249 2002-08-27  Pavel Roskin  <proski@gnu.org>
251         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
252         OpenOffice.org, not StarOffice.  Add more video formats.
254         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
255         unnecessary pipeline.  Redirect stderr from cpio, because it can
256         be non-empty even for successful operations.
258 2002-08-26  Pavel Roskin  <proski@gnu.org>
260         * syntax/spec.syntax: New file.
261         * syntax/Syntax: Add spec.syntax.
262         * syntax/Makefile.am: Likewise.
263         From PLD Linux Distribution with minor changes.
265 2002-08-25  Pavel Roskin  <proski@gnu.org>
267         * lib/mcserv.init: Update from Red Hat package.
268         * lib/mcserv.pamd: Likewise.
270         * configure.in: Fix interpretation of the iconv test result.
271         Reported by Pavel Shirshov <pavelsh@mail.ru>
273         * mc.sh.in: Only bash needs the mc() function to be exported.
275         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
276         instead of /usr where appropriate.
277         * doc/Makefile.am: Enable generation of the help file.
279         * doc/pl/*: Add Polish translation.
280         * doc/Makefile.am: Adjust for the above.
281         * configure.in: Likewise.
283 2002-08-24  Pavel Roskin  <proski@gnu.org>
285         * lib/edit.indent.rc: Use tidy to format HTML.
286         From David Martin <dmartina@excite.com>
288         * lib/cedit.menu: Remove all references to the error file.
289         * lib/edit.indent.rc: Likewise.
290         * lib/edit.spell.rc: Likewise.
292 2002-08-23  Pavel Roskin  <proski@gnu.org>
294         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
295         use only for the programs that need it (mc and mcserv).
297         * configure.in: Fix help text for gpm and ncurses.  Properly
298         handle --without-ncurses.
299         Reported by Moritz Barsnick <moritz@barsnick.net>
301         * configure.in: Work around a bug in Autoconf-2.53 that prevents
302         splitting of user-specified path in AC_PATH_PROGS.
304         * configure.in: Move glib test earlier, as it tends to fail for
305         many users.  Make GLIB_CONFIG a precious variable.  Check for
306         glib12-config - that's how it's called on FreeBSD.
307         Reported by Pavel Shirshov <pavelsh@mail.ru>
309 2002-08-22  Pavel Roskin  <proski@gnu.org>
311         * configure.in: Remove old-style Linux-only support for shadow
312         passwords.
314 2002-08-21  Pavel Roskin  <proski@gnu.org>
316         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
317         now, otherwise Automake 1.5 breaks.  Remove version number from
318         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
319         Substiture RH_VERSION, which is VERSION without dashes, needed
320         for RedHat specfile.
322         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
323         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
324         two places.
326         Release mc-4.6.0-pre1.
328         * configure.in: Bump version to 4.6.0-pre1.
329         * po/*.po: Regenerate.
331 2002-08-20  David Martin  <dmartina@excite.com>
333         * doc/es/mc.1.in: Minor changes.
334         * doc/es/xnc.hlp: Likewise.
336 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
338         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
339         %{_mandir}/*/man1/*.
341 2002-08-20  Pavel Roskin  <proski@gnu.org>
343         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
345 2002-08-19  Pavel Roskin  <proski@gnu.org>
347         * configure.in: Add Italian documentation.
348         * doc/Makefile.am: Likewise.
350         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
352         * configure.in: Enable subshell support on all operating systems
353         by default.  Old issues are most likely solved by now.
355 2002-08-18  Pavel Roskin  <proski@gnu.org>
357         * lib/mc.ext.in: Try links before lynx.  Force full path when
358         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
359         is already broken if the program starts in background.  Add a
360         comment discouraging taking this code as example.
362         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
363         obsolete.
364         * doc/es/mc.1.in: Likewise.
365         * doc/ru/mc.1.in: Likewise.
366         * doc/hu/mc.hlp.hu: Likewise.
368         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
369         was unsafe by design and is no longer supported.  Use %t instead
370         of %u to preserve tags in case of failure.
372         * vfs/extfs/ftplist.in: Remove support for running commands, it
373         makes no sence.
375 2002-08-16  Pavel Roskin  <proski@gnu.org>
377         * lib/mc.global: Remove, it duplicates the role of mc.lib.
378         * lib/mc.lib: Add contents of mc.global.
379         * lib/Makefile.am: Remove all references to mc.global.
381         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
382         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
384 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
386         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
387         set, umask and unset like other builtin commands.
389 2002-08-15  Pavel Roskin  <proski@gnu.org>
391         * configure.in: Remove check for SIGTSTP, it's not needed for
392         the subshell support.
394         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
395         done at runtime.
396         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
398 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
400         * doc/ru/mc.1.in: Remove reference to README.edit.
401         * doc/mc.1.in: Likewise.
402         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
403         everywhere.
405 2002-08-14  Pavel Roskin  <proski@gnu.org>
407         * doc/mc.1.in: Consistently use "native" ftp syntax.
408         * doc/ru/mc.1.in: Likewise.
409         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
410         * doc/es/xnc.hlp: Likewise.
412         * lib/mc.hlp.hu: Move ...
413         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
415 2002-08-09  Pavel Roskin  <proski@gnu.org>
417         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
418         and entries that are obsolete or make no sence.
420         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
421         "How to use help".
423         * doc/Makefile.am: Don't distribute help file.  Generate it in
424         the build directory.
425         * doc/es/Makefile.am: Likewise.
426         * doc/ru/Makefile.am: Likewise.
428         * lib/xnc.hlp: Move ...
429         * doc/xnc.hlp: ... here.
430         * doc/Makefile.am: Necessary adjustments.
431         * lib/Makefile.am: Likewise.
432         * src/Makefile.am: Likewise.
434         * configure.in: Add Spanish documentation.
435         * doc/Makefile.am: Likewise.
436         * doc/es: Spanish documentation.
437         From David Martin <dmartina@excite.com>
439 2002-08-08  Pavel Roskin  <proski@gnu.org>
441         * lib/mc.lib: Add f11-f20 keys for Konsole.
443 2002-08-06  Pavel Roskin  <proski@gnu.org>
445         * syntax/lisp.syntax: New file.
446         * syntax/Syntax: Add lisp.syntax.
447         * syntax/Makefile.am: Likewise.
448         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
449         changes.
451 2002-08-04  Pavel Roskin  <proski@gnu.org>
453         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
454         subshell if this test fails.
456 2002-08-03  Pavel Roskin  <proski@gnu.org>
458         * syntax/mail.syntax: Colors changed to be more readable.
460         * syntax/html.syntax: Don't require character entities to be
461         whole, but check their validity.
463 2002-08-02  Pavel Roskin  <proski@gnu.org>
465         * configure.in: No longer need to define REGEX_MALLOC.
467 2002-08-01  Pavel Roskin  <proski@gnu.org>
469         * configure.in: Remove support for MAD and Electric Fence.
470         Developers should use modern memory debuggers (e.g. Valgrind).
471         * INSTALL: Remove references to MAD.
473 2002-07-31  Pavel Roskin  <proski@gnu.org>
475         * syntax/html.syntax: Remove recognition for any individual
476         words - there are too many of them, we cannot keep up.
478 2002-07-30  Pavel Roskin  <proski@gnu.org>
480         * doc/ru/Makefile.am: Use man2hlp directly.
482 2002-07-28  Pavel Roskin  <proski@gnu.org>
484         * syntax/changelog.syntax: Highlight "*" only after tab.  This
485         requires fixed syntax highlighting.
487         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
488         default. Open *.xls with gnumeric.  Use mplayer for most video
489         formats.
491         * syntax/nroff.syntax: Require most keywords to be whole.
493 2002-07-21  Pavel Roskin  <proski@gnu.org>
495         * syntax/fortran.syntax: Fix highlighting of "*" at the
496         beginning of line.  Recognize "     +" as continuation.  Move
497         all "linestart" keywords earlier to avoid more conflicts.
499 2002-07-18  Pavel Roskin  <proski@gnu.org>
501         * syntax/unknown.syntax: Don't highlight anything by default.
503         * syntax/changelog.syntax: Highlight functions without
504         filenames.
505         * syntax/Syntax: Match *ChangeLog*.
507         * syntax/c.syntax: Reenable highlighting for "/" and preserve
508         highlighting for "//" comments by using exclusive context.
509         * syntax/java.syntax: Likewise.
510         * syntax/swig.syntax: Likewise.
511         * syntax/slang.syntax: Reenable highlighting for "/".
512         * syntax/sql.syntax: Enable highlighting for "/" and "-".
514         * syntax/sql.syntax: New file.
515         * syntax/Syntax: Add sql.syntax.
516         * syntax/Makefile.am: Likewise.
517         From Walery Studennikov <despair@sama.ru> with minor changes.
519 2002-07-16  Pavel Roskin  <proski@gnu.org>
521         * lib/mc.ext.in: Remove handling of executables.  They should
522         be handled internally for "pause after run" to work.
524         * syntax/Syntax: Associate *.itcl with tcl.syntax.
525         * syntax/tcl.syntax: Add itcl keywords, other improvements.
527 2002-07-15  Pavel Roskin  <proski@gnu.org>
529         * configure.in: Don't check for strcasecmp(), strncasecmp() and
530         strdup() - test results are not used except in gettext, which
531         provides its own tests.
533         * configure.in: When checking for ncurses, check for
534         has_colors(), not curses_version() - the later is missing in
535         older version of ncurses.
537 2002-07-13  Pavel Roskin  <proski@gnu.org>
539         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
540         not to LIBS.
541         * configure.in: Fix breakage in ncurses headers check from the
542         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
543         Define REGEX_MALLOC here.
545         * acinclude.m4 (AC_NCURSES): Remove.
546         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
547         AC_CHECK_LIB to check existance of ncurses library.  Eliminate
548         variables force_ncurses and search_ncurses.
550 2002-07-10  Pavel Roskin  <proski@gnu.org>
552         * configure.in: Remove --with-netrc, it is now default and can
553         be disabled at the runtime.
555         * syntax/tcl.syntax: New file.
556         * syntax/Syntax: Add tcl.syntax.
557         * syntax/Makefile.am: Likewise.
558         * syntax/java.syntax: Don't treat #define separately from other
559         preprocessor directives.
560         * syntax/slang.syntax: Likewise.
561         * syntax/swig.syntax: Likewise.
563 2002-07-09  Pavel Roskin  <proski@gnu.org>
565         * syntax/c.syntax: Don't treat #define separately from other
566         preprocessor directives.
568 2002-07-08  Pavel Roskin  <proski@gnu.org>
570         * syntax/perl.syntax: Highlight text after __END__ as a comment.
571         * syntax/po.syntax: Avoid gray color, which is hard to see.
573 2002-07-05  Pavel Roskin  <proski@gnu.org>
575         * syntax/dos.syntax: Add more commands.
577 2002-07-04  Pavel Roskin  <proski@gnu.org>
579         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
580         sort authors.
582 2002-06-24  Pavel Roskin  <proski@gnu.org>
584         * syntax/dos.syntax: New file - highlighting for DOS batch
585         files.  From Petr Kozelka <pkozelka@centrum.cz>
586         * syntax/Syntax: Add dos.syntax.
587         * syntax/Makefile.am: Likewise.
589 2002-06-04  Max Schedriviy  <max@humgat.org>
591         * syntax/php.syntax: New version.
593 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
595         * NEWS: Mention ftpfs/fish uploading changes and new configure
596         options --with-codepagedir=DIR, --with-configdir=DIR and
597         --without-mcfs.
599 2002-05-22  Pavel Roskin  <proski@gnu.org>
601         * doc/ru/Makefile.am: Fix out-of-tree build.
603 2002-05-14  Pavel Roskin  <proski@gnu.org>
605         * configure.in: Fix logic for gettext 0.10.x.
607 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
609         * configure.in: Don't generate po/Makefile if
610         there is 'top_builddir' in po/Makefile.in.
611         * autogen.sh: More fixes for gettext 0.11+.
613 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
615         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
617 2002-04-21  Pavel Roskin  <proski@gnu.org>
619         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
620         can play them.
622 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
624         * autogen.sh: Fix for gettext 0.11 family (and newer).
626 2002-04-08  Pavel Roskin  <proski@gnu.org>
628         * autogen.sh: Allow gettext newer than 0.10.39.
629         From Björn Eriksson <bjorn@bjornen.nu>
631 2002-04-03  Pavel Roskin  <proski@gnu.org>
633         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
634         by "make clean" because not everyone has Perl to rebuild it.
636 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
638         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
639         first line regular expression.
641 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
643         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
644         or newer is not used.
645         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
647         * src/Makefile.am: Move mc.hlp.ru processing ...
648         * doc/ru/Makefile.am: ... here.
650 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
652         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
653         * syntax/c.syntax: Highlight "%p" printf format.
654         Allow '*' as width and precision for strings and numbers.
656         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
657         * doc/ru/mc.1.in: Likewise.
659 2002-03-18  Pavel Roskin  <proski@gnu.org>
661         * doc/ru/Makefile.am: Distribute xnc.hlp.
663 2002-03-12  Pavel Roskin  <proski@gnu.org>
665         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
667 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
669         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
670         * doc/ru/Makefile.am: New file.
672 2002-03-08  Pavel Roskin  <proski@gnu.org>
674         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
676 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
678         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
680 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
682         * doc/mc.1.in: Use nodename `Background jobs' for section
683         `Background Jobs' to reflect user visible Command menu option
684         and src/cmd.c dialog implementation.
686         * doc/ru: New directory for Russian manuals.
687         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
688         translated by Victor A. Kostromin for mc 4.5.30.  Converted
689         from binary mc.hlp.ru, corrected and actualized by me.
690         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
691         * doc/ru/.cvsignore: Ignore mc.1.
693 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
695         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
696         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
697         mc.lib settings.
699         (Virtual File System): Document SMB File System.
701 2002-02-26  Pavel Roskin  <proski@gnu.org>
703         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
704         message "no symbol found" for unsupported architectures and
705         provide more useful information.
707 2002-02-22  Pavel Roskin  <proski@gnu.org>
709         * README.smbfs: Remove.  It contained no useful information
710         and the webpage is now dead.
711         * Makefile.am: Remove README.smbfs.
713         * README: Mention that glib 1.2.x is required.
715 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
717         * lib/edit.indent.rc: Use "#! /bin/sh"
718         * lib/edit.spell.rc: Likewise.
719         * lib/mcserv.init: Likewise.
721         * lib/cedit.menu: Eliminate bashisms.
722         Add missed `:' in AUTHOR evaluation.
723         Unset LANGUAGE and make LC_ALL empty.
724         Use "#! /path/to/program".
726 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
728         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
729         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
730         Fix tarfs URL syntax example.  Minor typo and format fixes.
732 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
734         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
735         Fix location of configuration files.
737 2002-02-05  Pavel Roskin  <proski@gnu.org>
739         * configure.in: Don't use defunct ncurses_version.
740         Reported by Thomas Dickey <dickey@herndon4.his.com>
741         Set force_ncurses whenever --with-ncurses is used.  If set,
742         suppress checks for S-Lang and fail is ncurses is not found.
744         * configure.in: Introduce a new variable screen_type that is
745         either "slang" or "ncurses" without additional text.  Use it
746         instead of screen_manager whenever possible.  Fix text in
747         AC_NCURSES call, use m4 quotes and move shell quotes into the
748         macro.
749         * acinclude.m4: Likewise.
751 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
753         * syntax/Syntax: Known Delphi/Kylix source file extensions
754         supported (*.dpr, *.inc).
755         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
756         Special highlighting for CVS keywords.  Understands single-line
757         comments (//).
759 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
761         * configure.in (ALL_LINGUAS): Added "bg"
763 2002-01-21  Pavel Roskin  <proski@gnu.org>
765         * NEWS: Mention word completion in the editor.
767 2002-01-17  Pavel Roskin  <proski@gnu.org>
769         * extraconf.h: Remove OS/2 specific code.
771         * doc/mc.1.in (Configuration): Clarify some entries.
773 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
775         * acinclude.m4: New options for smbfs:
776         --with-configdir=DIR    Where the Samba configuration files are (/etc)
777         --with-codepagedir=DIR  Where the Samba codepage files are
779 2002-01-11  Pavel Roskin  <proski@gnu.org>
781         * syntax/xml.syntax: New file - highlighting for XML.
782         From Petr Kozelka <pkozelka@centrum.cz>
783         * syntax/Syntax: Add xml.syntax.
784         * syntax/Makefile.am: Likewise.
786 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
788         * configure.in: Added "eu" to ALL_LINGUAS.
790 2002-01-03  Pavel Roskin  <proski@gnu.org>
792         * lib/mc.menu: Correct quoting.
793         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
795         * NEWS: Mention removal of the OS/2 port.
796         * README.PC: Remove OS/2 specific parts.
798 2002-01-02  Pavel Roskin  <proski@gnu.org>
800         * configure.in: Make help about --with-subshell easier to
801         understand.  Minor alignment fixes for the help.
802         * acinclude.m4: Minor alignment fixes for the help.
804 2001-12-31  Pavel Roskin  <proski@gnu.org>
806         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
807         from vfs/Make-mc.in.
809 2001-12-27 Duarte Loreto  <happyguy_pt@hotmail.com>
811         * configure.in: Added portuguese to ALL_LINGUAS
813 2001-12-21  Pavel Roskin  <proski@gnu.org>
815         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
816         Don't remove slang/slang.h - it's never created.
818         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
819         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
820         unused.
822 2001-12-01  Wang Jian  <lark@linux.net.cn>
824         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
826 2001-11-29  Pavel Roskin  <proski@gnu.org>
828         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
830 2001-11-27  Pavel Roskin  <proski@gnu.org>
832         * lib/mc.ext.in: When running X programs in background, do it
833         from subshell.  Otherwise some of them terminate when mc exits.
834         Reported by Christian Dysthe <christian@dysthe.net>
835         Remove some obsolete and gmc-specific entries.  Use StarOffice
836         to open files detected as "Microsoft Office Document".
838         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
839         XFree86 4.1.0.
841 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
843         * doc/mcedit.1.in: Fix help file location.
845 2001-11-14  Pavel Roskin  <proski@gnu.org>
847         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
848         fallback to ino_t for e2fsprogs version 1.19 and older.
850 2001-10-30  Pavel Roskin  <proski@gnu.org>
852         * lib/mc.ext.in: Add support for Netpbm files.
854 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
856         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
857         http://bugzilla.gnome.org/show_bug.cgi?id=60935
858         By drk@sgi.com.
860         * doc/mc.1.in: Document %p macro.
862 2001-10-24  Pavel Roskin  <proski@gnu.org>
864         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
865         Allow using --without-mmap.
866         * INSTALL: Document --without-mmap.
868 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
870         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
871         of languages to be installed by setting env variable before
872         configure. If it is empty, it defaults to full list.
873         By Alex Tkachenko <alex@bcs.zp.ua>.
875 2001-10-19  Pavel Roskin  <proski@gnu.org>
877         * syntax/sh.syntax: Highlight reserved words inside backticks.
878         Use the same wholechars settings for reserved words and
879         commands.  Recognize more words.  Recognize function definitions
880         without "function" or without "()".  Use brightmagenta instead
881         of brightblue.
883 2001-10-18  Pavel Roskin  <proski@gnu.org>
885         * configure.in: When checking for "nroff -mandoc" support, don't
886         use /dev/null as input file, use stdin.  Some versions of nroff
887         (e.g. groff-1.16.1) don't accept special files.
889 2001-10-14  Pavel Roskin  <proski@gnu.org>
891         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
892         Makefile.  Don't allow any suffixes after "Makefile".
894 2001-10-12  Pavel Roskin  <proski@gnu.org>
896         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
897         format).
899 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
901         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
902         Fix compress<->bzip2 conversion and conversion of tagged
903         archives.
905 2001-10-05  Pavel Roskin  <proski@gnu.org>
907         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
908         Suggested by Marcel Pol <mpol@gmx.net>
910         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
911         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
912         and *.mid files.
914 2001-09-30  Pavel Roskin  <proski@gnu.org>
916         * configure.in: Don't check whether grep supports stdin - it's
917         not used anymore.
918         * NEWS: Mention this change.
920 2001-09-19  Pavel Roskin  <proski@gnu.org>
922         * doc/mcedit.1.in: Fix a very long line - use double
923         backslashes since they are interpreted even in the .nf blocks.
925         * lib/edit.spell.rc: Try aspell before resorting to ispell.
927         * syntax/php.syntax: Replace with a better implementation by
928         Max Schedriviy <max@tavrida.net>
930 2001-09-15  Pavel Roskin  <proski@gnu.org>
932         * doc/mc.1.in: Fix location of mcedit files.
933         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
935 2001-09-14  Pavel Roskin  <proski@gnu.org>
937         * configure.in: Don't check for ncurses version and for keyok()
938         because the mouse support code doesn't need this hack anymore.
940 2001-09-13  Pavel Roskin  <proski@gnu.org>
942         * configure.in: Fix some cases of overquoting and underquoting.
943         * acinclude.m4: Likewise.
945 2001-09-12  Pavel Roskin  <proski@gnu.org>
947         * configure.in: Update list of browsers.  Don't fallback to
948         lynx since it cannot be run in background.
949         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
950         If no browser for X11 was found, use lynx.
952         * autogen.sh: Add a workaround to ensure that "depcomp" is
953         distributed.
954         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
955         where appropriate.
956         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
957         terminfo.
959         * configure.in: Use three-argument form of AC_INIT.  Use
960         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
961         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
962         is not needed if AC_CONFIG_AUX_DIR is used.
963         * vfs/Make-mc.in: Adjust mkinstalldirs location.
964         * autogen.sh: Create "config" and remove "autom4te.cache".
966 2001-09-11  Pavel Roskin  <proski@gnu.org>
968         * syntax/Syntax: New file, extracted from edit/syntax.c.
969         * syntax/Makefile.am: Add Syntax.
971         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
972         to LIBS.  Don't use unportable "grep -q", use "case" instead.
974 2001-09-10  Pavel Roskin  <proski@gnu.org>
976         * configure.in: Only check for X if --with-tm-x-support has been
977         specified.
979         * configure.in: Add check for sys/ioctl.h.
981         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
983         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
984         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
985         testing for functions in ncurses.
987         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
988         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
989         * acconfig.h: Remove.
991         * configure.in: Eliminate LIBSLANG and LSLANG.
992         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
994         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
995         resizeterm() and keyok() only if configuring with ncurses.
997         * configure.in: Remove now unused variables LIBVFS and LVFS.
999         * configure.in: Remove unused variables LINTL and INTLDEPS.
1001         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
1002         building with included gettext, because libintl.h is copied
1003         there.
1005 2001-09-09  Pavel Roskin  <proski@gnu.org>
1007         * NEWS: Update.
1009         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
1010         checks -lgen for getmntent as of Autoconf 2.52.
1012 2001-09-07  Pavel Roskin  <proski@gnu.org>
1014         * configure.in: Check for pwd.h.
1016         * Make.common.in: Remove.
1017         * configure.in: Remove all references to Make.common.in and
1018         MCCPPFLAGS.
1019         * aclocal.m4: Likewise.
1021         * configure.in: Require Autoconf 2.52.  Remove hacks for
1022         Autoconf 2.13.
1023         * Makefile.am: Require Automake 1.5.
1025 2001-09-06  Pavel Roskin  <proski@gnu.org>
1027         * syntax/php.syntax: New file - PHP file highlighting.  Copied
1028         from Cooledit 3.17.4.
1029         * syntax/Makefile.am: Add php.syntax.
1031 2001-09-06  Timur Bakeyev  <mc@bat.ru>
1033         * acconfig.h: Brought back couple of symbols, that are still necessary
1034         due reference to them from configure.in.
1036 2001-09-04  Pavel Roskin  <proski@gnu.org>
1038         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
1039         strictness for dates.
1041         * doc/mc.1.in: Fix troff warnings.
1042         * doc/mcedit.1.in: Likewise.
1044 2001-09-03  Pavel Roskin  <proski@gnu.org>
1046         * doc/mc.1.in: Spellcheck.
1047         * doc/mcedit.1.in: Likewise.
1048         * doc/mcserv.8.in: Likewise.
1050         * doc/mc.1.in (Learn Keys): Complete rewrite.
1052 2001-09-02  Pavel Roskin  <proski@gnu.org>
1054         * acconfig.h: Remove all unused symbols.
1056         * lib/ncurses.h: Remove.
1057         * lib/Makefile.am: Remove ncurses.h.
1059 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
1061         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
1063 2001-08-28  Pavel Roskin  <proski@gnu.org>
1065         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
1066         like EOF.
1068 2001-08-26  Pavel Roskin  <proski@gnu.org>
1070         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
1071         CONS_SAVER.  Put all conditionals together.
1073         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
1074         Automake 1.5.
1076         * configure.in: Remove XCURSES variable - it's unused.
1078         * configure.in: New conditional USE_EDIT.
1080         * syntax/changelog.syntax: Don't require '@' to be in the
1081         address.  This also works around a bug in the syntax engine
1082         that prevented highlighting of addresses.
1084 2001-08-25  Pavel Roskin  <proski@gnu.org>
1086         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
1088 2001-08-24  Pavel Roskin  <proski@gnu.org>
1090         * extraconf.h: Remove all references to HAVE_X.
1091         * acinclude.m4: s/GNOME_/MC_/
1092         * configure.in: Likewise.  Remove or clarify all references to
1093         the "text edition".  Minor fixes.
1095         * configure.in: Remove support for curses libraries other than
1096         ncurses.
1097         * acinclude.m4: Likewise.
1098         * FAQ: Remove everything about UNIX curses.
1099         * INSTALL: Likewise.
1101         * configure.in: Enable large file support by default.
1102         * NEWS: Mention it.
1103         * INSTALL: Document it.  Minor fixes.
1105         * FAQ: Remove information about GNOME edition.  Minor fixes.
1106         * README: Likewise.
1107         * NEWS: Mention removing the GNOME edition.
1109         * acinclude.m4: Include all used macros from the macros
1110         directory.
1111         * autogen.sh: Remove all references to "macros".
1112         * Makefile.am: Likewise.
1114         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
1115         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
1117         * lib/startup.links: Remove.
1118         * lib/README.desktop: Likewise.
1119         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
1121         * configure.in: Bump version to 4.5.99a.
1123         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
1124         * po/*.po: Regenerate.
1126         * AUTHORS: Update and spell check.
1127         * FAQ: Likewise.
1128         * INSTALL: Likewise.
1129         * INSTALL.FAST: Likewise.
1130         * NEWS: Likewise.
1131         * README.PC: Likewise.
1132         * README.QNX: Likewise.
1134         * configure.in: Add check for stropts.h.
1136 2001-08-23  Pavel Roskin  <proski@gnu.org>
1138         * lib/edit.indent.rc: Create cooledit.error right away to
1139         override its old contents.  Don't use ksh extentions.  Treat *.C
1140         files as C++.  Recognize more C++ extensions.  Support java.
1141         Update URL for "astyle".  Quote all arguments to protect spaces.
1142         * lib/edit.spell.rc: Don't save terminal settings - mc does it
1143         itself.  Quote all arguments to protect spaces.
1145 2001-08-21  Pavel Roskin  <proski@gnu.org>
1147         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
1148         files if GNOME frontend is disabled.
1149         * idl/Makefile.am: Likewise.
1150         * lib/Makefile.am: Likewise.
1151         * new_icons/Makefile.am: Likewise.
1153         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
1154         case it already has gettext macros elsewhere and doesn't like
1155         duplicates (i.e. it's aclocal from Automake-1.4).
1157 2001-08-20  Pavel Roskin  <proski@gnu.org>
1159         * AUTHORS: Updated.
1160         * INSTALL: Likewise.
1161         * NEWS: Likewise.
1162         * doc/mc.1.in: Likewise.
1163         * doc/mcserv.8.in: Likewise.
1165         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
1166         for sys/mount.h.
1168 2001-08-19  Andras Timar  <timar@gnome.hu>
1170         * lib/Makefile.am: Added Hungarian hints
1171         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
1173 2001-08-19  Pavel Roskin  <proski@gnu.org>
1175         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
1177 2001-08-17  Pavel Roskin  <proski@gnu.org>
1179         * syntax/po.syntax: New file - PO file highlighting.
1180         From David Martin <dmartina@excite.es>
1181         * syntax/Makefile.am: Add po.syntax.
1183         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
1184         it's sometimes missing from the databases.
1186 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
1188         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
1189         * lib/Makefile.am: Reflect above change.
1191 2001-08-15  Pavel Roskin  <proski@gnu.org>
1193         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
1195 2001-08-14  Pavel Roskin  <proski@gnu.org>
1197         * lib/mc.lib: Add popular sequences for "home" and "end" in
1198         "xterm" and "xterm-color" terminals.
1200 2001-08-13  Pavel Roskin  <proski@gnu.org>
1202         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
1204         Replace "Can't" with "Cannot" everywhere.
1206 2001-08-12  Pavel Roskin  <proski@gnu.org>
1208         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
1209         subshell, not for "Open file...".
1210         (emacs_key_map): Likewise.
1212         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1214 2001-08-10  Pavel Roskin  <proski@gnu.org>
1216         * Makefile.am (EXTRA_DIST): Remove BUGS.
1217         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
1219         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
1221         * doc/LSM: Remove, it's outdated.
1222         * doc/FILES: Likewise.
1223         * doc/DEVEL: Remove information about FILES.
1225         * FAQ: Eliminate all broken URLs on the MC site.
1226         From Frederic L. W. Meunier <0@pervalidus.net>
1228         * FAQ: Restore information about xterm.
1230 2001-08-08  Pavel Roskin  <proski@gnu.org>
1232         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1234 2001-08-07  Pavel Roskin  <proski@gnu.org>
1236         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
1238         * doc/mc.1.in: Fix all broken links.
1240 2001-08-06  Pavel Roskin  <proski@gnu.org>
1242         * INSTALL: Numerous changes.  Declare old curses obsolete.
1243         Partly from Frederic L. W. Meunier <0@pervalidus.net>
1245         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
1247 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
1249         * lib/Makefile.am: Remove space after backslash introduced in the
1250         previous commit.
1252         * lib/mc.hint.zh_TW.Big5: New file.
1253         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
1255 2001-08-02  Pavel Roskin  <proski@gnu.org>
1257         * lib/mc.hint.uk: New file.
1258         From Maksym Polyakov <polyama@yahoo.com>
1259         * lib/Makefile.am: Add mc.hint.uk.
1261 2001-08-01  Pavel Roskin  <proski@gnu.org>
1263         * lib/mc.hint.nl: New file.
1264         From Steef Boerrigter <sxmboer@sci.kun.nl>
1265         * lib/Makefile.am: Add mc.hint.nl.
1266         * lib/mc.hint: Remove ftp site.  Update copyright.
1267         * lib/mc.hint.cs: Likewise.
1268         * lib/mc.hint.es: Likewise.
1269         * lib/mc.hint.it: Likewise.
1270         * lib/mc.hint.pl: Likewise.
1271         * lib/mc.hint.ru: Likewise.  Shorten some lines.
1273         * edit/Makefile.in: Allow running "make install" before "make all".
1274         * gtkedit/Makefile.in: Likewise.
1276 2001-07-31  Pavel Roskin  <proski@gnu.org>
1278         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
1279         editor.
1280         * lib/Makefile.am: Add lib/edit.spell.rc.
1282         * autogen.sh: Use gettextize.
1283         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
1284         * po/Makefile.in.in: Likewise.
1286 2001-07-29  Pavel Roskin  <proski@gnu.org>
1288         * syntax/slang.syntax: New file.
1289         From Walery Studennikov <despair@sama.ru>
1290         * syntax/Makefile.am: Add slang.syntax.
1292 2001-07-27  Pavel Roskin  <proski@gnu.org>
1294         * extraconf.h: Move WITH_BACKGROUND here.
1296 2001-07-24  Pavel Roskin  <proski@gnu.org>
1298         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
1300 2001-07-23  Pavel Roskin  <proski@gnu.org>
1302         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
1304 2001-07-20  Pavel Roskin  <proski@gnu.org>
1306         * Make.common.in: Move all defines ...
1307         * gnome/Makefile.in: ... here ...
1308         * src/Makefile.in: ... and here.
1310 2001-07-19  Pavel Roskin  <proski@gnu.org>
1312         * configure.in: Don't check for getwd, it's completely
1313         eliminated.
1314         * INSTALL: Remove reference to HAVE_GETWD.
1316         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
1317         entries for compressed cpio archives.
1319         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
1320         they were only used in obsolete frontends.  Don't ever use %view
1321         without commands - it's slower and loses user settings, e.g.
1322         hex mode.  Put shared libraries before man pages and read.me
1323         before .me macros so that they match correctly.  Use nm for
1324         shared libraries.  Add rules for StarOffice and AbiWord.
1326 2001-07-14  Pavel Roskin  <proski@gnu.org>
1328         * configure.in: Bump version to 4.5.54a.
1330 2001-07-13  Pavel Roskin  <proski@gnu.org>
1332         * lib/mcserv.init: Fix exit status.
1333         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
1335         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
1336         "executable", which should follow a space. Simplify rules for
1337         images. Add shell/ rule for *.info files. Fix all incorrect
1338         uses of the alternation operator.
1339         Reported by Oskar Liljeblad and Michel Casabona.
1341 2001-07-12  Pavel Roskin  <proski@gnu.org>
1343         * configure.in: Don't check for iconv, it's already checked for
1344         in AM_GNU_GETTEXT.
1346 2001-07-10  Pavel Roskin  <proski@gnu.org>
1348         * doc/mc.1.in: Update documentation about hex search.
1350         * edit/edit_key_translator.c (cooledit_key_map): Bind
1351         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
1352         From Steef Boerrigter <sxmboer@sci.kun.nl>
1354         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
1355         * edit/edit_key_translator.c (cooledit_key_map): Add support
1356         for bracket matching on Alt-B.
1357         * gtkedit/gtkeditkey.c: Likewise.
1358         From Steef Boerrigter <sxmboer@sci.kun.nl>
1360 2001-07-06  Pavel Roskin  <proski@gnu.org>
1362         * lib/mc.ext.in: Use nm to view object files.
1364         * Make.common.in: Remove GNOME-specific and unused definitions.
1365         Partly moved to gnome/Makefile.in.
1367         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
1368         they are usused.
1369         * Make.common.in: Likewise.
1371 2001-06-29  Pavel Roskin  <proski@gnu.org>
1373         * ABOUT-NLS: Update to the version from gettext-0.10.38.
1375         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
1376         now done in configure. Move -I.. to the beginning.
1377         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
1378         libintl.a may be required to link mc.
1379         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
1380         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
1381         Move all i18n code to one place. Don't substitute INTLSUB - it's
1382         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
1383         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
1385 2001-06-25  Pavel Roskin  <proski@gnu.org>
1387         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
1388         It should be enabled explicitly by giving `--enable-largefile'
1389         to configure.
1390         * INSTALL: Document it.
1392 2001-06-22  Pavel Roskin  <proski@gnu.org>
1394         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
1396         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
1397         in struct statfs.
1398         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
1400         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
1401         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
1402         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
1403         found.
1404         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
1406 2001-06-19  Pavel Roskin  <proski@gnu.org>
1408         * configure.in: Check for telldir and seekdir. Join adjacent
1409         calls to AC_CHECK_FUNCS.
1411 2001-06-16  Pavel Roskin  <proski@gnu.org>
1413         * Makefile.am: Change the order of SUBDIRS to fully compile text
1414         edition before compiling anything for GNOME.
1415         * mc.spec.in: Don't use brace expansion to avoid implicit
1416         build-time dependency on bash.
1418 2001-06-13  Pavel Roskin  <proski@gnu.org>
1420         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
1421         the test code.
1422         * configure.in: Fix compiler warnings in the arguments to
1423         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
1424         around `=' in the `test' command.
1426 2001-06-07  Pavel Roskin  <proski@gnu.org>
1428         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
1429         GNOME documentation template.
1430         * doc-gnome/C/mkhtml: Don't generate index.
1431         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
1433 2001-06-06  Pavel Roskin  <proski@gnu.org>
1435         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
1436         conditional variables from EXTRA_DIST.
1438 2001-06-05  Pavel Roskin  <proski@gnu.org>
1440         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
1441         conversion support.
1442         From Walery Studennikov <hqsoftware@mail.ru>.
1444         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
1446 2001-06-01  Pavel Roskin  <proski@gnu.org>
1448         * lib/mc.charsets: Synchronize with the latest patch - remove
1449         a comment.
1451 2001-05-30  Pavel Roskin  <proski@gnu.org>
1453         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
1454         work with GNOME.
1456         * lib/mc.charsets: New file. From Walery Studennikov.
1457         * lib/Makefile.am: Distribute mc.charsets. Install it if
1458         the charset support is enabled.
1460         * configure.in: Add check for iconv() and the necessary code
1461         to support the charset selection patch.
1463         * configure.in: Add check for ESCDELAY variable in ncurses.
1465 2001-05-29  Pavel Roskin  <proski@gnu.org>
1467         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
1468         USE_EXT2FSLIB.
1470         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
1471         * pc/config.h: Likewise.
1473         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
1474         and "strings". Recognize "write" files and MS Word templates.
1475         For MS Excel documents try "xls2csv" and "strings".
1476         Escape spaces in the "type" directives.
1477         From Nerijus Baliunas.
1479         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
1481         * Make.common.in: Remove hpath, it's unused.
1483         * acconfig.h: Move constant parts ...
1484         * extraconf.h: ... here.
1485         [HAVE_X]: Disable subshell, s-lang and curses.
1486         * Makefile.am: Add extraconf.h.
1488 2001-05-28  Pavel Roskin  <proski@gnu.org>
1490         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
1491         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
1492         * configure.in: ... here.
1494 2001-05-27  Pavel Roskin  <proski@gnu.org>
1496         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
1497         * acconfig.h: Likewise.
1498         * src/layout.c: Likewise.
1500         * Make.common.in: Remove all percent rules.
1501         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
1502         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
1503         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
1504         AM_INIT_AUTOMAKE.
1506         * Make.common.in: Remove obsolete dependency tracking system.
1507         * configure.in: Likewise.
1508         * edit/Makefile.in: Likewise.
1509         * gnome/Makefile.in: Likewise.
1510         * gtkedit/Makefile.in: Likewise.
1511         * slang/Makefile.in: Likewise.
1512         * src/Makefile.in: Likewise.
1513         * vfs/Make-mc.in: Likewise.
1514         * src/depend.awk: Remove.
1516 2001-05-26  Pavel Roskin  <proski@gnu.org>
1518         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
1519         * syntax/octave.syntax: New file. From Walery Studennikov.
1520         * syntax/Makefile.am: Add octave.syntax.
1522         * configure.in: Fix incorrect test for stdin support in grep -
1523         it would always fail when configuring in an empty directory.
1524         Portability fixes - unset, backslashed space in here-documents.
1525         Eliminate all instances of "changequote".
1527         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
1528         user choice.
1529         * acconfig.h: Changes for the above.
1530         * INSTALL: Don't document --with-sco - it's now defunct.
1531         * INSTALL.FAST: Likewise.
1533 2001-05-25  Pavel Roskin  <proski@gnu.org>
1535         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
1536         are in the beginning of the "file" output.
1538 2001-05-23  Pavel Roskin  <proski@gnu.org>
1540         * lib/mc.ext.in: Add associations for viewing RPM files.
1542 2001-05-22  Pavel Roskin  <proski@gnu.org>
1544         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
1545         By default exit after the first error in jade.
1547         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
1548         JADEFLAGS environment variables. Report progress. Clean up on
1549         failure.
1551 2001-05-21  Pavel Roskin  <proski@gnu.org>
1553         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
1554         files.
1556         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
1557         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
1559 2001-05-20  Pavel Roskin  <proski@gnu.org>
1561         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
1562         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
1563         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
1564         * doc-gnome/C/figs/Makefile.am: Add support for converting from
1565         PNG to EPS.
1567         * Makefile.am (EXTRA_DIST): Remove create_vcs.
1568         * doc/FILES: Likewise. Typo fix.
1570 2001-05-19  Pavel Roskin  <proski@gnu.org>
1572         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
1573         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
1574         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
1576         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
1577         index entry "Moving files".
1579 2001-05-18  Pavel Roskin  <proski@gnu.org>
1581         * configure.in: Use src/main.c in AC_INIT.
1583         * create_vcs: Remove.
1585         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
1586         Add download location for glib.
1587         * mc.spec.in: Likewise.
1588         * doc/LSM: Likewise.
1589         * doc/mc.1.in: Likewise.
1590         * doc/mcedit.1.in: Likewise.
1591         * src/ext.c: Don't mention download location for MC.
1593         * FAQ: Update status of Tk, XView. and GNOME editions. Update
1594         homepage of gpm.
1596         * INSTALL: Remove information about Tk and XView. Change the
1597         mailing list addresses again.
1598         * FAQ: Change the mailing list addresses again.
1599         * MAINTAINERS: Likewise.
1600         * README: Likewise.
1601         * doc/mc.1.in: Likewise.
1602         * gnome/gmc-window.c: Likewise.
1603         * lib/README.xterm: Likewise.
1604         * lib/mc.ext.in: Likewise.
1605         * lib/mc.hint*: Likewise.
1606         * lib/mc.hlp.hu: Likewise.
1607         * po/*.po: Likewise.
1608         * src/main.c: Likewise.
1610 2001-04-20  Pavel Roskin  <proski@gnu.org>
1612         * FAQ: Change the mailing list addresses and the download
1613         locations.
1614         * INSTALL: Likewise.
1615         * MAINTAINERS: Likewise.
1616         * README: Likewise.
1617         * doc/mc.1.in: Likewise.
1618         * gnome/gmc-window.c: Likewise.
1619         * lib/README.xterm: Likewise.
1620         * lib/mc.ext.in: Likewise.
1621         * lib/mc.hint*: Likewise.
1622         * lib/mc.hlp.hu: Likewise.
1623         * po/*.po: Likewise.
1624         * src/main.c: Likewise.
1626 2001-04-19  Pavel Roskin  <proski@gnu.org>
1628         * configure.in: Don't install mcserv unless
1629         "--enable-mcserv-install" has heen specified.
1630         Don't quote the first argument in all calls to AM_CONDITIONAL
1631         to work around a bug in Automake 1.4.
1632         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
1633         * vfs/Make-mc.in: Likewise.
1635 2001-04-13  Pavel Roskin  <proski@gnu.org>
1637         * configure.in: Bump version to 4.5.53a.
1639 2001-04-06  Pavel Roskin  <proski@gnu.org>
1641         * gtkedit/editcmd.c: Remove support for XView layout attributes.
1642         * gtkedit/editoptions.c: Likewise.
1643         * pc/chmod.c: Likewise.
1644         * pc/drive.c: Likewise.
1645         * src/boxes.c: Likewise.
1646         * src/chmod.c: Likewise.
1647         * src/dlg.c: Likewise.
1648         * src/dlg.h: Likewise.
1649         * src/filegui.c: Likewise.
1650         * src/find.c: Likewise.
1651         * src/hotlist.c: Likewise.
1652         * src/layout.c: Likewise.
1653         * src/listmode.c: Likewise.
1654         * src/main.c: Likewise.
1655         * src/option.c: Likewise.
1656         * src/panelize.c: Likewise.
1657         * src/wtools.c: Likewise.
1658         * src/wtools.h: Likewise.
1659         * vfs/smbfs.c: Likewise.
1661         * autogen.sh: Check out "intl" and "macros" directories if they
1662         are missing. Simply "cvs up -d" won't restore them.
1664         * configure.in: Bump version to 4.5.52a.
1666 2001-03-14  Pavel Roskin  <proski@gnu.org>
1668         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
1669         Automake conditional USE_SAMBA_FS if Samba is to be supported
1670         in VFS.
1672 2001-03-07  Pavel Roskin  <proski@gnu.org>
1674         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
1675         defined.
1676         Reported by Norbert Warmuth.
1678         * configure.in: Don't process vfs/extfs/uzip - it's now
1679         constant.
1681         * syntax/changelog.syntax: Require space after asterisk to have
1682         it highlighted.
1684 2001-03-02  Pavel Roskin  <proski@gnu.org>
1686         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
1687         * configure.in: Use AC_PROG_CC_STDC instead.
1689         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
1690         Suggested by Christian Gennerat.
1692         * lib/mc.ext.in: Add support for "freeze" - old compression
1693         program used mostly on QNX.
1694         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
1695         * lib/Makefile.am: Adjusted.
1697 2001-02-26  Pavel Roskin  <proski@gnu.org>
1699         * lib/mc-gnome.ext.in: Remove, it's not used.
1700         * configure.in: Remove lib/mc-gnome.ext.
1701         * lib/Makefile.am: Likewise.
1703 2001-02-20  Pavel Roskin  <proski@gnu.org>
1705         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
1706         defined to prevent warnings on OpenBSD 2.7.
1707         * slang/jdmacros.h: Likewise.
1708         * src/mad.h: Likewise.
1709         * src/poptalloca.h: Likewise.
1711         * configure.in: Check for sys/time.h and sys/timeb.h. Use
1712         AC_HEADER_TIME.
1714 2001-02-07  Pavel Roskin  <proski@gnu.org>
1716         * autogen.sh: Create vfs/samba/include/stamp-h.in.
1717         * vfs/samba/include/stamp-h.in: Remove.
1719         * macros/curses.m4: Quote first argument to AC_DEFUN.
1720         * macros/gnome-cxx-check.m4: Likewise.
1721         * macros/gnome-gettext.m4: Likewise.
1722         * macros/gnome-libgtop-check.m4: Likewise.
1723         * macros/gnome-print-check.m4: Likewise.
1724         * macros/linger.m4: Likewise.
1725         * macros/need-declaration.m4: Likewise.
1727         * configure.in: Only configure in vfs/samba if smbfs support is
1728         enabled even with Autoconf 2.13.
1730 2001-01-30  Pavel Roskin  <proski@gnu.org>
1732         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
1733         --without-samba due to a typo.
1735         * configure.in: Only configure in vfs/samba if smbfs support is
1736         enabled. This optimization will only work with Autoconf-2.49c
1737         and above.
1739 2001-01-13  Pavel Roskin  <proski@gnu.org>
1741         * configure.in: Don't create a faked malloc.h.
1742         * gtkedit/edit.h: Don't assume that malloc.h always exists.
1743         * src/mad.h: Likewise.
1745         * configure.in: Simplified handling of cons.saver.
1746         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
1747         * mc.spec.in: Remove a workaround for the above.
1749         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
1750         for MC. Don't rely on the output of uname - use $host_os.
1752 2001-01-11  Pavel Roskin  <proski@gnu.org>
1754         * configure.in: Check for ext2 libraries only if VFS is enabled.
1756         * src/Makefile.in: Create directories before installing files.
1757         Removed all occurences of libprefix - it's never defined.
1759         * configure.in: All macros from configure.in moved to
1760         acinclude.m4. Added missing quotes in several places.
1761         * acinclude.m4: Likewise.
1763         * edit/Makefile.in: Don't install or uninstall mcedit -
1764         it cannot be installed before mc on systems without symlinks.
1765         * gtkedit/Makefile.in: Likewise.
1766         * src/Makefile.in: Install mcedit (if enabled) and mcview.
1767         Uninstall them.
1769         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
1770         from acinclude.m4 in gtk+:
1771         Don't define ENABLE_NLS unless we have a working NLS.
1772         (This should keep libintl.h from being included when it doesn't
1773         exist).
1775 2001-01-09  Pavel Roskin  <proski@gnu.org>
1777         * doc-gnome/C/figs/Makefile.am: New file.
1778         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
1779         makefile do it.
1780         * configure: Substitute doc-gnome/C/figs/Makefile.
1782         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
1784 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
1786         * lib/mc.hlp.hu: Added Hungarian help file from
1787           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
1788           maci@integrity.hu, mfh47@freemail.hu
1789         * lib/Makefile.am: Added LOCALIZED_HELP for further
1790           mc.hlp l10ns
1791         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
1792           gtkedit/editcmd.c: I18n of mc.hlp
1794 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
1796         * doc/mc.1.in: Corrected badly formatted link...
1798 2000-11-10  Robert Brady  <robert@suse.co.uk>
1800         * configure.in: Add Tamil to ALL_LINGUAS.
1802 2000-10-23  Pavel Roskin  <proski@gnu.org>
1804         * mc.spec.in: Allow mcserv.8 to be gzipped.
1806         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
1807         that cannot deal with "./gmc.sgml".
1809 2000-10-09  Pavel Roskin  <proski@gnu.org>
1811         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
1812         that CVS Automake will drop dependencied to the macros that
1813         we don't distribute.
1815         * lib/mc.ext.in: Removed references to icons. Source RPMs
1816         grouped to one regex. Removed "Update" for source RPMs, added
1817         "Rebuild" instead. Added "Check signature" for all RPMs.
1818         Added a comment about pop-up menus in the text edition.
1820 2000-10-06  Pavel Roskin  <proski@gnu.org>
1822         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
1823         flags moved out of CFLAGS as recommended by GNU coding
1824         standards.
1825         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
1826         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
1827         XCPPFLAGS.
1828         * INSTALL (Random notes on porting to other architectures):
1829         Completely rewritten. Recommended using CFLAGS instead of XINC.
1831 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1833         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
1835 2000-10-04  Christophe Merlet  <christophe@merlet.net>
1837         * gnome/*.desktop: Updated french strings.
1839 2000-10-03  Pavel Roskin  <proski@gnu.org>
1841         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
1842         to allow <legalnotice>. Unclosed tags fixed.
1844 2000-09-30  Pavel Roskin  <proski@gnu.org>
1846         * mc.spec.in: New package mc-common. Use DESTDIR instead of
1847         misusing prefix. Don't install old icons - they don't exist.
1849         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
1850         "export -f" to have mc() exported.
1851         * doc/mc.1.in: Changed description of the "-P" option to
1852         avoid inclusion of mc.sh and mc.csh into the manual.
1853         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
1855 2000-09-24  Pavel Roskin  <proski@gnu.org>
1857         * doc/mc.1.in: Minor formatting fixes.
1859         * lib/mc.sh.in: Remove temporary file non-interactively.
1860         * doc/mc.1.in: updated example for mc.sh.
1862 2000-09-23  Pavel Roskin  <proski@gnu.org>
1864         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
1865         updates it when needed.
1866         * mc.spec.in: Include translations with mc, not gmc. Run
1867         chkconfig --del in %preun, not %postun. --without-debug not
1868         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
1869         be executable. New files in %{prefix}/lib/mc/ - translated hints,
1870         editor files.
1872         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
1873         directory for document processing. Comment changes. gmc.ps and
1874         gmc.pdf now generated from gmc.dvi.
1876         * configure: Always include Make.common as file, otherwise
1877         "make distclean" breaks.
1878         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1879         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
1880         replaced with "rm -f" - the stangard says that "rm" is portable.
1881         Ditto $(MV). Adjusted *clean targets to match those in
1882         Automake. Removed "cross" target.
1884 2000-09-22  Pavel Roskin  <proski@gnu.org>
1886         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
1887         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
1888         * doc/Makefile.in: Converted to ...
1889         * doc/Makefile.am: ... this.
1891 2000-09-21  Pavel Roskin  <proski@gnu.org>
1893         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
1894         is not expanded in all shells.
1895         * doc/mc.sgml: Updated the example script to reflect the above
1896         changes.
1897         * doc/mc.in.1: Likewise.
1899 2000-09-19  Pavel Roskin  <proski@gnu.org>
1901         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
1902         Marco Ciampa
1904 2000-09-18  Pavel Roskin  <proski@gnu.org>
1906         * Make.common.in: Added installcheck to placate "make distcheck"
1907         * configure.in, Make.common.in, doc/Makefile.in,
1908         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1909         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
1910         variable MKINSTALLDIRS and builddir with Automake-compatible
1911         mkinstalldirs and top_builddir.
1912         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
1913         files. Added uninstall-local target.
1915 2000-09-17  Pavel Roskin  <proski@gnu.org>
1917         * configure.in: fixed wrong use of AC_MSG_RESULT inside
1918         AC_CACHE_VAL
1920         * Make.common.in: Added the "dvi" target for "make distcheck"
1921         to go further
1922         * doc-gnome/C/Makefile.in: converted to ...
1923         * doc-gnome/C/Makefile.am: ... this
1925 2000-09-15  Pavel Roskin  <proski@gnu.org>
1927         * acconfig.h, configure.in: Require autoconf 2.13 or above.
1928         Removed workarounds for older versions. Removed MCDEBUG
1929         variable - it's not used. --with-debug renamed to --with-mad and
1930         cleaned up. Always use -Wall with gcc, other manipulations with
1931         CFLAGS removed.
1933         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1934         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1935         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
1936         mc.pot becomes out of date in the tarball.
1938 2000-09-14  Pavel Roskin  <proski@gnu.org>
1940         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
1941         tests for cp, mv and rm.
1942         * Make.common.in: Removed variables xv_bindir and STRIP.
1943         Variables CP, MV and RMF are assigned trivial values.
1945         * edit/Makefile.in: Don't link headers, add extra includes
1946         to CPPFLAGS instead. Put links to the build directory.
1947         Remove the hack with "mx" - it is not needed anymore.
1949         * configure.in: remove any manupulations with top_srcdir.
1950         Don't change CPPGLAGS when the internal editor is enabled,
1951         instead do it ...
1952         * edit/Makefile.in, gtkedit/Makefile.in: ... here
1954         * configure.in, Make.common.in, doc/Makefile.in,
1955         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
1956         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
1957         changed to top_srcdir for Automake compatability
1959         * configure.in: REGEX_O variable removed - always use our regex
1961         * configure.in: MCFGR variable removed
1963 2000-09-12  Pavel Roskin  <proski@gnu.org>
1965         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
1966         other GNOME modules
1967         * autogen.sh: remove "-I ." from the "aclocal" command line
1969 2000-09-01  Pavel Roskin  <proski@gnu.org>
1971         * configure.in: output vfs/extfs/Makefile
1973         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
1974         to avoid a warning
1975         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
1976         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
1978 2000-08-29  Pavel Roskin  <proski@gnu.org>
1980         * configure.in: use AM_GNOME_GETTEXT
1981         * gettext.m4: removed
1982         * Makefile.am: adjusted files to distribute, previous change
1983         reverted
1985         * mc-aclocal.m4: renamed to ...
1986         * acinclude.m4: ... this
1987         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
1988         * Makefile.am: aclocal should scan "." for gettext.m4
1990 2000-08-28  Pavel Roskin  <proski@gnu.org>
1992         * Make.common.in: removed hack for "make distcopy"
1993         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
1994         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
1995         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
1996         for external builds.
1997         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
1999 2000-08-24  Pavel Roskin  <proski@gnu.org>
2001         * new_icons/Makefile.in: converted to ...
2002         * new_icons/Makefile.am: ... this
2003         * configure.in: automake conditional GNOME introduced.
2004         "insticons" removed
2006         * icons/*: removed
2007         * Makefile.am, configure.in: necessary adjustments
2009         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
2010         automake installs them now
2012         * syntax/Makefile.in: converted to ...
2013         * syntax/Makefile.am: ... this
2015         * idl/Makefile.in: converted to ...
2016         * idl/Makefile.am: ... this
2018         * lib/Makefile.am: simplified, fixed "make dist"
2020         * lib/Makefile.in: converted to ...
2021         * lib/Makefile.am: ... this
2023         * lib/tkmc.wmconfig: removed
2024         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
2026         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
2027         to ...
2028         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
2029         * Make.common.in: support for "distdir" for compatability
2030         with Automake-generated makefiles
2031         * autogen.sh: run automake. Force cache - it is off by default
2032         in autoconf 2.49a, but it's still handy for maintainers
2033         * configure.in: adapted for Automake
2035         * AUTHORS: new file
2037 2000-08-23  Pavel Roskin  <proski@gnu.org>
2039         * configure.in: resurrect definition of xvers
2041         * VERSION.in: removed
2042         * Makefile.in: don't do anything with VERSION.in and VERSION
2043         Take mc.spec from builddir, not srcdir
2044         * configure.in: don't create VERSION
2046 2000-08-22  Pavel Roskin  <proski@gnu.org>
2048         * *.c, *.h: Updated address of Free Software Foundation
2050 2000-08-21  Pavel Roskin  <proski@gnu.org>
2052         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
2053         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
2054         related to XView, libXPM, libXext and Tk
2056 2000-08-18  Pavel Roskin  <proski@gnu.org>
2058         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
2059         files
2061         * configure.in: Simplified dependency tracking by using
2062         "-include" with GNU Make
2063         * autogen.sh: Exit on all failures
2065 2000-08-17  Pavel Roskin  <proski@gnu.org>
2067         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
2068         Fixed all misuses of single and double quotes. Typo fixes.
2069         Ensured compatability with sgml2html, sgml2txt and sgml2latex
2070         * doc/mc.1.in: Typo fix
2072         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
2073         * doc/linuxdoc-sgml.diff: removed
2074         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
2075         distribute gnome.sgml
2077 2000-08-15  Pavel Roskin  <proski@gnu.org>
2079         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
2080         in the "distclean" target
2082         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
2083         Removed all XVIEW-related stuff
2084         Fixed placement of png files on "make dist"
2086         * doc/mc.1.in: Updated info about the internal editor
2088         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
2089         indicate serious problems. Fixes for uninstall.
2090         * doc/Makefile.in: Rebuild if it is out of date.
2092         * lib/cedit.menu: Added. This file has been missing
2094         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
2096 2000-08-08  Pavel Roskin  <proski@gnu.org>
2098         * Makefile.in: correctly detect make failures in subdirs
2100 2000-08-01  Pavel Roskin  <proski@gnu.org>
2102         * nt, os2, tk, xv: removed all files
2103         * configure.in: don't create os2 and nt directories
2105 2000-08-01  Pavel Roskin  <proski@gnu.org>
2107         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
2109         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
2111 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
2113         * src/main.c: make 8bit input/output the default (99% of the people
2114         expects that; lets the remaining 1% use the configuration menu
2115         to disactivate it if they want)
2117 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
2119         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
2121 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
2123         * configure.in: check for gnome-libs with window icon support
2125         * acconfig.h: add icon define
2127 2000-06-08  Matthias Warkus  <mawa@iname.com>
2129         * new_icons/gnome-pack-*.png: Updated.
2130         * gnome/mc.keys: Added a MIME type for SLP packages.
2132 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
2134         * syntax/diff.syntax: Highlight lines beginning with "File",
2135         "Files" and "Binary"
2136         * syntax/makefile.syntax: Highlight "ifndef"
2137         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
2138         highlighted)
2140 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2142         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
2143         comment lines with # in last release
2145 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2147         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
2149 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2151         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
2152         look more consistent than original.
2154 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2156         * config.in: Added check against strcoll().
2158 2000-04-14  Timur Bakeyev  <mc@bat.ru>
2160         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
2161         added 'and', 'or', 'not', 'for' keywords.
2163 2000-04-06  Timur Bakeyev  <mc@bat.ru>
2165         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
2166         based systems. Hope, this will make FreeBSD midc maintainer to enable
2167         build-in editor by default. Still, syntax highlighting is disabled.
2168         Need to port...
2170 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2172         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2173           fixed, some messages gettext()ed again here and in
2174         gtkedit/editmenu.c:edit_about_cmd()
2176 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2178         * doc/mc.sgml (Examples): Fixed documentation, thanx
2179         to martin@internet-treff.uni-koeln.de.
2181 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
2183         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
2184         the label text
2186 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
2188         * gtkedit/syntax.c: treat *.ads as Ada source
2189         * syntax/ada95.syntax: escape "+" and "*"
2190         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
2191         * syntax/Makefile.in: remove diffc.syntax
2193         * edit/edit_key_translator.c: interpret code 0177 as
2194         backspace unless recognized otherwise
2196 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
2198         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
2199         initialization of array of structure (gcc version 2.96 20000131
2200         chokes on it).
2202         * lib/mc.hint: C-y and not C-u can be used to insert text in input
2203         lines (e. g. text which has been deleted with M-d).
2205         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
2207 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
2209         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
2211 2000-01-29  Matthias Warkus  <mawa@iname.com>
2213         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
2214         design on Federico's request.
2216 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
2218         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
2219         an ArrangeType enum.
2221 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
2223         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
2224         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
2225         setup.c: Add option of using GNOME "magic" routines to determine file
2226         types. This makes MC intelligently look at the data in the file to see
2227         what type of file it is, rather than looking at the filename extension.
2228         This slows down MC quite a bit, so it has been made an optional
2229         preference item. Type detection is expected to improve as mime-magic
2230         matures.
2232 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
2234         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
2235         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
2236         providing a patch.
2238 2000-01-11  Matthias Warkus  <mawa@iname.com>
2240         * Added icon and keys entry for Scheme source.
2242 2000-01-03  Fatih Demir  <kabalak@gmx.net>
2244         * configure.in: Added tr -> ALL_LINGUAS .
2246 1999-12-28  Matthias Warkus  <mawa@iname.com>
2248         * new_icons/*.png: Added a bunch of new icons.
2250 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
2252         * configure.in (VERSION): Bumped version number to 4.5.42.
2254 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
2256         * configure.in: added 'uk' to ALL_LINGUAS.
2258 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
2260         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
2261         request from David Sauer
2263 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
2265         * configure.in (VERSION): Bumped version number to 4.5.41.
2267 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
2269         * configure.in (VERSION): Set version number to 4.5.39.
2271 1999-09-23      Jorge Godoy  <godoy@conectiva.com.br>
2273         * configure.in: Added pt_BR to ALL_LINGUAS
2275 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
2277         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
2278         path to the mc binary according to @prefix@.
2280         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
2281         configure. Install mc.sh and mc.csh in $(suppbindir).
2283         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
2284         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
2285         copies of the included function definitions.
2287         * mcfn_install.in: Comment out definitions of the mc functions. Source
2288         mc.sh instead of adding an outdated mc function definition.
2290         * configure.in: output mc.sh and mc.csh
2292 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
2294         * lib/startup.links: Changed the news link to Gnotices
2296 1999-09-19  David Martin  <dmartina@usa.net>
2298         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
2299         8 bit chars from strftime get displayed when inserting date.
2301         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
2302         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
2303         file to avoid interferences. In this one I changed the extension check
2304         to a type check (as used for gzip) which might give problems in some
2305         systems.
2307         * configure.in: Use -Tlatin1 to format man pages when available and
2308         "view" 8 bit chars.
2310 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
2312         * gtkedit/edit.h: Include file reordering to make it compile with
2313         --with-debug
2315         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
2316         dependent on lenght of translated strings to display.
2318 1999-09-16  Owen Taylor  <otaylor@redhat.com>
2320         * Remove the magicdev autoconf test in favor of just
2321         including the idl file. Otherwise we have a dependency
2322         loop between this and magicdev.
2324 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
2326         * idl/FileManager.idl: Changed names, and put everything under a
2327         FileManager module.  Added a Desktop interface and some methods to
2328         the WindowFactory interface.
2330 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
2332         * doc-gnome/*: Shiny new docs from users-guide.
2333         All synced up.
2335 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
2337         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
2339 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
2341         * README: Updated and spell-checked.
2343         * NEWS: Updated.
2345 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
2347         * configure.in (ALL_LINGUAS): Added sv.
2349 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
2351         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
2352         symlink attacks (mcfn_install and the man page still needs to be
2353         updated).
2355 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
2357         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
2358         a symbolic link (ln -sf doesn't work as expected on Solaris)
2360 1999-08-19  Elliot Lee  <sopwith@redhat.com>
2361         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
2363 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
2365         * doc-gnome/C/gmc.sgml: Index fixes.
2367 1999-08-18  Elliot Lee  <sopwith@redhat.com>
2369         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
2370         initializers in the GnomeUIInfo structure.
2372 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
2374         * configure.in (VERSION): Bumped version number to 4.5.38.
2376 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
2378         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
2380 1999-08-15  David Martin  <dmartina@usa.net>
2382         * gtkedit/edit.c: Print localized date with strftime()
2384         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
2386 1999-08-08  David Martin  <dmartina@usa.net>
2388         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
2389         translation.
2391         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
2392         translation as it used to be.
2394 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2396         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
2397         that the correct index.html will be generated.
2399 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2401         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
2402         to the list.
2404 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
2406         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
2407         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
2408         This adds some new syntax rules, and spell check on the fly
2409         which if someone bugs me for, will actually get enabled in
2410         both the text and gnome versions. Bookmark stuff also needs
2411         some keys bound to it, I suppose: any takers?
2413 July 19, 1999 Elliot Lee
2414         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
2416 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
2418         * Makefile.in (all): Makefile fix.
2420 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2422         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2423         should fix the problem we had with FSSTND distributions.
2425 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2427         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
2428         list of distributed files.
2430 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2432         * configure.in (VERSION): Bumped version number to 4.5.34.
2434 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
2436         * Add fi into ALL_LINGUAS
2438 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
2440         * gnome/i-zipdisk2.png: Added another zip-disk icon
2441         by <scarab@egyptian.net> - It looks very nice. Variation
2442         is good.
2444 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2446         * acconfig.h: Add WITH_SMBFS
2448         * macros/gnome-vfs.m4: Support conditional samba support.
2450 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2452         * Make.common.in (confdir): Define confdir as sysconfdir.  This
2453         should fix the problem we had with FSSTND distributions.
2455 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
2457         * mc.spec.in: added syntax files to %files
2459 1999-06-22  David Martin  <dmartina@usa.net>
2461         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
2463 1999-06-07  Shooby Ban  <bansz@szif.hu>
2465         * po/hu.po, configure.in: added hungarian translations...
2466           I'm not sure it's OK, but it seems usable.
2467           Translators: Tamas Fejos and Andras Kadar
2469 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
2471         * configure.in, Makefile.in: added the gmc helpfile to the build
2473 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
2475         * Add ja entry to LANG in configure.in
2477 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2479         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
2480         be installed in the system :) (added it to the Makefile.in)
2482 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
2484         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
2485         disks - someone please add it to the mount.c code so it gets used..
2486         Everyone have a nice time at the expo! :) I hope to join the
2487         next time.
2489 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2491         * configure.in: Added check for getpt ()
2493 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2495         * configure.in (VERSION): Bumped version number to 4.5.31.
2497 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2499         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
2500         need to fool it by strdup'ing the return value of tempnam.
2502 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2504         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
2505         MCLIBS which are specific to the text edition.
2507         * INSTALL: Added documentation for --with-tm-x-support
2509 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
2511         * mc.spec.in : Folded in some changes from the 'offical' rpm
2512         spec file.
2514 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2516         * configure.in (SHELL): Do not use grep -q, as it is not portable
2517         to every OS.
2519 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2521         * configure.in: Linking from $srcdir/slang is broken when configure
2522         isn't called with an absolute path. Link from ../$srcdir/slang if
2523         configure was invoked with a relative path.
2525 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2527         * configure.in: Do not rm the destination file and then link, use
2528         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
2530 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2532         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
2533         --with-PACKAGE and --without-PACKAGE gave the same results.
2535 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2537         * configure.in (VERSION): Bumped version number to 4.5.30.
2539 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2541         * configure.in (VERSION): Bumped version number to 4.5.29.
2543 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2545         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
2546         now contains all checks.
2548 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2550         * configure.in (VERSION): bumped version number to 4.5.28.
2552 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
2554         * */Makefie.*: fixed several missed conversions from libdir to
2555         mclibdir. (Should be automake'd, really)
2557 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2559         * Make.common.in: There were conflicting definitions of mclibdir
2560         (one for installation, one for source).  Now the source one is
2561         called mcsrclibdir.
2563         * doc/Makefile.in: Use mcsrclibdir where appropriate.
2565 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
2567         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
2568         Pascal Program" (Heh, second time :)
2570         * Makefile.common: Until things gets clear, keep syntax rules in
2571         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
2573         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
2574         @libdir@.
2576 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
2578         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
2579         as requested by Paul. Still, need some checking...
2581 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
2583         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
2584         to date with cooledit 3.9.0. This adds some new features.
2585         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
2586         syntax.c. This is because the rule set is becoming too
2587         large to maintain in its current form and because file
2588         loading is starting to get slow.
2590         There is also a bookmark feature which does not yet have
2591         key bindings assigned to it, but should be cool once
2592         these get inserted. Syntax rules files are named
2593             $LIBDIR/cooledit/syntax/*.syntax
2595 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
2597         * configure.in: Create slang directory, it is needed when
2598         builddir != srcdir.
2599         Use -f when calling rm, the file does not exist on
2600         first compile.
2601         No need to copy VERSION from $srcdir, it's already generated in
2602         $buildir.
2604 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
2606         * edit/edit_key_translator.c: Added missing translation tags.
2608 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2610         * configure.in: Minimum version of glib should be 1.2.0.
2611         (VERSION): Bumped version number to 4.5.27.
2613 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
2615         * gtkedit/editcmd.c: Added missing translation tags.
2617         * gtkedit/editoptions.c: Added missing translation tags. Translate
2618         radio buttons on first use.
2620 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
2622         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
2623         to get the mc spec file to work.
2624         * hacked configure to generate a properly versioned spec file.
2626 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2628         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
2629         radio buttons on first pass.
2631 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
2633         * gtkedit/editcmd.c: Mark strings in the search and replace
2634         dialogs for translation. Resized these dialogs to let the messages
2635         fit.
2637 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2639         * gtkedit/editwidget.c (selection_send): Use the proper type for
2640         64-bit cleanliness (Patch from George Lebl).
2642 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
2644         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
2645         into the catalog file.
2647 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2649         * configure.in: Make Timur's libtermcap check work with SLang
2650         0.99.98, too.
2652 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2654         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
2655         PS and EPS files.  Thanks, Tigert!
2657 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2659         * configure.in (CCOPTS): Drop the prefix auto-detection.
2661 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
2663         * configure.in: Add check, which, in case of system-installed SLang
2664         library tries to run a test program, which determines, does we need
2665         linking with libtermcap.a. Also, set of if's for finding terminfo
2666         dir changed to for cycle - a bit nicer :)
2668 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2670         * README.QNX: Deleted documention about mc.menu.qnx.diff.
2672 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2674         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
2676 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2678         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
2679         from tar calls when extracting (according to my man page this option
2680         is only useful when creating archieves).
2682 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2684         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
2685         adds support for tar.bz2 and merges the support for freeze-compressed
2686         tar files (tar.F) from mc.menu.qnx.diff.
2688 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
2690         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
2691         GNU-like :)
2693 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2695         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
2696         the catalog file.
2698 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
2700         * new_icons/gnome-core.png: New icon for core files. Someone
2701         please add the code part :)
2703 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
2705         * configure.in: Add check against setuid() and setreuid() functions.
2707 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
2709         * slang/slang.h: renamed to slang-mc.h
2711         * slang/Makefile.in: delete slang.h on "make clean"
2713         * configure.in: link slang/slang-mc.h to slang/slang.h when the
2714         included slang is used. Problem was that MC's slang.h was used
2715         when we compiled with an already installed SLang and the systems
2716         header file were included with <slang/slang.h>.
2717         Unfortunatly I can't use AC_LINK_FILES to make the links because
2718         if we needn't make any links AC_LINK_FILES makes a link from
2719         srcdir to top_builddir (builddir != srcdir).
2721         Temporary add $LGPM to $LIBS when checking for the resizeterm
2722         and keyok functions (ncurses might be linked against GPM).
2724         Substitude PACKAGE (intl/Makefile makes use of it)
2726 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
2728         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
2729         #include "global.h".
2731 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
2733         * Make.common.in (gnewdir): new path.
2735 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
2737         * configure.in: Add comments before "Let" and "the" - typo. Add new
2738         path to include's search.
2740 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
2742         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
2744 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2746         * configure.in (REGEX_O): Always include regex.o as the code we
2747         are using in gmc is not using regcomp/regexec, but the internal
2748         Emacs API.
2750         * src/regex.c: Do not compile the POSIX compatibility code, as we
2751         do not use it.
2753 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2755         * doc/mc.sgml, mc1.in (Color section): minor polishing
2756         (Layout section): documented Highlight...
2758 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2760         * configure.in: Deleted du checks
2762         * INSTALL: Deleted --with-dusum documentation.
2764         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
2765         Configuration dialog. Added Advanced chown subsection. Deleted
2766         variables from the Special settings section which are now covered
2767         by the configuration dialog.
2769 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2771         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
2772         tar_gz_memlimit. Partially rewrote the section about the
2773         Virtual FS.. configuration dialog.
2775 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
2777         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
2779 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
2781         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
2783         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
2784         builddir
2786 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
2788         * new_icons/gnome-image-[lots].png: I added some icons for file
2789         types (image) there - someone please tell me what the correct
2790         location and naming convention is and I will try to follow that. :)
2792 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
2794         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
2795         the build will still work.  (Has this been replaced by new_icons?)
2797 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
2799         * doc/mc.1.in, mc.sgml: added my name to list ov authors
2801 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2803         * Makefile.in (codedirs): Dropped xv and tk ports from the
2804         distribution. include idl directory.
2806 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2808         * configure.in (slang_use_system_installed_lib): Define slang
2809         here, to avoid having this on LIBS.
2811 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
2813         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
2815 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
2817         * config.h.in: Removed from CVS, added to .cvsignore
2819         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
2820         configure.in:
2821         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
2822         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
2823         HAS_CURSES added to acconfig.h
2825 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2827         * autogen.sh: Add "-I macros" to the aclocal flags.
2829         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
2830         so that aclocal will not complain about an obsolete macro.
2832         * configure.in: Use MC_HPUX_PROG_CC_STDC
2834         * ChangeLog: There was no ChangeLog here, so I added one.