fix for #188
[midnight-commander.git] / ChangeLog
blobadd43602bc150cd5cb972773b674e67ecc5f3ac2
2 2009-02-05 Mikhail Pobolovets  <styx.mp@gmail.com>
4         * nl.po: update by mpol (#271)
6 2009-02-05 Patrick Winnertz <winnie@debian.org>
8         * reverted all mhl usage in files except escaping stuff
10 2009-02-04 Enrico Weigelt, metux ITS <weigelt@metux.de>
12         * mhl/types.h, mhl/escape.h: replaced bool type by stdbool.h (fixing #239, #240)
13         * lib/mc.sh.in: fixes for non-bash shells (fixing #196)
15 2009-02-03 Enrico Weigelt, metux ITS <weigelt@metux.de>
17         * lib/mc.lib: added patch on #219 by angel_il
18         * edit/editcmd.c, configure.ac: removed obsolete own implementation of memove (#242)
19         * vfs/extfs/u7z: patch from mandriva (#194)
20         * added andrew_b's patch for showing free space (#188)
22 2009-02-01 Enrico Weigelt, metux ITS <weigelt@metux.de>
24         * src/util.c: fixed name_trunc() on NULL or empty parameters
25         * src/achown.c: fixed unitialized var in init_chown_advanced()
26           (patch from andrew_b)
27         * replaced gboolean by bool (from mhl/types.h)
29 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>
31         * edit/editcmd.c, mhl/escape.h, mhl/string.h, mhl/types.h, src/Makefile.am,
32         * src/boxes.c, src/command.c, src/complete.c, src/complete.h, src/file.c,
33         * src/find.c, src/main.c, src/panelize.c, src/util.c, src/utilunix.c,
34         * src/widget.c, src/widget.h, src/wtools.c, vfs/fish.c:
35           fixed shell escaping issues in commandline completion engine
36         * replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file() (in mhl/string.h)
37         * replaced g_snprintf() by snprintf()
38         * replaced GString stuff by static buffers
40 2009-01-30 Enrico Weigelt, metux ITS <weigelt@metux.de>
42         * src/Makefile.am, edit/Makefile.am vfs/Makefile.am: fixed #208
43           (out-of-tree builds)
44         * syntax/Syntax, syntax/Makefile.am, syntax/vhdl.syntax: added VHDL syntax (#193)
45         * replaced calls to g_strdup() by mhl_str_dup()
47 2009-01-30 Enrico Weigelt, metux ITS <weigelt@metux.de>
49         * replaced calls to g_free() by mhl_mem_free()
51 2009-01-29 Mikhail S. Pobolovets <styx.mp@gmail.com>
53         * lib/mc.ext.in: update for OpenOffice and StarOffice viewer.
54           odt2txt is now used
56 2009-01-29 Patrick Winnertz <winnie@debian.org> & Sergei Trofimovich  <slyfox@inbox.ru>
58         * src/file.c: Added trailing dir separator for default path in copy/move dialogs.
59           This solves "strange" rename cases, when copying/moving is performed into
60           deleted directory.
62 2009-01-27 Enrico Weigelt, metux ITS <weigelt@metux.de>
64         * mhl/escape.h, src/complete.c, vfs/fish.c: introduced new type 
65           SHELL_ESCAPED_STR for more type safety
66         * mhl/escape.h, mhl/string.h: fixed comments to use /* ... */
68 2009-01-27 Sergei Trofimovich  <slyfox@inbox.ru>
70         * syntax/python.syntax: Added syntax highlighting for
71         pytnoh-2.6+ keywords (patch sent by NNemec)
73 2009-01-26 Mikhail S. Pobolovets <styx.mp@gmail.com>
75         * vfs/fish.c: Iterpret SUP.flags as port number if SUP.flags is not in
76           0, FISH_FLAG_COMPRESSED and FISH_FLAG_RSH. Weakness: port number
78 2009-01-25 Ilia Maslakov <il.smind@gmail.com>
80         * src/boxes.c, src/boxes.h, src/dir.c, src/dir.h:
81         * src/main.c, src/panel.h, src/screen.c, src/setup.c:
82           - Add support for showing executables at first in the panel view
84 2009-01-25 Patrick Winnertz <winnie@debian.org> & Sergei Trofimovich  <slyfox@inbox.ru>
86         * mhl/string.h, vfs/fish.c, vfs/utilvfs.c, vfs/utilvfs.h: Reworked fish code
87           so that symlinks and files which special characters works now
89 2009-01-25 Mikhail S. Pobolovets <styx.mp@gmail.com>
90         * src/cmd.c src/option.c src/setup.c src/main.h: Automatic new directory(Mkdir, F7)
91           name filling. Can be configured (on|off) in 'Configure options'
93 2009-01-25 Enrico Weigelt, metux ITS <weigelt@metux.de>
95         * edit/editcmd.c, src/cmd.c, src/ext.c, src/history.h:
96         * src/hotlist.c, src/panelize.c, src/tree.c, src/user.c: 
97         * src/view.c, vfs/ftpfs.c, vfs/utilvfs.c:
98           - Made history section names statically instead of dynamic
99           translated strings. This breaks now once every history file
100           but afterwards this will be stable
102 2009-01-24 Enrico Weigelt, metux ITS <weigelt@metux.de>
104         * vfs/extfs/rpm, vfs/extfs/trpm: removed obsolete rpm tags
105         * src/cmd.c: fixed bug #35 (do_view_cmd is now calling repaint_screen())
106         * syntax/Syntax, syntax/nemerle.syntax: Added syntax rules 
107           for Nemerle source files
109 2009-01-24 Patrick Winnertz <winnie@debian.org>
111         * edit/editcmd.c: Fix some issues about regex:
112           - prevent . to match a newline (\n)
113           - match from start of line and not from cursor position
115 2009-01-24 Enrico Weigelt, metux IT service <weigelt@metux.de>
117         * configure.ac:
118         * lib/mc.ext.in:
119         * vfs/extfs/Makefile.am:
120         * vfs/extfs/extfs.ini: 
121         * vfs/extfs/uace.in:
122         * vfs/extfs/uarc.in:
123         * vfs/extfs/uc1541.in: added support for historic archive formats
124           (patch provided by jpelletier)
126 2009-01-19 Patrick Winnertz <winnie@debian.org>
128         * edit/edit.h: Add two more ints
129         * src/setup.c: Add keybinding to disable tab highlighting
131 2009-01-18 Patrick Winnertz <winnie@debian.org>
133         * edit/editdraw.c: Moved var into if clause as it's only used there
134         * edit/editlock.c: Removed unnecessary arguement to if condition
135         * src/cmd.c: Removed unused pointer
136         * src/hotlist.c: Removed unused function save_group
137         * src/main.c: Removed unused function do_mc_filename_rename
138         * src/util.c: Removed unused struct whentm
140 2009-01-16 Enrico Weigelt, metux ITS <weigelt@metux.de>
142         * src/subshell: setting subshell pty to close-on-exec 
143           (taken from mandriva patches)
145 2009-01-14 Slava Zanko <slavazanko@gmail.com>
147         * lib/mc.ext.in: change filemask for recognize 7z-files
148         * vfs/extfs/u7z: 
149           - change only LC_DATE global variable for correct work with arhive;
150           - add sorting by filename in output of list files
152 2009-01-12 Patrick Winnertz <winnie@debian.org>
154         * AUTHORS: Added Enrico Weigelt, Slava Zanko and 
155         Patrick Winnertz as authors 
157 2009-01-11 Patrick Winnertz <winnie@debian.org>
159         * po/de.po: Fix some spelling errors
161 2009-01-11 Enrico Weigelt, metux ITS <weigelt@metux.de>
163         * FAQ HACKING README man/*: new HQ url
164         * syntax/awk.syntax: added awk syntax file
165         * configure.ac: replaced obsolete autoconf macros AC_GNU_SOURCE 
166           AC_AIX AC_MINIX by AC_USE_SYSTEM_EXTENSIONS
168 2009-01-11 Patrick Winnertz <winnie@debian.org>
170         * syntax/pascal.syntax: Added syntax highlighting for 
171           some delphi keywords
173 2009-01-10  Enrico Weigelt, metux ITS <weigelt@metux.de>
175         * syntax/Makefile.am syntax/Syntax syntax/haskell.syntax:
176         added syntax definition for Haskell (taken from rhclub-tree)
177         * syntax: added ebuild Syntax defition (taken from rhclub-tree)
178         * edit/editcmd.c:
179         * src/achown.c src/background.c src/boxes.c src/chmod.c:
180         * src/chown.c src/cmd.c src/command.c src/dir.c src/execute.c:
181         * src/ext.c src/file.c src/filegui.c src/find.c src/help.c:
182         * src/learn.c src/main.c src/panelize.c src/screen.c:
183         * src/selcodepage.c src/subshell.c src/tree.c src/user.c:
184         * src/utilunix.c src/view.c:
185         * vfs/cpio.c vfs/direntry.c vfs/extfs.c vfs/fish.c vfs/ftpfs.c:
186         * vfs/mcfs.c vfs/sfs.c vfs/smbfs.c vfs/tar.c vfs/undelfs.c:
187         * vfs/utilvfs.c vfs/vfs.c:
188         
189         Changed message type codes on calls to message(), query_dialog(),
190         close_error_pipe() from numeric IDs to symbols D_ERROR, D_NORMAL
192 2009-01-07  Enrico Weigelt, metux ITS <weigelt@metux.de>
194         * removed bundled slang
196 2008-12-18  Roland Illig  <roland.illig@gmx.de>
198         * doc/mcedit.1: Documented the newly added filename:lineno
199         invocation method.
201 2008-02-19  Pavel Roskin  <proski@gnu.org>
203         * doc/hu/mc.1.in: Fix description for M-u and M-H.  Reported by
204         Bozo Lajos.
206 2008-01-06  Roland Illig  <roland.illig@gmx.de>
208         * FAQ: Answered the slow startup related to old Samba code.
209         (Closes: #21959)
211 2007-10-19  Pavel Tsekov  <ptsekov@gmx.net>
213         * NEWS: Update for 4.6.2.
215 2007-10-11  Pavel Tsekov  <ptsekov@gmx.net>
217         * configure.ac: Determine the size of `long', `long long' and
218         off_t.
220 2007-09-26  Pavel Tsekov  <ptsekov@gmx.net>
222         * NEWS: Revert last change - it is invalid.
224 2007-09-24  Pavel Tsekov  <ptsekov@gmx.net>
226         * m4/codeset.m4: Update to serial #2.
227         * m4/fsusage.m4: Update to serial #23.
228         * m4/iconv.m4: Update to serial #AM6.
229         * m4/intdiv0.m4: Update from gnulib.
230         * m4/intmax.m4: Update to serial #3.
231         * m4/inttypes-pri.m4: Update to serial #4.
232         * m4/inttypes_h.m4: Update to serial #7.
233         * m4/lib-link.m4: Update to serial #13.
234         * m4/lib-prefix.m4: Update to serial #5.
235         * m4/longlong.m4: Update to serial #10.
236         * m4/onceonly.m4: Update to serial #4.
237         * m4/printf-posix.m4: Update to serial #3.
238         * m4/size_max.m4: Update to serial #6.
239         * m4/stdint_h.m4: Update to serial #6.
240         * m4/ulonglong.m4: Update to serial #6.
241         * m4/wint_t.m4: Update to serial #2.
243 2007-09-24  Pavel Tsekov  <ptsekov@gmx.net>
245         * doc/mcedit.1.in: Update the version number to 4.6.2-pre1.
246         * doc/mcview.1.in: Ditto.
247         * doc/mcserv.8.in: Ditto.
249 2007-09-24  Pavel Tsekov  <ptsekov@gmx.net>
251         * FAQ: Update MC's homepage url.
252         * README: Ditto.
253         * doc/mc.1.in: Ditto.
254         * doc/mcedit.1.in: Ditto.
255         * doc/mcserv.8.in: Ditto.
256         * doc/mcview.1.in: Ditto.
257         * doc/es/mc.1.in: Ditto.
258         * doc/hu/mc.1.in: Ditto.
259         * doc/it/mc.1.in: Ditto.
260         * doc/pl/mc.1.in: Ditto.
261         * doc/ru/mc.1.in: Ditto.
262         * doc/sr/mc.1.in: Ditto.
263         * doc/sr/mcserv.8.in: Ditto.
265 2007-09-10  Pavel Tsekov  <ptsekov@gmx.net>
267         * configure.ac: Update the version number to 4.6.2-pre1.
268         * doc/mc.1.in: Likewise.
270 2007-01-13  Pavel Tsekov  <ptsekov@gmx.net>
272         * doc/mc.1.in: Place the description of the "Swap panels" on
273         a paragraph of its own.
275 2006-12-30  Pavel Tsekov  <ptsekov@gmx.net>
277         * m4/ls-mntd-fs.m4: Update to serial #26.
279 2006-12-30  Pavel Tsekov  <ptsekov@gmx.net>
281         * m4/fsusage.m4: Update to serial #22.
283 2006-12-30  Pavel Tsekov  <ptsekov@gmx.net>
285         * m4/fsusage.m4: Update to serial #18.
287 2006-12-28  Pavel Roskin  <proski@gnu.org>
289         * build-glib1.sh: Fix misplaced --with-glib12.  Copy
290         config.guess and config.sub from mc to glib sources - they are
291         too old in glib.
292         * build-glib2.sh: Update to the latest versions of glib, gettext
293         and pkg-config.
295 2006-11-27  Leonard den Ottolander  <leonard den ottolander nl>
297         * NEWS: Bash < 2.05b (3-digit octals in echo_e_cmd) no longer
298         supported.
300 2006-09-07  Pavel Tsekov  <ptsekov@gmx.net>
302         * acinclude.m4 (AC_GET_FS_INFO): Add erronously removed call to
303         gl_FSTYPENAME.
304         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Add missing 
305         include directive for sys/param.h.
307 2006-09-07  Pavel Tsekov  <ptsekov@gmx.net>
309         * m4/ls-mntd-fs.m4: Update to serial#22, which adds support
310         for getmntinfo() returning its result in struct statvfs.
311         * m4/fstypename.m4: Update to serial#6, which replaces
312         HAVE_F_FSTYPENAME_IN_STATFS with HAVE_STRUCT_STATFS_F_FSTYPENAME.
314 2006-09-07  Pavel Tsekov  <ptsekov@gmx.net>
316         * acinclude.m4 (AC_GET_FS_INFO): Revert a failed attempt to
317         properly detect getmntinfo() returning its result in struct statvfs.
319 2006-06-30  Hampa Hug  <hampa@hampa.ch>
321         * acinclude.m4 (AC_GET_FS_INFO): Check the return value of
322         getmntinfo() properly.
324 2006-06-17  Pavel Tsekov  <ptsekov@gmx.net>
326         * m4/fstypename.m4: New file.
327         * acinclude.m4 (AC_GET_FS_INFO): Add a check to determine whether
328         getmntinfo() takes struct statvfs instead of struct statfs as its
329         first argument. Define MOUNTED_GETMNTINFO_STATVFS if it does.
330         Add a check to determine whether struct statvfs has a field named
331         f_fstypename.
332         Use gl_FSTYPENAME tp determine whether struct statfs has a field
333         named f_fstypename.
335 2006-06-07  Pavel Tsekov  <ptsekov@gmx.net>
337         * configure.ac: Revert last commit.
339 2006-05-29  Roland Illig  <roland.illig@gmx.de>
341         * m4/ls-mntd-fs.m4: Updated to serial #21, which fixes the use
342         of an undefined variable.
344 2006-05-21  Roland Illig  <roland.illig@gmx.de>
346         * configure.ac: Fixed detection of <sys/statvfs.h>, statvfs()
347         and struct statvfs.f_fstypename, so that mc builds on NetBSD 3.0
348         again.
350 2006-04-18  Pavel Tsekov  <ptsekov@gmx.net>
352         * acinclude.m4 (AC_GET_FS_INFO): Make it work again - the last
353         commit broke it.
354         * m4/onceonly.m4: New file.
356 2006-04-13  Anton Monroe  <akm@meer.net>
358         * doc/mc.1.in: Function key documentation update.
360 2006-03-18  Leonard den Ottolander  <leonard den ottolander nl>
362         * acinclude.m4 (AC_GET_FS_INFO): Replace old fileutils code to get
363         mount and file system information with m4_includes of the corresponding
364         GNU coreutils-5.94 files (ls-mntd-fs.m4 (#20) and fsusage.m4 (#16)).
366         * m4/fsusage.m4, m4/ls-mntd-fs.m4: Create.
368 2006-02-23  Pavel Tsekov  <ptsekov@gmx.net>
370         * doc/mc.1.in: Document `fish_directory_timeout'.
372 2006-02-18  David Martin  <dmartina@excite.com>
374         * doc/es/mc.1.in: Cleanup. Fix key naming.
376 2006-01-29  Pavel Tsekov  <ptsekov@gmx.net>
378         * doc/mc.1.in: Update the documentation to reflect the fact
379         that confirmation may be requested when deleting directory
380         hotlist entries based on a user configurable setting.
382 2006-01-29  Julian Mehnle  <julian@mehnle.net>
384         * doc/mc.1.in: Document support for VIEWER environment variable.
386 2005-11-15  Pavel Roskin  <proski@gnu.org>
388         * acinclude.m4 (MC_WITH_MCSLANG): Add type tests from S-Lang
389         configuration scripts.
391 2005-11-10  Pavel Roskin  <proski@gnu.org>
393         * configure.ac: Catch unexpanded MC_* macros.
395         * m4/*.m4: Update to the macros provided by gettext 0.14.3.
396         * m4/Makefile.am: Update the list of the *.m4 files.
398         * configure.ac: Use AC_GNU_SOURCE, which prevents redefining
399         _GNU_SOURCE.  Bump Autoconf version to 2.54, where AC_GNU_SOURCE
400         appeared.
401         Reported by Leonard den Ottolander <leonard den ottolander nl>
403         * configure.ac: Use gettext 0.14.3.
404         * acinclude.m4 (MC_ASM_LABELS): Remove, it's not needed with
405         recent versions of gettext.
407         * acinclude.m4 (MC_ASM_LABELS): Make the test function global
408         and move its definition above main().  That's closer to what
409         gettext is actually doing.
411 2005-10-03  Pavel Roskin  <proski@gnu.org>
413         * configure.ac: Require gettext with ngettext support.  It's
414         already used in src/info.c.
416 2005-09-28  Pavel Roskin  <proski@gnu.org>
418         * acinclude.m4: Remove gettext 0.10.x compatibility.
420 2005-08-23  Marco Ciampa  <ciampix@libero.it>
422         * doc/it/mc.1.in: updated italian trasnlation.
423         * doc/it/xnc.hlp: small fix.
425 2005-08-15  Roland Illig  <roland.illig@gmx.de>
427         * configure.ac: The function getgrouplist() is not used anymore,
428         so there is no need to check for it. The various get[ug]id
429         functions are used, so add checks for them. Same for isascii.
431 2005-07-20  Pavel Roskin  <proski@gnu.org>
433         * lib/mc.ext.in: Restore support for opening 7-zip archives.
435         * configure.ac: Add vfs/extfs/ualz to AC_CONFIG_FILES.
436         * lib/mc.ext.in: Add support for ALZip archives.
438 2005-07-10  Leonard den Ottolander  <leonard den ottolander nl>
440         * configure.ac: Rename AS_HELP_STRING to AC_HELP_STRING.
442 2005-07-08  Leonard den Ottolander  <leonard den ottolander nl>
444         * NEWS: Fixed commit to the wrong branch.
446 2005-07-05  Roland Illig  <roland.illig@gmx.de>
448         * configure.ac: Removed detection of the umode_t type. All
449         references to it have been replaced with mode_t.
451 2005-07-03  Leonard den Ottolander  <leonard * den ottolander nl>
453         * lib/mc.ext.in: Match files in /log/ or /logs/ directories as plain
454         text not man page; match local man pages; add fixes for gzipped man
455         pages to plain and bzipped man pages.
457 2005-07-03  Leonard den Ottolander  <leonard * den ottolander nl>
459         * lib/mc.ext.in: Move matches for plain compressed files down.
461 2005-07-03  Roland Illig  <roland.illig@gmx.de>
463         * acinclude.m4 (MC_WITH_VFS): Don't link with libnsl
464         unnecessarily.
465         * configure.ac: Simplified detection of the necessary libraries
466         for socket() and gethostbyname().
468         Patch provided by Tomasz Kloczko at 2005-06-15 on mc-devel.
470 2005-06-21  Pavel Roskin  <proski@gnu.org>
472         * lib/mc.ext.in: Support opening for 7-Zip archives.
474 2005-06-06  Roland Illig  <roland.illig@gmx.de>
476         * NEWS: Added the differences between pre3 and HEAD.
477         * lib/mc.ext.in: Added ${PAGER} as fallback if neither lynx nor
478         links is installed.
480 2005-05-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
482         * pkginfo.in: New file. Configuration files for Sun Solaris pkgmk(1).
483         * prototype.in: Likewise.
484         * configure.ac: Likewise.
485         * Makefile.am: Likewise.
487 2005-05-29  Martin Petricek  <tux@centrum.cz>
489         * lib/mc.ext.in: Added support for .7z archives.
491 2005-05-26  Pavel Roskin  <proski@gnu.org>
493         * *: Update postal address of Free Software Foundation.
495 2005-05-23  Roland Illig  <roland.illig@gmx.de>
497         * syntax/ChangeLog: The syntax directory has got its own
498         ChangeLog.
500 2005-05-17  Roland Illig  <roland.illig@gmx.de>
502         * configure.ac: Removed the extra definition of
503         HAVE_C_TYPE_SOCKLEN_T, which is unused.
505 2005-05-14  Roland Illig  <roland.illig@gmx.de>
507         * syntax/diff.syntax: Lines starting with a <tab> character are
508         displayed like lines starting with a <space>. This is for the
509         cvs diff -T option.
510         * syntax/makefile.syntax: Highlight $$ (a literal $) in
511         brightcyan. This way $${var} is not highlighted as if it were a
512         Makefile variables. Also added useful comments before the contexts.
514 2005-05-13  Pavel Roskin  <proski@gnu.org>
516         * configure.ac: Require Autoconf 2.53 or newer.
517         * m4/Makefile.am: Remove isc-posix.m4, it's obsolete.
518         * m4/isc-posix.m4: Remove.
520 2005-05-13  Nerijus Baliunas  <nerijus@users.sourceforge.net>
522         * lib/mc.ext.in: Add OpenOffice.org 2 extensions, use o3totxt
523         to view OpenOffice.org documents.
525 2005-05-11  Pavel Roskin  <proski@gnu.org>
527         * acinclude.m4: Remove MC_ARG_ENABLE_DEVELOPER_MODE.
528         * configure.ac: Replace MC_ARG_ENABLE_DEVELOPER_MODE with a
529         simpler and more user-friendly piece of code.
531 2005-05-01  Roland Illig  <roland.illig@gmx.de>
533         * syntax/c.syntax: Added missing punctuation characters.
535 2005-04-28  Pavel Roskin  <proski@gnu.org>
537         * syntax/Syntax: Don't highlight csh scripts.  Allow using
538         "/usr/bin/env" instead of the full path.
540 2005-04-27  Leonard den Ottolander  <leonard * den ottolander nl>
542         * AUTHORS: Added Pavel Shirshov and myself as contributors.
544 2005-04-26  Roland Illig  <roland.illig@gmx.de>
546         * acinclude.m4: Renamed AS_HELP_STRING to AC_HELP_STRING for
547         compatibility with autoconf-2.57.
549 2005-04-22  Roland Illig  <roland.illig@gmx.de>
551         * acinclude.m4: Added macro MC_ARG_ENABLE_DEVELOPER_MODE.
552         * configure.ac: Using MC_ARG_ENABLE_DEVELOPER_MODE instead of
553         the --maintainer-mode.
555 2005-04-17  Leonard den Ottolander  <leonard * den ottolander nl>
557         * syntax/eiffel.syntax: dos2unix; removed redundant cooledit
558         colour definitions.
559         * syntax/perl.syntax: Removed redundant cooledit definitions.
560         * syntax/php.syntax: ' ' and " " context fixes.
561         * syntax/syntax.syntax: Removed 2 duplicate lines.
563 2005-04-16  Roland Illig  <roland.illig@gmx.de>
565         * lib/mc.ext.in: Recognize either *.udeb or *.deb as Debian
566         packages. Fixes Savannah patch #3899.
568 2005-04-14  Leonard den Ottolander  <leonard * den ottolander nl>
570         * syntax/Syntax: Catch Makefiles with capitals in the extension.
572 2005-04-14  Roland Illig  <roland.illig@gmx.de>
574         * doc/mc.1.in (Internal File Viewer): Rewrote some documentation.
575         Removed the paragraph about the growing buffers. It's generally
576         uninteresting to users.
578 2005-04-13  Roland Illig  <roland.illig@gmx.de>
580         * configure.ac: Add -DNDEBUG to CPPFLAGS if the maintainer mode
581         is not enabled.
583 2005-03-19  Pavel Roskin  <proski@gnu.org>
585         * acinclude.m4 (MC_WITH_SLANG): Partly restore original order of
586         checks and add a comment with a warning.
587         From Pavel S. Shirshov <me@pavelsh.pp.ru>
589         * acinclude.m4 (MC_WITH_SLANG): Reorder checks.  Move termcap
590         checks ...
591         (MC_SLANG_TERMCAP): ... here.
592         (MC_SLANG_PRIVATE): Check if private functions are available.
593         It's not the case on Debian unstable.
595 2005-03-19  Pavel S. Shirshov  <me@pavelsh.pp.ru>
597         * syntax/idl.syntax: Add syntax file for the CORBA idl.
598         From Ian Zagorskih <ianzag@megasignal.com>
599         * syntax/lua.syntax: Add syntax file for the LUA programming language.
600         From Mike Gorchak  <mike@malva.ua>
601         * syntax/Syntax: Add syntax file for CORBA idl and lua.
602         * syntax/Makefile.am: Likewise.
603         * mc.qpg.in: Likewise.
604         * NEWS: Likewise.
606 2005-03-19  Pavel Roskin  <proski@gnu.org>
608         * acinclude.m4 (MC_WITH_SLANG): Define HAVE_SYSTEM_SLANG after
609         all fallbacks so it shows whether we are using system S-Lang.
610         * configure.ac: Remove USE_INCLUDED_SLANG, since it's now fully
611         dependent on HAVE_SLANG and HAVE_SYSTEM_SLANG.
612         * src/myslang.h: Likewise.
614 2005-03-18  Mike Gorchak  <mike@malva.ua>
616         * syntax/assembler.syntax: Add syntax file for the x86 assembler.
617         * syntax/povray.syntax: Add syntax file for the POVRay.
618         * syntax/Syntax: Add syntax file for x86 assembler and POVRay.
619         * syntax/Makefile.am: Likewise.
620         * mc.qpg.in: Likewise.
621         * NEWS: Likewise.
623 2005-03-14  Leonard den Ottolander  <leonard * den ottolander nl>
625         * syntax/diff.syntax: Changed default color from gray, which was
626         quite unreadable, to a bright yellow.
628 2005-03-10  Roland Illig  <roland.illig@gmx.de>
630         * autogen.sh: Made the gettext version check more portable. The
631         actual sed command is unchanged.
633 2005-02-26  Miguel de Icaza  <miguel@novell.com>
635         * doc/mc.1.in: Replace M-char with Alt-char everywhere, which is
636         simpler to understand.
638 2005-01-29  Miguel de Icaza  <miguel@novell.com>
640         * configure.ac: Check for getgrouplist API call.
642 2005-02-07  Roland Illig  <roland.illig@gmx.de>
644         * NEWS: Added the changes between mc-4.6.1-pre3 and now.
646 2005-01-27  Roland Illig  <roland.illig@gmx.de>
648         * configure.ac: Add checks for C headers <sys/mkdev.h> and
649         <sys/sysmacros.h> to support major/minor arithmetics on
650         device numbers.
652 2005-01-11  Pavel S. Shirshov  <me@pavelsh.pp.ru>
654         * acinclude.m4: Fix '--with-screen' configure option.
656 2004-12-30  Andrew V. Samoilov  <sav@bcs.zp.ua>
658         * autogen.sh: Fix workaround for automake 1.5.
660 2004-12-28  Leonard den Ottolander  <leonard * den ottolander nl>
662         * syntax/spec.syntax: Set whole on spec macro option keywords.
664 2004-12-13  Pavel S. Shirshov  <me@pavelsh.pp.ru>
666         * acinclude.m4: Fix "make distcheck".
668 2004-12-12  Pavel S. Shirshov  <me@pavelsh.pp.ru>
670         * NEWS: Update.
672 2004-12-10  Pavel S. Shirshov  <me@pavelsh.pp.ru>
674         * autogen.sh: Comment workaround for Automake 1.5. It's not working
675         for Automake 1.9.
677 2004-12-07  Roland Illig  <roland.illig@gmx.de>
679         * syntax/Makefile.am: Don't install syntax highlighting files if
680         the internal editor is disabled.
682 2004-12-03  Pavel S. Shirshov  <me@pavelsh.pp.ru>
684         * configure.ac: Bump version to 4.6.1a
686 2004-11-17  Pavel S. Shirshov  <me@pavelsh.pp.ru>
688         * acinclude.m4: Fix compiling mc with system slang on FreeBSD.
690 2004-11-16  Roland Illig  <roland.illig@gmx.de>
692         * TODO: Checked the remaining vfs/extfs shell scripts and
693         removed them from the TODO list. This was the last item
694         in the section "Before 4.6.1", so I deleted the whole
695         section.
697 2004-11-08  Pavel S. Shirshov  <me@pavelsh.pp.ru>
699         * TODO (4.6.2): Fix the '#' in path names issue.
701 2004-11-07  Roland Illig  <roland.illig@gmx.de>
703         * TODO (4.6.1): Moved the '#' in path names issue to 4.6.2.
704         * TODO: Added issue about hiding passwords in VFS pathnames.
706 2004-11-05  Andrew V. Samoilov  <sav@bcs.zp.ua>
708         * README: Fix typo.
710 2004-11-04  Mike Gorchak  <mike@malva.ua>
712         * mc.qpg.in: Synchronization with the latest file has been added
713         to the distro.
714         * configure.ac: Added information about status of charset enabling.
715         * syntax/Syntax: Treat QNX6 specific files with extensions qpg and
716         qpg.in as xml files.
718 2004-11-02  Roland Illig  <roland.illig@gmx.de>
720         * configure.ac: Add feature test whether socklen_t is defined
721         in <sys/socket.h>.
723 2004-10-28  Jindrich Novy  <jnovy@redhat.com>
725         * lib/mc.ext.in: Add a few sound formats that "play" and "mikmod"
726         utility knows.
728 2004-10-27  Roland Illig  <roland.illig@gmx.de>
730         * configure.ac: Add check for type socklen_t.
732 2004-10-27  Juan C. Olivares  <juancri@juancri.com>
734         * syntax/aspx.syntax: Add syntax file for ASP.NET.
735         * syntax/Syntax: Likewise.
736         * syntax/Makefile.am: Likewise.
738 2004-10-27  Pavel S. Shirshov  <me@pavelsh.pp.ru>
740         * TODO: Move entry 'Broken pipe warning...' to 4.6.2 TODO list.
741         Remove entries for perl extfs scripts.
743 2004-10-24  Roland Illig  <roland.illig@gmx.de>
745         * configure.ac: Only add "-Wall" to CFLAGS if GCC is set to "yes".
747 2004-10-23  Roland Illig  <roland.illig@gmx.de>
749         * TODO: Check proper quoting in vfs/extfs/*.
751 2004-10-20  Pavel S. Shirshov  <me@pavelsh.pp.ru>
753         * lib/mc.ext.in: Use xmms for audio files in XWindows mode.
754         Add support for *.wma files. Add support for playlists.
756         Partially based on patch from q# <eth0@o2.pl>
758 2004-10-18  Roland Illig  <roland.illig@gmx.de>
760         * TODO: Some new TODO items with low priority: More standard
761         widgets, CVS frontend, patch editor, context menus.
763 2004-10-16  Roland Illig  <roland.illig@gmx.de>
765         * TODO: Fixed the "./ files in tar archive" item for mc-4.6.1.
767 2004-10-16  Roland Illig  <roland.illig@gmx.de>
769         * syntax/eiffel.syntax: Add syntax highlighting rules for the
770         Eiffel programming language.
771         * syntax/Syntax: Bind *.e with eiffel.syntax.
772         * syntax/Makefile.am: Added syntax.eiffel.
774         From Daniel F Moisset <dmoisset grulic org ar>
776 2004-10-12  Pavel S. Shirshov  <me@pavelsh.pp.ru>
778         * syntax/sql.syntax: Improve sql.syntax file and added several
779         keywords.
781         From Karel Zak
783 2004-10-12  Andrew V. Samoilov  <sav@bcs.zp.ua>
785         * acinclude.m4 (MC_WITH_MCSLANG): Set screen_type to mcslang.
786         * configure.ac: Define USE_INCLUDED_SLANG if screen_type is mcslang.
788 2004-10-05  Gergely Sza'sz  <szaszg@hu.inter.net>
790         * syntax/perl.syntax: Fix highlight the hashes.
791         * syntax/diff.syntax: Highlight comments (lines begin with #),
792         and garbage in diff files.
794 2004-09-17  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
796         * mc.qpg.in: New file. Description for QNX 6.x packager.
798 2004-09-25  Roland Illig  <roland.illig@gmx.de>
800         * configure.ac: #define _GNU_SOURCE to an empty value instead of 1,
801         which conflicted with src/regex.c.
803 2004-09-24  Roland Illig  <roland.illig@gmx.de>
805         * HACKING (Programming tips): Added a tip concerning the NULL
806         pointer in varargs function calls.
808 2004-09-22  Roland Illig  <roland.illig@gmx.de>
810         * HACKING: Added advice for using g_strdup for a modifiable
811         copy of a string.
812         * HACKING: Added a section about where to look for bug reports
813         and patches.
815 2004-09-19  Roland Illig  <roland.illig@gmx.de>
817         * HACKING: Added explanation for const_cast.
819 2004-09-17  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
821         * syntax/makefile.syntax: Adds "define" and "ended" keywords
822         * syntax/perl.syntax: Adds "break" keyword
824 2004-09-10  Jakub Jelinek  <jakub@redhat.com>
826         * lib/mc.lib: Add gnome, rxvt and xterm-new terminals.
828 2004-09-10  Pavel S. Shirshov  <me@pavelsh.pp.ru>
830         * syntax/php.syntax: Upgrade php.syntax file.
832         From Leonard den Ottolander <leonard * den.ottolander.nl>
834 2004-09-04  Jakub Jelinek  <jakub@redhat.com>
836         * configure.ac: grantpt is only available with -D_XOPEN_SOURCE
837         or -D_GNU_SOURCE under Linux.
839 2004-09-04  Pavel S. Shirshov  <me@pavelsh.pp.ru>
841         * HACKING: Add to section "Programming Tips" g_free tip.
843 2004-09-02  Roland Illig  <roland.illig@gmx.de>
845         * HACKING: Added a section "Programming Tips" which lists mistakes
846         that have been done once and should never be repeated.
848 2004-08-29  Roland Illig  <roland.illig@gmx.de>
850         * m4/ri-gcc-warnings.m4: Now handles only the last --enable or
851         --disable option. Before, --disable has not been handled
852         correctly.
854 2004-08-22  Pavel S. Shirshov  <me@pavelsh.pp.ru>
856         * m4/ri-gcc-warnings.m4: Using AC_HELP_STRING for more portable.
857         AS_HELP_STRING was introduced after autoconf 2.57+.
859         From Leonard den Ottolander <leonard * den.ottolander.nl>
861 2004-08-18  Roland Illig  <roland.illig@gmx.de>
863         * "make uninstall": removes the symlinks bin/mcedit and bin/mcview.
865 2004-08-17  Roland Illig  <roland.illig@gmx.de>
867         * configure.ac: The GCC warning flags are only used in
868         maintainer-mode.
870 2004-08-17  Pavel S. Shirshov  <me@pavelsh.pp.ru>
872         * lib/cedit.menu: Security fix patch. Fix insecure temporary file and
873         directory creations. (CAN-2004-0231).
875         * lib/mc.menu: Likewise.
876         * doc/mc.1.in: Likewise.
877         * doc/es/mc.1.in: Likewise.
878         * doc/hu/mc.1.in: Likewise.
879         * doc/it/mc.1.in: Likewise.
880         * doc/pl/mc.1.in: Likewise.
881         * doc/ru/mc.1.in: Likewise.
882         * doc/sr/mc.1.in: Likewise.
884 2004-08-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
886         * configure.ac: Add check for atoll().
888         * doc/mc.1.in (Extension File Edit): Document "directory" keyword.
889         * doc/ru/mc.1.in: Likewise.
891 2004-08-02  Pavel Shirshov  <me@pavelsh.pp.ru>
893         * autogen.sh: Fix unportable "\n" in sed.
895 2004-04-02  Pavel Roskin  <proski@gnu.org>
897         * lib/mc.ext.in: Use gqview instead of ee for images.  ee seems
898         to be obsolete.  Suggested by Marcel Pol <mpol@gmx.net>
900 2004-01-22  Pavel Roskin  <proski@gnu.org>
902         * lib/mc.ext.in: Recognize *.tb2 and *.tbz files.
904         * configure.in: Rename to ...
905         * configure.ac: ... this.
907 2003-12-30  David Martin  <dmartina@excite.com>
909         * doc/mc.1.in: Synchronized latest fixes (long options) and
910         moved year and version number.
912 2003-12-24  Pavel Roskin  <proski@gnu.org>
914         * configure.in: Release 4.6.1-pre1.
916 2003-11-28  Pavel Roskin  <proski@gnu.org>
918         * acinclude.m4 (MC_UNDELFS_CHECKS): Try ext2fs/ext2_fs.h before
919         linux/ext2_fs.h.  Use ext2fs/ext2_fs.h when possible - it's
920         safer to avoid kernel headers.
922 2003-11-27  Pavel Roskin  <proski@gnu.org>
924         * src/TODO: Move ...
925         * TODO: ... here.
926         * doc/DEVEL: Move ...
927         * HACKING: ... here.  Adjust makefiles.
929 2003-11-20  Pavel Roskin  <proski@gnu.org>
931         * build-glib1.sh: Use more portable syntax for functions.  Fall
932         back to "ftp" for download, useful on BSD.
933         * build-glib2.sh: Likewise.
935         * build-glib1.sh: New file - download and compile glib 1.2.x,
936         then compile mc against it.
937         * build-glib2.sh: New file - download and compile glib 2.x with
938         dependencies (gettext, pkgconfig), then compile mc against it.
939         * Makefile.am: Distribute them.
941 2003-10-29  Pavel Roskin  <proski@gnu.org>
943         * acinclude.m4 (MC_UNDELFS_CHECKS): Don't use internal Autoconf
944         variables.
946         * configure.in: Rewrite check for mmap() to avoid using internal
947         variables of Autoconf.  Rename the rest of ac_cv_* to mc_cv_*.
949         * configure.in: Use AC_CHECK_MEMBERS to check fields of struct
950         stat.  Adjust all dependencies.
952         * acinclude.m4 (AC_STRUCT_LINGER): Remove, use AC_CHECK_MEMBERS
953         instead.
955         * configure.in: Define SLANG_POSIX_SIGNALS if all 4 required
956         functions are present.  Remove references to extraconf.h.
957         * extraconf.h: Eliminate.
958         * Makefile.am: Remove extraconf.h.
960         * configure.in: Move ext2fs undelete support ...
961         * acinclude.m4 (MC_WITH_VFS): ... here.
962         * extraconf.h: Remove VFS logic, it's enforced in configure now.
964         * acinclude.m4 (MC_WITH_VFS): Use AC_SEARCH_LIBS when possible.
965         Allow disabling network code by --disable-netcode.
967 2003-10-28  Pavel Roskin  <proski@gnu.org>
969         * configure.in: Don't check if "file" can use stdin - it's
970         unused now.
972 2003-10-25  Pavel Roskin  <proski@gnu.org>
974         * extraconf.h: Don't define HAVE_GRANTPT forcedly if grantpt()
975         wasn't found.  Don't define HAVE_CRYPT, it's unused now.
977         * configure.in: Remove check for socketpair().  Add new option
978         --enable-background.
979         * extraconf.h: Don't define WITH_BACKGROUND.
981 2003-10-14  Pavel Roskin  <proski@gnu.org>
983         * configure.in: Don't check for seekdir() and telldir().
985 2003-09-23  Pavel Roskin  <proski@gnu.org>
987         * doc/sr/Makefile.am: Don't install mcserv documentation if mcfs
988         support is disabled.
990         * lib/*.ti: Remove, these files are obsolete.
991         * lib/tdiff: Likewise.
992         * lib/xterm.tcap: Likewise.
993         * lib/Makefile.am: Remove obsolete files.  Don't install
994         README.xterm and xterm.ad, there are partly obsolete and can
995         break things if used as is.
997 2003-09-22  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
999         * lib/mc.hint.sr: Updated.
1000         * lib/mc.menu.sr: New file - translated menu.
1001         * lib/Makefile.am: Add mc.menu.sr.
1002         * doc/sr/: New Serbian documentation.
1003         * doc/Makefile.am: Add "sr" directory.
1004         * configure.in: Add substitutions for new files.
1006 2003-09-22  Pavel Roskin  <proski@gnu.org>
1008         * configure.in: Check for strlcpy() if glib 1.2.x is used.
1010 2003-09-11  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
1012         * lib/mc.hint.sr: New file - Serbian hints.
1014 2003-09-04  Pavel Roskin  <proski@gnu.org>
1016         * lib/mc.menu: Add entry for viewing manual pages.
1018 2003-08-18  Pavel Roskin  <proski@gnu.org>
1020         * lib/mc-wrapper.csh.in: Use "id" command to find the real user
1021         id.  $USER is not reliable.
1022         * lib/mc-wrapper.sh.in: Likewise.
1023         Reported by Figura Peter <peterf@autus.sk>
1025 2003-08-18  Andrew V. Samoilov  <sav@bcs.zp.ua>
1027         * acinclude.m4 (MC_WITH_NCURSES): Fix ESCDELAY check on Solaris.
1028         Make sure that linking succeeds.
1030 2003-08-02  Pavel Roskin  <proski@gnu.org>
1032         * lib/cedit.menu: Avoid using "id -u", it doesn't work on
1033         Solaris.  From Andrew V. Samoilov <sav@bcs.zp.ua>
1035 2003-07-23  Pavel Roskin  <proski@gnu.org>
1037         * lib/mc.lib: Add more "end" and "home" sequences for xterm.
1039 2003-07-22  Pavel Roskin  <proski@gnu.org>
1041         Get rid of all references to NATIVE_WIN32.
1043         * pc: Remove.  No work has been done on the PC post for years.
1044         * README.PC: Likewise.
1045         * Makefile.am: Adjust for the above.
1046         * configure.in: Likewise.
1048 2003-07-21  Pavel Roskin  <proski@gnu.org>
1050         * configure.in: Check posix_openpt() first and fallback to
1051         GNU-specific getpt() only if needed.
1053 2003-06-29  David Sterba  <dave@jikos.cz>
1055         * lib/mc.hint.cs: Typo fixes.
1057 2003-06-25  Marco Ciampa  <ciampix@libero.it>
1059         * doc/it/mc.1.in: small fix
1061 2003-06-23  Andrew V. Samoilov  <sav@bcs.zp.ua>
1063         * lib/mc.ext: Allow ZIP in all capitals in "file" output.
1065 2003-06-18  Pavel Roskin  <proski@gnu.org>
1067         * configure.in: Remove test for SCO UNIX.  Remove all references
1068         to SCO_FLAVOR everywhere.  SCO flavor is rather unsavory now.
1070 2003-06-06  Pavel Roskin  <proski@gnu.org>
1072         * lib/mc.ext.in: Don't run compressed logs from /var/log through
1073         nroff.  Suggested by Alfie Costa <agcosta@gmx.net>
1075 2003-05-16  Marco Ciampa  <ciampix@libero.it>
1077         * syntax/ruby.syntax: upgrade
1078         * syntax/perl.syntax: small fix
1080 2003-05-14  Marco Ciampa  <ciampix@libero.it>
1082         * syntax/ruby.syntax: New file - syntax for Ruby.
1083         * syntax/Syntax: Add ruby.syntax.
1084         * syntax/Makefile.am: Likewise.
1086 2003-05-08  Pavel Roskin  <proski@gnu.org>
1088         * mc.spec.in: Strip pre-1998 changelog to work around a bug in
1089         rpm 4.2, which doesn't like %install inside %changelog.
1091 2003-04-29  Pavel Roskin  <proski@gnu.org>
1093         * configure.in: Add vfs/extfs/iso9660 to AC_CONFIG_FILES.
1094         * lib/mc.ext.in: Add support for ISO images.
1096 2003-03-31  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
1098         * syntax/Syntax: Highlight *.mc as a makefile.
1099         * syntax/sql.syntax: Add more keywords for PostgreSQL.
1101 2003-03-21  Pavel Roskin  <proski@gnu.org>
1103         * syntax/sh.syntax: Highlight "find".  Highlight whole string
1104         after "#!".  Make unrecognized text inside `` less bright.
1106 2003-03-17  Marco Ciampa  <ciampix@libero.it>
1108         * doc/it/mc.1.in: Some manual fixes.
1110 2003-03-14  Pavel Roskin  <proski@gnu.org>
1112         * syntax/c.syntax: Allow integer specifiers for %x and %X in C
1113         format strings.
1114         * syntax/cs.syntax: Likewise.
1115         * syntax/java.syntax: Likewise.
1116         * syntax/ml.syntax: Likewise.
1117         * syntax/php.syntax: Likewise.
1118         * syntax/python.syntax: Likewise.
1119         * syntax/slang.syntax: Likewise.
1120         * syntax/swig.syntax: Likewise.
1122 2003-03-11  Pavel Roskin  <proski@gnu.org>
1124         * acinclude.m4 (MC_ASM_LABELS): New macro to work around a bug
1125         gettext.  Define _INTL_REDIRECT_MACROS if needed.
1126         * configure.in: Use MC_ASM_LABELS.
1128 2003-03-07  Pavel Roskin  <proski@gnu.org>
1130         * configure.in: Add --with-glib-static option.
1132 2003-03-06  Pavel Roskin  <proski@gnu.org>
1134         * syntax/spec.syntax: Add BuildArch.
1136 2003-03-05  Pavel Roskin  <proski@gnu.org>
1138         * configure.in: Check availability of setsid().
1140 2003-03-04  Sanlig Badral  <Badral@chinggis.com>
1142         * po/LINGUAS: added Mongolian (mn) translation.
1144 2003-03-03  Pavel Roskin  <proski@gnu.org>
1146         * lib/mc.lib: Add xterm arrows both for application and normal
1147         mode.  Normal mode can be accidentally enabled if one mc is run
1148         from another and Ctrl-O is used to switch between them.
1149         Add F11-F20 definitions for cons25 (FreeBSD console).
1151 2003-02-27  Juan C. Olivares  <juancri@TAGnet.org>
1153         * syntax/cs.syntax: New file.
1154         * syntax/Syntax: Add cs.syntax.
1155         * syntax/Makefile.am: Likewise.
1157 2003-02-27  Marco Ciampa  <ciampix@libero.it>
1159         * doc/it/mc.1.in: updated manual with -e switch description.
1161 2003-02-26  Pavel Roskin  <proski@gnu.org>
1163         * syntax/syntax.syntax: Highlight "define".
1165 2003-02-23  Marco Ciampa  <ciampix@libero.it>
1167         * doc/it/mc.1.in: updated manual with some stylistic changes.
1169 2003-02-23  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
1171         * lib/mc.ext.in: Add entry for QNX Neutrino packages.
1173 2003-02-22  Pavel Tsekov  <ptsekov@gmx.net>
1175         * acinclude.m4 [AC_G_MODULE_SUPPORTED]: New macro.
1176         * configure.in: Test for gmodule.  Don't link mc with libX11 if
1177         gmodule is supported.
1179 2003-02-22  Pavel Roskin  <proski@gnu.org>
1181         * configure.in: Add --with-glib12 option to configure to force
1182         using glib 1.2.x.
1184 2003-02-21  Andrew V. Samoilov  <sav@bcs.zp.ua>
1186         * doc/ru/mc.1.in (Layout): Translate 'Xterm window title' option.
1187         (Extension File Edit): Translate include feature.
1189 2003-02-20  Pavel Roskin  <proski@gnu.org>
1191         * configure.in: Move list of all translations ...
1192         * po/LINGUAS: ... here.
1194 2003-02-18  Pavel Roskin  <proski@gnu.org>
1196         * syntax/c.syntax: Highlight C++ comments in preprocessor
1197         directives.
1198         Reported by Oswald Buddenhagen <ossi@kde.org>
1200 2003-02-13  Marco Ciampa  <ciampix@libero.it>
1202         * doc/it/mc.1.in: updated manual following it.po changes.
1204 2003-02-05  Pavel Roskin  <proski@gnu.org>
1206         * configure.in: Bump version to 4.6.0a.
1208         * configure.in: Version 4.6.0 released.
1210 2003-02-04  Arpi  <arpi@mplayerhq.hu>
1212         * syntax/Syntax: Match *.syntax before other files to fix
1213         highlighting of makefile.syntax.
1215 2003-02-04  Pavel Roskin  <proski@gnu.org>
1217         * syntax/c.syntax: Revert highlighting trailing whitespaces.
1219 2003-02-03  Andrew V. Samoilov  <sav@bcs.zp.ua>
1221         * autogen.sh: Fix unportable "+" sed regexp in gettext_ver
1222         calculation.  Reported by vlad@geekizoid.com.
1224 2003-01-31  Pavel Roskin  <proski@gnu.org>
1226         * syntax/nroff.syntax: Make colors more compatible with the
1227         highlighting used in the internal viewer - yellow for bold and
1228         brightred for italic.
1230 2003-01-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
1232         * syntax/c.syntax: Highlight trailing whitespace(s).
1234 2003-01-30  Pavel Tsekov  <ptsekov@gmx.net>
1236         * acinclude.m4 (MC_WITH_NCURSES): Check -lcurses if -lncurses
1237         doesn't work.  Useful on OpenBSD 3.2.
1239 2003-01-29  Pavel Roskin  <proski@gnu.org>
1241         * lib/mc.ext.in: Fix missing semicolon that affected viewing RPM
1242         packages.
1244 2003-01-24  Pavel Roskin  <proski@gnu.org>
1246         * configure.in: Add -lposix on A/UX before all tests.
1248 2003-01-23  Pavel Roskin  <proski@gnu.org>
1250         * acinclude.m4 (MC_EXTFS_CHECKS): Fix redirection to /dev/null.
1252 2003-01-22  Pavel Roskin  <proski@gnu.org>
1254         * configure.in: Bump version to 4.6.0-pre3a.
1256         * configure.in: Version 4.6.0-pre3 released.
1258         * acinclude.m4 (_MC_WITH_XSLANG): Drop support for old S-Lang
1259         versions that required the native curses library on some OSes.
1261 2003-01-19  Adam Byrtek  <alpha@debian.org>
1263         * doc/mcview.1.in: New file.
1264         * configure.in: Treat it like doc/mcedit.1.in.
1265         * doc/Makefile.am: Likewise.
1267 2003-01-17  Adam Byrtek  <alpha@debian.org>
1269         * doc/mc.1.in (Layout): Document 'Xterm window title' option.
1271 2003-01-16  David Martin  <dmartina@excite.com>
1273         * doc/mc.1.in: Add EXTernal virtual File System node (extfs).
1275 2003-01-16  David Martin  <dmartina@excite.com>
1277         * doc/mc.1.in: Set man page header and footer.
1278         * doc/es/mc.1.in: Likewise.
1279         * doc/hu/mc.1.in: Likewise.
1280         * doc/it/mc.1.in: Likewise.
1281         * doc/pl/mc.1.in: Likewise.
1282         * doc/ru/mc.1.in: Likewise.
1284 2003-01-12  David Martin  <dmartina@excite.com>
1286         * po/es.po: Update. Rewrite localized names for some menu entries.
1287         * doc/es/mc.1.in: Likewise.
1288         * lib/mc.hint.es: Likewise.
1290 2002-12-27  David Martin  <dmartina@excite.com>
1292         * doc/pl/xnc.hlp: Update GPL (change FSF address and move 19xx
1293         entries to "year").
1295 2002-12-26  Pavel Roskin  <proski@gnu.org>
1297         * configure.in: Release 4.6.0-pre2, bump version to 4.6.0-pre2a.
1299         * configure.in: Fix non-portable operator.  Bump version to
1300         4.6.0-pre2.
1302 2002-12-24  Pavel Roskin  <proski@gnu.org>
1304         * lib/mc.ext.in: Use --nosignature with rpm to avoid a message
1305         in the viewer about unsigned packages.
1307         * acinclude.m4 (MC_WITH_SLANG): Don't add -lslang to MCLIBS if
1308         the system S-Lang is rejected.
1310         * lib/mc.ext.in: Play *.mov by mplayer.
1312 2002-12-23  Pavel Roskin  <proski@gnu.org>
1314         * configure.in: Enable X11 support by default, use --without-x
1315         to disable.
1317 2002-12-19  Pavel Roskin  <proski@gnu.org>
1319         * syntax/perl.syntax: Add separate context for function
1320         declarations and definitions, highlight prototypes.
1322 2002-12-11  Pavel Roskin  <proski@gnu.org>
1324         * acinclude.m4 (MC_EXTFS_CHECKS): Add check for Perl.
1325         * configure.in: Substitute Perl location in all extfs scripts
1326         written in Perl.
1328 2002-12-11  David Martin  <dmartina@excite.com>
1330         * doc/xnc.hlp: Update GPL (change FSF address
1331         and move 19xx entries to "year").
1332         * doc/es/xnc.hlp: Likewise.
1333         * doc/hu/xnc.hlp: Likewise.
1334         * doc/it/xnc.hlp: Likewise.
1335         * doc/ru/xnc.hlp: Likewise.
1337 2002-12-09  Pavel Roskin  <proski@gnu.org>
1339         * lib/mc.ext.in: Remove ftplist.  Add patchfs.
1341 2002-11-29  Andrew V. Samoilov  <sav@bcs.zp.ua>
1343         * autogen.sh: Use $srcdir/configure.mc instead of
1344         $srcdir/configure if first one exists and is executable.
1346 2002-11-28  Pavel Roskin  <proski@gnu.org>
1348         * configure.in: Determine which help translations user wants to
1349         install, based on USE_NLS, LINGUAS and ALL_LINGUAS.
1350         * doc/Makefile.am: Set SUBDIR to the list of the requested
1351         translations.
1353         * acinclude.m4 (MC_EXTFS_CHECKS): New macro.
1354         (MC_WITH_VFS): Call MC_EXTFS_CHECKS.
1355         * configure.in: Generate vfs/extfs/uzip.
1356         * vfs/extfs/uzip: Move to vfs/extfs/uzip.in.
1357         * vfs/extfs/Makefile.am: Corresponding adjustments.
1359 2002-11-26  Pavel Roskin  <proski@gnu.org>
1361         * syntax/sql.syntax: Add highlighting for dot and backticks.
1363 2002-11-16  Pavel Roskin  <proski@gnu.org>
1365         * configure.in: Move check for pwdauth() to MC_MCSERVER_CHECKS.
1366         * acinclude.m4 (MC_MCSERVER_CHECKS): If using crypt(), check for
1367         shadow password support.
1369         * acinclude.m4 (MC_MCSERVER_CHECKS): Don't limit PAM check to
1370         Linux.  Use AC_SEARCH_LIBS to find crypt().  Consolidate mcserv
1371         libraries into MCSERVLIBS.
1373         * configure.in: Move all mcserv related checks ...
1374         * acinclude.m4 (MC_MCSERVER_CHECKS): ... here.
1376 2002-11-15  Pavel Roskin  <proski@gnu.org>
1378         * configure.in: Fully enable glib2.  Update the documentation.
1380 2002-11-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
1382         * lib/mc.menu: Don't use --repetitive-best option with bzip2 -
1383         it is redundant in versions 0.9.5 and above.
1385 2002-11-10  Pavel Roskin  <proski@gnu.org>
1387         * configure.in: Check for uintptr_t.  Needed to compile regex.c
1388         on MacOS X.  Reported by Wim Rijnders <wimrijnders@home.nl>
1390 2002-11-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
1392         * syntax/ada95.syntax: Highlight "then" and "else".
1393         From Victor Porton <porton@ex-code.com>.
1394         Highlight "exit".
1396 2002-11-06  Pavel Roskin  <proski@gnu.org>
1398         * lib/edit.indent.rc: Remove all options for indent and add a
1399         comment explaining where those options should be.
1401 2002-11-05  Pavel Roskin  <proski@gnu.org>
1403         * lib/mc-wrapper.csh.in: Remove /bin/csh at the beginning - this
1404         script is not meant to be executed by the kernel.  This also
1405         eliminates dependency of the RPM package on csh.
1406         * lib/mc-wrapper.sh.in: Remove /bin/sh at the beginning.
1408 2002-11-01  Pavel Roskin  <proski@gnu.org>
1410         * configure.in: Don't substitute mc.sh and mc.csh - it's now
1411         done ...
1412         * lib/Makefile.am: ... here.  Add wrappers for mc to avoid
1413         defining complex shell scripts in functions and aliases.
1414         * lib/mc-wrapper.csh.in: New file - template for the script
1415         that runs mc and changes directory in csh.
1416         * lib/mc-wrapper.sh.in: New file - template for the script
1417         that runs mc and changes directory in sh.
1419 2002-11-01  Andrew V. Samoilov  <sav@bcs.zp.ua>
1421         * doc/mc.1.in (Keys): Document S-<chr>.
1422         * doc/ru/mc.1.in: Likewise.
1424 2002-10-31  Pavel Roskin  <proski@gnu.org>
1426         * syntax/diff.syntax: Revert highlighting for trailing spaces
1427         on the added lines - it extends the context to the next line.
1429         * lib/mc.csh.in: Add quoting and check for missing file.
1431         * lib/mc.csh.in: Update to use the new -P option.  This script
1432         has absolutely no protection against special symbols in
1433         directory names and lacks TMPDIR support.
1435         * lib/mc.sh.in: Update to use the new -P option.
1437         * configure.in: Displaying the install paths is too problematic
1438         to implement properly.  Remove this code.
1440 2002-10-29  Pavel Roskin  <proski@gnu.org>
1442         * lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.
1443         * configure.in: Likewise.  Add "-c" (disable ANSI color) to
1444         MAN_FLAGS if supported.
1446         * acinclude.m4 (MC_WITH_SLANG): Reject S-Lang with UTF-8
1447         support, unless external S-Lang was explicitly requested.
1449 2002-10-24  Pavel Roskin  <proski@gnu.org>
1451         * lib/mc.ext.in: Don't use links to view html - the "-dump"
1452         option has been removed in the recent versions.
1453         From David Martin <dmartina@excite.com>
1455 2002-10-21  Pavel Roskin  <proski@gnu.org>
1457         * acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
1458         to the final configuration message.
1460 2002-10-17  Pavel Roskin  <proski@gnu.org>
1462         * doc/hu/Makefile.am: Generate Hungarian help file from the
1463         manual, just like other languages.
1464         * doc/hu/mc.1.in: New file, converted from the help file.
1465         * doc/hu/xnc.hlp: Likewise.
1466         * configure.in: Adjust for the above.
1468         * doc/mc.1.in: Add node names.  Remove redundant paragraph
1469         breaks at the start and the end of the sections.  Mention
1470         "stalelink" as color keyword.
1472 2002-10-14  Pavel Roskin  <proski@gnu.org>
1474         * lib/mc.ext.in: Don't use "-dump" option with "links".
1475         From David Martin <dmartina@excite.com>
1477 2002-10-13  Pavel Roskin  <proski@gnu.org>
1479         * lib/mc.hint*: Remove all references to "-1" - hints file is no
1480         substitute to unambiguous GUI.
1481         From Christian Laubscher <christian.laubscher@tiscalinet.ch>
1483 2002-10-12  Pavel Roskin  <proski@gnu.org>
1485         * lib/mc.ext.in: Redirect stderr from "links" to suppress a
1486         warning if it's not found.
1488 2002-10-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
1490         * doc/mc.1.in (SMB File System): Username is allowed in
1491         URLs now (/#smb:[user@]machine).
1492         * doc/ru/mc.1.in: Likewise.
1494 2002-10-08  Pavel Roskin  <proski@gnu.org>
1496         * configure.in: Rename RH_VERSION to RPM_VERSION - not every
1497         rpm-based system is Red Hat.  Replace all dashes, not just one.
1499         * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
1500         termcap if terminfo is missing in the known locations.
1501         * configure.in: Remove --with-termcap processing, it is now in
1502         acinclude.m4.
1504 2002-10-02  Pavel Roskin  <proski@gnu.org>
1506         * syntax/syntax.syntax: Fix highlighting for "gray".
1508 2002-10-01  Pavel Roskin  <proski@gnu.org>
1510         * configure.in: Expand $bindir and $datadir to show at the end.
1511         Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
1513 2002-09-29  Pavel Roskin  <proski@gnu.org>
1515         * configure.in: Remove the argument from --with-gpm-mouse.  The
1516         directories for include files and libraries can be specified
1517         using LDFLAGS and CPPFLAGS, as documented in the output of
1518         "configure --help".
1520         * configure.in: Complete rewrite of the screen library support.
1521         Add new option --with-screen instead on --with-slang,
1522         --with-included-slang and --with-ncurses.  Only allow
1523         --with-termcap is using the included S-Lang library.
1524         * aclocal.m4: Corresponding changes.
1526         * syntax/mail.syntax: Replace "wholechars right" and "wholechars
1527         left" with single "wholechars".
1528         * syntax/nroff.syntax: Likewise.
1529         * syntax/sh.syntax: Likewise.
1530         * syntax/tcl.syntax: Likewise.
1532         * syntax/*.syntax: Remove numeric Cooledit colors.  It's
1533         unreasonable to require them to be correct.  On the other hand,
1534         Cooledit can easily be changed to accept named color names.
1536         * syntax/syntax.syntax: Don't require Cooledit colors for
1537         highlighting color names.  Remove Cooledit colors.
1539         * syntax/m4.syntax: Don't use yellow color on parentheses, since
1540         it interferes with parentheses highlighting.  Remove list of
1541         supported Autoconf macros.
1543 2002-09-26  Pavel Roskin  <proski@gnu.org>
1545         * syntax/syntax.syntax: Remove highlighting for numbers - it's
1546         for Cooledit only.
1548         * syntax/c.syntax: Require at least one space at the beginning
1549         of indented cpp directives.  Use brightmagenta for them.
1551         * syntax/syntax.syntax: Don't start keywords with "\[" - it
1552         doesn't work.  Use "\[\]" at the end of keywords to suppress
1553         their special meaning.
1555 2002-09-22  Pavel Roskin  <proski@gnu.org>
1557         * doc/Makefile.am: Remove width from the man2hlp command line.
1558         The same for translations.
1560         * configure.in: Remove support for HSC proxy - it's obsolete.
1561         Remove all references to HSC proxy everywhere.
1563 2002-09-21  Pavel Roskin  <proski@gnu.org>
1565         * configure.in: Bump version to 4.6.0-pre1b.
1567         * doc/hu/mc.hlp.hu: Rename to ...
1568         * doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
1569         * configure.in: Substitute doc/hu/mc.hlp.hu.
1570         * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
1572         * doc/mc.1.in: Update path to the data files.  Rename MC_LIBDIR
1573         to MC_DATADIR.  Make the same changes in the translations.
1575         * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
1576         directory for architecture-independent files.
1578 2002-09-19  Pavel Roskin  <proski@gnu.org>
1580         * syntax/m4.syntax: New file.
1581         * syntax/Syntax: Add m4.syntax.
1582         * syntax/Makefile.am: Likewise.
1583         From Vlad Romanenko <VladRomanenko@ukr.net>
1585         * syntax/sql.syntax: Only recognize non-standard MySQL comments
1586         at the beginning of line.
1588 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
1590         * syntax/syntax.syntax: Add "linestart" for "context",
1591         "context default" and "context exclusive" keywords.
1592         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
1593         and "%5.5s" formats.
1595 2002-09-18  Pavel Roskin  <proski@gnu.org>
1597         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
1598         rules for syntax files ...
1599         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
1600         and "include" keywords.
1601         * syntax/Makefile.am: Add syntax.syntax.
1603 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
1605         * syntax/js.syntax: Advanced number highlighting.
1607 2002-09-17  Pavel Roskin  <proski@gnu.org>
1609         * syntax/c.syntax: Highlight "?" by the same color as ":".
1610         * syntax/java.syntax: Likewise.
1611         * syntax/swig.syntax: Likewise.
1612         * syntax/python.syntax: Remove duplicate keyword ":".
1614         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
1615         m4 directory is used by aclocal.
1616         * m4/Makefile.am: New file.
1617         * configure.in: Substitute m4/Makefile.
1618         * autogen.sh: Don't copy any macro files, use m4 directory.
1620         * syntax/Makefile.am: Add js.syntax.
1622         * configure.in: Add support for glib 2.x.  Right now, it has to
1623         be explicitly enabled by `--with-glib2'.
1624         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
1626 2002-09-16  Pavel Roskin  <proski@gnu.org>
1628         * syntax/js.syntax: New file.
1629         * syntax/Syntax: Add js.syntax.
1630         From Vlad Romanenko <VladRomanenko@ukr.net>
1632 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
1634         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
1635         of local xnc.hlp
1636         * doc/pl/xnc.hlp: Removed.
1638 2002-09-13  Pavel Roskin  <proski@gnu.org>
1640         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
1641         Remove "potfiles" command.
1642         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
1643         compatibility with gettext 0.10.x.
1645         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
1646         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
1648         * po/Makevars: New file for compatibility with gettext 0.11.x.
1650         * configure.in: Remove "Debugger code" message.
1652         * acinclude.m4: Replace undelfs_o with use_undelfs.
1653         * configure.in: Likewise.  Don't substitute it.
1655         * configure.in: Simplify processing of without-edit.  Replace
1656         several variables with use_edit.
1657         * acinclude.m4: Remove AC_WITH_EDIT.
1659         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
1660         use_smbfs.
1661         * configure.in: Likewise.
1662         * INSTALL: Document --with-samba.
1664         * configure.in: Roll --enable-mcserv-install into ...
1665         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
1666         * INSTALL: Document --with-mcfs.
1668 2002-09-12  Pavel Roskin  <proski@gnu.org>
1670         * configure.in: Don't check if crypt() prototype is needed to
1671         avoid warnings - the whole code is not worth avoiding one
1672         legitimate warning.
1673         * acinclude.m4: Remove AC_TRY_WARNINGS.
1675         * configure.in: ALL_LINGUAS should be defined unconditionally.
1677         * acinclude.m4: Clarify some help texts, add defaults in square
1678         brackets, use more consistent spacing.
1679         * configure.in: Likewise.
1681         * lib/mc.menu: Don't call tarballs "releases".  Don't
1682         dereference symlinks.
1684 2002-09-10  Pavel Roskin  <proski@gnu.org>
1686         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
1688 2002-09-07  Pavel Roskin  <proski@gnu.org>
1690         * configure.in: Eliminate --with-terminfo option, which was
1691         essentially equivalent to --with-included-slang and didn't force
1692         anything.
1693         * acinclude.m4 (AC_USE_TERMINFO): Remove.
1694         * INSTALL: Adjust to match.
1695         * FAQ: Likewise.
1697 2002-09-05  Pavel Roskin  <proski@gnu.org>
1699         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
1700         NETFILES - it's unused.
1702         * configure.in: Check for arpa/inet.h.
1704         * mcfn_install: Remove.  Also remove all references to it.
1705         * INSTALL.FAST: Update information about ncurses.
1706         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
1708         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
1709         LIBS.
1710         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
1711         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
1712         test for ncurses in non-standard directories.
1714 2002-09-04  Pavel Roskin  <proski@gnu.org>
1716         * lib/mc.ext.in: Remove edit rules for compressed files that
1717         were compressing even unchanged files - the editor itself can
1718         handle compression better.
1720 2002-09-03  Pavel Roskin  <proski@gnu.org>
1722         * acinclude.m4: Remove Termnet support, it's too old and obscure
1723         to be supported properly.
1725 2002-08-27  Pavel Roskin  <proski@gnu.org>
1727         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
1728         OpenOffice.org, not StarOffice.  Add more video formats.
1730         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
1731         unnecessary pipeline.  Redirect stderr from cpio, because it can
1732         be non-empty even for successful operations.
1734 2002-08-26  Pavel Roskin  <proski@gnu.org>
1736         * syntax/spec.syntax: New file.
1737         * syntax/Syntax: Add spec.syntax.
1738         * syntax/Makefile.am: Likewise.
1739         From PLD Linux Distribution with minor changes.
1741 2002-08-25  Pavel Roskin  <proski@gnu.org>
1743         * lib/mcserv.init: Update from Red Hat package.
1744         * lib/mcserv.pamd: Likewise.
1746         * configure.in: Fix interpretation of the iconv test result.
1747         Reported by Pavel Shirshov <me@pavelsh.pp.ru>
1749         * mc.sh.in: Only bash needs the mc() function to be exported.
1751         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
1752         instead of /usr where appropriate.
1753         * doc/Makefile.am: Enable generation of the help file.
1755         * doc/pl/*: Add Polish translation.
1756         * doc/Makefile.am: Adjust for the above.
1757         * configure.in: Likewise.
1759 2002-08-24  Pavel Roskin  <proski@gnu.org>
1761         * lib/edit.indent.rc: Use tidy to format HTML.
1762         From David Martin <dmartina@excite.com>
1764         * lib/cedit.menu: Remove all references to the error file.
1765         * lib/edit.indent.rc: Likewise.
1766         * lib/edit.spell.rc: Likewise.
1768 2002-08-23  Pavel Roskin  <proski@gnu.org>
1770         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
1771         use only for the programs that need it (mc and mcserv).
1773         * configure.in: Fix help text for gpm and ncurses.  Properly
1774         handle --without-ncurses.
1775         Reported by Moritz Barsnick <moritz@barsnick.net>
1777         * configure.in: Work around a bug in Autoconf-2.53 that prevents
1778         splitting of user-specified path in AC_PATH_PROGS.
1780         * configure.in: Move glib test earlier, as it tends to fail for
1781         many users.  Make GLIB_CONFIG a precious variable.  Check for
1782         glib12-config - that's how it's called on FreeBSD.
1783         Reported by Pavel Shirshov <me@pavelsh.pp.ru>
1785 2002-08-22  Pavel Roskin  <proski@gnu.org>
1787         * configure.in: Remove old-style Linux-only support for shadow
1788         passwords.
1790 2002-08-21  Pavel Roskin  <proski@gnu.org>
1792         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
1793         now, otherwise Automake 1.5 breaks.  Remove version number from
1794         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
1795         Substitute RH_VERSION, which is VERSION without dashes, needed
1796         for RedHat specfile.
1798         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
1799         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
1800         two places.
1802         Release mc-4.6.0-pre1.
1804         * configure.in: Bump version to 4.6.0-pre1.
1805         * po/*.po: Regenerate.
1807 2002-08-20  David Martin  <dmartina@excite.com>
1809         * doc/es/mc.1.in: Minor changes.
1810         * doc/es/xnc.hlp: Likewise.
1812 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1814         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
1815         %{_mandir}/*/man1/*.
1817 2002-08-20  Pavel Roskin  <proski@gnu.org>
1819         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
1821 2002-08-19  Pavel Roskin  <proski@gnu.org>
1823         * configure.in: Add Italian documentation.
1824         * doc/Makefile.am: Likewise.
1826         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
1828         * configure.in: Enable subshell support on all operating systems
1829         by default.  Old issues are most likely solved by now.
1831 2002-08-18  Pavel Roskin  <proski@gnu.org>
1833         * lib/mc.ext.in: Try links before lynx.  Force full path when
1834         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
1835         is already broken if the program starts in background.  Add a
1836         comment discouraging taking this code as example.
1838         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
1839         obsolete.
1840         * doc/es/mc.1.in: Likewise.
1841         * doc/ru/mc.1.in: Likewise.
1842         * doc/hu/mc.hlp.hu: Likewise.
1844         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
1845         was unsafe by design and is no longer supported.  Use %t instead
1846         of %u to preserve tags in case of failure.
1848         * vfs/extfs/ftplist.in: Remove support for running commands, it
1849         makes no sense.
1851 2002-08-16  Pavel Roskin  <proski@gnu.org>
1853         * lib/mc.global: Remove, it duplicates the role of mc.lib.
1854         * lib/mc.lib: Add contents of mc.global.
1855         * lib/Makefile.am: Remove all references to mc.global.
1857         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
1858         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
1860 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
1862         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
1863         set, umask and unset like other builtin commands.
1865 2002-08-15  Pavel Roskin  <proski@gnu.org>
1867         * configure.in: Remove check for SIGTSTP, it's not needed for
1868         the subshell support.
1870         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
1871         done at runtime.
1872         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
1874 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
1876         * doc/ru/mc.1.in: Remove reference to README.edit.
1877         * doc/mc.1.in: Likewise.
1878         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
1879         everywhere.
1881 2002-08-14  Pavel Roskin  <proski@gnu.org>
1883         * doc/mc.1.in: Consistently use "native" ftp syntax.
1884         * doc/ru/mc.1.in: Likewise.
1885         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
1886         * doc/es/xnc.hlp: Likewise.
1888         * lib/mc.hlp.hu: Move ...
1889         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
1891 2002-08-09  Pavel Roskin  <proski@gnu.org>
1893         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
1894         and entries that are obsolete or make no sense.
1896         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
1897         "How to use help".
1899         * doc/Makefile.am: Don't distribute help file.  Generate it in
1900         the build directory.
1901         * doc/es/Makefile.am: Likewise.
1902         * doc/ru/Makefile.am: Likewise.
1904         * lib/xnc.hlp: Move ...
1905         * doc/xnc.hlp: ... here.
1906         * doc/Makefile.am: Necessary adjustments.
1907         * lib/Makefile.am: Likewise.
1908         * src/Makefile.am: Likewise.
1910         * configure.in: Add Spanish documentation.
1911         * doc/Makefile.am: Likewise.
1912         * doc/es: Spanish documentation.
1913         From David Martin <dmartina@excite.com>
1915 2002-08-08  Pavel Roskin  <proski@gnu.org>
1917         * lib/mc.lib: Add f11-f20 keys for Konsole.
1919 2002-08-06  Pavel Roskin  <proski@gnu.org>
1921         * syntax/lisp.syntax: New file.
1922         * syntax/Syntax: Add lisp.syntax.
1923         * syntax/Makefile.am: Likewise.
1924         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
1925         changes.
1927 2002-08-04  Pavel Roskin  <proski@gnu.org>
1929         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
1930         subshell if this test fails.
1932 2002-08-03  Pavel Roskin  <proski@gnu.org>
1934         * syntax/mail.syntax: Colors changed to be more readable.
1936         * syntax/html.syntax: Don't require character entities to be
1937         whole, but check their validity.
1939 2002-08-02  Pavel Roskin  <proski@gnu.org>
1941         * configure.in: No longer need to define REGEX_MALLOC.
1943 2002-08-01  Pavel Roskin  <proski@gnu.org>
1945         * configure.in: Remove support for MAD and Electric Fence.
1946         Developers should use modern memory debuggers (e.g. Valgrind).
1947         * INSTALL: Remove references to MAD.
1949 2002-07-31  Pavel Roskin  <proski@gnu.org>
1951         * syntax/html.syntax: Remove recognition for any individual
1952         words - there are too many of them, we cannot keep up.
1954 2002-07-30  Pavel Roskin  <proski@gnu.org>
1956         * doc/ru/Makefile.am: Use man2hlp directly.
1958 2002-07-28  Pavel Roskin  <proski@gnu.org>
1960         * syntax/changelog.syntax: Highlight "*" only after tab.  This
1961         requires fixed syntax highlighting.
1963         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
1964         default. Open *.xls with gnumeric.  Use mplayer for most video
1965         formats.
1967         * syntax/nroff.syntax: Require most keywords to be whole.
1969 2002-07-21  Pavel Roskin  <proski@gnu.org>
1971         * syntax/fortran.syntax: Fix highlighting of "*" at the
1972         beginning of line.  Recognize "     +" as continuation.  Move
1973         all "linestart" keywords earlier to avoid more conflicts.
1975 2002-07-18  Pavel Roskin  <proski@gnu.org>
1977         * syntax/unknown.syntax: Don't highlight anything by default.
1979         * syntax/changelog.syntax: Highlight functions without
1980         filenames.
1981         * syntax/Syntax: Match *ChangeLog*.
1983         * syntax/c.syntax: Reenable highlighting for "/" and preserve
1984         highlighting for "//" comments by using exclusive context.
1985         * syntax/java.syntax: Likewise.
1986         * syntax/swig.syntax: Likewise.
1987         * syntax/slang.syntax: Reenable highlighting for "/".
1988         * syntax/sql.syntax: Enable highlighting for "/" and "-".
1990         * syntax/sql.syntax: New file.
1991         * syntax/Syntax: Add sql.syntax.
1992         * syntax/Makefile.am: Likewise.
1993         From Walery Studennikov <despair@sama.ru> with minor changes.
1995 2002-07-16  Pavel Roskin  <proski@gnu.org>
1997         * lib/mc.ext.in: Remove handling of executables.  They should
1998         be handled internally for "pause after run" to work.
2000         * syntax/Syntax: Associate *.itcl with tcl.syntax.
2001         * syntax/tcl.syntax: Add itcl keywords, other improvements.
2003 2002-07-15  Pavel Roskin  <proski@gnu.org>
2005         * configure.in: Don't check for strcasecmp(), strncasecmp() and
2006         strdup() - test results are not used except in gettext, which
2007         provides its own tests.
2009         * configure.in: When checking for ncurses, check for
2010         has_colors(), not curses_version() - the later is missing in
2011         older version of ncurses.
2013 2002-07-13  Pavel Roskin  <proski@gnu.org>
2015         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
2016         not to LIBS.
2017         * configure.in: Fix breakage in ncurses headers check from the
2018         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
2019         Define REGEX_MALLOC here.
2021         * acinclude.m4 (AC_NCURSES): Remove.
2022         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
2023         AC_CHECK_LIB to check existence of ncurses library.  Eliminate
2024         variables force_ncurses and search_ncurses.
2026 2002-07-10  Pavel Roskin  <proski@gnu.org>
2028         * configure.in: Remove --with-netrc, it is now default and can
2029         be disabled at the runtime.
2031         * syntax/tcl.syntax: New file.
2032         * syntax/Syntax: Add tcl.syntax.
2033         * syntax/Makefile.am: Likewise.
2034         * syntax/java.syntax: Don't treat #define separately from other
2035         preprocessor directives.
2036         * syntax/slang.syntax: Likewise.
2037         * syntax/swig.syntax: Likewise.
2039 2002-07-09  Pavel Roskin  <proski@gnu.org>
2041         * syntax/c.syntax: Don't treat #define separately from other
2042         preprocessor directives.
2044 2002-07-08  Pavel Roskin  <proski@gnu.org>
2046         * syntax/perl.syntax: Highlight text after __END__ as a comment.
2047         * syntax/po.syntax: Avoid gray color, which is hard to see.
2049 2002-07-05  Pavel Roskin  <proski@gnu.org>
2051         * syntax/dos.syntax: Add more commands.
2053 2002-07-04  Pavel Roskin  <proski@gnu.org>
2055         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
2056         sort authors.
2058 2002-06-24  Pavel Roskin  <proski@gnu.org>
2060         * syntax/dos.syntax: New file - highlighting for DOS batch
2061         files.  From Petr Kozelka <pkozelka@centrum.cz>
2062         * syntax/Syntax: Add dos.syntax.
2063         * syntax/Makefile.am: Likewise.
2065 2002-06-04  Max Schedriviy  <max@humgat.org>
2067         * syntax/php.syntax: New version.
2069 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
2071         * NEWS: Mention ftpfs/fish uploading changes and new configure
2072         options --with-codepagedir=DIR, --with-configdir=DIR and
2073         --without-mcfs.
2075 2002-05-22  Pavel Roskin  <proski@gnu.org>
2077         * doc/ru/Makefile.am: Fix out-of-tree build.
2079 2002-05-14  Pavel Roskin  <proski@gnu.org>
2081         * configure.in: Fix logic for gettext 0.10.x.
2083 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
2085         * configure.in: Don't generate po/Makefile if
2086         there is 'top_builddir' in po/Makefile.in.
2087         * autogen.sh: More fixes for gettext 0.11+.
2089 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
2091         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
2093 2002-04-21  Pavel Roskin  <proski@gnu.org>
2095         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
2096         can play them.
2098 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
2100         * autogen.sh: Fix for gettext 0.11 family (and newer).
2102 2002-04-08  Pavel Roskin  <proski@gnu.org>
2104         * autogen.sh: Allow gettext newer than 0.10.39.
2105         From Björn Eriksson <bjorn@bjornen.nu>
2107 2002-04-03  Pavel Roskin  <proski@gnu.org>
2109         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
2110         by "make clean" because not everyone has Perl to rebuild it.
2112 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
2114         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
2115         first line regular expression.
2117 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
2119         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
2120         or newer is not used.
2121         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
2123         * src/Makefile.am: Move mc.hlp.ru processing ...
2124         * doc/ru/Makefile.am: ... here.
2126 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
2128         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
2129         * syntax/c.syntax: Highlight "%p" printf format.
2130         Allow '*' as width and precision for strings and numbers.
2132         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
2133         * doc/ru/mc.1.in: Likewise.
2135 2002-03-18  Pavel Roskin  <proski@gnu.org>
2137         * doc/ru/Makefile.am: Distribute xnc.hlp.
2139 2002-03-12  Pavel Roskin  <proski@gnu.org>
2141         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
2143 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
2145         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
2146         * doc/ru/Makefile.am: New file.
2148 2002-03-08  Pavel Roskin  <proski@gnu.org>
2150         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
2152 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
2154         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
2156 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
2158         * doc/mc.1.in: Use nodename `Background jobs' for section
2159         `Background Jobs' to reflect user visible Command menu option
2160         and src/cmd.c dialog implementation.
2162         * doc/ru: New directory for Russian manuals.
2163         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
2164         translated by Victor A. Kostromin for mc 4.5.30.  Converted
2165         from binary mc.hlp.ru, corrected and actualized by me.
2166         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
2167         * doc/ru/.cvsignore: Ignore mc.1.
2169 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
2171         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
2172         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
2173         mc.lib settings.
2175         (Virtual File System): Document SMB File System.
2177 2002-02-26  Pavel Roskin  <proski@gnu.org>
2179         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
2180         message "no symbol found" for unsupported architectures and
2181         provide more useful information.
2183 2002-02-22  Pavel Roskin  <proski@gnu.org>
2185         * README.smbfs: Remove.  It contained no useful information
2186         and the webpage is now dead.
2187         * Makefile.am: Remove README.smbfs.
2189         * README: Mention that glib 1.2.x is required.
2191 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
2193         * lib/edit.indent.rc: Use "#! /bin/sh"
2194         * lib/edit.spell.rc: Likewise.
2195         * lib/mcserv.init: Likewise.
2197         * lib/cedit.menu: Eliminate bashisms.
2198         Add missed `:' in AUTHOR evaluation.
2199         Unset LANGUAGE and make LC_ALL empty.
2200         Use "#! /path/to/program".
2202 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
2204         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
2205         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
2206         Fix tarfs URL syntax example.  Minor typo and format fixes.
2208 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
2210         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
2211         Fix location of configuration files.
2213 2002-02-05  Pavel Roskin  <proski@gnu.org>
2215         * configure.in: Don't use defunct ncurses_version.
2216         Reported by Thomas Dickey <dickey@herndon4.his.com>
2217         Set force_ncurses whenever --with-ncurses is used.  If set,
2218         suppress checks for S-Lang and fail is ncurses is not found.
2220         * configure.in: Introduce a new variable screen_type that is
2221         either "slang" or "ncurses" without additional text.  Use it
2222         instead of screen_manager whenever possible.  Fix text in
2223         AC_NCURSES call, use m4 quotes and move shell quotes into the
2224         macro.
2225         * acinclude.m4: Likewise.
2227 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
2229         * syntax/Syntax: Known Delphi/Kylix source file extensions
2230         supported (*.dpr, *.inc).
2231         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
2232         Special highlighting for CVS keywords.  Understands single-line
2233         comments (//).
2235 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
2237         * configure.in (ALL_LINGUAS): Added "bg"
2239 2002-01-21  Pavel Roskin  <proski@gnu.org>
2241         * NEWS: Mention word completion in the editor.
2243 2002-01-17  Pavel Roskin  <proski@gnu.org>
2245         * extraconf.h: Remove OS/2 specific code.
2247         * doc/mc.1.in (Configuration): Clarify some entries.
2249 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
2251         * acinclude.m4: New options for smbfs:
2252         --with-configdir=DIR    Where the Samba configuration files are (/etc)
2253         --with-codepagedir=DIR  Where the Samba codepage files are
2255 2002-01-11  Pavel Roskin  <proski@gnu.org>
2257         * syntax/xml.syntax: New file - highlighting for XML.
2258         From Petr Kozelka <pkozelka@centrum.cz>
2259         * syntax/Syntax: Add xml.syntax.
2260         * syntax/Makefile.am: Likewise.
2262 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
2264         * configure.in: Added "eu" to ALL_LINGUAS.
2266 2002-01-03  Pavel Roskin  <proski@gnu.org>
2268         * lib/mc.menu: Correct quoting.
2269         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
2271         * NEWS: Mention removal of the OS/2 port.
2272         * README.PC: Remove OS/2 specific parts.
2274 2002-01-02  Pavel Roskin  <proski@gnu.org>
2276         * configure.in: Make help about --with-subshell easier to
2277         understand.  Minor alignment fixes for the help.
2278         * acinclude.m4: Minor alignment fixes for the help.
2280 2001-12-31  Pavel Roskin  <proski@gnu.org>
2282         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
2283         from vfs/Make-mc.in.
2285 2001-12-27  Duarte Loreto  <happyguy_pt@hotmail.com>
2287         * configure.in: Added Portuguese to ALL_LINGUAS
2289 2001-12-21  Pavel Roskin  <proski@gnu.org>
2291         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
2292         Don't remove slang/slang.h - it's never created.
2294         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
2295         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
2296         unused.
2298 2001-12-01  Wang Jian  <lark@linux.net.cn>
2300         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
2302 2001-11-29  Pavel Roskin  <proski@gnu.org>
2304         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
2306 2001-11-27  Pavel Roskin  <proski@gnu.org>
2308         * lib/mc.ext.in: When running X programs in background, do it
2309         from subshell.  Otherwise some of them terminate when mc exits.
2310         Reported by Christian Dysthe <christian@dysthe.net>
2311         Remove some obsolete and gmc-specific entries.  Use StarOffice
2312         to open files detected as "Microsoft Office Document".
2314         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
2315         XFree86 4.1.0.
2317 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
2319         * doc/mcedit.1.in: Fix help file location.
2321 2001-11-14  Pavel Roskin  <proski@gnu.org>
2323         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
2324         fallback to ino_t for e2fsprogs version 1.19 and older.
2326 2001-10-30  Pavel Roskin  <proski@gnu.org>
2328         * lib/mc.ext.in: Add support for Netpbm files.
2330 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
2332         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
2333         http://bugzilla.gnome.org/show_bug.cgi?id=60935
2334         By drk@sgi.com.
2336         * doc/mc.1.in: Document %p macro.
2338 2001-10-24  Pavel Roskin  <proski@gnu.org>
2340         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
2341         Allow using --without-mmap.
2342         * INSTALL: Document --without-mmap.
2344 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
2346         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
2347         of languages to be installed by setting env variable before
2348         configure. If it is empty, it defaults to full list.
2349         By Alex Tkachenko <alex@bcs.zp.ua>.
2351 2001-10-19  Pavel Roskin  <proski@gnu.org>
2353         * syntax/sh.syntax: Highlight reserved words inside backticks.
2354         Use the same wholechars settings for reserved words and
2355         commands.  Recognize more words.  Recognize function definitions
2356         without "function" or without "()".  Use brightmagenta instead
2357         of brightblue.
2359 2001-10-18  Pavel Roskin  <proski@gnu.org>
2361         * configure.in: When checking for "nroff -mandoc" support, don't
2362         use /dev/null as input file, use stdin.  Some versions of nroff
2363         (e.g. groff-1.16.1) don't accept special files.
2365 2001-10-14  Pavel Roskin  <proski@gnu.org>
2367         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
2368         Makefile.  Don't allow any suffixes after "Makefile".
2370 2001-10-12  Pavel Roskin  <proski@gnu.org>
2372         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
2373         format).
2375 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
2377         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
2378         Fix compress<->bzip2 conversion and conversion of tagged
2379         archives.
2381 2001-10-05  Pavel Roskin  <proski@gnu.org>
2383         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
2384         Suggested by Marcel Pol <mpol@gmx.net>
2386         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
2387         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
2388         and *.mid files.
2390 2001-09-30  Pavel Roskin  <proski@gnu.org>
2392         * configure.in: Don't check whether grep supports stdin - it's
2393         not used anymore.
2394         * NEWS: Mention this change.
2396 2001-09-19  Pavel Roskin  <proski@gnu.org>
2398         * doc/mcedit.1.in: Fix a very long line - use double
2399         backslashes since they are interpreted even in the .nf blocks.
2401         * lib/edit.spell.rc: Try aspell before resorting to ispell.
2403         * syntax/php.syntax: Replace with a better implementation by
2404         Max Schedriviy <max@tavrida.net>
2406 2001-09-15  Pavel Roskin  <proski@gnu.org>
2408         * doc/mc.1.in: Fix location of mcedit files.
2409         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
2411 2001-09-14  Pavel Roskin  <proski@gnu.org>
2413         * configure.in: Don't check for ncurses version and for keyok()
2414         because the mouse support code doesn't need this hack anymore.
2416 2001-09-13  Pavel Roskin  <proski@gnu.org>
2418         * configure.in: Fix some cases of overquoting and underquoting.
2419         * acinclude.m4: Likewise.
2421 2001-09-12  Pavel Roskin  <proski@gnu.org>
2423         * configure.in: Update list of browsers.  Don't fallback to
2424         lynx since it cannot be run in background.
2425         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
2426         If no browser for X11 was found, use lynx.
2428         * autogen.sh: Add a workaround to ensure that "depcomp" is
2429         distributed.
2430         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
2431         where appropriate.
2432         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
2433         terminfo.
2435         * configure.in: Use three-argument form of AC_INIT.  Use
2436         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
2437         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
2438         is not needed if AC_CONFIG_AUX_DIR is used.
2439         * vfs/Make-mc.in: Adjust mkinstalldirs location.
2440         * autogen.sh: Create "config" and remove "autom4te.cache".
2442 2001-09-11  Pavel Roskin  <proski@gnu.org>
2444         * syntax/Syntax: New file, extracted from edit/syntax.c.
2445         * syntax/Makefile.am: Add Syntax.
2447         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
2448         to LIBS.  Don't use unportable "grep -q", use "case" instead.
2450 2001-09-10  Pavel Roskin  <proski@gnu.org>
2452         * configure.in: Only check for X if --with-tm-x-support has been
2453         specified.
2455         * configure.in: Add check for sys/ioctl.h.
2457         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
2459         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
2460         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
2461         testing for functions in ncurses.
2463         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
2464         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
2465         * acconfig.h: Remove.
2467         * configure.in: Eliminate LIBSLANG and LSLANG.
2468         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
2470         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
2471         resizeterm() and keyok() only if configuring with ncurses.
2473         * configure.in: Remove now unused variables LIBVFS and LVFS.
2475         * configure.in: Remove unused variables LINTL and INTLDEPS.
2477         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
2478         building with included gettext, because libintl.h is copied
2479         there.
2481 2001-09-09  Pavel Roskin  <proski@gnu.org>
2483         * NEWS: Update.
2485         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
2486         checks -lgen for getmntent as of Autoconf 2.52.
2488 2001-09-07  Pavel Roskin  <proski@gnu.org>
2490         * configure.in: Check for pwd.h.
2492         * Make.common.in: Remove.
2493         * configure.in: Remove all references to Make.common.in and
2494         MCCPPFLAGS.
2495         * aclocal.m4: Likewise.
2497         * configure.in: Require Autoconf 2.52.  Remove hacks for
2498         Autoconf 2.13.
2499         * Makefile.am: Require Automake 1.5.
2501 2001-09-06  Pavel Roskin  <proski@gnu.org>
2503         * syntax/php.syntax: New file - PHP file highlighting.  Copied
2504         from Cooledit 3.17.4.
2505         * syntax/Makefile.am: Add php.syntax.
2507 2001-09-06  Timur Bakeyev  <mc@bat.ru>
2509         * acconfig.h: Brought back couple of symbols, that are still necessary
2510         due reference to them from configure.in.
2512 2001-09-04  Pavel Roskin  <proski@gnu.org>
2514         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
2515         strictness for dates.
2517         * doc/mc.1.in: Fix troff warnings.
2518         * doc/mcedit.1.in: Likewise.
2520 2001-09-03  Pavel Roskin  <proski@gnu.org>
2522         * doc/mc.1.in: Spellcheck.
2523         * doc/mcedit.1.in: Likewise.
2524         * doc/mcserv.8.in: Likewise.
2526         * doc/mc.1.in (Learn Keys): Complete rewrite.
2528 2001-09-02  Pavel Roskin  <proski@gnu.org>
2530         * acconfig.h: Remove all unused symbols.
2532         * lib/ncurses.h: Remove.
2533         * lib/Makefile.am: Remove ncurses.h.
2535 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
2537         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
2539 2001-08-28  Pavel Roskin  <proski@gnu.org>
2541         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
2542         like EOF.
2544 2001-08-26  Pavel Roskin  <proski@gnu.org>
2546         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
2547         CONS_SAVER.  Put all conditionals together.
2549         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
2550         Automake 1.5.
2552         * configure.in: Remove XCURSES variable - it's unused.
2554         * configure.in: New conditional USE_EDIT.
2556         * syntax/changelog.syntax: Don't require '@' to be in the
2557         address.  This also works around a bug in the syntax engine
2558         that prevented highlighting of addresses.
2560 2001-08-25  Pavel Roskin  <proski@gnu.org>
2562         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
2564 2001-08-24  Pavel Roskin  <proski@gnu.org>
2566         * extraconf.h: Remove all references to HAVE_X.
2567         * acinclude.m4: s/GNOME_/MC_/
2568         * configure.in: Likewise.  Remove or clarify all references to
2569         the "text edition".  Minor fixes.
2571         * configure.in: Remove support for curses libraries other than
2572         ncurses.
2573         * acinclude.m4: Likewise.
2574         * FAQ: Remove everything about UNIX curses.
2575         * INSTALL: Likewise.
2577         * configure.in: Enable large file support by default.
2578         * NEWS: Mention it.
2579         * INSTALL: Document it.  Minor fixes.
2581         * FAQ: Remove information about GNOME edition.  Minor fixes.
2582         * README: Likewise.
2583         * NEWS: Mention removing the GNOME edition.
2585         * acinclude.m4: Include all used macros from the macros
2586         directory.
2587         * autogen.sh: Remove all references to "macros".
2588         * Makefile.am: Likewise.
2590         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
2591         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
2593         * lib/startup.links: Remove.
2594         * lib/README.desktop: Likewise.
2595         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
2597         * configure.in: Bump version to 4.5.99a.
2599         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
2600         * po/*.po: Regenerate.
2602         * AUTHORS: Update and spell check.
2603         * FAQ: Likewise.
2604         * INSTALL: Likewise.
2605         * INSTALL.FAST: Likewise.
2606         * NEWS: Likewise.
2607         * README.PC: Likewise.
2608         * README.QNX: Likewise.
2610         * configure.in: Add check for stropts.h.
2612 2001-08-23  Pavel Roskin  <proski@gnu.org>
2614         * lib/edit.indent.rc: Create cooledit.error right away to
2615         override its old contents.  Don't use ksh extensions.  Treat *.C
2616         files as C++.  Recognize more C++ extensions.  Support java.
2617         Update URL for "astyle".  Quote all arguments to protect spaces.
2618         * lib/edit.spell.rc: Don't save terminal settings - mc does it
2619         itself.  Quote all arguments to protect spaces.
2621 2001-08-21  Pavel Roskin  <proski@gnu.org>
2623         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
2624         files if GNOME frontend is disabled.
2625         * idl/Makefile.am: Likewise.
2626         * lib/Makefile.am: Likewise.
2627         * new_icons/Makefile.am: Likewise.
2629         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
2630         case it already has gettext macros elsewhere and doesn't like
2631         duplicates (i.e. it's aclocal from Automake-1.4).
2633 2001-08-20  Pavel Roskin  <proski@gnu.org>
2635         * AUTHORS: Updated.
2636         * INSTALL: Likewise.
2637         * NEWS: Likewise.
2638         * doc/mc.1.in: Likewise.
2639         * doc/mcserv.8.in: Likewise.
2641         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
2642         for sys/mount.h.
2644 2001-08-19  Andras Timar  <timar@gnome.hu>
2646         * lib/Makefile.am: Added Hungarian hints
2647         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
2649 2001-08-19  Pavel Roskin  <proski@gnu.org>
2651         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
2653 2001-08-17  Pavel Roskin  <proski@gnu.org>
2655         * syntax/po.syntax: New file - PO file highlighting.
2656         From David Martin <dmartina@excite.es>
2657         * syntax/Makefile.am: Add po.syntax.
2659         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
2660         it's sometimes missing from the databases.
2662 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
2664         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
2665         * lib/Makefile.am: Reflect above change.
2667 2001-08-15  Pavel Roskin  <proski@gnu.org>
2669         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
2671 2001-08-14  Pavel Roskin  <proski@gnu.org>
2673         * lib/mc.lib: Add popular sequences for "home" and "end" in
2674         "xterm" and "xterm-color" terminals.
2676 2001-08-13  Pavel Roskin  <proski@gnu.org>
2678         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
2680         Replace "Can't" with "Cannot" everywhere.
2682 2001-08-12  Pavel Roskin  <proski@gnu.org>
2684         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
2685         subshell, not for "Open file...".
2686         (emacs_key_map): Likewise.
2688         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
2690 2001-08-10  Pavel Roskin  <proski@gnu.org>
2692         * Makefile.am (EXTRA_DIST): Remove BUGS.
2693         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
2695         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
2697         * doc/LSM: Remove, it's outdated.
2698         * doc/FILES: Likewise.
2699         * doc/DEVEL: Remove information about FILES.
2701         * FAQ: Eliminate all broken URLs on the MC site.
2702         From Frederic L. W. Meunier <0@pervalidus.net>
2704         * FAQ: Restore information about xterm.
2706 2001-08-08  Pavel Roskin  <proski@gnu.org>
2708         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
2710 2001-08-07  Pavel Roskin  <proski@gnu.org>
2712         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
2714         * doc/mc.1.in: Fix all broken links.
2716 2001-08-06  Pavel Roskin  <proski@gnu.org>
2718         * INSTALL: Numerous changes.  Declare old curses obsolete.
2719         Partly from Frederic L. W. Meunier <0@pervalidus.net>
2721         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
2723 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
2725         * lib/Makefile.am: Remove space after backslash introduced in the
2726         previous commit.
2728         * lib/mc.hint.zh_TW.Big5: New file.
2729         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
2731 2001-08-02  Pavel Roskin  <proski@gnu.org>
2733         * lib/mc.hint.uk: New file.
2734         From Maksym Polyakov <polyama@yahoo.com>
2735         * lib/Makefile.am: Add mc.hint.uk.
2737 2001-08-01  Pavel Roskin  <proski@gnu.org>
2739         * lib/mc.hint.nl: New file.
2740         From Steef Boerrigter <sxmboer@sci.kun.nl>
2741         * lib/Makefile.am: Add mc.hint.nl.
2742         * lib/mc.hint: Remove ftp site.  Update copyright.
2743         * lib/mc.hint.cs: Likewise.
2744         * lib/mc.hint.es: Likewise.
2745         * lib/mc.hint.it: Likewise.
2746         * lib/mc.hint.pl: Likewise.
2747         * lib/mc.hint.ru: Likewise.  Shorten some lines.
2749         * edit/Makefile.in: Allow running "make install" before "make all".
2750         * gtkedit/Makefile.in: Likewise.
2752 2001-07-31  Pavel Roskin  <proski@gnu.org>
2754         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
2755         editor.
2756         * lib/Makefile.am: Add lib/edit.spell.rc.
2758         * autogen.sh: Use gettextize.
2759         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
2760         * po/Makefile.in.in: Likewise.
2762 2001-07-29  Pavel Roskin  <proski@gnu.org>
2764         * syntax/slang.syntax: New file.
2765         From Walery Studennikov <despair@sama.ru>
2766         * syntax/Makefile.am: Add slang.syntax.
2768 2001-07-27  Pavel Roskin  <proski@gnu.org>
2770         * extraconf.h: Move WITH_BACKGROUND here.
2772 2001-07-24  Pavel Roskin  <proski@gnu.org>
2774         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
2776 2001-07-23  Pavel Roskin  <proski@gnu.org>
2778         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
2780 2001-07-20  Pavel Roskin  <proski@gnu.org>
2782         * Make.common.in: Move all defines ...
2783         * gnome/Makefile.in: ... here ...
2784         * src/Makefile.in: ... and here.
2786 2001-07-19  Pavel Roskin  <proski@gnu.org>
2788         * configure.in: Don't check for getwd, it's completely
2789         eliminated.
2790         * INSTALL: Remove reference to HAVE_GETWD.
2792         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
2793         entries for compressed cpio archives.
2795         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
2796         they were only used in obsolete frontends.  Don't ever use %view
2797         without commands - it's slower and loses user settings, e.g.
2798         hex mode.  Put shared libraries before man pages and read.me
2799         before .me macros so that they match correctly.  Use nm for
2800         shared libraries.  Add rules for StarOffice and AbiWord.
2802 2001-07-14  Pavel Roskin  <proski@gnu.org>
2804         * configure.in: Bump version to 4.5.54a.
2806 2001-07-13  Pavel Roskin  <proski@gnu.org>
2808         * lib/mcserv.init: Fix exit status.
2809         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
2811         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
2812         "executable", which should follow a space. Simplify rules for
2813         images. Add shell/ rule for *.info files. Fix all incorrect
2814         uses of the alternation operator.
2815         Reported by Oskar Liljeblad and Michel Casabona.
2817 2001-07-12  Pavel Roskin  <proski@gnu.org>
2819         * configure.in: Don't check for iconv, it's already checked for
2820         in AM_GNU_GETTEXT.
2822 2001-07-10  Pavel Roskin  <proski@gnu.org>
2824         * doc/mc.1.in: Update documentation about hex search.
2826         * edit/edit_key_translator.c (cooledit_key_map): Bind
2827         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
2828         From Steef Boerrigter <sxmboer@sci.kun.nl>
2830         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
2831         * edit/edit_key_translator.c (cooledit_key_map): Add support
2832         for bracket matching on Alt-B.
2833         * gtkedit/gtkeditkey.c: Likewise.
2834         From Steef Boerrigter <sxmboer@sci.kun.nl>
2836 2001-07-06  Pavel Roskin  <proski@gnu.org>
2838         * lib/mc.ext.in: Use nm to view object files.
2840         * Make.common.in: Remove GNOME-specific and unused definitions.
2841         Partly moved to gnome/Makefile.in.
2843         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
2844         they are usused.
2845         * Make.common.in: Likewise.
2847 2001-06-29  Pavel Roskin  <proski@gnu.org>
2849         * ABOUT-NLS: Update to the version from gettext-0.10.38.
2851         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
2852         now done in configure. Move -I.. to the beginning.
2853         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
2854         libintl.a may be required to link mc.
2855         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
2856         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
2857         Move all i18n code to one place. Don't substitute INTLSUB - it's
2858         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
2859         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
2861 2001-06-25  Pavel Roskin  <proski@gnu.org>
2863         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
2864         It should be enabled explicitly by giving `--enable-largefile'
2865         to configure.
2866         * INSTALL: Document it.
2868 2001-06-22  Pavel Roskin  <proski@gnu.org>
2870         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
2872         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
2873         in struct statfs.
2874         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
2876         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
2877         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
2878         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
2879         found.
2880         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
2882 2001-06-19  Pavel Roskin  <proski@gnu.org>
2884         * configure.in: Check for telldir and seekdir. Join adjacent
2885         calls to AC_CHECK_FUNCS.
2887 2001-06-16  Pavel Roskin  <proski@gnu.org>
2889         * Makefile.am: Change the order of SUBDIRS to fully compile text
2890         edition before compiling anything for GNOME.
2891         * mc.spec.in: Don't use brace expansion to avoid implicit
2892         build-time dependency on bash.
2894 2001-06-13  Pavel Roskin  <proski@gnu.org>
2896         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
2897         the test code.
2898         * configure.in: Fix compiler warnings in the arguments to
2899         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
2900         around `=' in the `test' command.
2902 2001-06-07  Pavel Roskin  <proski@gnu.org>
2904         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
2905         GNOME documentation template.
2906         * doc-gnome/C/mkhtml: Don't generate index.
2907         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
2909 2001-06-06  Pavel Roskin  <proski@gnu.org>
2911         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
2912         conditional variables from EXTRA_DIST.
2914 2001-06-05  Pavel Roskin  <proski@gnu.org>
2916         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
2917         conversion support.
2918         From Walery Studennikov <hqsoftware@mail.ru>.
2920         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
2922 2001-06-01  Pavel Roskin  <proski@gnu.org>
2924         * lib/mc.charsets: Synchronize with the latest patch - remove
2925         a comment.
2927 2001-05-30  Pavel Roskin  <proski@gnu.org>
2929         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
2930         work with GNOME.
2932         * lib/mc.charsets: New file. From Walery Studennikov.
2933         * lib/Makefile.am: Distribute mc.charsets. Install it if
2934         the charset support is enabled.
2936         * configure.in: Add check for iconv() and the necessary code
2937         to support the charset selection patch.
2939         * configure.in: Add check for ESCDELAY variable in ncurses.
2941 2001-05-29  Pavel Roskin  <proski@gnu.org>
2943         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
2944         USE_EXT2FSLIB.
2946         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
2947         * pc/config.h: Likewise.
2949         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
2950         and "strings". Recognize "write" files and MS Word templates.
2951         For MS Excel documents try "xls2csv" and "strings".
2952         Escape spaces in the "type" directives.
2953         From Nerijus Baliunas.
2955         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
2957         * Make.common.in: Remove hpath, it's unused.
2959         * acconfig.h: Move constant parts ...
2960         * extraconf.h: ... here.
2961         [HAVE_X]: Disable subshell, s-lang and curses.
2962         * Makefile.am: Add extraconf.h.
2964 2001-05-28  Pavel Roskin  <proski@gnu.org>
2966         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
2967         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
2968         * configure.in: ... here.
2970 2001-05-27  Pavel Roskin  <proski@gnu.org>
2972         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
2973         * acconfig.h: Likewise.
2974         * src/layout.c: Likewise.
2976         * Make.common.in: Remove all percent rules.
2977         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
2978         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
2979         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
2980         AM_INIT_AUTOMAKE.
2982         * Make.common.in: Remove obsolete dependency tracking system.
2983         * configure.in: Likewise.
2984         * edit/Makefile.in: Likewise.
2985         * gnome/Makefile.in: Likewise.
2986         * gtkedit/Makefile.in: Likewise.
2987         * slang/Makefile.in: Likewise.
2988         * src/Makefile.in: Likewise.
2989         * vfs/Make-mc.in: Likewise.
2990         * src/depend.awk: Remove.
2992 2001-05-26  Pavel Roskin  <proski@gnu.org>
2994         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
2995         * syntax/octave.syntax: New file. From Walery Studennikov.
2996         * syntax/Makefile.am: Add octave.syntax.
2998         * configure.in: Fix incorrect test for stdin support in grep -
2999         it would always fail when configuring in an empty directory.
3000         Portability fixes - unset, backslashed space in here-documents.
3001         Eliminate all instances of "changequote".
3003         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
3004         user choice.
3005         * acconfig.h: Changes for the above.
3006         * INSTALL: Don't document --with-sco - it's now defunct.
3007         * INSTALL.FAST: Likewise.
3009 2001-05-25  Pavel Roskin  <proski@gnu.org>
3011         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
3012         are in the beginning of the "file" output.
3014 2001-05-23  Pavel Roskin  <proski@gnu.org>
3016         * lib/mc.ext.in: Add associations for viewing RPM files.
3018 2001-05-22  Pavel Roskin  <proski@gnu.org>
3020         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
3021         By default exit after the first error in jade.
3023         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
3024         JADEFLAGS environment variables. Report progress. Clean up on
3025         failure.
3027 2001-05-21  Pavel Roskin  <proski@gnu.org>
3029         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
3030         files.
3032         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
3033         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
3035 2001-05-20  Pavel Roskin  <proski@gnu.org>
3037         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
3038         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
3039         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
3040         * doc-gnome/C/figs/Makefile.am: Add support for converting from
3041         PNG to EPS.
3043         * Makefile.am (EXTRA_DIST): Remove create_vcs.
3044         * doc/FILES: Likewise. Typo fix.
3046 2001-05-19  Pavel Roskin  <proski@gnu.org>
3048         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
3049         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
3050         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
3052         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
3053         index entry "Moving files".
3055 2001-05-18  Pavel Roskin  <proski@gnu.org>
3057         * configure.in: Use src/main.c in AC_INIT.
3059         * create_vcs: Remove.
3061         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
3062         Add download location for glib.
3063         * mc.spec.in: Likewise.
3064         * doc/LSM: Likewise.
3065         * doc/mc.1.in: Likewise.
3066         * doc/mcedit.1.in: Likewise.
3067         * src/ext.c: Don't mention download location for MC.
3069         * FAQ: Update status of Tk, XView. and GNOME editions. Update
3070         homepage of gpm.
3072         * INSTALL: Remove information about Tk and XView. Change the
3073         mailing list addresses again.
3074         * FAQ: Change the mailing list addresses again.
3075         * MAINTAINERS: Likewise.
3076         * README: Likewise.
3077         * doc/mc.1.in: Likewise.
3078         * gnome/gmc-window.c: Likewise.
3079         * lib/README.xterm: Likewise.
3080         * lib/mc.ext.in: Likewise.
3081         * lib/mc.hint*: Likewise.
3082         * lib/mc.hlp.hu: Likewise.
3083         * po/*.po: Likewise.
3084         * src/main.c: Likewise.
3086 2001-04-20  Pavel Roskin  <proski@gnu.org>
3088         * FAQ: Change the mailing list addresses and the download
3089         locations.
3090         * INSTALL: Likewise.
3091         * MAINTAINERS: Likewise.
3092         * README: Likewise.
3093         * doc/mc.1.in: Likewise.
3094         * gnome/gmc-window.c: Likewise.
3095         * lib/README.xterm: Likewise.
3096         * lib/mc.ext.in: Likewise.
3097         * lib/mc.hint*: Likewise.
3098         * lib/mc.hlp.hu: Likewise.
3099         * po/*.po: Likewise.
3100         * src/main.c: Likewise.
3102 2001-04-19  Pavel Roskin  <proski@gnu.org>
3104         * configure.in: Don't install mcserv unless
3105         "--enable-mcserv-install" has been specified.
3106         Don't quote the first argument in all calls to AM_CONDITIONAL
3107         to work around a bug in Automake 1.4.
3108         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
3109         * vfs/Make-mc.in: Likewise.
3111 2001-04-13  Pavel Roskin  <proski@gnu.org>
3113         * configure.in: Bump version to 4.5.53a.
3115 2001-04-06  Pavel Roskin  <proski@gnu.org>
3117         * gtkedit/editcmd.c: Remove support for XView layout attributes.
3118         * gtkedit/editoptions.c: Likewise.
3119         * pc/chmod.c: Likewise.
3120         * pc/drive.c: Likewise.
3121         * src/boxes.c: Likewise.
3122         * src/chmod.c: Likewise.
3123         * src/dlg.c: Likewise.
3124         * src/dlg.h: Likewise.
3125         * src/filegui.c: Likewise.
3126         * src/find.c: Likewise.
3127         * src/hotlist.c: Likewise.
3128         * src/layout.c: Likewise.
3129         * src/listmode.c: Likewise.
3130         * src/main.c: Likewise.
3131         * src/option.c: Likewise.
3132         * src/panelize.c: Likewise.
3133         * src/wtools.c: Likewise.
3134         * src/wtools.h: Likewise.
3135         * vfs/smbfs.c: Likewise.
3137         * autogen.sh: Check out "intl" and "macros" directories if they
3138         are missing. Simply "cvs up -d" won't restore them.
3140         * configure.in: Bump version to 4.5.52a.
3142 2001-03-14  Pavel Roskin  <proski@gnu.org>
3144         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
3145         Automake conditional USE_SAMBA_FS if Samba is to be supported
3146         in VFS.
3148 2001-03-07  Pavel Roskin  <proski@gnu.org>
3150         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
3151         defined.
3152         Reported by Norbert Warmuth.
3154         * configure.in: Don't process vfs/extfs/uzip - it's now
3155         constant.
3157         * syntax/changelog.syntax: Require space after asterisk to have
3158         it highlighted.
3160 2001-03-02  Pavel Roskin  <proski@gnu.org>
3162         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
3163         * configure.in: Use AC_PROG_CC_STDC instead.
3165         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
3166         Suggested by Christian Gennerat.
3168         * lib/mc.ext.in: Add support for "freeze" - old compression
3169         program used mostly on QNX.
3170         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
3171         * lib/Makefile.am: Adjusted.
3173 2001-02-26  Pavel Roskin  <proski@gnu.org>
3175         * lib/mc-gnome.ext.in: Remove, it's not used.
3176         * configure.in: Remove lib/mc-gnome.ext.
3177         * lib/Makefile.am: Likewise.
3179 2001-02-20  Pavel Roskin  <proski@gnu.org>
3181         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
3182         defined to prevent warnings on OpenBSD 2.7.
3183         * slang/jdmacros.h: Likewise.
3184         * src/mad.h: Likewise.
3185         * src/poptalloca.h: Likewise.
3187         * configure.in: Check for sys/time.h and sys/timeb.h. Use
3188         AC_HEADER_TIME.
3190 2001-02-07  Pavel Roskin  <proski@gnu.org>
3192         * autogen.sh: Create vfs/samba/include/stamp-h.in.
3193         * vfs/samba/include/stamp-h.in: Remove.
3195         * macros/curses.m4: Quote first argument to AC_DEFUN.
3196         * macros/gnome-cxx-check.m4: Likewise.
3197         * macros/gnome-gettext.m4: Likewise.
3198         * macros/gnome-libgtop-check.m4: Likewise.
3199         * macros/gnome-print-check.m4: Likewise.
3200         * macros/linger.m4: Likewise.
3201         * macros/need-declaration.m4: Likewise.
3203         * configure.in: Only configure in vfs/samba if smbfs support is
3204         enabled even with Autoconf 2.13.
3206 2001-01-30  Pavel Roskin  <proski@gnu.org>
3208         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
3209         --without-samba due to a typo.
3211         * configure.in: Only configure in vfs/samba if smbfs support is
3212         enabled. This optimization will only work with Autoconf-2.49c
3213         and above.
3215 2001-01-13  Pavel Roskin  <proski@gnu.org>
3217         * configure.in: Don't create a faked malloc.h.
3218         * gtkedit/edit.h: Don't assume that malloc.h always exists.
3219         * src/mad.h: Likewise.
3221         * configure.in: Simplified handling of cons.saver.
3222         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
3223         * mc.spec.in: Remove a workaround for the above.
3225         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
3226         for MC. Don't rely on the output of uname - use $host_os.
3228 2001-01-11  Pavel Roskin  <proski@gnu.org>
3230         * configure.in: Check for ext2 libraries only if VFS is enabled.
3232         * src/Makefile.in: Create directories before installing files.
3233         Removed all occurrences of libprefix - it's never defined.
3235         * configure.in: All macros from configure.in moved to
3236         acinclude.m4. Added missing quotes in several places.
3237         * acinclude.m4: Likewise.
3239         * edit/Makefile.in: Don't install or uninstall mcedit -
3240         it cannot be installed before mc on systems without symlinks.
3241         * gtkedit/Makefile.in: Likewise.
3242         * src/Makefile.in: Install mcedit (if enabled) and mcview.
3243         Uninstall them.
3245         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
3246         from acinclude.m4 in gtk+:
3247         Don't define ENABLE_NLS unless we have a working NLS.
3248         (This should keep libintl.h from being included when it doesn't
3249         exist).
3251 2001-01-09  Pavel Roskin  <proski@gnu.org>
3253         * doc-gnome/C/figs/Makefile.am: New file.
3254         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
3255         makefile do it.
3256         * configure: Substitute doc-gnome/C/figs/Makefile.
3258         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
3260 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
3262         * lib/mc.hlp.hu: Added Hungarian help file from
3263           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
3264           maci@integrity.hu, mfh47@freemail.hu
3265         * lib/Makefile.am: Added LOCALIZED_HELP for further
3266           mc.hlp l10ns
3267         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
3268           gtkedit/editcmd.c: I18n of mc.hlp
3270 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
3272         * doc/mc.1.in: Corrected badly formatted link...
3274 2000-11-10  Robert Brady  <robert@suse.co.uk>
3276         * configure.in: Add Tamil to ALL_LINGUAS.
3278 2000-10-23  Pavel Roskin  <proski@gnu.org>
3280         * mc.spec.in: Allow mcserv.8 to be gzipped.
3282         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
3283         that cannot deal with "./gmc.sgml".
3285 2000-10-09  Pavel Roskin  <proski@gnu.org>
3287         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
3288         that CVS Automake will drop dependencies to the macros that
3289         we don't distribute.
3291         * lib/mc.ext.in: Removed references to icons. Source RPMs
3292         grouped to one regex. Removed "Update" for source RPMs, added
3293         "Rebuild" instead. Added "Check signature" for all RPMs.
3294         Added a comment about pop-up menus in the text edition.
3296 2000-10-06  Pavel Roskin  <proski@gnu.org>
3298         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
3299         flags moved out of CFLAGS as recommended by GNU coding
3300         standards.
3301         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
3302         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
3303         XCPPFLAGS.
3304         * INSTALL (Random notes on porting to other architectures):
3305         Completely rewritten. Recommended using CFLAGS instead of XINC.
3307 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3309         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
3311 2000-10-04  Christophe Merlet  <christophe@merlet.net>
3313         * gnome/*.desktop: Updated French strings.
3315 2000-10-03  Pavel Roskin  <proski@gnu.org>
3317         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
3318         to allow <legalnotice>. Unclosed tags fixed.
3320 2000-09-30  Pavel Roskin  <proski@gnu.org>
3322         * mc.spec.in: New package mc-common. Use DESTDIR instead of
3323         misusing prefix. Don't install old icons - they don't exist.
3325         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
3326         "export -f" to have mc() exported.
3327         * doc/mc.1.in: Changed description of the "-P" option to
3328         avoid inclusion of mc.sh and mc.csh into the manual.
3329         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
3331 2000-09-24  Pavel Roskin  <proski@gnu.org>
3333         * doc/mc.1.in: Minor formatting fixes.
3335         * lib/mc.sh.in: Remove temporary file non-interactively.
3336         * doc/mc.1.in: updated example for mc.sh.
3338 2000-09-23  Pavel Roskin  <proski@gnu.org>
3340         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
3341         updates it when needed.
3342         * mc.spec.in: Include translations with mc, not gmc. Run
3343         chkconfig --del in %preun, not %postun. --without-debug not
3344         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
3345         be executable. New files in %{prefix}/lib/mc/ - translated hints,
3346         editor files.
3348         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
3349         directory for document processing. Comment changes. gmc.ps and
3350         gmc.pdf now generated from gmc.dvi.
3352         * configure: Always include Make.common as file, otherwise
3353         "make distclean" breaks.
3354         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
3355         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
3356         replaced with "rm -f" - the standard says that "rm" is portable.
3357         Ditto $(MV). Adjusted *clean targets to match those in
3358         Automake. Removed "cross" target.
3360 2000-09-22  Pavel Roskin  <proski@gnu.org>
3362         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
3363         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
3364         * doc/Makefile.in: Converted to ...
3365         * doc/Makefile.am: ... this.
3367 2000-09-21  Pavel Roskin  <proski@gnu.org>
3369         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
3370         is not expanded in all shells.
3371         * doc/mc.sgml: Updated the example script to reflect the above
3372         changes.
3373         * doc/mc.in.1: Likewise.
3375 2000-09-19  Pavel Roskin  <proski@gnu.org>
3377         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
3378         Marco Ciampa
3380 2000-09-18  Pavel Roskin  <proski@gnu.org>
3382         * Make.common.in: Added installcheck to placate "make distcheck"
3383         * configure.in, Make.common.in, doc/Makefile.in,
3384         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
3385         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
3386         variable MKINSTALLDIRS and builddir with Automake-compatible
3387         mkinstalldirs and top_builddir.
3388         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
3389         files. Added uninstall-local target.
3391 2000-09-17  Pavel Roskin  <proski@gnu.org>
3393         * configure.in: fixed wrong use of AC_MSG_RESULT inside
3394         AC_CACHE_VAL
3396         * Make.common.in: Added the "dvi" target for "make distcheck"
3397         to go further
3398         * doc-gnome/C/Makefile.in: converted to ...
3399         * doc-gnome/C/Makefile.am: ... this
3401 2000-09-15  Pavel Roskin  <proski@gnu.org>
3403         * acconfig.h, configure.in: Require autoconf 2.13 or above.
3404         Removed workarounds for older versions. Removed MCDEBUG
3405         variable - it's not used. --with-debug renamed to --with-mad and
3406         cleaned up. Always use -Wall with gcc, other manipulations with
3407         CFLAGS removed.
3409         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
3410         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
3411         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
3412         mc.pot becomes out of date in the tarball.
3414 2000-09-14  Pavel Roskin  <proski@gnu.org>
3416         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
3417         tests for cp, mv and rm.
3418         * Make.common.in: Removed variables xv_bindir and STRIP.
3419         Variables CP, MV and RMF are assigned trivial values.
3421         * edit/Makefile.in: Don't link headers, add extra includes
3422         to CPPFLAGS instead. Put links to the build directory.
3423         Remove the hack with "mx" - it is not needed anymore.
3425         * configure.in: remove any manipulations with top_srcdir.
3426         Don't change CPPGLAGS when the internal editor is enabled,
3427         instead do it ...
3428         * edit/Makefile.in, gtkedit/Makefile.in: ... here
3430         * configure.in, Make.common.in, doc/Makefile.in,
3431         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
3432         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
3433         changed to top_srcdir for Automake compatibility
3435         * configure.in: REGEX_O variable removed - always use our regex
3437         * configure.in: MCFGR variable removed
3439 2000-09-12  Pavel Roskin  <proski@gnu.org>
3441         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
3442         other GNOME modules
3443         * autogen.sh: remove "-I ." from the "aclocal" command line
3445 2000-09-01  Pavel Roskin  <proski@gnu.org>
3447         * configure.in: output vfs/extfs/Makefile
3449         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
3450         to avoid a warning
3451         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
3452         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
3454 2000-08-29  Pavel Roskin  <proski@gnu.org>
3456         * configure.in: use AM_GNOME_GETTEXT
3457         * gettext.m4: removed
3458         * Makefile.am: adjusted files to distribute, previous change
3459         reverted
3461         * mc-aclocal.m4: renamed to ...
3462         * acinclude.m4: ... this
3463         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
3464         * Makefile.am: aclocal should scan "." for gettext.m4
3466 2000-08-28  Pavel Roskin  <proski@gnu.org>
3468         * Make.common.in: removed hack for "make distcopy"
3469         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
3470         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
3471         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
3472         for external builds.
3473         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
3475 2000-08-24  Pavel Roskin  <proski@gnu.org>
3477         * new_icons/Makefile.in: converted to ...
3478         * new_icons/Makefile.am: ... this
3479         * configure.in: automake conditional GNOME introduced.
3480         "insticons" removed
3482         * icons/*: removed
3483         * Makefile.am, configure.in: necessary adjustments
3485         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
3486         automake installs them now
3488         * syntax/Makefile.in: converted to ...
3489         * syntax/Makefile.am: ... this
3491         * idl/Makefile.in: converted to ...
3492         * idl/Makefile.am: ... this
3494         * lib/Makefile.am: simplified, fixed "make dist"
3496         * lib/Makefile.in: converted to ...
3497         * lib/Makefile.am: ... this
3499         * lib/tkmc.wmconfig: removed
3500         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
3502         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
3503         to ...
3504         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
3505         * Make.common.in: support for "distdir" for compatibility
3506         with Automake-generated makefiles
3507         * autogen.sh: run automake. Force cache - it is off by default
3508         in autoconf 2.49a, but it's still handy for maintainers
3509         * configure.in: adapted for Automake
3511         * AUTHORS: new file
3513 2000-08-23  Pavel Roskin  <proski@gnu.org>
3515         * configure.in: resurrect definition of xvers
3517         * VERSION.in: removed
3518         * Makefile.in: don't do anything with VERSION.in and VERSION
3519         Take mc.spec from builddir, not srcdir
3520         * configure.in: don't create VERSION
3522 2000-08-22  Pavel Roskin  <proski@gnu.org>
3524         * *.c, *.h: Updated address of Free Software Foundation
3526 2000-08-21  Pavel Roskin  <proski@gnu.org>
3528         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
3529         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
3530         related to XView, libXPM, libXext and Tk
3532 2000-08-18  Pavel Roskin  <proski@gnu.org>
3534         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
3535         files
3537         * configure.in: Simplified dependency tracking by using
3538         "-include" with GNU Make
3539         * autogen.sh: Exit on all failures
3541 2000-08-17  Pavel Roskin  <proski@gnu.org>
3543         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
3544         Fixed all misuses of single and double quotes. Typo fixes.
3545         Ensured compatibility with sgml2html, sgml2txt and sgml2latex
3546         * doc/mc.1.in: Typo fix
3548         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
3549         * doc/linuxdoc-sgml.diff: removed
3550         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
3551         distribute gnome.sgml
3553 2000-08-15  Pavel Roskin  <proski@gnu.org>
3555         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
3556         in the "distclean" target
3558         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
3559         Removed all XVIEW-related stuff
3560         Fixed placement of png files on "make dist"
3562         * doc/mc.1.in: Updated info about the internal editor
3564         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
3565         indicate serious problems. Fixes for uninstall.
3566         * doc/Makefile.in: Rebuild if it is out of date.
3568         * lib/cedit.menu: Added. This file has been missing
3570         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
3572 2000-08-08  Pavel Roskin  <proski@gnu.org>
3574         * Makefile.in: correctly detect make failures in subdirs
3576 2000-08-01  Pavel Roskin  <proski@gnu.org>
3578         * nt, os2, tk, xv: removed all files
3579         * configure.in: don't create os2 and nt directories
3581 2000-08-01  Pavel Roskin  <proski@gnu.org>
3583         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
3585         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
3587 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
3589         * src/main.c: make 8bit input/output the default (99% of the people
3590         expects that; lets the remaining 1% use the configuration menu
3591         to disactivate it if they want)
3593 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
3595         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
3597 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
3599         * configure.in: check for gnome-libs with window icon support
3601         * acconfig.h: add icon define
3603 2000-06-08  Matthias Warkus  <mawa@iname.com>
3605         * new_icons/gnome-pack-*.png: Updated.
3606         * gnome/mc.keys: Added a MIME type for SLP packages.
3608 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
3610         * syntax/diff.syntax: Highlight lines beginning with "File",
3611         "Files" and "Binary"
3612         * syntax/makefile.syntax: Highlight "ifndef"
3613         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
3614         highlighted)
3616 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3618         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
3619         comment lines with # in last release
3621 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3623         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
3625 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3627         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
3628         look more consistent than original.
3630 2000-04-14  Timur Bakeyev  <mc@bat.ru>
3632         * config.in: Added check against strcoll().
3634 2000-04-14  Timur Bakeyev  <mc@bat.ru>
3636         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
3637         added 'and', 'or', 'not', 'for' keywords.
3639 2000-04-06  Timur Bakeyev  <mc@bat.ru>
3641         * syntax.c: Very dirty fix to allow compilation of mcedit on ncurses
3642         based systems. Hope, this will make FreeBSD midc maintainer to enable
3643         build-in editor by default. Still, syntax highlighting is disabled.
3644         Need to port...
3646 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3648         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
3649           fixed, some messages gettext()ed again here and in
3650         gtkedit/editmenu.c:edit_about_cmd()
3652 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3654         * doc/mc.sgml (Examples): Fixed documentation, thanx
3655         to martin@internet-treff.uni-koeln.de.
3657 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
3659         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
3660         the label text
3662 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
3664         * gtkedit/syntax.c: treat *.ads as Ada source
3665         * syntax/ada95.syntax: escape "+" and "*"
3666         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
3667         * syntax/Makefile.in: remove diffc.syntax
3669         * edit/edit_key_translator.c: interpret code 0177 as
3670         backspace unless recognized otherwise
3672 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
3674         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
3675         initialization of array of structure (gcc version 2.96 20000131
3676         chokes on it).
3678         * lib/mc.hint: C-y and not C-u can be used to insert text in input
3679         lines (e. g. text which has been deleted with M-d).
3681         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
3683 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
3685         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
3687 2000-01-29  Matthias Warkus  <mawa@iname.com>
3689         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
3690         design on Federico's request.
3692 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
3694         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
3695         an ArrangeType enum.
3697 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
3699         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
3700         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
3701         setup.c: Add option of using GNOME "magic" routines to determine file
3702         types. This makes MC intelligently look at the data in the file to see
3703         what type of file it is, rather than looking at the filename extension.
3704         This slows down MC quite a bit, so it has been made an optional
3705         preference item. Type detection is expected to improve as mime-magic
3706         matures.
3708 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
3710         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
3711         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
3712         providing a patch.
3714 2000-01-11  Matthias Warkus  <mawa@iname.com>
3716         * Added icon and keys entry for Scheme source.
3718 2000-01-03  Fatih Demir  <kabalak@gmx.net>
3720         * configure.in: Added tr -> ALL_LINGUAS .
3722 1999-12-28  Matthias Warkus  <mawa@iname.com>
3724         * new_icons/*.png: Added a bunch of new icons.
3726 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
3728         * configure.in (VERSION): Bumped version number to 4.5.42.
3730 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
3732         * configure.in: added 'uk' to ALL_LINGUAS.
3734 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3736         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
3737         request from David Sauer
3739 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
3741         * configure.in (VERSION): Bumped version number to 4.5.41.
3743 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
3745         * configure.in (VERSION): Set version number to 4.5.39.
3747 1999-09-23  Jorge Godoy  <godoy@conectiva.com.br>
3749         * configure.in: Added pt_BR to ALL_LINGUAS
3751 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
3753         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
3754         path to the mc binary according to @prefix@.
3756         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
3757         configure. Install mc.sh and mc.csh in $(suppbindir).
3759         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
3760         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
3761         copies of the included function definitions.
3763         * mcfn_install.in: Comment out definitions of the mc functions. Source
3764         mc.sh instead of adding an outdated mc function definition.
3766         * configure.in: output mc.sh and mc.csh
3768 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
3770         * lib/startup.links: Changed the news link to Gnotices
3772 1999-09-19  David Martin  <dmartina@usa.net>
3774         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
3775         8 bit chars from strftime get displayed when inserting date.
3777         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
3778         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
3779         file to avoid interferences. In this one I changed the extension check
3780         to a type check (as used for gzip) which might give problems in some
3781         systems.
3783         * configure.in: Use -Tlatin1 to format man pages when available and
3784         "view" 8 bit chars.
3786 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
3788         * gtkedit/edit.h: Include file reordering to make it compile with
3789         --with-debug
3791         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
3792         dependent on length of translated strings to display.
3794 1999-09-16  Owen Taylor  <otaylor@redhat.com>
3796         * Remove the magicdev autoconf test in favor of just
3797         including the idl file. Otherwise we have a dependency
3798         loop between this and magicdev.
3800 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
3802         * idl/FileManager.idl: Changed names, and put everything under a
3803         FileManager module.  Added a Desktop interface and some methods to
3804         the WindowFactory interface.
3806 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
3808         * doc-gnome/*: Shiny new docs from users-guide.
3809         All synced up.
3811 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
3813         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
3815 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
3817         * README: Updated and spell-checked.
3819         * NEWS: Updated.
3821 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
3823         * configure.in (ALL_LINGUAS): Added sv.
3825 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
3827         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
3828         symlink attacks (mcfn_install and the man page still needs to be
3829         updated).
3831 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
3833         * configure.in (AC_WITH_SLANG): rm -f destination before making
3834         a symbolic link (ln -sf doesn't work as expected on Solaris)
3836 1999-08-19  Elliot Lee  <sopwith@redhat.com>
3838         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
3840 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
3842         * doc-gnome/C/gmc.sgml: Index fixes.
3844 1999-08-18  Elliot Lee  <sopwith@redhat.com>
3846         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
3847         initializers in the GnomeUIInfo structure.
3849 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
3851         * configure.in (VERSION): Bumped version number to 4.5.38.
3853 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
3855         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
3857 1999-08-15  David Martin  <dmartina@usa.net>
3859         * gtkedit/edit.c: Print localized date with strftime()
3861         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavor.
3863 1999-08-08  David Martin  <dmartina@usa.net>
3865         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
3866         translation.
3868         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
3869         translation as it used to be.
3871 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3873         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
3874         that the correct index.html will be generated.
3876 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3878         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
3879         to the list.
3881 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
3883         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
3884         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
3885         This adds some new syntax rules, and spell check on the fly
3886         which if someone bugs me for, will actually get enabled in
3887         both the text and gnome versions. Bookmark stuff also needs
3888         some keys bound to it, I suppose: any takers?
3890 1999-07-19  Elliot Lee  <sopwith@redhat.com>
3892         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes
3893         infinitely recursing make.
3895 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
3897         * Makefile.in (all): Makefile fix.
3899 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3901         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3902         should fix the problem we had with FSSTND distributions.
3904 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3906         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
3907         list of distributed files.
3909 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3911         * configure.in (VERSION): Bumped version number to 4.5.34.
3913 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
3915         * Add fi into ALL_LINGUAS
3917 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
3919         * gnome/i-zipdisk2.png: Added another zip-disk icon
3920         by <scarab@egyptian.net> - It looks very nice. Variation
3921         is good.
3923 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3925         * acconfig.h: Add WITH_SMBFS
3927         * macros/gnome-vfs.m4: Support conditional samba support.
3929 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3931         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3932         should fix the problem we had with FSSTND distributions.
3934 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
3936         * mc.spec.in: added syntax files to %files
3938 1999-06-22  David Martin  <dmartina@usa.net>
3940         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
3942 1999-06-07  Shooby Ban  <bansz@szif.hu>
3944         * po/hu.po, configure.in: added Hungarian translations...
3945           I'm not sure it's OK, but it seems usable.
3946           Translators: Tamas Fejos and Andras Kadar
3948 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
3950         * configure.in, Makefile.in: added the gmc helpfile to the build
3952 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
3954         * Add ja entry to LANG in configure.in
3956 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3958         * gnome/Makefile.in (ICONS): OK, perhaps we also want the zip-icon to
3959         be installed in the system :) (added it to the Makefile.in)
3961 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3963         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
3964         disks - someone please add it to the mount.c code so it gets used..
3965         Everyone have a nice time at the expo! :) I hope to join the
3966         next time.
3968 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3970         * configure.in: Added check for getpt ()
3972 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3974         * configure.in (VERSION): Bumped version number to 4.5.31.
3976 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3978         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
3979         need to fool it by strdup'ing the return value of tempnam.
3981 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3983         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
3984         MCLIBS which are specific to the text edition.
3986         * INSTALL: Added documentation for --with-tm-x-support
3988 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
3990         * mc.spec.in : Folded in some changes from the 'official' rpm
3991         spec file.
3993 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3995         * configure.in (SHELL): Do not use grep -q, as it is not portable
3996         to every OS.
3998 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4000         * configure.in: Linking from $srcdir/slang is broken when configure
4001         isn't called with an absolute path. Link from ../$srcdir/slang if
4002         configure was invoked with a relative path.
4004 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
4006         * configure.in: Do not rm the destination file and then link, use
4007         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
4009 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4011         * configure.in: Some AC_ARG_WITH macros haven't checked $withval, i.e.
4012         --with-PACKAGE and --without-PACKAGE gave the same results.
4014 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4016         * configure.in (VERSION): Bumped version number to 4.5.30.
4018 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4020         * configure.in (VERSION): Bumped version number to 4.5.29.
4022 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4024         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
4025         now contains all checks.
4027 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4029         * configure.in (VERSION): bumped version number to 4.5.28.
4031 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
4033         * */Makefile.*: fixed several missed conversions from libdir to
4034         mclibdir. (Should be automake'd, really)
4036 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4038         * Make.common.in: There were conflicting definitions of mclibdir
4039         (one for installation, one for source).  Now the source one is
4040         called mcsrclibdir.
4042         * doc/Makefile.in: Use mcsrclibdir where appropriate.
4044 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
4046         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
4047         Pascal Program" (Heh, second time :)
4049         * Makefile.common: Until things gets clear, keep syntax rules in
4050         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
4052         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
4053         @libdir@.
4055 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
4057         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
4058         as requested by Paul. Still, need some checking...
4060 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
4062         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
4063         to date with cooledit 3.9.0. This adds some new features.
4064         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
4065         syntax.c. This is because the rule set is becoming too
4066         large to maintain in its current form and because file
4067         loading is starting to get slow.
4069         There is also a bookmark feature which does not yet have
4070         key bindings assigned to it, but should be cool once
4071         these get inserted. Syntax rules files are named
4072             $LIBDIR/cooledit/syntax/*.syntax
4074 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
4076         * configure.in: Create slang directory, it is needed when
4077         builddir != srcdir.
4078         Use -f when calling rm, the file does not exist on
4079         first compile.
4080         No need to copy VERSION from $srcdir, it's already generated in
4081         $builddir.
4083 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
4085         * edit/edit_key_translator.c: Added missing translation tags.
4087 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4089         * configure.in: Minimum version of glib should be 1.2.0.
4090         (VERSION): Bumped version number to 4.5.27.
4092 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
4094         * gtkedit/editcmd.c: Added missing translation tags.
4096         * gtkedit/editoptions.c: Added missing translation tags. Translate
4097         radio buttons on first use.
4099 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
4101         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
4102         to get the mc spec file to work.
4103         * hacked configure to generate a properly versioned spec file.
4105 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4107         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
4108         radio buttons on first pass.
4110 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
4112         * gtkedit/editcmd.c: Mark strings in the search and replace
4113         dialogs for translation. Resized these dialogs to let the messages
4114         fit.
4116 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4118         * gtkedit/editwidget.c (selection_send): Use the proper type for
4119         64-bit cleanliness (Patch from George Lebl).
4121 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
4123         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
4124         into the catalog file.
4126 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4128         * configure.in: Make Timur's libtermcap check work with SLang
4129         0.99.98, too.
4131 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4133         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
4134         PS and EPS files.  Thanks, Tigert!
4136 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4138         * configure.in (CCOPTS): Drop the prefix auto-detection.
4140 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
4142         * configure.in: Add check, which, in case of system-installed SLang
4143         library tries to run a test program, which determines, does we need
4144         linking with libtermcap.a. Also, set of if's for finding terminfo
4145         dir changed to for cycle - a bit nicer :)
4147 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4149         * README.QNX: Deleted documentation about mc.menu.qnx.diff.
4151 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4153         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
4155 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4157         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
4158         from tar calls when extracting (according to my man page this option
4159         is only useful when creating archives).
4161 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4163         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
4164         adds support for tar.bz2 and merges the support for freeze-compressed
4165         tar files (tar.F) from mc.menu.qnx.diff.
4167 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
4169         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
4170         GNU-like :)
4172 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4174         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
4175         the catalog file.
4177 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
4179         * new_icons/gnome-core.png: New icon for core files. Someone
4180         please add the code part :)
4182 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
4184         * configure.in: Add check against setuid() and setreuid() functions.
4186 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4188         * slang/slang.h: renamed to slang-mc.h
4190         * slang/Makefile.in: delete slang.h on "make clean"
4192         * configure.in: link slang/slang-mc.h to slang/slang.h when the
4193         included slang is used. Problem was that MC's slang.h was used
4194         when we compiled with an already installed SLang and the systems
4195         header file were included with <slang/slang.h>.
4196         Unfortunately I can't use AC_LINK_FILES to make the links because
4197         if we needn't make any links AC_LINK_FILES makes a link from
4198         srcdir to top_builddir (builddir != srcdir).
4200         Temporary add $LGPM to $LIBS when checking for the resizeterm
4201         and keyok functions (ncurses might be linked against GPM).
4203         Substitute PACKAGE (intl/Makefile makes use of it)
4205 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
4207         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swapped by
4208         #include "global.h".
4210 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
4212         * Make.common.in (gnewdir): new path.
4214 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
4216         * configure.in: Add comments before "Let" and "the" - typo. Add new
4217         path to include's search.
4219 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
4221         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
4223 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4225         * configure.in (REGEX_O): Always include regex.o as the code we
4226         are using in gmc is not using regcomp/regexec, but the internal
4227         Emacs API.
4229         * src/regex.c: Do not compile the POSIX compatibility code, as we
4230         do not use it.
4232 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4234         * doc/mc.sgml, mc1.in (Color section): minor polishing
4235         (Layout section): documented Highlight...
4237 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4239         * configure.in: Deleted du checks
4241         * INSTALL: Deleted --with-dusum documentation.
4243         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
4244         Configuration dialog. Added Advanced chown subsection. Deleted
4245         variables from the Special settings section which are now covered
4246         by the configuration dialog.
4248 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4250         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
4251         tar_gz_memlimit. Partially rewrote the section about the
4252         Virtual FS.. configuration dialog.
4254 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
4256         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
4258 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4260         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
4262         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
4263         builddir
4265 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
4267         * new_icons/gnome-image-[lots].png: I added some icons for file
4268         types (image) there - someone please tell me what the correct
4269         location and naming convention is and I will try to follow that. :)
4271 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
4273         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
4274         the build will still work.  (Has this been replaced by new_icons?)
4276 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
4278         * doc/mc.1.in, mc.sgml: added my name to list of authors
4280 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4282         * Makefile.in (codedirs): Dropped xv and tk ports from the
4283         distribution. include idl directory.
4285 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4287         * configure.in (slang_use_system_installed_lib): Define slang
4288         here, to avoid having this on LIBS.
4290 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
4292         * gtkedit.c: changed occurrence of 'va_list *ap' to 'va_list ap'
4294 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4296         * config.h.in: Removed from CVS, added to .cvsignore
4298         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
4299         configure.in:
4300         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
4301         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
4302         HAS_CURSES added to acconfig.h
4304 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4306         * autogen.sh: Add "-I macros" to the aclocal flags.
4308         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
4309         so that aclocal will not complain about an obsolete macro.
4311         * configure.in: Use MC_HPUX_PROG_CC_STDC
4313         * ChangeLog: There was no ChangeLog here, so I added one.