Reverted the use of bool in favour of gboolean
[midnight-commander.git] / ChangeLog
bloba4b977f99b681aed810cc446a666120376fac1df
1 2009-02-05 Patrick Winnertz <winnie@debian.org>
3         * reverted all mhl usage in files except escaping stuff
5 2009-02-04 Enrico Weigelt, metux ITS <weigelt@metux.de>
7         * mhl/types.h, mhl/escape.h: replaced bool type by stdbool.h (fixing #239, #240)
8         * lib/mc.sh.in: fixes for non-bash shells (fixing #196)
10 2009-02-03 Enrico Weigelt, metux ITS <weigelt@metux.de>
12         * lib/mc.lib: added patch on #219 by angel_il
13         * edit/editcmd.c, configure.ac: removed obsolete own implementation of memove (#242)
14         * vfs/extfs/u7z: patch from mandriva (#194)
16 2009-02-01 Enrico Weigelt, metux ITS <weigelt@metux.de>
18         * src/util.c: fixed name_trunc() on NULL or empty parameters
19         * src/achown.c: fixed unitialized var in init_chown_advanced()
20           (patch from andrew_b)
21         * replaced gboolean by bool (from mhl/types.h)
23 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>
25         * edit/editcmd.c, mhl/escape.h, mhl/string.h, mhl/types.h, src/Makefile.am,
26         * src/boxes.c, src/command.c, src/complete.c, src/complete.h, src/file.c,
27         * src/find.c, src/main.c, src/panelize.c, src/util.c, src/utilunix.c,
28         * src/widget.c, src/widget.h, src/wtools.c, vfs/fish.c:
29           fixed shell escaping issues in commandline completion engine
30         * replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file() (in mhl/string.h)
31         * replaced g_snprintf() by snprintf()
32         * replaced GString stuff by static buffers
34 2009-01-30 Enrico Weigelt, metux ITS <weigelt@metux.de>
36         * src/Makefile.am, edit/Makefile.am vfs/Makefile.am: fixed #208
37           (out-of-tree builds)
38         * syntax/Syntax, syntax/Makefile.am, syntax/vhdl.syntax: added VHDL syntax (#193)
39         * replaced calls to g_strdup() by mhl_str_dup()
41 2009-01-30 Enrico Weigelt, metux ITS <weigelt@metux.de>
43         * replaced calls to g_free() by g_free()
45 2009-01-29 Mikhail S. Pobolovets <styx.mp@gmail.com>
47         * lib/mc.ext.in: update for OpenOffice and StarOffice viewer.
48           odt2txt is now used
50 2009-01-29 Patrick Winnertz <winnie@debian.org> & Sergei Trofimovich  <slyfox@inbox.ru>
52         * src/file.c: Added trailing dir separator for default path in copy/move dialogs.
53           This solves "strange" rename cases, when copying/moving is performed into
54           deleted directory.
56 2009-01-27 Enrico Weigelt, metux ITS <weigelt@metux.de>
58         * mhl/escape.h, src/complete.c, vfs/fish.c: introduced new type 
59           SHELL_ESCAPED_STR for more type safety
60         * mhl/escape.h, mhl/string.h: fixed comments to use /* ... */
62 2009-01-27 Sergei Trofimovich  <slyfox@inbox.ru>
64         * syntax/python.syntax: Added syntax highlighting for
65         pytnoh-2.6+ keywords (patch sent by NNemec)
67 2009-01-26 Mikhail S. Pobolovets <styx.mp@gmail.com>
69         * vfs/fish.c: Iterpret SUP.flags as port number if SUP.flags is not in
70           0, FISH_FLAG_COMPRESSED and FISH_FLAG_RSH. Weakness: port number
72 2009-01-25 Ilia Maslakov <il.smind@gmail.com>
74         * src/boxes.c, src/boxes.h, src/dir.c, src/dir.h:
75         * src/main.c, src/panel.h, src/screen.c, src/setup.c:
76           - Add support for showing executables at first in the panel view
78 2009-01-25 Patrick Winnertz <winnie@debian.org> & Sergei Trofimovich  <slyfox@inbox.ru>
80         * mhl/string.h, vfs/fish.c, vfs/utilvfs.c, vfs/utilvfs.h: Reworked fish code
81           so that symlinks and files which special characters works now
83 2009-01-25 Mikhail S. Pobolovets <styx.mp@gmail.com>
84         * src/cmd.c src/option.c src/setup.c src/main.h: Automatic new directory(Mkdir, F7)
85           name filling. Can be configured (on|off) in 'Configure options'
87 2009-01-25 Enrico Weigelt, metux ITS <weigelt@metux.de>
89         * edit/editcmd.c, src/cmd.c, src/ext.c, src/history.h:
90         * src/hotlist.c, src/panelize.c, src/tree.c, src/user.c: 
91         * src/view.c, vfs/ftpfs.c, vfs/utilvfs.c:
92           - Made history section names statically instead of dynamic
93           translated strings. This breaks now once every history file
94           but afterwards this will be stable
96 2009-01-24 Enrico Weigelt, metux ITS <weigelt@metux.de>
98         * vfs/extfs/rpm, vfs/extfs/trpm: removed obsolete rpm tags
99         * src/cmd.c: fixed bug #35 (do_view_cmd is now calling repaint_screen())
100         * syntax/Syntax, syntax/nemerle.syntax: Added syntax rules 
101           for Nemerle source files
103 2009-01-24 Patrick Winnertz <winnie@debian.org>
105         * edit/editcmd.c: Fix some issues about regex:
106           - prevent . to match a newline (\n)
107           - match from start of line and not from cursor position
109 2009-01-24 Enrico Weigelt, metux IT service <weigelt@metux.de>
111         * configure.ac:
112         * lib/mc.ext.in:
113         * vfs/extfs/Makefile.am:
114         * vfs/extfs/extfs.ini: 
115         * vfs/extfs/uace.in:
116         * vfs/extfs/uarc.in:
117         * vfs/extfs/uc1541.in: added support for historic archive formats
118           (patch provided by jpelletier)
120 2009-01-19 Patrick Winnertz <winnie@debian.org>
122         * edit/edit.h: Add two more ints
123         * src/setup.c: Add keybinding to disable tab highlighting
125 2009-01-18 Patrick Winnertz <winnie@debian.org>
127         * edit/editdraw.c: Moved var into if clause as it's only used there
128         * edit/editlock.c: Removed unnecessary arguement to if condition
129         * src/cmd.c: Removed unused pointer
130         * src/hotlist.c: Removed unused function save_group
131         * src/main.c: Removed unused function do_mc_filename_rename
132         * src/util.c: Removed unused struct whentm
134 2009-01-16 Enrico Weigelt, metux ITS <weigelt@metux.de>
136         * src/subshell: setting subshell pty to close-on-exec 
137           (taken from mandriva patches)
139 2009-01-14 Slava Zanko <slavazanko@gmail.com>
141         * lib/mc.ext.in: change filemask for recognize 7z-files
142         * vfs/extfs/u7z: 
143           - change only LC_DATE global variable for correct work with arhive;
144           - add sorting by filename in output of list files
146 2009-01-12 Patrick Winnertz <winnie@debian.org>
148         * AUTHORS: Added Enrico Weigelt, Slava Zanko and 
149         Patrick Winnertz as authors 
151 2009-01-11 Patrick Winnertz <winnie@debian.org>
153         * po/de.po: Fix some spelling errors
155 2009-01-11 Enrico Weigelt, metux ITS <weigelt@metux.de>
157         * FAQ HACKING README man/*: new HQ url
158         * syntax/awk.syntax: added awk syntax file
159         * configure.ac: replaced obsolete autoconf macros AC_GNU_SOURCE 
160           AC_AIX AC_MINIX by AC_USE_SYSTEM_EXTENSIONS
162 2009-01-11 Patrick Winnertz <winnie@debian.org>
164         * syntax/pascal.syntax: Added syntax highlighting for 
165           some delphi keywords
167 2009-01-10  Enrico Weigelt, metux ITS <weigelt@metux.de>
169         * syntax/Makefile.am syntax/Syntax syntax/haskell.syntax:
170         added syntax definition for Haskell (taken from rhclub-tree)
171         * syntax: added ebuild Syntax defition (taken from rhclub-tree)
172         * edit/editcmd.c:
173         * src/achown.c src/background.c src/boxes.c src/chmod.c:
174         * src/chown.c src/cmd.c src/command.c src/dir.c src/execute.c:
175         * src/ext.c src/file.c src/filegui.c src/find.c src/help.c:
176         * src/learn.c src/main.c src/panelize.c src/screen.c:
177         * src/selcodepage.c src/subshell.c src/tree.c src/user.c:
178         * src/utilunix.c src/view.c:
179         * vfs/cpio.c vfs/direntry.c vfs/extfs.c vfs/fish.c vfs/ftpfs.c:
180         * vfs/mcfs.c vfs/sfs.c vfs/smbfs.c vfs/tar.c vfs/undelfs.c:
181         * vfs/utilvfs.c vfs/vfs.c:
182         
183         Changed message type codes on calls to message(), query_dialog(),
184         close_error_pipe() from numeric IDs to symbols D_ERROR, D_NORMAL
186 2009-01-07  Enrico Weigelt, metux ITS <weigelt@metux.de>
188         * removed bundled slang
190 2008-12-18  Roland Illig  <roland.illig@gmx.de>
192         * doc/mcedit.1: Documented the newly added filename:lineno
193         invocation method.
195 2008-02-19  Pavel Roskin  <proski@gnu.org>
197         * doc/hu/mc.1.in: Fix description for M-u and M-H.  Reported by
198         Bozo Lajos.
200 2008-01-06  Roland Illig  <roland.illig@gmx.de>
202         * FAQ: Answered the slow startup related to old Samba code.
203         (Closes: #21959)
205 2007-10-19  Pavel Tsekov  <ptsekov@gmx.net>
207         * NEWS: Update for 4.6.2.
209 2007-10-11  Pavel Tsekov  <ptsekov@gmx.net>
211         * configure.ac: Determine the size of `long', `long long' and
212         off_t.
214 2007-09-26  Pavel Tsekov  <ptsekov@gmx.net>
216         * NEWS: Revert last change - it is invalid.
218 2007-09-24  Pavel Tsekov  <ptsekov@gmx.net>
220         * m4/codeset.m4: Update to serial #2.
221         * m4/fsusage.m4: Update to serial #23.
222         * m4/iconv.m4: Update to serial #AM6.
223         * m4/intdiv0.m4: Update from gnulib.
224         * m4/intmax.m4: Update to serial #3.
225         * m4/inttypes-pri.m4: Update to serial #4.
226         * m4/inttypes_h.m4: Update to serial #7.
227         * m4/lib-link.m4: Update to serial #13.
228         * m4/lib-prefix.m4: Update to serial #5.
229         * m4/longlong.m4: Update to serial #10.
230         * m4/onceonly.m4: Update to serial #4.
231         * m4/printf-posix.m4: Update to serial #3.
232         * m4/size_max.m4: Update to serial #6.
233         * m4/stdint_h.m4: Update to serial #6.
234         * m4/ulonglong.m4: Update to serial #6.
235         * m4/wint_t.m4: Update to serial #2.
237 2007-09-24  Pavel Tsekov  <ptsekov@gmx.net>
239         * doc/mcedit.1.in: Update the version number to 4.6.2-pre1.
240         * doc/mcview.1.in: Ditto.
241         * doc/mcserv.8.in: Ditto.
243 2007-09-24  Pavel Tsekov  <ptsekov@gmx.net>
245         * FAQ: Update MC's homepage url.
246         * README: Ditto.
247         * doc/mc.1.in: Ditto.
248         * doc/mcedit.1.in: Ditto.
249         * doc/mcserv.8.in: Ditto.
250         * doc/mcview.1.in: Ditto.
251         * doc/es/mc.1.in: Ditto.
252         * doc/hu/mc.1.in: Ditto.
253         * doc/it/mc.1.in: Ditto.
254         * doc/pl/mc.1.in: Ditto.
255         * doc/ru/mc.1.in: Ditto.
256         * doc/sr/mc.1.in: Ditto.
257         * doc/sr/mcserv.8.in: Ditto.
259 2007-09-10  Pavel Tsekov  <ptsekov@gmx.net>
261         * configure.ac: Update the version number to 4.6.2-pre1.
262         * doc/mc.1.in: Likewise.
264 2007-01-13  Pavel Tsekov  <ptsekov@gmx.net>
266         * doc/mc.1.in: Place the description of the "Swap panels" on
267         a paragraph of its own.
269 2006-12-30  Pavel Tsekov  <ptsekov@gmx.net>
271         * m4/ls-mntd-fs.m4: Update to serial #26.
273 2006-12-30  Pavel Tsekov  <ptsekov@gmx.net>
275         * m4/fsusage.m4: Update to serial #22.
277 2006-12-30  Pavel Tsekov  <ptsekov@gmx.net>
279         * m4/fsusage.m4: Update to serial #18.
281 2006-12-28  Pavel Roskin  <proski@gnu.org>
283         * build-glib1.sh: Fix misplaced --with-glib12.  Copy
284         config.guess and config.sub from mc to glib sources - they are
285         too old in glib.
286         * build-glib2.sh: Update to the latest versions of glib, gettext
287         and pkg-config.
289 2006-11-27  Leonard den Ottolander  <leonard den ottolander nl>
291         * NEWS: Bash < 2.05b (3-digit octals in echo_e_cmd) no longer
292         supported.
294 2006-09-07  Pavel Tsekov  <ptsekov@gmx.net>
296         * acinclude.m4 (AC_GET_FS_INFO): Add erronously removed call to
297         gl_FSTYPENAME.
298         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Add missing 
299         include directive for sys/param.h.
301 2006-09-07  Pavel Tsekov  <ptsekov@gmx.net>
303         * m4/ls-mntd-fs.m4: Update to serial#22, which adds support
304         for getmntinfo() returning its result in struct statvfs.
305         * m4/fstypename.m4: Update to serial#6, which replaces
306         HAVE_F_FSTYPENAME_IN_STATFS with HAVE_STRUCT_STATFS_F_FSTYPENAME.
308 2006-09-07  Pavel Tsekov  <ptsekov@gmx.net>
310         * acinclude.m4 (AC_GET_FS_INFO): Revert a failed attempt to
311         properly detect getmntinfo() returning its result in struct statvfs.
313 2006-06-30  Hampa Hug  <hampa@hampa.ch>
315         * acinclude.m4 (AC_GET_FS_INFO): Check the return value of
316         getmntinfo() properly.
318 2006-06-17  Pavel Tsekov  <ptsekov@gmx.net>
320         * m4/fstypename.m4: New file.
321         * acinclude.m4 (AC_GET_FS_INFO): Add a check to determine whether
322         getmntinfo() takes struct statvfs instead of struct statfs as its
323         first argument. Define MOUNTED_GETMNTINFO_STATVFS if it does.
324         Add a check to determine whether struct statvfs has a field named
325         f_fstypename.
326         Use gl_FSTYPENAME tp determine whether struct statfs has a field
327         named f_fstypename.
329 2006-06-07  Pavel Tsekov  <ptsekov@gmx.net>
331         * configure.ac: Revert last commit.
333 2006-05-29  Roland Illig  <roland.illig@gmx.de>
335         * m4/ls-mntd-fs.m4: Updated to serial #21, which fixes the use
336         of an undefined variable.
338 2006-05-21  Roland Illig  <roland.illig@gmx.de>
340         * configure.ac: Fixed detection of <sys/statvfs.h>, statvfs()
341         and struct statvfs.f_fstypename, so that mc builds on NetBSD 3.0
342         again.
344 2006-04-18  Pavel Tsekov  <ptsekov@gmx.net>
346         * acinclude.m4 (AC_GET_FS_INFO): Make it work again - the last
347         commit broke it.
348         * m4/onceonly.m4: New file.
350 2006-04-13  Anton Monroe  <akm@meer.net>
352         * doc/mc.1.in: Function key documentation update.
354 2006-03-18  Leonard den Ottolander  <leonard den ottolander nl>
356         * acinclude.m4 (AC_GET_FS_INFO): Replace old fileutils code to get
357         mount and file system information with m4_includes of the corresponding
358         GNU coreutils-5.94 files (ls-mntd-fs.m4 (#20) and fsusage.m4 (#16)).
360         * m4/fsusage.m4, m4/ls-mntd-fs.m4: Create.
362 2006-02-23  Pavel Tsekov  <ptsekov@gmx.net>
364         * doc/mc.1.in: Document `fish_directory_timeout'.
366 2006-02-18  David Martin  <dmartina@excite.com>
368         * doc/es/mc.1.in: Cleanup. Fix key naming.
370 2006-01-29  Pavel Tsekov  <ptsekov@gmx.net>
372         * doc/mc.1.in: Update the documentation to reflect the fact
373         that confirmation may be requested when deleting directory
374         hotlist entries based on a user configurable setting.
376 2006-01-29  Julian Mehnle  <julian@mehnle.net>
378         * doc/mc.1.in: Document support for VIEWER environment variable.
380 2005-11-15  Pavel Roskin  <proski@gnu.org>
382         * acinclude.m4 (MC_WITH_MCSLANG): Add type tests from S-Lang
383         configuration scripts.
385 2005-11-10  Pavel Roskin  <proski@gnu.org>
387         * configure.ac: Catch unexpanded MC_* macros.
389         * m4/*.m4: Update to the macros provided by gettext 0.14.3.
390         * m4/Makefile.am: Update the list of the *.m4 files.
392         * configure.ac: Use AC_GNU_SOURCE, which prevents redefining
393         _GNU_SOURCE.  Bump Autoconf version to 2.54, where AC_GNU_SOURCE
394         appeared.
395         Reported by Leonard den Ottolander <leonard den ottolander nl>
397         * configure.ac: Use gettext 0.14.3.
398         * acinclude.m4 (MC_ASM_LABELS): Remove, it's not needed with
399         recent versions of gettext.
401         * acinclude.m4 (MC_ASM_LABELS): Make the test function global
402         and move its definition above main().  That's closer to what
403         gettext is actually doing.
405 2005-10-03  Pavel Roskin  <proski@gnu.org>
407         * configure.ac: Require gettext with ngettext support.  It's
408         already used in src/info.c.
410 2005-09-28  Pavel Roskin  <proski@gnu.org>
412         * acinclude.m4: Remove gettext 0.10.x compatibility.
414 2005-08-23  Marco Ciampa  <ciampix@libero.it>
416         * doc/it/mc.1.in: updated italian trasnlation.
417         * doc/it/xnc.hlp: small fix.
419 2005-08-15  Roland Illig  <roland.illig@gmx.de>
421         * configure.ac: The function getgrouplist() is not used anymore,
422         so there is no need to check for it. The various get[ug]id
423         functions are used, so add checks for them. Same for isascii.
425 2005-07-20  Pavel Roskin  <proski@gnu.org>
427         * lib/mc.ext.in: Restore support for opening 7-zip archives.
429         * configure.ac: Add vfs/extfs/ualz to AC_CONFIG_FILES.
430         * lib/mc.ext.in: Add support for ALZip archives.
432 2005-07-10  Leonard den Ottolander  <leonard den ottolander nl>
434         * configure.ac: Rename AS_HELP_STRING to AC_HELP_STRING.
436 2005-07-08  Leonard den Ottolander  <leonard den ottolander nl>
438         * NEWS: Fixed commit to the wrong branch.
440 2005-07-05  Roland Illig  <roland.illig@gmx.de>
442         * configure.ac: Removed detection of the umode_t type. All
443         references to it have been replaced with mode_t.
445 2005-07-03  Leonard den Ottolander  <leonard * den ottolander nl>
447         * lib/mc.ext.in: Match files in /log/ or /logs/ directories as plain
448         text not man page; match local man pages; add fixes for gzipped man
449         pages to plain and bzipped man pages.
451 2005-07-03  Leonard den Ottolander  <leonard * den ottolander nl>
453         * lib/mc.ext.in: Move matches for plain compressed files down.
455 2005-07-03  Roland Illig  <roland.illig@gmx.de>
457         * acinclude.m4 (MC_WITH_VFS): Don't link with libnsl
458         unnecessarily.
459         * configure.ac: Simplified detection of the necessary libraries
460         for socket() and gethostbyname().
462         Patch provided by Tomasz Kloczko at 2005-06-15 on mc-devel.
464 2005-06-21  Pavel Roskin  <proski@gnu.org>
466         * lib/mc.ext.in: Support opening for 7-Zip archives.
468 2005-06-06  Roland Illig  <roland.illig@gmx.de>
470         * NEWS: Added the differences between pre3 and HEAD.
471         * lib/mc.ext.in: Added ${PAGER} as fallback if neither lynx nor
472         links is installed.
474 2005-05-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
476         * pkginfo.in: New file. Configuration files for Sun Solaris pkgmk(1).
477         * prototype.in: Likewise.
478         * configure.ac: Likewise.
479         * Makefile.am: Likewise.
481 2005-05-29  Martin Petricek  <tux@centrum.cz>
483         * lib/mc.ext.in: Added support for .7z archives.
485 2005-05-26  Pavel Roskin  <proski@gnu.org>
487         * *: Update postal address of Free Software Foundation.
489 2005-05-23  Roland Illig  <roland.illig@gmx.de>
491         * syntax/ChangeLog: The syntax directory has got its own
492         ChangeLog.
494 2005-05-17  Roland Illig  <roland.illig@gmx.de>
496         * configure.ac: Removed the extra definition of
497         HAVE_C_TYPE_SOCKLEN_T, which is unused.
499 2005-05-14  Roland Illig  <roland.illig@gmx.de>
501         * syntax/diff.syntax: Lines starting with a <tab> character are
502         displayed like lines starting with a <space>. This is for the
503         cvs diff -T option.
504         * syntax/makefile.syntax: Highlight $$ (a literal $) in
505         brightcyan. This way $${var} is not highlighted as if it were a
506         Makefile variables. Also added useful comments before the contexts.
508 2005-05-13  Pavel Roskin  <proski@gnu.org>
510         * configure.ac: Require Autoconf 2.53 or newer.
511         * m4/Makefile.am: Remove isc-posix.m4, it's obsolete.
512         * m4/isc-posix.m4: Remove.
514 2005-05-13  Nerijus Baliunas  <nerijus@users.sourceforge.net>
516         * lib/mc.ext.in: Add OpenOffice.org 2 extensions, use o3totxt
517         to view OpenOffice.org documents.
519 2005-05-11  Pavel Roskin  <proski@gnu.org>
521         * acinclude.m4: Remove MC_ARG_ENABLE_DEVELOPER_MODE.
522         * configure.ac: Replace MC_ARG_ENABLE_DEVELOPER_MODE with a
523         simpler and more user-friendly piece of code.
525 2005-05-01  Roland Illig  <roland.illig@gmx.de>
527         * syntax/c.syntax: Added missing punctuation characters.
529 2005-04-28  Pavel Roskin  <proski@gnu.org>
531         * syntax/Syntax: Don't highlight csh scripts.  Allow using
532         "/usr/bin/env" instead of the full path.
534 2005-04-27  Leonard den Ottolander  <leonard * den ottolander nl>
536         * AUTHORS: Added Pavel Shirshov and myself as contributors.
538 2005-04-26  Roland Illig  <roland.illig@gmx.de>
540         * acinclude.m4: Renamed AS_HELP_STRING to AC_HELP_STRING for
541         compatibility with autoconf-2.57.
543 2005-04-22  Roland Illig  <roland.illig@gmx.de>
545         * acinclude.m4: Added macro MC_ARG_ENABLE_DEVELOPER_MODE.
546         * configure.ac: Using MC_ARG_ENABLE_DEVELOPER_MODE instead of
547         the --maintainer-mode.
549 2005-04-17  Leonard den Ottolander  <leonard * den ottolander nl>
551         * syntax/eiffel.syntax: dos2unix; removed redundant cooledit
552         colour definitions.
553         * syntax/perl.syntax: Removed redundant cooledit definitions.
554         * syntax/php.syntax: ' ' and " " context fixes.
555         * syntax/syntax.syntax: Removed 2 duplicate lines.
557 2005-04-16  Roland Illig  <roland.illig@gmx.de>
559         * lib/mc.ext.in: Recognize either *.udeb or *.deb as Debian
560         packages. Fixes Savannah patch #3899.
562 2005-04-14  Leonard den Ottolander  <leonard * den ottolander nl>
564         * syntax/Syntax: Catch Makefiles with capitals in the extension.
566 2005-04-14  Roland Illig  <roland.illig@gmx.de>
568         * doc/mc.1.in (Internal File Viewer): Rewrote some documentation.
569         Removed the paragraph about the growing buffers. It's generally
570         uninteresting to users.
572 2005-04-13  Roland Illig  <roland.illig@gmx.de>
574         * configure.ac: Add -DNDEBUG to CPPFLAGS if the maintainer mode
575         is not enabled.
577 2005-03-19  Pavel Roskin  <proski@gnu.org>
579         * acinclude.m4 (MC_WITH_SLANG): Partly restore original order of
580         checks and add a comment with a warning.
581         From Pavel S. Shirshov <me@pavelsh.pp.ru>
583         * acinclude.m4 (MC_WITH_SLANG): Reorder checks.  Move termcap
584         checks ...
585         (MC_SLANG_TERMCAP): ... here.
586         (MC_SLANG_PRIVATE): Check if private functions are available.
587         It's not the case on Debian unstable.
589 2005-03-19  Pavel S. Shirshov  <me@pavelsh.pp.ru>
591         * syntax/idl.syntax: Add syntax file for the CORBA idl.
592         From Ian Zagorskih <ianzag@megasignal.com>
593         * syntax/lua.syntax: Add syntax file for the LUA programming language.
594         From Mike Gorchak  <mike@malva.ua>
595         * syntax/Syntax: Add syntax file for CORBA idl and lua.
596         * syntax/Makefile.am: Likewise.
597         * mc.qpg.in: Likewise.
598         * NEWS: Likewise.
600 2005-03-19  Pavel Roskin  <proski@gnu.org>
602         * acinclude.m4 (MC_WITH_SLANG): Define HAVE_SYSTEM_SLANG after
603         all fallbacks so it shows whether we are using system S-Lang.
604         * configure.ac: Remove USE_INCLUDED_SLANG, since it's now fully
605         dependent on HAVE_SLANG and HAVE_SYSTEM_SLANG.
606         * src/myslang.h: Likewise.
608 2005-03-18  Mike Gorchak  <mike@malva.ua>
610         * syntax/assembler.syntax: Add syntax file for the x86 assembler.
611         * syntax/povray.syntax: Add syntax file for the POVRay.
612         * syntax/Syntax: Add syntax file for x86 assembler and POVRay.
613         * syntax/Makefile.am: Likewise.
614         * mc.qpg.in: Likewise.
615         * NEWS: Likewise.
617 2005-03-14  Leonard den Ottolander  <leonard * den ottolander nl>
619         * syntax/diff.syntax: Changed default color from gray, which was
620         quite unreadable, to a bright yellow.
622 2005-03-10  Roland Illig  <roland.illig@gmx.de>
624         * autogen.sh: Made the gettext version check more portable. The
625         actual sed command is unchanged.
627 2005-02-26  Miguel de Icaza  <miguel@novell.com>
629         * doc/mc.1.in: Replace M-char with Alt-char everywhere, which is
630         simpler to understand.
632 2005-01-29  Miguel de Icaza  <miguel@novell.com>
634         * configure.ac: Check for getgrouplist API call.
636 2005-02-07  Roland Illig  <roland.illig@gmx.de>
638         * NEWS: Added the changes between mc-4.6.1-pre3 and now.
640 2005-01-27  Roland Illig  <roland.illig@gmx.de>
642         * configure.ac: Add checks for C headers <sys/mkdev.h> and
643         <sys/sysmacros.h> to support major/minor arithmetics on
644         device numbers.
646 2005-01-11  Pavel S. Shirshov  <me@pavelsh.pp.ru>
648         * acinclude.m4: Fix '--with-screen' configure option.
650 2004-12-30  Andrew V. Samoilov  <sav@bcs.zp.ua>
652         * autogen.sh: Fix workaround for automake 1.5.
654 2004-12-28  Leonard den Ottolander  <leonard * den ottolander nl>
656         * syntax/spec.syntax: Set whole on spec macro option keywords.
658 2004-12-13  Pavel S. Shirshov  <me@pavelsh.pp.ru>
660         * acinclude.m4: Fix "make distcheck".
662 2004-12-12  Pavel S. Shirshov  <me@pavelsh.pp.ru>
664         * NEWS: Update.
666 2004-12-10  Pavel S. Shirshov  <me@pavelsh.pp.ru>
668         * autogen.sh: Comment workaround for Automake 1.5. It's not working
669         for Automake 1.9.
671 2004-12-07  Roland Illig  <roland.illig@gmx.de>
673         * syntax/Makefile.am: Don't install syntax highlighting files if
674         the internal editor is disabled.
676 2004-12-03  Pavel S. Shirshov  <me@pavelsh.pp.ru>
678         * configure.ac: Bump version to 4.6.1a
680 2004-11-17  Pavel S. Shirshov  <me@pavelsh.pp.ru>
682         * acinclude.m4: Fix compiling mc with system slang on FreeBSD.
684 2004-11-16  Roland Illig  <roland.illig@gmx.de>
686         * TODO: Checked the remaining vfs/extfs shell scripts and
687         removed them from the TODO list. This was the last item
688         in the section "Before 4.6.1", so I deleted the whole
689         section.
691 2004-11-08  Pavel S. Shirshov  <me@pavelsh.pp.ru>
693         * TODO (4.6.2): Fix the '#' in path names issue.
695 2004-11-07  Roland Illig  <roland.illig@gmx.de>
697         * TODO (4.6.1): Moved the '#' in path names issue to 4.6.2.
698         * TODO: Added issue about hiding passwords in VFS pathnames.
700 2004-11-05  Andrew V. Samoilov  <sav@bcs.zp.ua>
702         * README: Fix typo.
704 2004-11-04  Mike Gorchak  <mike@malva.ua>
706         * mc.qpg.in: Synchronization with the latest file has been added
707         to the distro.
708         * configure.ac: Added information about status of charset enabling.
709         * syntax/Syntax: Treat QNX6 specific files with extensions qpg and
710         qpg.in as xml files.
712 2004-11-02  Roland Illig  <roland.illig@gmx.de>
714         * configure.ac: Add feature test whether socklen_t is defined
715         in <sys/socket.h>.
717 2004-10-28  Jindrich Novy  <jnovy@redhat.com>
719         * lib/mc.ext.in: Add a few sound formats that "play" and "mikmod"
720         utility knows.
722 2004-10-27  Roland Illig  <roland.illig@gmx.de>
724         * configure.ac: Add check for type socklen_t.
726 2004-10-27  Juan C. Olivares  <juancri@juancri.com>
728         * syntax/aspx.syntax: Add syntax file for ASP.NET.
729         * syntax/Syntax: Likewise.
730         * syntax/Makefile.am: Likewise.
732 2004-10-27  Pavel S. Shirshov  <me@pavelsh.pp.ru>
734         * TODO: Move entry 'Broken pipe warning...' to 4.6.2 TODO list.
735         Remove entries for perl extfs scripts.
737 2004-10-24  Roland Illig  <roland.illig@gmx.de>
739         * configure.ac: Only add "-Wall" to CFLAGS if GCC is set to "yes".
741 2004-10-23  Roland Illig  <roland.illig@gmx.de>
743         * TODO: Check proper quoting in vfs/extfs/*.
745 2004-10-20  Pavel S. Shirshov  <me@pavelsh.pp.ru>
747         * lib/mc.ext.in: Use xmms for audio files in XWindows mode.
748         Add support for *.wma files. Add support for playlists.
750         Partially based on patch from q# <eth0@o2.pl>
752 2004-10-18  Roland Illig  <roland.illig@gmx.de>
754         * TODO: Some new TODO items with low priority: More standard
755         widgets, CVS frontend, patch editor, context menus.
757 2004-10-16  Roland Illig  <roland.illig@gmx.de>
759         * TODO: Fixed the "./ files in tar archive" item for mc-4.6.1.
761 2004-10-16  Roland Illig  <roland.illig@gmx.de>
763         * syntax/eiffel.syntax: Add syntax highlighting rules for the
764         Eiffel programming language.
765         * syntax/Syntax: Bind *.e with eiffel.syntax.
766         * syntax/Makefile.am: Added syntax.eiffel.
768         From Daniel F Moisset <dmoisset grulic org ar>
770 2004-10-12  Pavel S. Shirshov  <me@pavelsh.pp.ru>
772         * syntax/sql.syntax: Improve sql.syntax file and added several
773         keywords.
775         From Karel Zak
777 2004-10-12  Andrew V. Samoilov  <sav@bcs.zp.ua>
779         * acinclude.m4 (MC_WITH_MCSLANG): Set screen_type to mcslang.
780         * configure.ac: Define USE_INCLUDED_SLANG if screen_type is mcslang.
782 2004-10-05  Gergely Sza'sz  <szaszg@hu.inter.net>
784         * syntax/perl.syntax: Fix highlight the hashes.
785         * syntax/diff.syntax: Highlight comments (lines begin with #),
786         and garbage in diff files.
788 2004-09-17  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
790         * mc.qpg.in: New file. Description for QNX 6.x packager.
792 2004-09-25  Roland Illig  <roland.illig@gmx.de>
794         * configure.ac: #define _GNU_SOURCE to an empty value instead of 1,
795         which conflicted with src/regex.c.
797 2004-09-24  Roland Illig  <roland.illig@gmx.de>
799         * HACKING (Programming tips): Added a tip concerning the NULL
800         pointer in varargs function calls.
802 2004-09-22  Roland Illig  <roland.illig@gmx.de>
804         * HACKING: Added advice for using g_strdup for a modifiable
805         copy of a string.
806         * HACKING: Added a section about where to look for bug reports
807         and patches.
809 2004-09-19  Roland Illig  <roland.illig@gmx.de>
811         * HACKING: Added explanation for const_cast.
813 2004-09-17  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
815         * syntax/makefile.syntax: Adds "define" and "ended" keywords
816         * syntax/perl.syntax: Adds "break" keyword
818 2004-09-10  Jakub Jelinek  <jakub@redhat.com>
820         * lib/mc.lib: Add gnome, rxvt and xterm-new terminals.
822 2004-09-10  Pavel S. Shirshov  <me@pavelsh.pp.ru>
824         * syntax/php.syntax: Upgrade php.syntax file.
826         From Leonard den Ottolander <leonard * den.ottolander.nl>
828 2004-09-04  Jakub Jelinek  <jakub@redhat.com>
830         * configure.ac: grantpt is only available with -D_XOPEN_SOURCE
831         or -D_GNU_SOURCE under Linux.
833 2004-09-04  Pavel S. Shirshov  <me@pavelsh.pp.ru>
835         * HACKING: Add to section "Programming Tips" g_free tip.
837 2004-09-02  Roland Illig  <roland.illig@gmx.de>
839         * HACKING: Added a section "Programming Tips" which lists mistakes
840         that have been done once and should never be repeated.
842 2004-08-29  Roland Illig  <roland.illig@gmx.de>
844         * m4/ri-gcc-warnings.m4: Now handles only the last --enable or
845         --disable option. Before, --disable has not been handled
846         correctly.
848 2004-08-22  Pavel S. Shirshov  <me@pavelsh.pp.ru>
850         * m4/ri-gcc-warnings.m4: Using AC_HELP_STRING for more portable.
851         AS_HELP_STRING was introduced after autoconf 2.57+.
853         From Leonard den Ottolander <leonard * den.ottolander.nl>
855 2004-08-18  Roland Illig  <roland.illig@gmx.de>
857         * "make uninstall": removes the symlinks bin/mcedit and bin/mcview.
859 2004-08-17  Roland Illig  <roland.illig@gmx.de>
861         * configure.ac: The GCC warning flags are only used in
862         maintainer-mode.
864 2004-08-17  Pavel S. Shirshov  <me@pavelsh.pp.ru>
866         * lib/cedit.menu: Security fix patch. Fix insecure temporary file and
867         directory creations. (CAN-2004-0231).
869         * lib/mc.menu: Likewise.
870         * doc/mc.1.in: Likewise.
871         * doc/es/mc.1.in: Likewise.
872         * doc/hu/mc.1.in: Likewise.
873         * doc/it/mc.1.in: Likewise.
874         * doc/pl/mc.1.in: Likewise.
875         * doc/ru/mc.1.in: Likewise.
876         * doc/sr/mc.1.in: Likewise.
878 2004-08-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
880         * configure.ac: Add check for atoll().
882         * doc/mc.1.in (Extension File Edit): Document "directory" keyword.
883         * doc/ru/mc.1.in: Likewise.
885 2004-08-02  Pavel Shirshov  <me@pavelsh.pp.ru>
887         * autogen.sh: Fix unportable "\n" in sed.
889 2004-04-02  Pavel Roskin  <proski@gnu.org>
891         * lib/mc.ext.in: Use gqview instead of ee for images.  ee seems
892         to be obsolete.  Suggested by Marcel Pol <mpol@gmx.net>
894 2004-01-22  Pavel Roskin  <proski@gnu.org>
896         * lib/mc.ext.in: Recognize *.tb2 and *.tbz files.
898         * configure.in: Rename to ...
899         * configure.ac: ... this.
901 2003-12-30  David Martin  <dmartina@excite.com>
903         * doc/mc.1.in: Synchronized latest fixes (long options) and
904         moved year and version number.
906 2003-12-24  Pavel Roskin  <proski@gnu.org>
908         * configure.in: Release 4.6.1-pre1.
910 2003-11-28  Pavel Roskin  <proski@gnu.org>
912         * acinclude.m4 (MC_UNDELFS_CHECKS): Try ext2fs/ext2_fs.h before
913         linux/ext2_fs.h.  Use ext2fs/ext2_fs.h when possible - it's
914         safer to avoid kernel headers.
916 2003-11-27  Pavel Roskin  <proski@gnu.org>
918         * src/TODO: Move ...
919         * TODO: ... here.
920         * doc/DEVEL: Move ...
921         * HACKING: ... here.  Adjust makefiles.
923 2003-11-20  Pavel Roskin  <proski@gnu.org>
925         * build-glib1.sh: Use more portable syntax for functions.  Fall
926         back to "ftp" for download, useful on BSD.
927         * build-glib2.sh: Likewise.
929         * build-glib1.sh: New file - download and compile glib 1.2.x,
930         then compile mc against it.
931         * build-glib2.sh: New file - download and compile glib 2.x with
932         dependencies (gettext, pkgconfig), then compile mc against it.
933         * Makefile.am: Distribute them.
935 2003-10-29  Pavel Roskin  <proski@gnu.org>
937         * acinclude.m4 (MC_UNDELFS_CHECKS): Don't use internal Autoconf
938         variables.
940         * configure.in: Rewrite check for mmap() to avoid using internal
941         variables of Autoconf.  Rename the rest of ac_cv_* to mc_cv_*.
943         * configure.in: Use AC_CHECK_MEMBERS to check fields of struct
944         stat.  Adjust all dependencies.
946         * acinclude.m4 (AC_STRUCT_LINGER): Remove, use AC_CHECK_MEMBERS
947         instead.
949         * configure.in: Define SLANG_POSIX_SIGNALS if all 4 required
950         functions are present.  Remove references to extraconf.h.
951         * extraconf.h: Eliminate.
952         * Makefile.am: Remove extraconf.h.
954         * configure.in: Move ext2fs undelete support ...
955         * acinclude.m4 (MC_WITH_VFS): ... here.
956         * extraconf.h: Remove VFS logic, it's enforced in configure now.
958         * acinclude.m4 (MC_WITH_VFS): Use AC_SEARCH_LIBS when possible.
959         Allow disabling network code by --disable-netcode.
961 2003-10-28  Pavel Roskin  <proski@gnu.org>
963         * configure.in: Don't check if "file" can use stdin - it's
964         unused now.
966 2003-10-25  Pavel Roskin  <proski@gnu.org>
968         * extraconf.h: Don't define HAVE_GRANTPT forcedly if grantpt()
969         wasn't found.  Don't define HAVE_CRYPT, it's unused now.
971         * configure.in: Remove check for socketpair().  Add new option
972         --enable-background.
973         * extraconf.h: Don't define WITH_BACKGROUND.
975 2003-10-14  Pavel Roskin  <proski@gnu.org>
977         * configure.in: Don't check for seekdir() and telldir().
979 2003-09-23  Pavel Roskin  <proski@gnu.org>
981         * doc/sr/Makefile.am: Don't install mcserv documentation if mcfs
982         support is disabled.
984         * lib/*.ti: Remove, these files are obsolete.
985         * lib/tdiff: Likewise.
986         * lib/xterm.tcap: Likewise.
987         * lib/Makefile.am: Remove obsolete files.  Don't install
988         README.xterm and xterm.ad, there are partly obsolete and can
989         break things if used as is.
991 2003-09-22  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
993         * lib/mc.hint.sr: Updated.
994         * lib/mc.menu.sr: New file - translated menu.
995         * lib/Makefile.am: Add mc.menu.sr.
996         * doc/sr/: New Serbian documentation.
997         * doc/Makefile.am: Add "sr" directory.
998         * configure.in: Add substitutions for new files.
1000 2003-09-22  Pavel Roskin  <proski@gnu.org>
1002         * configure.in: Check for strlcpy() if glib 1.2.x is used.
1004 2003-09-11  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
1006         * lib/mc.hint.sr: New file - Serbian hints.
1008 2003-09-04  Pavel Roskin  <proski@gnu.org>
1010         * lib/mc.menu: Add entry for viewing manual pages.
1012 2003-08-18  Pavel Roskin  <proski@gnu.org>
1014         * lib/mc-wrapper.csh.in: Use "id" command to find the real user
1015         id.  $USER is not reliable.
1016         * lib/mc-wrapper.sh.in: Likewise.
1017         Reported by Figura Peter <peterf@autus.sk>
1019 2003-08-18  Andrew V. Samoilov  <sav@bcs.zp.ua>
1021         * acinclude.m4 (MC_WITH_NCURSES): Fix ESCDELAY check on Solaris.
1022         Make sure that linking succeeds.
1024 2003-08-02  Pavel Roskin  <proski@gnu.org>
1026         * lib/cedit.menu: Avoid using "id -u", it doesn't work on
1027         Solaris.  From Andrew V. Samoilov <sav@bcs.zp.ua>
1029 2003-07-23  Pavel Roskin  <proski@gnu.org>
1031         * lib/mc.lib: Add more "end" and "home" sequences for xterm.
1033 2003-07-22  Pavel Roskin  <proski@gnu.org>
1035         Get rid of all references to NATIVE_WIN32.
1037         * pc: Remove.  No work has been done on the PC post for years.
1038         * README.PC: Likewise.
1039         * Makefile.am: Adjust for the above.
1040         * configure.in: Likewise.
1042 2003-07-21  Pavel Roskin  <proski@gnu.org>
1044         * configure.in: Check posix_openpt() first and fallback to
1045         GNU-specific getpt() only if needed.
1047 2003-06-29  David Sterba  <dave@jikos.cz>
1049         * lib/mc.hint.cs: Typo fixes.
1051 2003-06-25  Marco Ciampa  <ciampix@libero.it>
1053         * doc/it/mc.1.in: small fix
1055 2003-06-23  Andrew V. Samoilov  <sav@bcs.zp.ua>
1057         * lib/mc.ext: Allow ZIP in all capitals in "file" output.
1059 2003-06-18  Pavel Roskin  <proski@gnu.org>
1061         * configure.in: Remove test for SCO UNIX.  Remove all references
1062         to SCO_FLAVOR everywhere.  SCO flavor is rather unsavory now.
1064 2003-06-06  Pavel Roskin  <proski@gnu.org>
1066         * lib/mc.ext.in: Don't run compressed logs from /var/log through
1067         nroff.  Suggested by Alfie Costa <agcosta@gmx.net>
1069 2003-05-16  Marco Ciampa  <ciampix@libero.it>
1071         * syntax/ruby.syntax: upgrade
1072         * syntax/perl.syntax: small fix
1074 2003-05-14  Marco Ciampa  <ciampix@libero.it>
1076         * syntax/ruby.syntax: New file - syntax for Ruby.
1077         * syntax/Syntax: Add ruby.syntax.
1078         * syntax/Makefile.am: Likewise.
1080 2003-05-08  Pavel Roskin  <proski@gnu.org>
1082         * mc.spec.in: Strip pre-1998 changelog to work around a bug in
1083         rpm 4.2, which doesn't like %install inside %changelog.
1085 2003-04-29  Pavel Roskin  <proski@gnu.org>
1087         * configure.in: Add vfs/extfs/iso9660 to AC_CONFIG_FILES.
1088         * lib/mc.ext.in: Add support for ISO images.
1090 2003-03-31  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
1092         * syntax/Syntax: Highlight *.mc as a makefile.
1093         * syntax/sql.syntax: Add more keywords for PostgreSQL.
1095 2003-03-21  Pavel Roskin  <proski@gnu.org>
1097         * syntax/sh.syntax: Highlight "find".  Highlight whole string
1098         after "#!".  Make unrecognized text inside `` less bright.
1100 2003-03-17  Marco Ciampa  <ciampix@libero.it>
1102         * doc/it/mc.1.in: Some manual fixes.
1104 2003-03-14  Pavel Roskin  <proski@gnu.org>
1106         * syntax/c.syntax: Allow integer specifiers for %x and %X in C
1107         format strings.
1108         * syntax/cs.syntax: Likewise.
1109         * syntax/java.syntax: Likewise.
1110         * syntax/ml.syntax: Likewise.
1111         * syntax/php.syntax: Likewise.
1112         * syntax/python.syntax: Likewise.
1113         * syntax/slang.syntax: Likewise.
1114         * syntax/swig.syntax: Likewise.
1116 2003-03-11  Pavel Roskin  <proski@gnu.org>
1118         * acinclude.m4 (MC_ASM_LABELS): New macro to work around a bug
1119         gettext.  Define _INTL_REDIRECT_MACROS if needed.
1120         * configure.in: Use MC_ASM_LABELS.
1122 2003-03-07  Pavel Roskin  <proski@gnu.org>
1124         * configure.in: Add --with-glib-static option.
1126 2003-03-06  Pavel Roskin  <proski@gnu.org>
1128         * syntax/spec.syntax: Add BuildArch.
1130 2003-03-05  Pavel Roskin  <proski@gnu.org>
1132         * configure.in: Check availability of setsid().
1134 2003-03-04  Sanlig Badral  <Badral@chinggis.com>
1136         * po/LINGUAS: added Mongolian (mn) translation.
1138 2003-03-03  Pavel Roskin  <proski@gnu.org>
1140         * lib/mc.lib: Add xterm arrows both for application and normal
1141         mode.  Normal mode can be accidentally enabled if one mc is run
1142         from another and Ctrl-O is used to switch between them.
1143         Add F11-F20 definitions for cons25 (FreeBSD console).
1145 2003-02-27  Juan C. Olivares  <juancri@TAGnet.org>
1147         * syntax/cs.syntax: New file.
1148         * syntax/Syntax: Add cs.syntax.
1149         * syntax/Makefile.am: Likewise.
1151 2003-02-27  Marco Ciampa  <ciampix@libero.it>
1153         * doc/it/mc.1.in: updated manual with -e switch description.
1155 2003-02-26  Pavel Roskin  <proski@gnu.org>
1157         * syntax/syntax.syntax: Highlight "define".
1159 2003-02-23  Marco Ciampa  <ciampix@libero.it>
1161         * doc/it/mc.1.in: updated manual with some stylistic changes.
1163 2003-02-23  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
1165         * lib/mc.ext.in: Add entry for QNX Neutrino packages.
1167 2003-02-22  Pavel Tsekov  <ptsekov@gmx.net>
1169         * acinclude.m4 [AC_G_MODULE_SUPPORTED]: New macro.
1170         * configure.in: Test for gmodule.  Don't link mc with libX11 if
1171         gmodule is supported.
1173 2003-02-22  Pavel Roskin  <proski@gnu.org>
1175         * configure.in: Add --with-glib12 option to configure to force
1176         using glib 1.2.x.
1178 2003-02-21  Andrew V. Samoilov  <sav@bcs.zp.ua>
1180         * doc/ru/mc.1.in (Layout): Translate 'Xterm window title' option.
1181         (Extension File Edit): Translate include feature.
1183 2003-02-20  Pavel Roskin  <proski@gnu.org>
1185         * configure.in: Move list of all translations ...
1186         * po/LINGUAS: ... here.
1188 2003-02-18  Pavel Roskin  <proski@gnu.org>
1190         * syntax/c.syntax: Highlight C++ comments in preprocessor
1191         directives.
1192         Reported by Oswald Buddenhagen <ossi@kde.org>
1194 2003-02-13  Marco Ciampa  <ciampix@libero.it>
1196         * doc/it/mc.1.in: updated manual following it.po changes.
1198 2003-02-05  Pavel Roskin  <proski@gnu.org>
1200         * configure.in: Bump version to 4.6.0a.
1202         * configure.in: Version 4.6.0 released.
1204 2003-02-04  Arpi  <arpi@mplayerhq.hu>
1206         * syntax/Syntax: Match *.syntax before other files to fix
1207         highlighting of makefile.syntax.
1209 2003-02-04  Pavel Roskin  <proski@gnu.org>
1211         * syntax/c.syntax: Revert highlighting trailing whitespaces.
1213 2003-02-03  Andrew V. Samoilov  <sav@bcs.zp.ua>
1215         * autogen.sh: Fix unportable "+" sed regexp in gettext_ver
1216         calculation.  Reported by vlad@geekizoid.com.
1218 2003-01-31  Pavel Roskin  <proski@gnu.org>
1220         * syntax/nroff.syntax: Make colors more compatible with the
1221         highlighting used in the internal viewer - yellow for bold and
1222         brightred for italic.
1224 2003-01-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
1226         * syntax/c.syntax: Highlight trailing whitespace(s).
1228 2003-01-30  Pavel Tsekov  <ptsekov@gmx.net>
1230         * acinclude.m4 (MC_WITH_NCURSES): Check -lcurses if -lncurses
1231         doesn't work.  Useful on OpenBSD 3.2.
1233 2003-01-29  Pavel Roskin  <proski@gnu.org>
1235         * lib/mc.ext.in: Fix missing semicolon that affected viewing RPM
1236         packages.
1238 2003-01-24  Pavel Roskin  <proski@gnu.org>
1240         * configure.in: Add -lposix on A/UX before all tests.
1242 2003-01-23  Pavel Roskin  <proski@gnu.org>
1244         * acinclude.m4 (MC_EXTFS_CHECKS): Fix redirection to /dev/null.
1246 2003-01-22  Pavel Roskin  <proski@gnu.org>
1248         * configure.in: Bump version to 4.6.0-pre3a.
1250         * configure.in: Version 4.6.0-pre3 released.
1252         * acinclude.m4 (_MC_WITH_XSLANG): Drop support for old S-Lang
1253         versions that required the native curses library on some OSes.
1255 2003-01-19  Adam Byrtek  <alpha@debian.org>
1257         * doc/mcview.1.in: New file.
1258         * configure.in: Treat it like doc/mcedit.1.in.
1259         * doc/Makefile.am: Likewise.
1261 2003-01-17  Adam Byrtek  <alpha@debian.org>
1263         * doc/mc.1.in (Layout): Document 'Xterm window title' option.
1265 2003-01-16  David Martin  <dmartina@excite.com>
1267         * doc/mc.1.in: Add EXTernal virtual File System node (extfs).
1269 2003-01-16  David Martin  <dmartina@excite.com>
1271         * doc/mc.1.in: Set man page header and footer.
1272         * doc/es/mc.1.in: Likewise.
1273         * doc/hu/mc.1.in: Likewise.
1274         * doc/it/mc.1.in: Likewise.
1275         * doc/pl/mc.1.in: Likewise.
1276         * doc/ru/mc.1.in: Likewise.
1278 2003-01-12  David Martin  <dmartina@excite.com>
1280         * po/es.po: Update. Rewrite localized names for some menu entries.
1281         * doc/es/mc.1.in: Likewise.
1282         * lib/mc.hint.es: Likewise.
1284 2002-12-27  David Martin  <dmartina@excite.com>
1286         * doc/pl/xnc.hlp: Update GPL (change FSF address and move 19xx
1287         entries to "year").
1289 2002-12-26  Pavel Roskin  <proski@gnu.org>
1291         * configure.in: Release 4.6.0-pre2, bump version to 4.6.0-pre2a.
1293         * configure.in: Fix non-portable operator.  Bump version to
1294         4.6.0-pre2.
1296 2002-12-24  Pavel Roskin  <proski@gnu.org>
1298         * lib/mc.ext.in: Use --nosignature with rpm to avoid a message
1299         in the viewer about unsigned packages.
1301         * acinclude.m4 (MC_WITH_SLANG): Don't add -lslang to MCLIBS if
1302         the system S-Lang is rejected.
1304         * lib/mc.ext.in: Play *.mov by mplayer.
1306 2002-12-23  Pavel Roskin  <proski@gnu.org>
1308         * configure.in: Enable X11 support by default, use --without-x
1309         to disable.
1311 2002-12-19  Pavel Roskin  <proski@gnu.org>
1313         * syntax/perl.syntax: Add separate context for function
1314         declarations and definitions, highlight prototypes.
1316 2002-12-11  Pavel Roskin  <proski@gnu.org>
1318         * acinclude.m4 (MC_EXTFS_CHECKS): Add check for Perl.
1319         * configure.in: Substitute Perl location in all extfs scripts
1320         written in Perl.
1322 2002-12-11  David Martin  <dmartina@excite.com>
1324         * doc/xnc.hlp: Update GPL (change FSF address
1325         and move 19xx entries to "year").
1326         * doc/es/xnc.hlp: Likewise.
1327         * doc/hu/xnc.hlp: Likewise.
1328         * doc/it/xnc.hlp: Likewise.
1329         * doc/ru/xnc.hlp: Likewise.
1331 2002-12-09  Pavel Roskin  <proski@gnu.org>
1333         * lib/mc.ext.in: Remove ftplist.  Add patchfs.
1335 2002-11-29  Andrew V. Samoilov  <sav@bcs.zp.ua>
1337         * autogen.sh: Use $srcdir/configure.mc instead of
1338         $srcdir/configure if first one exists and is executable.
1340 2002-11-28  Pavel Roskin  <proski@gnu.org>
1342         * configure.in: Determine which help translations user wants to
1343         install, based on USE_NLS, LINGUAS and ALL_LINGUAS.
1344         * doc/Makefile.am: Set SUBDIR to the list of the requested
1345         translations.
1347         * acinclude.m4 (MC_EXTFS_CHECKS): New macro.
1348         (MC_WITH_VFS): Call MC_EXTFS_CHECKS.
1349         * configure.in: Generate vfs/extfs/uzip.
1350         * vfs/extfs/uzip: Move to vfs/extfs/uzip.in.
1351         * vfs/extfs/Makefile.am: Corresponding adjustments.
1353 2002-11-26  Pavel Roskin  <proski@gnu.org>
1355         * syntax/sql.syntax: Add highlighting for dot and backticks.
1357 2002-11-16  Pavel Roskin  <proski@gnu.org>
1359         * configure.in: Move check for pwdauth() to MC_MCSERVER_CHECKS.
1360         * acinclude.m4 (MC_MCSERVER_CHECKS): If using crypt(), check for
1361         shadow password support.
1363         * acinclude.m4 (MC_MCSERVER_CHECKS): Don't limit PAM check to
1364         Linux.  Use AC_SEARCH_LIBS to find crypt().  Consolidate mcserv
1365         libraries into MCSERVLIBS.
1367         * configure.in: Move all mcserv related checks ...
1368         * acinclude.m4 (MC_MCSERVER_CHECKS): ... here.
1370 2002-11-15  Pavel Roskin  <proski@gnu.org>
1372         * configure.in: Fully enable glib2.  Update the documentation.
1374 2002-11-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
1376         * lib/mc.menu: Don't use --repetitive-best option with bzip2 -
1377         it is redundant in versions 0.9.5 and above.
1379 2002-11-10  Pavel Roskin  <proski@gnu.org>
1381         * configure.in: Check for uintptr_t.  Needed to compile regex.c
1382         on MacOS X.  Reported by Wim Rijnders <wimrijnders@home.nl>
1384 2002-11-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
1386         * syntax/ada95.syntax: Highlight "then" and "else".
1387         From Victor Porton <porton@ex-code.com>.
1388         Highlight "exit".
1390 2002-11-06  Pavel Roskin  <proski@gnu.org>
1392         * lib/edit.indent.rc: Remove all options for indent and add a
1393         comment explaining where those options should be.
1395 2002-11-05  Pavel Roskin  <proski@gnu.org>
1397         * lib/mc-wrapper.csh.in: Remove /bin/csh at the beginning - this
1398         script is not meant to be executed by the kernel.  This also
1399         eliminates dependency of the RPM package on csh.
1400         * lib/mc-wrapper.sh.in: Remove /bin/sh at the beginning.
1402 2002-11-01  Pavel Roskin  <proski@gnu.org>
1404         * configure.in: Don't substitute mc.sh and mc.csh - it's now
1405         done ...
1406         * lib/Makefile.am: ... here.  Add wrappers for mc to avoid
1407         defining complex shell scripts in functions and aliases.
1408         * lib/mc-wrapper.csh.in: New file - template for the script
1409         that runs mc and changes directory in csh.
1410         * lib/mc-wrapper.sh.in: New file - template for the script
1411         that runs mc and changes directory in sh.
1413 2002-11-01  Andrew V. Samoilov  <sav@bcs.zp.ua>
1415         * doc/mc.1.in (Keys): Document S-<chr>.
1416         * doc/ru/mc.1.in: Likewise.
1418 2002-10-31  Pavel Roskin  <proski@gnu.org>
1420         * syntax/diff.syntax: Revert highlighting for trailing spaces
1421         on the added lines - it extends the context to the next line.
1423         * lib/mc.csh.in: Add quoting and check for missing file.
1425         * lib/mc.csh.in: Update to use the new -P option.  This script
1426         has absolutely no protection against special symbols in
1427         directory names and lacks TMPDIR support.
1429         * lib/mc.sh.in: Update to use the new -P option.
1431         * configure.in: Displaying the install paths is too problematic
1432         to implement properly.  Remove this code.
1434 2002-10-29  Pavel Roskin  <proski@gnu.org>
1436         * lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.
1437         * configure.in: Likewise.  Add "-c" (disable ANSI color) to
1438         MAN_FLAGS if supported.
1440         * acinclude.m4 (MC_WITH_SLANG): Reject S-Lang with UTF-8
1441         support, unless external S-Lang was explicitly requested.
1443 2002-10-24  Pavel Roskin  <proski@gnu.org>
1445         * lib/mc.ext.in: Don't use links to view html - the "-dump"
1446         option has been removed in the recent versions.
1447         From David Martin <dmartina@excite.com>
1449 2002-10-21  Pavel Roskin  <proski@gnu.org>
1451         * acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
1452         to the final configuration message.
1454 2002-10-17  Pavel Roskin  <proski@gnu.org>
1456         * doc/hu/Makefile.am: Generate Hungarian help file from the
1457         manual, just like other languages.
1458         * doc/hu/mc.1.in: New file, converted from the help file.
1459         * doc/hu/xnc.hlp: Likewise.
1460         * configure.in: Adjust for the above.
1462         * doc/mc.1.in: Add node names.  Remove redundant paragraph
1463         breaks at the start and the end of the sections.  Mention
1464         "stalelink" as color keyword.
1466 2002-10-14  Pavel Roskin  <proski@gnu.org>
1468         * lib/mc.ext.in: Don't use "-dump" option with "links".
1469         From David Martin <dmartina@excite.com>
1471 2002-10-13  Pavel Roskin  <proski@gnu.org>
1473         * lib/mc.hint*: Remove all references to "-1" - hints file is no
1474         substitute to unambiguous GUI.
1475         From Christian Laubscher <christian.laubscher@tiscalinet.ch>
1477 2002-10-12  Pavel Roskin  <proski@gnu.org>
1479         * lib/mc.ext.in: Redirect stderr from "links" to suppress a
1480         warning if it's not found.
1482 2002-10-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
1484         * doc/mc.1.in (SMB File System): Username is allowed in
1485         URLs now (/#smb:[user@]machine).
1486         * doc/ru/mc.1.in: Likewise.
1488 2002-10-08  Pavel Roskin  <proski@gnu.org>
1490         * configure.in: Rename RH_VERSION to RPM_VERSION - not every
1491         rpm-based system is Red Hat.  Replace all dashes, not just one.
1493         * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
1494         termcap if terminfo is missing in the known locations.
1495         * configure.in: Remove --with-termcap processing, it is now in
1496         acinclude.m4.
1498 2002-10-02  Pavel Roskin  <proski@gnu.org>
1500         * syntax/syntax.syntax: Fix highlighting for "gray".
1502 2002-10-01  Pavel Roskin  <proski@gnu.org>
1504         * configure.in: Expand $bindir and $datadir to show at the end.
1505         Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
1507 2002-09-29  Pavel Roskin  <proski@gnu.org>
1509         * configure.in: Remove the argument from --with-gpm-mouse.  The
1510         directories for include files and libraries can be specified
1511         using LDFLAGS and CPPFLAGS, as documented in the output of
1512         "configure --help".
1514         * configure.in: Complete rewrite of the screen library support.
1515         Add new option --with-screen instead on --with-slang,
1516         --with-included-slang and --with-ncurses.  Only allow
1517         --with-termcap is using the included S-Lang library.
1518         * aclocal.m4: Corresponding changes.
1520         * syntax/mail.syntax: Replace "wholechars right" and "wholechars
1521         left" with single "wholechars".
1522         * syntax/nroff.syntax: Likewise.
1523         * syntax/sh.syntax: Likewise.
1524         * syntax/tcl.syntax: Likewise.
1526         * syntax/*.syntax: Remove numeric Cooledit colors.  It's
1527         unreasonable to require them to be correct.  On the other hand,
1528         Cooledit can easily be changed to accept named color names.
1530         * syntax/syntax.syntax: Don't require Cooledit colors for
1531         highlighting color names.  Remove Cooledit colors.
1533         * syntax/m4.syntax: Don't use yellow color on parentheses, since
1534         it interferes with parentheses highlighting.  Remove list of
1535         supported Autoconf macros.
1537 2002-09-26  Pavel Roskin  <proski@gnu.org>
1539         * syntax/syntax.syntax: Remove highlighting for numbers - it's
1540         for Cooledit only.
1542         * syntax/c.syntax: Require at least one space at the beginning
1543         of indented cpp directives.  Use brightmagenta for them.
1545         * syntax/syntax.syntax: Don't start keywords with "\[" - it
1546         doesn't work.  Use "\[\]" at the end of keywords to suppress
1547         their special meaning.
1549 2002-09-22  Pavel Roskin  <proski@gnu.org>
1551         * doc/Makefile.am: Remove width from the man2hlp command line.
1552         The same for translations.
1554         * configure.in: Remove support for HSC proxy - it's obsolete.
1555         Remove all references to HSC proxy everywhere.
1557 2002-09-21  Pavel Roskin  <proski@gnu.org>
1559         * configure.in: Bump version to 4.6.0-pre1b.
1561         * doc/hu/mc.hlp.hu: Rename to ...
1562         * doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
1563         * configure.in: Substitute doc/hu/mc.hlp.hu.
1564         * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
1566         * doc/mc.1.in: Update path to the data files.  Rename MC_LIBDIR
1567         to MC_DATADIR.  Make the same changes in the translations.
1569         * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
1570         directory for architecture-independent files.
1572 2002-09-19  Pavel Roskin  <proski@gnu.org>
1574         * syntax/m4.syntax: New file.
1575         * syntax/Syntax: Add m4.syntax.
1576         * syntax/Makefile.am: Likewise.
1577         From Vlad Romanenko <VladRomanenko@ukr.net>
1579         * syntax/sql.syntax: Only recognize non-standard MySQL comments
1580         at the beginning of line.
1582 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
1584         * syntax/syntax.syntax: Add "linestart" for "context",
1585         "context default" and "context exclusive" keywords.
1586         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
1587         and "%5.5s" formats.
1589 2002-09-18  Pavel Roskin  <proski@gnu.org>
1591         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
1592         rules for syntax files ...
1593         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
1594         and "include" keywords.
1595         * syntax/Makefile.am: Add syntax.syntax.
1597 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
1599         * syntax/js.syntax: Advanced number highlighting.
1601 2002-09-17  Pavel Roskin  <proski@gnu.org>
1603         * syntax/c.syntax: Highlight "?" by the same color as ":".
1604         * syntax/java.syntax: Likewise.
1605         * syntax/swig.syntax: Likewise.
1606         * syntax/python.syntax: Remove duplicate keyword ":".
1608         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
1609         m4 directory is used by aclocal.
1610         * m4/Makefile.am: New file.
1611         * configure.in: Substitute m4/Makefile.
1612         * autogen.sh: Don't copy any macro files, use m4 directory.
1614         * syntax/Makefile.am: Add js.syntax.
1616         * configure.in: Add support for glib 2.x.  Right now, it has to
1617         be explicitly enabled by `--with-glib2'.
1618         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
1620 2002-09-16  Pavel Roskin  <proski@gnu.org>
1622         * syntax/js.syntax: New file.
1623         * syntax/Syntax: Add js.syntax.
1624         From Vlad Romanenko <VladRomanenko@ukr.net>
1626 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
1628         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
1629         of local xnc.hlp
1630         * doc/pl/xnc.hlp: Removed.
1632 2002-09-13  Pavel Roskin  <proski@gnu.org>
1634         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
1635         Remove "potfiles" command.
1636         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
1637         compatibility with gettext 0.10.x.
1639         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
1640         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
1642         * po/Makevars: New file for compatibility with gettext 0.11.x.
1644         * configure.in: Remove "Debugger code" message.
1646         * acinclude.m4: Replace undelfs_o with use_undelfs.
1647         * configure.in: Likewise.  Don't substitute it.
1649         * configure.in: Simplify processing of without-edit.  Replace
1650         several variables with use_edit.
1651         * acinclude.m4: Remove AC_WITH_EDIT.
1653         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
1654         use_smbfs.
1655         * configure.in: Likewise.
1656         * INSTALL: Document --with-samba.
1658         * configure.in: Roll --enable-mcserv-install into ...
1659         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
1660         * INSTALL: Document --with-mcfs.
1662 2002-09-12  Pavel Roskin  <proski@gnu.org>
1664         * configure.in: Don't check if crypt() prototype is needed to
1665         avoid warnings - the whole code is not worth avoiding one
1666         legitimate warning.
1667         * acinclude.m4: Remove AC_TRY_WARNINGS.
1669         * configure.in: ALL_LINGUAS should be defined unconditionally.
1671         * acinclude.m4: Clarify some help texts, add defaults in square
1672         brackets, use more consistent spacing.
1673         * configure.in: Likewise.
1675         * lib/mc.menu: Don't call tarballs "releases".  Don't
1676         dereference symlinks.
1678 2002-09-10  Pavel Roskin  <proski@gnu.org>
1680         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
1682 2002-09-07  Pavel Roskin  <proski@gnu.org>
1684         * configure.in: Eliminate --with-terminfo option, which was
1685         essentially equivalent to --with-included-slang and didn't force
1686         anything.
1687         * acinclude.m4 (AC_USE_TERMINFO): Remove.
1688         * INSTALL: Adjust to match.
1689         * FAQ: Likewise.
1691 2002-09-05  Pavel Roskin  <proski@gnu.org>
1693         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
1694         NETFILES - it's unused.
1696         * configure.in: Check for arpa/inet.h.
1698         * mcfn_install: Remove.  Also remove all references to it.
1699         * INSTALL.FAST: Update information about ncurses.
1700         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
1702         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
1703         LIBS.
1704         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
1705         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
1706         test for ncurses in non-standard directories.
1708 2002-09-04  Pavel Roskin  <proski@gnu.org>
1710         * lib/mc.ext.in: Remove edit rules for compressed files that
1711         were compressing even unchanged files - the editor itself can
1712         handle compression better.
1714 2002-09-03  Pavel Roskin  <proski@gnu.org>
1716         * acinclude.m4: Remove Termnet support, it's too old and obscure
1717         to be supported properly.
1719 2002-08-27  Pavel Roskin  <proski@gnu.org>
1721         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
1722         OpenOffice.org, not StarOffice.  Add more video formats.
1724         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
1725         unnecessary pipeline.  Redirect stderr from cpio, because it can
1726         be non-empty even for successful operations.
1728 2002-08-26  Pavel Roskin  <proski@gnu.org>
1730         * syntax/spec.syntax: New file.
1731         * syntax/Syntax: Add spec.syntax.
1732         * syntax/Makefile.am: Likewise.
1733         From PLD Linux Distribution with minor changes.
1735 2002-08-25  Pavel Roskin  <proski@gnu.org>
1737         * lib/mcserv.init: Update from Red Hat package.
1738         * lib/mcserv.pamd: Likewise.
1740         * configure.in: Fix interpretation of the iconv test result.
1741         Reported by Pavel Shirshov <me@pavelsh.pp.ru>
1743         * mc.sh.in: Only bash needs the mc() function to be exported.
1745         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
1746         instead of /usr where appropriate.
1747         * doc/Makefile.am: Enable generation of the help file.
1749         * doc/pl/*: Add Polish translation.
1750         * doc/Makefile.am: Adjust for the above.
1751         * configure.in: Likewise.
1753 2002-08-24  Pavel Roskin  <proski@gnu.org>
1755         * lib/edit.indent.rc: Use tidy to format HTML.
1756         From David Martin <dmartina@excite.com>
1758         * lib/cedit.menu: Remove all references to the error file.
1759         * lib/edit.indent.rc: Likewise.
1760         * lib/edit.spell.rc: Likewise.
1762 2002-08-23  Pavel Roskin  <proski@gnu.org>
1764         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
1765         use only for the programs that need it (mc and mcserv).
1767         * configure.in: Fix help text for gpm and ncurses.  Properly
1768         handle --without-ncurses.
1769         Reported by Moritz Barsnick <moritz@barsnick.net>
1771         * configure.in: Work around a bug in Autoconf-2.53 that prevents
1772         splitting of user-specified path in AC_PATH_PROGS.
1774         * configure.in: Move glib test earlier, as it tends to fail for
1775         many users.  Make GLIB_CONFIG a precious variable.  Check for
1776         glib12-config - that's how it's called on FreeBSD.
1777         Reported by Pavel Shirshov <me@pavelsh.pp.ru>
1779 2002-08-22  Pavel Roskin  <proski@gnu.org>
1781         * configure.in: Remove old-style Linux-only support for shadow
1782         passwords.
1784 2002-08-21  Pavel Roskin  <proski@gnu.org>
1786         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
1787         now, otherwise Automake 1.5 breaks.  Remove version number from
1788         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
1789         Substitute RH_VERSION, which is VERSION without dashes, needed
1790         for RedHat specfile.
1792         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
1793         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
1794         two places.
1796         Release mc-4.6.0-pre1.
1798         * configure.in: Bump version to 4.6.0-pre1.
1799         * po/*.po: Regenerate.
1801 2002-08-20  David Martin  <dmartina@excite.com>
1803         * doc/es/mc.1.in: Minor changes.
1804         * doc/es/xnc.hlp: Likewise.
1806 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1808         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
1809         %{_mandir}/*/man1/*.
1811 2002-08-20  Pavel Roskin  <proski@gnu.org>
1813         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
1815 2002-08-19  Pavel Roskin  <proski@gnu.org>
1817         * configure.in: Add Italian documentation.
1818         * doc/Makefile.am: Likewise.
1820         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
1822         * configure.in: Enable subshell support on all operating systems
1823         by default.  Old issues are most likely solved by now.
1825 2002-08-18  Pavel Roskin  <proski@gnu.org>
1827         * lib/mc.ext.in: Try links before lynx.  Force full path when
1828         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
1829         is already broken if the program starts in background.  Add a
1830         comment discouraging taking this code as example.
1832         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
1833         obsolete.
1834         * doc/es/mc.1.in: Likewise.
1835         * doc/ru/mc.1.in: Likewise.
1836         * doc/hu/mc.hlp.hu: Likewise.
1838         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
1839         was unsafe by design and is no longer supported.  Use %t instead
1840         of %u to preserve tags in case of failure.
1842         * vfs/extfs/ftplist.in: Remove support for running commands, it
1843         makes no sense.
1845 2002-08-16  Pavel Roskin  <proski@gnu.org>
1847         * lib/mc.global: Remove, it duplicates the role of mc.lib.
1848         * lib/mc.lib: Add contents of mc.global.
1849         * lib/Makefile.am: Remove all references to mc.global.
1851         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
1852         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
1854 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
1856         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
1857         set, umask and unset like other builtin commands.
1859 2002-08-15  Pavel Roskin  <proski@gnu.org>
1861         * configure.in: Remove check for SIGTSTP, it's not needed for
1862         the subshell support.
1864         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
1865         done at runtime.
1866         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
1868 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
1870         * doc/ru/mc.1.in: Remove reference to README.edit.
1871         * doc/mc.1.in: Likewise.
1872         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
1873         everywhere.
1875 2002-08-14  Pavel Roskin  <proski@gnu.org>
1877         * doc/mc.1.in: Consistently use "native" ftp syntax.
1878         * doc/ru/mc.1.in: Likewise.
1879         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
1880         * doc/es/xnc.hlp: Likewise.
1882         * lib/mc.hlp.hu: Move ...
1883         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
1885 2002-08-09  Pavel Roskin  <proski@gnu.org>
1887         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
1888         and entries that are obsolete or make no sense.
1890         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
1891         "How to use help".
1893         * doc/Makefile.am: Don't distribute help file.  Generate it in
1894         the build directory.
1895         * doc/es/Makefile.am: Likewise.
1896         * doc/ru/Makefile.am: Likewise.
1898         * lib/xnc.hlp: Move ...
1899         * doc/xnc.hlp: ... here.
1900         * doc/Makefile.am: Necessary adjustments.
1901         * lib/Makefile.am: Likewise.
1902         * src/Makefile.am: Likewise.
1904         * configure.in: Add Spanish documentation.
1905         * doc/Makefile.am: Likewise.
1906         * doc/es: Spanish documentation.
1907         From David Martin <dmartina@excite.com>
1909 2002-08-08  Pavel Roskin  <proski@gnu.org>
1911         * lib/mc.lib: Add f11-f20 keys for Konsole.
1913 2002-08-06  Pavel Roskin  <proski@gnu.org>
1915         * syntax/lisp.syntax: New file.
1916         * syntax/Syntax: Add lisp.syntax.
1917         * syntax/Makefile.am: Likewise.
1918         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
1919         changes.
1921 2002-08-04  Pavel Roskin  <proski@gnu.org>
1923         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
1924         subshell if this test fails.
1926 2002-08-03  Pavel Roskin  <proski@gnu.org>
1928         * syntax/mail.syntax: Colors changed to be more readable.
1930         * syntax/html.syntax: Don't require character entities to be
1931         whole, but check their validity.
1933 2002-08-02  Pavel Roskin  <proski@gnu.org>
1935         * configure.in: No longer need to define REGEX_MALLOC.
1937 2002-08-01  Pavel Roskin  <proski@gnu.org>
1939         * configure.in: Remove support for MAD and Electric Fence.
1940         Developers should use modern memory debuggers (e.g. Valgrind).
1941         * INSTALL: Remove references to MAD.
1943 2002-07-31  Pavel Roskin  <proski@gnu.org>
1945         * syntax/html.syntax: Remove recognition for any individual
1946         words - there are too many of them, we cannot keep up.
1948 2002-07-30  Pavel Roskin  <proski@gnu.org>
1950         * doc/ru/Makefile.am: Use man2hlp directly.
1952 2002-07-28  Pavel Roskin  <proski@gnu.org>
1954         * syntax/changelog.syntax: Highlight "*" only after tab.  This
1955         requires fixed syntax highlighting.
1957         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
1958         default. Open *.xls with gnumeric.  Use mplayer for most video
1959         formats.
1961         * syntax/nroff.syntax: Require most keywords to be whole.
1963 2002-07-21  Pavel Roskin  <proski@gnu.org>
1965         * syntax/fortran.syntax: Fix highlighting of "*" at the
1966         beginning of line.  Recognize "     +" as continuation.  Move
1967         all "linestart" keywords earlier to avoid more conflicts.
1969 2002-07-18  Pavel Roskin  <proski@gnu.org>
1971         * syntax/unknown.syntax: Don't highlight anything by default.
1973         * syntax/changelog.syntax: Highlight functions without
1974         filenames.
1975         * syntax/Syntax: Match *ChangeLog*.
1977         * syntax/c.syntax: Reenable highlighting for "/" and preserve
1978         highlighting for "//" comments by using exclusive context.
1979         * syntax/java.syntax: Likewise.
1980         * syntax/swig.syntax: Likewise.
1981         * syntax/slang.syntax: Reenable highlighting for "/".
1982         * syntax/sql.syntax: Enable highlighting for "/" and "-".
1984         * syntax/sql.syntax: New file.
1985         * syntax/Syntax: Add sql.syntax.
1986         * syntax/Makefile.am: Likewise.
1987         From Walery Studennikov <despair@sama.ru> with minor changes.
1989 2002-07-16  Pavel Roskin  <proski@gnu.org>
1991         * lib/mc.ext.in: Remove handling of executables.  They should
1992         be handled internally for "pause after run" to work.
1994         * syntax/Syntax: Associate *.itcl with tcl.syntax.
1995         * syntax/tcl.syntax: Add itcl keywords, other improvements.
1997 2002-07-15  Pavel Roskin  <proski@gnu.org>
1999         * configure.in: Don't check for strcasecmp(), strncasecmp() and
2000         strdup() - test results are not used except in gettext, which
2001         provides its own tests.
2003         * configure.in: When checking for ncurses, check for
2004         has_colors(), not curses_version() - the later is missing in
2005         older version of ncurses.
2007 2002-07-13  Pavel Roskin  <proski@gnu.org>
2009         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
2010         not to LIBS.
2011         * configure.in: Fix breakage in ncurses headers check from the
2012         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
2013         Define REGEX_MALLOC here.
2015         * acinclude.m4 (AC_NCURSES): Remove.
2016         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
2017         AC_CHECK_LIB to check existence of ncurses library.  Eliminate
2018         variables force_ncurses and search_ncurses.
2020 2002-07-10  Pavel Roskin  <proski@gnu.org>
2022         * configure.in: Remove --with-netrc, it is now default and can
2023         be disabled at the runtime.
2025         * syntax/tcl.syntax: New file.
2026         * syntax/Syntax: Add tcl.syntax.
2027         * syntax/Makefile.am: Likewise.
2028         * syntax/java.syntax: Don't treat #define separately from other
2029         preprocessor directives.
2030         * syntax/slang.syntax: Likewise.
2031         * syntax/swig.syntax: Likewise.
2033 2002-07-09  Pavel Roskin  <proski@gnu.org>
2035         * syntax/c.syntax: Don't treat #define separately from other
2036         preprocessor directives.
2038 2002-07-08  Pavel Roskin  <proski@gnu.org>
2040         * syntax/perl.syntax: Highlight text after __END__ as a comment.
2041         * syntax/po.syntax: Avoid gray color, which is hard to see.
2043 2002-07-05  Pavel Roskin  <proski@gnu.org>
2045         * syntax/dos.syntax: Add more commands.
2047 2002-07-04  Pavel Roskin  <proski@gnu.org>
2049         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
2050         sort authors.
2052 2002-06-24  Pavel Roskin  <proski@gnu.org>
2054         * syntax/dos.syntax: New file - highlighting for DOS batch
2055         files.  From Petr Kozelka <pkozelka@centrum.cz>
2056         * syntax/Syntax: Add dos.syntax.
2057         * syntax/Makefile.am: Likewise.
2059 2002-06-04  Max Schedriviy  <max@humgat.org>
2061         * syntax/php.syntax: New version.
2063 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
2065         * NEWS: Mention ftpfs/fish uploading changes and new configure
2066         options --with-codepagedir=DIR, --with-configdir=DIR and
2067         --without-mcfs.
2069 2002-05-22  Pavel Roskin  <proski@gnu.org>
2071         * doc/ru/Makefile.am: Fix out-of-tree build.
2073 2002-05-14  Pavel Roskin  <proski@gnu.org>
2075         * configure.in: Fix logic for gettext 0.10.x.
2077 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
2079         * configure.in: Don't generate po/Makefile if
2080         there is 'top_builddir' in po/Makefile.in.
2081         * autogen.sh: More fixes for gettext 0.11+.
2083 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
2085         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
2087 2002-04-21  Pavel Roskin  <proski@gnu.org>
2089         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
2090         can play them.
2092 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
2094         * autogen.sh: Fix for gettext 0.11 family (and newer).
2096 2002-04-08  Pavel Roskin  <proski@gnu.org>
2098         * autogen.sh: Allow gettext newer than 0.10.39.
2099         From Björn Eriksson <bjorn@bjornen.nu>
2101 2002-04-03  Pavel Roskin  <proski@gnu.org>
2103         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
2104         by "make clean" because not everyone has Perl to rebuild it.
2106 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
2108         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
2109         first line regular expression.
2111 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
2113         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
2114         or newer is not used.
2115         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
2117         * src/Makefile.am: Move mc.hlp.ru processing ...
2118         * doc/ru/Makefile.am: ... here.
2120 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
2122         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
2123         * syntax/c.syntax: Highlight "%p" printf format.
2124         Allow '*' as width and precision for strings and numbers.
2126         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
2127         * doc/ru/mc.1.in: Likewise.
2129 2002-03-18  Pavel Roskin  <proski@gnu.org>
2131         * doc/ru/Makefile.am: Distribute xnc.hlp.
2133 2002-03-12  Pavel Roskin  <proski@gnu.org>
2135         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
2137 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
2139         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
2140         * doc/ru/Makefile.am: New file.
2142 2002-03-08  Pavel Roskin  <proski@gnu.org>
2144         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
2146 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
2148         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
2150 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
2152         * doc/mc.1.in: Use nodename `Background jobs' for section
2153         `Background Jobs' to reflect user visible Command menu option
2154         and src/cmd.c dialog implementation.
2156         * doc/ru: New directory for Russian manuals.
2157         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
2158         translated by Victor A. Kostromin for mc 4.5.30.  Converted
2159         from binary mc.hlp.ru, corrected and actualized by me.
2160         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
2161         * doc/ru/.cvsignore: Ignore mc.1.
2163 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
2165         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
2166         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
2167         mc.lib settings.
2169         (Virtual File System): Document SMB File System.
2171 2002-02-26  Pavel Roskin  <proski@gnu.org>
2173         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
2174         message "no symbol found" for unsupported architectures and
2175         provide more useful information.
2177 2002-02-22  Pavel Roskin  <proski@gnu.org>
2179         * README.smbfs: Remove.  It contained no useful information
2180         and the webpage is now dead.
2181         * Makefile.am: Remove README.smbfs.
2183         * README: Mention that glib 1.2.x is required.
2185 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
2187         * lib/edit.indent.rc: Use "#! /bin/sh"
2188         * lib/edit.spell.rc: Likewise.
2189         * lib/mcserv.init: Likewise.
2191         * lib/cedit.menu: Eliminate bashisms.
2192         Add missed `:' in AUTHOR evaluation.
2193         Unset LANGUAGE and make LC_ALL empty.
2194         Use "#! /path/to/program".
2196 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
2198         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
2199         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
2200         Fix tarfs URL syntax example.  Minor typo and format fixes.
2202 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
2204         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
2205         Fix location of configuration files.
2207 2002-02-05  Pavel Roskin  <proski@gnu.org>
2209         * configure.in: Don't use defunct ncurses_version.
2210         Reported by Thomas Dickey <dickey@herndon4.his.com>
2211         Set force_ncurses whenever --with-ncurses is used.  If set,
2212         suppress checks for S-Lang and fail is ncurses is not found.
2214         * configure.in: Introduce a new variable screen_type that is
2215         either "slang" or "ncurses" without additional text.  Use it
2216         instead of screen_manager whenever possible.  Fix text in
2217         AC_NCURSES call, use m4 quotes and move shell quotes into the
2218         macro.
2219         * acinclude.m4: Likewise.
2221 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
2223         * syntax/Syntax: Known Delphi/Kylix source file extensions
2224         supported (*.dpr, *.inc).
2225         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
2226         Special highlighting for CVS keywords.  Understands single-line
2227         comments (//).
2229 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
2231         * configure.in (ALL_LINGUAS): Added "bg"
2233 2002-01-21  Pavel Roskin  <proski@gnu.org>
2235         * NEWS: Mention word completion in the editor.
2237 2002-01-17  Pavel Roskin  <proski@gnu.org>
2239         * extraconf.h: Remove OS/2 specific code.
2241         * doc/mc.1.in (Configuration): Clarify some entries.
2243 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
2245         * acinclude.m4: New options for smbfs:
2246         --with-configdir=DIR    Where the Samba configuration files are (/etc)
2247         --with-codepagedir=DIR  Where the Samba codepage files are
2249 2002-01-11  Pavel Roskin  <proski@gnu.org>
2251         * syntax/xml.syntax: New file - highlighting for XML.
2252         From Petr Kozelka <pkozelka@centrum.cz>
2253         * syntax/Syntax: Add xml.syntax.
2254         * syntax/Makefile.am: Likewise.
2256 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
2258         * configure.in: Added "eu" to ALL_LINGUAS.
2260 2002-01-03  Pavel Roskin  <proski@gnu.org>
2262         * lib/mc.menu: Correct quoting.
2263         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
2265         * NEWS: Mention removal of the OS/2 port.
2266         * README.PC: Remove OS/2 specific parts.
2268 2002-01-02  Pavel Roskin  <proski@gnu.org>
2270         * configure.in: Make help about --with-subshell easier to
2271         understand.  Minor alignment fixes for the help.
2272         * acinclude.m4: Minor alignment fixes for the help.
2274 2001-12-31  Pavel Roskin  <proski@gnu.org>
2276         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
2277         from vfs/Make-mc.in.
2279 2001-12-27  Duarte Loreto  <happyguy_pt@hotmail.com>
2281         * configure.in: Added Portuguese to ALL_LINGUAS
2283 2001-12-21  Pavel Roskin  <proski@gnu.org>
2285         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
2286         Don't remove slang/slang.h - it's never created.
2288         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
2289         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
2290         unused.
2292 2001-12-01  Wang Jian  <lark@linux.net.cn>
2294         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
2296 2001-11-29  Pavel Roskin  <proski@gnu.org>
2298         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
2300 2001-11-27  Pavel Roskin  <proski@gnu.org>
2302         * lib/mc.ext.in: When running X programs in background, do it
2303         from subshell.  Otherwise some of them terminate when mc exits.
2304         Reported by Christian Dysthe <christian@dysthe.net>
2305         Remove some obsolete and gmc-specific entries.  Use StarOffice
2306         to open files detected as "Microsoft Office Document".
2308         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
2309         XFree86 4.1.0.
2311 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
2313         * doc/mcedit.1.in: Fix help file location.
2315 2001-11-14  Pavel Roskin  <proski@gnu.org>
2317         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
2318         fallback to ino_t for e2fsprogs version 1.19 and older.
2320 2001-10-30  Pavel Roskin  <proski@gnu.org>
2322         * lib/mc.ext.in: Add support for Netpbm files.
2324 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
2326         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
2327         http://bugzilla.gnome.org/show_bug.cgi?id=60935
2328         By drk@sgi.com.
2330         * doc/mc.1.in: Document %p macro.
2332 2001-10-24  Pavel Roskin  <proski@gnu.org>
2334         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
2335         Allow using --without-mmap.
2336         * INSTALL: Document --without-mmap.
2338 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
2340         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
2341         of languages to be installed by setting env variable before
2342         configure. If it is empty, it defaults to full list.
2343         By Alex Tkachenko <alex@bcs.zp.ua>.
2345 2001-10-19  Pavel Roskin  <proski@gnu.org>
2347         * syntax/sh.syntax: Highlight reserved words inside backticks.
2348         Use the same wholechars settings for reserved words and
2349         commands.  Recognize more words.  Recognize function definitions
2350         without "function" or without "()".  Use brightmagenta instead
2351         of brightblue.
2353 2001-10-18  Pavel Roskin  <proski@gnu.org>
2355         * configure.in: When checking for "nroff -mandoc" support, don't
2356         use /dev/null as input file, use stdin.  Some versions of nroff
2357         (e.g. groff-1.16.1) don't accept special files.
2359 2001-10-14  Pavel Roskin  <proski@gnu.org>
2361         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
2362         Makefile.  Don't allow any suffixes after "Makefile".
2364 2001-10-12  Pavel Roskin  <proski@gnu.org>
2366         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
2367         format).
2369 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
2371         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
2372         Fix compress<->bzip2 conversion and conversion of tagged
2373         archives.
2375 2001-10-05  Pavel Roskin  <proski@gnu.org>
2377         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
2378         Suggested by Marcel Pol <mpol@gmx.net>
2380         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
2381         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
2382         and *.mid files.
2384 2001-09-30  Pavel Roskin  <proski@gnu.org>
2386         * configure.in: Don't check whether grep supports stdin - it's
2387         not used anymore.
2388         * NEWS: Mention this change.
2390 2001-09-19  Pavel Roskin  <proski@gnu.org>
2392         * doc/mcedit.1.in: Fix a very long line - use double
2393         backslashes since they are interpreted even in the .nf blocks.
2395         * lib/edit.spell.rc: Try aspell before resorting to ispell.
2397         * syntax/php.syntax: Replace with a better implementation by
2398         Max Schedriviy <max@tavrida.net>
2400 2001-09-15  Pavel Roskin  <proski@gnu.org>
2402         * doc/mc.1.in: Fix location of mcedit files.
2403         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
2405 2001-09-14  Pavel Roskin  <proski@gnu.org>
2407         * configure.in: Don't check for ncurses version and for keyok()
2408         because the mouse support code doesn't need this hack anymore.
2410 2001-09-13  Pavel Roskin  <proski@gnu.org>
2412         * configure.in: Fix some cases of overquoting and underquoting.
2413         * acinclude.m4: Likewise.
2415 2001-09-12  Pavel Roskin  <proski@gnu.org>
2417         * configure.in: Update list of browsers.  Don't fallback to
2418         lynx since it cannot be run in background.
2419         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
2420         If no browser for X11 was found, use lynx.
2422         * autogen.sh: Add a workaround to ensure that "depcomp" is
2423         distributed.
2424         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
2425         where appropriate.
2426         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
2427         terminfo.
2429         * configure.in: Use three-argument form of AC_INIT.  Use
2430         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
2431         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
2432         is not needed if AC_CONFIG_AUX_DIR is used.
2433         * vfs/Make-mc.in: Adjust mkinstalldirs location.
2434         * autogen.sh: Create "config" and remove "autom4te.cache".
2436 2001-09-11  Pavel Roskin  <proski@gnu.org>
2438         * syntax/Syntax: New file, extracted from edit/syntax.c.
2439         * syntax/Makefile.am: Add Syntax.
2441         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
2442         to LIBS.  Don't use unportable "grep -q", use "case" instead.
2444 2001-09-10  Pavel Roskin  <proski@gnu.org>
2446         * configure.in: Only check for X if --with-tm-x-support has been
2447         specified.
2449         * configure.in: Add check for sys/ioctl.h.
2451         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
2453         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
2454         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
2455         testing for functions in ncurses.
2457         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
2458         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
2459         * acconfig.h: Remove.
2461         * configure.in: Eliminate LIBSLANG and LSLANG.
2462         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
2464         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
2465         resizeterm() and keyok() only if configuring with ncurses.
2467         * configure.in: Remove now unused variables LIBVFS and LVFS.
2469         * configure.in: Remove unused variables LINTL and INTLDEPS.
2471         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
2472         building with included gettext, because libintl.h is copied
2473         there.
2475 2001-09-09  Pavel Roskin  <proski@gnu.org>
2477         * NEWS: Update.
2479         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
2480         checks -lgen for getmntent as of Autoconf 2.52.
2482 2001-09-07  Pavel Roskin  <proski@gnu.org>
2484         * configure.in: Check for pwd.h.
2486         * Make.common.in: Remove.
2487         * configure.in: Remove all references to Make.common.in and
2488         MCCPPFLAGS.
2489         * aclocal.m4: Likewise.
2491         * configure.in: Require Autoconf 2.52.  Remove hacks for
2492         Autoconf 2.13.
2493         * Makefile.am: Require Automake 1.5.
2495 2001-09-06  Pavel Roskin  <proski@gnu.org>
2497         * syntax/php.syntax: New file - PHP file highlighting.  Copied
2498         from Cooledit 3.17.4.
2499         * syntax/Makefile.am: Add php.syntax.
2501 2001-09-06  Timur Bakeyev  <mc@bat.ru>
2503         * acconfig.h: Brought back couple of symbols, that are still necessary
2504         due reference to them from configure.in.
2506 2001-09-04  Pavel Roskin  <proski@gnu.org>
2508         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
2509         strictness for dates.
2511         * doc/mc.1.in: Fix troff warnings.
2512         * doc/mcedit.1.in: Likewise.
2514 2001-09-03  Pavel Roskin  <proski@gnu.org>
2516         * doc/mc.1.in: Spellcheck.
2517         * doc/mcedit.1.in: Likewise.
2518         * doc/mcserv.8.in: Likewise.
2520         * doc/mc.1.in (Learn Keys): Complete rewrite.
2522 2001-09-02  Pavel Roskin  <proski@gnu.org>
2524         * acconfig.h: Remove all unused symbols.
2526         * lib/ncurses.h: Remove.
2527         * lib/Makefile.am: Remove ncurses.h.
2529 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
2531         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
2533 2001-08-28  Pavel Roskin  <proski@gnu.org>
2535         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
2536         like EOF.
2538 2001-08-26  Pavel Roskin  <proski@gnu.org>
2540         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
2541         CONS_SAVER.  Put all conditionals together.
2543         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
2544         Automake 1.5.
2546         * configure.in: Remove XCURSES variable - it's unused.
2548         * configure.in: New conditional USE_EDIT.
2550         * syntax/changelog.syntax: Don't require '@' to be in the
2551         address.  This also works around a bug in the syntax engine
2552         that prevented highlighting of addresses.
2554 2001-08-25  Pavel Roskin  <proski@gnu.org>
2556         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
2558 2001-08-24  Pavel Roskin  <proski@gnu.org>
2560         * extraconf.h: Remove all references to HAVE_X.
2561         * acinclude.m4: s/GNOME_/MC_/
2562         * configure.in: Likewise.  Remove or clarify all references to
2563         the "text edition".  Minor fixes.
2565         * configure.in: Remove support for curses libraries other than
2566         ncurses.
2567         * acinclude.m4: Likewise.
2568         * FAQ: Remove everything about UNIX curses.
2569         * INSTALL: Likewise.
2571         * configure.in: Enable large file support by default.
2572         * NEWS: Mention it.
2573         * INSTALL: Document it.  Minor fixes.
2575         * FAQ: Remove information about GNOME edition.  Minor fixes.
2576         * README: Likewise.
2577         * NEWS: Mention removing the GNOME edition.
2579         * acinclude.m4: Include all used macros from the macros
2580         directory.
2581         * autogen.sh: Remove all references to "macros".
2582         * Makefile.am: Likewise.
2584         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
2585         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
2587         * lib/startup.links: Remove.
2588         * lib/README.desktop: Likewise.
2589         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
2591         * configure.in: Bump version to 4.5.99a.
2593         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
2594         * po/*.po: Regenerate.
2596         * AUTHORS: Update and spell check.
2597         * FAQ: Likewise.
2598         * INSTALL: Likewise.
2599         * INSTALL.FAST: Likewise.
2600         * NEWS: Likewise.
2601         * README.PC: Likewise.
2602         * README.QNX: Likewise.
2604         * configure.in: Add check for stropts.h.
2606 2001-08-23  Pavel Roskin  <proski@gnu.org>
2608         * lib/edit.indent.rc: Create cooledit.error right away to
2609         override its old contents.  Don't use ksh extensions.  Treat *.C
2610         files as C++.  Recognize more C++ extensions.  Support java.
2611         Update URL for "astyle".  Quote all arguments to protect spaces.
2612         * lib/edit.spell.rc: Don't save terminal settings - mc does it
2613         itself.  Quote all arguments to protect spaces.
2615 2001-08-21  Pavel Roskin  <proski@gnu.org>
2617         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
2618         files if GNOME frontend is disabled.
2619         * idl/Makefile.am: Likewise.
2620         * lib/Makefile.am: Likewise.
2621         * new_icons/Makefile.am: Likewise.
2623         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
2624         case it already has gettext macros elsewhere and doesn't like
2625         duplicates (i.e. it's aclocal from Automake-1.4).
2627 2001-08-20  Pavel Roskin  <proski@gnu.org>
2629         * AUTHORS: Updated.
2630         * INSTALL: Likewise.
2631         * NEWS: Likewise.
2632         * doc/mc.1.in: Likewise.
2633         * doc/mcserv.8.in: Likewise.
2635         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
2636         for sys/mount.h.
2638 2001-08-19  Andras Timar  <timar@gnome.hu>
2640         * lib/Makefile.am: Added Hungarian hints
2641         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
2643 2001-08-19  Pavel Roskin  <proski@gnu.org>
2645         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
2647 2001-08-17  Pavel Roskin  <proski@gnu.org>
2649         * syntax/po.syntax: New file - PO file highlighting.
2650         From David Martin <dmartina@excite.es>
2651         * syntax/Makefile.am: Add po.syntax.
2653         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
2654         it's sometimes missing from the databases.
2656 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
2658         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
2659         * lib/Makefile.am: Reflect above change.
2661 2001-08-15  Pavel Roskin  <proski@gnu.org>
2663         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
2665 2001-08-14  Pavel Roskin  <proski@gnu.org>
2667         * lib/mc.lib: Add popular sequences for "home" and "end" in
2668         "xterm" and "xterm-color" terminals.
2670 2001-08-13  Pavel Roskin  <proski@gnu.org>
2672         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
2674         Replace "Can't" with "Cannot" everywhere.
2676 2001-08-12  Pavel Roskin  <proski@gnu.org>
2678         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
2679         subshell, not for "Open file...".
2680         (emacs_key_map): Likewise.
2682         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
2684 2001-08-10  Pavel Roskin  <proski@gnu.org>
2686         * Makefile.am (EXTRA_DIST): Remove BUGS.
2687         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
2689         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
2691         * doc/LSM: Remove, it's outdated.
2692         * doc/FILES: Likewise.
2693         * doc/DEVEL: Remove information about FILES.
2695         * FAQ: Eliminate all broken URLs on the MC site.
2696         From Frederic L. W. Meunier <0@pervalidus.net>
2698         * FAQ: Restore information about xterm.
2700 2001-08-08  Pavel Roskin  <proski@gnu.org>
2702         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
2704 2001-08-07  Pavel Roskin  <proski@gnu.org>
2706         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
2708         * doc/mc.1.in: Fix all broken links.
2710 2001-08-06  Pavel Roskin  <proski@gnu.org>
2712         * INSTALL: Numerous changes.  Declare old curses obsolete.
2713         Partly from Frederic L. W. Meunier <0@pervalidus.net>
2715         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
2717 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
2719         * lib/Makefile.am: Remove space after backslash introduced in the
2720         previous commit.
2722         * lib/mc.hint.zh_TW.Big5: New file.
2723         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
2725 2001-08-02  Pavel Roskin  <proski@gnu.org>
2727         * lib/mc.hint.uk: New file.
2728         From Maksym Polyakov <polyama@yahoo.com>
2729         * lib/Makefile.am: Add mc.hint.uk.
2731 2001-08-01  Pavel Roskin  <proski@gnu.org>
2733         * lib/mc.hint.nl: New file.
2734         From Steef Boerrigter <sxmboer@sci.kun.nl>
2735         * lib/Makefile.am: Add mc.hint.nl.
2736         * lib/mc.hint: Remove ftp site.  Update copyright.
2737         * lib/mc.hint.cs: Likewise.
2738         * lib/mc.hint.es: Likewise.
2739         * lib/mc.hint.it: Likewise.
2740         * lib/mc.hint.pl: Likewise.
2741         * lib/mc.hint.ru: Likewise.  Shorten some lines.
2743         * edit/Makefile.in: Allow running "make install" before "make all".
2744         * gtkedit/Makefile.in: Likewise.
2746 2001-07-31  Pavel Roskin  <proski@gnu.org>
2748         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
2749         editor.
2750         * lib/Makefile.am: Add lib/edit.spell.rc.
2752         * autogen.sh: Use gettextize.
2753         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
2754         * po/Makefile.in.in: Likewise.
2756 2001-07-29  Pavel Roskin  <proski@gnu.org>
2758         * syntax/slang.syntax: New file.
2759         From Walery Studennikov <despair@sama.ru>
2760         * syntax/Makefile.am: Add slang.syntax.
2762 2001-07-27  Pavel Roskin  <proski@gnu.org>
2764         * extraconf.h: Move WITH_BACKGROUND here.
2766 2001-07-24  Pavel Roskin  <proski@gnu.org>
2768         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
2770 2001-07-23  Pavel Roskin  <proski@gnu.org>
2772         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
2774 2001-07-20  Pavel Roskin  <proski@gnu.org>
2776         * Make.common.in: Move all defines ...
2777         * gnome/Makefile.in: ... here ...
2778         * src/Makefile.in: ... and here.
2780 2001-07-19  Pavel Roskin  <proski@gnu.org>
2782         * configure.in: Don't check for getwd, it's completely
2783         eliminated.
2784         * INSTALL: Remove reference to HAVE_GETWD.
2786         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
2787         entries for compressed cpio archives.
2789         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
2790         they were only used in obsolete frontends.  Don't ever use %view
2791         without commands - it's slower and loses user settings, e.g.
2792         hex mode.  Put shared libraries before man pages and read.me
2793         before .me macros so that they match correctly.  Use nm for
2794         shared libraries.  Add rules for StarOffice and AbiWord.
2796 2001-07-14  Pavel Roskin  <proski@gnu.org>
2798         * configure.in: Bump version to 4.5.54a.
2800 2001-07-13  Pavel Roskin  <proski@gnu.org>
2802         * lib/mcserv.init: Fix exit status.
2803         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
2805         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
2806         "executable", which should follow a space. Simplify rules for
2807         images. Add shell/ rule for *.info files. Fix all incorrect
2808         uses of the alternation operator.
2809         Reported by Oskar Liljeblad and Michel Casabona.
2811 2001-07-12  Pavel Roskin  <proski@gnu.org>
2813         * configure.in: Don't check for iconv, it's already checked for
2814         in AM_GNU_GETTEXT.
2816 2001-07-10  Pavel Roskin  <proski@gnu.org>
2818         * doc/mc.1.in: Update documentation about hex search.
2820         * edit/edit_key_translator.c (cooledit_key_map): Bind
2821         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
2822         From Steef Boerrigter <sxmboer@sci.kun.nl>
2824         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
2825         * edit/edit_key_translator.c (cooledit_key_map): Add support
2826         for bracket matching on Alt-B.
2827         * gtkedit/gtkeditkey.c: Likewise.
2828         From Steef Boerrigter <sxmboer@sci.kun.nl>
2830 2001-07-06  Pavel Roskin  <proski@gnu.org>
2832         * lib/mc.ext.in: Use nm to view object files.
2834         * Make.common.in: Remove GNOME-specific and unused definitions.
2835         Partly moved to gnome/Makefile.in.
2837         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
2838         they are usused.
2839         * Make.common.in: Likewise.
2841 2001-06-29  Pavel Roskin  <proski@gnu.org>
2843         * ABOUT-NLS: Update to the version from gettext-0.10.38.
2845         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
2846         now done in configure. Move -I.. to the beginning.
2847         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
2848         libintl.a may be required to link mc.
2849         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
2850         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
2851         Move all i18n code to one place. Don't substitute INTLSUB - it's
2852         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
2853         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
2855 2001-06-25  Pavel Roskin  <proski@gnu.org>
2857         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
2858         It should be enabled explicitly by giving `--enable-largefile'
2859         to configure.
2860         * INSTALL: Document it.
2862 2001-06-22  Pavel Roskin  <proski@gnu.org>
2864         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
2866         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
2867         in struct statfs.
2868         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
2870         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
2871         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
2872         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
2873         found.
2874         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
2876 2001-06-19  Pavel Roskin  <proski@gnu.org>
2878         * configure.in: Check for telldir and seekdir. Join adjacent
2879         calls to AC_CHECK_FUNCS.
2881 2001-06-16  Pavel Roskin  <proski@gnu.org>
2883         * Makefile.am: Change the order of SUBDIRS to fully compile text
2884         edition before compiling anything for GNOME.
2885         * mc.spec.in: Don't use brace expansion to avoid implicit
2886         build-time dependency on bash.
2888 2001-06-13  Pavel Roskin  <proski@gnu.org>
2890         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
2891         the test code.
2892         * configure.in: Fix compiler warnings in the arguments to
2893         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
2894         around `=' in the `test' command.
2896 2001-06-07  Pavel Roskin  <proski@gnu.org>
2898         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
2899         GNOME documentation template.
2900         * doc-gnome/C/mkhtml: Don't generate index.
2901         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
2903 2001-06-06  Pavel Roskin  <proski@gnu.org>
2905         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
2906         conditional variables from EXTRA_DIST.
2908 2001-06-05  Pavel Roskin  <proski@gnu.org>
2910         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
2911         conversion support.
2912         From Walery Studennikov <hqsoftware@mail.ru>.
2914         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
2916 2001-06-01  Pavel Roskin  <proski@gnu.org>
2918         * lib/mc.charsets: Synchronize with the latest patch - remove
2919         a comment.
2921 2001-05-30  Pavel Roskin  <proski@gnu.org>
2923         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
2924         work with GNOME.
2926         * lib/mc.charsets: New file. From Walery Studennikov.
2927         * lib/Makefile.am: Distribute mc.charsets. Install it if
2928         the charset support is enabled.
2930         * configure.in: Add check for iconv() and the necessary code
2931         to support the charset selection patch.
2933         * configure.in: Add check for ESCDELAY variable in ncurses.
2935 2001-05-29  Pavel Roskin  <proski@gnu.org>
2937         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
2938         USE_EXT2FSLIB.
2940         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
2941         * pc/config.h: Likewise.
2943         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
2944         and "strings". Recognize "write" files and MS Word templates.
2945         For MS Excel documents try "xls2csv" and "strings".
2946         Escape spaces in the "type" directives.
2947         From Nerijus Baliunas.
2949         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
2951         * Make.common.in: Remove hpath, it's unused.
2953         * acconfig.h: Move constant parts ...
2954         * extraconf.h: ... here.
2955         [HAVE_X]: Disable subshell, s-lang and curses.
2956         * Makefile.am: Add extraconf.h.
2958 2001-05-28  Pavel Roskin  <proski@gnu.org>
2960         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
2961         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
2962         * configure.in: ... here.
2964 2001-05-27  Pavel Roskin  <proski@gnu.org>
2966         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
2967         * acconfig.h: Likewise.
2968         * src/layout.c: Likewise.
2970         * Make.common.in: Remove all percent rules.
2971         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
2972         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
2973         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
2974         AM_INIT_AUTOMAKE.
2976         * Make.common.in: Remove obsolete dependency tracking system.
2977         * configure.in: Likewise.
2978         * edit/Makefile.in: Likewise.
2979         * gnome/Makefile.in: Likewise.
2980         * gtkedit/Makefile.in: Likewise.
2981         * slang/Makefile.in: Likewise.
2982         * src/Makefile.in: Likewise.
2983         * vfs/Make-mc.in: Likewise.
2984         * src/depend.awk: Remove.
2986 2001-05-26  Pavel Roskin  <proski@gnu.org>
2988         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
2989         * syntax/octave.syntax: New file. From Walery Studennikov.
2990         * syntax/Makefile.am: Add octave.syntax.
2992         * configure.in: Fix incorrect test for stdin support in grep -
2993         it would always fail when configuring in an empty directory.
2994         Portability fixes - unset, backslashed space in here-documents.
2995         Eliminate all instances of "changequote".
2997         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
2998         user choice.
2999         * acconfig.h: Changes for the above.
3000         * INSTALL: Don't document --with-sco - it's now defunct.
3001         * INSTALL.FAST: Likewise.
3003 2001-05-25  Pavel Roskin  <proski@gnu.org>
3005         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
3006         are in the beginning of the "file" output.
3008 2001-05-23  Pavel Roskin  <proski@gnu.org>
3010         * lib/mc.ext.in: Add associations for viewing RPM files.
3012 2001-05-22  Pavel Roskin  <proski@gnu.org>
3014         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
3015         By default exit after the first error in jade.
3017         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
3018         JADEFLAGS environment variables. Report progress. Clean up on
3019         failure.
3021 2001-05-21  Pavel Roskin  <proski@gnu.org>
3023         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
3024         files.
3026         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
3027         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
3029 2001-05-20  Pavel Roskin  <proski@gnu.org>
3031         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
3032         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
3033         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
3034         * doc-gnome/C/figs/Makefile.am: Add support for converting from
3035         PNG to EPS.
3037         * Makefile.am (EXTRA_DIST): Remove create_vcs.
3038         * doc/FILES: Likewise. Typo fix.
3040 2001-05-19  Pavel Roskin  <proski@gnu.org>
3042         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
3043         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
3044         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
3046         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
3047         index entry "Moving files".
3049 2001-05-18  Pavel Roskin  <proski@gnu.org>
3051         * configure.in: Use src/main.c in AC_INIT.
3053         * create_vcs: Remove.
3055         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
3056         Add download location for glib.
3057         * mc.spec.in: Likewise.
3058         * doc/LSM: Likewise.
3059         * doc/mc.1.in: Likewise.
3060         * doc/mcedit.1.in: Likewise.
3061         * src/ext.c: Don't mention download location for MC.
3063         * FAQ: Update status of Tk, XView. and GNOME editions. Update
3064         homepage of gpm.
3066         * INSTALL: Remove information about Tk and XView. Change the
3067         mailing list addresses again.
3068         * FAQ: Change the mailing list addresses again.
3069         * MAINTAINERS: Likewise.
3070         * README: Likewise.
3071         * doc/mc.1.in: Likewise.
3072         * gnome/gmc-window.c: Likewise.
3073         * lib/README.xterm: Likewise.
3074         * lib/mc.ext.in: Likewise.
3075         * lib/mc.hint*: Likewise.
3076         * lib/mc.hlp.hu: Likewise.
3077         * po/*.po: Likewise.
3078         * src/main.c: Likewise.
3080 2001-04-20  Pavel Roskin  <proski@gnu.org>
3082         * FAQ: Change the mailing list addresses and the download
3083         locations.
3084         * INSTALL: Likewise.
3085         * MAINTAINERS: Likewise.
3086         * README: Likewise.
3087         * doc/mc.1.in: Likewise.
3088         * gnome/gmc-window.c: Likewise.
3089         * lib/README.xterm: Likewise.
3090         * lib/mc.ext.in: Likewise.
3091         * lib/mc.hint*: Likewise.
3092         * lib/mc.hlp.hu: Likewise.
3093         * po/*.po: Likewise.
3094         * src/main.c: Likewise.
3096 2001-04-19  Pavel Roskin  <proski@gnu.org>
3098         * configure.in: Don't install mcserv unless
3099         "--enable-mcserv-install" has been specified.
3100         Don't quote the first argument in all calls to AM_CONDITIONAL
3101         to work around a bug in Automake 1.4.
3102         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
3103         * vfs/Make-mc.in: Likewise.
3105 2001-04-13  Pavel Roskin  <proski@gnu.org>
3107         * configure.in: Bump version to 4.5.53a.
3109 2001-04-06  Pavel Roskin  <proski@gnu.org>
3111         * gtkedit/editcmd.c: Remove support for XView layout attributes.
3112         * gtkedit/editoptions.c: Likewise.
3113         * pc/chmod.c: Likewise.
3114         * pc/drive.c: Likewise.
3115         * src/boxes.c: Likewise.
3116         * src/chmod.c: Likewise.
3117         * src/dlg.c: Likewise.
3118         * src/dlg.h: Likewise.
3119         * src/filegui.c: Likewise.
3120         * src/find.c: Likewise.
3121         * src/hotlist.c: Likewise.
3122         * src/layout.c: Likewise.
3123         * src/listmode.c: Likewise.
3124         * src/main.c: Likewise.
3125         * src/option.c: Likewise.
3126         * src/panelize.c: Likewise.
3127         * src/wtools.c: Likewise.
3128         * src/wtools.h: Likewise.
3129         * vfs/smbfs.c: Likewise.
3131         * autogen.sh: Check out "intl" and "macros" directories if they
3132         are missing. Simply "cvs up -d" won't restore them.
3134         * configure.in: Bump version to 4.5.52a.
3136 2001-03-14  Pavel Roskin  <proski@gnu.org>
3138         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
3139         Automake conditional USE_SAMBA_FS if Samba is to be supported
3140         in VFS.
3142 2001-03-07  Pavel Roskin  <proski@gnu.org>
3144         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
3145         defined.
3146         Reported by Norbert Warmuth.
3148         * configure.in: Don't process vfs/extfs/uzip - it's now
3149         constant.
3151         * syntax/changelog.syntax: Require space after asterisk to have
3152         it highlighted.
3154 2001-03-02  Pavel Roskin  <proski@gnu.org>
3156         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
3157         * configure.in: Use AC_PROG_CC_STDC instead.
3159         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
3160         Suggested by Christian Gennerat.
3162         * lib/mc.ext.in: Add support for "freeze" - old compression
3163         program used mostly on QNX.
3164         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
3165         * lib/Makefile.am: Adjusted.
3167 2001-02-26  Pavel Roskin  <proski@gnu.org>
3169         * lib/mc-gnome.ext.in: Remove, it's not used.
3170         * configure.in: Remove lib/mc-gnome.ext.
3171         * lib/Makefile.am: Likewise.
3173 2001-02-20  Pavel Roskin  <proski@gnu.org>
3175         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
3176         defined to prevent warnings on OpenBSD 2.7.
3177         * slang/jdmacros.h: Likewise.
3178         * src/mad.h: Likewise.
3179         * src/poptalloca.h: Likewise.
3181         * configure.in: Check for sys/time.h and sys/timeb.h. Use
3182         AC_HEADER_TIME.
3184 2001-02-07  Pavel Roskin  <proski@gnu.org>
3186         * autogen.sh: Create vfs/samba/include/stamp-h.in.
3187         * vfs/samba/include/stamp-h.in: Remove.
3189         * macros/curses.m4: Quote first argument to AC_DEFUN.
3190         * macros/gnome-cxx-check.m4: Likewise.
3191         * macros/gnome-gettext.m4: Likewise.
3192         * macros/gnome-libgtop-check.m4: Likewise.
3193         * macros/gnome-print-check.m4: Likewise.
3194         * macros/linger.m4: Likewise.
3195         * macros/need-declaration.m4: Likewise.
3197         * configure.in: Only configure in vfs/samba if smbfs support is
3198         enabled even with Autoconf 2.13.
3200 2001-01-30  Pavel Roskin  <proski@gnu.org>
3202         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
3203         --without-samba due to a typo.
3205         * configure.in: Only configure in vfs/samba if smbfs support is
3206         enabled. This optimization will only work with Autoconf-2.49c
3207         and above.
3209 2001-01-13  Pavel Roskin  <proski@gnu.org>
3211         * configure.in: Don't create a faked malloc.h.
3212         * gtkedit/edit.h: Don't assume that malloc.h always exists.
3213         * src/mad.h: Likewise.
3215         * configure.in: Simplified handling of cons.saver.
3216         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
3217         * mc.spec.in: Remove a workaround for the above.
3219         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
3220         for MC. Don't rely on the output of uname - use $host_os.
3222 2001-01-11  Pavel Roskin  <proski@gnu.org>
3224         * configure.in: Check for ext2 libraries only if VFS is enabled.
3226         * src/Makefile.in: Create directories before installing files.
3227         Removed all occurrences of libprefix - it's never defined.
3229         * configure.in: All macros from configure.in moved to
3230         acinclude.m4. Added missing quotes in several places.
3231         * acinclude.m4: Likewise.
3233         * edit/Makefile.in: Don't install or uninstall mcedit -
3234         it cannot be installed before mc on systems without symlinks.
3235         * gtkedit/Makefile.in: Likewise.
3236         * src/Makefile.in: Install mcedit (if enabled) and mcview.
3237         Uninstall them.
3239         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
3240         from acinclude.m4 in gtk+:
3241         Don't define ENABLE_NLS unless we have a working NLS.
3242         (This should keep libintl.h from being included when it doesn't
3243         exist).
3245 2001-01-09  Pavel Roskin  <proski@gnu.org>
3247         * doc-gnome/C/figs/Makefile.am: New file.
3248         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
3249         makefile do it.
3250         * configure: Substitute doc-gnome/C/figs/Makefile.
3252         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
3254 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
3256         * lib/mc.hlp.hu: Added Hungarian help file from
3257           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
3258           maci@integrity.hu, mfh47@freemail.hu
3259         * lib/Makefile.am: Added LOCALIZED_HELP for further
3260           mc.hlp l10ns
3261         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
3262           gtkedit/editcmd.c: I18n of mc.hlp
3264 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
3266         * doc/mc.1.in: Corrected badly formatted link...
3268 2000-11-10  Robert Brady  <robert@suse.co.uk>
3270         * configure.in: Add Tamil to ALL_LINGUAS.
3272 2000-10-23  Pavel Roskin  <proski@gnu.org>
3274         * mc.spec.in: Allow mcserv.8 to be gzipped.
3276         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
3277         that cannot deal with "./gmc.sgml".
3279 2000-10-09  Pavel Roskin  <proski@gnu.org>
3281         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
3282         that CVS Automake will drop dependencies to the macros that
3283         we don't distribute.
3285         * lib/mc.ext.in: Removed references to icons. Source RPMs
3286         grouped to one regex. Removed "Update" for source RPMs, added
3287         "Rebuild" instead. Added "Check signature" for all RPMs.
3288         Added a comment about pop-up menus in the text edition.
3290 2000-10-06  Pavel Roskin  <proski@gnu.org>
3292         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
3293         flags moved out of CFLAGS as recommended by GNU coding
3294         standards.
3295         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
3296         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
3297         XCPPFLAGS.
3298         * INSTALL (Random notes on porting to other architectures):
3299         Completely rewritten. Recommended using CFLAGS instead of XINC.
3301 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3303         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
3305 2000-10-04  Christophe Merlet  <christophe@merlet.net>
3307         * gnome/*.desktop: Updated French strings.
3309 2000-10-03  Pavel Roskin  <proski@gnu.org>
3311         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
3312         to allow <legalnotice>. Unclosed tags fixed.
3314 2000-09-30  Pavel Roskin  <proski@gnu.org>
3316         * mc.spec.in: New package mc-common. Use DESTDIR instead of
3317         misusing prefix. Don't install old icons - they don't exist.
3319         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
3320         "export -f" to have mc() exported.
3321         * doc/mc.1.in: Changed description of the "-P" option to
3322         avoid inclusion of mc.sh and mc.csh into the manual.
3323         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
3325 2000-09-24  Pavel Roskin  <proski@gnu.org>
3327         * doc/mc.1.in: Minor formatting fixes.
3329         * lib/mc.sh.in: Remove temporary file non-interactively.
3330         * doc/mc.1.in: updated example for mc.sh.
3332 2000-09-23  Pavel Roskin  <proski@gnu.org>
3334         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
3335         updates it when needed.
3336         * mc.spec.in: Include translations with mc, not gmc. Run
3337         chkconfig --del in %preun, not %postun. --without-debug not
3338         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
3339         be executable. New files in %{prefix}/lib/mc/ - translated hints,
3340         editor files.
3342         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
3343         directory for document processing. Comment changes. gmc.ps and
3344         gmc.pdf now generated from gmc.dvi.
3346         * configure: Always include Make.common as file, otherwise
3347         "make distclean" breaks.
3348         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
3349         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
3350         replaced with "rm -f" - the standard says that "rm" is portable.
3351         Ditto $(MV). Adjusted *clean targets to match those in
3352         Automake. Removed "cross" target.
3354 2000-09-22  Pavel Roskin  <proski@gnu.org>
3356         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
3357         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
3358         * doc/Makefile.in: Converted to ...
3359         * doc/Makefile.am: ... this.
3361 2000-09-21  Pavel Roskin  <proski@gnu.org>
3363         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
3364         is not expanded in all shells.
3365         * doc/mc.sgml: Updated the example script to reflect the above
3366         changes.
3367         * doc/mc.in.1: Likewise.
3369 2000-09-19  Pavel Roskin  <proski@gnu.org>
3371         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
3372         Marco Ciampa
3374 2000-09-18  Pavel Roskin  <proski@gnu.org>
3376         * Make.common.in: Added installcheck to placate "make distcheck"
3377         * configure.in, Make.common.in, doc/Makefile.in,
3378         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
3379         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
3380         variable MKINSTALLDIRS and builddir with Automake-compatible
3381         mkinstalldirs and top_builddir.
3382         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
3383         files. Added uninstall-local target.
3385 2000-09-17  Pavel Roskin  <proski@gnu.org>
3387         * configure.in: fixed wrong use of AC_MSG_RESULT inside
3388         AC_CACHE_VAL
3390         * Make.common.in: Added the "dvi" target for "make distcheck"
3391         to go further
3392         * doc-gnome/C/Makefile.in: converted to ...
3393         * doc-gnome/C/Makefile.am: ... this
3395 2000-09-15  Pavel Roskin  <proski@gnu.org>
3397         * acconfig.h, configure.in: Require autoconf 2.13 or above.
3398         Removed workarounds for older versions. Removed MCDEBUG
3399         variable - it's not used. --with-debug renamed to --with-mad and
3400         cleaned up. Always use -Wall with gcc, other manipulations with
3401         CFLAGS removed.
3403         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
3404         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
3405         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
3406         mc.pot becomes out of date in the tarball.
3408 2000-09-14  Pavel Roskin  <proski@gnu.org>
3410         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
3411         tests for cp, mv and rm.
3412         * Make.common.in: Removed variables xv_bindir and STRIP.
3413         Variables CP, MV and RMF are assigned trivial values.
3415         * edit/Makefile.in: Don't link headers, add extra includes
3416         to CPPFLAGS instead. Put links to the build directory.
3417         Remove the hack with "mx" - it is not needed anymore.
3419         * configure.in: remove any manipulations with top_srcdir.
3420         Don't change CPPGLAGS when the internal editor is enabled,
3421         instead do it ...
3422         * edit/Makefile.in, gtkedit/Makefile.in: ... here
3424         * configure.in, Make.common.in, doc/Makefile.in,
3425         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
3426         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
3427         changed to top_srcdir for Automake compatibility
3429         * configure.in: REGEX_O variable removed - always use our regex
3431         * configure.in: MCFGR variable removed
3433 2000-09-12  Pavel Roskin  <proski@gnu.org>
3435         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
3436         other GNOME modules
3437         * autogen.sh: remove "-I ." from the "aclocal" command line
3439 2000-09-01  Pavel Roskin  <proski@gnu.org>
3441         * configure.in: output vfs/extfs/Makefile
3443         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
3444         to avoid a warning
3445         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
3446         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
3448 2000-08-29  Pavel Roskin  <proski@gnu.org>
3450         * configure.in: use AM_GNOME_GETTEXT
3451         * gettext.m4: removed
3452         * Makefile.am: adjusted files to distribute, previous change
3453         reverted
3455         * mc-aclocal.m4: renamed to ...
3456         * acinclude.m4: ... this
3457         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
3458         * Makefile.am: aclocal should scan "." for gettext.m4
3460 2000-08-28  Pavel Roskin  <proski@gnu.org>
3462         * Make.common.in: removed hack for "make distcopy"
3463         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
3464         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
3465         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
3466         for external builds.
3467         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
3469 2000-08-24  Pavel Roskin  <proski@gnu.org>
3471         * new_icons/Makefile.in: converted to ...
3472         * new_icons/Makefile.am: ... this
3473         * configure.in: automake conditional GNOME introduced.
3474         "insticons" removed
3476         * icons/*: removed
3477         * Makefile.am, configure.in: necessary adjustments
3479         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
3480         automake installs them now
3482         * syntax/Makefile.in: converted to ...
3483         * syntax/Makefile.am: ... this
3485         * idl/Makefile.in: converted to ...
3486         * idl/Makefile.am: ... this
3488         * lib/Makefile.am: simplified, fixed "make dist"
3490         * lib/Makefile.in: converted to ...
3491         * lib/Makefile.am: ... this
3493         * lib/tkmc.wmconfig: removed
3494         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
3496         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
3497         to ...
3498         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
3499         * Make.common.in: support for "distdir" for compatibility
3500         with Automake-generated makefiles
3501         * autogen.sh: run automake. Force cache - it is off by default
3502         in autoconf 2.49a, but it's still handy for maintainers
3503         * configure.in: adapted for Automake
3505         * AUTHORS: new file
3507 2000-08-23  Pavel Roskin  <proski@gnu.org>
3509         * configure.in: resurrect definition of xvers
3511         * VERSION.in: removed
3512         * Makefile.in: don't do anything with VERSION.in and VERSION
3513         Take mc.spec from builddir, not srcdir
3514         * configure.in: don't create VERSION
3516 2000-08-22  Pavel Roskin  <proski@gnu.org>
3518         * *.c, *.h: Updated address of Free Software Foundation
3520 2000-08-21  Pavel Roskin  <proski@gnu.org>
3522         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
3523         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
3524         related to XView, libXPM, libXext and Tk
3526 2000-08-18  Pavel Roskin  <proski@gnu.org>
3528         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
3529         files
3531         * configure.in: Simplified dependency tracking by using
3532         "-include" with GNU Make
3533         * autogen.sh: Exit on all failures
3535 2000-08-17  Pavel Roskin  <proski@gnu.org>
3537         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
3538         Fixed all misuses of single and double quotes. Typo fixes.
3539         Ensured compatibility with sgml2html, sgml2txt and sgml2latex
3540         * doc/mc.1.in: Typo fix
3542         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
3543         * doc/linuxdoc-sgml.diff: removed
3544         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
3545         distribute gnome.sgml
3547 2000-08-15  Pavel Roskin  <proski@gnu.org>
3549         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
3550         in the "distclean" target
3552         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
3553         Removed all XVIEW-related stuff
3554         Fixed placement of png files on "make dist"
3556         * doc/mc.1.in: Updated info about the internal editor
3558         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
3559         indicate serious problems. Fixes for uninstall.
3560         * doc/Makefile.in: Rebuild if it is out of date.
3562         * lib/cedit.menu: Added. This file has been missing
3564         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
3566 2000-08-08  Pavel Roskin  <proski@gnu.org>
3568         * Makefile.in: correctly detect make failures in subdirs
3570 2000-08-01  Pavel Roskin  <proski@gnu.org>
3572         * nt, os2, tk, xv: removed all files
3573         * configure.in: don't create os2 and nt directories
3575 2000-08-01  Pavel Roskin  <proski@gnu.org>
3577         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
3579         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
3581 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
3583         * src/main.c: make 8bit input/output the default (99% of the people
3584         expects that; lets the remaining 1% use the configuration menu
3585         to disactivate it if they want)
3587 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
3589         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
3591 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
3593         * configure.in: check for gnome-libs with window icon support
3595         * acconfig.h: add icon define
3597 2000-06-08  Matthias Warkus  <mawa@iname.com>
3599         * new_icons/gnome-pack-*.png: Updated.
3600         * gnome/mc.keys: Added a MIME type for SLP packages.
3602 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
3604         * syntax/diff.syntax: Highlight lines beginning with "File",
3605         "Files" and "Binary"
3606         * syntax/makefile.syntax: Highlight "ifndef"
3607         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
3608         highlighted)
3610 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3612         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
3613         comment lines with # in last release
3615 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3617         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
3619 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3621         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
3622         look more consistent than original.
3624 2000-04-14  Timur Bakeyev  <mc@bat.ru>
3626         * config.in: Added check against strcoll().
3628 2000-04-14  Timur Bakeyev  <mc@bat.ru>
3630         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
3631         added 'and', 'or', 'not', 'for' keywords.
3633 2000-04-06  Timur Bakeyev  <mc@bat.ru>
3635         * syntax.c: Very dirty fix to allow compilation of mcedit on ncurses
3636         based systems. Hope, this will make FreeBSD midc maintainer to enable
3637         build-in editor by default. Still, syntax highlighting is disabled.
3638         Need to port...
3640 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3642         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
3643           fixed, some messages gettext()ed again here and in
3644         gtkedit/editmenu.c:edit_about_cmd()
3646 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3648         * doc/mc.sgml (Examples): Fixed documentation, thanx
3649         to martin@internet-treff.uni-koeln.de.
3651 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
3653         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
3654         the label text
3656 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
3658         * gtkedit/syntax.c: treat *.ads as Ada source
3659         * syntax/ada95.syntax: escape "+" and "*"
3660         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
3661         * syntax/Makefile.in: remove diffc.syntax
3663         * edit/edit_key_translator.c: interpret code 0177 as
3664         backspace unless recognized otherwise
3666 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
3668         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
3669         initialization of array of structure (gcc version 2.96 20000131
3670         chokes on it).
3672         * lib/mc.hint: C-y and not C-u can be used to insert text in input
3673         lines (e. g. text which has been deleted with M-d).
3675         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
3677 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
3679         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
3681 2000-01-29  Matthias Warkus  <mawa@iname.com>
3683         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
3684         design on Federico's request.
3686 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
3688         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
3689         an ArrangeType enum.
3691 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
3693         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
3694         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
3695         setup.c: Add option of using GNOME "magic" routines to determine file
3696         types. This makes MC intelligently look at the data in the file to see
3697         what type of file it is, rather than looking at the filename extension.
3698         This slows down MC quite a bit, so it has been made an optional
3699         preference item. Type detection is expected to improve as mime-magic
3700         matures.
3702 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
3704         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
3705         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
3706         providing a patch.
3708 2000-01-11  Matthias Warkus  <mawa@iname.com>
3710         * Added icon and keys entry for Scheme source.
3712 2000-01-03  Fatih Demir  <kabalak@gmx.net>
3714         * configure.in: Added tr -> ALL_LINGUAS .
3716 1999-12-28  Matthias Warkus  <mawa@iname.com>
3718         * new_icons/*.png: Added a bunch of new icons.
3720 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
3722         * configure.in (VERSION): Bumped version number to 4.5.42.
3724 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
3726         * configure.in: added 'uk' to ALL_LINGUAS.
3728 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3730         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
3731         request from David Sauer
3733 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
3735         * configure.in (VERSION): Bumped version number to 4.5.41.
3737 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
3739         * configure.in (VERSION): Set version number to 4.5.39.
3741 1999-09-23  Jorge Godoy  <godoy@conectiva.com.br>
3743         * configure.in: Added pt_BR to ALL_LINGUAS
3745 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
3747         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
3748         path to the mc binary according to @prefix@.
3750         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
3751         configure. Install mc.sh and mc.csh in $(suppbindir).
3753         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
3754         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
3755         copies of the included function definitions.
3757         * mcfn_install.in: Comment out definitions of the mc functions. Source
3758         mc.sh instead of adding an outdated mc function definition.
3760         * configure.in: output mc.sh and mc.csh
3762 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
3764         * lib/startup.links: Changed the news link to Gnotices
3766 1999-09-19  David Martin  <dmartina@usa.net>
3768         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
3769         8 bit chars from strftime get displayed when inserting date.
3771         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
3772         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
3773         file to avoid interferences. In this one I changed the extension check
3774         to a type check (as used for gzip) which might give problems in some
3775         systems.
3777         * configure.in: Use -Tlatin1 to format man pages when available and
3778         "view" 8 bit chars.
3780 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
3782         * gtkedit/edit.h: Include file reordering to make it compile with
3783         --with-debug
3785         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
3786         dependent on length of translated strings to display.
3788 1999-09-16  Owen Taylor  <otaylor@redhat.com>
3790         * Remove the magicdev autoconf test in favor of just
3791         including the idl file. Otherwise we have a dependency
3792         loop between this and magicdev.
3794 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
3796         * idl/FileManager.idl: Changed names, and put everything under a
3797         FileManager module.  Added a Desktop interface and some methods to
3798         the WindowFactory interface.
3800 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
3802         * doc-gnome/*: Shiny new docs from users-guide.
3803         All synced up.
3805 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
3807         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
3809 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
3811         * README: Updated and spell-checked.
3813         * NEWS: Updated.
3815 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
3817         * configure.in (ALL_LINGUAS): Added sv.
3819 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
3821         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
3822         symlink attacks (mcfn_install and the man page still needs to be
3823         updated).
3825 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
3827         * configure.in (AC_WITH_SLANG): rm -f destination before making
3828         a symbolic link (ln -sf doesn't work as expected on Solaris)
3830 1999-08-19  Elliot Lee  <sopwith@redhat.com>
3832         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
3834 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
3836         * doc-gnome/C/gmc.sgml: Index fixes.
3838 1999-08-18  Elliot Lee  <sopwith@redhat.com>
3840         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
3841         initializers in the GnomeUIInfo structure.
3843 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
3845         * configure.in (VERSION): Bumped version number to 4.5.38.
3847 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
3849         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
3851 1999-08-15  David Martin  <dmartina@usa.net>
3853         * gtkedit/edit.c: Print localized date with strftime()
3855         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavor.
3857 1999-08-08  David Martin  <dmartina@usa.net>
3859         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
3860         translation.
3862         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
3863         translation as it used to be.
3865 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3867         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
3868         that the correct index.html will be generated.
3870 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3872         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
3873         to the list.
3875 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
3877         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
3878         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
3879         This adds some new syntax rules, and spell check on the fly
3880         which if someone bugs me for, will actually get enabled in
3881         both the text and gnome versions. Bookmark stuff also needs
3882         some keys bound to it, I suppose: any takers?
3884 1999-07-19  Elliot Lee  <sopwith@redhat.com>
3886         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes
3887         infinitely recursing make.
3889 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
3891         * Makefile.in (all): Makefile fix.
3893 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3895         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3896         should fix the problem we had with FSSTND distributions.
3898 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3900         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
3901         list of distributed files.
3903 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3905         * configure.in (VERSION): Bumped version number to 4.5.34.
3907 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
3909         * Add fi into ALL_LINGUAS
3911 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
3913         * gnome/i-zipdisk2.png: Added another zip-disk icon
3914         by <scarab@egyptian.net> - It looks very nice. Variation
3915         is good.
3917 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3919         * acconfig.h: Add WITH_SMBFS
3921         * macros/gnome-vfs.m4: Support conditional samba support.
3923 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3925         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3926         should fix the problem we had with FSSTND distributions.
3928 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
3930         * mc.spec.in: added syntax files to %files
3932 1999-06-22  David Martin  <dmartina@usa.net>
3934         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
3936 1999-06-07  Shooby Ban  <bansz@szif.hu>
3938         * po/hu.po, configure.in: added Hungarian translations...
3939           I'm not sure it's OK, but it seems usable.
3940           Translators: Tamas Fejos and Andras Kadar
3942 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
3944         * configure.in, Makefile.in: added the gmc helpfile to the build
3946 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
3948         * Add ja entry to LANG in configure.in
3950 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3952         * gnome/Makefile.in (ICONS): OK, perhaps we also want the zip-icon to
3953         be installed in the system :) (added it to the Makefile.in)
3955 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3957         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
3958         disks - someone please add it to the mount.c code so it gets used..
3959         Everyone have a nice time at the expo! :) I hope to join the
3960         next time.
3962 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3964         * configure.in: Added check for getpt ()
3966 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3968         * configure.in (VERSION): Bumped version number to 4.5.31.
3970 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3972         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
3973         need to fool it by strdup'ing the return value of tempnam.
3975 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3977         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
3978         MCLIBS which are specific to the text edition.
3980         * INSTALL: Added documentation for --with-tm-x-support
3982 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
3984         * mc.spec.in : Folded in some changes from the 'official' rpm
3985         spec file.
3987 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3989         * configure.in (SHELL): Do not use grep -q, as it is not portable
3990         to every OS.
3992 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
3994         * configure.in: Linking from $srcdir/slang is broken when configure
3995         isn't called with an absolute path. Link from ../$srcdir/slang if
3996         configure was invoked with a relative path.
3998 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
4000         * configure.in: Do not rm the destination file and then link, use
4001         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
4003 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4005         * configure.in: Some AC_ARG_WITH macros haven't checked $withval, i.e.
4006         --with-PACKAGE and --without-PACKAGE gave the same results.
4008 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4010         * configure.in (VERSION): Bumped version number to 4.5.30.
4012 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4014         * configure.in (VERSION): Bumped version number to 4.5.29.
4016 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4018         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
4019         now contains all checks.
4021 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4023         * configure.in (VERSION): bumped version number to 4.5.28.
4025 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
4027         * */Makefile.*: fixed several missed conversions from libdir to
4028         mclibdir. (Should be automake'd, really)
4030 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4032         * Make.common.in: There were conflicting definitions of mclibdir
4033         (one for installation, one for source).  Now the source one is
4034         called mcsrclibdir.
4036         * doc/Makefile.in: Use mcsrclibdir where appropriate.
4038 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
4040         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
4041         Pascal Program" (Heh, second time :)
4043         * Makefile.common: Until things gets clear, keep syntax rules in
4044         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
4046         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
4047         @libdir@.
4049 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
4051         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
4052         as requested by Paul. Still, need some checking...
4054 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
4056         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
4057         to date with cooledit 3.9.0. This adds some new features.
4058         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
4059         syntax.c. This is because the rule set is becoming too
4060         large to maintain in its current form and because file
4061         loading is starting to get slow.
4063         There is also a bookmark feature which does not yet have
4064         key bindings assigned to it, but should be cool once
4065         these get inserted. Syntax rules files are named
4066             $LIBDIR/cooledit/syntax/*.syntax
4068 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
4070         * configure.in: Create slang directory, it is needed when
4071         builddir != srcdir.
4072         Use -f when calling rm, the file does not exist on
4073         first compile.
4074         No need to copy VERSION from $srcdir, it's already generated in
4075         $builddir.
4077 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
4079         * edit/edit_key_translator.c: Added missing translation tags.
4081 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4083         * configure.in: Minimum version of glib should be 1.2.0.
4084         (VERSION): Bumped version number to 4.5.27.
4086 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
4088         * gtkedit/editcmd.c: Added missing translation tags.
4090         * gtkedit/editoptions.c: Added missing translation tags. Translate
4091         radio buttons on first use.
4093 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
4095         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
4096         to get the mc spec file to work.
4097         * hacked configure to generate a properly versioned spec file.
4099 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4101         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
4102         radio buttons on first pass.
4104 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
4106         * gtkedit/editcmd.c: Mark strings in the search and replace
4107         dialogs for translation. Resized these dialogs to let the messages
4108         fit.
4110 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4112         * gtkedit/editwidget.c (selection_send): Use the proper type for
4113         64-bit cleanliness (Patch from George Lebl).
4115 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
4117         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
4118         into the catalog file.
4120 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4122         * configure.in: Make Timur's libtermcap check work with SLang
4123         0.99.98, too.
4125 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4127         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
4128         PS and EPS files.  Thanks, Tigert!
4130 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4132         * configure.in (CCOPTS): Drop the prefix auto-detection.
4134 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
4136         * configure.in: Add check, which, in case of system-installed SLang
4137         library tries to run a test program, which determines, does we need
4138         linking with libtermcap.a. Also, set of if's for finding terminfo
4139         dir changed to for cycle - a bit nicer :)
4141 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4143         * README.QNX: Deleted documentation about mc.menu.qnx.diff.
4145 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4147         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
4149 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4151         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
4152         from tar calls when extracting (according to my man page this option
4153         is only useful when creating archives).
4155 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4157         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
4158         adds support for tar.bz2 and merges the support for freeze-compressed
4159         tar files (tar.F) from mc.menu.qnx.diff.
4161 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
4163         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
4164         GNU-like :)
4166 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4168         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
4169         the catalog file.
4171 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
4173         * new_icons/gnome-core.png: New icon for core files. Someone
4174         please add the code part :)
4176 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
4178         * configure.in: Add check against setuid() and setreuid() functions.
4180 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4182         * slang/slang.h: renamed to slang-mc.h
4184         * slang/Makefile.in: delete slang.h on "make clean"
4186         * configure.in: link slang/slang-mc.h to slang/slang.h when the
4187         included slang is used. Problem was that MC's slang.h was used
4188         when we compiled with an already installed SLang and the systems
4189         header file were included with <slang/slang.h>.
4190         Unfortunately I can't use AC_LINK_FILES to make the links because
4191         if we needn't make any links AC_LINK_FILES makes a link from
4192         srcdir to top_builddir (builddir != srcdir).
4194         Temporary add $LGPM to $LIBS when checking for the resizeterm
4195         and keyok functions (ncurses might be linked against GPM).
4197         Substitute PACKAGE (intl/Makefile makes use of it)
4199 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
4201         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swapped by
4202         #include "global.h".
4204 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
4206         * Make.common.in (gnewdir): new path.
4208 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
4210         * configure.in: Add comments before "Let" and "the" - typo. Add new
4211         path to include's search.
4213 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
4215         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
4217 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4219         * configure.in (REGEX_O): Always include regex.o as the code we
4220         are using in gmc is not using regcomp/regexec, but the internal
4221         Emacs API.
4223         * src/regex.c: Do not compile the POSIX compatibility code, as we
4224         do not use it.
4226 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4228         * doc/mc.sgml, mc1.in (Color section): minor polishing
4229         (Layout section): documented Highlight...
4231 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4233         * configure.in: Deleted du checks
4235         * INSTALL: Deleted --with-dusum documentation.
4237         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
4238         Configuration dialog. Added Advanced chown subsection. Deleted
4239         variables from the Special settings section which are now covered
4240         by the configuration dialog.
4242 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4244         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
4245         tar_gz_memlimit. Partially rewrote the section about the
4246         Virtual FS.. configuration dialog.
4248 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
4250         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
4252 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4254         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
4256         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
4257         builddir
4259 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
4261         * new_icons/gnome-image-[lots].png: I added some icons for file
4262         types (image) there - someone please tell me what the correct
4263         location and naming convention is and I will try to follow that. :)
4265 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
4267         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
4268         the build will still work.  (Has this been replaced by new_icons?)
4270 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
4272         * doc/mc.1.in, mc.sgml: added my name to list of authors
4274 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4276         * Makefile.in (codedirs): Dropped xv and tk ports from the
4277         distribution. include idl directory.
4279 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4281         * configure.in (slang_use_system_installed_lib): Define slang
4282         here, to avoid having this on LIBS.
4284 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
4286         * gtkedit.c: changed occurrence of 'va_list *ap' to 'va_list ap'
4288 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4290         * config.h.in: Removed from CVS, added to .cvsignore
4292         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
4293         configure.in:
4294         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
4295         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
4296         HAS_CURSES added to acconfig.h
4298 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4300         * autogen.sh: Add "-I macros" to the aclocal flags.
4302         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
4303         so that aclocal will not complain about an obsolete macro.
4305         * configure.in: Use MC_HPUX_PROG_CC_STDC
4307         * ChangeLog: There was no ChangeLog here, so I added one.