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