Merge branch 'mc-4.6' of ssh://midnight-commander.org:2222/git/mc into mc-4.6
[midnight-commander.git] / ChangeLog
blob4004ba8377776d9cb33ba4af0df34ab5b0d7e277
1 2009-01-29 Patrick Winnertz <winnie@debian.org> & Sergei Trofimovich  <slyfox@inbox.ru>
3         * src/file.c: Added trailing dir separator for default path in copy/move dialogs.
4           This solves "strange" rename cases, when copying/moving is performed into
5           deleted directory.
7 2009-01-27 Enrico Weigelt, metux IT service <weigelt@metux.de>
9         * mhl/escape.h, mhl/string.h: fixed comments to use /* ... */
11 2009-01-25 Ilia Maslakov <il.smind@gmail.com>
13         * src/boxes.c, src/boxes.h, src/dir.c, src/dir.h:
14         * src/main.c, src/panel.h, src/screen.c, src/setup.c:
15           - Add support for showing executables at first in the panel view
17 2009-01-25 Patrick Winnertz <winnie@debian.org> & Sergei Trofimovich  <slyfox@inbox.ru>
19         * mhl/string.h, vfs/fish.c, vfs/utilvfs.c, vfs/utilvfs.h: Reworked fish code
20           so that symlinks and files which special characters works now
22 2009-01-25 Enrico Weigelt <weigelt@metux.de>
24         * edit/editcmd.c, src/cmd.c, src/ext.c, src/history.h:
25         * src/hotlist.c, src/panelize.c, src/tree.c, src/user.c: 
26         * src/view.c, vfs/ftpfs.c, vfs/utilvfs.c:
27           - Made history section names statically instead of dynamic
28           translated strings. This breaks now once every history file
29           but afterwards this will be stable
31 2009-01-24 Enrico Weigelt <weigelt@metux.de>
33         * src/cmd.c: fixed bug #35 (do_view_cmd is now calling repaint_screen())
35 2009-01-24 Patrick Winnertz <winnie@debian.org>
37         * edit/editcmd.c: Fix some issues about regex:
38           - prevent . to match a newline (\n)
39           - match from start of line and not from cursor position
41 2009-01-18 Patrick Winnertz <winnie@debian.org>
43         * edit/editdraw.c: Moved var into if clause as it's only used
44         there
45         * edit/editlock.c: Removed unnecessary arguement to if condition
46         * src/cmd.c: Removed unused pointer
47         * src/hotlist.c: Removed unused function save_group
48         * src/main.c: Removed unused function do_mc_filename_rename
49         * src/util.c: Removed unused struct whentm
51 2009-01-16 Enrico Weigelt, metux IT service <weigelt@metux.de>
53         * src/subshell: setting subshell pty to close-on-exec 
54           (taken from mandriva patches)
56 2009-01-14 Slava Zanko <slavazanko@gmail.com>
58         * lib/mc.ext.in: change filemask for recognize 7z-files
59         * vfs/extfs/u7z: 
60           - change only LC_DATE global variable for correct work with arhive;
61           - add sorting by filename in output of list files
63 2009-01-12 Patrick Winnertz <winnie@debian.org>
65         * AUTHORS: Added Enrico Weigelt, Slava Zanko and 
66         Patrick Winnertz as authors 
68 2009-01-11 Patrick Winnertz <winnie@debian.org>
70         * po/de.po: Fix some spelling errors
72 2009-01-11 Enrico Weigelt, metux ITS <weigelt@metux.de>
74         * FAQ HACKING README man/*: new HQ url
75         * syntax/awk.syntax: added awk syntax file
76         * configure.ac: replaced obsolete autoconf macros AC_GNU_SOURCE 
77           AC_AIX AC_MINIX by AC_USE_SYSTEM_EXTENSIONS
79 2009-01-11 Patrick Winnertz <winnie@debian.org>
81         * syntax/pascal.syntax: Added syntax highlighting for 
82         some delphi keywords
84 2008-12-18  Roland Illig  <roland.illig@gmx.de>
86         * doc/mcedit.1: Documented the newly added filename:lineno
87         invocation method.
89 2008-02-19  Pavel Roskin  <proski@gnu.org>
91         * doc/hu/mc.1.in: Fix description for M-u and M-H.  Reported by
92         Bozo Lajos.
94 2008-01-06  Roland Illig  <roland.illig@gmx.de>
96         * FAQ: Answered the slow startup related to old Samba code.
97         (Closes: #21959)
99 2007-10-19  Pavel Tsekov  <ptsekov@gmx.net>
101         * NEWS: Update for 4.6.2.
103 2007-10-11  Pavel Tsekov  <ptsekov@gmx.net>
105         * configure.ac: Determine the size of `long', `long long' and
106         off_t.
108 2007-09-26  Pavel Tsekov  <ptsekov@gmx.net>
110         * NEWS: Revert last change - it is invalid.
112 2007-09-24  Pavel Tsekov  <ptsekov@gmx.net>
114         * m4/codeset.m4: Update to serial #2.
115         * m4/fsusage.m4: Update to serial #23.
116         * m4/iconv.m4: Update to serial #AM6.
117         * m4/intdiv0.m4: Update from gnulib.
118         * m4/intmax.m4: Update to serial #3.
119         * m4/inttypes-pri.m4: Update to serial #4.
120         * m4/inttypes_h.m4: Update to serial #7.
121         * m4/lib-link.m4: Update to serial #13.
122         * m4/lib-prefix.m4: Update to serial #5.
123         * m4/longlong.m4: Update to serial #10.
124         * m4/onceonly.m4: Update to serial #4.
125         * m4/printf-posix.m4: Update to serial #3.
126         * m4/size_max.m4: Update to serial #6.
127         * m4/stdint_h.m4: Update to serial #6.
128         * m4/ulonglong.m4: Update to serial #6.
129         * m4/wint_t.m4: Update to serial #2.
131 2007-09-24  Pavel Tsekov  <ptsekov@gmx.net>
133         * doc/mcedit.1.in: Update the version number to 4.6.2-pre1.
134         * doc/mcview.1.in: Ditto.
135         * doc/mcserv.8.in: Ditto.
137 2007-09-24  Pavel Tsekov  <ptsekov@gmx.net>
139         * FAQ: Update MC's homepage url.
140         * README: Ditto.
141         * doc/mc.1.in: Ditto.
142         * doc/mcedit.1.in: Ditto.
143         * doc/mcserv.8.in: Ditto.
144         * doc/mcview.1.in: Ditto.
145         * doc/es/mc.1.in: Ditto.
146         * doc/hu/mc.1.in: Ditto.
147         * doc/it/mc.1.in: Ditto.
148         * doc/pl/mc.1.in: Ditto.
149         * doc/ru/mc.1.in: Ditto.
150         * doc/sr/mc.1.in: Ditto.
151         * doc/sr/mcserv.8.in: Ditto.
153 2007-09-10  Pavel Tsekov  <ptsekov@gmx.net>
155         * configure.ac: Update the version number to 4.6.2-pre1.
156         * doc/mc.1.in: Likewise.
158 2007-01-13  Pavel Tsekov  <ptsekov@gmx.net>
160         * doc/mc.1.in: Place the description of the "Swap panels" on
161         a paragraph of its own.
163 2006-12-30  Pavel Tsekov  <ptsekov@gmx.net>
165         * m4/ls-mntd-fs.m4: Update to serial #26.
167 2006-12-30  Pavel Tsekov  <ptsekov@gmx.net>
169         * m4/fsusage.m4: Update to serial #22.
171 2006-12-30  Pavel Tsekov  <ptsekov@gmx.net>
173         * m4/fsusage.m4: Update to serial #18.
175 2006-12-28  Pavel Roskin  <proski@gnu.org>
177         * build-glib1.sh: Fix misplaced --with-glib12.  Copy
178         config.guess and config.sub from mc to glib sources - they are
179         too old in glib.
180         * build-glib2.sh: Update to the latest versions of glib, gettext
181         and pkg-config.
183 2006-11-27  Leonard den Ottolander  <leonard den ottolander nl>
185         * NEWS: Bash < 2.05b (3-digit octals in echo_e_cmd) no longer
186         supported.
188 2006-09-07  Pavel Tsekov  <ptsekov@gmx.net>
190         * acinclude.m4 (AC_GET_FS_INFO): Add erronously removed call to
191         gl_FSTYPENAME.
192         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Add missing 
193         include directive for sys/param.h.
195 2006-09-07  Pavel Tsekov  <ptsekov@gmx.net>
197         * m4/ls-mntd-fs.m4: Update to serial#22, which adds support
198         for getmntinfo() returning its result in struct statvfs.
199         * m4/fstypename.m4: Update to serial#6, which replaces
200         HAVE_F_FSTYPENAME_IN_STATFS with HAVE_STRUCT_STATFS_F_FSTYPENAME.
202 2006-09-07  Pavel Tsekov  <ptsekov@gmx.net>
204         * acinclude.m4 (AC_GET_FS_INFO): Revert a failed attempt to
205         properly detect getmntinfo() returning its result in struct statvfs.
207 2006-06-30  Hampa Hug  <hampa@hampa.ch>
209         * acinclude.m4 (AC_GET_FS_INFO): Check the return value of
210         getmntinfo() properly.
212 2006-06-17  Pavel Tsekov  <ptsekov@gmx.net>
214         * m4/fstypename.m4: New file.
215         * acinclude.m4 (AC_GET_FS_INFO): Add a check to determine whether
216         getmntinfo() takes struct statvfs instead of struct statfs as its
217         first argument. Define MOUNTED_GETMNTINFO_STATVFS if it does.
218         Add a check to determine whether struct statvfs has a field named
219         f_fstypename.
220         Use gl_FSTYPENAME tp determine whether struct statfs has a field
221         named f_fstypename.
223 2006-06-07  Pavel Tsekov  <ptsekov@gmx.net>
225         * configure.ac: Revert last commit.
227 2006-05-29  Roland Illig  <roland.illig@gmx.de>
229         * m4/ls-mntd-fs.m4: Updated to serial #21, which fixes the use
230         of an undefined variable.
232 2006-05-21  Roland Illig  <roland.illig@gmx.de>
234         * configure.ac: Fixed detection of <sys/statvfs.h>, statvfs()
235         and struct statvfs.f_fstypename, so that mc builds on NetBSD 3.0
236         again.
238 2006-04-18  Pavel Tsekov  <ptsekov@gmx.net>
240         * acinclude.m4 (AC_GET_FS_INFO): Make it work again - the last
241         commit broke it.
242         * m4/onceonly.m4: New file.
244 2006-04-13  Anton Monroe  <akm@meer.net>
246         * doc/mc.1.in: Function key documentation update.
248 2006-03-18  Leonard den Ottolander  <leonard den ottolander nl>
250         * acinclude.m4 (AC_GET_FS_INFO): Replace old fileutils code to get
251         mount and file system information with m4_includes of the corresponding
252         GNU coreutils-5.94 files (ls-mntd-fs.m4 (#20) and fsusage.m4 (#16)).
254         * m4/fsusage.m4, m4/ls-mntd-fs.m4: Create.
256 2006-02-23  Pavel Tsekov  <ptsekov@gmx.net>
258         * doc/mc.1.in: Document `fish_directory_timeout'.
260 2006-02-18  David Martin  <<dmartina@excite.com>
262         * doc/es/mc.1.in: Cleanup. Fix key naming.
264 2006-01-29  Pavel Tsekov  <ptsekov@gmx.net>
266         * doc/mc.1.in: Update the documentation to reflect the fact
267         that confirmation may be requested when deleting directory
268         hotlist entries based on a user configurable setting.
270 2006-01-29  Julian Mehnle  <julian@mehnle.net>
272         * doc/mc.1.in: Document support for VIEWER environment variable.
274 2005-11-15  Pavel Roskin  <proski@gnu.org>
276         * acinclude.m4 (MC_WITH_MCSLANG): Add type tests from S-Lang
277         configuration scripts.
279 2005-11-10  Pavel Roskin  <proski@gnu.org>
281         * configure.ac: Catch unexpanded MC_* macros.
283         * m4/*.m4: Update to the macros provided by gettext 0.14.3.
284         * m4/Makefile.am: Update the list of the *.m4 files.
286         * configure.ac: Use AC_GNU_SOURCE, which prevents redefining
287         _GNU_SOURCE.  Bump Autoconf version to 2.54, where AC_GNU_SOURCE
288         appeared.
289         Reported by Leonard den Ottolander <leonard den ottolander nl>
291         * configure.ac: Use gettext 0.14.3.
292         * acinclude.m4 (MC_ASM_LABELS): Remove, it's not needed with
293         recent versions of gettext.
295         * acinclude.m4 (MC_ASM_LABELS): Make the test function global
296         and move its definition above main().  That's closer to what
297         gettext is actually doing.
299 2005-10-03  Pavel Roskin  <proski@gnu.org>
301         * configure.ac: Require gettext with ngettext support.  It's
302         already used in src/info.c.
304 2005-09-28  Pavel Roskin  <proski@gnu.org>
306         * acinclude.m4: Remove gettext 0.10.x compatibility.
308 2005-08-23  Marco Ciampa  <ciampix@libero.it>
310         * doc/it/mc.1.in: updated italian trasnlation.
311         * doc/it/xnc.hlp: small fix.
313 2005-08-15  Roland Illig  <roland.illig@gmx.de>
315         * configure.ac: The function getgrouplist() is not used anymore,
316         so there is no need to check for it. The various get[ug]id
317         functions are used, so add checks for them. Same for isascii.
319 2005-07-20  Pavel Roskin  <proski@gnu.org>
321         * lib/mc.ext.in: Restore support for opening 7-zip archives.
323         * configure.ac: Add vfs/extfs/ualz to AC_CONFIG_FILES.
324         * lib/mc.ext.in: Add support for ALZip archives.
326 2005-07-10  Leonard den Ottolander  <leonard den ottolander nl>
328         * configure.ac: Rename AS_HELP_STRING to AC_HELP_STRING.
330 2005-07-08  Leonard den Ottolander  <leonard den ottolander nl>
332         * NEWS: Fixed commit to the wrong branch.
334 2005-07-05  Roland Illig  <roland.illig@gmx.de>
336         * configure.ac: Removed detection of the umode_t type. All
337         references to it have been replaced with mode_t.
339 2005-07-03  Leonard den Ottolander  <leonard * den ottolander nl>
341         * lib/mc.ext.in: Match files in /log/ or /logs/ directories as plain
342         text not man page; match local man pages; add fixes for gzipped man
343         pages to plain and bzipped man pages.
345 2005-07-03  Leonard den Ottolander  <leonard * den ottolander nl>
347         * lib/mc.ext.in: Move matches for plain compressed files down.
349 2005-07-03  Roland Illig  <roland.illig@gmx.de>
351         * acinclude.m4 (MC_WITH_VFS): Don't link with libnsl
352         unnecessarily.
353         * configure.ac: Simplified detection of the necessary libraries
354         for socket() and gethostbyname().
356         Patch provided by Tomasz Kloczko at 2005-06-15 on mc-devel.
358 2005-06-21  Pavel Roskin  <proski@gnu.org>
360         * lib/mc.ext.in: Support opening for 7-Zip archives.
362 2005-06-06  Roland Illig  <roland.illig@gmx.de>
364         * NEWS: Added the differences between pre3 and HEAD.
365         * lib/mc.ext.in: Added ${PAGER} as fallback if neither lynx nor
366         links is installed.
368 2005-05-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
370         * pkginfo.in: New file. Configuration files for Sun Solaris pkgmk(1).
371         * prototype.in: Likewise.
372         * configure.ac: Likewise.
373         * Makefile.am: Likewise.
375 2005-05-29  Martin Petricek  <tux@centrum.cz>
377         * lib/mc.ext.in: Added support for .7z archives.
379 2005-05-26  Pavel Roskin  <proski@gnu.org>
381         * *: Update postal address of Free Software Foundation.
383 2005-05-23  Roland Illig  <roland.illig@gmx.de>
385         * syntax/ChangeLog: The syntax directory has got its own
386         ChangeLog.
388 2005-05-17  Roland Illig  <roland.illig@gmx.de>
390         * configure.ac: Removed the extra definition of
391         HAVE_C_TYPE_SOCKLEN_T, which is unused.
393 2005-05-14  Roland Illig  <roland.illig@gmx.de>
395         * syntax/diff.syntax: Lines starting with a <tab> character are
396         displayed like lines starting with a <space>. This is for the
397         cvs diff -T option.
398         * syntax/makefile.syntax: Highlight $$ (a literal $) in
399         brightcyan. This way $${var} is not highlighted as if it were a
400         Makefile variables. Also added useful comments before the contexts.
402 2005-05-13  Pavel Roskin  <proski@gnu.org>
404         * configure.ac: Require Autoconf 2.53 or newer.
405         * m4/Makefile.am: Remove isc-posix.m4, it's obsolete.
406         * m4/isc-posix.m4: Remove.
408 2005-05-13  Nerijus Baliunas  <nerijus@users.sourceforge.net>
410         * lib/mc.ext.in: Add OpenOffice.org 2 extensions, use o3totxt
411         to view OpenOffice.org documents.
413 2005-05-11  Pavel Roskin  <proski@gnu.org>
415         * acinclude.m4: Remove MC_ARG_ENABLE_DEVELOPER_MODE.
416         * configure.ac: Replace MC_ARG_ENABLE_DEVELOPER_MODE with a
417         simpler and more user-friendly piece of code.
419 2005-05-01  Roland Illig  <roland.illig@gmx.de>
421         * syntax/c.syntax: Added missing punctuation characters.
423 2005-04-28  Pavel Roskin  <proski@gnu.org>
425         * syntax/Syntax: Don't highlight csh scripts.  Allow using
426         "/usr/bin/env" instead of the full path.
428 2005-04-27  Leonard den Ottolander  <leonard * den ottolander nl>
430         * AUTHORS: Added Pavel Shirshov and myself as contributors.
432 2005-04-26  Roland Illig  <roland.illig@gmx.de>
434         * acinclude.m4: Renamed AS_HELP_STRING to AC_HELP_STRING for
435         compatibility with autoconf-2.57.
437 2005-04-22  Roland Illig  <roland.illig@gmx.de>
439         * acinclude.m4: Added macro MC_ARG_ENABLE_DEVELOPER_MODE.
440         * configure.ac: Using MC_ARG_ENABLE_DEVELOPER_MODE instead of
441         the --maintainer-mode.
443 2005-04-17  Leonard den Ottolander  <leonard * den ottolander nl>
445         * syntax/eiffel.syntax: dos2unix; removed redundant cooledit
446         colour definitions.
447         * syntax/perl.syntax: Removed redundant cooledit definitions.
448         * syntax/php.syntax: ' ' and " " context fixes.
449         * syntax/syntax.syntax: Removed 2 duplicate lines.
451 2005-04-16  Roland Illig  <roland.illig@gmx.de>
453         * lib/mc.ext.in: Recognize either *.udeb or *.deb as Debian
454         packages. Fixes Savannah patch #3899.
456 2005-04-14  Leonard den Ottolander  <leonard * den ottolander nl>
458         * syntax/Syntax: Catch Makefiles with capitals in the extension.
460 2005-04-14  Roland Illig  <roland.illig@gmx.de>
462         * doc/mc.1.in (Internal File Viewer): Rewrote some documentation.
463         Removed the paragraph about the growing buffers. It's generally
464         uninteresting to users.
466 2005-04-13  Roland Illig  <roland.illig@gmx.de>
468         * configure.ac: Add -DNDEBUG to CPPFLAGS if the maintainer mode
469         is not enabled.
471 2005-03-19  Pavel Roskin  <proski@gnu.org>
473         * acinclude.m4 (MC_WITH_SLANG): Partly restore original order of
474         checks and add a comment with a warning.
475         From Pavel S. Shirshov <me@pavelsh.pp.ru>
477         * acinclude.m4 (MC_WITH_SLANG): Reorder checks.  Move termcap
478         checks ...
479         (MC_SLANG_TERMCAP): ... here.
480         (MC_SLANG_PRIVATE): Check if private functions are available.
481         It's not the case on Debian unstable.
483 2005-03-19  Pavel S. Shirshov  <me@pavelsh.pp.ru>
485         * syntax/idl.syntax: Add syntax file for the CORBA idl.
486         From Ian Zagorskih <ianzag@megasignal.com>
487         * syntax/lua.syntax: Add syntax file for the LUA programming language.
488         From Mike Gorchak  <mike@malva.ua>
489         * syntax/Syntax: Add syntax file for CORBA idl and lua.
490         * syntax/Makefile.am: Likewise.
491         * mc.qpg.in: Likewise.
492         * NEWS: Likewise.
494 2005-03-19  Pavel Roskin  <proski@gnu.org>
496         * acinclude.m4 (MC_WITH_SLANG): Define HAVE_SYSTEM_SLANG after
497         all fallbacks so it shows whether we are using system S-Lang.
498         * configure.ac: Remove USE_INCLUDED_SLANG, since it's now fully
499         dependent on HAVE_SLANG and HAVE_SYSTEM_SLANG.
500         * src/myslang.h: Likewise.
502 2005-03-18  Mike Gorchak  <mike@malva.ua>
504         * syntax/assembler.syntax: Add syntax file for the x86 assembler.
505         * syntax/povray.syntax: Add syntax file for the POVRay.
506         * syntax/Syntax: Add syntax file for x86 assembler and POVRay.
507         * syntax/Makefile.am: Likewise.
508         * mc.qpg.in: Likewise.
509         * NEWS: Likewise.
511 2005-03-14  Leonard den Ottolander  <leonard * den ottolander nl>
513         * syntax/diff.syntax: Changed default color from gray, which was
514         quite unreadable, to a bright yellow.
516 2005-03-10  Roland Illig  <roland.illig@gmx.de>
518         * autogen.sh: Made the gettext version check more portable. The
519         actual sed command is unchanged.
521 2005-02-26  Miguel de Icaza  <miguel@novell.com>
523         * doc/mc.1.in: Replace M-char with Alt-char everywhere, which is
524         simpler to understand.
526 2005-01-29  Miguel de Icaza  <miguel@novell.com>
528         * configure.ac: Check for getgrouplist API call.
530 2005-02-07  Roland Illig  <roland.illig@gmx.de>
532         * NEWS: Added the changes between mc-4.6.1-pre3 and now.
534 2005-01-27  Roland Illig  <roland.illig@gmx.de>
536         * configure.ac: Add checks for C headers <sys/mkdev.h> and
537         <sys/sysmacros.h> to support major/minor arithmetics on
538         device numbers.
540 2005-01-11  Pavel S. Shirshov  <me@pavelsh.pp.ru>
542         * acinclude.m4: Fix '--with-screen' configure option.
544 2004-12-30  Andrew V. Samoilov  <sav@bcs.zp.ua>
546         * autogen.sh: Fix workaround for automake 1.5.
548 2004-12-28  Leonard den Ottolander  <leonard * den ottolander nl>
550         * syntax/spec.syntax: Set whole on spec macro option keywords.
552 2004-12-13  Pavel S. Shirshov  <me@pavelsh.pp.ru>
554         * acinclude.m4: Fix "make distcheck".
556 2004-12-12  Pavel S. Shirshov  <me@pavelsh.pp.ru>
558         * NEWS: Update.
560 2004-12-10  Pavel S. Shirshov  <me@pavelsh.pp.ru>
562         * autogen.sh: Comment workaround for Automake 1.5. It's not working
563         for Automake 1.9.
565 2004-12-07  Roland Illig  <roland.illig@gmx.de>
567         * syntax/Makefile.am: Don't install syntax highlighting files if
568         the internal editor is disabled.
570 2004-12-03  Pavel S. Shirshov  <me@pavelsh.pp.ru>
572         * configure.ac: Bump version to 4.6.1a
574 2004-11-17  Pavel S. Shirshov  <me@pavelsh.pp.ru>
576         * acinclude.m4: Fix compiling mc with system slang on FreeBSD.
578 2004-11-16  Roland Illig  <roland.illig@gmx.de>
580         * TODO: Checked the remaining vfs/extfs shell scripts and
581         removed them from the TODO list. This was the last item
582         in the section "Before 4.6.1", so I deleted the whole
583         section.
585 2004-11-08  Pavel S. Shirshov  <me@pavelsh.pp.ru>
587         * TODO (4.6.2): Fix the '#' in path names issue.
589 2004-11-07  Roland Illig  <roland.illig@gmx.de>
591         * TODO (4.6.1): Moved the '#' in path names issue to 4.6.2.
592         * TODO: Added issue about hiding passwords in VFS pathnames.
594 2004-11-05  Andrew V. Samoilov  <sav@bcs.zp.ua>
596         * README: Fix typo.
598 2004-11-04  Mike Gorchak  <mike@malva.ua>
600         * mc.qpg.in: Synchronization with the latest file has been added
601         to the distro.
602         * configure.ac: Added information about status of charset enabling.
603         * syntax/Syntax: Treat QNX6 specific files with extensions qpg and
604         qpg.in as xml files.
606 2004-11-02  Roland Illig  <roland.illig@gmx.de>
608         * configure.ac: Add feature test whether socklen_t is defined
609         in <sys/socket.h>.
611 2004-10-28  Jindrich Novy  <jnovy@redhat.com>
613         * lib/mc.ext.in: Add a few sound formats that "play" and "mikmod"
614         utility knows.
616 2004-10-27  Roland Illig  <roland.illig@gmx.de>
618         * configure.ac: Add check for type socklen_t.
620 2004-10-27  Juan C. Olivares  <juancri@juancri.com>
622         * syntax/aspx.syntax: Add syntax file for ASP.NET.
623         * syntax/Syntax: Likewise.
624         * syntax/Makefile.am: Likewise.
626 2004-10-27  Pavel S. Shirshov  <me@pavelsh.pp.ru>
628         * TODO: Move entry 'Broken pipe warning...' to 4.6.2 TODO list.
629         Remove entries for perl extfs scripts.
631 2004-10-24  Roland Illig  <roland.illig@gmx.de>
633         * configure.ac: Only add "-Wall" to CFLAGS if GCC is set to "yes".
635 2004-10-23  Roland Illig  <roland.illig@gmx.de>
637         * TODO: Check proper quoting in vfs/extfs/*.
639 2004-10-20  Pavel S. Shirshov  <me@pavelsh.pp.ru>
641         * lib/mc.ext.in: Use xmms for audio files in XWindows mode.
642         Add support for *.wma files. Add support for playlists.
644         Partially based on patch from q# <eth0@o2.pl>
646 2004-10-18  Roland Illig  <roland.illig@gmx.de>
648         * TODO: Some new TODO items with low priority: More standard
649         widgets, CVS frontend, patch editor, context menus.
651 2004-10-16  Roland Illig  <roland.illig@gmx.de>
653         * TODO: Fixed the "./ files in tar archive" item for mc-4.6.1.
655 2004-10-16  Roland Illig  <roland.illig@gmx.de>
657         * syntax/eiffel.syntax: Add syntax highlighting rules for the
658         Eiffel programming language.
659         * syntax/Syntax: Bind *.e with eiffel.syntax.
660         * syntax/Makefile.am: Added syntax.eiffel.
662         From Daniel F Moisset <dmoisset grulic org ar>
664 2004-10-12  Pavel S. Shirshov  <me@pavelsh.pp.ru>
666         * syntax/sql.syntax: Improve sql.syntax file and added several
667         keywords.
669         From Karel Zak
671 2004-10-12  Andrew V. Samoilov  <sav@bcs.zp.ua>
673         * acinclude.m4 (MC_WITH_MCSLANG): Set screen_type to mcslang.
674         * configure.ac: Define USE_INCLUDED_SLANG if screen_type is mcslang.
676 2004-10-05  Gergely Sza'sz  <szaszg@hu.inter.net>
678         * syntax/perl.syntax: Fix highlight the hashes.
679         * syntax/diff.syntax: Highlight comments (lines begin with #),
680         and garbage in diff files.
682 2004-09-17  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
684         * mc.qpg.in: New file. Description for QNX 6.x packager.
686 2004-09-25  Roland Illig  <roland.illig@gmx.de>
688         * configure.ac: #define _GNU_SOURCE to an empty value instead of 1,
689         which conflicted with src/regex.c.
691 2004-09-24  Roland Illig  <roland.illig@gmx.de>
693         * HACKING (Programming tips): Added a tip concerning the NULL
694         pointer in varargs function calls.
696 2004-09-22  Roland Illig  <roland.illig@gmx.de>
698         * HACKING: Added advice for using g_strdup for a modifiable
699         copy of a string.
700         * HACKING: Added a section about where to look for bug reports
701         and patches.
703 2004-09-19  Roland Illig  <roland.illig@gmx.de>
705         * HACKING: Added explanation for const_cast.
707 2004-09-17  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
709         * syntax/makefile.syntax: Adds "define" and "ended" keywords
710         * syntax/perl.syntax: Adds "break" keyword
712 2004-09-10  Jakub Jelinek  <jakub@redhat.com>
714         * lib/mc.lib: Add gnome, rxvt and xterm-new terminals.
716 2004-09-10  Pavel S. Shirshov  <me@pavelsh.pp.ru>
718         * syntax/php.syntax: Upgrade php.syntax file.
720         From Leonard den Ottolander <leonard * den.ottolander.nl>
722 2004-09-04  Jakub Jelinek  <jakub@redhat.com>
724         * configure.ac: grantpt is only available with -D_XOPEN_SOURCE
725         or -D_GNU_SOURCE under Linux.
727 2004-09-04  Pavel S. Shirshov  <me@pavelsh.pp.ru>
729         * HACKING: Add to section "Programming Tips" g_free tip.
731 2004-09-02  Roland Illig  <roland.illig@gmx.de>
733         * HACKING: Added a section "Programming Tips" which lists mistakes
734         that have been done once and should never be repeated.
736 2004-08-29  Roland Illig  <roland.illig@gmx.de>
738         * m4/ri-gcc-warnings.m4: Now handles only the last --enable or
739         --disable option. Before, --disable has not been handled
740         correctly.
742 2004-08-22  Pavel S. Shirshov  <me@pavelsh.pp.ru>
744         * m4/ri-gcc-warnings.m4: Using AC_HELP_STRING for more portable.
745         AS_HELP_STRING was introduced after autoconf 2.57+.
747         From Leonard den Ottolander <leonard * den.ottolander.nl>
749 2004-08-18  Roland Illig  <roland.illig@gmx.de>
751         * "make uninstall": removes the symlinks bin/mcedit and bin/mcview.
753 2004-08-17  Roland Illig  <roland.illig@gmx.de>
755         * configure.ac: The GCC warning flags are only used in
756         maintainer-mode.
758 2004-08-17  Pavel S. Shirshov  <me@pavelsh.pp.ru>
760         * lib/cedit.menu: Security fix patch. Fix insecure temporary file and
761         directory creations. (CAN-2004-0231).
763         * lib/mc.menu: Likewise.
764         * doc/mc.1.in: Likewise.
765         * doc/es/mc.1.in: Likewise.
766         * doc/hu/mc.1.in: Likewise.
767         * doc/it/mc.1.in: Likewise.
768         * doc/pl/mc.1.in: Likewise.
769         * doc/ru/mc.1.in: Likewise.
770         * doc/sr/mc.1.in: Likewise.
772 2004-08-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
774         * configure.ac: Add check for atoll().
776         * doc/mc.1.in (Extension File Edit): Document "directory" keyword.
777         * doc/ru/mc.1.in: Likewise.
779 2004-08-02  Pavel Shirshov  <me@pavelsh.pp.ru>
781         * autogen.sh: Fix unportable "\n" in sed.
783 2004-04-02  Pavel Roskin  <proski@gnu.org>
785         * lib/mc.ext.in: Use gqview instead of ee for images.  ee seems
786         to be obsolete.  Suggested by Marcel Pol <mpol@gmx.net>
788 2004-01-22  Pavel Roskin  <proski@gnu.org>
790         * lib/mc.ext.in: Recognize *.tb2 and *.tbz files.
792         * configure.in: Rename to ...
793         * configure.ac: ... this.
795 2003-12-30  David Martin  <dmartina@excite.com>
797         * doc/mc.1.in: Synchronized latest fixes (long options) and
798         moved year and version number.
800 2003-12-24  Pavel Roskin  <proski@gnu.org>
802         * configure.in: Release 4.6.1-pre1.
804 2003-11-28  Pavel Roskin  <proski@gnu.org>
806         * acinclude.m4 (MC_UNDELFS_CHECKS): Try ext2fs/ext2_fs.h before
807         linux/ext2_fs.h.  Use ext2fs/ext2_fs.h when possible - it's
808         safer to avoid kernel headers.
810 2003-11-27  Pavel Roskin  <proski@gnu.org>
812         * src/TODO: Move ...
813         * TODO: ... here.
814         * doc/DEVEL: Move ...
815         * HACKING: ... here.  Adjust makefiles.
817 2003-11-20  Pavel Roskin  <proski@gnu.org>
819         * build-glib1.sh: Use more portable syntax for functions.  Fall
820         back to "ftp" for download, useful on BSD.
821         * build-glib2.sh: Likewise.
823         * build-glib1.sh: New file - download and compile glib 1.2.x,
824         then compile mc against it.
825         * build-glib2.sh: New file - download and compile glib 2.x with
826         dependencies (gettext, pkgconfig), then compile mc against it.
827         * Makefile.am: Distribute them.
829 2003-10-29  Pavel Roskin  <proski@gnu.org>
831         * acinclude.m4 (MC_UNDELFS_CHECKS): Don't use internal Autoconf
832         variables.
834         * configure.in: Rewrite check for mmap() to avoid using internal
835         variables of Autoconf.  Rename the rest of ac_cv_* to mc_cv_*.
837         * configure.in: Use AC_CHECK_MEMBERS to check fields of struct
838         stat.  Adjust all dependencies.
840         * acinclude.m4 (AC_STRUCT_LINGER): Remove, use AC_CHECK_MEMBERS
841         instead.
843         * configure.in: Define SLANG_POSIX_SIGNALS if all 4 required
844         functions are present.  Remove references to extraconf.h.
845         * extraconf.h: Eliminate.
846         * Makefile.am: Remove extraconf.h.
848         * configure.in: Move ext2fs undelete support ...
849         * acinclude.m4 (MC_WITH_VFS): ... here.
850         * extraconf.h: Remove VFS logic, it's enforced in configure now.
852         * acinclude.m4 (MC_WITH_VFS): Use AC_SEARCH_LIBS when possible.
853         Allow disabling network code by --disable-netcode.
855 2003-10-28  Pavel Roskin  <proski@gnu.org>
857         * configure.in: Don't check if "file" can use stdin - it's
858         unused now.
860 2003-10-25  Pavel Roskin  <proski@gnu.org>
862         * extraconf.h: Don't define HAVE_GRANTPT forcedly if grantpt()
863         wasn't found.  Don't define HAVE_CRYPT, it's unused now.
865         * configure.in: Remove check for socketpair().  Add new option
866         --enable-background.
867         * extraconf.h: Don't define WITH_BACKGROUND.
869 2003-10-14  Pavel Roskin  <proski@gnu.org>
871         * configure.in: Don't check for seekdir() and telldir().
873 2003-09-23  Pavel Roskin  <proski@gnu.org>
875         * doc/sr/Makefile.am: Don't install mcserv documentation if mcfs
876         support is disabled.
878         * lib/*.ti: Remove, these files are obsolete.
879         * lib/tdiff: Likewise.
880         * lib/xterm.tcap: Likewise.
881         * lib/Makefile.am: Remove obsolete files.  Don't install
882         README.xterm and xterm.ad, there are partly obsolete and can
883         break things if used as is.
885 2003-09-22  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
887         * lib/mc.hint.sr: Updated.
888         * lib/mc.menu.sr: New file - translated menu.
889         * lib/Makefile.am: Add mc.menu.sr.
890         * doc/sr/: New Serbian documentation.
891         * doc/Makefile.am: Add "sr" directory.
892         * configure.in: Add substitutions for new files.
894 2003-09-22  Pavel Roskin  <proski@gnu.org>
896         * configure.in: Check for strlcpy() if glib 1.2.x is used.
898 2003-09-11  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
900         * lib/mc.hint.sr: New file - Serbian hints.
902 2003-09-04  Pavel Roskin  <proski@gnu.org>
904         * lib/mc.menu: Add entry for viewing manual pages.
906 2003-08-18  Pavel Roskin  <proski@gnu.org>
908         * lib/mc-wrapper.csh.in: Use "id" command to find the real user
909         id.  $USER is not reliable.
910         * lib/mc-wrapper.sh.in: Likewise.
911         Reported by Figura Peter <peterf@autus.sk>
913 2003-08-18  Andrew V. Samoilov  <sav@bcs.zp.ua>
915         * acinclude.m4 (MC_WITH_NCURSES): Fix ESCDELAY check on Solaris.
916         Make sure that linking succeeds.
918 2003-08-02  Pavel Roskin  <proski@gnu.org>
920         * lib/cedit.menu: Avoid using "id -u", it doesn't work on
921         Solaris.  From Andrew V. Samoilov <sav@bcs.zp.ua>
923 2003-07-23  Pavel Roskin  <proski@gnu.org>
925         * lib/mc.lib: Add more "end" and "home" sequences for xterm.
927 2003-07-22  Pavel Roskin  <proski@gnu.org>
929         Get rid of all references to NATIVE_WIN32.
931         * pc: Remove.  No work has been done on the PC post for years.
932         * README.PC: Likewise.
933         * Makefile.am: Adjust for the above.
934         * configure.in: Likewise.
936 2003-07-21  Pavel Roskin  <proski@gnu.org>
938         * configure.in: Check posix_openpt() first and fallback to
939         GNU-specific getpt() only if needed.
941 2003-06-29  David Sterba  <dave@jikos.cz>
943         * lib/mc.hint.cs: Typo fixes.
945 2003-06-25  Marco Ciampa  <ciampix@libero.it>
947         * doc/it/mc.1.in: small fix
949 2003-06-23  Andrew V. Samoilov  <sav@bcs.zp.ua>
951         * lib/mc.ext: Allow ZIP in all capitals in "file" output.
953 2003-06-18  Pavel Roskin  <proski@gnu.org>
955         * configure.in: Remove test for SCO UNIX.  Remove all references
956         to SCO_FLAVOR everywhere.  SCO flavor is rather unsavory now.
958 2003-06-06  Pavel Roskin  <proski@gnu.org>
960         * lib/mc.ext.in: Don't run compressed logs from /var/log through
961         nroff.  Suggested by Alfie Costa <agcosta@gmx.net>
963 2003-05-16  Marco Ciampa  <ciampix@libero.it>
965         * syntax/ruby.syntax: upgrade
966         * syntax/perl.syntax: small fix
968 2003-05-14  Marco Ciampa  <ciampix@libero.it>
970         * syntax/ruby.syntax: New file - syntax for Ruby.
971         * syntax/Syntax: Add ruby.syntax.
972         * syntax/Makefile.am: Likewise.
974 2003-05-08  Pavel Roskin  <proski@gnu.org>
976         * mc.spec.in: Strip pre-1998 changelog to work around a bug in
977         rpm 4.2, which doesn't like %install inside %changelog.
979 2003-04-29  Pavel Roskin  <proski@gnu.org>
981         * configure.in: Add vfs/extfs/iso9660 to AC_CONFIG_FILES.
982         * lib/mc.ext.in: Add support for ISO images.
984 2003-03-31  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
986         * syntax/Syntax: Highlight *.mc as a makefile.
987         * syntax/sql.syntax: Add more keywords for PostgreSQL.
989 2003-03-21  Pavel Roskin  <proski@gnu.org>
991         * syntax/sh.syntax: Highlight "find".  Highlight whole string
992         after "#!".  Make unrecognized text inside `` less bright.
994 2003-03-17  Marco Ciampa  <ciampix@libero.it>
996         * doc/it/mc.1.in: Some manual fixes.
998 2003-03-14  Pavel Roskin  <proski@gnu.org>
1000         * syntax/c.syntax: Allow integer specifiers for %x and %X in C
1001         format strings.
1002         * syntax/cs.syntax: Likewise.
1003         * syntax/java.syntax: Likewise.
1004         * syntax/ml.syntax: Likewise.
1005         * syntax/php.syntax: Likewise.
1006         * syntax/python.syntax: Likewise.
1007         * syntax/slang.syntax: Likewise.
1008         * syntax/swig.syntax: Likewise.
1010 2003-03-11  Pavel Roskin  <proski@gnu.org>
1012         * acinclude.m4 (MC_ASM_LABELS): New macro to work around a bug
1013         gettext.  Define _INTL_REDIRECT_MACROS if needed.
1014         * configure.in: Use MC_ASM_LABELS.
1016 2003-03-07  Pavel Roskin  <proski@gnu.org>
1018         * configure.in: Add --with-glib-static option.
1020 2003-03-06  Pavel Roskin  <proski@gnu.org>
1022         * syntax/spec.syntax: Add BuildArch.
1024 2003-03-05  Pavel Roskin  <proski@gnu.org>
1026         * configure.in: Check availability of setsid().
1028 2003-03-04  Sanlig Badral  <Badral@chinggis.com>
1030         * po/LINGUAS: added Mongolian (mn) translation.
1032 2003-03-03  Pavel Roskin  <proski@gnu.org>
1034         * lib/mc.lib: Add xterm arrows both for application and normal
1035         mode.  Normal mode can be accidentally enabled if one mc is run
1036         from another and Ctrl-O is used to switch between them.
1037         Add F11-F20 definitions for cons25 (FreeBSD console).
1039 2003-02-27  Juan C. Olivares  <juancri@TAGnet.org>
1041         * syntax/cs.syntax: New file.
1042         * syntax/Syntax: Add cs.syntax.
1043         * syntax/Makefile.am: Likewise.
1045 2003-02-27  Marco Ciampa  <ciampix@libero.it>
1047         * doc/it/mc.1.in: updated manual with -e switch description.
1049 2003-02-26  Pavel Roskin  <proski@gnu.org>
1051         * syntax/syntax.syntax: Highlight "define".
1053 2003-02-23  Marco Ciampa  <ciampix@libero.it>
1055         * doc/it/mc.1.in: updated manual with some stylistic changes.
1057 2003-02-23  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
1059         * lib/mc.ext.in: Add entry for QNX Neutrino packages.
1061 2003-02-22  Pavel Tsekov  <ptsekov@gmx.net>
1063         * acinclude.m4 [AC_G_MODULE_SUPPORTED]: New macro.
1064         * configure.in: Test for gmodule.  Don't link mc with libX11 if
1065         gmodule is supported.
1067 2003-02-22  Pavel Roskin  <proski@gnu.org>
1069         * configure.in: Add --with-glib12 option to configure to force
1070         using glib 1.2.x.
1072 2003-02-21  Andrew V. Samoilov  <sav@bcs.zp.ua>
1074         * doc/ru/mc.1.in (Layout): Translate 'Xterm window title' option.
1075         (Extension File Edit): Translate include feature.
1077 2003-02-20  Pavel Roskin  <proski@gnu.org>
1079         * configure.in: Move list of all translations ...
1080         * po/LINGUAS: ... here.
1082 2003-02-18  Pavel Roskin  <proski@gnu.org>
1084         * syntax/c.syntax: Highlight C++ comments in preprocessor
1085         directives.
1086         Reported by Oswald Buddenhagen <ossi@kde.org>
1088 2003-02-13  Marco Ciampa  <ciampix@libero.it>
1090         * doc/it/mc.1.in: updated manual following it.po changes.
1092 2003-02-05  Pavel Roskin  <proski@gnu.org>
1094         * configure.in: Bump version to 4.6.0a.
1096         * configure.in: Version 4.6.0 released.
1098 2003-02-04  Arpi  <arpi@mplayerhq.hu>
1100         * syntax/Syntax: Match *.syntax before other files to fix
1101         highlighting of makefile.syntax.
1103 2003-02-04  Pavel Roskin  <proski@gnu.org>
1105         * syntax/c.syntax: Revert highlighting trailing whitespaces.
1107 2003-02-03  Andrew V. Samoilov  <sav@bcs.zp.ua>
1109         * autogen.sh: Fix unportable "+" sed regexp in gettext_ver
1110         calculation.  Reported by vlad@geekizoid.com.
1112 2003-01-31  Pavel Roskin  <proski@gnu.org>
1114         * syntax/nroff.syntax: Make colors more compatible with the
1115         highlighting used in the internal viewer - yellow for bold and
1116         brightred for italic.
1118 2003-01-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
1120         * syntax/c.syntax: Highlight trailing whitespace(s).
1122 2003-01-30  Pavel Tsekov  <ptsekov@gmx.net>
1124         * acinclude.m4 (MC_WITH_NCURSES): Check -lcurses if -lncurses
1125         doesn't work.  Useful on OpenBSD 3.2.
1127 2003-01-29  Pavel Roskin  <proski@gnu.org>
1129         * lib/mc.ext.in: Fix missing semicolon that affected viewing RPM
1130         packages.
1132 2003-01-24  Pavel Roskin  <proski@gnu.org>
1134         * configure.in: Add -lposix on A/UX before all tests.
1136 2003-01-23  Pavel Roskin  <proski@gnu.org>
1138         * acinclude.m4 (MC_EXTFS_CHECKS): Fix redirection to /dev/null.
1140 2003-01-22  Pavel Roskin  <proski@gnu.org>
1142         * configure.in: Bump version to 4.6.0-pre3a.
1144         * configure.in: Version 4.6.0-pre3 released.
1146         * acinclude.m4 (_MC_WITH_XSLANG): Drop support for old S-Lang
1147         versions that required the native curses library on some OSes.
1149 2003-01-19  Adam Byrtek  <alpha@debian.org>
1151         * doc/mcview.1.in: New file.
1152         * configure.in: Treat it like doc/mcedit.1.in.
1153         * doc/Makefile.am: Likewise.
1155 2003-01-17  Adam Byrtek  <alpha@debian.org>
1157         * doc/mc.1.in (Layout): Document 'Xterm window title' option.
1159 2003-01-16  David Martin  <dmartina@excite.com>
1161         * doc/mc.1.in: Add EXTernal virtual File System node (extfs).
1163 2003-01-16  David Martin  <dmartina@excite.com>
1165         * doc/mc.1.in: Set man page header and footer.
1166         * doc/es/mc.1.in: Likewise.
1167         * doc/hu/mc.1.in: Likewise.
1168         * doc/it/mc.1.in: Likewise.
1169         * doc/pl/mc.1.in: Likewise.
1170         * doc/ru/mc.1.in: Likewise.
1172 2003-01-12  David Martin  <dmartina@excite.com>
1174         * po/es.po: Update. Rewrite localized names for some menu entries.
1175         * doc/es/mc.1.in: Likewise.
1176         * lib/mc.hint.es: Likewise.
1178 2002-12-27  David Martin  <dmartina@excite.com>
1180         * doc/pl/xnc.hlp: Update GPL (change FSF address and move 19xx
1181         entries to "year").
1183 2002-12-26  Pavel Roskin  <proski@gnu.org>
1185         * configure.in: Release 4.6.0-pre2, bump version to 4.6.0-pre2a.
1187         * configure.in: Fix non-portable operator.  Bump version to
1188         4.6.0-pre2.
1190 2002-12-24  Pavel Roskin  <proski@gnu.org>
1192         * lib/mc.ext.in: Use --nosignature with rpm to avoid a message
1193         in the viewer about unsigned packages.
1195         * acinclude.m4 (MC_WITH_SLANG): Don't add -lslang to MCLIBS if
1196         the system S-Lang is rejected.
1198         * lib/mc.ext.in: Play *.mov by mplayer.
1200 2002-12-23  Pavel Roskin  <proski@gnu.org>
1202         * configure.in: Enable X11 support by default, use --without-x
1203         to disable.
1205 2002-12-19  Pavel Roskin  <proski@gnu.org>
1207         * syntax/perl.syntax: Add separate context for function
1208         declarations and definitions, highlight prototypes.
1210 2002-12-11  Pavel Roskin  <proski@gnu.org>
1212         * acinclude.m4 (MC_EXTFS_CHECKS): Add check for Perl.
1213         * configure.in: Substitute Perl location in all extfs scripts
1214         written in Perl.
1216 2002-12-11  David Martin  <dmartina@excite.com>
1218         * doc/xnc.hlp: Update GPL (change FSF address
1219         and move 19xx entries to "year").
1220         * doc/es/xnc.hlp: Likewise.
1221         * doc/hu/xnc.hlp: Likewise.
1222         * doc/it/xnc.hlp: Likewise.
1223         * doc/ru/xnc.hlp: Likewise.
1225 2002-12-09  Pavel Roskin  <proski@gnu.org>
1227         * lib/mc.ext.in: Remove ftplist.  Add patchfs.
1229 2002-11-29  Andrew V. Samoilov  <sav@bcs.zp.ua>
1231         * autogen.sh: Use $srcdir/configure.mc instead of
1232         $srcdir/configure if first one exists and is executable.
1234 2002-11-28  Pavel Roskin  <proski@gnu.org>
1236         * configure.in: Determine which help translations user wants to
1237         install, based on USE_NLS, LINGUAS and ALL_LINGUAS.
1238         * doc/Makefile.am: Set SUBDIR to the list of the requested
1239         translations.
1241         * acinclude.m4 (MC_EXTFS_CHECKS): New macro.
1242         (MC_WITH_VFS): Call MC_EXTFS_CHECKS.
1243         * configure.in: Generate vfs/extfs/uzip.
1244         * vfs/extfs/uzip: Move to vfs/extfs/uzip.in.
1245         * vfs/extfs/Makefile.am: Corresponding adjustments.
1247 2002-11-26  Pavel Roskin  <proski@gnu.org>
1249         * syntax/sql.syntax: Add highlighting for dot and backticks.
1251 2002-11-16  Pavel Roskin  <proski@gnu.org>
1253         * configure.in: Move check for pwdauth() to MC_MCSERVER_CHECKS.
1254         * acinclude.m4 (MC_MCSERVER_CHECKS): If using crypt(), check for
1255         shadow password support.
1257         * acinclude.m4 (MC_MCSERVER_CHECKS): Don't limit PAM check to
1258         Linux.  Use AC_SEARCH_LIBS to find crypt().  Consolidate mcserv
1259         libraries into MCSERVLIBS.
1261         * configure.in: Move all mcserv related checks ...
1262         * acinclude.m4 (MC_MCSERVER_CHECKS): ... here.
1264 2002-11-15  Pavel Roskin  <proski@gnu.org>
1266         * configure.in: Fully enable glib2.  Update the documentation.
1268 2002-11-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
1270         * lib/mc.menu: Don't use --repetitive-best option with bzip2 -
1271         it is redundant in versions 0.9.5 and above.
1273 2002-11-10  Pavel Roskin  <proski@gnu.org>
1275         * configure.in: Check for uintptr_t.  Needed to compile regex.c
1276         on MacOS X.  Reported by Wim Rijnders <wimrijnders@home.nl>
1278 2002-11-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
1280         * syntax/ada95.syntax: Highlight "then" and "else".
1281         From Victor Porton <porton@ex-code.com>.
1282         Highlight "exit".
1284 2002-11-06  Pavel Roskin  <proski@gnu.org>
1286         * lib/edit.indent.rc: Remove all options for indent and add a
1287         comment explaining where those options should be.
1289 2002-11-05  Pavel Roskin  <proski@gnu.org>
1291         * lib/mc-wrapper.csh.in: Remove /bin/csh at the beginning - this
1292         script is not meant to be executed by the kernel.  This also
1293         eliminates dependency of the RPM package on csh.
1294         * lib/mc-wrapper.sh.in: Remove /bin/sh at the beginning.
1296 2002-11-01  Pavel Roskin  <proski@gnu.org>
1298         * configure.in: Don't substitute mc.sh and mc.csh - it's now
1299         done ...
1300         * lib/Makefile.am: ... here.  Add wrappers for mc to avoid
1301         defining complex shell scripts in functions and aliases.
1302         * lib/mc-wrapper.csh.in: New file - template for the script
1303         that runs mc and changes directory in csh.
1304         * lib/mc-wrapper.sh.in: New file - template for the script
1305         that runs mc and changes directory in sh.
1307 2002-11-01  Andrew V. Samoilov  <sav@bcs.zp.ua>
1309         * doc/mc.1.in (Keys): Document S-<chr>.
1310         * doc/ru/mc.1.in: Likewise.
1312 2002-10-31  Pavel Roskin  <proski@gnu.org>
1314         * syntax/diff.syntax: Revert highlighting for trailing spaces
1315         on the added lines - it extends the context to the next line.
1317         * lib/mc.csh.in: Add quoting and check for missing file.
1319         * lib/mc.csh.in: Update to use the new -P option.  This script
1320         has absolutely no protection against special symbols in
1321         directory names and lacks TMPDIR support.
1323         * lib/mc.sh.in: Update to use the new -P option.
1325         * configure.in: Displaying the install paths is too problematic
1326         to implement properly.  Remove this code.
1328 2002-10-29  Pavel Roskin  <proski@gnu.org>
1330         * lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.
1331         * configure.in: Likewise.  Add "-c" (disable ANSI color) to
1332         MAN_FLAGS if supported.
1334         * acinclude.m4 (MC_WITH_SLANG): Reject S-Lang with UTF-8
1335         support, unless external S-Lang was explicitly requested.
1337 2002-10-24  Pavel Roskin  <proski@gnu.org>
1339         * lib/mc.ext.in: Don't use links to view html - the "-dump"
1340         option has been removed in the recent versions.
1341         From David Martin <dmartina@excite.com>
1343 2002-10-21  Pavel Roskin  <proski@gnu.org>
1345         * acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
1346         to the final configuration message.
1348 2002-10-17  Pavel Roskin  <proski@gnu.org>
1350         * doc/hu/Makefile.am: Generate Hungarian help file from the
1351         manual, just like other languages.
1352         * doc/hu/mc.1.in: New file, converted from the help file.
1353         * doc/hu/xnc.hlp: Likewise.
1354         * configure.in: Adjust for the above.
1356         * doc/mc.1.in: Add node names.  Remove redundant paragraph
1357         breaks at the start and the end of the sections.  Mention
1358         "stalelink" as color keyword.
1360 2002-10-14  Pavel Roskin  <proski@gnu.org>
1362         * lib/mc.ext.in: Don't use "-dump" option with "links".
1363         From David Martin <dmartina@excite.com>
1365 2002-10-13  Pavel Roskin  <proski@gnu.org>
1367         * lib/mc.hint*: Remove all references to "-1" - hints file is no
1368         substitute to unambiguous GUI.
1369         From Christian Laubscher <christian.laubscher@tiscalinet.ch>
1371 2002-10-12  Pavel Roskin  <proski@gnu.org>
1373         * lib/mc.ext.in: Redirect stderr from "links" to suppress a
1374         warning if it's not found.
1376 2002-10-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
1378         * doc/mc.1.in (SMB File System): Username is allowed in
1379         URLs now (/#smb:[user@]machine).
1380         * doc/ru/mc.1.in: Likewise.
1382 2002-10-08  Pavel Roskin  <proski@gnu.org>
1384         * configure.in: Rename RH_VERSION to RPM_VERSION - not every
1385         rpm-based system is Red Hat.  Replace all dashes, not just one.
1387         * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
1388         termcap if terminfo is missing in the known locations.
1389         * configure.in: Remove --with-termcap processing, it is now in
1390         acinclude.m4.
1392 2002-10-02  Pavel Roskin  <proski@gnu.org>
1394         * syntax/syntax.syntax: Fix highlighting for "gray".
1396 2002-10-01  Pavel Roskin  <proski@gnu.org>
1398         * configure.in: Expand $bindir and $datadir to show at the end.
1399         Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
1401 2002-09-29  Pavel Roskin  <proski@gnu.org>
1403         * configure.in: Remove the argument from --with-gpm-mouse.  The
1404         directories for include files and libraries can be specified
1405         using LDFLAGS and CPPFLAGS, as documented in the output of
1406         "configure --help".
1408         * configure.in: Complete rewrite of the screen library support.
1409         Add new option --with-screen instead on --with-slang,
1410         --with-included-slang and --with-ncurses.  Only allow
1411         --with-termcap is using the included S-Lang library.
1412         * aclocal.m4: Corresponding changes.
1414         * syntax/mail.syntax: Replace "wholechars right" and "wholechars
1415         left" with single "wholechars".
1416         * syntax/nroff.syntax: Likewise.
1417         * syntax/sh.syntax: Likewise.
1418         * syntax/tcl.syntax: Likewise.
1420         * syntax/*.syntax: Remove numeric Cooledit colors.  It's
1421         unreasonable to require them to be correct.  On the other hand,
1422         Cooledit can easily be changed to accept named color names.
1424         * syntax/syntax.syntax: Don't require Cooledit colors for
1425         highlighting color names.  Remove Cooledit colors.
1427         * syntax/m4.syntax: Don't use yellow color on parentheses, since
1428         it interferes with parentheses highlighting.  Remove list of
1429         supported Autoconf macros.
1431 2002-09-26  Pavel Roskin  <proski@gnu.org>
1433         * syntax/syntax.syntax: Remove highlighting for numbers - it's
1434         for Cooledit only.
1436         * syntax/c.syntax: Require at least one space at the beginning
1437         of indented cpp directives.  Use brightmagenta for them.
1439         * syntax/syntax.syntax: Don't start keywords with "\[" - it
1440         doesn't work.  Use "\[\]" at the end of keywords to suppress
1441         their special meaning.
1443 2002-09-22  Pavel Roskin  <proski@gnu.org>
1445         * doc/Makefile.am: Remove width from the man2hlp command line.
1446         The same for translations.
1448         * configure.in: Remove support for HSC proxy - it's obsolete.
1449         Remove all references to HSC proxy everywhere.
1451 2002-09-21  Pavel Roskin  <proski@gnu.org>
1453         * configure.in: Bump version to 4.6.0-pre1b.
1455         * doc/hu/mc.hlp.hu: Rename to ...
1456         * doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
1457         * configure.in: Substitute doc/hu/mc.hlp.hu.
1458         * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
1460         * doc/mc.1.in: Update path to the data files.  Rename MC_LIBDIR
1461         to MC_DATADIR.  Make the same changes in the translations.
1463         * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
1464         directory for architecture-independent files.
1466 2002-09-19  Pavel Roskin  <proski@gnu.org>
1468         * syntax/m4.syntax: New file.
1469         * syntax/Syntax: Add m4.syntax.
1470         * syntax/Makefile.am: Likewise.
1471         From Vlad Romanenko <VladRomanenko@ukr.net>
1473         * syntax/sql.syntax: Only recognize non-standard MySQL comments
1474         at the beginning of line.
1476 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
1478         * syntax/syntax.syntax: Add "linestart" for "context",
1479         "context default" and "context exclusive" keywords.
1480         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
1481         and "%5.5s" formats.
1483 2002-09-18  Pavel Roskin  <proski@gnu.org>
1485         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
1486         rules for syntax files ...
1487         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
1488         and "include" keywords.
1489         * syntax/Makefile.am: Add syntax.syntax.
1491 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
1493         * syntax/js.syntax: Advanced number highlighting.
1495 2002-09-17  Pavel Roskin  <proski@gnu.org>
1497         * syntax/c.syntax: Highlight "?" by the same color as ":".
1498         * syntax/java.syntax: Likewise.
1499         * syntax/swig.syntax: Likewise.
1500         * syntax/python.syntax: Remove duplicate keyword ":".
1502         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
1503         m4 directory is used by aclocal.
1504         * m4/Makefile.am: New file.
1505         * configure.in: Substitute m4/Makefile.
1506         * autogen.sh: Don't copy any macro files, use m4 directory.
1508         * syntax/Makefile.am: Add js.syntax.
1510         * configure.in: Add support for glib 2.x.  Right now, it has to
1511         be explicitly enabled by `--with-glib2'.
1512         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
1514 2002-09-16  Pavel Roskin  <proski@gnu.org>
1516         * syntax/js.syntax: New file.
1517         * syntax/Syntax: Add js.syntax.
1518         From Vlad Romanenko <VladRomanenko@ukr.net>
1520 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
1522         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
1523         of local xnc.hlp
1524         * doc/pl/xnc.hlp: Removed.
1526 2002-09-13  Pavel Roskin  <proski@gnu.org>
1528         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
1529         Remove "potfiles" command.
1530         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
1531         compatibility with gettext 0.10.x.
1533         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
1534         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
1536         * po/Makevars: New file for compatibility with gettext 0.11.x.
1538         * configure.in: Remove "Debugger code" message.
1540         * acinclude.m4: Replace undelfs_o with use_undelfs.
1541         * configure.in: Likewise.  Don't substitute it.
1543         * configure.in: Simplify processing of without-edit.  Replace
1544         several variables with use_edit.
1545         * acinclude.m4: Remove AC_WITH_EDIT.
1547         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
1548         use_smbfs.
1549         * configure.in: Likewise.
1550         * INSTALL: Document --with-samba.
1552         * configure.in: Roll --enable-mcserv-install into ...
1553         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
1554         * INSTALL: Document --with-mcfs.
1556 2002-09-12  Pavel Roskin  <proski@gnu.org>
1558         * configure.in: Don't check if crypt() prototype is needed to
1559         avoid warnings - the whole code is not worth avoiding one
1560         legitimate warning.
1561         * acinclude.m4: Remove AC_TRY_WARNINGS.
1563         * configure.in: ALL_LINGUAS should be defined unconditionally.
1565         * acinclude.m4: Clarify some help texts, add defaults in square
1566         brackets, use more consistent spacing.
1567         * configure.in: Likewise.
1569         * lib/mc.menu: Don't call tarballs "releases".  Don't
1570         dereference symlinks.
1572 2002-09-10  Pavel Roskin  <proski@gnu.org>
1574         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
1576 2002-09-07  Pavel Roskin  <proski@gnu.org>
1578         * configure.in: Eliminate --with-terminfo option, which was
1579         essentially equivalent to --with-included-slang and didn't force
1580         anything.
1581         * acinclude.m4 (AC_USE_TERMINFO): Remove.
1582         * INSTALL: Adjust to match.
1583         * FAQ: Likewise.
1585 2002-09-05  Pavel Roskin  <proski@gnu.org>
1587         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
1588         NETFILES - it's unused.
1590         * configure.in: Check for arpa/inet.h.
1592         * mcfn_install: Remove.  Also remove all references to it.
1593         * INSTALL.FAST: Update information about ncurses.
1594         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
1596         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
1597         LIBS.
1598         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
1599         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
1600         test for ncurses in non-standard directories.
1602 2002-09-04  Pavel Roskin  <proski@gnu.org>
1604         * lib/mc.ext.in: Remove edit rules for compressed files that
1605         were compressing even unchanged files - the editor itself can
1606         handle compression better.
1608 2002-09-03  Pavel Roskin  <proski@gnu.org>
1610         * acinclude.m4: Remove Termnet support, it's too old and obscure
1611         to be supported properly.
1613 2002-08-27  Pavel Roskin  <proski@gnu.org>
1615         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
1616         OpenOffice.org, not StarOffice.  Add more video formats.
1618         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
1619         unnecessary pipeline.  Redirect stderr from cpio, because it can
1620         be non-empty even for successful operations.
1622 2002-08-26  Pavel Roskin  <proski@gnu.org>
1624         * syntax/spec.syntax: New file.
1625         * syntax/Syntax: Add spec.syntax.
1626         * syntax/Makefile.am: Likewise.
1627         From PLD Linux Distribution with minor changes.
1629 2002-08-25  Pavel Roskin  <proski@gnu.org>
1631         * lib/mcserv.init: Update from Red Hat package.
1632         * lib/mcserv.pamd: Likewise.
1634         * configure.in: Fix interpretation of the iconv test result.
1635         Reported by Pavel Shirshov <me@pavelsh.pp.ru>
1637         * mc.sh.in: Only bash needs the mc() function to be exported.
1639         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
1640         instead of /usr where appropriate.
1641         * doc/Makefile.am: Enable generation of the help file.
1643         * doc/pl/*: Add Polish translation.
1644         * doc/Makefile.am: Adjust for the above.
1645         * configure.in: Likewise.
1647 2002-08-24  Pavel Roskin  <proski@gnu.org>
1649         * lib/edit.indent.rc: Use tidy to format HTML.
1650         From David Martin <dmartina@excite.com>
1652         * lib/cedit.menu: Remove all references to the error file.
1653         * lib/edit.indent.rc: Likewise.
1654         * lib/edit.spell.rc: Likewise.
1656 2002-08-23  Pavel Roskin  <proski@gnu.org>
1658         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
1659         use only for the programs that need it (mc and mcserv).
1661         * configure.in: Fix help text for gpm and ncurses.  Properly
1662         handle --without-ncurses.
1663         Reported by Moritz Barsnick <moritz@barsnick.net>
1665         * configure.in: Work around a bug in Autoconf-2.53 that prevents
1666         splitting of user-specified path in AC_PATH_PROGS.
1668         * configure.in: Move glib test earlier, as it tends to fail for
1669         many users.  Make GLIB_CONFIG a precious variable.  Check for
1670         glib12-config - that's how it's called on FreeBSD.
1671         Reported by Pavel Shirshov <me@pavelsh.pp.ru>
1673 2002-08-22  Pavel Roskin  <proski@gnu.org>
1675         * configure.in: Remove old-style Linux-only support for shadow
1676         passwords.
1678 2002-08-21  Pavel Roskin  <proski@gnu.org>
1680         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
1681         now, otherwise Automake 1.5 breaks.  Remove version number from
1682         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
1683         Substitute RH_VERSION, which is VERSION without dashes, needed
1684         for RedHat specfile.
1686         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
1687         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
1688         two places.
1690         Release mc-4.6.0-pre1.
1692         * configure.in: Bump version to 4.6.0-pre1.
1693         * po/*.po: Regenerate.
1695 2002-08-20  David Martin  <dmartina@excite.com>
1697         * doc/es/mc.1.in: Minor changes.
1698         * doc/es/xnc.hlp: Likewise.
1700 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1702         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
1703         %{_mandir}/*/man1/*.
1705 2002-08-20  Pavel Roskin  <proski@gnu.org>
1707         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
1709 2002-08-19  Pavel Roskin  <proski@gnu.org>
1711         * configure.in: Add Italian documentation.
1712         * doc/Makefile.am: Likewise.
1714         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
1716         * configure.in: Enable subshell support on all operating systems
1717         by default.  Old issues are most likely solved by now.
1719 2002-08-18  Pavel Roskin  <proski@gnu.org>
1721         * lib/mc.ext.in: Try links before lynx.  Force full path when
1722         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
1723         is already broken if the program starts in background.  Add a
1724         comment discouraging taking this code as example.
1726         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
1727         obsolete.
1728         * doc/es/mc.1.in: Likewise.
1729         * doc/ru/mc.1.in: Likewise.
1730         * doc/hu/mc.hlp.hu: Likewise.
1732         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
1733         was unsafe by design and is no longer supported.  Use %t instead
1734         of %u to preserve tags in case of failure.
1736         * vfs/extfs/ftplist.in: Remove support for running commands, it
1737         makes no sense.
1739 2002-08-16  Pavel Roskin  <proski@gnu.org>
1741         * lib/mc.global: Remove, it duplicates the role of mc.lib.
1742         * lib/mc.lib: Add contents of mc.global.
1743         * lib/Makefile.am: Remove all references to mc.global.
1745         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
1746         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
1748 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
1750         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
1751         set, umask and unset like other builtin commands.
1753 2002-08-15  Pavel Roskin  <proski@gnu.org>
1755         * configure.in: Remove check for SIGTSTP, it's not needed for
1756         the subshell support.
1758         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
1759         done at runtime.
1760         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
1762 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
1764         * doc/ru/mc.1.in: Remove reference to README.edit.
1765         * doc/mc.1.in: Likewise.
1766         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
1767         everywhere.
1769 2002-08-14  Pavel Roskin  <proski@gnu.org>
1771         * doc/mc.1.in: Consistently use "native" ftp syntax.
1772         * doc/ru/mc.1.in: Likewise.
1773         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
1774         * doc/es/xnc.hlp: Likewise.
1776         * lib/mc.hlp.hu: Move ...
1777         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
1779 2002-08-09  Pavel Roskin  <proski@gnu.org>
1781         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
1782         and entries that are obsolete or make no sense.
1784         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
1785         "How to use help".
1787         * doc/Makefile.am: Don't distribute help file.  Generate it in
1788         the build directory.
1789         * doc/es/Makefile.am: Likewise.
1790         * doc/ru/Makefile.am: Likewise.
1792         * lib/xnc.hlp: Move ...
1793         * doc/xnc.hlp: ... here.
1794         * doc/Makefile.am: Necessary adjustments.
1795         * lib/Makefile.am: Likewise.
1796         * src/Makefile.am: Likewise.
1798         * configure.in: Add Spanish documentation.
1799         * doc/Makefile.am: Likewise.
1800         * doc/es: Spanish documentation.
1801         From David Martin <dmartina@excite.com>
1803 2002-08-08  Pavel Roskin  <proski@gnu.org>
1805         * lib/mc.lib: Add f11-f20 keys for Konsole.
1807 2002-08-06  Pavel Roskin  <proski@gnu.org>
1809         * syntax/lisp.syntax: New file.
1810         * syntax/Syntax: Add lisp.syntax.
1811         * syntax/Makefile.am: Likewise.
1812         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
1813         changes.
1815 2002-08-04  Pavel Roskin  <proski@gnu.org>
1817         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
1818         subshell if this test fails.
1820 2002-08-03  Pavel Roskin  <proski@gnu.org>
1822         * syntax/mail.syntax: Colors changed to be more readable.
1824         * syntax/html.syntax: Don't require character entities to be
1825         whole, but check their validity.
1827 2002-08-02  Pavel Roskin  <proski@gnu.org>
1829         * configure.in: No longer need to define REGEX_MALLOC.
1831 2002-08-01  Pavel Roskin  <proski@gnu.org>
1833         * configure.in: Remove support for MAD and Electric Fence.
1834         Developers should use modern memory debuggers (e.g. Valgrind).
1835         * INSTALL: Remove references to MAD.
1837 2002-07-31  Pavel Roskin  <proski@gnu.org>
1839         * syntax/html.syntax: Remove recognition for any individual
1840         words - there are too many of them, we cannot keep up.
1842 2002-07-30  Pavel Roskin  <proski@gnu.org>
1844         * doc/ru/Makefile.am: Use man2hlp directly.
1846 2002-07-28  Pavel Roskin  <proski@gnu.org>
1848         * syntax/changelog.syntax: Highlight "*" only after tab.  This
1849         requires fixed syntax highlighting.
1851         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
1852         default. Open *.xls with gnumeric.  Use mplayer for most video
1853         formats.
1855         * syntax/nroff.syntax: Require most keywords to be whole.
1857 2002-07-21  Pavel Roskin  <proski@gnu.org>
1859         * syntax/fortran.syntax: Fix highlighting of "*" at the
1860         beginning of line.  Recognize "     +" as continuation.  Move
1861         all "linestart" keywords earlier to avoid more conflicts.
1863 2002-07-18  Pavel Roskin  <proski@gnu.org>
1865         * syntax/unknown.syntax: Don't highlight anything by default.
1867         * syntax/changelog.syntax: Highlight functions without
1868         filenames.
1869         * syntax/Syntax: Match *ChangeLog*.
1871         * syntax/c.syntax: Reenable highlighting for "/" and preserve
1872         highlighting for "//" comments by using exclusive context.
1873         * syntax/java.syntax: Likewise.
1874         * syntax/swig.syntax: Likewise.
1875         * syntax/slang.syntax: Reenable highlighting for "/".
1876         * syntax/sql.syntax: Enable highlighting for "/" and "-".
1878         * syntax/sql.syntax: New file.
1879         * syntax/Syntax: Add sql.syntax.
1880         * syntax/Makefile.am: Likewise.
1881         From Walery Studennikov <despair@sama.ru> with minor changes.
1883 2002-07-16  Pavel Roskin  <proski@gnu.org>
1885         * lib/mc.ext.in: Remove handling of executables.  They should
1886         be handled internally for "pause after run" to work.
1888         * syntax/Syntax: Associate *.itcl with tcl.syntax.
1889         * syntax/tcl.syntax: Add itcl keywords, other improvements.
1891 2002-07-15  Pavel Roskin  <proski@gnu.org>
1893         * configure.in: Don't check for strcasecmp(), strncasecmp() and
1894         strdup() - test results are not used except in gettext, which
1895         provides its own tests.
1897         * configure.in: When checking for ncurses, check for
1898         has_colors(), not curses_version() - the later is missing in
1899         older version of ncurses.
1901 2002-07-13  Pavel Roskin  <proski@gnu.org>
1903         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
1904         not to LIBS.
1905         * configure.in: Fix breakage in ncurses headers check from the
1906         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
1907         Define REGEX_MALLOC here.
1909         * acinclude.m4 (AC_NCURSES): Remove.
1910         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
1911         AC_CHECK_LIB to check existence of ncurses library.  Eliminate
1912         variables force_ncurses and search_ncurses.
1914 2002-07-10  Pavel Roskin  <proski@gnu.org>
1916         * configure.in: Remove --with-netrc, it is now default and can
1917         be disabled at the runtime.
1919         * syntax/tcl.syntax: New file.
1920         * syntax/Syntax: Add tcl.syntax.
1921         * syntax/Makefile.am: Likewise.
1922         * syntax/java.syntax: Don't treat #define separately from other
1923         preprocessor directives.
1924         * syntax/slang.syntax: Likewise.
1925         * syntax/swig.syntax: Likewise.
1927 2002-07-09  Pavel Roskin  <proski@gnu.org>
1929         * syntax/c.syntax: Don't treat #define separately from other
1930         preprocessor directives.
1932 2002-07-08  Pavel Roskin  <proski@gnu.org>
1934         * syntax/perl.syntax: Highlight text after __END__ as a comment.
1935         * syntax/po.syntax: Avoid gray color, which is hard to see.
1937 2002-07-05  Pavel Roskin  <proski@gnu.org>
1939         * syntax/dos.syntax: Add more commands.
1941 2002-07-04  Pavel Roskin  <proski@gnu.org>
1943         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
1944         sort authors.
1946 2002-06-24  Pavel Roskin  <proski@gnu.org>
1948         * syntax/dos.syntax: New file - highlighting for DOS batch
1949         files.  From Petr Kozelka <pkozelka@centrum.cz>
1950         * syntax/Syntax: Add dos.syntax.
1951         * syntax/Makefile.am: Likewise.
1953 2002-06-04  Max Schedriviy  <max@humgat.org>
1955         * syntax/php.syntax: New version.
1957 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
1959         * NEWS: Mention ftpfs/fish uploading changes and new configure
1960         options --with-codepagedir=DIR, --with-configdir=DIR and
1961         --without-mcfs.
1963 2002-05-22  Pavel Roskin  <proski@gnu.org>
1965         * doc/ru/Makefile.am: Fix out-of-tree build.
1967 2002-05-14  Pavel Roskin  <proski@gnu.org>
1969         * configure.in: Fix logic for gettext 0.10.x.
1971 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
1973         * configure.in: Don't generate po/Makefile if
1974         there is 'top_builddir' in po/Makefile.in.
1975         * autogen.sh: More fixes for gettext 0.11+.
1977 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
1979         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
1981 2002-04-21  Pavel Roskin  <proski@gnu.org>
1983         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
1984         can play them.
1986 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
1988         * autogen.sh: Fix for gettext 0.11 family (and newer).
1990 2002-04-08  Pavel Roskin  <proski@gnu.org>
1992         * autogen.sh: Allow gettext newer than 0.10.39.
1993         From Björn Eriksson <bjorn@bjornen.nu>
1995 2002-04-03  Pavel Roskin  <proski@gnu.org>
1997         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
1998         by "make clean" because not everyone has Perl to rebuild it.
2000 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
2002         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
2003         first line regular expression.
2005 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
2007         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
2008         or newer is not used.
2009         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
2011         * src/Makefile.am: Move mc.hlp.ru processing ...
2012         * doc/ru/Makefile.am: ... here.
2014 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
2016         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
2017         * syntax/c.syntax: Highlight "%p" printf format.
2018         Allow '*' as width and precision for strings and numbers.
2020         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
2021         * doc/ru/mc.1.in: Likewise.
2023 2002-03-18  Pavel Roskin  <proski@gnu.org>
2025         * doc/ru/Makefile.am: Distribute xnc.hlp.
2027 2002-03-12  Pavel Roskin  <proski@gnu.org>
2029         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
2031 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
2033         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
2034         * doc/ru/Makefile.am: New file.
2036 2002-03-08  Pavel Roskin  <proski@gnu.org>
2038         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
2040 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
2042         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
2044 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
2046         * doc/mc.1.in: Use nodename `Background jobs' for section
2047         `Background Jobs' to reflect user visible Command menu option
2048         and src/cmd.c dialog implementation.
2050         * doc/ru: New directory for Russian manuals.
2051         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
2052         translated by Victor A. Kostromin for mc 4.5.30.  Converted
2053         from binary mc.hlp.ru, corrected and actualized by me.
2054         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
2055         * doc/ru/.cvsignore: Ignore mc.1.
2057 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
2059         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
2060         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
2061         mc.lib settings.
2063         (Virtual File System): Document SMB File System.
2065 2002-02-26  Pavel Roskin  <proski@gnu.org>
2067         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
2068         message "no symbol found" for unsupported architectures and
2069         provide more useful information.
2071 2002-02-22  Pavel Roskin  <proski@gnu.org>
2073         * README.smbfs: Remove.  It contained no useful information
2074         and the webpage is now dead.
2075         * Makefile.am: Remove README.smbfs.
2077         * README: Mention that glib 1.2.x is required.
2079 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
2081         * lib/edit.indent.rc: Use "#! /bin/sh"
2082         * lib/edit.spell.rc: Likewise.
2083         * lib/mcserv.init: Likewise.
2085         * lib/cedit.menu: Eliminate bashisms.
2086         Add missed `:' in AUTHOR evaluation.
2087         Unset LANGUAGE and make LC_ALL empty.
2088         Use "#! /path/to/program".
2090 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
2092         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
2093         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
2094         Fix tarfs URL syntax example.  Minor typo and format fixes.
2096 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
2098         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
2099         Fix location of configuration files.
2101 2002-02-05  Pavel Roskin  <proski@gnu.org>
2103         * configure.in: Don't use defunct ncurses_version.
2104         Reported by Thomas Dickey <dickey@herndon4.his.com>
2105         Set force_ncurses whenever --with-ncurses is used.  If set,
2106         suppress checks for S-Lang and fail is ncurses is not found.
2108         * configure.in: Introduce a new variable screen_type that is
2109         either "slang" or "ncurses" without additional text.  Use it
2110         instead of screen_manager whenever possible.  Fix text in
2111         AC_NCURSES call, use m4 quotes and move shell quotes into the
2112         macro.
2113         * acinclude.m4: Likewise.
2115 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
2117         * syntax/Syntax: Known Delphi/Kylix source file extensions
2118         supported (*.dpr, *.inc).
2119         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
2120         Special highlighting for CVS keywords.  Understands single-line
2121         comments (//).
2123 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
2125         * configure.in (ALL_LINGUAS): Added "bg"
2127 2002-01-21  Pavel Roskin  <proski@gnu.org>
2129         * NEWS: Mention word completion in the editor.
2131 2002-01-17  Pavel Roskin  <proski@gnu.org>
2133         * extraconf.h: Remove OS/2 specific code.
2135         * doc/mc.1.in (Configuration): Clarify some entries.
2137 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
2139         * acinclude.m4: New options for smbfs:
2140         --with-configdir=DIR    Where the Samba configuration files are (/etc)
2141         --with-codepagedir=DIR  Where the Samba codepage files are
2143 2002-01-11  Pavel Roskin  <proski@gnu.org>
2145         * syntax/xml.syntax: New file - highlighting for XML.
2146         From Petr Kozelka <pkozelka@centrum.cz>
2147         * syntax/Syntax: Add xml.syntax.
2148         * syntax/Makefile.am: Likewise.
2150 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
2152         * configure.in: Added "eu" to ALL_LINGUAS.
2154 2002-01-03  Pavel Roskin  <proski@gnu.org>
2156         * lib/mc.menu: Correct quoting.
2157         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
2159         * NEWS: Mention removal of the OS/2 port.
2160         * README.PC: Remove OS/2 specific parts.
2162 2002-01-02  Pavel Roskin  <proski@gnu.org>
2164         * configure.in: Make help about --with-subshell easier to
2165         understand.  Minor alignment fixes for the help.
2166         * acinclude.m4: Minor alignment fixes for the help.
2168 2001-12-31  Pavel Roskin  <proski@gnu.org>
2170         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
2171         from vfs/Make-mc.in.
2173 2001-12-27  Duarte Loreto  <happyguy_pt@hotmail.com>
2175         * configure.in: Added Portuguese to ALL_LINGUAS
2177 2001-12-21  Pavel Roskin  <proski@gnu.org>
2179         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
2180         Don't remove slang/slang.h - it's never created.
2182         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
2183         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
2184         unused.
2186 2001-12-01  Wang Jian  <lark@linux.net.cn>
2188         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
2190 2001-11-29  Pavel Roskin  <proski@gnu.org>
2192         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
2194 2001-11-27  Pavel Roskin  <proski@gnu.org>
2196         * lib/mc.ext.in: When running X programs in background, do it
2197         from subshell.  Otherwise some of them terminate when mc exits.
2198         Reported by Christian Dysthe <christian@dysthe.net>
2199         Remove some obsolete and gmc-specific entries.  Use StarOffice
2200         to open files detected as "Microsoft Office Document".
2202         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
2203         XFree86 4.1.0.
2205 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
2207         * doc/mcedit.1.in: Fix help file location.
2209 2001-11-14  Pavel Roskin  <proski@gnu.org>
2211         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
2212         fallback to ino_t for e2fsprogs version 1.19 and older.
2214 2001-10-30  Pavel Roskin  <proski@gnu.org>
2216         * lib/mc.ext.in: Add support for Netpbm files.
2218 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
2220         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
2221         http://bugzilla.gnome.org/show_bug.cgi?id=60935
2222         By drk@sgi.com.
2224         * doc/mc.1.in: Document %p macro.
2226 2001-10-24  Pavel Roskin  <proski@gnu.org>
2228         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
2229         Allow using --without-mmap.
2230         * INSTALL: Document --without-mmap.
2232 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
2234         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
2235         of languages to be installed by setting env variable before
2236         configure. If it is empty, it defaults to full list.
2237         By Alex Tkachenko <alex@bcs.zp.ua>.
2239 2001-10-19  Pavel Roskin  <proski@gnu.org>
2241         * syntax/sh.syntax: Highlight reserved words inside backticks.
2242         Use the same wholechars settings for reserved words and
2243         commands.  Recognize more words.  Recognize function definitions
2244         without "function" or without "()".  Use brightmagenta instead
2245         of brightblue.
2247 2001-10-18  Pavel Roskin  <proski@gnu.org>
2249         * configure.in: When checking for "nroff -mandoc" support, don't
2250         use /dev/null as input file, use stdin.  Some versions of nroff
2251         (e.g. groff-1.16.1) don't accept special files.
2253 2001-10-14  Pavel Roskin  <proski@gnu.org>
2255         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
2256         Makefile.  Don't allow any suffixes after "Makefile".
2258 2001-10-12  Pavel Roskin  <proski@gnu.org>
2260         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
2261         format).
2263 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
2265         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
2266         Fix compress<->bzip2 conversion and conversion of tagged
2267         archives.
2269 2001-10-05  Pavel Roskin  <proski@gnu.org>
2271         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
2272         Suggested by Marcel Pol <mpol@gmx.net>
2274         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
2275         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
2276         and *.mid files.
2278 2001-09-30  Pavel Roskin  <proski@gnu.org>
2280         * configure.in: Don't check whether grep supports stdin - it's
2281         not used anymore.
2282         * NEWS: Mention this change.
2284 2001-09-19  Pavel Roskin  <proski@gnu.org>
2286         * doc/mcedit.1.in: Fix a very long line - use double
2287         backslashes since they are interpreted even in the .nf blocks.
2289         * lib/edit.spell.rc: Try aspell before resorting to ispell.
2291         * syntax/php.syntax: Replace with a better implementation by
2292         Max Schedriviy <max@tavrida.net>
2294 2001-09-15  Pavel Roskin  <proski@gnu.org>
2296         * doc/mc.1.in: Fix location of mcedit files.
2297         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
2299 2001-09-14  Pavel Roskin  <proski@gnu.org>
2301         * configure.in: Don't check for ncurses version and for keyok()
2302         because the mouse support code doesn't need this hack anymore.
2304 2001-09-13  Pavel Roskin  <proski@gnu.org>
2306         * configure.in: Fix some cases of overquoting and underquoting.
2307         * acinclude.m4: Likewise.
2309 2001-09-12  Pavel Roskin  <proski@gnu.org>
2311         * configure.in: Update list of browsers.  Don't fallback to
2312         lynx since it cannot be run in background.
2313         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
2314         If no browser for X11 was found, use lynx.
2316         * autogen.sh: Add a workaround to ensure that "depcomp" is
2317         distributed.
2318         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
2319         where appropriate.
2320         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
2321         terminfo.
2323         * configure.in: Use three-argument form of AC_INIT.  Use
2324         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
2325         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
2326         is not needed if AC_CONFIG_AUX_DIR is used.
2327         * vfs/Make-mc.in: Adjust mkinstalldirs location.
2328         * autogen.sh: Create "config" and remove "autom4te.cache".
2330 2001-09-11  Pavel Roskin  <proski@gnu.org>
2332         * syntax/Syntax: New file, extracted from edit/syntax.c.
2333         * syntax/Makefile.am: Add Syntax.
2335         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
2336         to LIBS.  Don't use unportable "grep -q", use "case" instead.
2338 2001-09-10  Pavel Roskin  <proski@gnu.org>
2340         * configure.in: Only check for X if --with-tm-x-support has been
2341         specified.
2343         * configure.in: Add check for sys/ioctl.h.
2345         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
2347         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
2348         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
2349         testing for functions in ncurses.
2351         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
2352         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
2353         * acconfig.h: Remove.
2355         * configure.in: Eliminate LIBSLANG and LSLANG.
2356         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
2358         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
2359         resizeterm() and keyok() only if configuring with ncurses.
2361         * configure.in: Remove now unused variables LIBVFS and LVFS.
2363         * configure.in: Remove unused variables LINTL and INTLDEPS.
2365         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
2366         building with included gettext, because libintl.h is copied
2367         there.
2369 2001-09-09  Pavel Roskin  <proski@gnu.org>
2371         * NEWS: Update.
2373         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
2374         checks -lgen for getmntent as of Autoconf 2.52.
2376 2001-09-07  Pavel Roskin  <proski@gnu.org>
2378         * configure.in: Check for pwd.h.
2380         * Make.common.in: Remove.
2381         * configure.in: Remove all references to Make.common.in and
2382         MCCPPFLAGS.
2383         * aclocal.m4: Likewise.
2385         * configure.in: Require Autoconf 2.52.  Remove hacks for
2386         Autoconf 2.13.
2387         * Makefile.am: Require Automake 1.5.
2389 2001-09-06  Pavel Roskin  <proski@gnu.org>
2391         * syntax/php.syntax: New file - PHP file highlighting.  Copied
2392         from Cooledit 3.17.4.
2393         * syntax/Makefile.am: Add php.syntax.
2395 2001-09-06  Timur Bakeyev  <mc@bat.ru>
2397         * acconfig.h: Brought back couple of symbols, that are still necessary
2398         due reference to them from configure.in.
2400 2001-09-04  Pavel Roskin  <proski@gnu.org>
2402         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
2403         strictness for dates.
2405         * doc/mc.1.in: Fix troff warnings.
2406         * doc/mcedit.1.in: Likewise.
2408 2001-09-03  Pavel Roskin  <proski@gnu.org>
2410         * doc/mc.1.in: Spellcheck.
2411         * doc/mcedit.1.in: Likewise.
2412         * doc/mcserv.8.in: Likewise.
2414         * doc/mc.1.in (Learn Keys): Complete rewrite.
2416 2001-09-02  Pavel Roskin  <proski@gnu.org>
2418         * acconfig.h: Remove all unused symbols.
2420         * lib/ncurses.h: Remove.
2421         * lib/Makefile.am: Remove ncurses.h.
2423 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
2425         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
2427 2001-08-28  Pavel Roskin  <proski@gnu.org>
2429         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
2430         like EOF.
2432 2001-08-26  Pavel Roskin  <proski@gnu.org>
2434         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
2435         CONS_SAVER.  Put all conditionals together.
2437         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
2438         Automake 1.5.
2440         * configure.in: Remove XCURSES variable - it's unused.
2442         * configure.in: New conditional USE_EDIT.
2444         * syntax/changelog.syntax: Don't require '@' to be in the
2445         address.  This also works around a bug in the syntax engine
2446         that prevented highlighting of addresses.
2448 2001-08-25  Pavel Roskin  <proski@gnu.org>
2450         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
2452 2001-08-24  Pavel Roskin  <proski@gnu.org>
2454         * extraconf.h: Remove all references to HAVE_X.
2455         * acinclude.m4: s/GNOME_/MC_/
2456         * configure.in: Likewise.  Remove or clarify all references to
2457         the "text edition".  Minor fixes.
2459         * configure.in: Remove support for curses libraries other than
2460         ncurses.
2461         * acinclude.m4: Likewise.
2462         * FAQ: Remove everything about UNIX curses.
2463         * INSTALL: Likewise.
2465         * configure.in: Enable large file support by default.
2466         * NEWS: Mention it.
2467         * INSTALL: Document it.  Minor fixes.
2469         * FAQ: Remove information about GNOME edition.  Minor fixes.
2470         * README: Likewise.
2471         * NEWS: Mention removing the GNOME edition.
2473         * acinclude.m4: Include all used macros from the macros
2474         directory.
2475         * autogen.sh: Remove all references to "macros".
2476         * Makefile.am: Likewise.
2478         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
2479         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
2481         * lib/startup.links: Remove.
2482         * lib/README.desktop: Likewise.
2483         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
2485         * configure.in: Bump version to 4.5.99a.
2487         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
2488         * po/*.po: Regenerate.
2490         * AUTHORS: Update and spell check.
2491         * FAQ: Likewise.
2492         * INSTALL: Likewise.
2493         * INSTALL.FAST: Likewise.
2494         * NEWS: Likewise.
2495         * README.PC: Likewise.
2496         * README.QNX: Likewise.
2498         * configure.in: Add check for stropts.h.
2500 2001-08-23  Pavel Roskin  <proski@gnu.org>
2502         * lib/edit.indent.rc: Create cooledit.error right away to
2503         override its old contents.  Don't use ksh extensions.  Treat *.C
2504         files as C++.  Recognize more C++ extensions.  Support java.
2505         Update URL for "astyle".  Quote all arguments to protect spaces.
2506         * lib/edit.spell.rc: Don't save terminal settings - mc does it
2507         itself.  Quote all arguments to protect spaces.
2509 2001-08-21  Pavel Roskin  <proski@gnu.org>
2511         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
2512         files if GNOME frontend is disabled.
2513         * idl/Makefile.am: Likewise.
2514         * lib/Makefile.am: Likewise.
2515         * new_icons/Makefile.am: Likewise.
2517         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
2518         case it already has gettext macros elsewhere and doesn't like
2519         duplicates (i.e. it's aclocal from Automake-1.4).
2521 2001-08-20  Pavel Roskin  <proski@gnu.org>
2523         * AUTHORS: Updated.
2524         * INSTALL: Likewise.
2525         * NEWS: Likewise.
2526         * doc/mc.1.in: Likewise.
2527         * doc/mcserv.8.in: Likewise.
2529         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
2530         for sys/mount.h.
2532 2001-08-19  Andras Timar  <timar@gnome.hu>
2534         * lib/Makefile.am: Added Hungarian hints
2535         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
2537 2001-08-19  Pavel Roskin  <proski@gnu.org>
2539         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
2541 2001-08-17  Pavel Roskin  <proski@gnu.org>
2543         * syntax/po.syntax: New file - PO file highlighting.
2544         From David Martin <dmartina@excite.es>
2545         * syntax/Makefile.am: Add po.syntax.
2547         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
2548         it's sometimes missing from the databases.
2550 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
2552         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
2553         * lib/Makefile.am: Reflect above change.
2555 2001-08-15  Pavel Roskin  <proski@gnu.org>
2557         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
2559 2001-08-14  Pavel Roskin  <proski@gnu.org>
2561         * lib/mc.lib: Add popular sequences for "home" and "end" in
2562         "xterm" and "xterm-color" terminals.
2564 2001-08-13  Pavel Roskin  <proski@gnu.org>
2566         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
2568         Replace "Can't" with "Cannot" everywhere.
2570 2001-08-12  Pavel Roskin  <proski@gnu.org>
2572         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
2573         subshell, not for "Open file...".
2574         (emacs_key_map): Likewise.
2576         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
2578 2001-08-10  Pavel Roskin  <proski@gnu.org>
2580         * Makefile.am (EXTRA_DIST): Remove BUGS.
2581         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
2583         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
2585         * doc/LSM: Remove, it's outdated.
2586         * doc/FILES: Likewise.
2587         * doc/DEVEL: Remove information about FILES.
2589         * FAQ: Eliminate all broken URLs on the MC site.
2590         From Frederic L. W. Meunier <0@pervalidus.net>
2592         * FAQ: Restore information about xterm.
2594 2001-08-08  Pavel Roskin  <proski@gnu.org>
2596         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
2598 2001-08-07  Pavel Roskin  <proski@gnu.org>
2600         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
2602         * doc/mc.1.in: Fix all broken links.
2604 2001-08-06  Pavel Roskin  <proski@gnu.org>
2606         * INSTALL: Numerous changes.  Declare old curses obsolete.
2607         Partly from Frederic L. W. Meunier <0@pervalidus.net>
2609         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
2611 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
2613         * lib/Makefile.am: Remove space after backslash introduced in the
2614         previous commit.
2616         * lib/mc.hint.zh_TW.Big5: New file.
2617         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
2619 2001-08-02  Pavel Roskin  <proski@gnu.org>
2621         * lib/mc.hint.uk: New file.
2622         From Maksym Polyakov <polyama@yahoo.com>
2623         * lib/Makefile.am: Add mc.hint.uk.
2625 2001-08-01  Pavel Roskin  <proski@gnu.org>
2627         * lib/mc.hint.nl: New file.
2628         From Steef Boerrigter <sxmboer@sci.kun.nl>
2629         * lib/Makefile.am: Add mc.hint.nl.
2630         * lib/mc.hint: Remove ftp site.  Update copyright.
2631         * lib/mc.hint.cs: Likewise.
2632         * lib/mc.hint.es: Likewise.
2633         * lib/mc.hint.it: Likewise.
2634         * lib/mc.hint.pl: Likewise.
2635         * lib/mc.hint.ru: Likewise.  Shorten some lines.
2637         * edit/Makefile.in: Allow running "make install" before "make all".
2638         * gtkedit/Makefile.in: Likewise.
2640 2001-07-31  Pavel Roskin  <proski@gnu.org>
2642         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
2643         editor.
2644         * lib/Makefile.am: Add lib/edit.spell.rc.
2646         * autogen.sh: Use gettextize.
2647         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
2648         * po/Makefile.in.in: Likewise.
2650 2001-07-29  Pavel Roskin  <proski@gnu.org>
2652         * syntax/slang.syntax: New file.
2653         From Walery Studennikov <despair@sama.ru>
2654         * syntax/Makefile.am: Add slang.syntax.
2656 2001-07-27  Pavel Roskin  <proski@gnu.org>
2658         * extraconf.h: Move WITH_BACKGROUND here.
2660 2001-07-24  Pavel Roskin  <proski@gnu.org>
2662         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
2664 2001-07-23  Pavel Roskin  <proski@gnu.org>
2666         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
2668 2001-07-20  Pavel Roskin  <proski@gnu.org>
2670         * Make.common.in: Move all defines ...
2671         * gnome/Makefile.in: ... here ...
2672         * src/Makefile.in: ... and here.
2674 2001-07-19  Pavel Roskin  <proski@gnu.org>
2676         * configure.in: Don't check for getwd, it's completely
2677         eliminated.
2678         * INSTALL: Remove reference to HAVE_GETWD.
2680         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
2681         entries for compressed cpio archives.
2683         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
2684         they were only used in obsolete frontends.  Don't ever use %view
2685         without commands - it's slower and loses user settings, e.g.
2686         hex mode.  Put shared libraries before man pages and read.me
2687         before .me macros so that they match correctly.  Use nm for
2688         shared libraries.  Add rules for StarOffice and AbiWord.
2690 2001-07-14  Pavel Roskin  <proski@gnu.org>
2692         * configure.in: Bump version to 4.5.54a.
2694 2001-07-13  Pavel Roskin  <proski@gnu.org>
2696         * lib/mcserv.init: Fix exit status.
2697         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
2699         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
2700         "executable", which should follow a space. Simplify rules for
2701         images. Add shell/ rule for *.info files. Fix all incorrect
2702         uses of the alternation operator.
2703         Reported by Oskar Liljeblad and Michel Casabona.
2705 2001-07-12  Pavel Roskin  <proski@gnu.org>
2707         * configure.in: Don't check for iconv, it's already checked for
2708         in AM_GNU_GETTEXT.
2710 2001-07-10  Pavel Roskin  <proski@gnu.org>
2712         * doc/mc.1.in: Update documentation about hex search.
2714         * edit/edit_key_translator.c (cooledit_key_map): Bind
2715         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
2716         From Steef Boerrigter <sxmboer@sci.kun.nl>
2718         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
2719         * edit/edit_key_translator.c (cooledit_key_map): Add support
2720         for bracket matching on Alt-B.
2721         * gtkedit/gtkeditkey.c: Likewise.
2722         From Steef Boerrigter <sxmboer@sci.kun.nl>
2724 2001-07-06  Pavel Roskin  <proski@gnu.org>
2726         * lib/mc.ext.in: Use nm to view object files.
2728         * Make.common.in: Remove GNOME-specific and unused definitions.
2729         Partly moved to gnome/Makefile.in.
2731         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
2732         they are usused.
2733         * Make.common.in: Likewise.
2735 2001-06-29  Pavel Roskin  <proski@gnu.org>
2737         * ABOUT-NLS: Update to the version from gettext-0.10.38.
2739         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
2740         now done in configure. Move -I.. to the beginning.
2741         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
2742         libintl.a may be required to link mc.
2743         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
2744         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
2745         Move all i18n code to one place. Don't substitute INTLSUB - it's
2746         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
2747         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
2749 2001-06-25  Pavel Roskin  <proski@gnu.org>
2751         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
2752         It should be enabled explicitly by giving `--enable-largefile'
2753         to configure.
2754         * INSTALL: Document it.
2756 2001-06-22  Pavel Roskin  <proski@gnu.org>
2758         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
2760         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
2761         in struct statfs.
2762         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
2764         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
2765         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
2766         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
2767         found.
2768         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
2770 2001-06-19  Pavel Roskin  <proski@gnu.org>
2772         * configure.in: Check for telldir and seekdir. Join adjacent
2773         calls to AC_CHECK_FUNCS.
2775 2001-06-16  Pavel Roskin  <proski@gnu.org>
2777         * Makefile.am: Change the order of SUBDIRS to fully compile text
2778         edition before compiling anything for GNOME.
2779         * mc.spec.in: Don't use brace expansion to avoid implicit
2780         build-time dependency on bash.
2782 2001-06-13  Pavel Roskin  <proski@gnu.org>
2784         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
2785         the test code.
2786         * configure.in: Fix compiler warnings in the arguments to
2787         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
2788         around `=' in the `test' command.
2790 2001-06-07  Pavel Roskin  <proski@gnu.org>
2792         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
2793         GNOME documentation template.
2794         * doc-gnome/C/mkhtml: Don't generate index.
2795         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
2797 2001-06-06  Pavel Roskin  <proski@gnu.org>
2799         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
2800         conditional variables from EXTRA_DIST.
2802 2001-06-05  Pavel Roskin  <proski@gnu.org>
2804         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
2805         conversion support.
2806         From Walery Studennikov <hqsoftware@mail.ru>.
2808         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
2810 2001-06-01  Pavel Roskin  <proski@gnu.org>
2812         * lib/mc.charsets: Synchronize with the latest patch - remove
2813         a comment.
2815 2001-05-30  Pavel Roskin  <proski@gnu.org>
2817         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
2818         work with GNOME.
2820         * lib/mc.charsets: New file. From Walery Studennikov.
2821         * lib/Makefile.am: Distribute mc.charsets. Install it if
2822         the charset support is enabled.
2824         * configure.in: Add check for iconv() and the necessary code
2825         to support the charset selection patch.
2827         * configure.in: Add check for ESCDELAY variable in ncurses.
2829 2001-05-29  Pavel Roskin  <proski@gnu.org>
2831         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
2832         USE_EXT2FSLIB.
2834         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
2835         * pc/config.h: Likewise.
2837         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
2838         and "strings". Recognize "write" files and MS Word templates.
2839         For MS Excel documents try "xls2csv" and "strings".
2840         Escape spaces in the "type" directives.
2841         From Nerijus Baliunas.
2843         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
2845         * Make.common.in: Remove hpath, it's unused.
2847         * acconfig.h: Move constant parts ...
2848         * extraconf.h: ... here.
2849         [HAVE_X]: Disable subshell, s-lang and curses.
2850         * Makefile.am: Add extraconf.h.
2852 2001-05-28  Pavel Roskin  <proski@gnu.org>
2854         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
2855         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
2856         * configure.in: ... here.
2858 2001-05-27  Pavel Roskin  <proski@gnu.org>
2860         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
2861         * acconfig.h: Likewise.
2862         * src/layout.c: Likewise.
2864         * Make.common.in: Remove all percent rules.
2865         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
2866         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
2867         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
2868         AM_INIT_AUTOMAKE.
2870         * Make.common.in: Remove obsolete dependency tracking system.
2871         * configure.in: Likewise.
2872         * edit/Makefile.in: Likewise.
2873         * gnome/Makefile.in: Likewise.
2874         * gtkedit/Makefile.in: Likewise.
2875         * slang/Makefile.in: Likewise.
2876         * src/Makefile.in: Likewise.
2877         * vfs/Make-mc.in: Likewise.
2878         * src/depend.awk: Remove.
2880 2001-05-26  Pavel Roskin  <proski@gnu.org>
2882         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
2883         * syntax/octave.syntax: New file. From Walery Studennikov.
2884         * syntax/Makefile.am: Add octave.syntax.
2886         * configure.in: Fix incorrect test for stdin support in grep -
2887         it would always fail when configuring in an empty directory.
2888         Portability fixes - unset, backslashed space in here-documents.
2889         Eliminate all instances of "changequote".
2891         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
2892         user choice.
2893         * acconfig.h: Changes for the above.
2894         * INSTALL: Don't document --with-sco - it's now defunct.
2895         * INSTALL.FAST: Likewise.
2897 2001-05-25  Pavel Roskin  <proski@gnu.org>
2899         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
2900         are in the beginning of the "file" output.
2902 2001-05-23  Pavel Roskin  <proski@gnu.org>
2904         * lib/mc.ext.in: Add associations for viewing RPM files.
2906 2001-05-22  Pavel Roskin  <proski@gnu.org>
2908         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
2909         By default exit after the first error in jade.
2911         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
2912         JADEFLAGS environment variables. Report progress. Clean up on
2913         failure.
2915 2001-05-21  Pavel Roskin  <proski@gnu.org>
2917         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
2918         files.
2920         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
2921         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
2923 2001-05-20  Pavel Roskin  <proski@gnu.org>
2925         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
2926         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
2927         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
2928         * doc-gnome/C/figs/Makefile.am: Add support for converting from
2929         PNG to EPS.
2931         * Makefile.am (EXTRA_DIST): Remove create_vcs.
2932         * doc/FILES: Likewise. Typo fix.
2934 2001-05-19  Pavel Roskin  <proski@gnu.org>
2936         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
2937         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
2938         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
2940         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
2941         index entry "Moving files".
2943 2001-05-18  Pavel Roskin  <proski@gnu.org>
2945         * configure.in: Use src/main.c in AC_INIT.
2947         * create_vcs: Remove.
2949         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
2950         Add download location for glib.
2951         * mc.spec.in: Likewise.
2952         * doc/LSM: Likewise.
2953         * doc/mc.1.in: Likewise.
2954         * doc/mcedit.1.in: Likewise.
2955         * src/ext.c: Don't mention download location for MC.
2957         * FAQ: Update status of Tk, XView. and GNOME editions. Update
2958         homepage of gpm.
2960         * INSTALL: Remove information about Tk and XView. Change the
2961         mailing list addresses again.
2962         * FAQ: Change the mailing list addresses again.
2963         * MAINTAINERS: Likewise.
2964         * README: Likewise.
2965         * doc/mc.1.in: Likewise.
2966         * gnome/gmc-window.c: Likewise.
2967         * lib/README.xterm: Likewise.
2968         * lib/mc.ext.in: Likewise.
2969         * lib/mc.hint*: Likewise.
2970         * lib/mc.hlp.hu: Likewise.
2971         * po/*.po: Likewise.
2972         * src/main.c: Likewise.
2974 2001-04-20  Pavel Roskin  <proski@gnu.org>
2976         * FAQ: Change the mailing list addresses and the download
2977         locations.
2978         * INSTALL: Likewise.
2979         * MAINTAINERS: Likewise.
2980         * README: Likewise.
2981         * doc/mc.1.in: Likewise.
2982         * gnome/gmc-window.c: Likewise.
2983         * lib/README.xterm: Likewise.
2984         * lib/mc.ext.in: Likewise.
2985         * lib/mc.hint*: Likewise.
2986         * lib/mc.hlp.hu: Likewise.
2987         * po/*.po: Likewise.
2988         * src/main.c: Likewise.
2990 2001-04-19  Pavel Roskin  <proski@gnu.org>
2992         * configure.in: Don't install mcserv unless
2993         "--enable-mcserv-install" has been specified.
2994         Don't quote the first argument in all calls to AM_CONDITIONAL
2995         to work around a bug in Automake 1.4.
2996         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
2997         * vfs/Make-mc.in: Likewise.
2999 2001-04-13  Pavel Roskin  <proski@gnu.org>
3001         * configure.in: Bump version to 4.5.53a.
3003 2001-04-06  Pavel Roskin  <proski@gnu.org>
3005         * gtkedit/editcmd.c: Remove support for XView layout attributes.
3006         * gtkedit/editoptions.c: Likewise.
3007         * pc/chmod.c: Likewise.
3008         * pc/drive.c: Likewise.
3009         * src/boxes.c: Likewise.
3010         * src/chmod.c: Likewise.
3011         * src/dlg.c: Likewise.
3012         * src/dlg.h: Likewise.
3013         * src/filegui.c: Likewise.
3014         * src/find.c: Likewise.
3015         * src/hotlist.c: Likewise.
3016         * src/layout.c: Likewise.
3017         * src/listmode.c: Likewise.
3018         * src/main.c: Likewise.
3019         * src/option.c: Likewise.
3020         * src/panelize.c: Likewise.
3021         * src/wtools.c: Likewise.
3022         * src/wtools.h: Likewise.
3023         * vfs/smbfs.c: Likewise.
3025         * autogen.sh: Check out "intl" and "macros" directories if they
3026         are missing. Simply "cvs up -d" won't restore them.
3028         * configure.in: Bump version to 4.5.52a.
3030 2001-03-14  Pavel Roskin  <proski@gnu.org>
3032         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
3033         Automake conditional USE_SAMBA_FS if Samba is to be supported
3034         in VFS.
3036 2001-03-07  Pavel Roskin  <proski@gnu.org>
3038         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
3039         defined.
3040         Reported by Norbert Warmuth.
3042         * configure.in: Don't process vfs/extfs/uzip - it's now
3043         constant.
3045         * syntax/changelog.syntax: Require space after asterisk to have
3046         it highlighted.
3048 2001-03-02  Pavel Roskin  <proski@gnu.org>
3050         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
3051         * configure.in: Use AC_PROG_CC_STDC instead.
3053         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
3054         Suggested by Christian Gennerat.
3056         * lib/mc.ext.in: Add support for "freeze" - old compression
3057         program used mostly on QNX.
3058         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
3059         * lib/Makefile.am: Adjusted.
3061 2001-02-26  Pavel Roskin  <proski@gnu.org>
3063         * lib/mc-gnome.ext.in: Remove, it's not used.
3064         * configure.in: Remove lib/mc-gnome.ext.
3065         * lib/Makefile.am: Likewise.
3067 2001-02-20  Pavel Roskin  <proski@gnu.org>
3069         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
3070         defined to prevent warnings on OpenBSD 2.7.
3071         * slang/jdmacros.h: Likewise.
3072         * src/mad.h: Likewise.
3073         * src/poptalloca.h: Likewise.
3075         * configure.in: Check for sys/time.h and sys/timeb.h. Use
3076         AC_HEADER_TIME.
3078 2001-02-07  Pavel Roskin  <proski@gnu.org>
3080         * autogen.sh: Create vfs/samba/include/stamp-h.in.
3081         * vfs/samba/include/stamp-h.in: Remove.
3083         * macros/curses.m4: Quote first argument to AC_DEFUN.
3084         * macros/gnome-cxx-check.m4: Likewise.
3085         * macros/gnome-gettext.m4: Likewise.
3086         * macros/gnome-libgtop-check.m4: Likewise.
3087         * macros/gnome-print-check.m4: Likewise.
3088         * macros/linger.m4: Likewise.
3089         * macros/need-declaration.m4: Likewise.
3091         * configure.in: Only configure in vfs/samba if smbfs support is
3092         enabled even with Autoconf 2.13.
3094 2001-01-30  Pavel Roskin  <proski@gnu.org>
3096         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
3097         --without-samba due to a typo.
3099         * configure.in: Only configure in vfs/samba if smbfs support is
3100         enabled. This optimization will only work with Autoconf-2.49c
3101         and above.
3103 2001-01-13  Pavel Roskin  <proski@gnu.org>
3105         * configure.in: Don't create a faked malloc.h.
3106         * gtkedit/edit.h: Don't assume that malloc.h always exists.
3107         * src/mad.h: Likewise.
3109         * configure.in: Simplified handling of cons.saver.
3110         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
3111         * mc.spec.in: Remove a workaround for the above.
3113         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
3114         for MC. Don't rely on the output of uname - use $host_os.
3116 2001-01-11  Pavel Roskin  <proski@gnu.org>
3118         * configure.in: Check for ext2 libraries only if VFS is enabled.
3120         * src/Makefile.in: Create directories before installing files.
3121         Removed all occurrences of libprefix - it's never defined.
3123         * configure.in: All macros from configure.in moved to
3124         acinclude.m4. Added missing quotes in several places.
3125         * acinclude.m4: Likewise.
3127         * edit/Makefile.in: Don't install or uninstall mcedit -
3128         it cannot be installed before mc on systems without symlinks.
3129         * gtkedit/Makefile.in: Likewise.
3130         * src/Makefile.in: Install mcedit (if enabled) and mcview.
3131         Uninstall them.
3133         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
3134         from acinclude.m4 in gtk+:
3135         Don't define ENABLE_NLS unless we have a working NLS.
3136         (This should keep libintl.h from being included when it doesn't
3137         exist).
3139 2001-01-09  Pavel Roskin  <proski@gnu.org>
3141         * doc-gnome/C/figs/Makefile.am: New file.
3142         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
3143         makefile do it.
3144         * configure: Substitute doc-gnome/C/figs/Makefile.
3146         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
3148 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
3150         * lib/mc.hlp.hu: Added Hungarian help file from
3151           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
3152           maci@integrity.hu, mfh47@freemail.hu
3153         * lib/Makefile.am: Added LOCALIZED_HELP for further
3154           mc.hlp l10ns
3155         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
3156           gtkedit/editcmd.c: I18n of mc.hlp
3158 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
3160         * doc/mc.1.in: Corrected badly formatted link...
3162 2000-11-10  Robert Brady  <robert@suse.co.uk>
3164         * configure.in: Add Tamil to ALL_LINGUAS.
3166 2000-10-23  Pavel Roskin  <proski@gnu.org>
3168         * mc.spec.in: Allow mcserv.8 to be gzipped.
3170         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
3171         that cannot deal with "./gmc.sgml".
3173 2000-10-09  Pavel Roskin  <proski@gnu.org>
3175         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
3176         that CVS Automake will drop dependencies to the macros that
3177         we don't distribute.
3179         * lib/mc.ext.in: Removed references to icons. Source RPMs
3180         grouped to one regex. Removed "Update" for source RPMs, added
3181         "Rebuild" instead. Added "Check signature" for all RPMs.
3182         Added a comment about pop-up menus in the text edition.
3184 2000-10-06  Pavel Roskin  <proski@gnu.org>
3186         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
3187         flags moved out of CFLAGS as recommended by GNU coding
3188         standards.
3189         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
3190         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
3191         XCPPFLAGS.
3192         * INSTALL (Random notes on porting to other architectures):
3193         Completely rewritten. Recommended using CFLAGS instead of XINC.
3195 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3197         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
3199 2000-10-04  Christophe Merlet  <christophe@merlet.net>
3201         * gnome/*.desktop: Updated French strings.
3203 2000-10-03  Pavel Roskin  <proski@gnu.org>
3205         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
3206         to allow <legalnotice>. Unclosed tags fixed.
3208 2000-09-30  Pavel Roskin  <proski@gnu.org>
3210         * mc.spec.in: New package mc-common. Use DESTDIR instead of
3211         misusing prefix. Don't install old icons - they don't exist.
3213         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
3214         "export -f" to have mc() exported.
3215         * doc/mc.1.in: Changed description of the "-P" option to
3216         avoid inclusion of mc.sh and mc.csh into the manual.
3217         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
3219 2000-09-24  Pavel Roskin  <proski@gnu.org>
3221         * doc/mc.1.in: Minor formatting fixes.
3223         * lib/mc.sh.in: Remove temporary file non-interactively.
3224         * doc/mc.1.in: updated example for mc.sh.
3226 2000-09-23  Pavel Roskin  <proski@gnu.org>
3228         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
3229         updates it when needed.
3230         * mc.spec.in: Include translations with mc, not gmc. Run
3231         chkconfig --del in %preun, not %postun. --without-debug not
3232         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
3233         be executable. New files in %{prefix}/lib/mc/ - translated hints,
3234         editor files.
3236         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
3237         directory for document processing. Comment changes. gmc.ps and
3238         gmc.pdf now generated from gmc.dvi.
3240         * configure: Always include Make.common as file, otherwise
3241         "make distclean" breaks.
3242         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
3243         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
3244         replaced with "rm -f" - the standard says that "rm" is portable.
3245         Ditto $(MV). Adjusted *clean targets to match those in
3246         Automake. Removed "cross" target.
3248 2000-09-22  Pavel Roskin  <proski@gnu.org>
3250         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
3251         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
3252         * doc/Makefile.in: Converted to ...
3253         * doc/Makefile.am: ... this.
3255 2000-09-21  Pavel Roskin  <proski@gnu.org>
3257         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
3258         is not expanded in all shells.
3259         * doc/mc.sgml: Updated the example script to reflect the above
3260         changes.
3261         * doc/mc.in.1: Likewise.
3263 2000-09-19  Pavel Roskin  <proski@gnu.org>
3265         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
3266         Marco Ciampa
3268 2000-09-18  Pavel Roskin  <proski@gnu.org>
3270         * Make.common.in: Added installcheck to placate "make distcheck"
3271         * configure.in, Make.common.in, doc/Makefile.in,
3272         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
3273         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
3274         variable MKINSTALLDIRS and builddir with Automake-compatible
3275         mkinstalldirs and top_builddir.
3276         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
3277         files. Added uninstall-local target.
3279 2000-09-17  Pavel Roskin  <proski@gnu.org>
3281         * configure.in: fixed wrong use of AC_MSG_RESULT inside
3282         AC_CACHE_VAL
3284         * Make.common.in: Added the "dvi" target for "make distcheck"
3285         to go further
3286         * doc-gnome/C/Makefile.in: converted to ...
3287         * doc-gnome/C/Makefile.am: ... this
3289 2000-09-15  Pavel Roskin  <proski@gnu.org>
3291         * acconfig.h, configure.in: Require autoconf 2.13 or above.
3292         Removed workarounds for older versions. Removed MCDEBUG
3293         variable - it's not used. --with-debug renamed to --with-mad and
3294         cleaned up. Always use -Wall with gcc, other manipulations with
3295         CFLAGS removed.
3297         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
3298         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
3299         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
3300         mc.pot becomes out of date in the tarball.
3302 2000-09-14  Pavel Roskin  <proski@gnu.org>
3304         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
3305         tests for cp, mv and rm.
3306         * Make.common.in: Removed variables xv_bindir and STRIP.
3307         Variables CP, MV and RMF are assigned trivial values.
3309         * edit/Makefile.in: Don't link headers, add extra includes
3310         to CPPFLAGS instead. Put links to the build directory.
3311         Remove the hack with "mx" - it is not needed anymore.
3313         * configure.in: remove any manipulations with top_srcdir.
3314         Don't change CPPGLAGS when the internal editor is enabled,
3315         instead do it ...
3316         * edit/Makefile.in, gtkedit/Makefile.in: ... here
3318         * configure.in, Make.common.in, doc/Makefile.in,
3319         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
3320         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
3321         changed to top_srcdir for Automake compatibility
3323         * configure.in: REGEX_O variable removed - always use our regex
3325         * configure.in: MCFGR variable removed
3327 2000-09-12  Pavel Roskin  <proski@gnu.org>
3329         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
3330         other GNOME modules
3331         * autogen.sh: remove "-I ." from the "aclocal" command line
3333 2000-09-01  Pavel Roskin  <proski@gnu.org>
3335         * configure.in: output vfs/extfs/Makefile
3337         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
3338         to avoid a warning
3339         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
3340         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
3342 2000-08-29  Pavel Roskin  <proski@gnu.org>
3344         * configure.in: use AM_GNOME_GETTEXT
3345         * gettext.m4: removed
3346         * Makefile.am: adjusted files to distribute, previous change
3347         reverted
3349         * mc-aclocal.m4: renamed to ...
3350         * acinclude.m4: ... this
3351         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
3352         * Makefile.am: aclocal should scan "." for gettext.m4
3354 2000-08-28  Pavel Roskin  <proski@gnu.org>
3356         * Make.common.in: removed hack for "make distcopy"
3357         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
3358         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
3359         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
3360         for external builds.
3361         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
3363 2000-08-24  Pavel Roskin  <proski@gnu.org>
3365         * new_icons/Makefile.in: converted to ...
3366         * new_icons/Makefile.am: ... this
3367         * configure.in: automake conditional GNOME introduced.
3368         "insticons" removed
3370         * icons/*: removed
3371         * Makefile.am, configure.in: necessary adjustments
3373         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
3374         automake installs them now
3376         * syntax/Makefile.in: converted to ...
3377         * syntax/Makefile.am: ... this
3379         * idl/Makefile.in: converted to ...
3380         * idl/Makefile.am: ... this
3382         * lib/Makefile.am: simplified, fixed "make dist"
3384         * lib/Makefile.in: converted to ...
3385         * lib/Makefile.am: ... this
3387         * lib/tkmc.wmconfig: removed
3388         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
3390         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
3391         to ...
3392         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
3393         * Make.common.in: support for "distdir" for compatibility
3394         with Automake-generated makefiles
3395         * autogen.sh: run automake. Force cache - it is off by default
3396         in autoconf 2.49a, but it's still handy for maintainers
3397         * configure.in: adapted for Automake
3399         * AUTHORS: new file
3401 2000-08-23  Pavel Roskin  <proski@gnu.org>
3403         * configure.in: resurrect definition of xvers
3405         * VERSION.in: removed
3406         * Makefile.in: don't do anything with VERSION.in and VERSION
3407         Take mc.spec from builddir, not srcdir
3408         * configure.in: don't create VERSION
3410 2000-08-22  Pavel Roskin  <proski@gnu.org>
3412         * *.c, *.h: Updated address of Free Software Foundation
3414 2000-08-21  Pavel Roskin  <proski@gnu.org>
3416         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
3417         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
3418         related to XView, libXPM, libXext and Tk
3420 2000-08-18  Pavel Roskin  <proski@gnu.org>
3422         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
3423         files
3425         * configure.in: Simplified dependency tracking by using
3426         "-include" with GNU Make
3427         * autogen.sh: Exit on all failures
3429 2000-08-17  Pavel Roskin  <proski@gnu.org>
3431         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
3432         Fixed all misuses of single and double quotes. Typo fixes.
3433         Ensured compatibility with sgml2html, sgml2txt and sgml2latex
3434         * doc/mc.1.in: Typo fix
3436         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
3437         * doc/linuxdoc-sgml.diff: removed
3438         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
3439         distribute gnome.sgml
3441 2000-08-15  Pavel Roskin  <proski@gnu.org>
3443         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
3444         in the "distclean" target
3446         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
3447         Removed all XVIEW-related stuff
3448         Fixed placement of png files on "make dist"
3450         * doc/mc.1.in: Updated info about the internal editor
3452         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
3453         indicate serious problems. Fixes for uninstall.
3454         * doc/Makefile.in: Rebuild if it is out of date.
3456         * lib/cedit.menu: Added. This file has been missing
3458         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
3460 2000-08-08  Pavel Roskin  <proski@gnu.org>
3462         * Makefile.in: correctly detect make failures in subdirs
3464 2000-08-01  Pavel Roskin  <proski@gnu.org>
3466         * nt, os2, tk, xv: removed all files
3467         * configure.in: don't create os2 and nt directories
3469 2000-08-01  Pavel Roskin  <proski@gnu.org>
3471         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
3473         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
3475 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
3477         * src/main.c: make 8bit input/output the default (99% of the people
3478         expects that; lets the remaining 1% use the configuration menu
3479         to disactivate it if they want)
3481 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
3483         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
3485 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
3487         * configure.in: check for gnome-libs with window icon support
3489         * acconfig.h: add icon define
3491 2000-06-08  Matthias Warkus  <mawa@iname.com>
3493         * new_icons/gnome-pack-*.png: Updated.
3494         * gnome/mc.keys: Added a MIME type for SLP packages.
3496 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
3498         * syntax/diff.syntax: Highlight lines beginning with "File",
3499         "Files" and "Binary"
3500         * syntax/makefile.syntax: Highlight "ifndef"
3501         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
3502         highlighted)
3504 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3506         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
3507         comment lines with # in last release
3509 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3511         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
3513 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3515         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
3516         look more consistent than original.
3518 2000-04-14  Timur Bakeyev  <mc@bat.ru>
3520         * config.in: Added check against strcoll().
3522 2000-04-14  Timur Bakeyev  <mc@bat.ru>
3524         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
3525         added 'and', 'or', 'not', 'for' keywords.
3527 2000-04-06  Timur Bakeyev  <mc@bat.ru>
3529         * syntax.c: Very dirty fix to allow compilation of mcedit on ncurses
3530         based systems. Hope, this will make FreeBSD midc maintainer to enable
3531         build-in editor by default. Still, syntax highlighting is disabled.
3532         Need to port...
3534 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3536         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
3537           fixed, some messages gettext()ed again here and in
3538         gtkedit/editmenu.c:edit_about_cmd()
3540 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3542         * doc/mc.sgml (Examples): Fixed documentation, thanx
3543         to martin@internet-treff.uni-koeln.de.
3545 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
3547         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
3548         the label text
3550 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
3552         * gtkedit/syntax.c: treat *.ads as Ada source
3553         * syntax/ada95.syntax: escape "+" and "*"
3554         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
3555         * syntax/Makefile.in: remove diffc.syntax
3557         * edit/edit_key_translator.c: interpret code 0177 as
3558         backspace unless recognized otherwise
3560 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
3562         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
3563         initialization of array of structure (gcc version 2.96 20000131
3564         chokes on it).
3566         * lib/mc.hint: C-y and not C-u can be used to insert text in input
3567         lines (e. g. text which has been deleted with M-d).
3569         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
3571 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
3573         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
3575 2000-01-29  Matthias Warkus  <mawa@iname.com>
3577         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
3578         design on Federico's request.
3580 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
3582         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
3583         an ArrangeType enum.
3585 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
3587         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
3588         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
3589         setup.c: Add option of using GNOME "magic" routines to determine file
3590         types. This makes MC intelligently look at the data in the file to see
3591         what type of file it is, rather than looking at the filename extension.
3592         This slows down MC quite a bit, so it has been made an optional
3593         preference item. Type detection is expected to improve as mime-magic
3594         matures.
3596 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
3598         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
3599         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
3600         providing a patch.
3602 2000-01-11  Matthias Warkus  <mawa@iname.com>
3604         * Added icon and keys entry for Scheme source.
3606 2000-01-03  Fatih Demir  <kabalak@gmx.net>
3608         * configure.in: Added tr -> ALL_LINGUAS .
3610 1999-12-28  Matthias Warkus  <mawa@iname.com>
3612         * new_icons/*.png: Added a bunch of new icons.
3614 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
3616         * configure.in (VERSION): Bumped version number to 4.5.42.
3618 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
3620         * configure.in: added 'uk' to ALL_LINGUAS.
3622 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3624         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
3625         request from David Sauer
3627 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
3629         * configure.in (VERSION): Bumped version number to 4.5.41.
3631 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
3633         * configure.in (VERSION): Set version number to 4.5.39.
3635 1999-09-23  Jorge Godoy  <godoy@conectiva.com.br>
3637         * configure.in: Added pt_BR to ALL_LINGUAS
3639 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
3641         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
3642         path to the mc binary according to @prefix@.
3644         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
3645         configure. Install mc.sh and mc.csh in $(suppbindir).
3647         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
3648         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
3649         copies of the included function definitions.
3651         * mcfn_install.in: Comment out definitions of the mc functions. Source
3652         mc.sh instead of adding an outdated mc function definition.
3654         * configure.in: output mc.sh and mc.csh
3656 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
3658         * lib/startup.links: Changed the news link to Gnotices
3660 1999-09-19  David Martin  <dmartina@usa.net>
3662         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
3663         8 bit chars from strftime get displayed when inserting date.
3665         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
3666         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
3667         file to avoid interferences. In this one I changed the extension check
3668         to a type check (as used for gzip) which might give problems in some
3669         systems.
3671         * configure.in: Use -Tlatin1 to format man pages when available and
3672         "view" 8 bit chars.
3674 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
3676         * gtkedit/edit.h: Include file reordering to make it compile with
3677         --with-debug
3679         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
3680         dependent on length of translated strings to display.
3682 1999-09-16  Owen Taylor  <otaylor@redhat.com>
3684         * Remove the magicdev autoconf test in favor of just
3685         including the idl file. Otherwise we have a dependency
3686         loop between this and magicdev.
3688 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
3690         * idl/FileManager.idl: Changed names, and put everything under a
3691         FileManager module.  Added a Desktop interface and some methods to
3692         the WindowFactory interface.
3694 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
3696         * doc-gnome/*: Shiny new docs from users-guide.
3697         All synced up.
3699 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
3701         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
3703 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
3705         * README: Updated and spell-checked.
3707         * NEWS: Updated.
3709 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
3711         * configure.in (ALL_LINGUAS): Added sv.
3713 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
3715         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
3716         symlink attacks (mcfn_install and the man page still needs to be
3717         updated).
3719 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
3721         * configure.in (AC_WITH_SLANG): rm -f destination before making
3722         a symbolic link (ln -sf doesn't work as expected on Solaris)
3724 1999-08-19  Elliot Lee  <sopwith@redhat.com>
3726         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
3728 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
3730         * doc-gnome/C/gmc.sgml: Index fixes.
3732 1999-08-18  Elliot Lee  <sopwith@redhat.com>
3734         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
3735         initializers in the GnomeUIInfo structure.
3737 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
3739         * configure.in (VERSION): Bumped version number to 4.5.38.
3741 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
3743         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
3745 1999-08-15  David Martin  <dmartina@usa.net>
3747         * gtkedit/edit.c: Print localized date with strftime()
3749         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavor.
3751 1999-08-08  David Martin  <dmartina@usa.net>
3753         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
3754         translation.
3756         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
3757         translation as it used to be.
3759 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3761         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
3762         that the correct index.html will be generated.
3764 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3766         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
3767         to the list.
3769 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
3771         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
3772         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
3773         This adds some new syntax rules, and spell check on the fly
3774         which if someone bugs me for, will actually get enabled in
3775         both the text and gnome versions. Bookmark stuff also needs
3776         some keys bound to it, I suppose: any takers?
3778 1999-07-19  Elliot Lee  <sopwith@redhat.com>
3780         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes
3781         infinitely recursing make.
3783 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
3785         * Makefile.in (all): Makefile fix.
3787 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3789         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3790         should fix the problem we had with FSSTND distributions.
3792 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3794         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
3795         list of distributed files.
3797 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3799         * configure.in (VERSION): Bumped version number to 4.5.34.
3801 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
3803         * Add fi into ALL_LINGUAS
3805 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
3807         * gnome/i-zipdisk2.png: Added another zip-disk icon
3808         by <scarab@egyptian.net> - It looks very nice. Variation
3809         is good.
3811 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3813         * acconfig.h: Add WITH_SMBFS
3815         * macros/gnome-vfs.m4: Support conditional samba support.
3817 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3819         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3820         should fix the problem we had with FSSTND distributions.
3822 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
3824         * mc.spec.in: added syntax files to %files
3826 1999-06-22  David Martin  <dmartina@usa.net>
3828         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
3830 1999-06-07  Shooby Ban  <bansz@szif.hu>
3832         * po/hu.po, configure.in: added Hungarian translations...
3833           I'm not sure it's OK, but it seems usable.
3834           Translators: Tamas Fejos and Andras Kadar
3836 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
3838         * configure.in, Makefile.in: added the gmc helpfile to the build
3840 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
3842         * Add ja entry to LANG in configure.in
3844 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3846         * gnome/Makefile.in (ICONS): OK, perhaps we also want the zip-icon to
3847         be installed in the system :) (added it to the Makefile.in)
3849 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3851         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
3852         disks - someone please add it to the mount.c code so it gets used..
3853         Everyone have a nice time at the expo! :) I hope to join the
3854         next time.
3856 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3858         * configure.in: Added check for getpt ()
3860 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3862         * configure.in (VERSION): Bumped version number to 4.5.31.
3864 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3866         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
3867         need to fool it by strdup'ing the return value of tempnam.
3869 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3871         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
3872         MCLIBS which are specific to the text edition.
3874         * INSTALL: Added documentation for --with-tm-x-support
3876 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
3878         * mc.spec.in : Folded in some changes from the 'official' rpm
3879         spec file.
3881 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3883         * configure.in (SHELL): Do not use grep -q, as it is not portable
3884         to every OS.
3886 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3888         * configure.in: Linking from $srcdir/slang is broken when configure
3889         isn't called with an absolute path. Link from ../$srcdir/slang if
3890         configure was invoked with a relative path.
3892 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
3894         * configure.in: Do not rm the destination file and then link, use
3895         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
3897 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3899         * configure.in: Some AC_ARG_WITH macros haven't checked $withval, i.e.
3900         --with-PACKAGE and --without-PACKAGE gave the same results.
3902 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3904         * configure.in (VERSION): Bumped version number to 4.5.30.
3906 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3908         * configure.in (VERSION): Bumped version number to 4.5.29.
3910 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3912         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
3913         now contains all checks.
3915 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3917         * configure.in (VERSION): bumped version number to 4.5.28.
3919 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
3921         * */Makefile.*: fixed several missed conversions from libdir to
3922         mclibdir. (Should be automake'd, really)
3924 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3926         * Make.common.in: There were conflicting definitions of mclibdir
3927         (one for installation, one for source).  Now the source one is
3928         called mcsrclibdir.
3930         * doc/Makefile.in: Use mcsrclibdir where appropriate.
3932 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
3934         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
3935         Pascal Program" (Heh, second time :)
3937         * Makefile.common: Until things gets clear, keep syntax rules in
3938         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
3940         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
3941         @libdir@.
3943 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
3945         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
3946         as requested by Paul. Still, need some checking...
3948 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
3950         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
3951         to date with cooledit 3.9.0. This adds some new features.
3952         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
3953         syntax.c. This is because the rule set is becoming too
3954         large to maintain in its current form and because file
3955         loading is starting to get slow.
3957         There is also a bookmark feature which does not yet have
3958         key bindings assigned to it, but should be cool once
3959         these get inserted. Syntax rules files are named
3960             $LIBDIR/cooledit/syntax/*.syntax
3962 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
3964         * configure.in: Create slang directory, it is needed when
3965         builddir != srcdir.
3966         Use -f when calling rm, the file does not exist on
3967         first compile.
3968         No need to copy VERSION from $srcdir, it's already generated in
3969         $builddir.
3971 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
3973         * edit/edit_key_translator.c: Added missing translation tags.
3975 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3977         * configure.in: Minimum version of glib should be 1.2.0.
3978         (VERSION): Bumped version number to 4.5.27.
3980 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
3982         * gtkedit/editcmd.c: Added missing translation tags.
3984         * gtkedit/editoptions.c: Added missing translation tags. Translate
3985         radio buttons on first use.
3987 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
3989         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
3990         to get the mc spec file to work.
3991         * hacked configure to generate a properly versioned spec file.
3993 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3995         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
3996         radio buttons on first pass.
3998 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
4000         * gtkedit/editcmd.c: Mark strings in the search and replace
4001         dialogs for translation. Resized these dialogs to let the messages
4002         fit.
4004 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4006         * gtkedit/editwidget.c (selection_send): Use the proper type for
4007         64-bit cleanliness (Patch from George Lebl).
4009 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
4011         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
4012         into the catalog file.
4014 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4016         * configure.in: Make Timur's libtermcap check work with SLang
4017         0.99.98, too.
4019 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4021         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
4022         PS and EPS files.  Thanks, Tigert!
4024 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4026         * configure.in (CCOPTS): Drop the prefix auto-detection.
4028 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
4030         * configure.in: Add check, which, in case of system-installed SLang
4031         library tries to run a test program, which determines, does we need
4032         linking with libtermcap.a. Also, set of if's for finding terminfo
4033         dir changed to for cycle - a bit nicer :)
4035 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4037         * README.QNX: Deleted documentation about mc.menu.qnx.diff.
4039 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4041         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
4043 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4045         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
4046         from tar calls when extracting (according to my man page this option
4047         is only useful when creating archives).
4049 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4051         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
4052         adds support for tar.bz2 and merges the support for freeze-compressed
4053         tar files (tar.F) from mc.menu.qnx.diff.
4055 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
4057         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
4058         GNU-like :)
4060 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4062         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
4063         the catalog file.
4065 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
4067         * new_icons/gnome-core.png: New icon for core files. Someone
4068         please add the code part :)
4070 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
4072         * configure.in: Add check against setuid() and setreuid() functions.
4074 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4076         * slang/slang.h: renamed to slang-mc.h
4078         * slang/Makefile.in: delete slang.h on "make clean"
4080         * configure.in: link slang/slang-mc.h to slang/slang.h when the
4081         included slang is used. Problem was that MC's slang.h was used
4082         when we compiled with an already installed SLang and the systems
4083         header file were included with <slang/slang.h>.
4084         Unfortunately I can't use AC_LINK_FILES to make the links because
4085         if we needn't make any links AC_LINK_FILES makes a link from
4086         srcdir to top_builddir (builddir != srcdir).
4088         Temporary add $LGPM to $LIBS when checking for the resizeterm
4089         and keyok functions (ncurses might be linked against GPM).
4091         Substitute PACKAGE (intl/Makefile makes use of it)
4093 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
4095         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swapped by
4096         #include "global.h".
4098 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
4100         * Make.common.in (gnewdir): new path.
4102 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
4104         * configure.in: Add comments before "Let" and "the" - typo. Add new
4105         path to include's search.
4107 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
4109         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
4111 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4113         * configure.in (REGEX_O): Always include regex.o as the code we
4114         are using in gmc is not using regcomp/regexec, but the internal
4115         Emacs API.
4117         * src/regex.c: Do not compile the POSIX compatibility code, as we
4118         do not use it.
4120 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4122         * doc/mc.sgml, mc1.in (Color section): minor polishing
4123         (Layout section): documented Highlight...
4125 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4127         * configure.in: Deleted du checks
4129         * INSTALL: Deleted --with-dusum documentation.
4131         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
4132         Configuration dialog. Added Advanced chown subsection. Deleted
4133         variables from the Special settings section which are now covered
4134         by the configuration dialog.
4136 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4138         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
4139         tar_gz_memlimit. Partially rewrote the section about the
4140         Virtual FS.. configuration dialog.
4142 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
4144         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
4146 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4148         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
4150         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
4151         builddir
4153 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
4155         * new_icons/gnome-image-[lots].png: I added some icons for file
4156         types (image) there - someone please tell me what the correct
4157         location and naming convention is and I will try to follow that. :)
4159 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
4161         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
4162         the build will still work.  (Has this been replaced by new_icons?)
4164 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
4166         * doc/mc.1.in, mc.sgml: added my name to list of authors
4168 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4170         * Makefile.in (codedirs): Dropped xv and tk ports from the
4171         distribution. include idl directory.
4173 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4175         * configure.in (slang_use_system_installed_lib): Define slang
4176         here, to avoid having this on LIBS.
4178 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
4180         * gtkedit.c: changed occurrence of 'va_list *ap' to 'va_list ap'
4182 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4184         * config.h.in: Removed from CVS, added to .cvsignore
4186         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
4187         configure.in:
4188         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
4189         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
4190         HAS_CURSES added to acconfig.h
4192 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4194         * autogen.sh: Add "-I macros" to the aclocal flags.
4196         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
4197         so that aclocal will not complain about an obsolete macro.
4199         * configure.in: Use MC_HPUX_PROG_CC_STDC
4201         * ChangeLog: There was no ChangeLog here, so I added one.