Merge commit 'origin/219_keycodes' into mc-4.6
[midnight-commander.git] / ChangeLog
bloba529eb9aa877603ae4fa058969f2991e95bf44a5
1 2009-02-03 Enrico Weigelt, metux ITS <weigelt@metux.de>
3         * lib/mc.lib: added patch on #219 by angel_il
5 2009-02-01 Enrico Weigelt, metux ITS <weigelt@metux.de>
7         * acinclude.m4: removed MC_SLANG_PRIVATE macro
8         * src/slint.c: removed HAVE_SLANG_PRIVATE conditional and
9           replaced SLang_getkey2(), SLang_input_pending2()
10         * src/util.c: fixed name_trunc() on NULL or empty parameters
11         * src/achown.c: fixed unitialized var in init_chown_advanced()
12           (patch from andrew_b)
14 2009-01-31 Enrico Weigelt, metux ITS <weigelt@metux.de>, Patrick Winnertz <winnie@debian.org>, Slava Zanko <slavazanko@gmail.com>, Sergei Trofimovich  <slyfox@inbox.ru>
16         * edit/editcmd.c, mhl/escape.h, mhl/string.h, mhl/types.h, src/Makefile.am,
17         * src/boxes.c, src/command.c, src/complete.c, src/complete.h, src/file.c,
18         * src/find.c, src/main.c, src/panelize.c, src/util.c, src/utilunix.c,
19         * src/widget.c, src/widget.h, src/wtools.c, vfs/fish.c:
20           fixed shell escaping issues in commandline completion engine
22 2009-01-31 Enrico Weigelt, metux ITS <weigelt@metux.de>
24         * replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file() (in mhl/string.h)
26 2009-01-30 Enrico Weigelt, metux ITS <weigelt@metux.de>
28         * src/Makefile.am, edit/Makefile.am vfs/Makefile.am: fixed #208
29           (out-of-tree builds)
31 2009-01-29 Mikhail S. Pobolovets <styx.mp@gmail.com>
32         * lib/mc.ext.in: update for OpenOffice and StarOffice viewer.
33           odt2txt is now used
35 2009-01-29 Patrick Winnertz <winnie@debian.org> & Sergei Trofimovich  <slyfox@inbox.ru>
37         * src/file.c: Added trailing dir separator for default path in copy/move dialogs.
38           This solves "strange" rename cases, when copying/moving is performed into
39           deleted directory.
41 2009-01-27 Enrico Weigelt, metux ITS <weigelt@metux.de>
43         * mhl/escape.h, src/complete.c, vfs/fish.c: introduced new type 
44           SHELL_ESCAPED_STR for more type safety
46 2009-01-27 Enrico Weigelt, metux IT service <weigelt@metux.de>
48         * mhl/escape.h, mhl/string.h: fixed comments to use /* ... */
50 2009-01-27 Sergei Trofimovich  <slyfox@inbox.ru>
52         * syntax/python.syntax: Added syntax highlighting for
53         pytnoh-2.6+ keywords (patch sent by NNemec)
55 2009-01-25 Ilia Maslakov <il.smind@gmail.com>
57         * src/boxes.c, src/boxes.h, src/dir.c, src/dir.h:
58         * src/main.c, src/panel.h, src/screen.c, src/setup.c:
59           - Add support for showing executables at first in the panel view
61 2009-01-25 Patrick Winnertz <winnie@debian.org> & Sergei Trofimovich  <slyfox@inbox.ru>
63         * mhl/string.h, vfs/fish.c, vfs/utilvfs.c, vfs/utilvfs.h: Reworked fish code
64           so that symlinks and files which special characters works now
66 2009-01-25 Enrico Weigelt <weigelt@metux.de>
68         * edit/editcmd.c, src/cmd.c, src/ext.c, src/history.h:
69         * src/hotlist.c, src/panelize.c, src/tree.c, src/user.c: 
70         * src/view.c, vfs/ftpfs.c, vfs/utilvfs.c:
71           - Made history section names statically instead of dynamic
72           translated strings. This breaks now once every history file
73           but afterwards this will be stable
75 2009-01-24 Enrico Weigelt <weigelt@metux.de>
77         * src/cmd.c: fixed bug #35 (do_view_cmd is now calling repaint_screen())
79 2009-01-24 Patrick Winnertz <winnie@debian.org>
81         * edit/editcmd.c: Fix some issues about regex:
82           - prevent . to match a newline (\n)
83           - match from start of line and not from cursor position
85 2009-01-18 Patrick Winnertz <winnie@debian.org>
87         * edit/editdraw.c: Moved var into if clause as it's only used
88         there
89         * edit/editlock.c: Removed unnecessary arguement to if condition
90         * src/cmd.c: Removed unused pointer
91         * src/hotlist.c: Removed unused function save_group
92         * src/main.c: Removed unused function do_mc_filename_rename
93         * src/util.c: Removed unused struct whentm
95 2009-01-16 Enrico Weigelt, metux IT service <weigelt@metux.de>
97         * src/subshell: setting subshell pty to close-on-exec 
98           (taken from mandriva patches)
100 2009-01-14 Slava Zanko <slavazanko@gmail.com>
102         * lib/mc.ext.in: change filemask for recognize 7z-files
103         * vfs/extfs/u7z: 
104           - change only LC_DATE global variable for correct work with arhive;
105           - add sorting by filename in output of list files
107 2009-01-12 Patrick Winnertz <winnie@debian.org>
109         * AUTHORS: Added Enrico Weigelt, Slava Zanko and 
110         Patrick Winnertz as authors 
112 2009-01-11 Patrick Winnertz <winnie@debian.org>
114         * po/de.po: Fix some spelling errors
116 2009-01-11 Enrico Weigelt, metux ITS <weigelt@metux.de>
118         * FAQ HACKING README man/*: new HQ url
119         * syntax/awk.syntax: added awk syntax file
120         * configure.ac: replaced obsolete autoconf macros AC_GNU_SOURCE 
121           AC_AIX AC_MINIX by AC_USE_SYSTEM_EXTENSIONS
123 2009-01-11 Patrick Winnertz <winnie@debian.org>
125         * syntax/pascal.syntax: Added syntax highlighting for 
126         some delphi keywords
128 2008-12-18  Roland Illig  <roland.illig@gmx.de>
130         * doc/mcedit.1: Documented the newly added filename:lineno
131         invocation method.
133 2008-02-19  Pavel Roskin  <proski@gnu.org>
135         * doc/hu/mc.1.in: Fix description for M-u and M-H.  Reported by
136         Bozo Lajos.
138 2008-01-06  Roland Illig  <roland.illig@gmx.de>
140         * FAQ: Answered the slow startup related to old Samba code.
141         (Closes: #21959)
143 2007-10-19  Pavel Tsekov  <ptsekov@gmx.net>
145         * NEWS: Update for 4.6.2.
147 2007-10-11  Pavel Tsekov  <ptsekov@gmx.net>
149         * configure.ac: Determine the size of `long', `long long' and
150         off_t.
152 2007-09-26  Pavel Tsekov  <ptsekov@gmx.net>
154         * NEWS: Revert last change - it is invalid.
156 2007-09-24  Pavel Tsekov  <ptsekov@gmx.net>
158         * m4/codeset.m4: Update to serial #2.
159         * m4/fsusage.m4: Update to serial #23.
160         * m4/iconv.m4: Update to serial #AM6.
161         * m4/intdiv0.m4: Update from gnulib.
162         * m4/intmax.m4: Update to serial #3.
163         * m4/inttypes-pri.m4: Update to serial #4.
164         * m4/inttypes_h.m4: Update to serial #7.
165         * m4/lib-link.m4: Update to serial #13.
166         * m4/lib-prefix.m4: Update to serial #5.
167         * m4/longlong.m4: Update to serial #10.
168         * m4/onceonly.m4: Update to serial #4.
169         * m4/printf-posix.m4: Update to serial #3.
170         * m4/size_max.m4: Update to serial #6.
171         * m4/stdint_h.m4: Update to serial #6.
172         * m4/ulonglong.m4: Update to serial #6.
173         * m4/wint_t.m4: Update to serial #2.
175 2007-09-24  Pavel Tsekov  <ptsekov@gmx.net>
177         * doc/mcedit.1.in: Update the version number to 4.6.2-pre1.
178         * doc/mcview.1.in: Ditto.
179         * doc/mcserv.8.in: Ditto.
181 2007-09-24  Pavel Tsekov  <ptsekov@gmx.net>
183         * FAQ: Update MC's homepage url.
184         * README: Ditto.
185         * doc/mc.1.in: Ditto.
186         * doc/mcedit.1.in: Ditto.
187         * doc/mcserv.8.in: Ditto.
188         * doc/mcview.1.in: Ditto.
189         * doc/es/mc.1.in: Ditto.
190         * doc/hu/mc.1.in: Ditto.
191         * doc/it/mc.1.in: Ditto.
192         * doc/pl/mc.1.in: Ditto.
193         * doc/ru/mc.1.in: Ditto.
194         * doc/sr/mc.1.in: Ditto.
195         * doc/sr/mcserv.8.in: Ditto.
197 2007-09-10  Pavel Tsekov  <ptsekov@gmx.net>
199         * configure.ac: Update the version number to 4.6.2-pre1.
200         * doc/mc.1.in: Likewise.
202 2007-01-13  Pavel Tsekov  <ptsekov@gmx.net>
204         * doc/mc.1.in: Place the description of the "Swap panels" on
205         a paragraph of its own.
207 2006-12-30  Pavel Tsekov  <ptsekov@gmx.net>
209         * m4/ls-mntd-fs.m4: Update to serial #26.
211 2006-12-30  Pavel Tsekov  <ptsekov@gmx.net>
213         * m4/fsusage.m4: Update to serial #22.
215 2006-12-30  Pavel Tsekov  <ptsekov@gmx.net>
217         * m4/fsusage.m4: Update to serial #18.
219 2006-12-28  Pavel Roskin  <proski@gnu.org>
221         * build-glib1.sh: Fix misplaced --with-glib12.  Copy
222         config.guess and config.sub from mc to glib sources - they are
223         too old in glib.
224         * build-glib2.sh: Update to the latest versions of glib, gettext
225         and pkg-config.
227 2006-11-27  Leonard den Ottolander  <leonard den ottolander nl>
229         * NEWS: Bash < 2.05b (3-digit octals in echo_e_cmd) no longer
230         supported.
232 2006-09-07  Pavel Tsekov  <ptsekov@gmx.net>
234         * acinclude.m4 (AC_GET_FS_INFO): Add erronously removed call to
235         gl_FSTYPENAME.
236         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Add missing 
237         include directive for sys/param.h.
239 2006-09-07  Pavel Tsekov  <ptsekov@gmx.net>
241         * m4/ls-mntd-fs.m4: Update to serial#22, which adds support
242         for getmntinfo() returning its result in struct statvfs.
243         * m4/fstypename.m4: Update to serial#6, which replaces
244         HAVE_F_FSTYPENAME_IN_STATFS with HAVE_STRUCT_STATFS_F_FSTYPENAME.
246 2006-09-07  Pavel Tsekov  <ptsekov@gmx.net>
248         * acinclude.m4 (AC_GET_FS_INFO): Revert a failed attempt to
249         properly detect getmntinfo() returning its result in struct statvfs.
251 2006-06-30  Hampa Hug  <hampa@hampa.ch>
253         * acinclude.m4 (AC_GET_FS_INFO): Check the return value of
254         getmntinfo() properly.
256 2006-06-17  Pavel Tsekov  <ptsekov@gmx.net>
258         * m4/fstypename.m4: New file.
259         * acinclude.m4 (AC_GET_FS_INFO): Add a check to determine whether
260         getmntinfo() takes struct statvfs instead of struct statfs as its
261         first argument. Define MOUNTED_GETMNTINFO_STATVFS if it does.
262         Add a check to determine whether struct statvfs has a field named
263         f_fstypename.
264         Use gl_FSTYPENAME tp determine whether struct statfs has a field
265         named f_fstypename.
267 2006-06-07  Pavel Tsekov  <ptsekov@gmx.net>
269         * configure.ac: Revert last commit.
271 2006-05-29  Roland Illig  <roland.illig@gmx.de>
273         * m4/ls-mntd-fs.m4: Updated to serial #21, which fixes the use
274         of an undefined variable.
276 2006-05-21  Roland Illig  <roland.illig@gmx.de>
278         * configure.ac: Fixed detection of <sys/statvfs.h>, statvfs()
279         and struct statvfs.f_fstypename, so that mc builds on NetBSD 3.0
280         again.
282 2006-04-18  Pavel Tsekov  <ptsekov@gmx.net>
284         * acinclude.m4 (AC_GET_FS_INFO): Make it work again - the last
285         commit broke it.
286         * m4/onceonly.m4: New file.
288 2006-04-13  Anton Monroe  <akm@meer.net>
290         * doc/mc.1.in: Function key documentation update.
292 2006-03-18  Leonard den Ottolander  <leonard den ottolander nl>
294         * acinclude.m4 (AC_GET_FS_INFO): Replace old fileutils code to get
295         mount and file system information with m4_includes of the corresponding
296         GNU coreutils-5.94 files (ls-mntd-fs.m4 (#20) and fsusage.m4 (#16)).
298         * m4/fsusage.m4, m4/ls-mntd-fs.m4: Create.
300 2006-02-23  Pavel Tsekov  <ptsekov@gmx.net>
302         * doc/mc.1.in: Document `fish_directory_timeout'.
304 2006-02-18  David Martin  <<dmartina@excite.com>
306         * doc/es/mc.1.in: Cleanup. Fix key naming.
308 2006-01-29  Pavel Tsekov  <ptsekov@gmx.net>
310         * doc/mc.1.in: Update the documentation to reflect the fact
311         that confirmation may be requested when deleting directory
312         hotlist entries based on a user configurable setting.
314 2006-01-29  Julian Mehnle  <julian@mehnle.net>
316         * doc/mc.1.in: Document support for VIEWER environment variable.
318 2005-11-15  Pavel Roskin  <proski@gnu.org>
320         * acinclude.m4 (MC_WITH_MCSLANG): Add type tests from S-Lang
321         configuration scripts.
323 2005-11-10  Pavel Roskin  <proski@gnu.org>
325         * configure.ac: Catch unexpanded MC_* macros.
327         * m4/*.m4: Update to the macros provided by gettext 0.14.3.
328         * m4/Makefile.am: Update the list of the *.m4 files.
330         * configure.ac: Use AC_GNU_SOURCE, which prevents redefining
331         _GNU_SOURCE.  Bump Autoconf version to 2.54, where AC_GNU_SOURCE
332         appeared.
333         Reported by Leonard den Ottolander <leonard den ottolander nl>
335         * configure.ac: Use gettext 0.14.3.
336         * acinclude.m4 (MC_ASM_LABELS): Remove, it's not needed with
337         recent versions of gettext.
339         * acinclude.m4 (MC_ASM_LABELS): Make the test function global
340         and move its definition above main().  That's closer to what
341         gettext is actually doing.
343 2005-10-03  Pavel Roskin  <proski@gnu.org>
345         * configure.ac: Require gettext with ngettext support.  It's
346         already used in src/info.c.
348 2005-09-28  Pavel Roskin  <proski@gnu.org>
350         * acinclude.m4: Remove gettext 0.10.x compatibility.
352 2005-08-23  Marco Ciampa  <ciampix@libero.it>
354         * doc/it/mc.1.in: updated italian trasnlation.
355         * doc/it/xnc.hlp: small fix.
357 2005-08-15  Roland Illig  <roland.illig@gmx.de>
359         * configure.ac: The function getgrouplist() is not used anymore,
360         so there is no need to check for it. The various get[ug]id
361         functions are used, so add checks for them. Same for isascii.
363 2005-07-20  Pavel Roskin  <proski@gnu.org>
365         * lib/mc.ext.in: Restore support for opening 7-zip archives.
367         * configure.ac: Add vfs/extfs/ualz to AC_CONFIG_FILES.
368         * lib/mc.ext.in: Add support for ALZip archives.
370 2005-07-10  Leonard den Ottolander  <leonard den ottolander nl>
372         * configure.ac: Rename AS_HELP_STRING to AC_HELP_STRING.
374 2005-07-08  Leonard den Ottolander  <leonard den ottolander nl>
376         * NEWS: Fixed commit to the wrong branch.
378 2005-07-05  Roland Illig  <roland.illig@gmx.de>
380         * configure.ac: Removed detection of the umode_t type. All
381         references to it have been replaced with mode_t.
383 2005-07-03  Leonard den Ottolander  <leonard * den ottolander nl>
385         * lib/mc.ext.in: Match files in /log/ or /logs/ directories as plain
386         text not man page; match local man pages; add fixes for gzipped man
387         pages to plain and bzipped man pages.
389 2005-07-03  Leonard den Ottolander  <leonard * den ottolander nl>
391         * lib/mc.ext.in: Move matches for plain compressed files down.
393 2005-07-03  Roland Illig  <roland.illig@gmx.de>
395         * acinclude.m4 (MC_WITH_VFS): Don't link with libnsl
396         unnecessarily.
397         * configure.ac: Simplified detection of the necessary libraries
398         for socket() and gethostbyname().
400         Patch provided by Tomasz Kloczko at 2005-06-15 on mc-devel.
402 2005-06-21  Pavel Roskin  <proski@gnu.org>
404         * lib/mc.ext.in: Support opening for 7-Zip archives.
406 2005-06-06  Roland Illig  <roland.illig@gmx.de>
408         * NEWS: Added the differences between pre3 and HEAD.
409         * lib/mc.ext.in: Added ${PAGER} as fallback if neither lynx nor
410         links is installed.
412 2005-05-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
414         * pkginfo.in: New file. Configuration files for Sun Solaris pkgmk(1).
415         * prototype.in: Likewise.
416         * configure.ac: Likewise.
417         * Makefile.am: Likewise.
419 2005-05-29  Martin Petricek  <tux@centrum.cz>
421         * lib/mc.ext.in: Added support for .7z archives.
423 2005-05-26  Pavel Roskin  <proski@gnu.org>
425         * *: Update postal address of Free Software Foundation.
427 2005-05-23  Roland Illig  <roland.illig@gmx.de>
429         * syntax/ChangeLog: The syntax directory has got its own
430         ChangeLog.
432 2005-05-17  Roland Illig  <roland.illig@gmx.de>
434         * configure.ac: Removed the extra definition of
435         HAVE_C_TYPE_SOCKLEN_T, which is unused.
437 2005-05-14  Roland Illig  <roland.illig@gmx.de>
439         * syntax/diff.syntax: Lines starting with a <tab> character are
440         displayed like lines starting with a <space>. This is for the
441         cvs diff -T option.
442         * syntax/makefile.syntax: Highlight $$ (a literal $) in
443         brightcyan. This way $${var} is not highlighted as if it were a
444         Makefile variables. Also added useful comments before the contexts.
446 2005-05-13  Pavel Roskin  <proski@gnu.org>
448         * configure.ac: Require Autoconf 2.53 or newer.
449         * m4/Makefile.am: Remove isc-posix.m4, it's obsolete.
450         * m4/isc-posix.m4: Remove.
452 2005-05-13  Nerijus Baliunas  <nerijus@users.sourceforge.net>
454         * lib/mc.ext.in: Add OpenOffice.org 2 extensions, use o3totxt
455         to view OpenOffice.org documents.
457 2005-05-11  Pavel Roskin  <proski@gnu.org>
459         * acinclude.m4: Remove MC_ARG_ENABLE_DEVELOPER_MODE.
460         * configure.ac: Replace MC_ARG_ENABLE_DEVELOPER_MODE with a
461         simpler and more user-friendly piece of code.
463 2005-05-01  Roland Illig  <roland.illig@gmx.de>
465         * syntax/c.syntax: Added missing punctuation characters.
467 2005-04-28  Pavel Roskin  <proski@gnu.org>
469         * syntax/Syntax: Don't highlight csh scripts.  Allow using
470         "/usr/bin/env" instead of the full path.
472 2005-04-27  Leonard den Ottolander  <leonard * den ottolander nl>
474         * AUTHORS: Added Pavel Shirshov and myself as contributors.
476 2005-04-26  Roland Illig  <roland.illig@gmx.de>
478         * acinclude.m4: Renamed AS_HELP_STRING to AC_HELP_STRING for
479         compatibility with autoconf-2.57.
481 2005-04-22  Roland Illig  <roland.illig@gmx.de>
483         * acinclude.m4: Added macro MC_ARG_ENABLE_DEVELOPER_MODE.
484         * configure.ac: Using MC_ARG_ENABLE_DEVELOPER_MODE instead of
485         the --maintainer-mode.
487 2005-04-17  Leonard den Ottolander  <leonard * den ottolander nl>
489         * syntax/eiffel.syntax: dos2unix; removed redundant cooledit
490         colour definitions.
491         * syntax/perl.syntax: Removed redundant cooledit definitions.
492         * syntax/php.syntax: ' ' and " " context fixes.
493         * syntax/syntax.syntax: Removed 2 duplicate lines.
495 2005-04-16  Roland Illig  <roland.illig@gmx.de>
497         * lib/mc.ext.in: Recognize either *.udeb or *.deb as Debian
498         packages. Fixes Savannah patch #3899.
500 2005-04-14  Leonard den Ottolander  <leonard * den ottolander nl>
502         * syntax/Syntax: Catch Makefiles with capitals in the extension.
504 2005-04-14  Roland Illig  <roland.illig@gmx.de>
506         * doc/mc.1.in (Internal File Viewer): Rewrote some documentation.
507         Removed the paragraph about the growing buffers. It's generally
508         uninteresting to users.
510 2005-04-13  Roland Illig  <roland.illig@gmx.de>
512         * configure.ac: Add -DNDEBUG to CPPFLAGS if the maintainer mode
513         is not enabled.
515 2005-03-19  Pavel Roskin  <proski@gnu.org>
517         * acinclude.m4 (MC_WITH_SLANG): Partly restore original order of
518         checks and add a comment with a warning.
519         From Pavel S. Shirshov <me@pavelsh.pp.ru>
521         * acinclude.m4 (MC_WITH_SLANG): Reorder checks.  Move termcap
522         checks ...
523         (MC_SLANG_TERMCAP): ... here.
524         (MC_SLANG_PRIVATE): Check if private functions are available.
525         It's not the case on Debian unstable.
527 2005-03-19  Pavel S. Shirshov  <me@pavelsh.pp.ru>
529         * syntax/idl.syntax: Add syntax file for the CORBA idl.
530         From Ian Zagorskih <ianzag@megasignal.com>
531         * syntax/lua.syntax: Add syntax file for the LUA programming language.
532         From Mike Gorchak  <mike@malva.ua>
533         * syntax/Syntax: Add syntax file for CORBA idl and lua.
534         * syntax/Makefile.am: Likewise.
535         * mc.qpg.in: Likewise.
536         * NEWS: Likewise.
538 2005-03-19  Pavel Roskin  <proski@gnu.org>
540         * acinclude.m4 (MC_WITH_SLANG): Define HAVE_SYSTEM_SLANG after
541         all fallbacks so it shows whether we are using system S-Lang.
542         * configure.ac: Remove USE_INCLUDED_SLANG, since it's now fully
543         dependent on HAVE_SLANG and HAVE_SYSTEM_SLANG.
544         * src/myslang.h: Likewise.
546 2005-03-18  Mike Gorchak  <mike@malva.ua>
548         * syntax/assembler.syntax: Add syntax file for the x86 assembler.
549         * syntax/povray.syntax: Add syntax file for the POVRay.
550         * syntax/Syntax: Add syntax file for x86 assembler and POVRay.
551         * syntax/Makefile.am: Likewise.
552         * mc.qpg.in: Likewise.
553         * NEWS: Likewise.
555 2005-03-14  Leonard den Ottolander  <leonard * den ottolander nl>
557         * syntax/diff.syntax: Changed default color from gray, which was
558         quite unreadable, to a bright yellow.
560 2005-03-10  Roland Illig  <roland.illig@gmx.de>
562         * autogen.sh: Made the gettext version check more portable. The
563         actual sed command is unchanged.
565 2005-02-26  Miguel de Icaza  <miguel@novell.com>
567         * doc/mc.1.in: Replace M-char with Alt-char everywhere, which is
568         simpler to understand.
570 2005-01-29  Miguel de Icaza  <miguel@novell.com>
572         * configure.ac: Check for getgrouplist API call.
574 2005-02-07  Roland Illig  <roland.illig@gmx.de>
576         * NEWS: Added the changes between mc-4.6.1-pre3 and now.
578 2005-01-27  Roland Illig  <roland.illig@gmx.de>
580         * configure.ac: Add checks for C headers <sys/mkdev.h> and
581         <sys/sysmacros.h> to support major/minor arithmetics on
582         device numbers.
584 2005-01-11  Pavel S. Shirshov  <me@pavelsh.pp.ru>
586         * acinclude.m4: Fix '--with-screen' configure option.
588 2004-12-30  Andrew V. Samoilov  <sav@bcs.zp.ua>
590         * autogen.sh: Fix workaround for automake 1.5.
592 2004-12-28  Leonard den Ottolander  <leonard * den ottolander nl>
594         * syntax/spec.syntax: Set whole on spec macro option keywords.
596 2004-12-13  Pavel S. Shirshov  <me@pavelsh.pp.ru>
598         * acinclude.m4: Fix "make distcheck".
600 2004-12-12  Pavel S. Shirshov  <me@pavelsh.pp.ru>
602         * NEWS: Update.
604 2004-12-10  Pavel S. Shirshov  <me@pavelsh.pp.ru>
606         * autogen.sh: Comment workaround for Automake 1.5. It's not working
607         for Automake 1.9.
609 2004-12-07  Roland Illig  <roland.illig@gmx.de>
611         * syntax/Makefile.am: Don't install syntax highlighting files if
612         the internal editor is disabled.
614 2004-12-03  Pavel S. Shirshov  <me@pavelsh.pp.ru>
616         * configure.ac: Bump version to 4.6.1a
618 2004-11-17  Pavel S. Shirshov  <me@pavelsh.pp.ru>
620         * acinclude.m4: Fix compiling mc with system slang on FreeBSD.
622 2004-11-16  Roland Illig  <roland.illig@gmx.de>
624         * TODO: Checked the remaining vfs/extfs shell scripts and
625         removed them from the TODO list. This was the last item
626         in the section "Before 4.6.1", so I deleted the whole
627         section.
629 2004-11-08  Pavel S. Shirshov  <me@pavelsh.pp.ru>
631         * TODO (4.6.2): Fix the '#' in path names issue.
633 2004-11-07  Roland Illig  <roland.illig@gmx.de>
635         * TODO (4.6.1): Moved the '#' in path names issue to 4.6.2.
636         * TODO: Added issue about hiding passwords in VFS pathnames.
638 2004-11-05  Andrew V. Samoilov  <sav@bcs.zp.ua>
640         * README: Fix typo.
642 2004-11-04  Mike Gorchak  <mike@malva.ua>
644         * mc.qpg.in: Synchronization with the latest file has been added
645         to the distro.
646         * configure.ac: Added information about status of charset enabling.
647         * syntax/Syntax: Treat QNX6 specific files with extensions qpg and
648         qpg.in as xml files.
650 2004-11-02  Roland Illig  <roland.illig@gmx.de>
652         * configure.ac: Add feature test whether socklen_t is defined
653         in <sys/socket.h>.
655 2004-10-28  Jindrich Novy  <jnovy@redhat.com>
657         * lib/mc.ext.in: Add a few sound formats that "play" and "mikmod"
658         utility knows.
660 2004-10-27  Roland Illig  <roland.illig@gmx.de>
662         * configure.ac: Add check for type socklen_t.
664 2004-10-27  Juan C. Olivares  <juancri@juancri.com>
666         * syntax/aspx.syntax: Add syntax file for ASP.NET.
667         * syntax/Syntax: Likewise.
668         * syntax/Makefile.am: Likewise.
670 2004-10-27  Pavel S. Shirshov  <me@pavelsh.pp.ru>
672         * TODO: Move entry 'Broken pipe warning...' to 4.6.2 TODO list.
673         Remove entries for perl extfs scripts.
675 2004-10-24  Roland Illig  <roland.illig@gmx.de>
677         * configure.ac: Only add "-Wall" to CFLAGS if GCC is set to "yes".
679 2004-10-23  Roland Illig  <roland.illig@gmx.de>
681         * TODO: Check proper quoting in vfs/extfs/*.
683 2004-10-20  Pavel S. Shirshov  <me@pavelsh.pp.ru>
685         * lib/mc.ext.in: Use xmms for audio files in XWindows mode.
686         Add support for *.wma files. Add support for playlists.
688         Partially based on patch from q# <eth0@o2.pl>
690 2004-10-18  Roland Illig  <roland.illig@gmx.de>
692         * TODO: Some new TODO items with low priority: More standard
693         widgets, CVS frontend, patch editor, context menus.
695 2004-10-16  Roland Illig  <roland.illig@gmx.de>
697         * TODO: Fixed the "./ files in tar archive" item for mc-4.6.1.
699 2004-10-16  Roland Illig  <roland.illig@gmx.de>
701         * syntax/eiffel.syntax: Add syntax highlighting rules for the
702         Eiffel programming language.
703         * syntax/Syntax: Bind *.e with eiffel.syntax.
704         * syntax/Makefile.am: Added syntax.eiffel.
706         From Daniel F Moisset <dmoisset grulic org ar>
708 2004-10-12  Pavel S. Shirshov  <me@pavelsh.pp.ru>
710         * syntax/sql.syntax: Improve sql.syntax file and added several
711         keywords.
713         From Karel Zak
715 2004-10-12  Andrew V. Samoilov  <sav@bcs.zp.ua>
717         * acinclude.m4 (MC_WITH_MCSLANG): Set screen_type to mcslang.
718         * configure.ac: Define USE_INCLUDED_SLANG if screen_type is mcslang.
720 2004-10-05  Gergely Sza'sz  <szaszg@hu.inter.net>
722         * syntax/perl.syntax: Fix highlight the hashes.
723         * syntax/diff.syntax: Highlight comments (lines begin with #),
724         and garbage in diff files.
726 2004-09-17  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
728         * mc.qpg.in: New file. Description for QNX 6.x packager.
730 2004-09-25  Roland Illig  <roland.illig@gmx.de>
732         * configure.ac: #define _GNU_SOURCE to an empty value instead of 1,
733         which conflicted with src/regex.c.
735 2004-09-24  Roland Illig  <roland.illig@gmx.de>
737         * HACKING (Programming tips): Added a tip concerning the NULL
738         pointer in varargs function calls.
740 2004-09-22  Roland Illig  <roland.illig@gmx.de>
742         * HACKING: Added advice for using g_strdup for a modifiable
743         copy of a string.
744         * HACKING: Added a section about where to look for bug reports
745         and patches.
747 2004-09-19  Roland Illig  <roland.illig@gmx.de>
749         * HACKING: Added explanation for const_cast.
751 2004-09-17  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
753         * syntax/makefile.syntax: Adds "define" and "ended" keywords
754         * syntax/perl.syntax: Adds "break" keyword
756 2004-09-10  Jakub Jelinek  <jakub@redhat.com>
758         * lib/mc.lib: Add gnome, rxvt and xterm-new terminals.
760 2004-09-10  Pavel S. Shirshov  <me@pavelsh.pp.ru>
762         * syntax/php.syntax: Upgrade php.syntax file.
764         From Leonard den Ottolander <leonard * den.ottolander.nl>
766 2004-09-04  Jakub Jelinek  <jakub@redhat.com>
768         * configure.ac: grantpt is only available with -D_XOPEN_SOURCE
769         or -D_GNU_SOURCE under Linux.
771 2004-09-04  Pavel S. Shirshov  <me@pavelsh.pp.ru>
773         * HACKING: Add to section "Programming Tips" g_free tip.
775 2004-09-02  Roland Illig  <roland.illig@gmx.de>
777         * HACKING: Added a section "Programming Tips" which lists mistakes
778         that have been done once and should never be repeated.
780 2004-08-29  Roland Illig  <roland.illig@gmx.de>
782         * m4/ri-gcc-warnings.m4: Now handles only the last --enable or
783         --disable option. Before, --disable has not been handled
784         correctly.
786 2004-08-22  Pavel S. Shirshov  <me@pavelsh.pp.ru>
788         * m4/ri-gcc-warnings.m4: Using AC_HELP_STRING for more portable.
789         AS_HELP_STRING was introduced after autoconf 2.57+.
791         From Leonard den Ottolander <leonard * den.ottolander.nl>
793 2004-08-18  Roland Illig  <roland.illig@gmx.de>
795         * "make uninstall": removes the symlinks bin/mcedit and bin/mcview.
797 2004-08-17  Roland Illig  <roland.illig@gmx.de>
799         * configure.ac: The GCC warning flags are only used in
800         maintainer-mode.
802 2004-08-17  Pavel S. Shirshov  <me@pavelsh.pp.ru>
804         * lib/cedit.menu: Security fix patch. Fix insecure temporary file and
805         directory creations. (CAN-2004-0231).
807         * lib/mc.menu: Likewise.
808         * doc/mc.1.in: Likewise.
809         * doc/es/mc.1.in: Likewise.
810         * doc/hu/mc.1.in: Likewise.
811         * doc/it/mc.1.in: Likewise.
812         * doc/pl/mc.1.in: Likewise.
813         * doc/ru/mc.1.in: Likewise.
814         * doc/sr/mc.1.in: Likewise.
816 2004-08-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
818         * configure.ac: Add check for atoll().
820         * doc/mc.1.in (Extension File Edit): Document "directory" keyword.
821         * doc/ru/mc.1.in: Likewise.
823 2004-08-02  Pavel Shirshov  <me@pavelsh.pp.ru>
825         * autogen.sh: Fix unportable "\n" in sed.
827 2004-04-02  Pavel Roskin  <proski@gnu.org>
829         * lib/mc.ext.in: Use gqview instead of ee for images.  ee seems
830         to be obsolete.  Suggested by Marcel Pol <mpol@gmx.net>
832 2004-01-22  Pavel Roskin  <proski@gnu.org>
834         * lib/mc.ext.in: Recognize *.tb2 and *.tbz files.
836         * configure.in: Rename to ...
837         * configure.ac: ... this.
839 2003-12-30  David Martin  <dmartina@excite.com>
841         * doc/mc.1.in: Synchronized latest fixes (long options) and
842         moved year and version number.
844 2003-12-24  Pavel Roskin  <proski@gnu.org>
846         * configure.in: Release 4.6.1-pre1.
848 2003-11-28  Pavel Roskin  <proski@gnu.org>
850         * acinclude.m4 (MC_UNDELFS_CHECKS): Try ext2fs/ext2_fs.h before
851         linux/ext2_fs.h.  Use ext2fs/ext2_fs.h when possible - it's
852         safer to avoid kernel headers.
854 2003-11-27  Pavel Roskin  <proski@gnu.org>
856         * src/TODO: Move ...
857         * TODO: ... here.
858         * doc/DEVEL: Move ...
859         * HACKING: ... here.  Adjust makefiles.
861 2003-11-20  Pavel Roskin  <proski@gnu.org>
863         * build-glib1.sh: Use more portable syntax for functions.  Fall
864         back to "ftp" for download, useful on BSD.
865         * build-glib2.sh: Likewise.
867         * build-glib1.sh: New file - download and compile glib 1.2.x,
868         then compile mc against it.
869         * build-glib2.sh: New file - download and compile glib 2.x with
870         dependencies (gettext, pkgconfig), then compile mc against it.
871         * Makefile.am: Distribute them.
873 2003-10-29  Pavel Roskin  <proski@gnu.org>
875         * acinclude.m4 (MC_UNDELFS_CHECKS): Don't use internal Autoconf
876         variables.
878         * configure.in: Rewrite check for mmap() to avoid using internal
879         variables of Autoconf.  Rename the rest of ac_cv_* to mc_cv_*.
881         * configure.in: Use AC_CHECK_MEMBERS to check fields of struct
882         stat.  Adjust all dependencies.
884         * acinclude.m4 (AC_STRUCT_LINGER): Remove, use AC_CHECK_MEMBERS
885         instead.
887         * configure.in: Define SLANG_POSIX_SIGNALS if all 4 required
888         functions are present.  Remove references to extraconf.h.
889         * extraconf.h: Eliminate.
890         * Makefile.am: Remove extraconf.h.
892         * configure.in: Move ext2fs undelete support ...
893         * acinclude.m4 (MC_WITH_VFS): ... here.
894         * extraconf.h: Remove VFS logic, it's enforced in configure now.
896         * acinclude.m4 (MC_WITH_VFS): Use AC_SEARCH_LIBS when possible.
897         Allow disabling network code by --disable-netcode.
899 2003-10-28  Pavel Roskin  <proski@gnu.org>
901         * configure.in: Don't check if "file" can use stdin - it's
902         unused now.
904 2003-10-25  Pavel Roskin  <proski@gnu.org>
906         * extraconf.h: Don't define HAVE_GRANTPT forcedly if grantpt()
907         wasn't found.  Don't define HAVE_CRYPT, it's unused now.
909         * configure.in: Remove check for socketpair().  Add new option
910         --enable-background.
911         * extraconf.h: Don't define WITH_BACKGROUND.
913 2003-10-14  Pavel Roskin  <proski@gnu.org>
915         * configure.in: Don't check for seekdir() and telldir().
917 2003-09-23  Pavel Roskin  <proski@gnu.org>
919         * doc/sr/Makefile.am: Don't install mcserv documentation if mcfs
920         support is disabled.
922         * lib/*.ti: Remove, these files are obsolete.
923         * lib/tdiff: Likewise.
924         * lib/xterm.tcap: Likewise.
925         * lib/Makefile.am: Remove obsolete files.  Don't install
926         README.xterm and xterm.ad, there are partly obsolete and can
927         break things if used as is.
929 2003-09-22  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
931         * lib/mc.hint.sr: Updated.
932         * lib/mc.menu.sr: New file - translated menu.
933         * lib/Makefile.am: Add mc.menu.sr.
934         * doc/sr/: New Serbian documentation.
935         * doc/Makefile.am: Add "sr" directory.
936         * configure.in: Add substitutions for new files.
938 2003-09-22  Pavel Roskin  <proski@gnu.org>
940         * configure.in: Check for strlcpy() if glib 1.2.x is used.
942 2003-09-11  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
944         * lib/mc.hint.sr: New file - Serbian hints.
946 2003-09-04  Pavel Roskin  <proski@gnu.org>
948         * lib/mc.menu: Add entry for viewing manual pages.
950 2003-08-18  Pavel Roskin  <proski@gnu.org>
952         * lib/mc-wrapper.csh.in: Use "id" command to find the real user
953         id.  $USER is not reliable.
954         * lib/mc-wrapper.sh.in: Likewise.
955         Reported by Figura Peter <peterf@autus.sk>
957 2003-08-18  Andrew V. Samoilov  <sav@bcs.zp.ua>
959         * acinclude.m4 (MC_WITH_NCURSES): Fix ESCDELAY check on Solaris.
960         Make sure that linking succeeds.
962 2003-08-02  Pavel Roskin  <proski@gnu.org>
964         * lib/cedit.menu: Avoid using "id -u", it doesn't work on
965         Solaris.  From Andrew V. Samoilov <sav@bcs.zp.ua>
967 2003-07-23  Pavel Roskin  <proski@gnu.org>
969         * lib/mc.lib: Add more "end" and "home" sequences for xterm.
971 2003-07-22  Pavel Roskin  <proski@gnu.org>
973         Get rid of all references to NATIVE_WIN32.
975         * pc: Remove.  No work has been done on the PC post for years.
976         * README.PC: Likewise.
977         * Makefile.am: Adjust for the above.
978         * configure.in: Likewise.
980 2003-07-21  Pavel Roskin  <proski@gnu.org>
982         * configure.in: Check posix_openpt() first and fallback to
983         GNU-specific getpt() only if needed.
985 2003-06-29  David Sterba  <dave@jikos.cz>
987         * lib/mc.hint.cs: Typo fixes.
989 2003-06-25  Marco Ciampa  <ciampix@libero.it>
991         * doc/it/mc.1.in: small fix
993 2003-06-23  Andrew V. Samoilov  <sav@bcs.zp.ua>
995         * lib/mc.ext: Allow ZIP in all capitals in "file" output.
997 2003-06-18  Pavel Roskin  <proski@gnu.org>
999         * configure.in: Remove test for SCO UNIX.  Remove all references
1000         to SCO_FLAVOR everywhere.  SCO flavor is rather unsavory now.
1002 2003-06-06  Pavel Roskin  <proski@gnu.org>
1004         * lib/mc.ext.in: Don't run compressed logs from /var/log through
1005         nroff.  Suggested by Alfie Costa <agcosta@gmx.net>
1007 2003-05-16  Marco Ciampa  <ciampix@libero.it>
1009         * syntax/ruby.syntax: upgrade
1010         * syntax/perl.syntax: small fix
1012 2003-05-14  Marco Ciampa  <ciampix@libero.it>
1014         * syntax/ruby.syntax: New file - syntax for Ruby.
1015         * syntax/Syntax: Add ruby.syntax.
1016         * syntax/Makefile.am: Likewise.
1018 2003-05-08  Pavel Roskin  <proski@gnu.org>
1020         * mc.spec.in: Strip pre-1998 changelog to work around a bug in
1021         rpm 4.2, which doesn't like %install inside %changelog.
1023 2003-04-29  Pavel Roskin  <proski@gnu.org>
1025         * configure.in: Add vfs/extfs/iso9660 to AC_CONFIG_FILES.
1026         * lib/mc.ext.in: Add support for ISO images.
1028 2003-03-31  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
1030         * syntax/Syntax: Highlight *.mc as a makefile.
1031         * syntax/sql.syntax: Add more keywords for PostgreSQL.
1033 2003-03-21  Pavel Roskin  <proski@gnu.org>
1035         * syntax/sh.syntax: Highlight "find".  Highlight whole string
1036         after "#!".  Make unrecognized text inside `` less bright.
1038 2003-03-17  Marco Ciampa  <ciampix@libero.it>
1040         * doc/it/mc.1.in: Some manual fixes.
1042 2003-03-14  Pavel Roskin  <proski@gnu.org>
1044         * syntax/c.syntax: Allow integer specifiers for %x and %X in C
1045         format strings.
1046         * syntax/cs.syntax: Likewise.
1047         * syntax/java.syntax: Likewise.
1048         * syntax/ml.syntax: Likewise.
1049         * syntax/php.syntax: Likewise.
1050         * syntax/python.syntax: Likewise.
1051         * syntax/slang.syntax: Likewise.
1052         * syntax/swig.syntax: Likewise.
1054 2003-03-11  Pavel Roskin  <proski@gnu.org>
1056         * acinclude.m4 (MC_ASM_LABELS): New macro to work around a bug
1057         gettext.  Define _INTL_REDIRECT_MACROS if needed.
1058         * configure.in: Use MC_ASM_LABELS.
1060 2003-03-07  Pavel Roskin  <proski@gnu.org>
1062         * configure.in: Add --with-glib-static option.
1064 2003-03-06  Pavel Roskin  <proski@gnu.org>
1066         * syntax/spec.syntax: Add BuildArch.
1068 2003-03-05  Pavel Roskin  <proski@gnu.org>
1070         * configure.in: Check availability of setsid().
1072 2003-03-04  Sanlig Badral  <Badral@chinggis.com>
1074         * po/LINGUAS: added Mongolian (mn) translation.
1076 2003-03-03  Pavel Roskin  <proski@gnu.org>
1078         * lib/mc.lib: Add xterm arrows both for application and normal
1079         mode.  Normal mode can be accidentally enabled if one mc is run
1080         from another and Ctrl-O is used to switch between them.
1081         Add F11-F20 definitions for cons25 (FreeBSD console).
1083 2003-02-27  Juan C. Olivares  <juancri@TAGnet.org>
1085         * syntax/cs.syntax: New file.
1086         * syntax/Syntax: Add cs.syntax.
1087         * syntax/Makefile.am: Likewise.
1089 2003-02-27  Marco Ciampa  <ciampix@libero.it>
1091         * doc/it/mc.1.in: updated manual with -e switch description.
1093 2003-02-26  Pavel Roskin  <proski@gnu.org>
1095         * syntax/syntax.syntax: Highlight "define".
1097 2003-02-23  Marco Ciampa  <ciampix@libero.it>
1099         * doc/it/mc.1.in: updated manual with some stylistic changes.
1101 2003-02-23  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
1103         * lib/mc.ext.in: Add entry for QNX Neutrino packages.
1105 2003-02-22  Pavel Tsekov  <ptsekov@gmx.net>
1107         * acinclude.m4 [AC_G_MODULE_SUPPORTED]: New macro.
1108         * configure.in: Test for gmodule.  Don't link mc with libX11 if
1109         gmodule is supported.
1111 2003-02-22  Pavel Roskin  <proski@gnu.org>
1113         * configure.in: Add --with-glib12 option to configure to force
1114         using glib 1.2.x.
1116 2003-02-21  Andrew V. Samoilov  <sav@bcs.zp.ua>
1118         * doc/ru/mc.1.in (Layout): Translate 'Xterm window title' option.
1119         (Extension File Edit): Translate include feature.
1121 2003-02-20  Pavel Roskin  <proski@gnu.org>
1123         * configure.in: Move list of all translations ...
1124         * po/LINGUAS: ... here.
1126 2003-02-18  Pavel Roskin  <proski@gnu.org>
1128         * syntax/c.syntax: Highlight C++ comments in preprocessor
1129         directives.
1130         Reported by Oswald Buddenhagen <ossi@kde.org>
1132 2003-02-13  Marco Ciampa  <ciampix@libero.it>
1134         * doc/it/mc.1.in: updated manual following it.po changes.
1136 2003-02-05  Pavel Roskin  <proski@gnu.org>
1138         * configure.in: Bump version to 4.6.0a.
1140         * configure.in: Version 4.6.0 released.
1142 2003-02-04  Arpi  <arpi@mplayerhq.hu>
1144         * syntax/Syntax: Match *.syntax before other files to fix
1145         highlighting of makefile.syntax.
1147 2003-02-04  Pavel Roskin  <proski@gnu.org>
1149         * syntax/c.syntax: Revert highlighting trailing whitespaces.
1151 2003-02-03  Andrew V. Samoilov  <sav@bcs.zp.ua>
1153         * autogen.sh: Fix unportable "+" sed regexp in gettext_ver
1154         calculation.  Reported by vlad@geekizoid.com.
1156 2003-01-31  Pavel Roskin  <proski@gnu.org>
1158         * syntax/nroff.syntax: Make colors more compatible with the
1159         highlighting used in the internal viewer - yellow for bold and
1160         brightred for italic.
1162 2003-01-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
1164         * syntax/c.syntax: Highlight trailing whitespace(s).
1166 2003-01-30  Pavel Tsekov  <ptsekov@gmx.net>
1168         * acinclude.m4 (MC_WITH_NCURSES): Check -lcurses if -lncurses
1169         doesn't work.  Useful on OpenBSD 3.2.
1171 2003-01-29  Pavel Roskin  <proski@gnu.org>
1173         * lib/mc.ext.in: Fix missing semicolon that affected viewing RPM
1174         packages.
1176 2003-01-24  Pavel Roskin  <proski@gnu.org>
1178         * configure.in: Add -lposix on A/UX before all tests.
1180 2003-01-23  Pavel Roskin  <proski@gnu.org>
1182         * acinclude.m4 (MC_EXTFS_CHECKS): Fix redirection to /dev/null.
1184 2003-01-22  Pavel Roskin  <proski@gnu.org>
1186         * configure.in: Bump version to 4.6.0-pre3a.
1188         * configure.in: Version 4.6.0-pre3 released.
1190         * acinclude.m4 (_MC_WITH_XSLANG): Drop support for old S-Lang
1191         versions that required the native curses library on some OSes.
1193 2003-01-19  Adam Byrtek  <alpha@debian.org>
1195         * doc/mcview.1.in: New file.
1196         * configure.in: Treat it like doc/mcedit.1.in.
1197         * doc/Makefile.am: Likewise.
1199 2003-01-17  Adam Byrtek  <alpha@debian.org>
1201         * doc/mc.1.in (Layout): Document 'Xterm window title' option.
1203 2003-01-16  David Martin  <dmartina@excite.com>
1205         * doc/mc.1.in: Add EXTernal virtual File System node (extfs).
1207 2003-01-16  David Martin  <dmartina@excite.com>
1209         * doc/mc.1.in: Set man page header and footer.
1210         * doc/es/mc.1.in: Likewise.
1211         * doc/hu/mc.1.in: Likewise.
1212         * doc/it/mc.1.in: Likewise.
1213         * doc/pl/mc.1.in: Likewise.
1214         * doc/ru/mc.1.in: Likewise.
1216 2003-01-12  David Martin  <dmartina@excite.com>
1218         * po/es.po: Update. Rewrite localized names for some menu entries.
1219         * doc/es/mc.1.in: Likewise.
1220         * lib/mc.hint.es: Likewise.
1222 2002-12-27  David Martin  <dmartina@excite.com>
1224         * doc/pl/xnc.hlp: Update GPL (change FSF address and move 19xx
1225         entries to "year").
1227 2002-12-26  Pavel Roskin  <proski@gnu.org>
1229         * configure.in: Release 4.6.0-pre2, bump version to 4.6.0-pre2a.
1231         * configure.in: Fix non-portable operator.  Bump version to
1232         4.6.0-pre2.
1234 2002-12-24  Pavel Roskin  <proski@gnu.org>
1236         * lib/mc.ext.in: Use --nosignature with rpm to avoid a message
1237         in the viewer about unsigned packages.
1239         * acinclude.m4 (MC_WITH_SLANG): Don't add -lslang to MCLIBS if
1240         the system S-Lang is rejected.
1242         * lib/mc.ext.in: Play *.mov by mplayer.
1244 2002-12-23  Pavel Roskin  <proski@gnu.org>
1246         * configure.in: Enable X11 support by default, use --without-x
1247         to disable.
1249 2002-12-19  Pavel Roskin  <proski@gnu.org>
1251         * syntax/perl.syntax: Add separate context for function
1252         declarations and definitions, highlight prototypes.
1254 2002-12-11  Pavel Roskin  <proski@gnu.org>
1256         * acinclude.m4 (MC_EXTFS_CHECKS): Add check for Perl.
1257         * configure.in: Substitute Perl location in all extfs scripts
1258         written in Perl.
1260 2002-12-11  David Martin  <dmartina@excite.com>
1262         * doc/xnc.hlp: Update GPL (change FSF address
1263         and move 19xx entries to "year").
1264         * doc/es/xnc.hlp: Likewise.
1265         * doc/hu/xnc.hlp: Likewise.
1266         * doc/it/xnc.hlp: Likewise.
1267         * doc/ru/xnc.hlp: Likewise.
1269 2002-12-09  Pavel Roskin  <proski@gnu.org>
1271         * lib/mc.ext.in: Remove ftplist.  Add patchfs.
1273 2002-11-29  Andrew V. Samoilov  <sav@bcs.zp.ua>
1275         * autogen.sh: Use $srcdir/configure.mc instead of
1276         $srcdir/configure if first one exists and is executable.
1278 2002-11-28  Pavel Roskin  <proski@gnu.org>
1280         * configure.in: Determine which help translations user wants to
1281         install, based on USE_NLS, LINGUAS and ALL_LINGUAS.
1282         * doc/Makefile.am: Set SUBDIR to the list of the requested
1283         translations.
1285         * acinclude.m4 (MC_EXTFS_CHECKS): New macro.
1286         (MC_WITH_VFS): Call MC_EXTFS_CHECKS.
1287         * configure.in: Generate vfs/extfs/uzip.
1288         * vfs/extfs/uzip: Move to vfs/extfs/uzip.in.
1289         * vfs/extfs/Makefile.am: Corresponding adjustments.
1291 2002-11-26  Pavel Roskin  <proski@gnu.org>
1293         * syntax/sql.syntax: Add highlighting for dot and backticks.
1295 2002-11-16  Pavel Roskin  <proski@gnu.org>
1297         * configure.in: Move check for pwdauth() to MC_MCSERVER_CHECKS.
1298         * acinclude.m4 (MC_MCSERVER_CHECKS): If using crypt(), check for
1299         shadow password support.
1301         * acinclude.m4 (MC_MCSERVER_CHECKS): Don't limit PAM check to
1302         Linux.  Use AC_SEARCH_LIBS to find crypt().  Consolidate mcserv
1303         libraries into MCSERVLIBS.
1305         * configure.in: Move all mcserv related checks ...
1306         * acinclude.m4 (MC_MCSERVER_CHECKS): ... here.
1308 2002-11-15  Pavel Roskin  <proski@gnu.org>
1310         * configure.in: Fully enable glib2.  Update the documentation.
1312 2002-11-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
1314         * lib/mc.menu: Don't use --repetitive-best option with bzip2 -
1315         it is redundant in versions 0.9.5 and above.
1317 2002-11-10  Pavel Roskin  <proski@gnu.org>
1319         * configure.in: Check for uintptr_t.  Needed to compile regex.c
1320         on MacOS X.  Reported by Wim Rijnders <wimrijnders@home.nl>
1322 2002-11-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
1324         * syntax/ada95.syntax: Highlight "then" and "else".
1325         From Victor Porton <porton@ex-code.com>.
1326         Highlight "exit".
1328 2002-11-06  Pavel Roskin  <proski@gnu.org>
1330         * lib/edit.indent.rc: Remove all options for indent and add a
1331         comment explaining where those options should be.
1333 2002-11-05  Pavel Roskin  <proski@gnu.org>
1335         * lib/mc-wrapper.csh.in: Remove /bin/csh at the beginning - this
1336         script is not meant to be executed by the kernel.  This also
1337         eliminates dependency of the RPM package on csh.
1338         * lib/mc-wrapper.sh.in: Remove /bin/sh at the beginning.
1340 2002-11-01  Pavel Roskin  <proski@gnu.org>
1342         * configure.in: Don't substitute mc.sh and mc.csh - it's now
1343         done ...
1344         * lib/Makefile.am: ... here.  Add wrappers for mc to avoid
1345         defining complex shell scripts in functions and aliases.
1346         * lib/mc-wrapper.csh.in: New file - template for the script
1347         that runs mc and changes directory in csh.
1348         * lib/mc-wrapper.sh.in: New file - template for the script
1349         that runs mc and changes directory in sh.
1351 2002-11-01  Andrew V. Samoilov  <sav@bcs.zp.ua>
1353         * doc/mc.1.in (Keys): Document S-<chr>.
1354         * doc/ru/mc.1.in: Likewise.
1356 2002-10-31  Pavel Roskin  <proski@gnu.org>
1358         * syntax/diff.syntax: Revert highlighting for trailing spaces
1359         on the added lines - it extends the context to the next line.
1361         * lib/mc.csh.in: Add quoting and check for missing file.
1363         * lib/mc.csh.in: Update to use the new -P option.  This script
1364         has absolutely no protection against special symbols in
1365         directory names and lacks TMPDIR support.
1367         * lib/mc.sh.in: Update to use the new -P option.
1369         * configure.in: Displaying the install paths is too problematic
1370         to implement properly.  Remove this code.
1372 2002-10-29  Pavel Roskin  <proski@gnu.org>
1374         * lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.
1375         * configure.in: Likewise.  Add "-c" (disable ANSI color) to
1376         MAN_FLAGS if supported.
1378         * acinclude.m4 (MC_WITH_SLANG): Reject S-Lang with UTF-8
1379         support, unless external S-Lang was explicitly requested.
1381 2002-10-24  Pavel Roskin  <proski@gnu.org>
1383         * lib/mc.ext.in: Don't use links to view html - the "-dump"
1384         option has been removed in the recent versions.
1385         From David Martin <dmartina@excite.com>
1387 2002-10-21  Pavel Roskin  <proski@gnu.org>
1389         * acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
1390         to the final configuration message.
1392 2002-10-17  Pavel Roskin  <proski@gnu.org>
1394         * doc/hu/Makefile.am: Generate Hungarian help file from the
1395         manual, just like other languages.
1396         * doc/hu/mc.1.in: New file, converted from the help file.
1397         * doc/hu/xnc.hlp: Likewise.
1398         * configure.in: Adjust for the above.
1400         * doc/mc.1.in: Add node names.  Remove redundant paragraph
1401         breaks at the start and the end of the sections.  Mention
1402         "stalelink" as color keyword.
1404 2002-10-14  Pavel Roskin  <proski@gnu.org>
1406         * lib/mc.ext.in: Don't use "-dump" option with "links".
1407         From David Martin <dmartina@excite.com>
1409 2002-10-13  Pavel Roskin  <proski@gnu.org>
1411         * lib/mc.hint*: Remove all references to "-1" - hints file is no
1412         substitute to unambiguous GUI.
1413         From Christian Laubscher <christian.laubscher@tiscalinet.ch>
1415 2002-10-12  Pavel Roskin  <proski@gnu.org>
1417         * lib/mc.ext.in: Redirect stderr from "links" to suppress a
1418         warning if it's not found.
1420 2002-10-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
1422         * doc/mc.1.in (SMB File System): Username is allowed in
1423         URLs now (/#smb:[user@]machine).
1424         * doc/ru/mc.1.in: Likewise.
1426 2002-10-08  Pavel Roskin  <proski@gnu.org>
1428         * configure.in: Rename RH_VERSION to RPM_VERSION - not every
1429         rpm-based system is Red Hat.  Replace all dashes, not just one.
1431         * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
1432         termcap if terminfo is missing in the known locations.
1433         * configure.in: Remove --with-termcap processing, it is now in
1434         acinclude.m4.
1436 2002-10-02  Pavel Roskin  <proski@gnu.org>
1438         * syntax/syntax.syntax: Fix highlighting for "gray".
1440 2002-10-01  Pavel Roskin  <proski@gnu.org>
1442         * configure.in: Expand $bindir and $datadir to show at the end.
1443         Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
1445 2002-09-29  Pavel Roskin  <proski@gnu.org>
1447         * configure.in: Remove the argument from --with-gpm-mouse.  The
1448         directories for include files and libraries can be specified
1449         using LDFLAGS and CPPFLAGS, as documented in the output of
1450         "configure --help".
1452         * configure.in: Complete rewrite of the screen library support.
1453         Add new option --with-screen instead on --with-slang,
1454         --with-included-slang and --with-ncurses.  Only allow
1455         --with-termcap is using the included S-Lang library.
1456         * aclocal.m4: Corresponding changes.
1458         * syntax/mail.syntax: Replace "wholechars right" and "wholechars
1459         left" with single "wholechars".
1460         * syntax/nroff.syntax: Likewise.
1461         * syntax/sh.syntax: Likewise.
1462         * syntax/tcl.syntax: Likewise.
1464         * syntax/*.syntax: Remove numeric Cooledit colors.  It's
1465         unreasonable to require them to be correct.  On the other hand,
1466         Cooledit can easily be changed to accept named color names.
1468         * syntax/syntax.syntax: Don't require Cooledit colors for
1469         highlighting color names.  Remove Cooledit colors.
1471         * syntax/m4.syntax: Don't use yellow color on parentheses, since
1472         it interferes with parentheses highlighting.  Remove list of
1473         supported Autoconf macros.
1475 2002-09-26  Pavel Roskin  <proski@gnu.org>
1477         * syntax/syntax.syntax: Remove highlighting for numbers - it's
1478         for Cooledit only.
1480         * syntax/c.syntax: Require at least one space at the beginning
1481         of indented cpp directives.  Use brightmagenta for them.
1483         * syntax/syntax.syntax: Don't start keywords with "\[" - it
1484         doesn't work.  Use "\[\]" at the end of keywords to suppress
1485         their special meaning.
1487 2002-09-22  Pavel Roskin  <proski@gnu.org>
1489         * doc/Makefile.am: Remove width from the man2hlp command line.
1490         The same for translations.
1492         * configure.in: Remove support for HSC proxy - it's obsolete.
1493         Remove all references to HSC proxy everywhere.
1495 2002-09-21  Pavel Roskin  <proski@gnu.org>
1497         * configure.in: Bump version to 4.6.0-pre1b.
1499         * doc/hu/mc.hlp.hu: Rename to ...
1500         * doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
1501         * configure.in: Substitute doc/hu/mc.hlp.hu.
1502         * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
1504         * doc/mc.1.in: Update path to the data files.  Rename MC_LIBDIR
1505         to MC_DATADIR.  Make the same changes in the translations.
1507         * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
1508         directory for architecture-independent files.
1510 2002-09-19  Pavel Roskin  <proski@gnu.org>
1512         * syntax/m4.syntax: New file.
1513         * syntax/Syntax: Add m4.syntax.
1514         * syntax/Makefile.am: Likewise.
1515         From Vlad Romanenko <VladRomanenko@ukr.net>
1517         * syntax/sql.syntax: Only recognize non-standard MySQL comments
1518         at the beginning of line.
1520 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
1522         * syntax/syntax.syntax: Add "linestart" for "context",
1523         "context default" and "context exclusive" keywords.
1524         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
1525         and "%5.5s" formats.
1527 2002-09-18  Pavel Roskin  <proski@gnu.org>
1529         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
1530         rules for syntax files ...
1531         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
1532         and "include" keywords.
1533         * syntax/Makefile.am: Add syntax.syntax.
1535 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
1537         * syntax/js.syntax: Advanced number highlighting.
1539 2002-09-17  Pavel Roskin  <proski@gnu.org>
1541         * syntax/c.syntax: Highlight "?" by the same color as ":".
1542         * syntax/java.syntax: Likewise.
1543         * syntax/swig.syntax: Likewise.
1544         * syntax/python.syntax: Remove duplicate keyword ":".
1546         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
1547         m4 directory is used by aclocal.
1548         * m4/Makefile.am: New file.
1549         * configure.in: Substitute m4/Makefile.
1550         * autogen.sh: Don't copy any macro files, use m4 directory.
1552         * syntax/Makefile.am: Add js.syntax.
1554         * configure.in: Add support for glib 2.x.  Right now, it has to
1555         be explicitly enabled by `--with-glib2'.
1556         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
1558 2002-09-16  Pavel Roskin  <proski@gnu.org>
1560         * syntax/js.syntax: New file.
1561         * syntax/Syntax: Add js.syntax.
1562         From Vlad Romanenko <VladRomanenko@ukr.net>
1564 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
1566         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
1567         of local xnc.hlp
1568         * doc/pl/xnc.hlp: Removed.
1570 2002-09-13  Pavel Roskin  <proski@gnu.org>
1572         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
1573         Remove "potfiles" command.
1574         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
1575         compatibility with gettext 0.10.x.
1577         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
1578         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
1580         * po/Makevars: New file for compatibility with gettext 0.11.x.
1582         * configure.in: Remove "Debugger code" message.
1584         * acinclude.m4: Replace undelfs_o with use_undelfs.
1585         * configure.in: Likewise.  Don't substitute it.
1587         * configure.in: Simplify processing of without-edit.  Replace
1588         several variables with use_edit.
1589         * acinclude.m4: Remove AC_WITH_EDIT.
1591         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
1592         use_smbfs.
1593         * configure.in: Likewise.
1594         * INSTALL: Document --with-samba.
1596         * configure.in: Roll --enable-mcserv-install into ...
1597         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
1598         * INSTALL: Document --with-mcfs.
1600 2002-09-12  Pavel Roskin  <proski@gnu.org>
1602         * configure.in: Don't check if crypt() prototype is needed to
1603         avoid warnings - the whole code is not worth avoiding one
1604         legitimate warning.
1605         * acinclude.m4: Remove AC_TRY_WARNINGS.
1607         * configure.in: ALL_LINGUAS should be defined unconditionally.
1609         * acinclude.m4: Clarify some help texts, add defaults in square
1610         brackets, use more consistent spacing.
1611         * configure.in: Likewise.
1613         * lib/mc.menu: Don't call tarballs "releases".  Don't
1614         dereference symlinks.
1616 2002-09-10  Pavel Roskin  <proski@gnu.org>
1618         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
1620 2002-09-07  Pavel Roskin  <proski@gnu.org>
1622         * configure.in: Eliminate --with-terminfo option, which was
1623         essentially equivalent to --with-included-slang and didn't force
1624         anything.
1625         * acinclude.m4 (AC_USE_TERMINFO): Remove.
1626         * INSTALL: Adjust to match.
1627         * FAQ: Likewise.
1629 2002-09-05  Pavel Roskin  <proski@gnu.org>
1631         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
1632         NETFILES - it's unused.
1634         * configure.in: Check for arpa/inet.h.
1636         * mcfn_install: Remove.  Also remove all references to it.
1637         * INSTALL.FAST: Update information about ncurses.
1638         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
1640         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
1641         LIBS.
1642         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
1643         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
1644         test for ncurses in non-standard directories.
1646 2002-09-04  Pavel Roskin  <proski@gnu.org>
1648         * lib/mc.ext.in: Remove edit rules for compressed files that
1649         were compressing even unchanged files - the editor itself can
1650         handle compression better.
1652 2002-09-03  Pavel Roskin  <proski@gnu.org>
1654         * acinclude.m4: Remove Termnet support, it's too old and obscure
1655         to be supported properly.
1657 2002-08-27  Pavel Roskin  <proski@gnu.org>
1659         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
1660         OpenOffice.org, not StarOffice.  Add more video formats.
1662         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
1663         unnecessary pipeline.  Redirect stderr from cpio, because it can
1664         be non-empty even for successful operations.
1666 2002-08-26  Pavel Roskin  <proski@gnu.org>
1668         * syntax/spec.syntax: New file.
1669         * syntax/Syntax: Add spec.syntax.
1670         * syntax/Makefile.am: Likewise.
1671         From PLD Linux Distribution with minor changes.
1673 2002-08-25  Pavel Roskin  <proski@gnu.org>
1675         * lib/mcserv.init: Update from Red Hat package.
1676         * lib/mcserv.pamd: Likewise.
1678         * configure.in: Fix interpretation of the iconv test result.
1679         Reported by Pavel Shirshov <me@pavelsh.pp.ru>
1681         * mc.sh.in: Only bash needs the mc() function to be exported.
1683         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
1684         instead of /usr where appropriate.
1685         * doc/Makefile.am: Enable generation of the help file.
1687         * doc/pl/*: Add Polish translation.
1688         * doc/Makefile.am: Adjust for the above.
1689         * configure.in: Likewise.
1691 2002-08-24  Pavel Roskin  <proski@gnu.org>
1693         * lib/edit.indent.rc: Use tidy to format HTML.
1694         From David Martin <dmartina@excite.com>
1696         * lib/cedit.menu: Remove all references to the error file.
1697         * lib/edit.indent.rc: Likewise.
1698         * lib/edit.spell.rc: Likewise.
1700 2002-08-23  Pavel Roskin  <proski@gnu.org>
1702         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
1703         use only for the programs that need it (mc and mcserv).
1705         * configure.in: Fix help text for gpm and ncurses.  Properly
1706         handle --without-ncurses.
1707         Reported by Moritz Barsnick <moritz@barsnick.net>
1709         * configure.in: Work around a bug in Autoconf-2.53 that prevents
1710         splitting of user-specified path in AC_PATH_PROGS.
1712         * configure.in: Move glib test earlier, as it tends to fail for
1713         many users.  Make GLIB_CONFIG a precious variable.  Check for
1714         glib12-config - that's how it's called on FreeBSD.
1715         Reported by Pavel Shirshov <me@pavelsh.pp.ru>
1717 2002-08-22  Pavel Roskin  <proski@gnu.org>
1719         * configure.in: Remove old-style Linux-only support for shadow
1720         passwords.
1722 2002-08-21  Pavel Roskin  <proski@gnu.org>
1724         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
1725         now, otherwise Automake 1.5 breaks.  Remove version number from
1726         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
1727         Substitute RH_VERSION, which is VERSION without dashes, needed
1728         for RedHat specfile.
1730         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
1731         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
1732         two places.
1734         Release mc-4.6.0-pre1.
1736         * configure.in: Bump version to 4.6.0-pre1.
1737         * po/*.po: Regenerate.
1739 2002-08-20  David Martin  <dmartina@excite.com>
1741         * doc/es/mc.1.in: Minor changes.
1742         * doc/es/xnc.hlp: Likewise.
1744 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1746         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
1747         %{_mandir}/*/man1/*.
1749 2002-08-20  Pavel Roskin  <proski@gnu.org>
1751         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
1753 2002-08-19  Pavel Roskin  <proski@gnu.org>
1755         * configure.in: Add Italian documentation.
1756         * doc/Makefile.am: Likewise.
1758         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
1760         * configure.in: Enable subshell support on all operating systems
1761         by default.  Old issues are most likely solved by now.
1763 2002-08-18  Pavel Roskin  <proski@gnu.org>
1765         * lib/mc.ext.in: Try links before lynx.  Force full path when
1766         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
1767         is already broken if the program starts in background.  Add a
1768         comment discouraging taking this code as example.
1770         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
1771         obsolete.
1772         * doc/es/mc.1.in: Likewise.
1773         * doc/ru/mc.1.in: Likewise.
1774         * doc/hu/mc.hlp.hu: Likewise.
1776         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
1777         was unsafe by design and is no longer supported.  Use %t instead
1778         of %u to preserve tags in case of failure.
1780         * vfs/extfs/ftplist.in: Remove support for running commands, it
1781         makes no sense.
1783 2002-08-16  Pavel Roskin  <proski@gnu.org>
1785         * lib/mc.global: Remove, it duplicates the role of mc.lib.
1786         * lib/mc.lib: Add contents of mc.global.
1787         * lib/Makefile.am: Remove all references to mc.global.
1789         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
1790         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
1792 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
1794         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
1795         set, umask and unset like other builtin commands.
1797 2002-08-15  Pavel Roskin  <proski@gnu.org>
1799         * configure.in: Remove check for SIGTSTP, it's not needed for
1800         the subshell support.
1802         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
1803         done at runtime.
1804         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
1806 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
1808         * doc/ru/mc.1.in: Remove reference to README.edit.
1809         * doc/mc.1.in: Likewise.
1810         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
1811         everywhere.
1813 2002-08-14  Pavel Roskin  <proski@gnu.org>
1815         * doc/mc.1.in: Consistently use "native" ftp syntax.
1816         * doc/ru/mc.1.in: Likewise.
1817         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
1818         * doc/es/xnc.hlp: Likewise.
1820         * lib/mc.hlp.hu: Move ...
1821         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
1823 2002-08-09  Pavel Roskin  <proski@gnu.org>
1825         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
1826         and entries that are obsolete or make no sense.
1828         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
1829         "How to use help".
1831         * doc/Makefile.am: Don't distribute help file.  Generate it in
1832         the build directory.
1833         * doc/es/Makefile.am: Likewise.
1834         * doc/ru/Makefile.am: Likewise.
1836         * lib/xnc.hlp: Move ...
1837         * doc/xnc.hlp: ... here.
1838         * doc/Makefile.am: Necessary adjustments.
1839         * lib/Makefile.am: Likewise.
1840         * src/Makefile.am: Likewise.
1842         * configure.in: Add Spanish documentation.
1843         * doc/Makefile.am: Likewise.
1844         * doc/es: Spanish documentation.
1845         From David Martin <dmartina@excite.com>
1847 2002-08-08  Pavel Roskin  <proski@gnu.org>
1849         * lib/mc.lib: Add f11-f20 keys for Konsole.
1851 2002-08-06  Pavel Roskin  <proski@gnu.org>
1853         * syntax/lisp.syntax: New file.
1854         * syntax/Syntax: Add lisp.syntax.
1855         * syntax/Makefile.am: Likewise.
1856         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
1857         changes.
1859 2002-08-04  Pavel Roskin  <proski@gnu.org>
1861         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
1862         subshell if this test fails.
1864 2002-08-03  Pavel Roskin  <proski@gnu.org>
1866         * syntax/mail.syntax: Colors changed to be more readable.
1868         * syntax/html.syntax: Don't require character entities to be
1869         whole, but check their validity.
1871 2002-08-02  Pavel Roskin  <proski@gnu.org>
1873         * configure.in: No longer need to define REGEX_MALLOC.
1875 2002-08-01  Pavel Roskin  <proski@gnu.org>
1877         * configure.in: Remove support for MAD and Electric Fence.
1878         Developers should use modern memory debuggers (e.g. Valgrind).
1879         * INSTALL: Remove references to MAD.
1881 2002-07-31  Pavel Roskin  <proski@gnu.org>
1883         * syntax/html.syntax: Remove recognition for any individual
1884         words - there are too many of them, we cannot keep up.
1886 2002-07-30  Pavel Roskin  <proski@gnu.org>
1888         * doc/ru/Makefile.am: Use man2hlp directly.
1890 2002-07-28  Pavel Roskin  <proski@gnu.org>
1892         * syntax/changelog.syntax: Highlight "*" only after tab.  This
1893         requires fixed syntax highlighting.
1895         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
1896         default. Open *.xls with gnumeric.  Use mplayer for most video
1897         formats.
1899         * syntax/nroff.syntax: Require most keywords to be whole.
1901 2002-07-21  Pavel Roskin  <proski@gnu.org>
1903         * syntax/fortran.syntax: Fix highlighting of "*" at the
1904         beginning of line.  Recognize "     +" as continuation.  Move
1905         all "linestart" keywords earlier to avoid more conflicts.
1907 2002-07-18  Pavel Roskin  <proski@gnu.org>
1909         * syntax/unknown.syntax: Don't highlight anything by default.
1911         * syntax/changelog.syntax: Highlight functions without
1912         filenames.
1913         * syntax/Syntax: Match *ChangeLog*.
1915         * syntax/c.syntax: Reenable highlighting for "/" and preserve
1916         highlighting for "//" comments by using exclusive context.
1917         * syntax/java.syntax: Likewise.
1918         * syntax/swig.syntax: Likewise.
1919         * syntax/slang.syntax: Reenable highlighting for "/".
1920         * syntax/sql.syntax: Enable highlighting for "/" and "-".
1922         * syntax/sql.syntax: New file.
1923         * syntax/Syntax: Add sql.syntax.
1924         * syntax/Makefile.am: Likewise.
1925         From Walery Studennikov <despair@sama.ru> with minor changes.
1927 2002-07-16  Pavel Roskin  <proski@gnu.org>
1929         * lib/mc.ext.in: Remove handling of executables.  They should
1930         be handled internally for "pause after run" to work.
1932         * syntax/Syntax: Associate *.itcl with tcl.syntax.
1933         * syntax/tcl.syntax: Add itcl keywords, other improvements.
1935 2002-07-15  Pavel Roskin  <proski@gnu.org>
1937         * configure.in: Don't check for strcasecmp(), strncasecmp() and
1938         strdup() - test results are not used except in gettext, which
1939         provides its own tests.
1941         * configure.in: When checking for ncurses, check for
1942         has_colors(), not curses_version() - the later is missing in
1943         older version of ncurses.
1945 2002-07-13  Pavel Roskin  <proski@gnu.org>
1947         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
1948         not to LIBS.
1949         * configure.in: Fix breakage in ncurses headers check from the
1950         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
1951         Define REGEX_MALLOC here.
1953         * acinclude.m4 (AC_NCURSES): Remove.
1954         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
1955         AC_CHECK_LIB to check existence of ncurses library.  Eliminate
1956         variables force_ncurses and search_ncurses.
1958 2002-07-10  Pavel Roskin  <proski@gnu.org>
1960         * configure.in: Remove --with-netrc, it is now default and can
1961         be disabled at the runtime.
1963         * syntax/tcl.syntax: New file.
1964         * syntax/Syntax: Add tcl.syntax.
1965         * syntax/Makefile.am: Likewise.
1966         * syntax/java.syntax: Don't treat #define separately from other
1967         preprocessor directives.
1968         * syntax/slang.syntax: Likewise.
1969         * syntax/swig.syntax: Likewise.
1971 2002-07-09  Pavel Roskin  <proski@gnu.org>
1973         * syntax/c.syntax: Don't treat #define separately from other
1974         preprocessor directives.
1976 2002-07-08  Pavel Roskin  <proski@gnu.org>
1978         * syntax/perl.syntax: Highlight text after __END__ as a comment.
1979         * syntax/po.syntax: Avoid gray color, which is hard to see.
1981 2002-07-05  Pavel Roskin  <proski@gnu.org>
1983         * syntax/dos.syntax: Add more commands.
1985 2002-07-04  Pavel Roskin  <proski@gnu.org>
1987         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
1988         sort authors.
1990 2002-06-24  Pavel Roskin  <proski@gnu.org>
1992         * syntax/dos.syntax: New file - highlighting for DOS batch
1993         files.  From Petr Kozelka <pkozelka@centrum.cz>
1994         * syntax/Syntax: Add dos.syntax.
1995         * syntax/Makefile.am: Likewise.
1997 2002-06-04  Max Schedriviy  <max@humgat.org>
1999         * syntax/php.syntax: New version.
2001 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
2003         * NEWS: Mention ftpfs/fish uploading changes and new configure
2004         options --with-codepagedir=DIR, --with-configdir=DIR and
2005         --without-mcfs.
2007 2002-05-22  Pavel Roskin  <proski@gnu.org>
2009         * doc/ru/Makefile.am: Fix out-of-tree build.
2011 2002-05-14  Pavel Roskin  <proski@gnu.org>
2013         * configure.in: Fix logic for gettext 0.10.x.
2015 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
2017         * configure.in: Don't generate po/Makefile if
2018         there is 'top_builddir' in po/Makefile.in.
2019         * autogen.sh: More fixes for gettext 0.11+.
2021 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
2023         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
2025 2002-04-21  Pavel Roskin  <proski@gnu.org>
2027         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
2028         can play them.
2030 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
2032         * autogen.sh: Fix for gettext 0.11 family (and newer).
2034 2002-04-08  Pavel Roskin  <proski@gnu.org>
2036         * autogen.sh: Allow gettext newer than 0.10.39.
2037         From Björn Eriksson <bjorn@bjornen.nu>
2039 2002-04-03  Pavel Roskin  <proski@gnu.org>
2041         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
2042         by "make clean" because not everyone has Perl to rebuild it.
2044 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
2046         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
2047         first line regular expression.
2049 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
2051         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
2052         or newer is not used.
2053         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
2055         * src/Makefile.am: Move mc.hlp.ru processing ...
2056         * doc/ru/Makefile.am: ... here.
2058 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
2060         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
2061         * syntax/c.syntax: Highlight "%p" printf format.
2062         Allow '*' as width and precision for strings and numbers.
2064         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
2065         * doc/ru/mc.1.in: Likewise.
2067 2002-03-18  Pavel Roskin  <proski@gnu.org>
2069         * doc/ru/Makefile.am: Distribute xnc.hlp.
2071 2002-03-12  Pavel Roskin  <proski@gnu.org>
2073         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
2075 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
2077         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
2078         * doc/ru/Makefile.am: New file.
2080 2002-03-08  Pavel Roskin  <proski@gnu.org>
2082         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
2084 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
2086         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
2088 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
2090         * doc/mc.1.in: Use nodename `Background jobs' for section
2091         `Background Jobs' to reflect user visible Command menu option
2092         and src/cmd.c dialog implementation.
2094         * doc/ru: New directory for Russian manuals.
2095         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
2096         translated by Victor A. Kostromin for mc 4.5.30.  Converted
2097         from binary mc.hlp.ru, corrected and actualized by me.
2098         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
2099         * doc/ru/.cvsignore: Ignore mc.1.
2101 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
2103         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
2104         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
2105         mc.lib settings.
2107         (Virtual File System): Document SMB File System.
2109 2002-02-26  Pavel Roskin  <proski@gnu.org>
2111         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
2112         message "no symbol found" for unsupported architectures and
2113         provide more useful information.
2115 2002-02-22  Pavel Roskin  <proski@gnu.org>
2117         * README.smbfs: Remove.  It contained no useful information
2118         and the webpage is now dead.
2119         * Makefile.am: Remove README.smbfs.
2121         * README: Mention that glib 1.2.x is required.
2123 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
2125         * lib/edit.indent.rc: Use "#! /bin/sh"
2126         * lib/edit.spell.rc: Likewise.
2127         * lib/mcserv.init: Likewise.
2129         * lib/cedit.menu: Eliminate bashisms.
2130         Add missed `:' in AUTHOR evaluation.
2131         Unset LANGUAGE and make LC_ALL empty.
2132         Use "#! /path/to/program".
2134 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
2136         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
2137         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
2138         Fix tarfs URL syntax example.  Minor typo and format fixes.
2140 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
2142         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
2143         Fix location of configuration files.
2145 2002-02-05  Pavel Roskin  <proski@gnu.org>
2147         * configure.in: Don't use defunct ncurses_version.
2148         Reported by Thomas Dickey <dickey@herndon4.his.com>
2149         Set force_ncurses whenever --with-ncurses is used.  If set,
2150         suppress checks for S-Lang and fail is ncurses is not found.
2152         * configure.in: Introduce a new variable screen_type that is
2153         either "slang" or "ncurses" without additional text.  Use it
2154         instead of screen_manager whenever possible.  Fix text in
2155         AC_NCURSES call, use m4 quotes and move shell quotes into the
2156         macro.
2157         * acinclude.m4: Likewise.
2159 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
2161         * syntax/Syntax: Known Delphi/Kylix source file extensions
2162         supported (*.dpr, *.inc).
2163         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
2164         Special highlighting for CVS keywords.  Understands single-line
2165         comments (//).
2167 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
2169         * configure.in (ALL_LINGUAS): Added "bg"
2171 2002-01-21  Pavel Roskin  <proski@gnu.org>
2173         * NEWS: Mention word completion in the editor.
2175 2002-01-17  Pavel Roskin  <proski@gnu.org>
2177         * extraconf.h: Remove OS/2 specific code.
2179         * doc/mc.1.in (Configuration): Clarify some entries.
2181 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
2183         * acinclude.m4: New options for smbfs:
2184         --with-configdir=DIR    Where the Samba configuration files are (/etc)
2185         --with-codepagedir=DIR  Where the Samba codepage files are
2187 2002-01-11  Pavel Roskin  <proski@gnu.org>
2189         * syntax/xml.syntax: New file - highlighting for XML.
2190         From Petr Kozelka <pkozelka@centrum.cz>
2191         * syntax/Syntax: Add xml.syntax.
2192         * syntax/Makefile.am: Likewise.
2194 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
2196         * configure.in: Added "eu" to ALL_LINGUAS.
2198 2002-01-03  Pavel Roskin  <proski@gnu.org>
2200         * lib/mc.menu: Correct quoting.
2201         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
2203         * NEWS: Mention removal of the OS/2 port.
2204         * README.PC: Remove OS/2 specific parts.
2206 2002-01-02  Pavel Roskin  <proski@gnu.org>
2208         * configure.in: Make help about --with-subshell easier to
2209         understand.  Minor alignment fixes for the help.
2210         * acinclude.m4: Minor alignment fixes for the help.
2212 2001-12-31  Pavel Roskin  <proski@gnu.org>
2214         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
2215         from vfs/Make-mc.in.
2217 2001-12-27  Duarte Loreto  <happyguy_pt@hotmail.com>
2219         * configure.in: Added Portuguese to ALL_LINGUAS
2221 2001-12-21  Pavel Roskin  <proski@gnu.org>
2223         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
2224         Don't remove slang/slang.h - it's never created.
2226         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
2227         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
2228         unused.
2230 2001-12-01  Wang Jian  <lark@linux.net.cn>
2232         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
2234 2001-11-29  Pavel Roskin  <proski@gnu.org>
2236         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
2238 2001-11-27  Pavel Roskin  <proski@gnu.org>
2240         * lib/mc.ext.in: When running X programs in background, do it
2241         from subshell.  Otherwise some of them terminate when mc exits.
2242         Reported by Christian Dysthe <christian@dysthe.net>
2243         Remove some obsolete and gmc-specific entries.  Use StarOffice
2244         to open files detected as "Microsoft Office Document".
2246         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
2247         XFree86 4.1.0.
2249 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
2251         * doc/mcedit.1.in: Fix help file location.
2253 2001-11-14  Pavel Roskin  <proski@gnu.org>
2255         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
2256         fallback to ino_t for e2fsprogs version 1.19 and older.
2258 2001-10-30  Pavel Roskin  <proski@gnu.org>
2260         * lib/mc.ext.in: Add support for Netpbm files.
2262 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
2264         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
2265         http://bugzilla.gnome.org/show_bug.cgi?id=60935
2266         By drk@sgi.com.
2268         * doc/mc.1.in: Document %p macro.
2270 2001-10-24  Pavel Roskin  <proski@gnu.org>
2272         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
2273         Allow using --without-mmap.
2274         * INSTALL: Document --without-mmap.
2276 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
2278         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
2279         of languages to be installed by setting env variable before
2280         configure. If it is empty, it defaults to full list.
2281         By Alex Tkachenko <alex@bcs.zp.ua>.
2283 2001-10-19  Pavel Roskin  <proski@gnu.org>
2285         * syntax/sh.syntax: Highlight reserved words inside backticks.
2286         Use the same wholechars settings for reserved words and
2287         commands.  Recognize more words.  Recognize function definitions
2288         without "function" or without "()".  Use brightmagenta instead
2289         of brightblue.
2291 2001-10-18  Pavel Roskin  <proski@gnu.org>
2293         * configure.in: When checking for "nroff -mandoc" support, don't
2294         use /dev/null as input file, use stdin.  Some versions of nroff
2295         (e.g. groff-1.16.1) don't accept special files.
2297 2001-10-14  Pavel Roskin  <proski@gnu.org>
2299         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
2300         Makefile.  Don't allow any suffixes after "Makefile".
2302 2001-10-12  Pavel Roskin  <proski@gnu.org>
2304         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
2305         format).
2307 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
2309         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
2310         Fix compress<->bzip2 conversion and conversion of tagged
2311         archives.
2313 2001-10-05  Pavel Roskin  <proski@gnu.org>
2315         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
2316         Suggested by Marcel Pol <mpol@gmx.net>
2318         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
2319         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
2320         and *.mid files.
2322 2001-09-30  Pavel Roskin  <proski@gnu.org>
2324         * configure.in: Don't check whether grep supports stdin - it's
2325         not used anymore.
2326         * NEWS: Mention this change.
2328 2001-09-19  Pavel Roskin  <proski@gnu.org>
2330         * doc/mcedit.1.in: Fix a very long line - use double
2331         backslashes since they are interpreted even in the .nf blocks.
2333         * lib/edit.spell.rc: Try aspell before resorting to ispell.
2335         * syntax/php.syntax: Replace with a better implementation by
2336         Max Schedriviy <max@tavrida.net>
2338 2001-09-15  Pavel Roskin  <proski@gnu.org>
2340         * doc/mc.1.in: Fix location of mcedit files.
2341         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
2343 2001-09-14  Pavel Roskin  <proski@gnu.org>
2345         * configure.in: Don't check for ncurses version and for keyok()
2346         because the mouse support code doesn't need this hack anymore.
2348 2001-09-13  Pavel Roskin  <proski@gnu.org>
2350         * configure.in: Fix some cases of overquoting and underquoting.
2351         * acinclude.m4: Likewise.
2353 2001-09-12  Pavel Roskin  <proski@gnu.org>
2355         * configure.in: Update list of browsers.  Don't fallback to
2356         lynx since it cannot be run in background.
2357         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
2358         If no browser for X11 was found, use lynx.
2360         * autogen.sh: Add a workaround to ensure that "depcomp" is
2361         distributed.
2362         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
2363         where appropriate.
2364         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
2365         terminfo.
2367         * configure.in: Use three-argument form of AC_INIT.  Use
2368         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
2369         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
2370         is not needed if AC_CONFIG_AUX_DIR is used.
2371         * vfs/Make-mc.in: Adjust mkinstalldirs location.
2372         * autogen.sh: Create "config" and remove "autom4te.cache".
2374 2001-09-11  Pavel Roskin  <proski@gnu.org>
2376         * syntax/Syntax: New file, extracted from edit/syntax.c.
2377         * syntax/Makefile.am: Add Syntax.
2379         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
2380         to LIBS.  Don't use unportable "grep -q", use "case" instead.
2382 2001-09-10  Pavel Roskin  <proski@gnu.org>
2384         * configure.in: Only check for X if --with-tm-x-support has been
2385         specified.
2387         * configure.in: Add check for sys/ioctl.h.
2389         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
2391         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
2392         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
2393         testing for functions in ncurses.
2395         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
2396         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
2397         * acconfig.h: Remove.
2399         * configure.in: Eliminate LIBSLANG and LSLANG.
2400         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
2402         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
2403         resizeterm() and keyok() only if configuring with ncurses.
2405         * configure.in: Remove now unused variables LIBVFS and LVFS.
2407         * configure.in: Remove unused variables LINTL and INTLDEPS.
2409         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
2410         building with included gettext, because libintl.h is copied
2411         there.
2413 2001-09-09  Pavel Roskin  <proski@gnu.org>
2415         * NEWS: Update.
2417         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
2418         checks -lgen for getmntent as of Autoconf 2.52.
2420 2001-09-07  Pavel Roskin  <proski@gnu.org>
2422         * configure.in: Check for pwd.h.
2424         * Make.common.in: Remove.
2425         * configure.in: Remove all references to Make.common.in and
2426         MCCPPFLAGS.
2427         * aclocal.m4: Likewise.
2429         * configure.in: Require Autoconf 2.52.  Remove hacks for
2430         Autoconf 2.13.
2431         * Makefile.am: Require Automake 1.5.
2433 2001-09-06  Pavel Roskin  <proski@gnu.org>
2435         * syntax/php.syntax: New file - PHP file highlighting.  Copied
2436         from Cooledit 3.17.4.
2437         * syntax/Makefile.am: Add php.syntax.
2439 2001-09-06  Timur Bakeyev  <mc@bat.ru>
2441         * acconfig.h: Brought back couple of symbols, that are still necessary
2442         due reference to them from configure.in.
2444 2001-09-04  Pavel Roskin  <proski@gnu.org>
2446         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
2447         strictness for dates.
2449         * doc/mc.1.in: Fix troff warnings.
2450         * doc/mcedit.1.in: Likewise.
2452 2001-09-03  Pavel Roskin  <proski@gnu.org>
2454         * doc/mc.1.in: Spellcheck.
2455         * doc/mcedit.1.in: Likewise.
2456         * doc/mcserv.8.in: Likewise.
2458         * doc/mc.1.in (Learn Keys): Complete rewrite.
2460 2001-09-02  Pavel Roskin  <proski@gnu.org>
2462         * acconfig.h: Remove all unused symbols.
2464         * lib/ncurses.h: Remove.
2465         * lib/Makefile.am: Remove ncurses.h.
2467 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
2469         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
2471 2001-08-28  Pavel Roskin  <proski@gnu.org>
2473         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
2474         like EOF.
2476 2001-08-26  Pavel Roskin  <proski@gnu.org>
2478         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
2479         CONS_SAVER.  Put all conditionals together.
2481         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
2482         Automake 1.5.
2484         * configure.in: Remove XCURSES variable - it's unused.
2486         * configure.in: New conditional USE_EDIT.
2488         * syntax/changelog.syntax: Don't require '@' to be in the
2489         address.  This also works around a bug in the syntax engine
2490         that prevented highlighting of addresses.
2492 2001-08-25  Pavel Roskin  <proski@gnu.org>
2494         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
2496 2001-08-24  Pavel Roskin  <proski@gnu.org>
2498         * extraconf.h: Remove all references to HAVE_X.
2499         * acinclude.m4: s/GNOME_/MC_/
2500         * configure.in: Likewise.  Remove or clarify all references to
2501         the "text edition".  Minor fixes.
2503         * configure.in: Remove support for curses libraries other than
2504         ncurses.
2505         * acinclude.m4: Likewise.
2506         * FAQ: Remove everything about UNIX curses.
2507         * INSTALL: Likewise.
2509         * configure.in: Enable large file support by default.
2510         * NEWS: Mention it.
2511         * INSTALL: Document it.  Minor fixes.
2513         * FAQ: Remove information about GNOME edition.  Minor fixes.
2514         * README: Likewise.
2515         * NEWS: Mention removing the GNOME edition.
2517         * acinclude.m4: Include all used macros from the macros
2518         directory.
2519         * autogen.sh: Remove all references to "macros".
2520         * Makefile.am: Likewise.
2522         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
2523         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
2525         * lib/startup.links: Remove.
2526         * lib/README.desktop: Likewise.
2527         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
2529         * configure.in: Bump version to 4.5.99a.
2531         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
2532         * po/*.po: Regenerate.
2534         * AUTHORS: Update and spell check.
2535         * FAQ: Likewise.
2536         * INSTALL: Likewise.
2537         * INSTALL.FAST: Likewise.
2538         * NEWS: Likewise.
2539         * README.PC: Likewise.
2540         * README.QNX: Likewise.
2542         * configure.in: Add check for stropts.h.
2544 2001-08-23  Pavel Roskin  <proski@gnu.org>
2546         * lib/edit.indent.rc: Create cooledit.error right away to
2547         override its old contents.  Don't use ksh extensions.  Treat *.C
2548         files as C++.  Recognize more C++ extensions.  Support java.
2549         Update URL for "astyle".  Quote all arguments to protect spaces.
2550         * lib/edit.spell.rc: Don't save terminal settings - mc does it
2551         itself.  Quote all arguments to protect spaces.
2553 2001-08-21  Pavel Roskin  <proski@gnu.org>
2555         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
2556         files if GNOME frontend is disabled.
2557         * idl/Makefile.am: Likewise.
2558         * lib/Makefile.am: Likewise.
2559         * new_icons/Makefile.am: Likewise.
2561         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
2562         case it already has gettext macros elsewhere and doesn't like
2563         duplicates (i.e. it's aclocal from Automake-1.4).
2565 2001-08-20  Pavel Roskin  <proski@gnu.org>
2567         * AUTHORS: Updated.
2568         * INSTALL: Likewise.
2569         * NEWS: Likewise.
2570         * doc/mc.1.in: Likewise.
2571         * doc/mcserv.8.in: Likewise.
2573         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
2574         for sys/mount.h.
2576 2001-08-19  Andras Timar  <timar@gnome.hu>
2578         * lib/Makefile.am: Added Hungarian hints
2579         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
2581 2001-08-19  Pavel Roskin  <proski@gnu.org>
2583         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
2585 2001-08-17  Pavel Roskin  <proski@gnu.org>
2587         * syntax/po.syntax: New file - PO file highlighting.
2588         From David Martin <dmartina@excite.es>
2589         * syntax/Makefile.am: Add po.syntax.
2591         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
2592         it's sometimes missing from the databases.
2594 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
2596         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
2597         * lib/Makefile.am: Reflect above change.
2599 2001-08-15  Pavel Roskin  <proski@gnu.org>
2601         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
2603 2001-08-14  Pavel Roskin  <proski@gnu.org>
2605         * lib/mc.lib: Add popular sequences for "home" and "end" in
2606         "xterm" and "xterm-color" terminals.
2608 2001-08-13  Pavel Roskin  <proski@gnu.org>
2610         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
2612         Replace "Can't" with "Cannot" everywhere.
2614 2001-08-12  Pavel Roskin  <proski@gnu.org>
2616         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
2617         subshell, not for "Open file...".
2618         (emacs_key_map): Likewise.
2620         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
2622 2001-08-10  Pavel Roskin  <proski@gnu.org>
2624         * Makefile.am (EXTRA_DIST): Remove BUGS.
2625         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
2627         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
2629         * doc/LSM: Remove, it's outdated.
2630         * doc/FILES: Likewise.
2631         * doc/DEVEL: Remove information about FILES.
2633         * FAQ: Eliminate all broken URLs on the MC site.
2634         From Frederic L. W. Meunier <0@pervalidus.net>
2636         * FAQ: Restore information about xterm.
2638 2001-08-08  Pavel Roskin  <proski@gnu.org>
2640         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
2642 2001-08-07  Pavel Roskin  <proski@gnu.org>
2644         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
2646         * doc/mc.1.in: Fix all broken links.
2648 2001-08-06  Pavel Roskin  <proski@gnu.org>
2650         * INSTALL: Numerous changes.  Declare old curses obsolete.
2651         Partly from Frederic L. W. Meunier <0@pervalidus.net>
2653         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
2655 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
2657         * lib/Makefile.am: Remove space after backslash introduced in the
2658         previous commit.
2660         * lib/mc.hint.zh_TW.Big5: New file.
2661         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
2663 2001-08-02  Pavel Roskin  <proski@gnu.org>
2665         * lib/mc.hint.uk: New file.
2666         From Maksym Polyakov <polyama@yahoo.com>
2667         * lib/Makefile.am: Add mc.hint.uk.
2669 2001-08-01  Pavel Roskin  <proski@gnu.org>
2671         * lib/mc.hint.nl: New file.
2672         From Steef Boerrigter <sxmboer@sci.kun.nl>
2673         * lib/Makefile.am: Add mc.hint.nl.
2674         * lib/mc.hint: Remove ftp site.  Update copyright.
2675         * lib/mc.hint.cs: Likewise.
2676         * lib/mc.hint.es: Likewise.
2677         * lib/mc.hint.it: Likewise.
2678         * lib/mc.hint.pl: Likewise.
2679         * lib/mc.hint.ru: Likewise.  Shorten some lines.
2681         * edit/Makefile.in: Allow running "make install" before "make all".
2682         * gtkedit/Makefile.in: Likewise.
2684 2001-07-31  Pavel Roskin  <proski@gnu.org>
2686         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
2687         editor.
2688         * lib/Makefile.am: Add lib/edit.spell.rc.
2690         * autogen.sh: Use gettextize.
2691         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
2692         * po/Makefile.in.in: Likewise.
2694 2001-07-29  Pavel Roskin  <proski@gnu.org>
2696         * syntax/slang.syntax: New file.
2697         From Walery Studennikov <despair@sama.ru>
2698         * syntax/Makefile.am: Add slang.syntax.
2700 2001-07-27  Pavel Roskin  <proski@gnu.org>
2702         * extraconf.h: Move WITH_BACKGROUND here.
2704 2001-07-24  Pavel Roskin  <proski@gnu.org>
2706         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
2708 2001-07-23  Pavel Roskin  <proski@gnu.org>
2710         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
2712 2001-07-20  Pavel Roskin  <proski@gnu.org>
2714         * Make.common.in: Move all defines ...
2715         * gnome/Makefile.in: ... here ...
2716         * src/Makefile.in: ... and here.
2718 2001-07-19  Pavel Roskin  <proski@gnu.org>
2720         * configure.in: Don't check for getwd, it's completely
2721         eliminated.
2722         * INSTALL: Remove reference to HAVE_GETWD.
2724         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
2725         entries for compressed cpio archives.
2727         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
2728         they were only used in obsolete frontends.  Don't ever use %view
2729         without commands - it's slower and loses user settings, e.g.
2730         hex mode.  Put shared libraries before man pages and read.me
2731         before .me macros so that they match correctly.  Use nm for
2732         shared libraries.  Add rules for StarOffice and AbiWord.
2734 2001-07-14  Pavel Roskin  <proski@gnu.org>
2736         * configure.in: Bump version to 4.5.54a.
2738 2001-07-13  Pavel Roskin  <proski@gnu.org>
2740         * lib/mcserv.init: Fix exit status.
2741         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
2743         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
2744         "executable", which should follow a space. Simplify rules for
2745         images. Add shell/ rule for *.info files. Fix all incorrect
2746         uses of the alternation operator.
2747         Reported by Oskar Liljeblad and Michel Casabona.
2749 2001-07-12  Pavel Roskin  <proski@gnu.org>
2751         * configure.in: Don't check for iconv, it's already checked for
2752         in AM_GNU_GETTEXT.
2754 2001-07-10  Pavel Roskin  <proski@gnu.org>
2756         * doc/mc.1.in: Update documentation about hex search.
2758         * edit/edit_key_translator.c (cooledit_key_map): Bind
2759         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
2760         From Steef Boerrigter <sxmboer@sci.kun.nl>
2762         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
2763         * edit/edit_key_translator.c (cooledit_key_map): Add support
2764         for bracket matching on Alt-B.
2765         * gtkedit/gtkeditkey.c: Likewise.
2766         From Steef Boerrigter <sxmboer@sci.kun.nl>
2768 2001-07-06  Pavel Roskin  <proski@gnu.org>
2770         * lib/mc.ext.in: Use nm to view object files.
2772         * Make.common.in: Remove GNOME-specific and unused definitions.
2773         Partly moved to gnome/Makefile.in.
2775         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
2776         they are usused.
2777         * Make.common.in: Likewise.
2779 2001-06-29  Pavel Roskin  <proski@gnu.org>
2781         * ABOUT-NLS: Update to the version from gettext-0.10.38.
2783         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
2784         now done in configure. Move -I.. to the beginning.
2785         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
2786         libintl.a may be required to link mc.
2787         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
2788         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
2789         Move all i18n code to one place. Don't substitute INTLSUB - it's
2790         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
2791         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
2793 2001-06-25  Pavel Roskin  <proski@gnu.org>
2795         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
2796         It should be enabled explicitly by giving `--enable-largefile'
2797         to configure.
2798         * INSTALL: Document it.
2800 2001-06-22  Pavel Roskin  <proski@gnu.org>
2802         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
2804         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
2805         in struct statfs.
2806         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
2808         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
2809         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
2810         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
2811         found.
2812         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
2814 2001-06-19  Pavel Roskin  <proski@gnu.org>
2816         * configure.in: Check for telldir and seekdir. Join adjacent
2817         calls to AC_CHECK_FUNCS.
2819 2001-06-16  Pavel Roskin  <proski@gnu.org>
2821         * Makefile.am: Change the order of SUBDIRS to fully compile text
2822         edition before compiling anything for GNOME.
2823         * mc.spec.in: Don't use brace expansion to avoid implicit
2824         build-time dependency on bash.
2826 2001-06-13  Pavel Roskin  <proski@gnu.org>
2828         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
2829         the test code.
2830         * configure.in: Fix compiler warnings in the arguments to
2831         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
2832         around `=' in the `test' command.
2834 2001-06-07  Pavel Roskin  <proski@gnu.org>
2836         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
2837         GNOME documentation template.
2838         * doc-gnome/C/mkhtml: Don't generate index.
2839         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
2841 2001-06-06  Pavel Roskin  <proski@gnu.org>
2843         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
2844         conditional variables from EXTRA_DIST.
2846 2001-06-05  Pavel Roskin  <proski@gnu.org>
2848         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
2849         conversion support.
2850         From Walery Studennikov <hqsoftware@mail.ru>.
2852         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
2854 2001-06-01  Pavel Roskin  <proski@gnu.org>
2856         * lib/mc.charsets: Synchronize with the latest patch - remove
2857         a comment.
2859 2001-05-30  Pavel Roskin  <proski@gnu.org>
2861         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
2862         work with GNOME.
2864         * lib/mc.charsets: New file. From Walery Studennikov.
2865         * lib/Makefile.am: Distribute mc.charsets. Install it if
2866         the charset support is enabled.
2868         * configure.in: Add check for iconv() and the necessary code
2869         to support the charset selection patch.
2871         * configure.in: Add check for ESCDELAY variable in ncurses.
2873 2001-05-29  Pavel Roskin  <proski@gnu.org>
2875         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
2876         USE_EXT2FSLIB.
2878         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
2879         * pc/config.h: Likewise.
2881         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
2882         and "strings". Recognize "write" files and MS Word templates.
2883         For MS Excel documents try "xls2csv" and "strings".
2884         Escape spaces in the "type" directives.
2885         From Nerijus Baliunas.
2887         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
2889         * Make.common.in: Remove hpath, it's unused.
2891         * acconfig.h: Move constant parts ...
2892         * extraconf.h: ... here.
2893         [HAVE_X]: Disable subshell, s-lang and curses.
2894         * Makefile.am: Add extraconf.h.
2896 2001-05-28  Pavel Roskin  <proski@gnu.org>
2898         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
2899         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
2900         * configure.in: ... here.
2902 2001-05-27  Pavel Roskin  <proski@gnu.org>
2904         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
2905         * acconfig.h: Likewise.
2906         * src/layout.c: Likewise.
2908         * Make.common.in: Remove all percent rules.
2909         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
2910         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
2911         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
2912         AM_INIT_AUTOMAKE.
2914         * Make.common.in: Remove obsolete dependency tracking system.
2915         * configure.in: Likewise.
2916         * edit/Makefile.in: Likewise.
2917         * gnome/Makefile.in: Likewise.
2918         * gtkedit/Makefile.in: Likewise.
2919         * slang/Makefile.in: Likewise.
2920         * src/Makefile.in: Likewise.
2921         * vfs/Make-mc.in: Likewise.
2922         * src/depend.awk: Remove.
2924 2001-05-26  Pavel Roskin  <proski@gnu.org>
2926         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
2927         * syntax/octave.syntax: New file. From Walery Studennikov.
2928         * syntax/Makefile.am: Add octave.syntax.
2930         * configure.in: Fix incorrect test for stdin support in grep -
2931         it would always fail when configuring in an empty directory.
2932         Portability fixes - unset, backslashed space in here-documents.
2933         Eliminate all instances of "changequote".
2935         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
2936         user choice.
2937         * acconfig.h: Changes for the above.
2938         * INSTALL: Don't document --with-sco - it's now defunct.
2939         * INSTALL.FAST: Likewise.
2941 2001-05-25  Pavel Roskin  <proski@gnu.org>
2943         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
2944         are in the beginning of the "file" output.
2946 2001-05-23  Pavel Roskin  <proski@gnu.org>
2948         * lib/mc.ext.in: Add associations for viewing RPM files.
2950 2001-05-22  Pavel Roskin  <proski@gnu.org>
2952         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
2953         By default exit after the first error in jade.
2955         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
2956         JADEFLAGS environment variables. Report progress. Clean up on
2957         failure.
2959 2001-05-21  Pavel Roskin  <proski@gnu.org>
2961         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
2962         files.
2964         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
2965         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
2967 2001-05-20  Pavel Roskin  <proski@gnu.org>
2969         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
2970         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
2971         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
2972         * doc-gnome/C/figs/Makefile.am: Add support for converting from
2973         PNG to EPS.
2975         * Makefile.am (EXTRA_DIST): Remove create_vcs.
2976         * doc/FILES: Likewise. Typo fix.
2978 2001-05-19  Pavel Roskin  <proski@gnu.org>
2980         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
2981         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
2982         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
2984         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
2985         index entry "Moving files".
2987 2001-05-18  Pavel Roskin  <proski@gnu.org>
2989         * configure.in: Use src/main.c in AC_INIT.
2991         * create_vcs: Remove.
2993         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
2994         Add download location for glib.
2995         * mc.spec.in: Likewise.
2996         * doc/LSM: Likewise.
2997         * doc/mc.1.in: Likewise.
2998         * doc/mcedit.1.in: Likewise.
2999         * src/ext.c: Don't mention download location for MC.
3001         * FAQ: Update status of Tk, XView. and GNOME editions. Update
3002         homepage of gpm.
3004         * INSTALL: Remove information about Tk and XView. Change the
3005         mailing list addresses again.
3006         * FAQ: Change the mailing list addresses again.
3007         * MAINTAINERS: Likewise.
3008         * README: Likewise.
3009         * doc/mc.1.in: Likewise.
3010         * gnome/gmc-window.c: Likewise.
3011         * lib/README.xterm: Likewise.
3012         * lib/mc.ext.in: Likewise.
3013         * lib/mc.hint*: Likewise.
3014         * lib/mc.hlp.hu: Likewise.
3015         * po/*.po: Likewise.
3016         * src/main.c: Likewise.
3018 2001-04-20  Pavel Roskin  <proski@gnu.org>
3020         * FAQ: Change the mailing list addresses and the download
3021         locations.
3022         * INSTALL: Likewise.
3023         * MAINTAINERS: Likewise.
3024         * README: Likewise.
3025         * doc/mc.1.in: Likewise.
3026         * gnome/gmc-window.c: Likewise.
3027         * lib/README.xterm: Likewise.
3028         * lib/mc.ext.in: Likewise.
3029         * lib/mc.hint*: Likewise.
3030         * lib/mc.hlp.hu: Likewise.
3031         * po/*.po: Likewise.
3032         * src/main.c: Likewise.
3034 2001-04-19  Pavel Roskin  <proski@gnu.org>
3036         * configure.in: Don't install mcserv unless
3037         "--enable-mcserv-install" has been specified.
3038         Don't quote the first argument in all calls to AM_CONDITIONAL
3039         to work around a bug in Automake 1.4.
3040         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
3041         * vfs/Make-mc.in: Likewise.
3043 2001-04-13  Pavel Roskin  <proski@gnu.org>
3045         * configure.in: Bump version to 4.5.53a.
3047 2001-04-06  Pavel Roskin  <proski@gnu.org>
3049         * gtkedit/editcmd.c: Remove support for XView layout attributes.
3050         * gtkedit/editoptions.c: Likewise.
3051         * pc/chmod.c: Likewise.
3052         * pc/drive.c: Likewise.
3053         * src/boxes.c: Likewise.
3054         * src/chmod.c: Likewise.
3055         * src/dlg.c: Likewise.
3056         * src/dlg.h: Likewise.
3057         * src/filegui.c: Likewise.
3058         * src/find.c: Likewise.
3059         * src/hotlist.c: Likewise.
3060         * src/layout.c: Likewise.
3061         * src/listmode.c: Likewise.
3062         * src/main.c: Likewise.
3063         * src/option.c: Likewise.
3064         * src/panelize.c: Likewise.
3065         * src/wtools.c: Likewise.
3066         * src/wtools.h: Likewise.
3067         * vfs/smbfs.c: Likewise.
3069         * autogen.sh: Check out "intl" and "macros" directories if they
3070         are missing. Simply "cvs up -d" won't restore them.
3072         * configure.in: Bump version to 4.5.52a.
3074 2001-03-14  Pavel Roskin  <proski@gnu.org>
3076         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
3077         Automake conditional USE_SAMBA_FS if Samba is to be supported
3078         in VFS.
3080 2001-03-07  Pavel Roskin  <proski@gnu.org>
3082         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
3083         defined.
3084         Reported by Norbert Warmuth.
3086         * configure.in: Don't process vfs/extfs/uzip - it's now
3087         constant.
3089         * syntax/changelog.syntax: Require space after asterisk to have
3090         it highlighted.
3092 2001-03-02  Pavel Roskin  <proski@gnu.org>
3094         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
3095         * configure.in: Use AC_PROG_CC_STDC instead.
3097         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
3098         Suggested by Christian Gennerat.
3100         * lib/mc.ext.in: Add support for "freeze" - old compression
3101         program used mostly on QNX.
3102         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
3103         * lib/Makefile.am: Adjusted.
3105 2001-02-26  Pavel Roskin  <proski@gnu.org>
3107         * lib/mc-gnome.ext.in: Remove, it's not used.
3108         * configure.in: Remove lib/mc-gnome.ext.
3109         * lib/Makefile.am: Likewise.
3111 2001-02-20  Pavel Roskin  <proski@gnu.org>
3113         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
3114         defined to prevent warnings on OpenBSD 2.7.
3115         * slang/jdmacros.h: Likewise.
3116         * src/mad.h: Likewise.
3117         * src/poptalloca.h: Likewise.
3119         * configure.in: Check for sys/time.h and sys/timeb.h. Use
3120         AC_HEADER_TIME.
3122 2001-02-07  Pavel Roskin  <proski@gnu.org>
3124         * autogen.sh: Create vfs/samba/include/stamp-h.in.
3125         * vfs/samba/include/stamp-h.in: Remove.
3127         * macros/curses.m4: Quote first argument to AC_DEFUN.
3128         * macros/gnome-cxx-check.m4: Likewise.
3129         * macros/gnome-gettext.m4: Likewise.
3130         * macros/gnome-libgtop-check.m4: Likewise.
3131         * macros/gnome-print-check.m4: Likewise.
3132         * macros/linger.m4: Likewise.
3133         * macros/need-declaration.m4: Likewise.
3135         * configure.in: Only configure in vfs/samba if smbfs support is
3136         enabled even with Autoconf 2.13.
3138 2001-01-30  Pavel Roskin  <proski@gnu.org>
3140         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
3141         --without-samba due to a typo.
3143         * configure.in: Only configure in vfs/samba if smbfs support is
3144         enabled. This optimization will only work with Autoconf-2.49c
3145         and above.
3147 2001-01-13  Pavel Roskin  <proski@gnu.org>
3149         * configure.in: Don't create a faked malloc.h.
3150         * gtkedit/edit.h: Don't assume that malloc.h always exists.
3151         * src/mad.h: Likewise.
3153         * configure.in: Simplified handling of cons.saver.
3154         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
3155         * mc.spec.in: Remove a workaround for the above.
3157         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
3158         for MC. Don't rely on the output of uname - use $host_os.
3160 2001-01-11  Pavel Roskin  <proski@gnu.org>
3162         * configure.in: Check for ext2 libraries only if VFS is enabled.
3164         * src/Makefile.in: Create directories before installing files.
3165         Removed all occurrences of libprefix - it's never defined.
3167         * configure.in: All macros from configure.in moved to
3168         acinclude.m4. Added missing quotes in several places.
3169         * acinclude.m4: Likewise.
3171         * edit/Makefile.in: Don't install or uninstall mcedit -
3172         it cannot be installed before mc on systems without symlinks.
3173         * gtkedit/Makefile.in: Likewise.
3174         * src/Makefile.in: Install mcedit (if enabled) and mcview.
3175         Uninstall them.
3177         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
3178         from acinclude.m4 in gtk+:
3179         Don't define ENABLE_NLS unless we have a working NLS.
3180         (This should keep libintl.h from being included when it doesn't
3181         exist).
3183 2001-01-09  Pavel Roskin  <proski@gnu.org>
3185         * doc-gnome/C/figs/Makefile.am: New file.
3186         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
3187         makefile do it.
3188         * configure: Substitute doc-gnome/C/figs/Makefile.
3190         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
3192 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
3194         * lib/mc.hlp.hu: Added Hungarian help file from
3195           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
3196           maci@integrity.hu, mfh47@freemail.hu
3197         * lib/Makefile.am: Added LOCALIZED_HELP for further
3198           mc.hlp l10ns
3199         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
3200           gtkedit/editcmd.c: I18n of mc.hlp
3202 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
3204         * doc/mc.1.in: Corrected badly formatted link...
3206 2000-11-10  Robert Brady  <robert@suse.co.uk>
3208         * configure.in: Add Tamil to ALL_LINGUAS.
3210 2000-10-23  Pavel Roskin  <proski@gnu.org>
3212         * mc.spec.in: Allow mcserv.8 to be gzipped.
3214         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
3215         that cannot deal with "./gmc.sgml".
3217 2000-10-09  Pavel Roskin  <proski@gnu.org>
3219         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
3220         that CVS Automake will drop dependencies to the macros that
3221         we don't distribute.
3223         * lib/mc.ext.in: Removed references to icons. Source RPMs
3224         grouped to one regex. Removed "Update" for source RPMs, added
3225         "Rebuild" instead. Added "Check signature" for all RPMs.
3226         Added a comment about pop-up menus in the text edition.
3228 2000-10-06  Pavel Roskin  <proski@gnu.org>
3230         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
3231         flags moved out of CFLAGS as recommended by GNU coding
3232         standards.
3233         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
3234         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
3235         XCPPFLAGS.
3236         * INSTALL (Random notes on porting to other architectures):
3237         Completely rewritten. Recommended using CFLAGS instead of XINC.
3239 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3241         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
3243 2000-10-04  Christophe Merlet  <christophe@merlet.net>
3245         * gnome/*.desktop: Updated French strings.
3247 2000-10-03  Pavel Roskin  <proski@gnu.org>
3249         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
3250         to allow <legalnotice>. Unclosed tags fixed.
3252 2000-09-30  Pavel Roskin  <proski@gnu.org>
3254         * mc.spec.in: New package mc-common. Use DESTDIR instead of
3255         misusing prefix. Don't install old icons - they don't exist.
3257         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
3258         "export -f" to have mc() exported.
3259         * doc/mc.1.in: Changed description of the "-P" option to
3260         avoid inclusion of mc.sh and mc.csh into the manual.
3261         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
3263 2000-09-24  Pavel Roskin  <proski@gnu.org>
3265         * doc/mc.1.in: Minor formatting fixes.
3267         * lib/mc.sh.in: Remove temporary file non-interactively.
3268         * doc/mc.1.in: updated example for mc.sh.
3270 2000-09-23  Pavel Roskin  <proski@gnu.org>
3272         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
3273         updates it when needed.
3274         * mc.spec.in: Include translations with mc, not gmc. Run
3275         chkconfig --del in %preun, not %postun. --without-debug not
3276         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
3277         be executable. New files in %{prefix}/lib/mc/ - translated hints,
3278         editor files.
3280         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
3281         directory for document processing. Comment changes. gmc.ps and
3282         gmc.pdf now generated from gmc.dvi.
3284         * configure: Always include Make.common as file, otherwise
3285         "make distclean" breaks.
3286         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
3287         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
3288         replaced with "rm -f" - the standard says that "rm" is portable.
3289         Ditto $(MV). Adjusted *clean targets to match those in
3290         Automake. Removed "cross" target.
3292 2000-09-22  Pavel Roskin  <proski@gnu.org>
3294         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
3295         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
3296         * doc/Makefile.in: Converted to ...
3297         * doc/Makefile.am: ... this.
3299 2000-09-21  Pavel Roskin  <proski@gnu.org>
3301         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
3302         is not expanded in all shells.
3303         * doc/mc.sgml: Updated the example script to reflect the above
3304         changes.
3305         * doc/mc.in.1: Likewise.
3307 2000-09-19  Pavel Roskin  <proski@gnu.org>
3309         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
3310         Marco Ciampa
3312 2000-09-18  Pavel Roskin  <proski@gnu.org>
3314         * Make.common.in: Added installcheck to placate "make distcheck"
3315         * configure.in, Make.common.in, doc/Makefile.in,
3316         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
3317         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
3318         variable MKINSTALLDIRS and builddir with Automake-compatible
3319         mkinstalldirs and top_builddir.
3320         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
3321         files. Added uninstall-local target.
3323 2000-09-17  Pavel Roskin  <proski@gnu.org>
3325         * configure.in: fixed wrong use of AC_MSG_RESULT inside
3326         AC_CACHE_VAL
3328         * Make.common.in: Added the "dvi" target for "make distcheck"
3329         to go further
3330         * doc-gnome/C/Makefile.in: converted to ...
3331         * doc-gnome/C/Makefile.am: ... this
3333 2000-09-15  Pavel Roskin  <proski@gnu.org>
3335         * acconfig.h, configure.in: Require autoconf 2.13 or above.
3336         Removed workarounds for older versions. Removed MCDEBUG
3337         variable - it's not used. --with-debug renamed to --with-mad and
3338         cleaned up. Always use -Wall with gcc, other manipulations with
3339         CFLAGS removed.
3341         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
3342         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
3343         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
3344         mc.pot becomes out of date in the tarball.
3346 2000-09-14  Pavel Roskin  <proski@gnu.org>
3348         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
3349         tests for cp, mv and rm.
3350         * Make.common.in: Removed variables xv_bindir and STRIP.
3351         Variables CP, MV and RMF are assigned trivial values.
3353         * edit/Makefile.in: Don't link headers, add extra includes
3354         to CPPFLAGS instead. Put links to the build directory.
3355         Remove the hack with "mx" - it is not needed anymore.
3357         * configure.in: remove any manipulations with top_srcdir.
3358         Don't change CPPGLAGS when the internal editor is enabled,
3359         instead do it ...
3360         * edit/Makefile.in, gtkedit/Makefile.in: ... here
3362         * configure.in, Make.common.in, doc/Makefile.in,
3363         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
3364         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
3365         changed to top_srcdir for Automake compatibility
3367         * configure.in: REGEX_O variable removed - always use our regex
3369         * configure.in: MCFGR variable removed
3371 2000-09-12  Pavel Roskin  <proski@gnu.org>
3373         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
3374         other GNOME modules
3375         * autogen.sh: remove "-I ." from the "aclocal" command line
3377 2000-09-01  Pavel Roskin  <proski@gnu.org>
3379         * configure.in: output vfs/extfs/Makefile
3381         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
3382         to avoid a warning
3383         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
3384         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
3386 2000-08-29  Pavel Roskin  <proski@gnu.org>
3388         * configure.in: use AM_GNOME_GETTEXT
3389         * gettext.m4: removed
3390         * Makefile.am: adjusted files to distribute, previous change
3391         reverted
3393         * mc-aclocal.m4: renamed to ...
3394         * acinclude.m4: ... this
3395         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
3396         * Makefile.am: aclocal should scan "." for gettext.m4
3398 2000-08-28  Pavel Roskin  <proski@gnu.org>
3400         * Make.common.in: removed hack for "make distcopy"
3401         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
3402         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
3403         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
3404         for external builds.
3405         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
3407 2000-08-24  Pavel Roskin  <proski@gnu.org>
3409         * new_icons/Makefile.in: converted to ...
3410         * new_icons/Makefile.am: ... this
3411         * configure.in: automake conditional GNOME introduced.
3412         "insticons" removed
3414         * icons/*: removed
3415         * Makefile.am, configure.in: necessary adjustments
3417         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
3418         automake installs them now
3420         * syntax/Makefile.in: converted to ...
3421         * syntax/Makefile.am: ... this
3423         * idl/Makefile.in: converted to ...
3424         * idl/Makefile.am: ... this
3426         * lib/Makefile.am: simplified, fixed "make dist"
3428         * lib/Makefile.in: converted to ...
3429         * lib/Makefile.am: ... this
3431         * lib/tkmc.wmconfig: removed
3432         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
3434         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
3435         to ...
3436         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
3437         * Make.common.in: support for "distdir" for compatibility
3438         with Automake-generated makefiles
3439         * autogen.sh: run automake. Force cache - it is off by default
3440         in autoconf 2.49a, but it's still handy for maintainers
3441         * configure.in: adapted for Automake
3443         * AUTHORS: new file
3445 2000-08-23  Pavel Roskin  <proski@gnu.org>
3447         * configure.in: resurrect definition of xvers
3449         * VERSION.in: removed
3450         * Makefile.in: don't do anything with VERSION.in and VERSION
3451         Take mc.spec from builddir, not srcdir
3452         * configure.in: don't create VERSION
3454 2000-08-22  Pavel Roskin  <proski@gnu.org>
3456         * *.c, *.h: Updated address of Free Software Foundation
3458 2000-08-21  Pavel Roskin  <proski@gnu.org>
3460         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
3461         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
3462         related to XView, libXPM, libXext and Tk
3464 2000-08-18  Pavel Roskin  <proski@gnu.org>
3466         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
3467         files
3469         * configure.in: Simplified dependency tracking by using
3470         "-include" with GNU Make
3471         * autogen.sh: Exit on all failures
3473 2000-08-17  Pavel Roskin  <proski@gnu.org>
3475         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
3476         Fixed all misuses of single and double quotes. Typo fixes.
3477         Ensured compatibility with sgml2html, sgml2txt and sgml2latex
3478         * doc/mc.1.in: Typo fix
3480         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
3481         * doc/linuxdoc-sgml.diff: removed
3482         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
3483         distribute gnome.sgml
3485 2000-08-15  Pavel Roskin  <proski@gnu.org>
3487         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
3488         in the "distclean" target
3490         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
3491         Removed all XVIEW-related stuff
3492         Fixed placement of png files on "make dist"
3494         * doc/mc.1.in: Updated info about the internal editor
3496         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
3497         indicate serious problems. Fixes for uninstall.
3498         * doc/Makefile.in: Rebuild if it is out of date.
3500         * lib/cedit.menu: Added. This file has been missing
3502         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
3504 2000-08-08  Pavel Roskin  <proski@gnu.org>
3506         * Makefile.in: correctly detect make failures in subdirs
3508 2000-08-01  Pavel Roskin  <proski@gnu.org>
3510         * nt, os2, tk, xv: removed all files
3511         * configure.in: don't create os2 and nt directories
3513 2000-08-01  Pavel Roskin  <proski@gnu.org>
3515         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
3517         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
3519 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
3521         * src/main.c: make 8bit input/output the default (99% of the people
3522         expects that; lets the remaining 1% use the configuration menu
3523         to disactivate it if they want)
3525 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
3527         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
3529 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
3531         * configure.in: check for gnome-libs with window icon support
3533         * acconfig.h: add icon define
3535 2000-06-08  Matthias Warkus  <mawa@iname.com>
3537         * new_icons/gnome-pack-*.png: Updated.
3538         * gnome/mc.keys: Added a MIME type for SLP packages.
3540 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
3542         * syntax/diff.syntax: Highlight lines beginning with "File",
3543         "Files" and "Binary"
3544         * syntax/makefile.syntax: Highlight "ifndef"
3545         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
3546         highlighted)
3548 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3550         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
3551         comment lines with # in last release
3553 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3555         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
3557 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3559         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
3560         look more consistent than original.
3562 2000-04-14  Timur Bakeyev  <mc@bat.ru>
3564         * config.in: Added check against strcoll().
3566 2000-04-14  Timur Bakeyev  <mc@bat.ru>
3568         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
3569         added 'and', 'or', 'not', 'for' keywords.
3571 2000-04-06  Timur Bakeyev  <mc@bat.ru>
3573         * syntax.c: Very dirty fix to allow compilation of mcedit on ncurses
3574         based systems. Hope, this will make FreeBSD midc maintainer to enable
3575         build-in editor by default. Still, syntax highlighting is disabled.
3576         Need to port...
3578 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3580         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
3581           fixed, some messages gettext()ed again here and in
3582         gtkedit/editmenu.c:edit_about_cmd()
3584 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3586         * doc/mc.sgml (Examples): Fixed documentation, thanx
3587         to martin@internet-treff.uni-koeln.de.
3589 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
3591         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
3592         the label text
3594 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
3596         * gtkedit/syntax.c: treat *.ads as Ada source
3597         * syntax/ada95.syntax: escape "+" and "*"
3598         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
3599         * syntax/Makefile.in: remove diffc.syntax
3601         * edit/edit_key_translator.c: interpret code 0177 as
3602         backspace unless recognized otherwise
3604 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
3606         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
3607         initialization of array of structure (gcc version 2.96 20000131
3608         chokes on it).
3610         * lib/mc.hint: C-y and not C-u can be used to insert text in input
3611         lines (e. g. text which has been deleted with M-d).
3613         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
3615 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
3617         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
3619 2000-01-29  Matthias Warkus  <mawa@iname.com>
3621         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
3622         design on Federico's request.
3624 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
3626         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
3627         an ArrangeType enum.
3629 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
3631         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
3632         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
3633         setup.c: Add option of using GNOME "magic" routines to determine file
3634         types. This makes MC intelligently look at the data in the file to see
3635         what type of file it is, rather than looking at the filename extension.
3636         This slows down MC quite a bit, so it has been made an optional
3637         preference item. Type detection is expected to improve as mime-magic
3638         matures.
3640 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
3642         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
3643         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
3644         providing a patch.
3646 2000-01-11  Matthias Warkus  <mawa@iname.com>
3648         * Added icon and keys entry for Scheme source.
3650 2000-01-03  Fatih Demir  <kabalak@gmx.net>
3652         * configure.in: Added tr -> ALL_LINGUAS .
3654 1999-12-28  Matthias Warkus  <mawa@iname.com>
3656         * new_icons/*.png: Added a bunch of new icons.
3658 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
3660         * configure.in (VERSION): Bumped version number to 4.5.42.
3662 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
3664         * configure.in: added 'uk' to ALL_LINGUAS.
3666 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3668         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
3669         request from David Sauer
3671 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
3673         * configure.in (VERSION): Bumped version number to 4.5.41.
3675 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
3677         * configure.in (VERSION): Set version number to 4.5.39.
3679 1999-09-23  Jorge Godoy  <godoy@conectiva.com.br>
3681         * configure.in: Added pt_BR to ALL_LINGUAS
3683 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
3685         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
3686         path to the mc binary according to @prefix@.
3688         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
3689         configure. Install mc.sh and mc.csh in $(suppbindir).
3691         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
3692         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
3693         copies of the included function definitions.
3695         * mcfn_install.in: Comment out definitions of the mc functions. Source
3696         mc.sh instead of adding an outdated mc function definition.
3698         * configure.in: output mc.sh and mc.csh
3700 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
3702         * lib/startup.links: Changed the news link to Gnotices
3704 1999-09-19  David Martin  <dmartina@usa.net>
3706         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
3707         8 bit chars from strftime get displayed when inserting date.
3709         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
3710         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
3711         file to avoid interferences. In this one I changed the extension check
3712         to a type check (as used for gzip) which might give problems in some
3713         systems.
3715         * configure.in: Use -Tlatin1 to format man pages when available and
3716         "view" 8 bit chars.
3718 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
3720         * gtkedit/edit.h: Include file reordering to make it compile with
3721         --with-debug
3723         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
3724         dependent on length of translated strings to display.
3726 1999-09-16  Owen Taylor  <otaylor@redhat.com>
3728         * Remove the magicdev autoconf test in favor of just
3729         including the idl file. Otherwise we have a dependency
3730         loop between this and magicdev.
3732 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
3734         * idl/FileManager.idl: Changed names, and put everything under a
3735         FileManager module.  Added a Desktop interface and some methods to
3736         the WindowFactory interface.
3738 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
3740         * doc-gnome/*: Shiny new docs from users-guide.
3741         All synced up.
3743 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
3745         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
3747 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
3749         * README: Updated and spell-checked.
3751         * NEWS: Updated.
3753 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
3755         * configure.in (ALL_LINGUAS): Added sv.
3757 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
3759         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
3760         symlink attacks (mcfn_install and the man page still needs to be
3761         updated).
3763 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
3765         * configure.in (AC_WITH_SLANG): rm -f destination before making
3766         a symbolic link (ln -sf doesn't work as expected on Solaris)
3768 1999-08-19  Elliot Lee  <sopwith@redhat.com>
3770         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
3772 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
3774         * doc-gnome/C/gmc.sgml: Index fixes.
3776 1999-08-18  Elliot Lee  <sopwith@redhat.com>
3778         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
3779         initializers in the GnomeUIInfo structure.
3781 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
3783         * configure.in (VERSION): Bumped version number to 4.5.38.
3785 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
3787         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
3789 1999-08-15  David Martin  <dmartina@usa.net>
3791         * gtkedit/edit.c: Print localized date with strftime()
3793         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavor.
3795 1999-08-08  David Martin  <dmartina@usa.net>
3797         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
3798         translation.
3800         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
3801         translation as it used to be.
3803 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3805         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
3806         that the correct index.html will be generated.
3808 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3810         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
3811         to the list.
3813 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
3815         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
3816         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
3817         This adds some new syntax rules, and spell check on the fly
3818         which if someone bugs me for, will actually get enabled in
3819         both the text and gnome versions. Bookmark stuff also needs
3820         some keys bound to it, I suppose: any takers?
3822 1999-07-19  Elliot Lee  <sopwith@redhat.com>
3824         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes
3825         infinitely recursing make.
3827 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
3829         * Makefile.in (all): Makefile fix.
3831 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3833         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3834         should fix the problem we had with FSSTND distributions.
3836 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3838         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
3839         list of distributed files.
3841 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3843         * configure.in (VERSION): Bumped version number to 4.5.34.
3845 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
3847         * Add fi into ALL_LINGUAS
3849 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
3851         * gnome/i-zipdisk2.png: Added another zip-disk icon
3852         by <scarab@egyptian.net> - It looks very nice. Variation
3853         is good.
3855 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3857         * acconfig.h: Add WITH_SMBFS
3859         * macros/gnome-vfs.m4: Support conditional samba support.
3861 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3863         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3864         should fix the problem we had with FSSTND distributions.
3866 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
3868         * mc.spec.in: added syntax files to %files
3870 1999-06-22  David Martin  <dmartina@usa.net>
3872         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
3874 1999-06-07  Shooby Ban  <bansz@szif.hu>
3876         * po/hu.po, configure.in: added Hungarian translations...
3877           I'm not sure it's OK, but it seems usable.
3878           Translators: Tamas Fejos and Andras Kadar
3880 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
3882         * configure.in, Makefile.in: added the gmc helpfile to the build
3884 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
3886         * Add ja entry to LANG in configure.in
3888 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3890         * gnome/Makefile.in (ICONS): OK, perhaps we also want the zip-icon to
3891         be installed in the system :) (added it to the Makefile.in)
3893 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3895         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
3896         disks - someone please add it to the mount.c code so it gets used..
3897         Everyone have a nice time at the expo! :) I hope to join the
3898         next time.
3900 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3902         * configure.in: Added check for getpt ()
3904 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3906         * configure.in (VERSION): Bumped version number to 4.5.31.
3908 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3910         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
3911         need to fool it by strdup'ing the return value of tempnam.
3913 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3915         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
3916         MCLIBS which are specific to the text edition.
3918         * INSTALL: Added documentation for --with-tm-x-support
3920 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
3922         * mc.spec.in : Folded in some changes from the 'official' rpm
3923         spec file.
3925 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3927         * configure.in (SHELL): Do not use grep -q, as it is not portable
3928         to every OS.
3930 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3932         * configure.in: Linking from $srcdir/slang is broken when configure
3933         isn't called with an absolute path. Link from ../$srcdir/slang if
3934         configure was invoked with a relative path.
3936 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
3938         * configure.in: Do not rm the destination file and then link, use
3939         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
3941 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3943         * configure.in: Some AC_ARG_WITH macros haven't checked $withval, i.e.
3944         --with-PACKAGE and --without-PACKAGE gave the same results.
3946 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3948         * configure.in (VERSION): Bumped version number to 4.5.30.
3950 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3952         * configure.in (VERSION): Bumped version number to 4.5.29.
3954 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3956         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
3957         now contains all checks.
3959 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3961         * configure.in (VERSION): bumped version number to 4.5.28.
3963 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
3965         * */Makefile.*: fixed several missed conversions from libdir to
3966         mclibdir. (Should be automake'd, really)
3968 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3970         * Make.common.in: There were conflicting definitions of mclibdir
3971         (one for installation, one for source).  Now the source one is
3972         called mcsrclibdir.
3974         * doc/Makefile.in: Use mcsrclibdir where appropriate.
3976 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
3978         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
3979         Pascal Program" (Heh, second time :)
3981         * Makefile.common: Until things gets clear, keep syntax rules in
3982         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
3984         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
3985         @libdir@.
3987 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
3989         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
3990         as requested by Paul. Still, need some checking...
3992 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
3994         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
3995         to date with cooledit 3.9.0. This adds some new features.
3996         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
3997         syntax.c. This is because the rule set is becoming too
3998         large to maintain in its current form and because file
3999         loading is starting to get slow.
4001         There is also a bookmark feature which does not yet have
4002         key bindings assigned to it, but should be cool once
4003         these get inserted. Syntax rules files are named
4004             $LIBDIR/cooledit/syntax/*.syntax
4006 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
4008         * configure.in: Create slang directory, it is needed when
4009         builddir != srcdir.
4010         Use -f when calling rm, the file does not exist on
4011         first compile.
4012         No need to copy VERSION from $srcdir, it's already generated in
4013         $builddir.
4015 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
4017         * edit/edit_key_translator.c: Added missing translation tags.
4019 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4021         * configure.in: Minimum version of glib should be 1.2.0.
4022         (VERSION): Bumped version number to 4.5.27.
4024 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
4026         * gtkedit/editcmd.c: Added missing translation tags.
4028         * gtkedit/editoptions.c: Added missing translation tags. Translate
4029         radio buttons on first use.
4031 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
4033         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
4034         to get the mc spec file to work.
4035         * hacked configure to generate a properly versioned spec file.
4037 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4039         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
4040         radio buttons on first pass.
4042 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
4044         * gtkedit/editcmd.c: Mark strings in the search and replace
4045         dialogs for translation. Resized these dialogs to let the messages
4046         fit.
4048 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4050         * gtkedit/editwidget.c (selection_send): Use the proper type for
4051         64-bit cleanliness (Patch from George Lebl).
4053 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
4055         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
4056         into the catalog file.
4058 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4060         * configure.in: Make Timur's libtermcap check work with SLang
4061         0.99.98, too.
4063 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4065         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
4066         PS and EPS files.  Thanks, Tigert!
4068 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4070         * configure.in (CCOPTS): Drop the prefix auto-detection.
4072 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
4074         * configure.in: Add check, which, in case of system-installed SLang
4075         library tries to run a test program, which determines, does we need
4076         linking with libtermcap.a. Also, set of if's for finding terminfo
4077         dir changed to for cycle - a bit nicer :)
4079 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4081         * README.QNX: Deleted documentation about mc.menu.qnx.diff.
4083 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4085         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
4087 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4089         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
4090         from tar calls when extracting (according to my man page this option
4091         is only useful when creating archives).
4093 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4095         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
4096         adds support for tar.bz2 and merges the support for freeze-compressed
4097         tar files (tar.F) from mc.menu.qnx.diff.
4099 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
4101         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
4102         GNU-like :)
4104 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4106         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
4107         the catalog file.
4109 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
4111         * new_icons/gnome-core.png: New icon for core files. Someone
4112         please add the code part :)
4114 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
4116         * configure.in: Add check against setuid() and setreuid() functions.
4118 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4120         * slang/slang.h: renamed to slang-mc.h
4122         * slang/Makefile.in: delete slang.h on "make clean"
4124         * configure.in: link slang/slang-mc.h to slang/slang.h when the
4125         included slang is used. Problem was that MC's slang.h was used
4126         when we compiled with an already installed SLang and the systems
4127         header file were included with <slang/slang.h>.
4128         Unfortunately I can't use AC_LINK_FILES to make the links because
4129         if we needn't make any links AC_LINK_FILES makes a link from
4130         srcdir to top_builddir (builddir != srcdir).
4132         Temporary add $LGPM to $LIBS when checking for the resizeterm
4133         and keyok functions (ncurses might be linked against GPM).
4135         Substitute PACKAGE (intl/Makefile makes use of it)
4137 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
4139         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swapped by
4140         #include "global.h".
4142 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
4144         * Make.common.in (gnewdir): new path.
4146 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
4148         * configure.in: Add comments before "Let" and "the" - typo. Add new
4149         path to include's search.
4151 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
4153         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
4155 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4157         * configure.in (REGEX_O): Always include regex.o as the code we
4158         are using in gmc is not using regcomp/regexec, but the internal
4159         Emacs API.
4161         * src/regex.c: Do not compile the POSIX compatibility code, as we
4162         do not use it.
4164 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4166         * doc/mc.sgml, mc1.in (Color section): minor polishing
4167         (Layout section): documented Highlight...
4169 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4171         * configure.in: Deleted du checks
4173         * INSTALL: Deleted --with-dusum documentation.
4175         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
4176         Configuration dialog. Added Advanced chown subsection. Deleted
4177         variables from the Special settings section which are now covered
4178         by the configuration dialog.
4180 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4182         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
4183         tar_gz_memlimit. Partially rewrote the section about the
4184         Virtual FS.. configuration dialog.
4186 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
4188         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
4190 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4192         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
4194         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
4195         builddir
4197 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
4199         * new_icons/gnome-image-[lots].png: I added some icons for file
4200         types (image) there - someone please tell me what the correct
4201         location and naming convention is and I will try to follow that. :)
4203 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
4205         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
4206         the build will still work.  (Has this been replaced by new_icons?)
4208 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
4210         * doc/mc.1.in, mc.sgml: added my name to list of authors
4212 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4214         * Makefile.in (codedirs): Dropped xv and tk ports from the
4215         distribution. include idl directory.
4217 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4219         * configure.in (slang_use_system_installed_lib): Define slang
4220         here, to avoid having this on LIBS.
4222 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
4224         * gtkedit.c: changed occurrence of 'va_list *ap' to 'va_list ap'
4226 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4228         * config.h.in: Removed from CVS, added to .cvsignore
4230         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
4231         configure.in:
4232         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
4233         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
4234         HAS_CURSES added to acconfig.h
4236 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4238         * autogen.sh: Add "-I macros" to the aclocal flags.
4240         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
4241         so that aclocal will not complain about an obsolete macro.
4243         * configure.in: Use MC_HPUX_PROG_CC_STDC
4245         * ChangeLog: There was no ChangeLog here, so I added one.