fixed #239
[midnight-commander.git] / ChangeLog
blob4826718e451492d8bd22158ddf0a1a73219ad762
1 2009-02-04 Enrico Weigelt, metux ITS <weigelt@metux.de>
3         * mhl/types.h, mhl/escape.h: replaced bool type by stdbool.h (fixing #240)
5 2009-02-03 Enrico Weigelt, metux ITS <weigelt@metux.de>
7         * lib/mc.lib: added patch on #219 by angel_il
8         * edit/editcmd.c, configure.ac: removed obsolete own implementation of memove (#242)
9         * mhl/escape.h: including stdbool.h for the bool type (fixing #239)
10         * mhl/types.h: removed redundant bool type (fixing #239)
12 2009-02-01 Enrico Weigelt, metux ITS <weigelt@metux.de>
14         * acinclude.m4: removed MC_SLANG_PRIVATE macro
15         * src/slint.c: removed HAVE_SLANG_PRIVATE conditional and
16           replaced SLang_getkey2(), SLang_input_pending2()
17         * src/util.c: fixed name_trunc() on NULL or empty parameters
18         * src/achown.c: fixed unitialized var in init_chown_advanced()
19           (patch from andrew_b)
20         * replaced gboolean by bool (from mhl/types.h)
22 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>
24         * edit/editcmd.c, mhl/escape.h, mhl/string.h, mhl/types.h, src/Makefile.am,
25         * src/boxes.c, src/command.c, src/complete.c, src/complete.h, src/file.c,
26         * src/find.c, src/main.c, src/panelize.c, src/util.c, src/utilunix.c,
27         * src/widget.c, src/widget.h, src/wtools.c, vfs/fish.c:
28           fixed shell escaping issues in commandline completion engine
29         * replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file() (in mhl/string.h)
30         * replaced g_snprintf() by snprintf()
31         * replaced GString stuff by static buffers
33 2009-01-30 Enrico Weigelt, metux ITS <weigelt@metux.de>
35         * src/Makefile.am, edit/Makefile.am vfs/Makefile.am: fixed #208
36           (out-of-tree builds)
37         * syntax/Syntax, syntax/Makefile.am, syntax/vhdl.syntax: added VHDL syntax (#193)
38         * replaced calls to g_strdup() by mhl_str_dup()
40 2009-01-30 Enrico Weigelt, metux ITS <weigelt@metux.de>
42         * replaced calls to g_free() by mhl_mem_free()
44 2009-01-29 Mikhail S. Pobolovets <styx.mp@gmail.com>
46         * lib/mc.ext.in: update for OpenOffice and StarOffice viewer.
47           odt2txt is now used
49 2009-01-29 Patrick Winnertz <winnie@debian.org> & Sergei Trofimovich  <slyfox@inbox.ru>
51         * src/file.c: Added trailing dir separator for default path in copy/move dialogs.
52           This solves "strange" rename cases, when copying/moving is performed into
53           deleted directory.
55 2009-01-27 Enrico Weigelt, metux ITS <weigelt@metux.de>
57         * mhl/escape.h, src/complete.c, vfs/fish.c: introduced new type 
58           SHELL_ESCAPED_STR for more type safety
59         * mhl/escape.h, mhl/string.h: fixed comments to use /* ... */
61 2009-01-27 Sergei Trofimovich  <slyfox@inbox.ru>
63         * syntax/python.syntax: Added syntax highlighting for
64         pytnoh-2.6+ keywords (patch sent by NNemec)
66 2009-01-26 Mikhail S. Pobolovets <styx.mp@gmail.com>
68         * vfs/fish.c: Iterpret SUP.flags as port number if SUP.flags is not in
69           0, FISH_FLAG_COMPRESSED and FISH_FLAG_RSH. Weakness: port number
71 2009-01-25 Ilia Maslakov <il.smind@gmail.com>
73         * src/boxes.c, src/boxes.h, src/dir.c, src/dir.h:
74         * src/main.c, src/panel.h, src/screen.c, src/setup.c:
75           - Add support for showing executables at first in the panel view
77 2009-01-25 Patrick Winnertz <winnie@debian.org> & Sergei Trofimovich  <slyfox@inbox.ru>
79         * mhl/string.h, vfs/fish.c, vfs/utilvfs.c, vfs/utilvfs.h: Reworked fish code
80           so that symlinks and files which special characters works now
82 2009-01-25 Mikhail S. Pobolovets <styx.mp@gmail.com>
83         * src/cmd.c src/option.c src/setup.c src/main.h: Automatic new directory(Mkdir, F7)
84           name filling. Can be configured (on|off) in 'Configure options'
86 2009-01-25 Enrico Weigelt, metux ITS <weigelt@metux.de>
88         * edit/editcmd.c, src/cmd.c, src/ext.c, src/history.h:
89         * src/hotlist.c, src/panelize.c, src/tree.c, src/user.c: 
90         * src/view.c, vfs/ftpfs.c, vfs/utilvfs.c:
91           - Made history section names statically instead of dynamic
92           translated strings. This breaks now once every history file
93           but afterwards this will be stable
95 2009-01-24 Enrico Weigelt, metux ITS <weigelt@metux.de>
97         * src/cmd.c: fixed bug #35 (do_view_cmd is now calling repaint_screen())
98         * syntax/Syntax, syntax/nemerle.syntax: Added syntax rules 
99           for Nemerle source files
101 2009-01-24 Patrick Winnertz <winnie@debian.org>
103         * edit/editcmd.c: Fix some issues about regex:
104           - prevent . to match a newline (\n)
105           - match from start of line and not from cursor position
107 2009-01-24 Enrico Weigelt, metux IT service <weigelt@metux.de>
109         * configure.ac:
110         * lib/mc.ext.in:
111         * vfs/extfs/Makefile.am:
112         * vfs/extfs/extfs.ini: 
113         * vfs/extfs/uace.in:
114         * vfs/extfs/uarc.in:
115         * vfs/extfs/uc1541.in: added support for historic archive formats
116           (patch provided by jpelletier)
118 2009-01-19 Patrick Winnertz <winnie@debian.org>
120         * edit/edit.h: Add two more ints
121         * src/setup.c: Add keybinding to disable tab highlighting
123 2009-01-18 Patrick Winnertz <winnie@debian.org>
125         * edit/editdraw.c: Moved var into if clause as it's only used there
126         * edit/editlock.c: Removed unnecessary arguement to if condition
127         * src/cmd.c: Removed unused pointer
128         * src/hotlist.c: Removed unused function save_group
129         * src/main.c: Removed unused function do_mc_filename_rename
130         * src/util.c: Removed unused struct whentm
132 2009-01-16 Enrico Weigelt, metux ITS <weigelt@metux.de>
134         * src/subshell: setting subshell pty to close-on-exec 
135           (taken from mandriva patches)
137 2009-01-14 Slava Zanko <slavazanko@gmail.com>
139         * lib/mc.ext.in: change filemask for recognize 7z-files
140         * vfs/extfs/u7z: 
141           - change only LC_DATE global variable for correct work with arhive;
142           - add sorting by filename in output of list files
144 2009-01-12 Patrick Winnertz <winnie@debian.org>
146         * AUTHORS: Added Enrico Weigelt, Slava Zanko and 
147         Patrick Winnertz as authors 
149 2009-01-11 Patrick Winnertz <winnie@debian.org>
151         * po/de.po: Fix some spelling errors
153 2009-01-11 Enrico Weigelt, metux ITS <weigelt@metux.de>
155         * FAQ HACKING README man/*: new HQ url
156         * syntax/awk.syntax: added awk syntax file
157         * configure.ac: replaced obsolete autoconf macros AC_GNU_SOURCE 
158           AC_AIX AC_MINIX by AC_USE_SYSTEM_EXTENSIONS
160 2009-01-11 Patrick Winnertz <winnie@debian.org>
162         * syntax/pascal.syntax: Added syntax highlighting for 
163           some delphi keywords
165 2009-01-10  Enrico Weigelt, metux ITS <weigelt@metux.de>
167         * syntax/Makefile.am syntax/Syntax syntax/haskell.syntax:
168         added syntax definition for Haskell (taken from rhclub-tree)
169         * syntax: added ebuild Syntax defition (taken from rhclub-tree)
170         * edit/editcmd.c:
171         * src/achown.c src/background.c src/boxes.c src/chmod.c:
172         * src/chown.c src/cmd.c src/command.c src/dir.c src/execute.c:
173         * src/ext.c src/file.c src/filegui.c src/find.c src/help.c:
174         * src/learn.c src/main.c src/panelize.c src/screen.c:
175         * src/selcodepage.c src/subshell.c src/tree.c src/user.c:
176         * src/utilunix.c src/view.c:
177         * vfs/cpio.c vfs/direntry.c vfs/extfs.c vfs/fish.c vfs/ftpfs.c:
178         * vfs/mcfs.c vfs/sfs.c vfs/smbfs.c vfs/tar.c vfs/undelfs.c:
179         * vfs/utilvfs.c vfs/vfs.c:
180         
181         Changed message type codes on calls to message(), query_dialog(),
182         close_error_pipe() from numeric IDs to symbols D_ERROR, D_NORMAL
184 2008-12-18  Roland Illig  <roland.illig@gmx.de>
186         * doc/mcedit.1: Documented the newly added filename:lineno
187         invocation method.
189 2008-02-19  Pavel Roskin  <proski@gnu.org>
191         * doc/hu/mc.1.in: Fix description for M-u and M-H.  Reported by
192         Bozo Lajos.
194 2008-01-06  Roland Illig  <roland.illig@gmx.de>
196         * FAQ: Answered the slow startup related to old Samba code.
197         (Closes: #21959)
199 2007-10-19  Pavel Tsekov  <ptsekov@gmx.net>
201         * NEWS: Update for 4.6.2.
203 2007-10-11  Pavel Tsekov  <ptsekov@gmx.net>
205         * configure.ac: Determine the size of `long', `long long' and
206         off_t.
208 2007-09-26  Pavel Tsekov  <ptsekov@gmx.net>
210         * NEWS: Revert last change - it is invalid.
212 2007-09-24  Pavel Tsekov  <ptsekov@gmx.net>
214         * m4/codeset.m4: Update to serial #2.
215         * m4/fsusage.m4: Update to serial #23.
216         * m4/iconv.m4: Update to serial #AM6.
217         * m4/intdiv0.m4: Update from gnulib.
218         * m4/intmax.m4: Update to serial #3.
219         * m4/inttypes-pri.m4: Update to serial #4.
220         * m4/inttypes_h.m4: Update to serial #7.
221         * m4/lib-link.m4: Update to serial #13.
222         * m4/lib-prefix.m4: Update to serial #5.
223         * m4/longlong.m4: Update to serial #10.
224         * m4/onceonly.m4: Update to serial #4.
225         * m4/printf-posix.m4: Update to serial #3.
226         * m4/size_max.m4: Update to serial #6.
227         * m4/stdint_h.m4: Update to serial #6.
228         * m4/ulonglong.m4: Update to serial #6.
229         * m4/wint_t.m4: Update to serial #2.
231 2007-09-24  Pavel Tsekov  <ptsekov@gmx.net>
233         * doc/mcedit.1.in: Update the version number to 4.6.2-pre1.
234         * doc/mcview.1.in: Ditto.
235         * doc/mcserv.8.in: Ditto.
237 2007-09-24  Pavel Tsekov  <ptsekov@gmx.net>
239         * FAQ: Update MC's homepage url.
240         * README: Ditto.
241         * doc/mc.1.in: Ditto.
242         * doc/mcedit.1.in: Ditto.
243         * doc/mcserv.8.in: Ditto.
244         * doc/mcview.1.in: Ditto.
245         * doc/es/mc.1.in: Ditto.
246         * doc/hu/mc.1.in: Ditto.
247         * doc/it/mc.1.in: Ditto.
248         * doc/pl/mc.1.in: Ditto.
249         * doc/ru/mc.1.in: Ditto.
250         * doc/sr/mc.1.in: Ditto.
251         * doc/sr/mcserv.8.in: Ditto.
253 2007-09-10  Pavel Tsekov  <ptsekov@gmx.net>
255         * configure.ac: Update the version number to 4.6.2-pre1.
256         * doc/mc.1.in: Likewise.
258 2007-01-13  Pavel Tsekov  <ptsekov@gmx.net>
260         * doc/mc.1.in: Place the description of the "Swap panels" on
261         a paragraph of its own.
263 2006-12-30  Pavel Tsekov  <ptsekov@gmx.net>
265         * m4/ls-mntd-fs.m4: Update to serial #26.
267 2006-12-30  Pavel Tsekov  <ptsekov@gmx.net>
269         * m4/fsusage.m4: Update to serial #22.
271 2006-12-30  Pavel Tsekov  <ptsekov@gmx.net>
273         * m4/fsusage.m4: Update to serial #18.
275 2006-12-28  Pavel Roskin  <proski@gnu.org>
277         * build-glib1.sh: Fix misplaced --with-glib12.  Copy
278         config.guess and config.sub from mc to glib sources - they are
279         too old in glib.
280         * build-glib2.sh: Update to the latest versions of glib, gettext
281         and pkg-config.
283 2006-11-27  Leonard den Ottolander  <leonard den ottolander nl>
285         * NEWS: Bash < 2.05b (3-digit octals in echo_e_cmd) no longer
286         supported.
288 2006-09-07  Pavel Tsekov  <ptsekov@gmx.net>
290         * acinclude.m4 (AC_GET_FS_INFO): Add erronously removed call to
291         gl_FSTYPENAME.
292         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Add missing 
293         include directive for sys/param.h.
295 2006-09-07  Pavel Tsekov  <ptsekov@gmx.net>
297         * m4/ls-mntd-fs.m4: Update to serial#22, which adds support
298         for getmntinfo() returning its result in struct statvfs.
299         * m4/fstypename.m4: Update to serial#6, which replaces
300         HAVE_F_FSTYPENAME_IN_STATFS with HAVE_STRUCT_STATFS_F_FSTYPENAME.
302 2006-09-07  Pavel Tsekov  <ptsekov@gmx.net>
304         * acinclude.m4 (AC_GET_FS_INFO): Revert a failed attempt to
305         properly detect getmntinfo() returning its result in struct statvfs.
307 2006-06-30  Hampa Hug  <hampa@hampa.ch>
309         * acinclude.m4 (AC_GET_FS_INFO): Check the return value of
310         getmntinfo() properly.
312 2006-06-17  Pavel Tsekov  <ptsekov@gmx.net>
314         * m4/fstypename.m4: New file.
315         * acinclude.m4 (AC_GET_FS_INFO): Add a check to determine whether
316         getmntinfo() takes struct statvfs instead of struct statfs as its
317         first argument. Define MOUNTED_GETMNTINFO_STATVFS if it does.
318         Add a check to determine whether struct statvfs has a field named
319         f_fstypename.
320         Use gl_FSTYPENAME tp determine whether struct statfs has a field
321         named f_fstypename.
323 2006-06-07  Pavel Tsekov  <ptsekov@gmx.net>
325         * configure.ac: Revert last commit.
327 2006-05-29  Roland Illig  <roland.illig@gmx.de>
329         * m4/ls-mntd-fs.m4: Updated to serial #21, which fixes the use
330         of an undefined variable.
332 2006-05-21  Roland Illig  <roland.illig@gmx.de>
334         * configure.ac: Fixed detection of <sys/statvfs.h>, statvfs()
335         and struct statvfs.f_fstypename, so that mc builds on NetBSD 3.0
336         again.
338 2006-04-18  Pavel Tsekov  <ptsekov@gmx.net>
340         * acinclude.m4 (AC_GET_FS_INFO): Make it work again - the last
341         commit broke it.
342         * m4/onceonly.m4: New file.
344 2006-04-13  Anton Monroe  <akm@meer.net>
346         * doc/mc.1.in: Function key documentation update.
348 2006-03-18  Leonard den Ottolander  <leonard den ottolander nl>
350         * acinclude.m4 (AC_GET_FS_INFO): Replace old fileutils code to get
351         mount and file system information with m4_includes of the corresponding
352         GNU coreutils-5.94 files (ls-mntd-fs.m4 (#20) and fsusage.m4 (#16)).
354         * m4/fsusage.m4, m4/ls-mntd-fs.m4: Create.
356 2006-02-23  Pavel Tsekov  <ptsekov@gmx.net>
358         * doc/mc.1.in: Document `fish_directory_timeout'.
360 2006-02-18  David Martin  <dmartina@excite.com>
362         * doc/es/mc.1.in: Cleanup. Fix key naming.
364 2006-01-29  Pavel Tsekov  <ptsekov@gmx.net>
366         * doc/mc.1.in: Update the documentation to reflect the fact
367         that confirmation may be requested when deleting directory
368         hotlist entries based on a user configurable setting.
370 2006-01-29  Julian Mehnle  <julian@mehnle.net>
372         * doc/mc.1.in: Document support for VIEWER environment variable.
374 2005-11-15  Pavel Roskin  <proski@gnu.org>
376         * acinclude.m4 (MC_WITH_MCSLANG): Add type tests from S-Lang
377         configuration scripts.
379 2005-11-10  Pavel Roskin  <proski@gnu.org>
381         * configure.ac: Catch unexpanded MC_* macros.
383         * m4/*.m4: Update to the macros provided by gettext 0.14.3.
384         * m4/Makefile.am: Update the list of the *.m4 files.
386         * configure.ac: Use AC_GNU_SOURCE, which prevents redefining
387         _GNU_SOURCE.  Bump Autoconf version to 2.54, where AC_GNU_SOURCE
388         appeared.
389         Reported by Leonard den Ottolander <leonard den ottolander nl>
391         * configure.ac: Use gettext 0.14.3.
392         * acinclude.m4 (MC_ASM_LABELS): Remove, it's not needed with
393         recent versions of gettext.
395         * acinclude.m4 (MC_ASM_LABELS): Make the test function global
396         and move its definition above main().  That's closer to what
397         gettext is actually doing.
399 2005-10-03  Pavel Roskin  <proski@gnu.org>
401         * configure.ac: Require gettext with ngettext support.  It's
402         already used in src/info.c.
404 2005-09-28  Pavel Roskin  <proski@gnu.org>
406         * acinclude.m4: Remove gettext 0.10.x compatibility.
408 2005-08-23  Marco Ciampa  <ciampix@libero.it>
410         * doc/it/mc.1.in: updated italian trasnlation.
411         * doc/it/xnc.hlp: small fix.
413 2005-08-15  Roland Illig  <roland.illig@gmx.de>
415         * configure.ac: The function getgrouplist() is not used anymore,
416         so there is no need to check for it. The various get[ug]id
417         functions are used, so add checks for them. Same for isascii.
419 2005-07-20  Pavel Roskin  <proski@gnu.org>
421         * lib/mc.ext.in: Restore support for opening 7-zip archives.
423         * configure.ac: Add vfs/extfs/ualz to AC_CONFIG_FILES.
424         * lib/mc.ext.in: Add support for ALZip archives.
426 2005-07-10  Leonard den Ottolander  <leonard den ottolander nl>
428         * configure.ac: Rename AS_HELP_STRING to AC_HELP_STRING.
430 2005-07-08  Leonard den Ottolander  <leonard den ottolander nl>
432         * NEWS: Fixed commit to the wrong branch.
434 2005-07-05  Roland Illig  <roland.illig@gmx.de>
436         * configure.ac: Removed detection of the umode_t type. All
437         references to it have been replaced with mode_t.
439 2005-07-03  Leonard den Ottolander  <leonard * den ottolander nl>
441         * lib/mc.ext.in: Match files in /log/ or /logs/ directories as plain
442         text not man page; match local man pages; add fixes for gzipped man
443         pages to plain and bzipped man pages.
445 2005-07-03  Leonard den Ottolander  <leonard * den ottolander nl>
447         * lib/mc.ext.in: Move matches for plain compressed files down.
449 2005-07-03  Roland Illig  <roland.illig@gmx.de>
451         * acinclude.m4 (MC_WITH_VFS): Don't link with libnsl
452         unnecessarily.
453         * configure.ac: Simplified detection of the necessary libraries
454         for socket() and gethostbyname().
456         Patch provided by Tomasz Kloczko at 2005-06-15 on mc-devel.
458 2005-06-21  Pavel Roskin  <proski@gnu.org>
460         * lib/mc.ext.in: Support opening for 7-Zip archives.
462 2005-06-06  Roland Illig  <roland.illig@gmx.de>
464         * NEWS: Added the differences between pre3 and HEAD.
465         * lib/mc.ext.in: Added ${PAGER} as fallback if neither lynx nor
466         links is installed.
468 2005-05-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
470         * pkginfo.in: New file. Configuration files for Sun Solaris pkgmk(1).
471         * prototype.in: Likewise.
472         * configure.ac: Likewise.
473         * Makefile.am: Likewise.
475 2005-05-29  Martin Petricek  <tux@centrum.cz>
477         * lib/mc.ext.in: Added support for .7z archives.
479 2005-05-26  Pavel Roskin  <proski@gnu.org>
481         * *: Update postal address of Free Software Foundation.
483 2005-05-23  Roland Illig  <roland.illig@gmx.de>
485         * syntax/ChangeLog: The syntax directory has got its own
486         ChangeLog.
488 2005-05-17  Roland Illig  <roland.illig@gmx.de>
490         * configure.ac: Removed the extra definition of
491         HAVE_C_TYPE_SOCKLEN_T, which is unused.
493 2005-05-14  Roland Illig  <roland.illig@gmx.de>
495         * syntax/diff.syntax: Lines starting with a <tab> character are
496         displayed like lines starting with a <space>. This is for the
497         cvs diff -T option.
498         * syntax/makefile.syntax: Highlight $$ (a literal $) in
499         brightcyan. This way $${var} is not highlighted as if it were a
500         Makefile variables. Also added useful comments before the contexts.
502 2005-05-13  Pavel Roskin  <proski@gnu.org>
504         * configure.ac: Require Autoconf 2.53 or newer.
505         * m4/Makefile.am: Remove isc-posix.m4, it's obsolete.
506         * m4/isc-posix.m4: Remove.
508 2005-05-13  Nerijus Baliunas  <nerijus@users.sourceforge.net>
510         * lib/mc.ext.in: Add OpenOffice.org 2 extensions, use o3totxt
511         to view OpenOffice.org documents.
513 2005-05-11  Pavel Roskin  <proski@gnu.org>
515         * acinclude.m4: Remove MC_ARG_ENABLE_DEVELOPER_MODE.
516         * configure.ac: Replace MC_ARG_ENABLE_DEVELOPER_MODE with a
517         simpler and more user-friendly piece of code.
519 2005-05-01  Roland Illig  <roland.illig@gmx.de>
521         * syntax/c.syntax: Added missing punctuation characters.
523 2005-04-28  Pavel Roskin  <proski@gnu.org>
525         * syntax/Syntax: Don't highlight csh scripts.  Allow using
526         "/usr/bin/env" instead of the full path.
528 2005-04-27  Leonard den Ottolander  <leonard * den ottolander nl>
530         * AUTHORS: Added Pavel Shirshov and myself as contributors.
532 2005-04-26  Roland Illig  <roland.illig@gmx.de>
534         * acinclude.m4: Renamed AS_HELP_STRING to AC_HELP_STRING for
535         compatibility with autoconf-2.57.
537 2005-04-22  Roland Illig  <roland.illig@gmx.de>
539         * acinclude.m4: Added macro MC_ARG_ENABLE_DEVELOPER_MODE.
540         * configure.ac: Using MC_ARG_ENABLE_DEVELOPER_MODE instead of
541         the --maintainer-mode.
543 2005-04-17  Leonard den Ottolander  <leonard * den ottolander nl>
545         * syntax/eiffel.syntax: dos2unix; removed redundant cooledit
546         colour definitions.
547         * syntax/perl.syntax: Removed redundant cooledit definitions.
548         * syntax/php.syntax: ' ' and " " context fixes.
549         * syntax/syntax.syntax: Removed 2 duplicate lines.
551 2005-04-16  Roland Illig  <roland.illig@gmx.de>
553         * lib/mc.ext.in: Recognize either *.udeb or *.deb as Debian
554         packages. Fixes Savannah patch #3899.
556 2005-04-14  Leonard den Ottolander  <leonard * den ottolander nl>
558         * syntax/Syntax: Catch Makefiles with capitals in the extension.
560 2005-04-14  Roland Illig  <roland.illig@gmx.de>
562         * doc/mc.1.in (Internal File Viewer): Rewrote some documentation.
563         Removed the paragraph about the growing buffers. It's generally
564         uninteresting to users.
566 2005-04-13  Roland Illig  <roland.illig@gmx.de>
568         * configure.ac: Add -DNDEBUG to CPPFLAGS if the maintainer mode
569         is not enabled.
571 2005-03-19  Pavel Roskin  <proski@gnu.org>
573         * acinclude.m4 (MC_WITH_SLANG): Partly restore original order of
574         checks and add a comment with a warning.
575         From Pavel S. Shirshov <me@pavelsh.pp.ru>
577         * acinclude.m4 (MC_WITH_SLANG): Reorder checks.  Move termcap
578         checks ...
579         (MC_SLANG_TERMCAP): ... here.
580         (MC_SLANG_PRIVATE): Check if private functions are available.
581         It's not the case on Debian unstable.
583 2005-03-19  Pavel S. Shirshov  <me@pavelsh.pp.ru>
585         * syntax/idl.syntax: Add syntax file for the CORBA idl.
586         From Ian Zagorskih <ianzag@megasignal.com>
587         * syntax/lua.syntax: Add syntax file for the LUA programming language.
588         From Mike Gorchak  <mike@malva.ua>
589         * syntax/Syntax: Add syntax file for CORBA idl and lua.
590         * syntax/Makefile.am: Likewise.
591         * mc.qpg.in: Likewise.
592         * NEWS: Likewise.
594 2005-03-19  Pavel Roskin  <proski@gnu.org>
596         * acinclude.m4 (MC_WITH_SLANG): Define HAVE_SYSTEM_SLANG after
597         all fallbacks so it shows whether we are using system S-Lang.
598         * configure.ac: Remove USE_INCLUDED_SLANG, since it's now fully
599         dependent on HAVE_SLANG and HAVE_SYSTEM_SLANG.
600         * src/myslang.h: Likewise.
602 2005-03-18  Mike Gorchak  <mike@malva.ua>
604         * syntax/assembler.syntax: Add syntax file for the x86 assembler.
605         * syntax/povray.syntax: Add syntax file for the POVRay.
606         * syntax/Syntax: Add syntax file for x86 assembler and POVRay.
607         * syntax/Makefile.am: Likewise.
608         * mc.qpg.in: Likewise.
609         * NEWS: Likewise.
611 2005-03-14  Leonard den Ottolander  <leonard * den ottolander nl>
613         * syntax/diff.syntax: Changed default color from gray, which was
614         quite unreadable, to a bright yellow.
616 2005-03-10  Roland Illig  <roland.illig@gmx.de>
618         * autogen.sh: Made the gettext version check more portable. The
619         actual sed command is unchanged.
621 2005-02-26  Miguel de Icaza  <miguel@novell.com>
623         * doc/mc.1.in: Replace M-char with Alt-char everywhere, which is
624         simpler to understand.
626 2005-01-29  Miguel de Icaza  <miguel@novell.com>
628         * configure.ac: Check for getgrouplist API call.
630 2005-02-07  Roland Illig  <roland.illig@gmx.de>
632         * NEWS: Added the changes between mc-4.6.1-pre3 and now.
634 2005-01-27  Roland Illig  <roland.illig@gmx.de>
636         * configure.ac: Add checks for C headers <sys/mkdev.h> and
637         <sys/sysmacros.h> to support major/minor arithmetics on
638         device numbers.
640 2005-01-11  Pavel S. Shirshov  <me@pavelsh.pp.ru>
642         * acinclude.m4: Fix '--with-screen' configure option.
644 2004-12-30  Andrew V. Samoilov  <sav@bcs.zp.ua>
646         * autogen.sh: Fix workaround for automake 1.5.
648 2004-12-28  Leonard den Ottolander  <leonard * den ottolander nl>
650         * syntax/spec.syntax: Set whole on spec macro option keywords.
652 2004-12-13  Pavel S. Shirshov  <me@pavelsh.pp.ru>
654         * acinclude.m4: Fix "make distcheck".
656 2004-12-12  Pavel S. Shirshov  <me@pavelsh.pp.ru>
658         * NEWS: Update.
660 2004-12-10  Pavel S. Shirshov  <me@pavelsh.pp.ru>
662         * autogen.sh: Comment workaround for Automake 1.5. It's not working
663         for Automake 1.9.
665 2004-12-07  Roland Illig  <roland.illig@gmx.de>
667         * syntax/Makefile.am: Don't install syntax highlighting files if
668         the internal editor is disabled.
670 2004-12-03  Pavel S. Shirshov  <me@pavelsh.pp.ru>
672         * configure.ac: Bump version to 4.6.1a
674 2004-11-17  Pavel S. Shirshov  <me@pavelsh.pp.ru>
676         * acinclude.m4: Fix compiling mc with system slang on FreeBSD.
678 2004-11-16  Roland Illig  <roland.illig@gmx.de>
680         * TODO: Checked the remaining vfs/extfs shell scripts and
681         removed them from the TODO list. This was the last item
682         in the section "Before 4.6.1", so I deleted the whole
683         section.
685 2004-11-08  Pavel S. Shirshov  <me@pavelsh.pp.ru>
687         * TODO (4.6.2): Fix the '#' in path names issue.
689 2004-11-07  Roland Illig  <roland.illig@gmx.de>
691         * TODO (4.6.1): Moved the '#' in path names issue to 4.6.2.
692         * TODO: Added issue about hiding passwords in VFS pathnames.
694 2004-11-05  Andrew V. Samoilov  <sav@bcs.zp.ua>
696         * README: Fix typo.
698 2004-11-04  Mike Gorchak  <mike@malva.ua>
700         * mc.qpg.in: Synchronization with the latest file has been added
701         to the distro.
702         * configure.ac: Added information about status of charset enabling.
703         * syntax/Syntax: Treat QNX6 specific files with extensions qpg and
704         qpg.in as xml files.
706 2004-11-02  Roland Illig  <roland.illig@gmx.de>
708         * configure.ac: Add feature test whether socklen_t is defined
709         in <sys/socket.h>.
711 2004-10-28  Jindrich Novy  <jnovy@redhat.com>
713         * lib/mc.ext.in: Add a few sound formats that "play" and "mikmod"
714         utility knows.
716 2004-10-27  Roland Illig  <roland.illig@gmx.de>
718         * configure.ac: Add check for type socklen_t.
720 2004-10-27  Juan C. Olivares  <juancri@juancri.com>
722         * syntax/aspx.syntax: Add syntax file for ASP.NET.
723         * syntax/Syntax: Likewise.
724         * syntax/Makefile.am: Likewise.
726 2004-10-27  Pavel S. Shirshov  <me@pavelsh.pp.ru>
728         * TODO: Move entry 'Broken pipe warning...' to 4.6.2 TODO list.
729         Remove entries for perl extfs scripts.
731 2004-10-24  Roland Illig  <roland.illig@gmx.de>
733         * configure.ac: Only add "-Wall" to CFLAGS if GCC is set to "yes".
735 2004-10-23  Roland Illig  <roland.illig@gmx.de>
737         * TODO: Check proper quoting in vfs/extfs/*.
739 2004-10-20  Pavel S. Shirshov  <me@pavelsh.pp.ru>
741         * lib/mc.ext.in: Use xmms for audio files in XWindows mode.
742         Add support for *.wma files. Add support for playlists.
744         Partially based on patch from q# <eth0@o2.pl>
746 2004-10-18  Roland Illig  <roland.illig@gmx.de>
748         * TODO: Some new TODO items with low priority: More standard
749         widgets, CVS frontend, patch editor, context menus.
751 2004-10-16  Roland Illig  <roland.illig@gmx.de>
753         * TODO: Fixed the "./ files in tar archive" item for mc-4.6.1.
755 2004-10-16  Roland Illig  <roland.illig@gmx.de>
757         * syntax/eiffel.syntax: Add syntax highlighting rules for the
758         Eiffel programming language.
759         * syntax/Syntax: Bind *.e with eiffel.syntax.
760         * syntax/Makefile.am: Added syntax.eiffel.
762         From Daniel F Moisset <dmoisset grulic org ar>
764 2004-10-12  Pavel S. Shirshov  <me@pavelsh.pp.ru>
766         * syntax/sql.syntax: Improve sql.syntax file and added several
767         keywords.
769         From Karel Zak
771 2004-10-12  Andrew V. Samoilov  <sav@bcs.zp.ua>
773         * acinclude.m4 (MC_WITH_MCSLANG): Set screen_type to mcslang.
774         * configure.ac: Define USE_INCLUDED_SLANG if screen_type is mcslang.
776 2004-10-05  Gergely Sza'sz  <szaszg@hu.inter.net>
778         * syntax/perl.syntax: Fix highlight the hashes.
779         * syntax/diff.syntax: Highlight comments (lines begin with #),
780         and garbage in diff files.
782 2004-09-17  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
784         * mc.qpg.in: New file. Description for QNX 6.x packager.
786 2004-09-25  Roland Illig  <roland.illig@gmx.de>
788         * configure.ac: #define _GNU_SOURCE to an empty value instead of 1,
789         which conflicted with src/regex.c.
791 2004-09-24  Roland Illig  <roland.illig@gmx.de>
793         * HACKING (Programming tips): Added a tip concerning the NULL
794         pointer in varargs function calls.
796 2004-09-22  Roland Illig  <roland.illig@gmx.de>
798         * HACKING: Added advice for using g_strdup for a modifiable
799         copy of a string.
800         * HACKING: Added a section about where to look for bug reports
801         and patches.
803 2004-09-19  Roland Illig  <roland.illig@gmx.de>
805         * HACKING: Added explanation for const_cast.
807 2004-09-17  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
809         * syntax/makefile.syntax: Adds "define" and "ended" keywords
810         * syntax/perl.syntax: Adds "break" keyword
812 2004-09-10  Jakub Jelinek  <jakub@redhat.com>
814         * lib/mc.lib: Add gnome, rxvt and xterm-new terminals.
816 2004-09-10  Pavel S. Shirshov  <me@pavelsh.pp.ru>
818         * syntax/php.syntax: Upgrade php.syntax file.
820         From Leonard den Ottolander <leonard * den.ottolander.nl>
822 2004-09-04  Jakub Jelinek  <jakub@redhat.com>
824         * configure.ac: grantpt is only available with -D_XOPEN_SOURCE
825         or -D_GNU_SOURCE under Linux.
827 2004-09-04  Pavel S. Shirshov  <me@pavelsh.pp.ru>
829         * HACKING: Add to section "Programming Tips" g_free tip.
831 2004-09-02  Roland Illig  <roland.illig@gmx.de>
833         * HACKING: Added a section "Programming Tips" which lists mistakes
834         that have been done once and should never be repeated.
836 2004-08-29  Roland Illig  <roland.illig@gmx.de>
838         * m4/ri-gcc-warnings.m4: Now handles only the last --enable or
839         --disable option. Before, --disable has not been handled
840         correctly.
842 2004-08-22  Pavel S. Shirshov  <me@pavelsh.pp.ru>
844         * m4/ri-gcc-warnings.m4: Using AC_HELP_STRING for more portable.
845         AS_HELP_STRING was introduced after autoconf 2.57+.
847         From Leonard den Ottolander <leonard * den.ottolander.nl>
849 2004-08-18  Roland Illig  <roland.illig@gmx.de>
851         * "make uninstall": removes the symlinks bin/mcedit and bin/mcview.
853 2004-08-17  Roland Illig  <roland.illig@gmx.de>
855         * configure.ac: The GCC warning flags are only used in
856         maintainer-mode.
858 2004-08-17  Pavel S. Shirshov  <me@pavelsh.pp.ru>
860         * lib/cedit.menu: Security fix patch. Fix insecure temporary file and
861         directory creations. (CAN-2004-0231).
863         * lib/mc.menu: Likewise.
864         * doc/mc.1.in: Likewise.
865         * doc/es/mc.1.in: Likewise.
866         * doc/hu/mc.1.in: Likewise.
867         * doc/it/mc.1.in: Likewise.
868         * doc/pl/mc.1.in: Likewise.
869         * doc/ru/mc.1.in: Likewise.
870         * doc/sr/mc.1.in: Likewise.
872 2004-08-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
874         * configure.ac: Add check for atoll().
876         * doc/mc.1.in (Extension File Edit): Document "directory" keyword.
877         * doc/ru/mc.1.in: Likewise.
879 2004-08-02  Pavel Shirshov  <me@pavelsh.pp.ru>
881         * autogen.sh: Fix unportable "\n" in sed.
883 2004-04-02  Pavel Roskin  <proski@gnu.org>
885         * lib/mc.ext.in: Use gqview instead of ee for images.  ee seems
886         to be obsolete.  Suggested by Marcel Pol <mpol@gmx.net>
888 2004-01-22  Pavel Roskin  <proski@gnu.org>
890         * lib/mc.ext.in: Recognize *.tb2 and *.tbz files.
892         * configure.in: Rename to ...
893         * configure.ac: ... this.
895 2003-12-30  David Martin  <dmartina@excite.com>
897         * doc/mc.1.in: Synchronized latest fixes (long options) and
898         moved year and version number.
900 2003-12-24  Pavel Roskin  <proski@gnu.org>
902         * configure.in: Release 4.6.1-pre1.
904 2003-11-28  Pavel Roskin  <proski@gnu.org>
906         * acinclude.m4 (MC_UNDELFS_CHECKS): Try ext2fs/ext2_fs.h before
907         linux/ext2_fs.h.  Use ext2fs/ext2_fs.h when possible - it's
908         safer to avoid kernel headers.
910 2003-11-27  Pavel Roskin  <proski@gnu.org>
912         * src/TODO: Move ...
913         * TODO: ... here.
914         * doc/DEVEL: Move ...
915         * HACKING: ... here.  Adjust makefiles.
917 2003-11-20  Pavel Roskin  <proski@gnu.org>
919         * build-glib1.sh: Use more portable syntax for functions.  Fall
920         back to "ftp" for download, useful on BSD.
921         * build-glib2.sh: Likewise.
923         * build-glib1.sh: New file - download and compile glib 1.2.x,
924         then compile mc against it.
925         * build-glib2.sh: New file - download and compile glib 2.x with
926         dependencies (gettext, pkgconfig), then compile mc against it.
927         * Makefile.am: Distribute them.
929 2003-10-29  Pavel Roskin  <proski@gnu.org>
931         * acinclude.m4 (MC_UNDELFS_CHECKS): Don't use internal Autoconf
932         variables.
934         * configure.in: Rewrite check for mmap() to avoid using internal
935         variables of Autoconf.  Rename the rest of ac_cv_* to mc_cv_*.
937         * configure.in: Use AC_CHECK_MEMBERS to check fields of struct
938         stat.  Adjust all dependencies.
940         * acinclude.m4 (AC_STRUCT_LINGER): Remove, use AC_CHECK_MEMBERS
941         instead.
943         * configure.in: Define SLANG_POSIX_SIGNALS if all 4 required
944         functions are present.  Remove references to extraconf.h.
945         * extraconf.h: Eliminate.
946         * Makefile.am: Remove extraconf.h.
948         * configure.in: Move ext2fs undelete support ...
949         * acinclude.m4 (MC_WITH_VFS): ... here.
950         * extraconf.h: Remove VFS logic, it's enforced in configure now.
952         * acinclude.m4 (MC_WITH_VFS): Use AC_SEARCH_LIBS when possible.
953         Allow disabling network code by --disable-netcode.
955 2003-10-28  Pavel Roskin  <proski@gnu.org>
957         * configure.in: Don't check if "file" can use stdin - it's
958         unused now.
960 2003-10-25  Pavel Roskin  <proski@gnu.org>
962         * extraconf.h: Don't define HAVE_GRANTPT forcedly if grantpt()
963         wasn't found.  Don't define HAVE_CRYPT, it's unused now.
965         * configure.in: Remove check for socketpair().  Add new option
966         --enable-background.
967         * extraconf.h: Don't define WITH_BACKGROUND.
969 2003-10-14  Pavel Roskin  <proski@gnu.org>
971         * configure.in: Don't check for seekdir() and telldir().
973 2003-09-23  Pavel Roskin  <proski@gnu.org>
975         * doc/sr/Makefile.am: Don't install mcserv documentation if mcfs
976         support is disabled.
978         * lib/*.ti: Remove, these files are obsolete.
979         * lib/tdiff: Likewise.
980         * lib/xterm.tcap: Likewise.
981         * lib/Makefile.am: Remove obsolete files.  Don't install
982         README.xterm and xterm.ad, there are partly obsolete and can
983         break things if used as is.
985 2003-09-22  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
987         * lib/mc.hint.sr: Updated.
988         * lib/mc.menu.sr: New file - translated menu.
989         * lib/Makefile.am: Add mc.menu.sr.
990         * doc/sr/: New Serbian documentation.
991         * doc/Makefile.am: Add "sr" directory.
992         * configure.in: Add substitutions for new files.
994 2003-09-22  Pavel Roskin  <proski@gnu.org>
996         * configure.in: Check for strlcpy() if glib 1.2.x is used.
998 2003-09-11  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
1000         * lib/mc.hint.sr: New file - Serbian hints.
1002 2003-09-04  Pavel Roskin  <proski@gnu.org>
1004         * lib/mc.menu: Add entry for viewing manual pages.
1006 2003-08-18  Pavel Roskin  <proski@gnu.org>
1008         * lib/mc-wrapper.csh.in: Use "id" command to find the real user
1009         id.  $USER is not reliable.
1010         * lib/mc-wrapper.sh.in: Likewise.
1011         Reported by Figura Peter <peterf@autus.sk>
1013 2003-08-18  Andrew V. Samoilov  <sav@bcs.zp.ua>
1015         * acinclude.m4 (MC_WITH_NCURSES): Fix ESCDELAY check on Solaris.
1016         Make sure that linking succeeds.
1018 2003-08-02  Pavel Roskin  <proski@gnu.org>
1020         * lib/cedit.menu: Avoid using "id -u", it doesn't work on
1021         Solaris.  From Andrew V. Samoilov <sav@bcs.zp.ua>
1023 2003-07-23  Pavel Roskin  <proski@gnu.org>
1025         * lib/mc.lib: Add more "end" and "home" sequences for xterm.
1027 2003-07-22  Pavel Roskin  <proski@gnu.org>
1029         Get rid of all references to NATIVE_WIN32.
1031         * pc: Remove.  No work has been done on the PC post for years.
1032         * README.PC: Likewise.
1033         * Makefile.am: Adjust for the above.
1034         * configure.in: Likewise.
1036 2003-07-21  Pavel Roskin  <proski@gnu.org>
1038         * configure.in: Check posix_openpt() first and fallback to
1039         GNU-specific getpt() only if needed.
1041 2003-06-29  David Sterba  <dave@jikos.cz>
1043         * lib/mc.hint.cs: Typo fixes.
1045 2003-06-25  Marco Ciampa  <ciampix@libero.it>
1047         * doc/it/mc.1.in: small fix
1049 2003-06-23  Andrew V. Samoilov  <sav@bcs.zp.ua>
1051         * lib/mc.ext: Allow ZIP in all capitals in "file" output.
1053 2003-06-18  Pavel Roskin  <proski@gnu.org>
1055         * configure.in: Remove test for SCO UNIX.  Remove all references
1056         to SCO_FLAVOR everywhere.  SCO flavor is rather unsavory now.
1058 2003-06-06  Pavel Roskin  <proski@gnu.org>
1060         * lib/mc.ext.in: Don't run compressed logs from /var/log through
1061         nroff.  Suggested by Alfie Costa <agcosta@gmx.net>
1063 2003-05-16  Marco Ciampa  <ciampix@libero.it>
1065         * syntax/ruby.syntax: upgrade
1066         * syntax/perl.syntax: small fix
1068 2003-05-14  Marco Ciampa  <ciampix@libero.it>
1070         * syntax/ruby.syntax: New file - syntax for Ruby.
1071         * syntax/Syntax: Add ruby.syntax.
1072         * syntax/Makefile.am: Likewise.
1074 2003-05-08  Pavel Roskin  <proski@gnu.org>
1076         * mc.spec.in: Strip pre-1998 changelog to work around a bug in
1077         rpm 4.2, which doesn't like %install inside %changelog.
1079 2003-04-29  Pavel Roskin  <proski@gnu.org>
1081         * configure.in: Add vfs/extfs/iso9660 to AC_CONFIG_FILES.
1082         * lib/mc.ext.in: Add support for ISO images.
1084 2003-03-31  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
1086         * syntax/Syntax: Highlight *.mc as a makefile.
1087         * syntax/sql.syntax: Add more keywords for PostgreSQL.
1089 2003-03-21  Pavel Roskin  <proski@gnu.org>
1091         * syntax/sh.syntax: Highlight "find".  Highlight whole string
1092         after "#!".  Make unrecognized text inside `` less bright.
1094 2003-03-17  Marco Ciampa  <ciampix@libero.it>
1096         * doc/it/mc.1.in: Some manual fixes.
1098 2003-03-14  Pavel Roskin  <proski@gnu.org>
1100         * syntax/c.syntax: Allow integer specifiers for %x and %X in C
1101         format strings.
1102         * syntax/cs.syntax: Likewise.
1103         * syntax/java.syntax: Likewise.
1104         * syntax/ml.syntax: Likewise.
1105         * syntax/php.syntax: Likewise.
1106         * syntax/python.syntax: Likewise.
1107         * syntax/slang.syntax: Likewise.
1108         * syntax/swig.syntax: Likewise.
1110 2003-03-11  Pavel Roskin  <proski@gnu.org>
1112         * acinclude.m4 (MC_ASM_LABELS): New macro to work around a bug
1113         gettext.  Define _INTL_REDIRECT_MACROS if needed.
1114         * configure.in: Use MC_ASM_LABELS.
1116 2003-03-07  Pavel Roskin  <proski@gnu.org>
1118         * configure.in: Add --with-glib-static option.
1120 2003-03-06  Pavel Roskin  <proski@gnu.org>
1122         * syntax/spec.syntax: Add BuildArch.
1124 2003-03-05  Pavel Roskin  <proski@gnu.org>
1126         * configure.in: Check availability of setsid().
1128 2003-03-04  Sanlig Badral  <Badral@chinggis.com>
1130         * po/LINGUAS: added Mongolian (mn) translation.
1132 2003-03-03  Pavel Roskin  <proski@gnu.org>
1134         * lib/mc.lib: Add xterm arrows both for application and normal
1135         mode.  Normal mode can be accidentally enabled if one mc is run
1136         from another and Ctrl-O is used to switch between them.
1137         Add F11-F20 definitions for cons25 (FreeBSD console).
1139 2003-02-27  Juan C. Olivares  <juancri@TAGnet.org>
1141         * syntax/cs.syntax: New file.
1142         * syntax/Syntax: Add cs.syntax.
1143         * syntax/Makefile.am: Likewise.
1145 2003-02-27  Marco Ciampa  <ciampix@libero.it>
1147         * doc/it/mc.1.in: updated manual with -e switch description.
1149 2003-02-26  Pavel Roskin  <proski@gnu.org>
1151         * syntax/syntax.syntax: Highlight "define".
1153 2003-02-23  Marco Ciampa  <ciampix@libero.it>
1155         * doc/it/mc.1.in: updated manual with some stylistic changes.
1157 2003-02-23  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
1159         * lib/mc.ext.in: Add entry for QNX Neutrino packages.
1161 2003-02-22  Pavel Tsekov  <ptsekov@gmx.net>
1163         * acinclude.m4 [AC_G_MODULE_SUPPORTED]: New macro.
1164         * configure.in: Test for gmodule.  Don't link mc with libX11 if
1165         gmodule is supported.
1167 2003-02-22  Pavel Roskin  <proski@gnu.org>
1169         * configure.in: Add --with-glib12 option to configure to force
1170         using glib 1.2.x.
1172 2003-02-21  Andrew V. Samoilov  <sav@bcs.zp.ua>
1174         * doc/ru/mc.1.in (Layout): Translate 'Xterm window title' option.
1175         (Extension File Edit): Translate include feature.
1177 2003-02-20  Pavel Roskin  <proski@gnu.org>
1179         * configure.in: Move list of all translations ...
1180         * po/LINGUAS: ... here.
1182 2003-02-18  Pavel Roskin  <proski@gnu.org>
1184         * syntax/c.syntax: Highlight C++ comments in preprocessor
1185         directives.
1186         Reported by Oswald Buddenhagen <ossi@kde.org>
1188 2003-02-13  Marco Ciampa  <ciampix@libero.it>
1190         * doc/it/mc.1.in: updated manual following it.po changes.
1192 2003-02-05  Pavel Roskin  <proski@gnu.org>
1194         * configure.in: Bump version to 4.6.0a.
1196         * configure.in: Version 4.6.0 released.
1198 2003-02-04  Arpi  <arpi@mplayerhq.hu>
1200         * syntax/Syntax: Match *.syntax before other files to fix
1201         highlighting of makefile.syntax.
1203 2003-02-04  Pavel Roskin  <proski@gnu.org>
1205         * syntax/c.syntax: Revert highlighting trailing whitespaces.
1207 2003-02-03  Andrew V. Samoilov  <sav@bcs.zp.ua>
1209         * autogen.sh: Fix unportable "+" sed regexp in gettext_ver
1210         calculation.  Reported by vlad@geekizoid.com.
1212 2003-01-31  Pavel Roskin  <proski@gnu.org>
1214         * syntax/nroff.syntax: Make colors more compatible with the
1215         highlighting used in the internal viewer - yellow for bold and
1216         brightred for italic.
1218 2003-01-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
1220         * syntax/c.syntax: Highlight trailing whitespace(s).
1222 2003-01-30  Pavel Tsekov  <ptsekov@gmx.net>
1224         * acinclude.m4 (MC_WITH_NCURSES): Check -lcurses if -lncurses
1225         doesn't work.  Useful on OpenBSD 3.2.
1227 2003-01-29  Pavel Roskin  <proski@gnu.org>
1229         * lib/mc.ext.in: Fix missing semicolon that affected viewing RPM
1230         packages.
1232 2003-01-24  Pavel Roskin  <proski@gnu.org>
1234         * configure.in: Add -lposix on A/UX before all tests.
1236 2003-01-23  Pavel Roskin  <proski@gnu.org>
1238         * acinclude.m4 (MC_EXTFS_CHECKS): Fix redirection to /dev/null.
1240 2003-01-22  Pavel Roskin  <proski@gnu.org>
1242         * configure.in: Bump version to 4.6.0-pre3a.
1244         * configure.in: Version 4.6.0-pre3 released.
1246         * acinclude.m4 (_MC_WITH_XSLANG): Drop support for old S-Lang
1247         versions that required the native curses library on some OSes.
1249 2003-01-19  Adam Byrtek  <alpha@debian.org>
1251         * doc/mcview.1.in: New file.
1252         * configure.in: Treat it like doc/mcedit.1.in.
1253         * doc/Makefile.am: Likewise.
1255 2003-01-17  Adam Byrtek  <alpha@debian.org>
1257         * doc/mc.1.in (Layout): Document 'Xterm window title' option.
1259 2003-01-16  David Martin  <dmartina@excite.com>
1261         * doc/mc.1.in: Add EXTernal virtual File System node (extfs).
1263 2003-01-16  David Martin  <dmartina@excite.com>
1265         * doc/mc.1.in: Set man page header and footer.
1266         * doc/es/mc.1.in: Likewise.
1267         * doc/hu/mc.1.in: Likewise.
1268         * doc/it/mc.1.in: Likewise.
1269         * doc/pl/mc.1.in: Likewise.
1270         * doc/ru/mc.1.in: Likewise.
1272 2003-01-12  David Martin  <dmartina@excite.com>
1274         * po/es.po: Update. Rewrite localized names for some menu entries.
1275         * doc/es/mc.1.in: Likewise.
1276         * lib/mc.hint.es: Likewise.
1278 2002-12-27  David Martin  <dmartina@excite.com>
1280         * doc/pl/xnc.hlp: Update GPL (change FSF address and move 19xx
1281         entries to "year").
1283 2002-12-26  Pavel Roskin  <proski@gnu.org>
1285         * configure.in: Release 4.6.0-pre2, bump version to 4.6.0-pre2a.
1287         * configure.in: Fix non-portable operator.  Bump version to
1288         4.6.0-pre2.
1290 2002-12-24  Pavel Roskin  <proski@gnu.org>
1292         * lib/mc.ext.in: Use --nosignature with rpm to avoid a message
1293         in the viewer about unsigned packages.
1295         * acinclude.m4 (MC_WITH_SLANG): Don't add -lslang to MCLIBS if
1296         the system S-Lang is rejected.
1298         * lib/mc.ext.in: Play *.mov by mplayer.
1300 2002-12-23  Pavel Roskin  <proski@gnu.org>
1302         * configure.in: Enable X11 support by default, use --without-x
1303         to disable.
1305 2002-12-19  Pavel Roskin  <proski@gnu.org>
1307         * syntax/perl.syntax: Add separate context for function
1308         declarations and definitions, highlight prototypes.
1310 2002-12-11  Pavel Roskin  <proski@gnu.org>
1312         * acinclude.m4 (MC_EXTFS_CHECKS): Add check for Perl.
1313         * configure.in: Substitute Perl location in all extfs scripts
1314         written in Perl.
1316 2002-12-11  David Martin  <dmartina@excite.com>
1318         * doc/xnc.hlp: Update GPL (change FSF address
1319         and move 19xx entries to "year").
1320         * doc/es/xnc.hlp: Likewise.
1321         * doc/hu/xnc.hlp: Likewise.
1322         * doc/it/xnc.hlp: Likewise.
1323         * doc/ru/xnc.hlp: Likewise.
1325 2002-12-09  Pavel Roskin  <proski@gnu.org>
1327         * lib/mc.ext.in: Remove ftplist.  Add patchfs.
1329 2002-11-29  Andrew V. Samoilov  <sav@bcs.zp.ua>
1331         * autogen.sh: Use $srcdir/configure.mc instead of
1332         $srcdir/configure if first one exists and is executable.
1334 2002-11-28  Pavel Roskin  <proski@gnu.org>
1336         * configure.in: Determine which help translations user wants to
1337         install, based on USE_NLS, LINGUAS and ALL_LINGUAS.
1338         * doc/Makefile.am: Set SUBDIR to the list of the requested
1339         translations.
1341         * acinclude.m4 (MC_EXTFS_CHECKS): New macro.
1342         (MC_WITH_VFS): Call MC_EXTFS_CHECKS.
1343         * configure.in: Generate vfs/extfs/uzip.
1344         * vfs/extfs/uzip: Move to vfs/extfs/uzip.in.
1345         * vfs/extfs/Makefile.am: Corresponding adjustments.
1347 2002-11-26  Pavel Roskin  <proski@gnu.org>
1349         * syntax/sql.syntax: Add highlighting for dot and backticks.
1351 2002-11-16  Pavel Roskin  <proski@gnu.org>
1353         * configure.in: Move check for pwdauth() to MC_MCSERVER_CHECKS.
1354         * acinclude.m4 (MC_MCSERVER_CHECKS): If using crypt(), check for
1355         shadow password support.
1357         * acinclude.m4 (MC_MCSERVER_CHECKS): Don't limit PAM check to
1358         Linux.  Use AC_SEARCH_LIBS to find crypt().  Consolidate mcserv
1359         libraries into MCSERVLIBS.
1361         * configure.in: Move all mcserv related checks ...
1362         * acinclude.m4 (MC_MCSERVER_CHECKS): ... here.
1364 2002-11-15  Pavel Roskin  <proski@gnu.org>
1366         * configure.in: Fully enable glib2.  Update the documentation.
1368 2002-11-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
1370         * lib/mc.menu: Don't use --repetitive-best option with bzip2 -
1371         it is redundant in versions 0.9.5 and above.
1373 2002-11-10  Pavel Roskin  <proski@gnu.org>
1375         * configure.in: Check for uintptr_t.  Needed to compile regex.c
1376         on MacOS X.  Reported by Wim Rijnders <wimrijnders@home.nl>
1378 2002-11-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
1380         * syntax/ada95.syntax: Highlight "then" and "else".
1381         From Victor Porton <porton@ex-code.com>.
1382         Highlight "exit".
1384 2002-11-06  Pavel Roskin  <proski@gnu.org>
1386         * lib/edit.indent.rc: Remove all options for indent and add a
1387         comment explaining where those options should be.
1389 2002-11-05  Pavel Roskin  <proski@gnu.org>
1391         * lib/mc-wrapper.csh.in: Remove /bin/csh at the beginning - this
1392         script is not meant to be executed by the kernel.  This also
1393         eliminates dependency of the RPM package on csh.
1394         * lib/mc-wrapper.sh.in: Remove /bin/sh at the beginning.
1396 2002-11-01  Pavel Roskin  <proski@gnu.org>
1398         * configure.in: Don't substitute mc.sh and mc.csh - it's now
1399         done ...
1400         * lib/Makefile.am: ... here.  Add wrappers for mc to avoid
1401         defining complex shell scripts in functions and aliases.
1402         * lib/mc-wrapper.csh.in: New file - template for the script
1403         that runs mc and changes directory in csh.
1404         * lib/mc-wrapper.sh.in: New file - template for the script
1405         that runs mc and changes directory in sh.
1407 2002-11-01  Andrew V. Samoilov  <sav@bcs.zp.ua>
1409         * doc/mc.1.in (Keys): Document S-<chr>.
1410         * doc/ru/mc.1.in: Likewise.
1412 2002-10-31  Pavel Roskin  <proski@gnu.org>
1414         * syntax/diff.syntax: Revert highlighting for trailing spaces
1415         on the added lines - it extends the context to the next line.
1417         * lib/mc.csh.in: Add quoting and check for missing file.
1419         * lib/mc.csh.in: Update to use the new -P option.  This script
1420         has absolutely no protection against special symbols in
1421         directory names and lacks TMPDIR support.
1423         * lib/mc.sh.in: Update to use the new -P option.
1425         * configure.in: Displaying the install paths is too problematic
1426         to implement properly.  Remove this code.
1428 2002-10-29  Pavel Roskin  <proski@gnu.org>
1430         * lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.
1431         * configure.in: Likewise.  Add "-c" (disable ANSI color) to
1432         MAN_FLAGS if supported.
1434         * acinclude.m4 (MC_WITH_SLANG): Reject S-Lang with UTF-8
1435         support, unless external S-Lang was explicitly requested.
1437 2002-10-24  Pavel Roskin  <proski@gnu.org>
1439         * lib/mc.ext.in: Don't use links to view html - the "-dump"
1440         option has been removed in the recent versions.
1441         From David Martin <dmartina@excite.com>
1443 2002-10-21  Pavel Roskin  <proski@gnu.org>
1445         * acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
1446         to the final configuration message.
1448 2002-10-17  Pavel Roskin  <proski@gnu.org>
1450         * doc/hu/Makefile.am: Generate Hungarian help file from the
1451         manual, just like other languages.
1452         * doc/hu/mc.1.in: New file, converted from the help file.
1453         * doc/hu/xnc.hlp: Likewise.
1454         * configure.in: Adjust for the above.
1456         * doc/mc.1.in: Add node names.  Remove redundant paragraph
1457         breaks at the start and the end of the sections.  Mention
1458         "stalelink" as color keyword.
1460 2002-10-14  Pavel Roskin  <proski@gnu.org>
1462         * lib/mc.ext.in: Don't use "-dump" option with "links".
1463         From David Martin <dmartina@excite.com>
1465 2002-10-13  Pavel Roskin  <proski@gnu.org>
1467         * lib/mc.hint*: Remove all references to "-1" - hints file is no
1468         substitute to unambiguous GUI.
1469         From Christian Laubscher <christian.laubscher@tiscalinet.ch>
1471 2002-10-12  Pavel Roskin  <proski@gnu.org>
1473         * lib/mc.ext.in: Redirect stderr from "links" to suppress a
1474         warning if it's not found.
1476 2002-10-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
1478         * doc/mc.1.in (SMB File System): Username is allowed in
1479         URLs now (/#smb:[user@]machine).
1480         * doc/ru/mc.1.in: Likewise.
1482 2002-10-08  Pavel Roskin  <proski@gnu.org>
1484         * configure.in: Rename RH_VERSION to RPM_VERSION - not every
1485         rpm-based system is Red Hat.  Replace all dashes, not just one.
1487         * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
1488         termcap if terminfo is missing in the known locations.
1489         * configure.in: Remove --with-termcap processing, it is now in
1490         acinclude.m4.
1492 2002-10-02  Pavel Roskin  <proski@gnu.org>
1494         * syntax/syntax.syntax: Fix highlighting for "gray".
1496 2002-10-01  Pavel Roskin  <proski@gnu.org>
1498         * configure.in: Expand $bindir and $datadir to show at the end.
1499         Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
1501 2002-09-29  Pavel Roskin  <proski@gnu.org>
1503         * configure.in: Remove the argument from --with-gpm-mouse.  The
1504         directories for include files and libraries can be specified
1505         using LDFLAGS and CPPFLAGS, as documented in the output of
1506         "configure --help".
1508         * configure.in: Complete rewrite of the screen library support.
1509         Add new option --with-screen instead on --with-slang,
1510         --with-included-slang and --with-ncurses.  Only allow
1511         --with-termcap is using the included S-Lang library.
1512         * aclocal.m4: Corresponding changes.
1514         * syntax/mail.syntax: Replace "wholechars right" and "wholechars
1515         left" with single "wholechars".
1516         * syntax/nroff.syntax: Likewise.
1517         * syntax/sh.syntax: Likewise.
1518         * syntax/tcl.syntax: Likewise.
1520         * syntax/*.syntax: Remove numeric Cooledit colors.  It's
1521         unreasonable to require them to be correct.  On the other hand,
1522         Cooledit can easily be changed to accept named color names.
1524         * syntax/syntax.syntax: Don't require Cooledit colors for
1525         highlighting color names.  Remove Cooledit colors.
1527         * syntax/m4.syntax: Don't use yellow color on parentheses, since
1528         it interferes with parentheses highlighting.  Remove list of
1529         supported Autoconf macros.
1531 2002-09-26  Pavel Roskin  <proski@gnu.org>
1533         * syntax/syntax.syntax: Remove highlighting for numbers - it's
1534         for Cooledit only.
1536         * syntax/c.syntax: Require at least one space at the beginning
1537         of indented cpp directives.  Use brightmagenta for them.
1539         * syntax/syntax.syntax: Don't start keywords with "\[" - it
1540         doesn't work.  Use "\[\]" at the end of keywords to suppress
1541         their special meaning.
1543 2002-09-22  Pavel Roskin  <proski@gnu.org>
1545         * doc/Makefile.am: Remove width from the man2hlp command line.
1546         The same for translations.
1548         * configure.in: Remove support for HSC proxy - it's obsolete.
1549         Remove all references to HSC proxy everywhere.
1551 2002-09-21  Pavel Roskin  <proski@gnu.org>
1553         * configure.in: Bump version to 4.6.0-pre1b.
1555         * doc/hu/mc.hlp.hu: Rename to ...
1556         * doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
1557         * configure.in: Substitute doc/hu/mc.hlp.hu.
1558         * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
1560         * doc/mc.1.in: Update path to the data files.  Rename MC_LIBDIR
1561         to MC_DATADIR.  Make the same changes in the translations.
1563         * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
1564         directory for architecture-independent files.
1566 2002-09-19  Pavel Roskin  <proski@gnu.org>
1568         * syntax/m4.syntax: New file.
1569         * syntax/Syntax: Add m4.syntax.
1570         * syntax/Makefile.am: Likewise.
1571         From Vlad Romanenko <VladRomanenko@ukr.net>
1573         * syntax/sql.syntax: Only recognize non-standard MySQL comments
1574         at the beginning of line.
1576 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
1578         * syntax/syntax.syntax: Add "linestart" for "context",
1579         "context default" and "context exclusive" keywords.
1580         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
1581         and "%5.5s" formats.
1583 2002-09-18  Pavel Roskin  <proski@gnu.org>
1585         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
1586         rules for syntax files ...
1587         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
1588         and "include" keywords.
1589         * syntax/Makefile.am: Add syntax.syntax.
1591 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
1593         * syntax/js.syntax: Advanced number highlighting.
1595 2002-09-17  Pavel Roskin  <proski@gnu.org>
1597         * syntax/c.syntax: Highlight "?" by the same color as ":".
1598         * syntax/java.syntax: Likewise.
1599         * syntax/swig.syntax: Likewise.
1600         * syntax/python.syntax: Remove duplicate keyword ":".
1602         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
1603         m4 directory is used by aclocal.
1604         * m4/Makefile.am: New file.
1605         * configure.in: Substitute m4/Makefile.
1606         * autogen.sh: Don't copy any macro files, use m4 directory.
1608         * syntax/Makefile.am: Add js.syntax.
1610         * configure.in: Add support for glib 2.x.  Right now, it has to
1611         be explicitly enabled by `--with-glib2'.
1612         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
1614 2002-09-16  Pavel Roskin  <proski@gnu.org>
1616         * syntax/js.syntax: New file.
1617         * syntax/Syntax: Add js.syntax.
1618         From Vlad Romanenko <VladRomanenko@ukr.net>
1620 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
1622         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
1623         of local xnc.hlp
1624         * doc/pl/xnc.hlp: Removed.
1626 2002-09-13  Pavel Roskin  <proski@gnu.org>
1628         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
1629         Remove "potfiles" command.
1630         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
1631         compatibility with gettext 0.10.x.
1633         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
1634         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
1636         * po/Makevars: New file for compatibility with gettext 0.11.x.
1638         * configure.in: Remove "Debugger code" message.
1640         * acinclude.m4: Replace undelfs_o with use_undelfs.
1641         * configure.in: Likewise.  Don't substitute it.
1643         * configure.in: Simplify processing of without-edit.  Replace
1644         several variables with use_edit.
1645         * acinclude.m4: Remove AC_WITH_EDIT.
1647         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
1648         use_smbfs.
1649         * configure.in: Likewise.
1650         * INSTALL: Document --with-samba.
1652         * configure.in: Roll --enable-mcserv-install into ...
1653         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
1654         * INSTALL: Document --with-mcfs.
1656 2002-09-12  Pavel Roskin  <proski@gnu.org>
1658         * configure.in: Don't check if crypt() prototype is needed to
1659         avoid warnings - the whole code is not worth avoiding one
1660         legitimate warning.
1661         * acinclude.m4: Remove AC_TRY_WARNINGS.
1663         * configure.in: ALL_LINGUAS should be defined unconditionally.
1665         * acinclude.m4: Clarify some help texts, add defaults in square
1666         brackets, use more consistent spacing.
1667         * configure.in: Likewise.
1669         * lib/mc.menu: Don't call tarballs "releases".  Don't
1670         dereference symlinks.
1672 2002-09-10  Pavel Roskin  <proski@gnu.org>
1674         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
1676 2002-09-07  Pavel Roskin  <proski@gnu.org>
1678         * configure.in: Eliminate --with-terminfo option, which was
1679         essentially equivalent to --with-included-slang and didn't force
1680         anything.
1681         * acinclude.m4 (AC_USE_TERMINFO): Remove.
1682         * INSTALL: Adjust to match.
1683         * FAQ: Likewise.
1685 2002-09-05  Pavel Roskin  <proski@gnu.org>
1687         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
1688         NETFILES - it's unused.
1690         * configure.in: Check for arpa/inet.h.
1692         * mcfn_install: Remove.  Also remove all references to it.
1693         * INSTALL.FAST: Update information about ncurses.
1694         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
1696         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
1697         LIBS.
1698         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
1699         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
1700         test for ncurses in non-standard directories.
1702 2002-09-04  Pavel Roskin  <proski@gnu.org>
1704         * lib/mc.ext.in: Remove edit rules for compressed files that
1705         were compressing even unchanged files - the editor itself can
1706         handle compression better.
1708 2002-09-03  Pavel Roskin  <proski@gnu.org>
1710         * acinclude.m4: Remove Termnet support, it's too old and obscure
1711         to be supported properly.
1713 2002-08-27  Pavel Roskin  <proski@gnu.org>
1715         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
1716         OpenOffice.org, not StarOffice.  Add more video formats.
1718         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
1719         unnecessary pipeline.  Redirect stderr from cpio, because it can
1720         be non-empty even for successful operations.
1722 2002-08-26  Pavel Roskin  <proski@gnu.org>
1724         * syntax/spec.syntax: New file.
1725         * syntax/Syntax: Add spec.syntax.
1726         * syntax/Makefile.am: Likewise.
1727         From PLD Linux Distribution with minor changes.
1729 2002-08-25  Pavel Roskin  <proski@gnu.org>
1731         * lib/mcserv.init: Update from Red Hat package.
1732         * lib/mcserv.pamd: Likewise.
1734         * configure.in: Fix interpretation of the iconv test result.
1735         Reported by Pavel Shirshov <me@pavelsh.pp.ru>
1737         * mc.sh.in: Only bash needs the mc() function to be exported.
1739         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
1740         instead of /usr where appropriate.
1741         * doc/Makefile.am: Enable generation of the help file.
1743         * doc/pl/*: Add Polish translation.
1744         * doc/Makefile.am: Adjust for the above.
1745         * configure.in: Likewise.
1747 2002-08-24  Pavel Roskin  <proski@gnu.org>
1749         * lib/edit.indent.rc: Use tidy to format HTML.
1750         From David Martin <dmartina@excite.com>
1752         * lib/cedit.menu: Remove all references to the error file.
1753         * lib/edit.indent.rc: Likewise.
1754         * lib/edit.spell.rc: Likewise.
1756 2002-08-23  Pavel Roskin  <proski@gnu.org>
1758         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
1759         use only for the programs that need it (mc and mcserv).
1761         * configure.in: Fix help text for gpm and ncurses.  Properly
1762         handle --without-ncurses.
1763         Reported by Moritz Barsnick <moritz@barsnick.net>
1765         * configure.in: Work around a bug in Autoconf-2.53 that prevents
1766         splitting of user-specified path in AC_PATH_PROGS.
1768         * configure.in: Move glib test earlier, as it tends to fail for
1769         many users.  Make GLIB_CONFIG a precious variable.  Check for
1770         glib12-config - that's how it's called on FreeBSD.
1771         Reported by Pavel Shirshov <me@pavelsh.pp.ru>
1773 2002-08-22  Pavel Roskin  <proski@gnu.org>
1775         * configure.in: Remove old-style Linux-only support for shadow
1776         passwords.
1778 2002-08-21  Pavel Roskin  <proski@gnu.org>
1780         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
1781         now, otherwise Automake 1.5 breaks.  Remove version number from
1782         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
1783         Substitute RH_VERSION, which is VERSION without dashes, needed
1784         for RedHat specfile.
1786         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
1787         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
1788         two places.
1790         Release mc-4.6.0-pre1.
1792         * configure.in: Bump version to 4.6.0-pre1.
1793         * po/*.po: Regenerate.
1795 2002-08-20  David Martin  <dmartina@excite.com>
1797         * doc/es/mc.1.in: Minor changes.
1798         * doc/es/xnc.hlp: Likewise.
1800 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1802         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
1803         %{_mandir}/*/man1/*.
1805 2002-08-20  Pavel Roskin  <proski@gnu.org>
1807         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
1809 2002-08-19  Pavel Roskin  <proski@gnu.org>
1811         * configure.in: Add Italian documentation.
1812         * doc/Makefile.am: Likewise.
1814         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
1816         * configure.in: Enable subshell support on all operating systems
1817         by default.  Old issues are most likely solved by now.
1819 2002-08-18  Pavel Roskin  <proski@gnu.org>
1821         * lib/mc.ext.in: Try links before lynx.  Force full path when
1822         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
1823         is already broken if the program starts in background.  Add a
1824         comment discouraging taking this code as example.
1826         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
1827         obsolete.
1828         * doc/es/mc.1.in: Likewise.
1829         * doc/ru/mc.1.in: Likewise.
1830         * doc/hu/mc.hlp.hu: Likewise.
1832         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
1833         was unsafe by design and is no longer supported.  Use %t instead
1834         of %u to preserve tags in case of failure.
1836         * vfs/extfs/ftplist.in: Remove support for running commands, it
1837         makes no sense.
1839 2002-08-16  Pavel Roskin  <proski@gnu.org>
1841         * lib/mc.global: Remove, it duplicates the role of mc.lib.
1842         * lib/mc.lib: Add contents of mc.global.
1843         * lib/Makefile.am: Remove all references to mc.global.
1845         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
1846         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
1848 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
1850         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
1851         set, umask and unset like other builtin commands.
1853 2002-08-15  Pavel Roskin  <proski@gnu.org>
1855         * configure.in: Remove check for SIGTSTP, it's not needed for
1856         the subshell support.
1858         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
1859         done at runtime.
1860         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
1862 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
1864         * doc/ru/mc.1.in: Remove reference to README.edit.
1865         * doc/mc.1.in: Likewise.
1866         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
1867         everywhere.
1869 2002-08-14  Pavel Roskin  <proski@gnu.org>
1871         * doc/mc.1.in: Consistently use "native" ftp syntax.
1872         * doc/ru/mc.1.in: Likewise.
1873         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
1874         * doc/es/xnc.hlp: Likewise.
1876         * lib/mc.hlp.hu: Move ...
1877         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
1879 2002-08-09  Pavel Roskin  <proski@gnu.org>
1881         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
1882         and entries that are obsolete or make no sense.
1884         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
1885         "How to use help".
1887         * doc/Makefile.am: Don't distribute help file.  Generate it in
1888         the build directory.
1889         * doc/es/Makefile.am: Likewise.
1890         * doc/ru/Makefile.am: Likewise.
1892         * lib/xnc.hlp: Move ...
1893         * doc/xnc.hlp: ... here.
1894         * doc/Makefile.am: Necessary adjustments.
1895         * lib/Makefile.am: Likewise.
1896         * src/Makefile.am: Likewise.
1898         * configure.in: Add Spanish documentation.
1899         * doc/Makefile.am: Likewise.
1900         * doc/es: Spanish documentation.
1901         From David Martin <dmartina@excite.com>
1903 2002-08-08  Pavel Roskin  <proski@gnu.org>
1905         * lib/mc.lib: Add f11-f20 keys for Konsole.
1907 2002-08-06  Pavel Roskin  <proski@gnu.org>
1909         * syntax/lisp.syntax: New file.
1910         * syntax/Syntax: Add lisp.syntax.
1911         * syntax/Makefile.am: Likewise.
1912         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
1913         changes.
1915 2002-08-04  Pavel Roskin  <proski@gnu.org>
1917         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
1918         subshell if this test fails.
1920 2002-08-03  Pavel Roskin  <proski@gnu.org>
1922         * syntax/mail.syntax: Colors changed to be more readable.
1924         * syntax/html.syntax: Don't require character entities to be
1925         whole, but check their validity.
1927 2002-08-02  Pavel Roskin  <proski@gnu.org>
1929         * configure.in: No longer need to define REGEX_MALLOC.
1931 2002-08-01  Pavel Roskin  <proski@gnu.org>
1933         * configure.in: Remove support for MAD and Electric Fence.
1934         Developers should use modern memory debuggers (e.g. Valgrind).
1935         * INSTALL: Remove references to MAD.
1937 2002-07-31  Pavel Roskin  <proski@gnu.org>
1939         * syntax/html.syntax: Remove recognition for any individual
1940         words - there are too many of them, we cannot keep up.
1942 2002-07-30  Pavel Roskin  <proski@gnu.org>
1944         * doc/ru/Makefile.am: Use man2hlp directly.
1946 2002-07-28  Pavel Roskin  <proski@gnu.org>
1948         * syntax/changelog.syntax: Highlight "*" only after tab.  This
1949         requires fixed syntax highlighting.
1951         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
1952         default. Open *.xls with gnumeric.  Use mplayer for most video
1953         formats.
1955         * syntax/nroff.syntax: Require most keywords to be whole.
1957 2002-07-21  Pavel Roskin  <proski@gnu.org>
1959         * syntax/fortran.syntax: Fix highlighting of "*" at the
1960         beginning of line.  Recognize "     +" as continuation.  Move
1961         all "linestart" keywords earlier to avoid more conflicts.
1963 2002-07-18  Pavel Roskin  <proski@gnu.org>
1965         * syntax/unknown.syntax: Don't highlight anything by default.
1967         * syntax/changelog.syntax: Highlight functions without
1968         filenames.
1969         * syntax/Syntax: Match *ChangeLog*.
1971         * syntax/c.syntax: Reenable highlighting for "/" and preserve
1972         highlighting for "//" comments by using exclusive context.
1973         * syntax/java.syntax: Likewise.
1974         * syntax/swig.syntax: Likewise.
1975         * syntax/slang.syntax: Reenable highlighting for "/".
1976         * syntax/sql.syntax: Enable highlighting for "/" and "-".
1978         * syntax/sql.syntax: New file.
1979         * syntax/Syntax: Add sql.syntax.
1980         * syntax/Makefile.am: Likewise.
1981         From Walery Studennikov <despair@sama.ru> with minor changes.
1983 2002-07-16  Pavel Roskin  <proski@gnu.org>
1985         * lib/mc.ext.in: Remove handling of executables.  They should
1986         be handled internally for "pause after run" to work.
1988         * syntax/Syntax: Associate *.itcl with tcl.syntax.
1989         * syntax/tcl.syntax: Add itcl keywords, other improvements.
1991 2002-07-15  Pavel Roskin  <proski@gnu.org>
1993         * configure.in: Don't check for strcasecmp(), strncasecmp() and
1994         strdup() - test results are not used except in gettext, which
1995         provides its own tests.
1997         * configure.in: When checking for ncurses, check for
1998         has_colors(), not curses_version() - the later is missing in
1999         older version of ncurses.
2001 2002-07-13  Pavel Roskin  <proski@gnu.org>
2003         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
2004         not to LIBS.
2005         * configure.in: Fix breakage in ncurses headers check from the
2006         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
2007         Define REGEX_MALLOC here.
2009         * acinclude.m4 (AC_NCURSES): Remove.
2010         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
2011         AC_CHECK_LIB to check existence of ncurses library.  Eliminate
2012         variables force_ncurses and search_ncurses.
2014 2002-07-10  Pavel Roskin  <proski@gnu.org>
2016         * configure.in: Remove --with-netrc, it is now default and can
2017         be disabled at the runtime.
2019         * syntax/tcl.syntax: New file.
2020         * syntax/Syntax: Add tcl.syntax.
2021         * syntax/Makefile.am: Likewise.
2022         * syntax/java.syntax: Don't treat #define separately from other
2023         preprocessor directives.
2024         * syntax/slang.syntax: Likewise.
2025         * syntax/swig.syntax: Likewise.
2027 2002-07-09  Pavel Roskin  <proski@gnu.org>
2029         * syntax/c.syntax: Don't treat #define separately from other
2030         preprocessor directives.
2032 2002-07-08  Pavel Roskin  <proski@gnu.org>
2034         * syntax/perl.syntax: Highlight text after __END__ as a comment.
2035         * syntax/po.syntax: Avoid gray color, which is hard to see.
2037 2002-07-05  Pavel Roskin  <proski@gnu.org>
2039         * syntax/dos.syntax: Add more commands.
2041 2002-07-04  Pavel Roskin  <proski@gnu.org>
2043         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
2044         sort authors.
2046 2002-06-24  Pavel Roskin  <proski@gnu.org>
2048         * syntax/dos.syntax: New file - highlighting for DOS batch
2049         files.  From Petr Kozelka <pkozelka@centrum.cz>
2050         * syntax/Syntax: Add dos.syntax.
2051         * syntax/Makefile.am: Likewise.
2053 2002-06-04  Max Schedriviy  <max@humgat.org>
2055         * syntax/php.syntax: New version.
2057 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
2059         * NEWS: Mention ftpfs/fish uploading changes and new configure
2060         options --with-codepagedir=DIR, --with-configdir=DIR and
2061         --without-mcfs.
2063 2002-05-22  Pavel Roskin  <proski@gnu.org>
2065         * doc/ru/Makefile.am: Fix out-of-tree build.
2067 2002-05-14  Pavel Roskin  <proski@gnu.org>
2069         * configure.in: Fix logic for gettext 0.10.x.
2071 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
2073         * configure.in: Don't generate po/Makefile if
2074         there is 'top_builddir' in po/Makefile.in.
2075         * autogen.sh: More fixes for gettext 0.11+.
2077 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
2079         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
2081 2002-04-21  Pavel Roskin  <proski@gnu.org>
2083         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
2084         can play them.
2086 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
2088         * autogen.sh: Fix for gettext 0.11 family (and newer).
2090 2002-04-08  Pavel Roskin  <proski@gnu.org>
2092         * autogen.sh: Allow gettext newer than 0.10.39.
2093         From Björn Eriksson <bjorn@bjornen.nu>
2095 2002-04-03  Pavel Roskin  <proski@gnu.org>
2097         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
2098         by "make clean" because not everyone has Perl to rebuild it.
2100 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
2102         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
2103         first line regular expression.
2105 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
2107         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
2108         or newer is not used.
2109         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
2111         * src/Makefile.am: Move mc.hlp.ru processing ...
2112         * doc/ru/Makefile.am: ... here.
2114 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
2116         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
2117         * syntax/c.syntax: Highlight "%p" printf format.
2118         Allow '*' as width and precision for strings and numbers.
2120         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
2121         * doc/ru/mc.1.in: Likewise.
2123 2002-03-18  Pavel Roskin  <proski@gnu.org>
2125         * doc/ru/Makefile.am: Distribute xnc.hlp.
2127 2002-03-12  Pavel Roskin  <proski@gnu.org>
2129         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
2131 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
2133         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
2134         * doc/ru/Makefile.am: New file.
2136 2002-03-08  Pavel Roskin  <proski@gnu.org>
2138         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
2140 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
2142         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
2144 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
2146         * doc/mc.1.in: Use nodename `Background jobs' for section
2147         `Background Jobs' to reflect user visible Command menu option
2148         and src/cmd.c dialog implementation.
2150         * doc/ru: New directory for Russian manuals.
2151         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
2152         translated by Victor A. Kostromin for mc 4.5.30.  Converted
2153         from binary mc.hlp.ru, corrected and actualized by me.
2154         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
2155         * doc/ru/.cvsignore: Ignore mc.1.
2157 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
2159         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
2160         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
2161         mc.lib settings.
2163         (Virtual File System): Document SMB File System.
2165 2002-02-26  Pavel Roskin  <proski@gnu.org>
2167         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
2168         message "no symbol found" for unsupported architectures and
2169         provide more useful information.
2171 2002-02-22  Pavel Roskin  <proski@gnu.org>
2173         * README.smbfs: Remove.  It contained no useful information
2174         and the webpage is now dead.
2175         * Makefile.am: Remove README.smbfs.
2177         * README: Mention that glib 1.2.x is required.
2179 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
2181         * lib/edit.indent.rc: Use "#! /bin/sh"
2182         * lib/edit.spell.rc: Likewise.
2183         * lib/mcserv.init: Likewise.
2185         * lib/cedit.menu: Eliminate bashisms.
2186         Add missed `:' in AUTHOR evaluation.
2187         Unset LANGUAGE and make LC_ALL empty.
2188         Use "#! /path/to/program".
2190 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
2192         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
2193         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
2194         Fix tarfs URL syntax example.  Minor typo and format fixes.
2196 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
2198         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
2199         Fix location of configuration files.
2201 2002-02-05  Pavel Roskin  <proski@gnu.org>
2203         * configure.in: Don't use defunct ncurses_version.
2204         Reported by Thomas Dickey <dickey@herndon4.his.com>
2205         Set force_ncurses whenever --with-ncurses is used.  If set,
2206         suppress checks for S-Lang and fail is ncurses is not found.
2208         * configure.in: Introduce a new variable screen_type that is
2209         either "slang" or "ncurses" without additional text.  Use it
2210         instead of screen_manager whenever possible.  Fix text in
2211         AC_NCURSES call, use m4 quotes and move shell quotes into the
2212         macro.
2213         * acinclude.m4: Likewise.
2215 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
2217         * syntax/Syntax: Known Delphi/Kylix source file extensions
2218         supported (*.dpr, *.inc).
2219         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
2220         Special highlighting for CVS keywords.  Understands single-line
2221         comments (//).
2223 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
2225         * configure.in (ALL_LINGUAS): Added "bg"
2227 2002-01-21  Pavel Roskin  <proski@gnu.org>
2229         * NEWS: Mention word completion in the editor.
2231 2002-01-17  Pavel Roskin  <proski@gnu.org>
2233         * extraconf.h: Remove OS/2 specific code.
2235         * doc/mc.1.in (Configuration): Clarify some entries.
2237 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
2239         * acinclude.m4: New options for smbfs:
2240         --with-configdir=DIR    Where the Samba configuration files are (/etc)
2241         --with-codepagedir=DIR  Where the Samba codepage files are
2243 2002-01-11  Pavel Roskin  <proski@gnu.org>
2245         * syntax/xml.syntax: New file - highlighting for XML.
2246         From Petr Kozelka <pkozelka@centrum.cz>
2247         * syntax/Syntax: Add xml.syntax.
2248         * syntax/Makefile.am: Likewise.
2250 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
2252         * configure.in: Added "eu" to ALL_LINGUAS.
2254 2002-01-03  Pavel Roskin  <proski@gnu.org>
2256         * lib/mc.menu: Correct quoting.
2257         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
2259         * NEWS: Mention removal of the OS/2 port.
2260         * README.PC: Remove OS/2 specific parts.
2262 2002-01-02  Pavel Roskin  <proski@gnu.org>
2264         * configure.in: Make help about --with-subshell easier to
2265         understand.  Minor alignment fixes for the help.
2266         * acinclude.m4: Minor alignment fixes for the help.
2268 2001-12-31  Pavel Roskin  <proski@gnu.org>
2270         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
2271         from vfs/Make-mc.in.
2273 2001-12-27  Duarte Loreto  <happyguy_pt@hotmail.com>
2275         * configure.in: Added Portuguese to ALL_LINGUAS
2277 2001-12-21  Pavel Roskin  <proski@gnu.org>
2279         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
2280         Don't remove slang/slang.h - it's never created.
2282         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
2283         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
2284         unused.
2286 2001-12-01  Wang Jian  <lark@linux.net.cn>
2288         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
2290 2001-11-29  Pavel Roskin  <proski@gnu.org>
2292         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
2294 2001-11-27  Pavel Roskin  <proski@gnu.org>
2296         * lib/mc.ext.in: When running X programs in background, do it
2297         from subshell.  Otherwise some of them terminate when mc exits.
2298         Reported by Christian Dysthe <christian@dysthe.net>
2299         Remove some obsolete and gmc-specific entries.  Use StarOffice
2300         to open files detected as "Microsoft Office Document".
2302         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
2303         XFree86 4.1.0.
2305 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
2307         * doc/mcedit.1.in: Fix help file location.
2309 2001-11-14  Pavel Roskin  <proski@gnu.org>
2311         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
2312         fallback to ino_t for e2fsprogs version 1.19 and older.
2314 2001-10-30  Pavel Roskin  <proski@gnu.org>
2316         * lib/mc.ext.in: Add support for Netpbm files.
2318 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
2320         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
2321         http://bugzilla.gnome.org/show_bug.cgi?id=60935
2322         By drk@sgi.com.
2324         * doc/mc.1.in: Document %p macro.
2326 2001-10-24  Pavel Roskin  <proski@gnu.org>
2328         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
2329         Allow using --without-mmap.
2330         * INSTALL: Document --without-mmap.
2332 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
2334         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
2335         of languages to be installed by setting env variable before
2336         configure. If it is empty, it defaults to full list.
2337         By Alex Tkachenko <alex@bcs.zp.ua>.
2339 2001-10-19  Pavel Roskin  <proski@gnu.org>
2341         * syntax/sh.syntax: Highlight reserved words inside backticks.
2342         Use the same wholechars settings for reserved words and
2343         commands.  Recognize more words.  Recognize function definitions
2344         without "function" or without "()".  Use brightmagenta instead
2345         of brightblue.
2347 2001-10-18  Pavel Roskin  <proski@gnu.org>
2349         * configure.in: When checking for "nroff -mandoc" support, don't
2350         use /dev/null as input file, use stdin.  Some versions of nroff
2351         (e.g. groff-1.16.1) don't accept special files.
2353 2001-10-14  Pavel Roskin  <proski@gnu.org>
2355         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
2356         Makefile.  Don't allow any suffixes after "Makefile".
2358 2001-10-12  Pavel Roskin  <proski@gnu.org>
2360         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
2361         format).
2363 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
2365         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
2366         Fix compress<->bzip2 conversion and conversion of tagged
2367         archives.
2369 2001-10-05  Pavel Roskin  <proski@gnu.org>
2371         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
2372         Suggested by Marcel Pol <mpol@gmx.net>
2374         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
2375         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
2376         and *.mid files.
2378 2001-09-30  Pavel Roskin  <proski@gnu.org>
2380         * configure.in: Don't check whether grep supports stdin - it's
2381         not used anymore.
2382         * NEWS: Mention this change.
2384 2001-09-19  Pavel Roskin  <proski@gnu.org>
2386         * doc/mcedit.1.in: Fix a very long line - use double
2387         backslashes since they are interpreted even in the .nf blocks.
2389         * lib/edit.spell.rc: Try aspell before resorting to ispell.
2391         * syntax/php.syntax: Replace with a better implementation by
2392         Max Schedriviy <max@tavrida.net>
2394 2001-09-15  Pavel Roskin  <proski@gnu.org>
2396         * doc/mc.1.in: Fix location of mcedit files.
2397         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
2399 2001-09-14  Pavel Roskin  <proski@gnu.org>
2401         * configure.in: Don't check for ncurses version and for keyok()
2402         because the mouse support code doesn't need this hack anymore.
2404 2001-09-13  Pavel Roskin  <proski@gnu.org>
2406         * configure.in: Fix some cases of overquoting and underquoting.
2407         * acinclude.m4: Likewise.
2409 2001-09-12  Pavel Roskin  <proski@gnu.org>
2411         * configure.in: Update list of browsers.  Don't fallback to
2412         lynx since it cannot be run in background.
2413         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
2414         If no browser for X11 was found, use lynx.
2416         * autogen.sh: Add a workaround to ensure that "depcomp" is
2417         distributed.
2418         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
2419         where appropriate.
2420         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
2421         terminfo.
2423         * configure.in: Use three-argument form of AC_INIT.  Use
2424         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
2425         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
2426         is not needed if AC_CONFIG_AUX_DIR is used.
2427         * vfs/Make-mc.in: Adjust mkinstalldirs location.
2428         * autogen.sh: Create "config" and remove "autom4te.cache".
2430 2001-09-11  Pavel Roskin  <proski@gnu.org>
2432         * syntax/Syntax: New file, extracted from edit/syntax.c.
2433         * syntax/Makefile.am: Add Syntax.
2435         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
2436         to LIBS.  Don't use unportable "grep -q", use "case" instead.
2438 2001-09-10  Pavel Roskin  <proski@gnu.org>
2440         * configure.in: Only check for X if --with-tm-x-support has been
2441         specified.
2443         * configure.in: Add check for sys/ioctl.h.
2445         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
2447         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
2448         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
2449         testing for functions in ncurses.
2451         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
2452         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
2453         * acconfig.h: Remove.
2455         * configure.in: Eliminate LIBSLANG and LSLANG.
2456         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
2458         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
2459         resizeterm() and keyok() only if configuring with ncurses.
2461         * configure.in: Remove now unused variables LIBVFS and LVFS.
2463         * configure.in: Remove unused variables LINTL and INTLDEPS.
2465         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
2466         building with included gettext, because libintl.h is copied
2467         there.
2469 2001-09-09  Pavel Roskin  <proski@gnu.org>
2471         * NEWS: Update.
2473         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
2474         checks -lgen for getmntent as of Autoconf 2.52.
2476 2001-09-07  Pavel Roskin  <proski@gnu.org>
2478         * configure.in: Check for pwd.h.
2480         * Make.common.in: Remove.
2481         * configure.in: Remove all references to Make.common.in and
2482         MCCPPFLAGS.
2483         * aclocal.m4: Likewise.
2485         * configure.in: Require Autoconf 2.52.  Remove hacks for
2486         Autoconf 2.13.
2487         * Makefile.am: Require Automake 1.5.
2489 2001-09-06  Pavel Roskin  <proski@gnu.org>
2491         * syntax/php.syntax: New file - PHP file highlighting.  Copied
2492         from Cooledit 3.17.4.
2493         * syntax/Makefile.am: Add php.syntax.
2495 2001-09-06  Timur Bakeyev  <mc@bat.ru>
2497         * acconfig.h: Brought back couple of symbols, that are still necessary
2498         due reference to them from configure.in.
2500 2001-09-04  Pavel Roskin  <proski@gnu.org>
2502         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
2503         strictness for dates.
2505         * doc/mc.1.in: Fix troff warnings.
2506         * doc/mcedit.1.in: Likewise.
2508 2001-09-03  Pavel Roskin  <proski@gnu.org>
2510         * doc/mc.1.in: Spellcheck.
2511         * doc/mcedit.1.in: Likewise.
2512         * doc/mcserv.8.in: Likewise.
2514         * doc/mc.1.in (Learn Keys): Complete rewrite.
2516 2001-09-02  Pavel Roskin  <proski@gnu.org>
2518         * acconfig.h: Remove all unused symbols.
2520         * lib/ncurses.h: Remove.
2521         * lib/Makefile.am: Remove ncurses.h.
2523 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
2525         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
2527 2001-08-28  Pavel Roskin  <proski@gnu.org>
2529         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
2530         like EOF.
2532 2001-08-26  Pavel Roskin  <proski@gnu.org>
2534         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
2535         CONS_SAVER.  Put all conditionals together.
2537         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
2538         Automake 1.5.
2540         * configure.in: Remove XCURSES variable - it's unused.
2542         * configure.in: New conditional USE_EDIT.
2544         * syntax/changelog.syntax: Don't require '@' to be in the
2545         address.  This also works around a bug in the syntax engine
2546         that prevented highlighting of addresses.
2548 2001-08-25  Pavel Roskin  <proski@gnu.org>
2550         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
2552 2001-08-24  Pavel Roskin  <proski@gnu.org>
2554         * extraconf.h: Remove all references to HAVE_X.
2555         * acinclude.m4: s/GNOME_/MC_/
2556         * configure.in: Likewise.  Remove or clarify all references to
2557         the "text edition".  Minor fixes.
2559         * configure.in: Remove support for curses libraries other than
2560         ncurses.
2561         * acinclude.m4: Likewise.
2562         * FAQ: Remove everything about UNIX curses.
2563         * INSTALL: Likewise.
2565         * configure.in: Enable large file support by default.
2566         * NEWS: Mention it.
2567         * INSTALL: Document it.  Minor fixes.
2569         * FAQ: Remove information about GNOME edition.  Minor fixes.
2570         * README: Likewise.
2571         * NEWS: Mention removing the GNOME edition.
2573         * acinclude.m4: Include all used macros from the macros
2574         directory.
2575         * autogen.sh: Remove all references to "macros".
2576         * Makefile.am: Likewise.
2578         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
2579         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
2581         * lib/startup.links: Remove.
2582         * lib/README.desktop: Likewise.
2583         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
2585         * configure.in: Bump version to 4.5.99a.
2587         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
2588         * po/*.po: Regenerate.
2590         * AUTHORS: Update and spell check.
2591         * FAQ: Likewise.
2592         * INSTALL: Likewise.
2593         * INSTALL.FAST: Likewise.
2594         * NEWS: Likewise.
2595         * README.PC: Likewise.
2596         * README.QNX: Likewise.
2598         * configure.in: Add check for stropts.h.
2600 2001-08-23  Pavel Roskin  <proski@gnu.org>
2602         * lib/edit.indent.rc: Create cooledit.error right away to
2603         override its old contents.  Don't use ksh extensions.  Treat *.C
2604         files as C++.  Recognize more C++ extensions.  Support java.
2605         Update URL for "astyle".  Quote all arguments to protect spaces.
2606         * lib/edit.spell.rc: Don't save terminal settings - mc does it
2607         itself.  Quote all arguments to protect spaces.
2609 2001-08-21  Pavel Roskin  <proski@gnu.org>
2611         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
2612         files if GNOME frontend is disabled.
2613         * idl/Makefile.am: Likewise.
2614         * lib/Makefile.am: Likewise.
2615         * new_icons/Makefile.am: Likewise.
2617         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
2618         case it already has gettext macros elsewhere and doesn't like
2619         duplicates (i.e. it's aclocal from Automake-1.4).
2621 2001-08-20  Pavel Roskin  <proski@gnu.org>
2623         * AUTHORS: Updated.
2624         * INSTALL: Likewise.
2625         * NEWS: Likewise.
2626         * doc/mc.1.in: Likewise.
2627         * doc/mcserv.8.in: Likewise.
2629         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
2630         for sys/mount.h.
2632 2001-08-19  Andras Timar  <timar@gnome.hu>
2634         * lib/Makefile.am: Added Hungarian hints
2635         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
2637 2001-08-19  Pavel Roskin  <proski@gnu.org>
2639         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
2641 2001-08-17  Pavel Roskin  <proski@gnu.org>
2643         * syntax/po.syntax: New file - PO file highlighting.
2644         From David Martin <dmartina@excite.es>
2645         * syntax/Makefile.am: Add po.syntax.
2647         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
2648         it's sometimes missing from the databases.
2650 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
2652         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
2653         * lib/Makefile.am: Reflect above change.
2655 2001-08-15  Pavel Roskin  <proski@gnu.org>
2657         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
2659 2001-08-14  Pavel Roskin  <proski@gnu.org>
2661         * lib/mc.lib: Add popular sequences for "home" and "end" in
2662         "xterm" and "xterm-color" terminals.
2664 2001-08-13  Pavel Roskin  <proski@gnu.org>
2666         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
2668         Replace "Can't" with "Cannot" everywhere.
2670 2001-08-12  Pavel Roskin  <proski@gnu.org>
2672         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
2673         subshell, not for "Open file...".
2674         (emacs_key_map): Likewise.
2676         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
2678 2001-08-10  Pavel Roskin  <proski@gnu.org>
2680         * Makefile.am (EXTRA_DIST): Remove BUGS.
2681         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
2683         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
2685         * doc/LSM: Remove, it's outdated.
2686         * doc/FILES: Likewise.
2687         * doc/DEVEL: Remove information about FILES.
2689         * FAQ: Eliminate all broken URLs on the MC site.
2690         From Frederic L. W. Meunier <0@pervalidus.net>
2692         * FAQ: Restore information about xterm.
2694 2001-08-08  Pavel Roskin  <proski@gnu.org>
2696         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
2698 2001-08-07  Pavel Roskin  <proski@gnu.org>
2700         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
2702         * doc/mc.1.in: Fix all broken links.
2704 2001-08-06  Pavel Roskin  <proski@gnu.org>
2706         * INSTALL: Numerous changes.  Declare old curses obsolete.
2707         Partly from Frederic L. W. Meunier <0@pervalidus.net>
2709         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
2711 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
2713         * lib/Makefile.am: Remove space after backslash introduced in the
2714         previous commit.
2716         * lib/mc.hint.zh_TW.Big5: New file.
2717         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
2719 2001-08-02  Pavel Roskin  <proski@gnu.org>
2721         * lib/mc.hint.uk: New file.
2722         From Maksym Polyakov <polyama@yahoo.com>
2723         * lib/Makefile.am: Add mc.hint.uk.
2725 2001-08-01  Pavel Roskin  <proski@gnu.org>
2727         * lib/mc.hint.nl: New file.
2728         From Steef Boerrigter <sxmboer@sci.kun.nl>
2729         * lib/Makefile.am: Add mc.hint.nl.
2730         * lib/mc.hint: Remove ftp site.  Update copyright.
2731         * lib/mc.hint.cs: Likewise.
2732         * lib/mc.hint.es: Likewise.
2733         * lib/mc.hint.it: Likewise.
2734         * lib/mc.hint.pl: Likewise.
2735         * lib/mc.hint.ru: Likewise.  Shorten some lines.
2737         * edit/Makefile.in: Allow running "make install" before "make all".
2738         * gtkedit/Makefile.in: Likewise.
2740 2001-07-31  Pavel Roskin  <proski@gnu.org>
2742         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
2743         editor.
2744         * lib/Makefile.am: Add lib/edit.spell.rc.
2746         * autogen.sh: Use gettextize.
2747         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
2748         * po/Makefile.in.in: Likewise.
2750 2001-07-29  Pavel Roskin  <proski@gnu.org>
2752         * syntax/slang.syntax: New file.
2753         From Walery Studennikov <despair@sama.ru>
2754         * syntax/Makefile.am: Add slang.syntax.
2756 2001-07-27  Pavel Roskin  <proski@gnu.org>
2758         * extraconf.h: Move WITH_BACKGROUND here.
2760 2001-07-24  Pavel Roskin  <proski@gnu.org>
2762         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
2764 2001-07-23  Pavel Roskin  <proski@gnu.org>
2766         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
2768 2001-07-20  Pavel Roskin  <proski@gnu.org>
2770         * Make.common.in: Move all defines ...
2771         * gnome/Makefile.in: ... here ...
2772         * src/Makefile.in: ... and here.
2774 2001-07-19  Pavel Roskin  <proski@gnu.org>
2776         * configure.in: Don't check for getwd, it's completely
2777         eliminated.
2778         * INSTALL: Remove reference to HAVE_GETWD.
2780         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
2781         entries for compressed cpio archives.
2783         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
2784         they were only used in obsolete frontends.  Don't ever use %view
2785         without commands - it's slower and loses user settings, e.g.
2786         hex mode.  Put shared libraries before man pages and read.me
2787         before .me macros so that they match correctly.  Use nm for
2788         shared libraries.  Add rules for StarOffice and AbiWord.
2790 2001-07-14  Pavel Roskin  <proski@gnu.org>
2792         * configure.in: Bump version to 4.5.54a.
2794 2001-07-13  Pavel Roskin  <proski@gnu.org>
2796         * lib/mcserv.init: Fix exit status.
2797         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
2799         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
2800         "executable", which should follow a space. Simplify rules for
2801         images. Add shell/ rule for *.info files. Fix all incorrect
2802         uses of the alternation operator.
2803         Reported by Oskar Liljeblad and Michel Casabona.
2805 2001-07-12  Pavel Roskin  <proski@gnu.org>
2807         * configure.in: Don't check for iconv, it's already checked for
2808         in AM_GNU_GETTEXT.
2810 2001-07-10  Pavel Roskin  <proski@gnu.org>
2812         * doc/mc.1.in: Update documentation about hex search.
2814         * edit/edit_key_translator.c (cooledit_key_map): Bind
2815         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
2816         From Steef Boerrigter <sxmboer@sci.kun.nl>
2818         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
2819         * edit/edit_key_translator.c (cooledit_key_map): Add support
2820         for bracket matching on Alt-B.
2821         * gtkedit/gtkeditkey.c: Likewise.
2822         From Steef Boerrigter <sxmboer@sci.kun.nl>
2824 2001-07-06  Pavel Roskin  <proski@gnu.org>
2826         * lib/mc.ext.in: Use nm to view object files.
2828         * Make.common.in: Remove GNOME-specific and unused definitions.
2829         Partly moved to gnome/Makefile.in.
2831         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
2832         they are usused.
2833         * Make.common.in: Likewise.
2835 2001-06-29  Pavel Roskin  <proski@gnu.org>
2837         * ABOUT-NLS: Update to the version from gettext-0.10.38.
2839         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
2840         now done in configure. Move -I.. to the beginning.
2841         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
2842         libintl.a may be required to link mc.
2843         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
2844         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
2845         Move all i18n code to one place. Don't substitute INTLSUB - it's
2846         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
2847         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
2849 2001-06-25  Pavel Roskin  <proski@gnu.org>
2851         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
2852         It should be enabled explicitly by giving `--enable-largefile'
2853         to configure.
2854         * INSTALL: Document it.
2856 2001-06-22  Pavel Roskin  <proski@gnu.org>
2858         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
2860         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
2861         in struct statfs.
2862         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
2864         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
2865         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
2866         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
2867         found.
2868         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
2870 2001-06-19  Pavel Roskin  <proski@gnu.org>
2872         * configure.in: Check for telldir and seekdir. Join adjacent
2873         calls to AC_CHECK_FUNCS.
2875 2001-06-16  Pavel Roskin  <proski@gnu.org>
2877         * Makefile.am: Change the order of SUBDIRS to fully compile text
2878         edition before compiling anything for GNOME.
2879         * mc.spec.in: Don't use brace expansion to avoid implicit
2880         build-time dependency on bash.
2882 2001-06-13  Pavel Roskin  <proski@gnu.org>
2884         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
2885         the test code.
2886         * configure.in: Fix compiler warnings in the arguments to
2887         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
2888         around `=' in the `test' command.
2890 2001-06-07  Pavel Roskin  <proski@gnu.org>
2892         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
2893         GNOME documentation template.
2894         * doc-gnome/C/mkhtml: Don't generate index.
2895         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
2897 2001-06-06  Pavel Roskin  <proski@gnu.org>
2899         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
2900         conditional variables from EXTRA_DIST.
2902 2001-06-05  Pavel Roskin  <proski@gnu.org>
2904         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
2905         conversion support.
2906         From Walery Studennikov <hqsoftware@mail.ru>.
2908         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
2910 2001-06-01  Pavel Roskin  <proski@gnu.org>
2912         * lib/mc.charsets: Synchronize with the latest patch - remove
2913         a comment.
2915 2001-05-30  Pavel Roskin  <proski@gnu.org>
2917         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
2918         work with GNOME.
2920         * lib/mc.charsets: New file. From Walery Studennikov.
2921         * lib/Makefile.am: Distribute mc.charsets. Install it if
2922         the charset support is enabled.
2924         * configure.in: Add check for iconv() and the necessary code
2925         to support the charset selection patch.
2927         * configure.in: Add check for ESCDELAY variable in ncurses.
2929 2001-05-29  Pavel Roskin  <proski@gnu.org>
2931         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
2932         USE_EXT2FSLIB.
2934         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
2935         * pc/config.h: Likewise.
2937         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
2938         and "strings". Recognize "write" files and MS Word templates.
2939         For MS Excel documents try "xls2csv" and "strings".
2940         Escape spaces in the "type" directives.
2941         From Nerijus Baliunas.
2943         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
2945         * Make.common.in: Remove hpath, it's unused.
2947         * acconfig.h: Move constant parts ...
2948         * extraconf.h: ... here.
2949         [HAVE_X]: Disable subshell, s-lang and curses.
2950         * Makefile.am: Add extraconf.h.
2952 2001-05-28  Pavel Roskin  <proski@gnu.org>
2954         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
2955         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
2956         * configure.in: ... here.
2958 2001-05-27  Pavel Roskin  <proski@gnu.org>
2960         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
2961         * acconfig.h: Likewise.
2962         * src/layout.c: Likewise.
2964         * Make.common.in: Remove all percent rules.
2965         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
2966         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
2967         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
2968         AM_INIT_AUTOMAKE.
2970         * Make.common.in: Remove obsolete dependency tracking system.
2971         * configure.in: Likewise.
2972         * edit/Makefile.in: Likewise.
2973         * gnome/Makefile.in: Likewise.
2974         * gtkedit/Makefile.in: Likewise.
2975         * slang/Makefile.in: Likewise.
2976         * src/Makefile.in: Likewise.
2977         * vfs/Make-mc.in: Likewise.
2978         * src/depend.awk: Remove.
2980 2001-05-26  Pavel Roskin  <proski@gnu.org>
2982         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
2983         * syntax/octave.syntax: New file. From Walery Studennikov.
2984         * syntax/Makefile.am: Add octave.syntax.
2986         * configure.in: Fix incorrect test for stdin support in grep -
2987         it would always fail when configuring in an empty directory.
2988         Portability fixes - unset, backslashed space in here-documents.
2989         Eliminate all instances of "changequote".
2991         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
2992         user choice.
2993         * acconfig.h: Changes for the above.
2994         * INSTALL: Don't document --with-sco - it's now defunct.
2995         * INSTALL.FAST: Likewise.
2997 2001-05-25  Pavel Roskin  <proski@gnu.org>
2999         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
3000         are in the beginning of the "file" output.
3002 2001-05-23  Pavel Roskin  <proski@gnu.org>
3004         * lib/mc.ext.in: Add associations for viewing RPM files.
3006 2001-05-22  Pavel Roskin  <proski@gnu.org>
3008         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
3009         By default exit after the first error in jade.
3011         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
3012         JADEFLAGS environment variables. Report progress. Clean up on
3013         failure.
3015 2001-05-21  Pavel Roskin  <proski@gnu.org>
3017         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
3018         files.
3020         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
3021         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
3023 2001-05-20  Pavel Roskin  <proski@gnu.org>
3025         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
3026         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
3027         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
3028         * doc-gnome/C/figs/Makefile.am: Add support for converting from
3029         PNG to EPS.
3031         * Makefile.am (EXTRA_DIST): Remove create_vcs.
3032         * doc/FILES: Likewise. Typo fix.
3034 2001-05-19  Pavel Roskin  <proski@gnu.org>
3036         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
3037         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
3038         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
3040         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
3041         index entry "Moving files".
3043 2001-05-18  Pavel Roskin  <proski@gnu.org>
3045         * configure.in: Use src/main.c in AC_INIT.
3047         * create_vcs: Remove.
3049         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
3050         Add download location for glib.
3051         * mc.spec.in: Likewise.
3052         * doc/LSM: Likewise.
3053         * doc/mc.1.in: Likewise.
3054         * doc/mcedit.1.in: Likewise.
3055         * src/ext.c: Don't mention download location for MC.
3057         * FAQ: Update status of Tk, XView. and GNOME editions. Update
3058         homepage of gpm.
3060         * INSTALL: Remove information about Tk and XView. Change the
3061         mailing list addresses again.
3062         * FAQ: Change the mailing list addresses again.
3063         * MAINTAINERS: Likewise.
3064         * README: Likewise.
3065         * doc/mc.1.in: Likewise.
3066         * gnome/gmc-window.c: Likewise.
3067         * lib/README.xterm: Likewise.
3068         * lib/mc.ext.in: Likewise.
3069         * lib/mc.hint*: Likewise.
3070         * lib/mc.hlp.hu: Likewise.
3071         * po/*.po: Likewise.
3072         * src/main.c: Likewise.
3074 2001-04-20  Pavel Roskin  <proski@gnu.org>
3076         * FAQ: Change the mailing list addresses and the download
3077         locations.
3078         * INSTALL: Likewise.
3079         * MAINTAINERS: Likewise.
3080         * README: Likewise.
3081         * doc/mc.1.in: Likewise.
3082         * gnome/gmc-window.c: Likewise.
3083         * lib/README.xterm: Likewise.
3084         * lib/mc.ext.in: Likewise.
3085         * lib/mc.hint*: Likewise.
3086         * lib/mc.hlp.hu: Likewise.
3087         * po/*.po: Likewise.
3088         * src/main.c: Likewise.
3090 2001-04-19  Pavel Roskin  <proski@gnu.org>
3092         * configure.in: Don't install mcserv unless
3093         "--enable-mcserv-install" has been specified.
3094         Don't quote the first argument in all calls to AM_CONDITIONAL
3095         to work around a bug in Automake 1.4.
3096         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
3097         * vfs/Make-mc.in: Likewise.
3099 2001-04-13  Pavel Roskin  <proski@gnu.org>
3101         * configure.in: Bump version to 4.5.53a.
3103 2001-04-06  Pavel Roskin  <proski@gnu.org>
3105         * gtkedit/editcmd.c: Remove support for XView layout attributes.
3106         * gtkedit/editoptions.c: Likewise.
3107         * pc/chmod.c: Likewise.
3108         * pc/drive.c: Likewise.
3109         * src/boxes.c: Likewise.
3110         * src/chmod.c: Likewise.
3111         * src/dlg.c: Likewise.
3112         * src/dlg.h: Likewise.
3113         * src/filegui.c: Likewise.
3114         * src/find.c: Likewise.
3115         * src/hotlist.c: Likewise.
3116         * src/layout.c: Likewise.
3117         * src/listmode.c: Likewise.
3118         * src/main.c: Likewise.
3119         * src/option.c: Likewise.
3120         * src/panelize.c: Likewise.
3121         * src/wtools.c: Likewise.
3122         * src/wtools.h: Likewise.
3123         * vfs/smbfs.c: Likewise.
3125         * autogen.sh: Check out "intl" and "macros" directories if they
3126         are missing. Simply "cvs up -d" won't restore them.
3128         * configure.in: Bump version to 4.5.52a.
3130 2001-03-14  Pavel Roskin  <proski@gnu.org>
3132         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
3133         Automake conditional USE_SAMBA_FS if Samba is to be supported
3134         in VFS.
3136 2001-03-07  Pavel Roskin  <proski@gnu.org>
3138         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
3139         defined.
3140         Reported by Norbert Warmuth.
3142         * configure.in: Don't process vfs/extfs/uzip - it's now
3143         constant.
3145         * syntax/changelog.syntax: Require space after asterisk to have
3146         it highlighted.
3148 2001-03-02  Pavel Roskin  <proski@gnu.org>
3150         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
3151         * configure.in: Use AC_PROG_CC_STDC instead.
3153         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
3154         Suggested by Christian Gennerat.
3156         * lib/mc.ext.in: Add support for "freeze" - old compression
3157         program used mostly on QNX.
3158         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
3159         * lib/Makefile.am: Adjusted.
3161 2001-02-26  Pavel Roskin  <proski@gnu.org>
3163         * lib/mc-gnome.ext.in: Remove, it's not used.
3164         * configure.in: Remove lib/mc-gnome.ext.
3165         * lib/Makefile.am: Likewise.
3167 2001-02-20  Pavel Roskin  <proski@gnu.org>
3169         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
3170         defined to prevent warnings on OpenBSD 2.7.
3171         * slang/jdmacros.h: Likewise.
3172         * src/mad.h: Likewise.
3173         * src/poptalloca.h: Likewise.
3175         * configure.in: Check for sys/time.h and sys/timeb.h. Use
3176         AC_HEADER_TIME.
3178 2001-02-07  Pavel Roskin  <proski@gnu.org>
3180         * autogen.sh: Create vfs/samba/include/stamp-h.in.
3181         * vfs/samba/include/stamp-h.in: Remove.
3183         * macros/curses.m4: Quote first argument to AC_DEFUN.
3184         * macros/gnome-cxx-check.m4: Likewise.
3185         * macros/gnome-gettext.m4: Likewise.
3186         * macros/gnome-libgtop-check.m4: Likewise.
3187         * macros/gnome-print-check.m4: Likewise.
3188         * macros/linger.m4: Likewise.
3189         * macros/need-declaration.m4: Likewise.
3191         * configure.in: Only configure in vfs/samba if smbfs support is
3192         enabled even with Autoconf 2.13.
3194 2001-01-30  Pavel Roskin  <proski@gnu.org>
3196         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
3197         --without-samba due to a typo.
3199         * configure.in: Only configure in vfs/samba if smbfs support is
3200         enabled. This optimization will only work with Autoconf-2.49c
3201         and above.
3203 2001-01-13  Pavel Roskin  <proski@gnu.org>
3205         * configure.in: Don't create a faked malloc.h.
3206         * gtkedit/edit.h: Don't assume that malloc.h always exists.
3207         * src/mad.h: Likewise.
3209         * configure.in: Simplified handling of cons.saver.
3210         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
3211         * mc.spec.in: Remove a workaround for the above.
3213         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
3214         for MC. Don't rely on the output of uname - use $host_os.
3216 2001-01-11  Pavel Roskin  <proski@gnu.org>
3218         * configure.in: Check for ext2 libraries only if VFS is enabled.
3220         * src/Makefile.in: Create directories before installing files.
3221         Removed all occurrences of libprefix - it's never defined.
3223         * configure.in: All macros from configure.in moved to
3224         acinclude.m4. Added missing quotes in several places.
3225         * acinclude.m4: Likewise.
3227         * edit/Makefile.in: Don't install or uninstall mcedit -
3228         it cannot be installed before mc on systems without symlinks.
3229         * gtkedit/Makefile.in: Likewise.
3230         * src/Makefile.in: Install mcedit (if enabled) and mcview.
3231         Uninstall them.
3233         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
3234         from acinclude.m4 in gtk+:
3235         Don't define ENABLE_NLS unless we have a working NLS.
3236         (This should keep libintl.h from being included when it doesn't
3237         exist).
3239 2001-01-09  Pavel Roskin  <proski@gnu.org>
3241         * doc-gnome/C/figs/Makefile.am: New file.
3242         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
3243         makefile do it.
3244         * configure: Substitute doc-gnome/C/figs/Makefile.
3246         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
3248 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
3250         * lib/mc.hlp.hu: Added Hungarian help file from
3251           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
3252           maci@integrity.hu, mfh47@freemail.hu
3253         * lib/Makefile.am: Added LOCALIZED_HELP for further
3254           mc.hlp l10ns
3255         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
3256           gtkedit/editcmd.c: I18n of mc.hlp
3258 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
3260         * doc/mc.1.in: Corrected badly formatted link...
3262 2000-11-10  Robert Brady  <robert@suse.co.uk>
3264         * configure.in: Add Tamil to ALL_LINGUAS.
3266 2000-10-23  Pavel Roskin  <proski@gnu.org>
3268         * mc.spec.in: Allow mcserv.8 to be gzipped.
3270         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
3271         that cannot deal with "./gmc.sgml".
3273 2000-10-09  Pavel Roskin  <proski@gnu.org>
3275         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
3276         that CVS Automake will drop dependencies to the macros that
3277         we don't distribute.
3279         * lib/mc.ext.in: Removed references to icons. Source RPMs
3280         grouped to one regex. Removed "Update" for source RPMs, added
3281         "Rebuild" instead. Added "Check signature" for all RPMs.
3282         Added a comment about pop-up menus in the text edition.
3284 2000-10-06  Pavel Roskin  <proski@gnu.org>
3286         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
3287         flags moved out of CFLAGS as recommended by GNU coding
3288         standards.
3289         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
3290         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
3291         XCPPFLAGS.
3292         * INSTALL (Random notes on porting to other architectures):
3293         Completely rewritten. Recommended using CFLAGS instead of XINC.
3295 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3297         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
3299 2000-10-04  Christophe Merlet  <christophe@merlet.net>
3301         * gnome/*.desktop: Updated French strings.
3303 2000-10-03  Pavel Roskin  <proski@gnu.org>
3305         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
3306         to allow <legalnotice>. Unclosed tags fixed.
3308 2000-09-30  Pavel Roskin  <proski@gnu.org>
3310         * mc.spec.in: New package mc-common. Use DESTDIR instead of
3311         misusing prefix. Don't install old icons - they don't exist.
3313         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
3314         "export -f" to have mc() exported.
3315         * doc/mc.1.in: Changed description of the "-P" option to
3316         avoid inclusion of mc.sh and mc.csh into the manual.
3317         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
3319 2000-09-24  Pavel Roskin  <proski@gnu.org>
3321         * doc/mc.1.in: Minor formatting fixes.
3323         * lib/mc.sh.in: Remove temporary file non-interactively.
3324         * doc/mc.1.in: updated example for mc.sh.
3326 2000-09-23  Pavel Roskin  <proski@gnu.org>
3328         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
3329         updates it when needed.
3330         * mc.spec.in: Include translations with mc, not gmc. Run
3331         chkconfig --del in %preun, not %postun. --without-debug not
3332         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
3333         be executable. New files in %{prefix}/lib/mc/ - translated hints,
3334         editor files.
3336         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
3337         directory for document processing. Comment changes. gmc.ps and
3338         gmc.pdf now generated from gmc.dvi.
3340         * configure: Always include Make.common as file, otherwise
3341         "make distclean" breaks.
3342         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
3343         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
3344         replaced with "rm -f" - the standard says that "rm" is portable.
3345         Ditto $(MV). Adjusted *clean targets to match those in
3346         Automake. Removed "cross" target.
3348 2000-09-22  Pavel Roskin  <proski@gnu.org>
3350         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
3351         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
3352         * doc/Makefile.in: Converted to ...
3353         * doc/Makefile.am: ... this.
3355 2000-09-21  Pavel Roskin  <proski@gnu.org>
3357         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
3358         is not expanded in all shells.
3359         * doc/mc.sgml: Updated the example script to reflect the above
3360         changes.
3361         * doc/mc.in.1: Likewise.
3363 2000-09-19  Pavel Roskin  <proski@gnu.org>
3365         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
3366         Marco Ciampa
3368 2000-09-18  Pavel Roskin  <proski@gnu.org>
3370         * Make.common.in: Added installcheck to placate "make distcheck"
3371         * configure.in, Make.common.in, doc/Makefile.in,
3372         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
3373         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
3374         variable MKINSTALLDIRS and builddir with Automake-compatible
3375         mkinstalldirs and top_builddir.
3376         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
3377         files. Added uninstall-local target.
3379 2000-09-17  Pavel Roskin  <proski@gnu.org>
3381         * configure.in: fixed wrong use of AC_MSG_RESULT inside
3382         AC_CACHE_VAL
3384         * Make.common.in: Added the "dvi" target for "make distcheck"
3385         to go further
3386         * doc-gnome/C/Makefile.in: converted to ...
3387         * doc-gnome/C/Makefile.am: ... this
3389 2000-09-15  Pavel Roskin  <proski@gnu.org>
3391         * acconfig.h, configure.in: Require autoconf 2.13 or above.
3392         Removed workarounds for older versions. Removed MCDEBUG
3393         variable - it's not used. --with-debug renamed to --with-mad and
3394         cleaned up. Always use -Wall with gcc, other manipulations with
3395         CFLAGS removed.
3397         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
3398         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
3399         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
3400         mc.pot becomes out of date in the tarball.
3402 2000-09-14  Pavel Roskin  <proski@gnu.org>
3404         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
3405         tests for cp, mv and rm.
3406         * Make.common.in: Removed variables xv_bindir and STRIP.
3407         Variables CP, MV and RMF are assigned trivial values.
3409         * edit/Makefile.in: Don't link headers, add extra includes
3410         to CPPFLAGS instead. Put links to the build directory.
3411         Remove the hack with "mx" - it is not needed anymore.
3413         * configure.in: remove any manipulations with top_srcdir.
3414         Don't change CPPGLAGS when the internal editor is enabled,
3415         instead do it ...
3416         * edit/Makefile.in, gtkedit/Makefile.in: ... here
3418         * configure.in, Make.common.in, doc/Makefile.in,
3419         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
3420         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
3421         changed to top_srcdir for Automake compatibility
3423         * configure.in: REGEX_O variable removed - always use our regex
3425         * configure.in: MCFGR variable removed
3427 2000-09-12  Pavel Roskin  <proski@gnu.org>
3429         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
3430         other GNOME modules
3431         * autogen.sh: remove "-I ." from the "aclocal" command line
3433 2000-09-01  Pavel Roskin  <proski@gnu.org>
3435         * configure.in: output vfs/extfs/Makefile
3437         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
3438         to avoid a warning
3439         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
3440         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
3442 2000-08-29  Pavel Roskin  <proski@gnu.org>
3444         * configure.in: use AM_GNOME_GETTEXT
3445         * gettext.m4: removed
3446         * Makefile.am: adjusted files to distribute, previous change
3447         reverted
3449         * mc-aclocal.m4: renamed to ...
3450         * acinclude.m4: ... this
3451         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
3452         * Makefile.am: aclocal should scan "." for gettext.m4
3454 2000-08-28  Pavel Roskin  <proski@gnu.org>
3456         * Make.common.in: removed hack for "make distcopy"
3457         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
3458         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
3459         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
3460         for external builds.
3461         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
3463 2000-08-24  Pavel Roskin  <proski@gnu.org>
3465         * new_icons/Makefile.in: converted to ...
3466         * new_icons/Makefile.am: ... this
3467         * configure.in: automake conditional GNOME introduced.
3468         "insticons" removed
3470         * icons/*: removed
3471         * Makefile.am, configure.in: necessary adjustments
3473         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
3474         automake installs them now
3476         * syntax/Makefile.in: converted to ...
3477         * syntax/Makefile.am: ... this
3479         * idl/Makefile.in: converted to ...
3480         * idl/Makefile.am: ... this
3482         * lib/Makefile.am: simplified, fixed "make dist"
3484         * lib/Makefile.in: converted to ...
3485         * lib/Makefile.am: ... this
3487         * lib/tkmc.wmconfig: removed
3488         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
3490         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
3491         to ...
3492         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
3493         * Make.common.in: support for "distdir" for compatibility
3494         with Automake-generated makefiles
3495         * autogen.sh: run automake. Force cache - it is off by default
3496         in autoconf 2.49a, but it's still handy for maintainers
3497         * configure.in: adapted for Automake
3499         * AUTHORS: new file
3501 2000-08-23  Pavel Roskin  <proski@gnu.org>
3503         * configure.in: resurrect definition of xvers
3505         * VERSION.in: removed
3506         * Makefile.in: don't do anything with VERSION.in and VERSION
3507         Take mc.spec from builddir, not srcdir
3508         * configure.in: don't create VERSION
3510 2000-08-22  Pavel Roskin  <proski@gnu.org>
3512         * *.c, *.h: Updated address of Free Software Foundation
3514 2000-08-21  Pavel Roskin  <proski@gnu.org>
3516         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
3517         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
3518         related to XView, libXPM, libXext and Tk
3520 2000-08-18  Pavel Roskin  <proski@gnu.org>
3522         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
3523         files
3525         * configure.in: Simplified dependency tracking by using
3526         "-include" with GNU Make
3527         * autogen.sh: Exit on all failures
3529 2000-08-17  Pavel Roskin  <proski@gnu.org>
3531         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
3532         Fixed all misuses of single and double quotes. Typo fixes.
3533         Ensured compatibility with sgml2html, sgml2txt and sgml2latex
3534         * doc/mc.1.in: Typo fix
3536         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
3537         * doc/linuxdoc-sgml.diff: removed
3538         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
3539         distribute gnome.sgml
3541 2000-08-15  Pavel Roskin  <proski@gnu.org>
3543         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
3544         in the "distclean" target
3546         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
3547         Removed all XVIEW-related stuff
3548         Fixed placement of png files on "make dist"
3550         * doc/mc.1.in: Updated info about the internal editor
3552         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
3553         indicate serious problems. Fixes for uninstall.
3554         * doc/Makefile.in: Rebuild if it is out of date.
3556         * lib/cedit.menu: Added. This file has been missing
3558         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
3560 2000-08-08  Pavel Roskin  <proski@gnu.org>
3562         * Makefile.in: correctly detect make failures in subdirs
3564 2000-08-01  Pavel Roskin  <proski@gnu.org>
3566         * nt, os2, tk, xv: removed all files
3567         * configure.in: don't create os2 and nt directories
3569 2000-08-01  Pavel Roskin  <proski@gnu.org>
3571         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
3573         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
3575 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
3577         * src/main.c: make 8bit input/output the default (99% of the people
3578         expects that; lets the remaining 1% use the configuration menu
3579         to disactivate it if they want)
3581 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
3583         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
3585 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
3587         * configure.in: check for gnome-libs with window icon support
3589         * acconfig.h: add icon define
3591 2000-06-08  Matthias Warkus  <mawa@iname.com>
3593         * new_icons/gnome-pack-*.png: Updated.
3594         * gnome/mc.keys: Added a MIME type for SLP packages.
3596 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
3598         * syntax/diff.syntax: Highlight lines beginning with "File",
3599         "Files" and "Binary"
3600         * syntax/makefile.syntax: Highlight "ifndef"
3601         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
3602         highlighted)
3604 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3606         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
3607         comment lines with # in last release
3609 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3611         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
3613 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3615         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
3616         look more consistent than original.
3618 2000-04-14  Timur Bakeyev  <mc@bat.ru>
3620         * config.in: Added check against strcoll().
3622 2000-04-14  Timur Bakeyev  <mc@bat.ru>
3624         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
3625         added 'and', 'or', 'not', 'for' keywords.
3627 2000-04-06  Timur Bakeyev  <mc@bat.ru>
3629         * syntax.c: Very dirty fix to allow compilation of mcedit on ncurses
3630         based systems. Hope, this will make FreeBSD midc maintainer to enable
3631         build-in editor by default. Still, syntax highlighting is disabled.
3632         Need to port...
3634 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3636         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
3637           fixed, some messages gettext()ed again here and in
3638         gtkedit/editmenu.c:edit_about_cmd()
3640 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3642         * doc/mc.sgml (Examples): Fixed documentation, thanx
3643         to martin@internet-treff.uni-koeln.de.
3645 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
3647         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
3648         the label text
3650 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
3652         * gtkedit/syntax.c: treat *.ads as Ada source
3653         * syntax/ada95.syntax: escape "+" and "*"
3654         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
3655         * syntax/Makefile.in: remove diffc.syntax
3657         * edit/edit_key_translator.c: interpret code 0177 as
3658         backspace unless recognized otherwise
3660 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
3662         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
3663         initialization of array of structure (gcc version 2.96 20000131
3664         chokes on it).
3666         * lib/mc.hint: C-y and not C-u can be used to insert text in input
3667         lines (e. g. text which has been deleted with M-d).
3669         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
3671 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
3673         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
3675 2000-01-29  Matthias Warkus  <mawa@iname.com>
3677         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
3678         design on Federico's request.
3680 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
3682         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
3683         an ArrangeType enum.
3685 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
3687         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
3688         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
3689         setup.c: Add option of using GNOME "magic" routines to determine file
3690         types. This makes MC intelligently look at the data in the file to see
3691         what type of file it is, rather than looking at the filename extension.
3692         This slows down MC quite a bit, so it has been made an optional
3693         preference item. Type detection is expected to improve as mime-magic
3694         matures.
3696 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
3698         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
3699         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
3700         providing a patch.
3702 2000-01-11  Matthias Warkus  <mawa@iname.com>
3704         * Added icon and keys entry for Scheme source.
3706 2000-01-03  Fatih Demir  <kabalak@gmx.net>
3708         * configure.in: Added tr -> ALL_LINGUAS .
3710 1999-12-28  Matthias Warkus  <mawa@iname.com>
3712         * new_icons/*.png: Added a bunch of new icons.
3714 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
3716         * configure.in (VERSION): Bumped version number to 4.5.42.
3718 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
3720         * configure.in: added 'uk' to ALL_LINGUAS.
3722 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3724         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
3725         request from David Sauer
3727 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
3729         * configure.in (VERSION): Bumped version number to 4.5.41.
3731 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
3733         * configure.in (VERSION): Set version number to 4.5.39.
3735 1999-09-23  Jorge Godoy  <godoy@conectiva.com.br>
3737         * configure.in: Added pt_BR to ALL_LINGUAS
3739 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
3741         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
3742         path to the mc binary according to @prefix@.
3744         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
3745         configure. Install mc.sh and mc.csh in $(suppbindir).
3747         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
3748         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
3749         copies of the included function definitions.
3751         * mcfn_install.in: Comment out definitions of the mc functions. Source
3752         mc.sh instead of adding an outdated mc function definition.
3754         * configure.in: output mc.sh and mc.csh
3756 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
3758         * lib/startup.links: Changed the news link to Gnotices
3760 1999-09-19  David Martin  <dmartina@usa.net>
3762         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
3763         8 bit chars from strftime get displayed when inserting date.
3765         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
3766         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
3767         file to avoid interferences. In this one I changed the extension check
3768         to a type check (as used for gzip) which might give problems in some
3769         systems.
3771         * configure.in: Use -Tlatin1 to format man pages when available and
3772         "view" 8 bit chars.
3774 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
3776         * gtkedit/edit.h: Include file reordering to make it compile with
3777         --with-debug
3779         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
3780         dependent on length of translated strings to display.
3782 1999-09-16  Owen Taylor  <otaylor@redhat.com>
3784         * Remove the magicdev autoconf test in favor of just
3785         including the idl file. Otherwise we have a dependency
3786         loop between this and magicdev.
3788 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
3790         * idl/FileManager.idl: Changed names, and put everything under a
3791         FileManager module.  Added a Desktop interface and some methods to
3792         the WindowFactory interface.
3794 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
3796         * doc-gnome/*: Shiny new docs from users-guide.
3797         All synced up.
3799 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
3801         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
3803 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
3805         * README: Updated and spell-checked.
3807         * NEWS: Updated.
3809 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
3811         * configure.in (ALL_LINGUAS): Added sv.
3813 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
3815         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
3816         symlink attacks (mcfn_install and the man page still needs to be
3817         updated).
3819 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
3821         * configure.in (AC_WITH_SLANG): rm -f destination before making
3822         a symbolic link (ln -sf doesn't work as expected on Solaris)
3824 1999-08-19  Elliot Lee  <sopwith@redhat.com>
3826         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
3828 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
3830         * doc-gnome/C/gmc.sgml: Index fixes.
3832 1999-08-18  Elliot Lee  <sopwith@redhat.com>
3834         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
3835         initializers in the GnomeUIInfo structure.
3837 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
3839         * configure.in (VERSION): Bumped version number to 4.5.38.
3841 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
3843         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
3845 1999-08-15  David Martin  <dmartina@usa.net>
3847         * gtkedit/edit.c: Print localized date with strftime()
3849         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavor.
3851 1999-08-08  David Martin  <dmartina@usa.net>
3853         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
3854         translation.
3856         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
3857         translation as it used to be.
3859 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3861         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
3862         that the correct index.html will be generated.
3864 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3866         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
3867         to the list.
3869 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
3871         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
3872         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
3873         This adds some new syntax rules, and spell check on the fly
3874         which if someone bugs me for, will actually get enabled in
3875         both the text and gnome versions. Bookmark stuff also needs
3876         some keys bound to it, I suppose: any takers?
3878 1999-07-19  Elliot Lee  <sopwith@redhat.com>
3880         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes
3881         infinitely recursing make.
3883 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
3885         * Makefile.in (all): Makefile fix.
3887 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3889         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3890         should fix the problem we had with FSSTND distributions.
3892 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3894         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
3895         list of distributed files.
3897 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3899         * configure.in (VERSION): Bumped version number to 4.5.34.
3901 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
3903         * Add fi into ALL_LINGUAS
3905 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
3907         * gnome/i-zipdisk2.png: Added another zip-disk icon
3908         by <scarab@egyptian.net> - It looks very nice. Variation
3909         is good.
3911 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3913         * acconfig.h: Add WITH_SMBFS
3915         * macros/gnome-vfs.m4: Support conditional samba support.
3917 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3919         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3920         should fix the problem we had with FSSTND distributions.
3922 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
3924         * mc.spec.in: added syntax files to %files
3926 1999-06-22  David Martin  <dmartina@usa.net>
3928         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
3930 1999-06-07  Shooby Ban  <bansz@szif.hu>
3932         * po/hu.po, configure.in: added Hungarian translations...
3933           I'm not sure it's OK, but it seems usable.
3934           Translators: Tamas Fejos and Andras Kadar
3936 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
3938         * configure.in, Makefile.in: added the gmc helpfile to the build
3940 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
3942         * Add ja entry to LANG in configure.in
3944 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3946         * gnome/Makefile.in (ICONS): OK, perhaps we also want the zip-icon to
3947         be installed in the system :) (added it to the Makefile.in)
3949 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3951         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
3952         disks - someone please add it to the mount.c code so it gets used..
3953         Everyone have a nice time at the expo! :) I hope to join the
3954         next time.
3956 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3958         * configure.in: Added check for getpt ()
3960 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3962         * configure.in (VERSION): Bumped version number to 4.5.31.
3964 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3966         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
3967         need to fool it by strdup'ing the return value of tempnam.
3969 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3971         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
3972         MCLIBS which are specific to the text edition.
3974         * INSTALL: Added documentation for --with-tm-x-support
3976 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
3978         * mc.spec.in : Folded in some changes from the 'official' rpm
3979         spec file.
3981 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3983         * configure.in (SHELL): Do not use grep -q, as it is not portable
3984         to every OS.
3986 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3988         * configure.in: Linking from $srcdir/slang is broken when configure
3989         isn't called with an absolute path. Link from ../$srcdir/slang if
3990         configure was invoked with a relative path.
3992 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
3994         * configure.in: Do not rm the destination file and then link, use
3995         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
3997 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3999         * configure.in: Some AC_ARG_WITH macros haven't checked $withval, i.e.
4000         --with-PACKAGE and --without-PACKAGE gave the same results.
4002 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4004         * configure.in (VERSION): Bumped version number to 4.5.30.
4006 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4008         * configure.in (VERSION): Bumped version number to 4.5.29.
4010 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4012         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
4013         now contains all checks.
4015 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4017         * configure.in (VERSION): bumped version number to 4.5.28.
4019 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
4021         * */Makefile.*: fixed several missed conversions from libdir to
4022         mclibdir. (Should be automake'd, really)
4024 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4026         * Make.common.in: There were conflicting definitions of mclibdir
4027         (one for installation, one for source).  Now the source one is
4028         called mcsrclibdir.
4030         * doc/Makefile.in: Use mcsrclibdir where appropriate.
4032 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
4034         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
4035         Pascal Program" (Heh, second time :)
4037         * Makefile.common: Until things gets clear, keep syntax rules in
4038         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
4040         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
4041         @libdir@.
4043 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
4045         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
4046         as requested by Paul. Still, need some checking...
4048 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
4050         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
4051         to date with cooledit 3.9.0. This adds some new features.
4052         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
4053         syntax.c. This is because the rule set is becoming too
4054         large to maintain in its current form and because file
4055         loading is starting to get slow.
4057         There is also a bookmark feature which does not yet have
4058         key bindings assigned to it, but should be cool once
4059         these get inserted. Syntax rules files are named
4060             $LIBDIR/cooledit/syntax/*.syntax
4062 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
4064         * configure.in: Create slang directory, it is needed when
4065         builddir != srcdir.
4066         Use -f when calling rm, the file does not exist on
4067         first compile.
4068         No need to copy VERSION from $srcdir, it's already generated in
4069         $builddir.
4071 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
4073         * edit/edit_key_translator.c: Added missing translation tags.
4075 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4077         * configure.in: Minimum version of glib should be 1.2.0.
4078         (VERSION): Bumped version number to 4.5.27.
4080 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
4082         * gtkedit/editcmd.c: Added missing translation tags.
4084         * gtkedit/editoptions.c: Added missing translation tags. Translate
4085         radio buttons on first use.
4087 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
4089         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
4090         to get the mc spec file to work.
4091         * hacked configure to generate a properly versioned spec file.
4093 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4095         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
4096         radio buttons on first pass.
4098 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
4100         * gtkedit/editcmd.c: Mark strings in the search and replace
4101         dialogs for translation. Resized these dialogs to let the messages
4102         fit.
4104 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4106         * gtkedit/editwidget.c (selection_send): Use the proper type for
4107         64-bit cleanliness (Patch from George Lebl).
4109 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
4111         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
4112         into the catalog file.
4114 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4116         * configure.in: Make Timur's libtermcap check work with SLang
4117         0.99.98, too.
4119 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4121         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
4122         PS and EPS files.  Thanks, Tigert!
4124 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4126         * configure.in (CCOPTS): Drop the prefix auto-detection.
4128 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
4130         * configure.in: Add check, which, in case of system-installed SLang
4131         library tries to run a test program, which determines, does we need
4132         linking with libtermcap.a. Also, set of if's for finding terminfo
4133         dir changed to for cycle - a bit nicer :)
4135 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4137         * README.QNX: Deleted documentation about mc.menu.qnx.diff.
4139 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4141         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
4143 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4145         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
4146         from tar calls when extracting (according to my man page this option
4147         is only useful when creating archives).
4149 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4151         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
4152         adds support for tar.bz2 and merges the support for freeze-compressed
4153         tar files (tar.F) from mc.menu.qnx.diff.
4155 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
4157         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
4158         GNU-like :)
4160 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4162         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
4163         the catalog file.
4165 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
4167         * new_icons/gnome-core.png: New icon for core files. Someone
4168         please add the code part :)
4170 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
4172         * configure.in: Add check against setuid() and setreuid() functions.
4174 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4176         * slang/slang.h: renamed to slang-mc.h
4178         * slang/Makefile.in: delete slang.h on "make clean"
4180         * configure.in: link slang/slang-mc.h to slang/slang.h when the
4181         included slang is used. Problem was that MC's slang.h was used
4182         when we compiled with an already installed SLang and the systems
4183         header file were included with <slang/slang.h>.
4184         Unfortunately I can't use AC_LINK_FILES to make the links because
4185         if we needn't make any links AC_LINK_FILES makes a link from
4186         srcdir to top_builddir (builddir != srcdir).
4188         Temporary add $LGPM to $LIBS when checking for the resizeterm
4189         and keyok functions (ncurses might be linked against GPM).
4191         Substitute PACKAGE (intl/Makefile makes use of it)
4193 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
4195         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swapped by
4196         #include "global.h".
4198 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
4200         * Make.common.in (gnewdir): new path.
4202 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
4204         * configure.in: Add comments before "Let" and "the" - typo. Add new
4205         path to include's search.
4207 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
4209         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
4211 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4213         * configure.in (REGEX_O): Always include regex.o as the code we
4214         are using in gmc is not using regcomp/regexec, but the internal
4215         Emacs API.
4217         * src/regex.c: Do not compile the POSIX compatibility code, as we
4218         do not use it.
4220 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4222         * doc/mc.sgml, mc1.in (Color section): minor polishing
4223         (Layout section): documented Highlight...
4225 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4227         * configure.in: Deleted du checks
4229         * INSTALL: Deleted --with-dusum documentation.
4231         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
4232         Configuration dialog. Added Advanced chown subsection. Deleted
4233         variables from the Special settings section which are now covered
4234         by the configuration dialog.
4236 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4238         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
4239         tar_gz_memlimit. Partially rewrote the section about the
4240         Virtual FS.. configuration dialog.
4242 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
4244         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
4246 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4248         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
4250         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
4251         builddir
4253 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
4255         * new_icons/gnome-image-[lots].png: I added some icons for file
4256         types (image) there - someone please tell me what the correct
4257         location and naming convention is and I will try to follow that. :)
4259 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
4261         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
4262         the build will still work.  (Has this been replaced by new_icons?)
4264 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
4266         * doc/mc.1.in, mc.sgml: added my name to list of authors
4268 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4270         * Makefile.in (codedirs): Dropped xv and tk ports from the
4271         distribution. include idl directory.
4273 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4275         * configure.in (slang_use_system_installed_lib): Define slang
4276         here, to avoid having this on LIBS.
4278 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
4280         * gtkedit.c: changed occurrence of 'va_list *ap' to 'va_list ap'
4282 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4284         * config.h.in: Removed from CVS, added to .cvsignore
4286         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
4287         configure.in:
4288         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
4289         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
4290         HAS_CURSES added to acconfig.h
4292 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4294         * autogen.sh: Add "-I macros" to the aclocal flags.
4296         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
4297         so that aclocal will not complain about an obsolete macro.
4299         * configure.in: Use MC_HPUX_PROG_CC_STDC
4301         * ChangeLog: There was no ChangeLog here, so I added one.