Merge branch '176_lzma'
[midnight-commander.git] / ChangeLog
blob70e9df27dd60235477d73bb0a70833b5baf099ed
1 2009-02-19 Andrew Borodin  <aborodin@vmail.ru>
2         * src/screen.c: reimplemented displaying size of total marked files.
3           If mini-status is on, total size is displayed on mini_info_separator.
4           If mini-status is off, total marked size or current size is displayed
5           at the bottom of panel.
6           show_free_space(): more glib usage. Use macro for array size.
7           Set attribute here instead of show_dir().
8           display_mini_info(): check the show_mini_info value before call this.
9           Move display size of total marked files from here...
10           dispaly_total_marked_size(): ...to this new function.
11           display_mini_info(): removed unused return.
12           mini_info_separator(): check the show_mini_info value before call this.
13           Set attribute independently of HAVE_SLANG. Show total size of marked files.
14           show_dir(): show size of current selected file or total size of marked
15           files if mini-status is off.
16           panel_update_contents(): removed. Since total size of marked files
17           is displayed on mini-info-separator, paint_panel() is used instead.
18           paint_panel(): used in update_dirty_panels() and panel_event()
19           instead of panel_update_contents(). Fixed double call of show_dir().
21 2009-02-17 Mikhail Pobolovets  <styx.mp@gmail.com>
23         * po/lt.po: update by stikonas (#274)
25 2009-02-05 Mikhail Pobolovets  <styx.mp@gmail.com>
27         * po/nl.po: update by mpol (#271)
29 2009-02-05 Patrick Winnertz <winnie@debian.org>
31         * reverted all mhl usage in files except escaping stuff
33 2009-02-04 Enrico Weigelt, metux ITS <weigelt@metux.de>
35         * mhl/types.h, mhl/escape.h: replaced bool type by stdbool.h (fixing #239, #240)
36         * lib/mc.sh.in: fixes for non-bash shells (fixing #196)
38 2009-02-03 Enrico Weigelt, metux ITS <weigelt@metux.de>
40         * lib/mc.lib: added patch on #219 by angel_il
41         * edit/editcmd.c, configure.ac: removed obsolete own implementation of memove (#242)
42         * vfs/extfs/u7z: patch from mandriva (#194)
43         * added Andrew Borodin's patch for showing free space (#188)
45 2009-02-01 Enrico Weigelt, metux ITS <weigelt@metux.de>
47         * src/util.c: fixed name_trunc() on NULL or empty parameters
48         * src/achown.c: fixed unitialized var in init_chown_advanced()
49           (patch from Andrew Borodin)
50         * replaced gboolean by bool (from mhl/types.h)
52 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>
54         * edit/editcmd.c, mhl/escape.h, mhl/string.h, mhl/types.h, src/Makefile.am,
55         * src/boxes.c, src/command.c, src/complete.c, src/complete.h, src/file.c,
56         * src/find.c, src/main.c, src/panelize.c, src/util.c, src/utilunix.c,
57         * src/widget.c, src/widget.h, src/wtools.c, vfs/fish.c:
58           fixed shell escaping issues in commandline completion engine
60 2009-01-31 Enrico Weigelt, metux ITS <weigelt@metux.de>
62         * replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file() (in mhl/string.h)
63         * replaced g_snprintf() by snprintf()
64         * replaced GString stuff by static buffers
66 2009-01-30 Enrico Weigelt, metux ITS <weigelt@metux.de>
68         * src/Makefile.am, edit/Makefile.am vfs/Makefile.am: fixed #208
69           (out-of-tree builds)
70         * syntax/Syntax, syntax/Makefile.am, syntax/vhdl.syntax: added VHDL syntax (#193)
71         * replaced calls to g_strdup() by mhl_str_dup()
73 2009-01-30 Enrico Weigelt, metux ITS <weigelt@metux.de>
75         * replaced calls to g_free() by mhl_mem_free()
77 2009-01-29 Mikhail S. Pobolovets <styx.mp@gmail.com>
79         * lib/mc.ext.in: update for OpenOffice and StarOffice viewer.
80           odt2txt is now used
82 2009-01-29 Patrick Winnertz <winnie@debian.org> & Sergei Trofimovich  <slyfox@inbox.ru>
84         * src/file.c: Added trailing dir separator for default path in copy/move dialogs.
85           This solves "strange" rename cases, when copying/moving is performed into
86           deleted directory.
88 2009-01-27 Enrico Weigelt, metux ITS <weigelt@metux.de>
90         * mhl/escape.h, src/complete.c, vfs/fish.c: introduced new type 
91           SHELL_ESCAPED_STR for more type safety
93 2009-01-27 Enrico Weigelt, metux IT service <weigelt@metux.de>
95         * mhl/escape.h, mhl/string.h: fixed comments to use /* ... */
97 2009-01-27 Sergei Trofimovich  <slyfox@inbox.ru>
99         * syntax/python.syntax: Added syntax highlighting for
100         pytnoh-2.6+ keywords (patch sent by NNemec)
102 2009-01-26 Mikhail S. Pobolovets <styx.mp@gmail.com>
104         * vfs/fish.c: Iterpret SUP.flags as port number if SUP.flags is not in
105           0, FISH_FLAG_COMPRESSED and FISH_FLAG_RSH. Weakness: port number
107 2009-01-25 Ilia Maslakov <il.smind@gmail.com>
109         * src/boxes.c, src/boxes.h, src/dir.c, src/dir.h:
110         * src/main.c, src/panel.h, src/screen.c, src/setup.c:
111           - Add support for showing executables at first in the panel view
113 2009-01-25 Patrick Winnertz <winnie@debian.org> & Sergei Trofimovich  <slyfox@inbox.ru>
115         * mhl/string.h, vfs/fish.c, vfs/utilvfs.c, vfs/utilvfs.h: Reworked fish code
116           so that symlinks and files which special characters works now
118 2009-01-25 Mikhail S. Pobolovets <styx.mp@gmail.com>
119         * src/cmd.c src/option.c src/setup.c src/main.h: Automatic new directory(Mkdir, F7)
120           name filling. Can be configured (on|off) in 'Configure options'
122 2009-01-25 Enrico Weigelt, metux ITS <weigelt@metux.de>
124         * edit/editcmd.c, src/cmd.c, src/ext.c, src/history.h:
125         * src/hotlist.c, src/panelize.c, src/tree.c, src/user.c: 
126         * src/view.c, vfs/ftpfs.c, vfs/utilvfs.c:
127           - Made history section names statically instead of dynamic
128           translated strings. This breaks now once every history file
129           but afterwards this will be stable
131 2009-01-24 Enrico Weigelt, metux ITS <weigelt@metux.de>
133         * vfs/extfs/rpm, vfs/extfs/trpm: removed obsolete rpm tags
134         * src/cmd.c: fixed bug #35 (do_view_cmd is now calling repaint_screen())
135         * syntax/Syntax, syntax/nemerle.syntax: Added syntax rules 
136           for Nemerle source files
138 2009-01-24 Patrick Winnertz <winnie@debian.org>
140         * edit/editcmd.c: Fix some issues about regex:
141           - prevent . to match a newline (\n)
142           - match from start of line and not from cursor position
144 2009-01-24 Enrico Weigelt, metux IT service <weigelt@metux.de>
146         * configure.ac:
147         * lib/mc.ext.in:
148         * vfs/extfs/Makefile.am:
149         * vfs/extfs/extfs.ini: 
150         * vfs/extfs/uace.in:
151         * vfs/extfs/uarc.in:
152         * vfs/extfs/uc1541.in: added support for historic archive formats
153           (patch provided by jpelletier)
154         * merged in lzma patch from mandriva
156 2009-01-19 Patrick Winnertz <winnie@debian.org>
158         * edit/edit.h: Add two more ints
159         * src/setup.c: Add keybinding to disable tab highlighting
161 2009-01-18 Patrick Winnertz <winnie@debian.org>
163         * edit/editdraw.c: Moved var into if clause as it's only used there
164         * edit/editlock.c: Removed unnecessary arguement to if condition
165         * src/cmd.c: Removed unused pointer
166         * src/hotlist.c: Removed unused function save_group
167         * src/main.c: Removed unused function do_mc_filename_rename
168         * src/util.c: Removed unused struct whentm
170 2009-01-16 Enrico Weigelt, metux ITS <weigelt@metux.de>
172         * src/subshell: setting subshell pty to close-on-exec 
173           (taken from mandriva patches)
175 2009-01-14 Slava Zanko <slavazanko@gmail.com>
177         * lib/mc.ext.in: change filemask for recognize 7z-files
178         * vfs/extfs/u7z: 
179           - change only LC_DATE global variable for correct work with arhive;
180           - add sorting by filename in output of list files
182 2009-01-12 Patrick Winnertz <winnie@debian.org>
184         * AUTHORS: Added Enrico Weigelt, Slava Zanko and 
185         Patrick Winnertz as authors 
187 2009-01-11 Patrick Winnertz <winnie@debian.org>
189         * po/de.po: Fix some spelling errors
191 2009-01-11 Enrico Weigelt, metux ITS <weigelt@metux.de>
193         * FAQ HACKING README man/*: new HQ url
194         * syntax/awk.syntax: added awk syntax file
195         * configure.ac: replaced obsolete autoconf macros AC_GNU_SOURCE 
196           AC_AIX AC_MINIX by AC_USE_SYSTEM_EXTENSIONS
198 2009-01-11 Patrick Winnertz <winnie@debian.org>
200         * syntax/pascal.syntax: Added syntax highlighting for 
201           some delphi keywords
203 2009-01-10  Enrico Weigelt, metux ITS <weigelt@metux.de>
205         * syntax/Makefile.am syntax/Syntax syntax/haskell.syntax:
206         added syntax definition for Haskell (taken from rhclub-tree)
207         * syntax: added ebuild Syntax defition (taken from rhclub-tree)
208         * edit/editcmd.c:
209         * src/achown.c src/background.c src/boxes.c src/chmod.c:
210         * src/chown.c src/cmd.c src/command.c src/dir.c src/execute.c:
211         * src/ext.c src/file.c src/filegui.c src/find.c src/help.c:
212         * src/learn.c src/main.c src/panelize.c src/screen.c:
213         * src/selcodepage.c src/subshell.c src/tree.c src/user.c:
214         * src/utilunix.c src/view.c:
215         * vfs/cpio.c vfs/direntry.c vfs/extfs.c vfs/fish.c vfs/ftpfs.c:
216         * vfs/mcfs.c vfs/sfs.c vfs/smbfs.c vfs/tar.c vfs/undelfs.c:
217         * vfs/utilvfs.c vfs/vfs.c:
218         
219         Changed message type codes on calls to message(), query_dialog(),
220         close_error_pipe() from numeric IDs to symbols D_ERROR, D_NORMAL
222 2009-01-07  Enrico Weigelt, metux ITS <weigelt@metux.de>
224         * removed bundled slang
226 2008-12-18  Roland Illig  <roland.illig@gmx.de>
228         * doc/mcedit.1: Documented the newly added filename:lineno
229         invocation method.
231 2008-02-19  Pavel Roskin  <proski@gnu.org>
233         * doc/hu/mc.1.in: Fix description for M-u and M-H.  Reported by
234         Bozo Lajos.
236 2008-01-06  Roland Illig  <roland.illig@gmx.de>
238         * FAQ: Answered the slow startup related to old Samba code.
239         (Closes: #21959)
241 2007-10-19  Pavel Tsekov  <ptsekov@gmx.net>
243         * NEWS: Update for 4.6.2.
245 2007-10-11  Pavel Tsekov  <ptsekov@gmx.net>
247         * configure.ac: Determine the size of `long', `long long' and
248         off_t.
250 2007-09-26  Pavel Tsekov  <ptsekov@gmx.net>
252         * NEWS: Revert last change - it is invalid.
254 2007-09-24  Pavel Tsekov  <ptsekov@gmx.net>
256         * m4/codeset.m4: Update to serial #2.
257         * m4/fsusage.m4: Update to serial #23.
258         * m4/iconv.m4: Update to serial #AM6.
259         * m4/intdiv0.m4: Update from gnulib.
260         * m4/intmax.m4: Update to serial #3.
261         * m4/inttypes-pri.m4: Update to serial #4.
262         * m4/inttypes_h.m4: Update to serial #7.
263         * m4/lib-link.m4: Update to serial #13.
264         * m4/lib-prefix.m4: Update to serial #5.
265         * m4/longlong.m4: Update to serial #10.
266         * m4/onceonly.m4: Update to serial #4.
267         * m4/printf-posix.m4: Update to serial #3.
268         * m4/size_max.m4: Update to serial #6.
269         * m4/stdint_h.m4: Update to serial #6.
270         * m4/ulonglong.m4: Update to serial #6.
271         * m4/wint_t.m4: Update to serial #2.
273 2007-09-24  Pavel Tsekov  <ptsekov@gmx.net>
275         * doc/mcedit.1.in: Update the version number to 4.6.2-pre1.
276         * doc/mcview.1.in: Ditto.
277         * doc/mcserv.8.in: Ditto.
279 2007-09-24  Pavel Tsekov  <ptsekov@gmx.net>
281         * FAQ: Update MC's homepage url.
282         * README: Ditto.
283         * doc/mc.1.in: Ditto.
284         * doc/mcedit.1.in: Ditto.
285         * doc/mcserv.8.in: Ditto.
286         * doc/mcview.1.in: Ditto.
287         * doc/es/mc.1.in: Ditto.
288         * doc/hu/mc.1.in: Ditto.
289         * doc/it/mc.1.in: Ditto.
290         * doc/pl/mc.1.in: Ditto.
291         * doc/ru/mc.1.in: Ditto.
292         * doc/sr/mc.1.in: Ditto.
293         * doc/sr/mcserv.8.in: Ditto.
295 2007-09-10  Pavel Tsekov  <ptsekov@gmx.net>
297         * configure.ac: Update the version number to 4.6.2-pre1.
298         * doc/mc.1.in: Likewise.
300 2007-01-13  Pavel Tsekov  <ptsekov@gmx.net>
302         * doc/mc.1.in: Place the description of the "Swap panels" on
303         a paragraph of its own.
305 2006-12-30  Pavel Tsekov  <ptsekov@gmx.net>
307         * m4/ls-mntd-fs.m4: Update to serial #26.
309 2006-12-30  Pavel Tsekov  <ptsekov@gmx.net>
311         * m4/fsusage.m4: Update to serial #22.
313 2006-12-30  Pavel Tsekov  <ptsekov@gmx.net>
315         * m4/fsusage.m4: Update to serial #18.
317 2006-12-28  Pavel Roskin  <proski@gnu.org>
319         * build-glib1.sh: Fix misplaced --with-glib12.  Copy
320         config.guess and config.sub from mc to glib sources - they are
321         too old in glib.
322         * build-glib2.sh: Update to the latest versions of glib, gettext
323         and pkg-config.
325 2006-11-27  Leonard den Ottolander  <leonard den ottolander nl>
327         * NEWS: Bash < 2.05b (3-digit octals in echo_e_cmd) no longer
328         supported.
330 2006-09-07  Pavel Tsekov  <ptsekov@gmx.net>
332         * acinclude.m4 (AC_GET_FS_INFO): Add erronously removed call to
333         gl_FSTYPENAME.
334         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Add missing 
335         include directive for sys/param.h.
337 2006-09-07  Pavel Tsekov  <ptsekov@gmx.net>
339         * m4/ls-mntd-fs.m4: Update to serial#22, which adds support
340         for getmntinfo() returning its result in struct statvfs.
341         * m4/fstypename.m4: Update to serial#6, which replaces
342         HAVE_F_FSTYPENAME_IN_STATFS with HAVE_STRUCT_STATFS_F_FSTYPENAME.
344 2006-09-07  Pavel Tsekov  <ptsekov@gmx.net>
346         * acinclude.m4 (AC_GET_FS_INFO): Revert a failed attempt to
347         properly detect getmntinfo() returning its result in struct statvfs.
349 2006-06-30  Hampa Hug  <hampa@hampa.ch>
351         * acinclude.m4 (AC_GET_FS_INFO): Check the return value of
352         getmntinfo() properly.
354 2006-06-17  Pavel Tsekov  <ptsekov@gmx.net>
356         * m4/fstypename.m4: New file.
357         * acinclude.m4 (AC_GET_FS_INFO): Add a check to determine whether
358         getmntinfo() takes struct statvfs instead of struct statfs as its
359         first argument. Define MOUNTED_GETMNTINFO_STATVFS if it does.
360         Add a check to determine whether struct statvfs has a field named
361         f_fstypename.
362         Use gl_FSTYPENAME tp determine whether struct statfs has a field
363         named f_fstypename.
365 2006-06-07  Pavel Tsekov  <ptsekov@gmx.net>
367         * configure.ac: Revert last commit.
369 2006-05-29  Roland Illig  <roland.illig@gmx.de>
371         * m4/ls-mntd-fs.m4: Updated to serial #21, which fixes the use
372         of an undefined variable.
374 2006-05-21  Roland Illig  <roland.illig@gmx.de>
376         * configure.ac: Fixed detection of <sys/statvfs.h>, statvfs()
377         and struct statvfs.f_fstypename, so that mc builds on NetBSD 3.0
378         again.
380 2006-04-18  Pavel Tsekov  <ptsekov@gmx.net>
382         * acinclude.m4 (AC_GET_FS_INFO): Make it work again - the last
383         commit broke it.
384         * m4/onceonly.m4: New file.
386 2006-04-13  Anton Monroe  <akm@meer.net>
388         * doc/mc.1.in: Function key documentation update.
390 2006-03-18  Leonard den Ottolander  <leonard den ottolander nl>
392         * acinclude.m4 (AC_GET_FS_INFO): Replace old fileutils code to get
393         mount and file system information with m4_includes of the corresponding
394         GNU coreutils-5.94 files (ls-mntd-fs.m4 (#20) and fsusage.m4 (#16)).
396         * m4/fsusage.m4, m4/ls-mntd-fs.m4: Create.
398 2006-02-23  Pavel Tsekov  <ptsekov@gmx.net>
400         * doc/mc.1.in: Document `fish_directory_timeout'.
402 2006-02-18  David Martin  <dmartina@excite.com>
404         * doc/es/mc.1.in: Cleanup. Fix key naming.
406 2006-01-29  Pavel Tsekov  <ptsekov@gmx.net>
408         * doc/mc.1.in: Update the documentation to reflect the fact
409         that confirmation may be requested when deleting directory
410         hotlist entries based on a user configurable setting.
412 2006-01-29  Julian Mehnle  <julian@mehnle.net>
414         * doc/mc.1.in: Document support for VIEWER environment variable.
416 2005-11-15  Pavel Roskin  <proski@gnu.org>
418         * acinclude.m4 (MC_WITH_MCSLANG): Add type tests from S-Lang
419         configuration scripts.
421 2005-11-10  Pavel Roskin  <proski@gnu.org>
423         * configure.ac: Catch unexpanded MC_* macros.
425         * m4/*.m4: Update to the macros provided by gettext 0.14.3.
426         * m4/Makefile.am: Update the list of the *.m4 files.
428         * configure.ac: Use AC_GNU_SOURCE, which prevents redefining
429         _GNU_SOURCE.  Bump Autoconf version to 2.54, where AC_GNU_SOURCE
430         appeared.
431         Reported by Leonard den Ottolander <leonard den ottolander nl>
433         * configure.ac: Use gettext 0.14.3.
434         * acinclude.m4 (MC_ASM_LABELS): Remove, it's not needed with
435         recent versions of gettext.
437         * acinclude.m4 (MC_ASM_LABELS): Make the test function global
438         and move its definition above main().  That's closer to what
439         gettext is actually doing.
441 2005-10-03  Pavel Roskin  <proski@gnu.org>
443         * configure.ac: Require gettext with ngettext support.  It's
444         already used in src/info.c.
446 2005-09-28  Pavel Roskin  <proski@gnu.org>
448         * acinclude.m4: Remove gettext 0.10.x compatibility.
450 2005-08-23  Marco Ciampa  <ciampix@libero.it>
452         * doc/it/mc.1.in: updated italian trasnlation.
453         * doc/it/xnc.hlp: small fix.
455 2005-08-15  Roland Illig  <roland.illig@gmx.de>
457         * configure.ac: The function getgrouplist() is not used anymore,
458         so there is no need to check for it. The various get[ug]id
459         functions are used, so add checks for them. Same for isascii.
461 2005-07-20  Pavel Roskin  <proski@gnu.org>
463         * lib/mc.ext.in: Restore support for opening 7-zip archives.
465         * configure.ac: Add vfs/extfs/ualz to AC_CONFIG_FILES.
466         * lib/mc.ext.in: Add support for ALZip archives.
468 2005-07-10  Leonard den Ottolander  <leonard den ottolander nl>
470         * configure.ac: Rename AS_HELP_STRING to AC_HELP_STRING.
472 2005-07-08  Leonard den Ottolander  <leonard den ottolander nl>
474         * NEWS: Fixed commit to the wrong branch.
476 2005-07-05  Roland Illig  <roland.illig@gmx.de>
478         * configure.ac: Removed detection of the umode_t type. All
479         references to it have been replaced with mode_t.
481 2005-07-03  Leonard den Ottolander  <leonard * den ottolander nl>
483         * lib/mc.ext.in: Match files in /log/ or /logs/ directories as plain
484         text not man page; match local man pages; add fixes for gzipped man
485         pages to plain and bzipped man pages.
487 2005-07-03  Leonard den Ottolander  <leonard * den ottolander nl>
489         * lib/mc.ext.in: Move matches for plain compressed files down.
491 2005-07-03  Roland Illig  <roland.illig@gmx.de>
493         * acinclude.m4 (MC_WITH_VFS): Don't link with libnsl
494         unnecessarily.
495         * configure.ac: Simplified detection of the necessary libraries
496         for socket() and gethostbyname().
498         Patch provided by Tomasz Kloczko at 2005-06-15 on mc-devel.
500 2005-06-21  Pavel Roskin  <proski@gnu.org>
502         * lib/mc.ext.in: Support opening for 7-Zip archives.
504 2005-06-06  Roland Illig  <roland.illig@gmx.de>
506         * NEWS: Added the differences between pre3 and HEAD.
507         * lib/mc.ext.in: Added ${PAGER} as fallback if neither lynx nor
508         links is installed.
510 2005-05-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
512         * pkginfo.in: New file. Configuration files for Sun Solaris pkgmk(1).
513         * prototype.in: Likewise.
514         * configure.ac: Likewise.
515         * Makefile.am: Likewise.
517 2005-05-29  Martin Petricek  <tux@centrum.cz>
519         * lib/mc.ext.in: Added support for .7z archives.
521 2005-05-26  Pavel Roskin  <proski@gnu.org>
523         * *: Update postal address of Free Software Foundation.
525 2005-05-23  Roland Illig  <roland.illig@gmx.de>
527         * syntax/ChangeLog: The syntax directory has got its own
528         ChangeLog.
530 2005-05-17  Roland Illig  <roland.illig@gmx.de>
532         * configure.ac: Removed the extra definition of
533         HAVE_C_TYPE_SOCKLEN_T, which is unused.
535 2005-05-14  Roland Illig  <roland.illig@gmx.de>
537         * syntax/diff.syntax: Lines starting with a <tab> character are
538         displayed like lines starting with a <space>. This is for the
539         cvs diff -T option.
540         * syntax/makefile.syntax: Highlight $$ (a literal $) in
541         brightcyan. This way $${var} is not highlighted as if it were a
542         Makefile variables. Also added useful comments before the contexts.
544 2005-05-13  Pavel Roskin  <proski@gnu.org>
546         * configure.ac: Require Autoconf 2.53 or newer.
547         * m4/Makefile.am: Remove isc-posix.m4, it's obsolete.
548         * m4/isc-posix.m4: Remove.
550 2005-05-13  Nerijus Baliunas  <nerijus@users.sourceforge.net>
552         * lib/mc.ext.in: Add OpenOffice.org 2 extensions, use o3totxt
553         to view OpenOffice.org documents.
555 2005-05-11  Pavel Roskin  <proski@gnu.org>
557         * acinclude.m4: Remove MC_ARG_ENABLE_DEVELOPER_MODE.
558         * configure.ac: Replace MC_ARG_ENABLE_DEVELOPER_MODE with a
559         simpler and more user-friendly piece of code.
561 2005-05-01  Roland Illig  <roland.illig@gmx.de>
563         * syntax/c.syntax: Added missing punctuation characters.
565 2005-04-28  Pavel Roskin  <proski@gnu.org>
567         * syntax/Syntax: Don't highlight csh scripts.  Allow using
568         "/usr/bin/env" instead of the full path.
570 2005-04-27  Leonard den Ottolander  <leonard * den ottolander nl>
572         * AUTHORS: Added Pavel Shirshov and myself as contributors.
574 2005-04-26  Roland Illig  <roland.illig@gmx.de>
576         * acinclude.m4: Renamed AS_HELP_STRING to AC_HELP_STRING for
577         compatibility with autoconf-2.57.
579 2005-04-22  Roland Illig  <roland.illig@gmx.de>
581         * acinclude.m4: Added macro MC_ARG_ENABLE_DEVELOPER_MODE.
582         * configure.ac: Using MC_ARG_ENABLE_DEVELOPER_MODE instead of
583         the --maintainer-mode.
585 2005-04-17  Leonard den Ottolander  <leonard * den ottolander nl>
587         * syntax/eiffel.syntax: dos2unix; removed redundant cooledit
588         colour definitions.
589         * syntax/perl.syntax: Removed redundant cooledit definitions.
590         * syntax/php.syntax: ' ' and " " context fixes.
591         * syntax/syntax.syntax: Removed 2 duplicate lines.
593 2005-04-16  Roland Illig  <roland.illig@gmx.de>
595         * lib/mc.ext.in: Recognize either *.udeb or *.deb as Debian
596         packages. Fixes Savannah patch #3899.
598 2005-04-14  Leonard den Ottolander  <leonard * den ottolander nl>
600         * syntax/Syntax: Catch Makefiles with capitals in the extension.
602 2005-04-14  Roland Illig  <roland.illig@gmx.de>
604         * doc/mc.1.in (Internal File Viewer): Rewrote some documentation.
605         Removed the paragraph about the growing buffers. It's generally
606         uninteresting to users.
608 2005-04-13  Roland Illig  <roland.illig@gmx.de>
610         * configure.ac: Add -DNDEBUG to CPPFLAGS if the maintainer mode
611         is not enabled.
613 2005-03-19  Pavel Roskin  <proski@gnu.org>
615         * acinclude.m4 (MC_WITH_SLANG): Partly restore original order of
616         checks and add a comment with a warning.
617         From Pavel S. Shirshov <me@pavelsh.pp.ru>
619         * acinclude.m4 (MC_WITH_SLANG): Reorder checks.  Move termcap
620         checks ...
621         (MC_SLANG_TERMCAP): ... here.
622         (MC_SLANG_PRIVATE): Check if private functions are available.
623         It's not the case on Debian unstable.
625 2005-03-19  Pavel S. Shirshov  <me@pavelsh.pp.ru>
627         * syntax/idl.syntax: Add syntax file for the CORBA idl.
628         From Ian Zagorskih <ianzag@megasignal.com>
629         * syntax/lua.syntax: Add syntax file for the LUA programming language.
630         From Mike Gorchak  <mike@malva.ua>
631         * syntax/Syntax: Add syntax file for CORBA idl and lua.
632         * syntax/Makefile.am: Likewise.
633         * mc.qpg.in: Likewise.
634         * NEWS: Likewise.
636 2005-03-19  Pavel Roskin  <proski@gnu.org>
638         * acinclude.m4 (MC_WITH_SLANG): Define HAVE_SYSTEM_SLANG after
639         all fallbacks so it shows whether we are using system S-Lang.
640         * configure.ac: Remove USE_INCLUDED_SLANG, since it's now fully
641         dependent on HAVE_SLANG and HAVE_SYSTEM_SLANG.
642         * src/myslang.h: Likewise.
644 2005-03-18  Mike Gorchak  <mike@malva.ua>
646         * syntax/assembler.syntax: Add syntax file for the x86 assembler.
647         * syntax/povray.syntax: Add syntax file for the POVRay.
648         * syntax/Syntax: Add syntax file for x86 assembler and POVRay.
649         * syntax/Makefile.am: Likewise.
650         * mc.qpg.in: Likewise.
651         * NEWS: Likewise.
653 2005-03-14  Leonard den Ottolander  <leonard * den ottolander nl>
655         * syntax/diff.syntax: Changed default color from gray, which was
656         quite unreadable, to a bright yellow.
658 2005-03-10  Roland Illig  <roland.illig@gmx.de>
660         * autogen.sh: Made the gettext version check more portable. The
661         actual sed command is unchanged.
663 2005-02-26  Miguel de Icaza  <miguel@novell.com>
665         * doc/mc.1.in: Replace M-char with Alt-char everywhere, which is
666         simpler to understand.
668 2005-01-29  Miguel de Icaza  <miguel@novell.com>
670         * configure.ac: Check for getgrouplist API call.
672 2005-02-07  Roland Illig  <roland.illig@gmx.de>
674         * NEWS: Added the changes between mc-4.6.1-pre3 and now.
676 2005-01-27  Roland Illig  <roland.illig@gmx.de>
678         * configure.ac: Add checks for C headers <sys/mkdev.h> and
679         <sys/sysmacros.h> to support major/minor arithmetics on
680         device numbers.
682 2005-01-11  Pavel S. Shirshov  <me@pavelsh.pp.ru>
684         * acinclude.m4: Fix '--with-screen' configure option.
686 2004-12-30  Andrew V. Samoilov  <sav@bcs.zp.ua>
688         * autogen.sh: Fix workaround for automake 1.5.
690 2004-12-28  Leonard den Ottolander  <leonard * den ottolander nl>
692         * syntax/spec.syntax: Set whole on spec macro option keywords.
694 2004-12-13  Pavel S. Shirshov  <me@pavelsh.pp.ru>
696         * acinclude.m4: Fix "make distcheck".
698 2004-12-12  Pavel S. Shirshov  <me@pavelsh.pp.ru>
700         * NEWS: Update.
702 2004-12-10  Pavel S. Shirshov  <me@pavelsh.pp.ru>
704         * autogen.sh: Comment workaround for Automake 1.5. It's not working
705         for Automake 1.9.
707 2004-12-07  Roland Illig  <roland.illig@gmx.de>
709         * syntax/Makefile.am: Don't install syntax highlighting files if
710         the internal editor is disabled.
712 2004-12-03  Pavel S. Shirshov  <me@pavelsh.pp.ru>
714         * configure.ac: Bump version to 4.6.1a
716 2004-11-17  Pavel S. Shirshov  <me@pavelsh.pp.ru>
718         * acinclude.m4: Fix compiling mc with system slang on FreeBSD.
720 2004-11-16  Roland Illig  <roland.illig@gmx.de>
722         * TODO: Checked the remaining vfs/extfs shell scripts and
723         removed them from the TODO list. This was the last item
724         in the section "Before 4.6.1", so I deleted the whole
725         section.
727 2004-11-08  Pavel S. Shirshov  <me@pavelsh.pp.ru>
729         * TODO (4.6.2): Fix the '#' in path names issue.
731 2004-11-07  Roland Illig  <roland.illig@gmx.de>
733         * TODO (4.6.1): Moved the '#' in path names issue to 4.6.2.
734         * TODO: Added issue about hiding passwords in VFS pathnames.
736 2004-11-05  Andrew V. Samoilov  <sav@bcs.zp.ua>
738         * README: Fix typo.
740 2004-11-04  Mike Gorchak  <mike@malva.ua>
742         * mc.qpg.in: Synchronization with the latest file has been added
743         to the distro.
744         * configure.ac: Added information about status of charset enabling.
745         * syntax/Syntax: Treat QNX6 specific files with extensions qpg and
746         qpg.in as xml files.
748 2004-11-02  Roland Illig  <roland.illig@gmx.de>
750         * configure.ac: Add feature test whether socklen_t is defined
751         in <sys/socket.h>.
753 2004-10-28  Jindrich Novy  <jnovy@redhat.com>
755         * lib/mc.ext.in: Add a few sound formats that "play" and "mikmod"
756         utility knows.
758 2004-10-27  Roland Illig  <roland.illig@gmx.de>
760         * configure.ac: Add check for type socklen_t.
762 2004-10-27  Juan C. Olivares  <juancri@juancri.com>
764         * syntax/aspx.syntax: Add syntax file for ASP.NET.
765         * syntax/Syntax: Likewise.
766         * syntax/Makefile.am: Likewise.
768 2004-10-27  Pavel S. Shirshov  <me@pavelsh.pp.ru>
770         * TODO: Move entry 'Broken pipe warning...' to 4.6.2 TODO list.
771         Remove entries for perl extfs scripts.
773 2004-10-24  Roland Illig  <roland.illig@gmx.de>
775         * configure.ac: Only add "-Wall" to CFLAGS if GCC is set to "yes".
777 2004-10-23  Roland Illig  <roland.illig@gmx.de>
779         * TODO: Check proper quoting in vfs/extfs/*.
781 2004-10-20  Pavel S. Shirshov  <me@pavelsh.pp.ru>
783         * lib/mc.ext.in: Use xmms for audio files in XWindows mode.
784         Add support for *.wma files. Add support for playlists.
786         Partially based on patch from q# <eth0@o2.pl>
788 2004-10-18  Roland Illig  <roland.illig@gmx.de>
790         * TODO: Some new TODO items with low priority: More standard
791         widgets, CVS frontend, patch editor, context menus.
793 2004-10-16  Roland Illig  <roland.illig@gmx.de>
795         * TODO: Fixed the "./ files in tar archive" item for mc-4.6.1.
797 2004-10-16  Roland Illig  <roland.illig@gmx.de>
799         * syntax/eiffel.syntax: Add syntax highlighting rules for the
800         Eiffel programming language.
801         * syntax/Syntax: Bind *.e with eiffel.syntax.
802         * syntax/Makefile.am: Added syntax.eiffel.
804         From Daniel F Moisset <dmoisset grulic org ar>
806 2004-10-12  Pavel S. Shirshov  <me@pavelsh.pp.ru>
808         * syntax/sql.syntax: Improve sql.syntax file and added several
809         keywords.
811         From Karel Zak
813 2004-10-12  Andrew V. Samoilov  <sav@bcs.zp.ua>
815         * acinclude.m4 (MC_WITH_MCSLANG): Set screen_type to mcslang.
816         * configure.ac: Define USE_INCLUDED_SLANG if screen_type is mcslang.
818 2004-10-05  Gergely Sza'sz  <szaszg@hu.inter.net>
820         * syntax/perl.syntax: Fix highlight the hashes.
821         * syntax/diff.syntax: Highlight comments (lines begin with #),
822         and garbage in diff files.
824 2004-09-17  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
826         * mc.qpg.in: New file. Description for QNX 6.x packager.
828 2004-09-25  Roland Illig  <roland.illig@gmx.de>
830         * configure.ac: #define _GNU_SOURCE to an empty value instead of 1,
831         which conflicted with src/regex.c.
833 2004-09-24  Roland Illig  <roland.illig@gmx.de>
835         * HACKING (Programming tips): Added a tip concerning the NULL
836         pointer in varargs function calls.
838 2004-09-22  Roland Illig  <roland.illig@gmx.de>
840         * HACKING: Added advice for using g_strdup for a modifiable
841         copy of a string.
842         * HACKING: Added a section about where to look for bug reports
843         and patches.
845 2004-09-19  Roland Illig  <roland.illig@gmx.de>
847         * HACKING: Added explanation for const_cast.
849 2004-09-17  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
851         * syntax/makefile.syntax: Adds "define" and "ended" keywords
852         * syntax/perl.syntax: Adds "break" keyword
854 2004-09-10  Jakub Jelinek  <jakub@redhat.com>
856         * lib/mc.lib: Add gnome, rxvt and xterm-new terminals.
858 2004-09-10  Pavel S. Shirshov  <me@pavelsh.pp.ru>
860         * syntax/php.syntax: Upgrade php.syntax file.
862         From Leonard den Ottolander <leonard * den.ottolander.nl>
864 2004-09-04  Jakub Jelinek  <jakub@redhat.com>
866         * configure.ac: grantpt is only available with -D_XOPEN_SOURCE
867         or -D_GNU_SOURCE under Linux.
869 2004-09-04  Pavel S. Shirshov  <me@pavelsh.pp.ru>
871         * HACKING: Add to section "Programming Tips" g_free tip.
873 2004-09-02  Roland Illig  <roland.illig@gmx.de>
875         * HACKING: Added a section "Programming Tips" which lists mistakes
876         that have been done once and should never be repeated.
878 2004-08-29  Roland Illig  <roland.illig@gmx.de>
880         * m4/ri-gcc-warnings.m4: Now handles only the last --enable or
881         --disable option. Before, --disable has not been handled
882         correctly.
884 2004-08-22  Pavel S. Shirshov  <me@pavelsh.pp.ru>
886         * m4/ri-gcc-warnings.m4: Using AC_HELP_STRING for more portable.
887         AS_HELP_STRING was introduced after autoconf 2.57+.
889         From Leonard den Ottolander <leonard * den.ottolander.nl>
891 2004-08-18  Roland Illig  <roland.illig@gmx.de>
893         * "make uninstall": removes the symlinks bin/mcedit and bin/mcview.
895 2004-08-17  Roland Illig  <roland.illig@gmx.de>
897         * configure.ac: The GCC warning flags are only used in
898         maintainer-mode.
900 2004-08-17  Pavel S. Shirshov  <me@pavelsh.pp.ru>
902         * lib/cedit.menu: Security fix patch. Fix insecure temporary file and
903         directory creations. (CAN-2004-0231).
905         * lib/mc.menu: Likewise.
906         * doc/mc.1.in: Likewise.
907         * doc/es/mc.1.in: Likewise.
908         * doc/hu/mc.1.in: Likewise.
909         * doc/it/mc.1.in: Likewise.
910         * doc/pl/mc.1.in: Likewise.
911         * doc/ru/mc.1.in: Likewise.
912         * doc/sr/mc.1.in: Likewise.
914 2004-08-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
916         * configure.ac: Add check for atoll().
918         * doc/mc.1.in (Extension File Edit): Document "directory" keyword.
919         * doc/ru/mc.1.in: Likewise.
921 2004-08-02  Pavel Shirshov  <me@pavelsh.pp.ru>
923         * autogen.sh: Fix unportable "\n" in sed.
925 2004-04-02  Pavel Roskin  <proski@gnu.org>
927         * lib/mc.ext.in: Use gqview instead of ee for images.  ee seems
928         to be obsolete.  Suggested by Marcel Pol <mpol@gmx.net>
930 2004-01-22  Pavel Roskin  <proski@gnu.org>
932         * lib/mc.ext.in: Recognize *.tb2 and *.tbz files.
934         * configure.in: Rename to ...
935         * configure.ac: ... this.
937 2003-12-30  David Martin  <dmartina@excite.com>
939         * doc/mc.1.in: Synchronized latest fixes (long options) and
940         moved year and version number.
942 2003-12-24  Pavel Roskin  <proski@gnu.org>
944         * configure.in: Release 4.6.1-pre1.
946 2003-11-28  Pavel Roskin  <proski@gnu.org>
948         * acinclude.m4 (MC_UNDELFS_CHECKS): Try ext2fs/ext2_fs.h before
949         linux/ext2_fs.h.  Use ext2fs/ext2_fs.h when possible - it's
950         safer to avoid kernel headers.
952 2003-11-27  Pavel Roskin  <proski@gnu.org>
954         * src/TODO: Move ...
955         * TODO: ... here.
956         * doc/DEVEL: Move ...
957         * HACKING: ... here.  Adjust makefiles.
959 2003-11-20  Pavel Roskin  <proski@gnu.org>
961         * build-glib1.sh: Use more portable syntax for functions.  Fall
962         back to "ftp" for download, useful on BSD.
963         * build-glib2.sh: Likewise.
965         * build-glib1.sh: New file - download and compile glib 1.2.x,
966         then compile mc against it.
967         * build-glib2.sh: New file - download and compile glib 2.x with
968         dependencies (gettext, pkgconfig), then compile mc against it.
969         * Makefile.am: Distribute them.
971 2003-10-29  Pavel Roskin  <proski@gnu.org>
973         * acinclude.m4 (MC_UNDELFS_CHECKS): Don't use internal Autoconf
974         variables.
976         * configure.in: Rewrite check for mmap() to avoid using internal
977         variables of Autoconf.  Rename the rest of ac_cv_* to mc_cv_*.
979         * configure.in: Use AC_CHECK_MEMBERS to check fields of struct
980         stat.  Adjust all dependencies.
982         * acinclude.m4 (AC_STRUCT_LINGER): Remove, use AC_CHECK_MEMBERS
983         instead.
985         * configure.in: Define SLANG_POSIX_SIGNALS if all 4 required
986         functions are present.  Remove references to extraconf.h.
987         * extraconf.h: Eliminate.
988         * Makefile.am: Remove extraconf.h.
990         * configure.in: Move ext2fs undelete support ...
991         * acinclude.m4 (MC_WITH_VFS): ... here.
992         * extraconf.h: Remove VFS logic, it's enforced in configure now.
994         * acinclude.m4 (MC_WITH_VFS): Use AC_SEARCH_LIBS when possible.
995         Allow disabling network code by --disable-netcode.
997 2003-10-28  Pavel Roskin  <proski@gnu.org>
999         * configure.in: Don't check if "file" can use stdin - it's
1000         unused now.
1002 2003-10-25  Pavel Roskin  <proski@gnu.org>
1004         * extraconf.h: Don't define HAVE_GRANTPT forcedly if grantpt()
1005         wasn't found.  Don't define HAVE_CRYPT, it's unused now.
1007         * configure.in: Remove check for socketpair().  Add new option
1008         --enable-background.
1009         * extraconf.h: Don't define WITH_BACKGROUND.
1011 2003-10-14  Pavel Roskin  <proski@gnu.org>
1013         * configure.in: Don't check for seekdir() and telldir().
1015 2003-09-23  Pavel Roskin  <proski@gnu.org>
1017         * doc/sr/Makefile.am: Don't install mcserv documentation if mcfs
1018         support is disabled.
1020         * lib/*.ti: Remove, these files are obsolete.
1021         * lib/tdiff: Likewise.
1022         * lib/xterm.tcap: Likewise.
1023         * lib/Makefile.am: Remove obsolete files.  Don't install
1024         README.xterm and xterm.ad, there are partly obsolete and can
1025         break things if used as is.
1027 2003-09-22  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
1029         * lib/mc.hint.sr: Updated.
1030         * lib/mc.menu.sr: New file - translated menu.
1031         * lib/Makefile.am: Add mc.menu.sr.
1032         * doc/sr/: New Serbian documentation.
1033         * doc/Makefile.am: Add "sr" directory.
1034         * configure.in: Add substitutions for new files.
1036 2003-09-22  Pavel Roskin  <proski@gnu.org>
1038         * configure.in: Check for strlcpy() if glib 1.2.x is used.
1040 2003-09-11  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
1042         * lib/mc.hint.sr: New file - Serbian hints.
1044 2003-09-04  Pavel Roskin  <proski@gnu.org>
1046         * lib/mc.menu: Add entry for viewing manual pages.
1048 2003-08-18  Pavel Roskin  <proski@gnu.org>
1050         * lib/mc-wrapper.csh.in: Use "id" command to find the real user
1051         id.  $USER is not reliable.
1052         * lib/mc-wrapper.sh.in: Likewise.
1053         Reported by Figura Peter <peterf@autus.sk>
1055 2003-08-18  Andrew V. Samoilov  <sav@bcs.zp.ua>
1057         * acinclude.m4 (MC_WITH_NCURSES): Fix ESCDELAY check on Solaris.
1058         Make sure that linking succeeds.
1060 2003-08-02  Pavel Roskin  <proski@gnu.org>
1062         * lib/cedit.menu: Avoid using "id -u", it doesn't work on
1063         Solaris.  From Andrew V. Samoilov <sav@bcs.zp.ua>
1065 2003-07-23  Pavel Roskin  <proski@gnu.org>
1067         * lib/mc.lib: Add more "end" and "home" sequences for xterm.
1069 2003-07-22  Pavel Roskin  <proski@gnu.org>
1071         Get rid of all references to NATIVE_WIN32.
1073         * pc: Remove.  No work has been done on the PC post for years.
1074         * README.PC: Likewise.
1075         * Makefile.am: Adjust for the above.
1076         * configure.in: Likewise.
1078 2003-07-21  Pavel Roskin  <proski@gnu.org>
1080         * configure.in: Check posix_openpt() first and fallback to
1081         GNU-specific getpt() only if needed.
1083 2003-06-29  David Sterba  <dave@jikos.cz>
1085         * lib/mc.hint.cs: Typo fixes.
1087 2003-06-25  Marco Ciampa  <ciampix@libero.it>
1089         * doc/it/mc.1.in: small fix
1091 2003-06-23  Andrew V. Samoilov  <sav@bcs.zp.ua>
1093         * lib/mc.ext: Allow ZIP in all capitals in "file" output.
1095 2003-06-18  Pavel Roskin  <proski@gnu.org>
1097         * configure.in: Remove test for SCO UNIX.  Remove all references
1098         to SCO_FLAVOR everywhere.  SCO flavor is rather unsavory now.
1100 2003-06-06  Pavel Roskin  <proski@gnu.org>
1102         * lib/mc.ext.in: Don't run compressed logs from /var/log through
1103         nroff.  Suggested by Alfie Costa <agcosta@gmx.net>
1105 2003-05-16  Marco Ciampa  <ciampix@libero.it>
1107         * syntax/ruby.syntax: upgrade
1108         * syntax/perl.syntax: small fix
1110 2003-05-14  Marco Ciampa  <ciampix@libero.it>
1112         * syntax/ruby.syntax: New file - syntax for Ruby.
1113         * syntax/Syntax: Add ruby.syntax.
1114         * syntax/Makefile.am: Likewise.
1116 2003-05-08  Pavel Roskin  <proski@gnu.org>
1118         * mc.spec.in: Strip pre-1998 changelog to work around a bug in
1119         rpm 4.2, which doesn't like %install inside %changelog.
1121 2003-04-29  Pavel Roskin  <proski@gnu.org>
1123         * configure.in: Add vfs/extfs/iso9660 to AC_CONFIG_FILES.
1124         * lib/mc.ext.in: Add support for ISO images.
1126 2003-03-31  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
1128         * syntax/Syntax: Highlight *.mc as a makefile.
1129         * syntax/sql.syntax: Add more keywords for PostgreSQL.
1131 2003-03-21  Pavel Roskin  <proski@gnu.org>
1133         * syntax/sh.syntax: Highlight "find".  Highlight whole string
1134         after "#!".  Make unrecognized text inside `` less bright.
1136 2003-03-17  Marco Ciampa  <ciampix@libero.it>
1138         * doc/it/mc.1.in: Some manual fixes.
1140 2003-03-14  Pavel Roskin  <proski@gnu.org>
1142         * syntax/c.syntax: Allow integer specifiers for %x and %X in C
1143         format strings.
1144         * syntax/cs.syntax: Likewise.
1145         * syntax/java.syntax: Likewise.
1146         * syntax/ml.syntax: Likewise.
1147         * syntax/php.syntax: Likewise.
1148         * syntax/python.syntax: Likewise.
1149         * syntax/slang.syntax: Likewise.
1150         * syntax/swig.syntax: Likewise.
1152 2003-03-11  Pavel Roskin  <proski@gnu.org>
1154         * acinclude.m4 (MC_ASM_LABELS): New macro to work around a bug
1155         gettext.  Define _INTL_REDIRECT_MACROS if needed.
1156         * configure.in: Use MC_ASM_LABELS.
1158 2003-03-07  Pavel Roskin  <proski@gnu.org>
1160         * configure.in: Add --with-glib-static option.
1162 2003-03-06  Pavel Roskin  <proski@gnu.org>
1164         * syntax/spec.syntax: Add BuildArch.
1166 2003-03-05  Pavel Roskin  <proski@gnu.org>
1168         * configure.in: Check availability of setsid().
1170 2003-03-04  Sanlig Badral  <Badral@chinggis.com>
1172         * po/LINGUAS: added Mongolian (mn) translation.
1174 2003-03-03  Pavel Roskin  <proski@gnu.org>
1176         * lib/mc.lib: Add xterm arrows both for application and normal
1177         mode.  Normal mode can be accidentally enabled if one mc is run
1178         from another and Ctrl-O is used to switch between them.
1179         Add F11-F20 definitions for cons25 (FreeBSD console).
1181 2003-02-27  Juan C. Olivares  <juancri@TAGnet.org>
1183         * syntax/cs.syntax: New file.
1184         * syntax/Syntax: Add cs.syntax.
1185         * syntax/Makefile.am: Likewise.
1187 2003-02-27  Marco Ciampa  <ciampix@libero.it>
1189         * doc/it/mc.1.in: updated manual with -e switch description.
1191 2003-02-26  Pavel Roskin  <proski@gnu.org>
1193         * syntax/syntax.syntax: Highlight "define".
1195 2003-02-23  Marco Ciampa  <ciampix@libero.it>
1197         * doc/it/mc.1.in: updated manual with some stylistic changes.
1199 2003-02-23  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
1201         * lib/mc.ext.in: Add entry for QNX Neutrino packages.
1203 2003-02-22  Pavel Tsekov  <ptsekov@gmx.net>
1205         * acinclude.m4 [AC_G_MODULE_SUPPORTED]: New macro.
1206         * configure.in: Test for gmodule.  Don't link mc with libX11 if
1207         gmodule is supported.
1209 2003-02-22  Pavel Roskin  <proski@gnu.org>
1211         * configure.in: Add --with-glib12 option to configure to force
1212         using glib 1.2.x.
1214 2003-02-21  Andrew V. Samoilov  <sav@bcs.zp.ua>
1216         * doc/ru/mc.1.in (Layout): Translate 'Xterm window title' option.
1217         (Extension File Edit): Translate include feature.
1219 2003-02-20  Pavel Roskin  <proski@gnu.org>
1221         * configure.in: Move list of all translations ...
1222         * po/LINGUAS: ... here.
1224 2003-02-18  Pavel Roskin  <proski@gnu.org>
1226         * syntax/c.syntax: Highlight C++ comments in preprocessor
1227         directives.
1228         Reported by Oswald Buddenhagen <ossi@kde.org>
1230 2003-02-13  Marco Ciampa  <ciampix@libero.it>
1232         * doc/it/mc.1.in: updated manual following it.po changes.
1234 2003-02-05  Pavel Roskin  <proski@gnu.org>
1236         * configure.in: Bump version to 4.6.0a.
1238         * configure.in: Version 4.6.0 released.
1240 2003-02-04  Arpi  <arpi@mplayerhq.hu>
1242         * syntax/Syntax: Match *.syntax before other files to fix
1243         highlighting of makefile.syntax.
1245 2003-02-04  Pavel Roskin  <proski@gnu.org>
1247         * syntax/c.syntax: Revert highlighting trailing whitespaces.
1249 2003-02-03  Andrew V. Samoilov  <sav@bcs.zp.ua>
1251         * autogen.sh: Fix unportable "+" sed regexp in gettext_ver
1252         calculation.  Reported by vlad@geekizoid.com.
1254 2003-01-31  Pavel Roskin  <proski@gnu.org>
1256         * syntax/nroff.syntax: Make colors more compatible with the
1257         highlighting used in the internal viewer - yellow for bold and
1258         brightred for italic.
1260 2003-01-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
1262         * syntax/c.syntax: Highlight trailing whitespace(s).
1264 2003-01-30  Pavel Tsekov  <ptsekov@gmx.net>
1266         * acinclude.m4 (MC_WITH_NCURSES): Check -lcurses if -lncurses
1267         doesn't work.  Useful on OpenBSD 3.2.
1269 2003-01-29  Pavel Roskin  <proski@gnu.org>
1271         * lib/mc.ext.in: Fix missing semicolon that affected viewing RPM
1272         packages.
1274 2003-01-24  Pavel Roskin  <proski@gnu.org>
1276         * configure.in: Add -lposix on A/UX before all tests.
1278 2003-01-23  Pavel Roskin  <proski@gnu.org>
1280         * acinclude.m4 (MC_EXTFS_CHECKS): Fix redirection to /dev/null.
1282 2003-01-22  Pavel Roskin  <proski@gnu.org>
1284         * configure.in: Bump version to 4.6.0-pre3a.
1286         * configure.in: Version 4.6.0-pre3 released.
1288         * acinclude.m4 (_MC_WITH_XSLANG): Drop support for old S-Lang
1289         versions that required the native curses library on some OSes.
1291 2003-01-19  Adam Byrtek  <alpha@debian.org>
1293         * doc/mcview.1.in: New file.
1294         * configure.in: Treat it like doc/mcedit.1.in.
1295         * doc/Makefile.am: Likewise.
1297 2003-01-17  Adam Byrtek  <alpha@debian.org>
1299         * doc/mc.1.in (Layout): Document 'Xterm window title' option.
1301 2003-01-16  David Martin  <dmartina@excite.com>
1303         * doc/mc.1.in: Add EXTernal virtual File System node (extfs).
1305 2003-01-16  David Martin  <dmartina@excite.com>
1307         * doc/mc.1.in: Set man page header and footer.
1308         * doc/es/mc.1.in: Likewise.
1309         * doc/hu/mc.1.in: Likewise.
1310         * doc/it/mc.1.in: Likewise.
1311         * doc/pl/mc.1.in: Likewise.
1312         * doc/ru/mc.1.in: Likewise.
1314 2003-01-12  David Martin  <dmartina@excite.com>
1316         * po/es.po: Update. Rewrite localized names for some menu entries.
1317         * doc/es/mc.1.in: Likewise.
1318         * lib/mc.hint.es: Likewise.
1320 2002-12-27  David Martin  <dmartina@excite.com>
1322         * doc/pl/xnc.hlp: Update GPL (change FSF address and move 19xx
1323         entries to "year").
1325 2002-12-26  Pavel Roskin  <proski@gnu.org>
1327         * configure.in: Release 4.6.0-pre2, bump version to 4.6.0-pre2a.
1329         * configure.in: Fix non-portable operator.  Bump version to
1330         4.6.0-pre2.
1332 2002-12-24  Pavel Roskin  <proski@gnu.org>
1334         * lib/mc.ext.in: Use --nosignature with rpm to avoid a message
1335         in the viewer about unsigned packages.
1337         * acinclude.m4 (MC_WITH_SLANG): Don't add -lslang to MCLIBS if
1338         the system S-Lang is rejected.
1340         * lib/mc.ext.in: Play *.mov by mplayer.
1342 2002-12-23  Pavel Roskin  <proski@gnu.org>
1344         * configure.in: Enable X11 support by default, use --without-x
1345         to disable.
1347 2002-12-19  Pavel Roskin  <proski@gnu.org>
1349         * syntax/perl.syntax: Add separate context for function
1350         declarations and definitions, highlight prototypes.
1352 2002-12-11  Pavel Roskin  <proski@gnu.org>
1354         * acinclude.m4 (MC_EXTFS_CHECKS): Add check for Perl.
1355         * configure.in: Substitute Perl location in all extfs scripts
1356         written in Perl.
1358 2002-12-11  David Martin  <dmartina@excite.com>
1360         * doc/xnc.hlp: Update GPL (change FSF address
1361         and move 19xx entries to "year").
1362         * doc/es/xnc.hlp: Likewise.
1363         * doc/hu/xnc.hlp: Likewise.
1364         * doc/it/xnc.hlp: Likewise.
1365         * doc/ru/xnc.hlp: Likewise.
1367 2002-12-09  Pavel Roskin  <proski@gnu.org>
1369         * lib/mc.ext.in: Remove ftplist.  Add patchfs.
1371 2002-11-29  Andrew V. Samoilov  <sav@bcs.zp.ua>
1373         * autogen.sh: Use $srcdir/configure.mc instead of
1374         $srcdir/configure if first one exists and is executable.
1376 2002-11-28  Pavel Roskin  <proski@gnu.org>
1378         * configure.in: Determine which help translations user wants to
1379         install, based on USE_NLS, LINGUAS and ALL_LINGUAS.
1380         * doc/Makefile.am: Set SUBDIR to the list of the requested
1381         translations.
1383         * acinclude.m4 (MC_EXTFS_CHECKS): New macro.
1384         (MC_WITH_VFS): Call MC_EXTFS_CHECKS.
1385         * configure.in: Generate vfs/extfs/uzip.
1386         * vfs/extfs/uzip: Move to vfs/extfs/uzip.in.
1387         * vfs/extfs/Makefile.am: Corresponding adjustments.
1389 2002-11-26  Pavel Roskin  <proski@gnu.org>
1391         * syntax/sql.syntax: Add highlighting for dot and backticks.
1393 2002-11-16  Pavel Roskin  <proski@gnu.org>
1395         * configure.in: Move check for pwdauth() to MC_MCSERVER_CHECKS.
1396         * acinclude.m4 (MC_MCSERVER_CHECKS): If using crypt(), check for
1397         shadow password support.
1399         * acinclude.m4 (MC_MCSERVER_CHECKS): Don't limit PAM check to
1400         Linux.  Use AC_SEARCH_LIBS to find crypt().  Consolidate mcserv
1401         libraries into MCSERVLIBS.
1403         * configure.in: Move all mcserv related checks ...
1404         * acinclude.m4 (MC_MCSERVER_CHECKS): ... here.
1406 2002-11-15  Pavel Roskin  <proski@gnu.org>
1408         * configure.in: Fully enable glib2.  Update the documentation.
1410 2002-11-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
1412         * lib/mc.menu: Don't use --repetitive-best option with bzip2 -
1413         it is redundant in versions 0.9.5 and above.
1415 2002-11-10  Pavel Roskin  <proski@gnu.org>
1417         * configure.in: Check for uintptr_t.  Needed to compile regex.c
1418         on MacOS X.  Reported by Wim Rijnders <wimrijnders@home.nl>
1420 2002-11-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
1422         * syntax/ada95.syntax: Highlight "then" and "else".
1423         From Victor Porton <porton@ex-code.com>.
1424         Highlight "exit".
1426 2002-11-06  Pavel Roskin  <proski@gnu.org>
1428         * lib/edit.indent.rc: Remove all options for indent and add a
1429         comment explaining where those options should be.
1431 2002-11-05  Pavel Roskin  <proski@gnu.org>
1433         * lib/mc-wrapper.csh.in: Remove /bin/csh at the beginning - this
1434         script is not meant to be executed by the kernel.  This also
1435         eliminates dependency of the RPM package on csh.
1436         * lib/mc-wrapper.sh.in: Remove /bin/sh at the beginning.
1438 2002-11-01  Pavel Roskin  <proski@gnu.org>
1440         * configure.in: Don't substitute mc.sh and mc.csh - it's now
1441         done ...
1442         * lib/Makefile.am: ... here.  Add wrappers for mc to avoid
1443         defining complex shell scripts in functions and aliases.
1444         * lib/mc-wrapper.csh.in: New file - template for the script
1445         that runs mc and changes directory in csh.
1446         * lib/mc-wrapper.sh.in: New file - template for the script
1447         that runs mc and changes directory in sh.
1449 2002-11-01  Andrew V. Samoilov  <sav@bcs.zp.ua>
1451         * doc/mc.1.in (Keys): Document S-<chr>.
1452         * doc/ru/mc.1.in: Likewise.
1454 2002-10-31  Pavel Roskin  <proski@gnu.org>
1456         * syntax/diff.syntax: Revert highlighting for trailing spaces
1457         on the added lines - it extends the context to the next line.
1459         * lib/mc.csh.in: Add quoting and check for missing file.
1461         * lib/mc.csh.in: Update to use the new -P option.  This script
1462         has absolutely no protection against special symbols in
1463         directory names and lacks TMPDIR support.
1465         * lib/mc.sh.in: Update to use the new -P option.
1467         * configure.in: Displaying the install paths is too problematic
1468         to implement properly.  Remove this code.
1470 2002-10-29  Pavel Roskin  <proski@gnu.org>
1472         * lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.
1473         * configure.in: Likewise.  Add "-c" (disable ANSI color) to
1474         MAN_FLAGS if supported.
1476         * acinclude.m4 (MC_WITH_SLANG): Reject S-Lang with UTF-8
1477         support, unless external S-Lang was explicitly requested.
1479 2002-10-24  Pavel Roskin  <proski@gnu.org>
1481         * lib/mc.ext.in: Don't use links to view html - the "-dump"
1482         option has been removed in the recent versions.
1483         From David Martin <dmartina@excite.com>
1485 2002-10-21  Pavel Roskin  <proski@gnu.org>
1487         * acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
1488         to the final configuration message.
1490 2002-10-17  Pavel Roskin  <proski@gnu.org>
1492         * doc/hu/Makefile.am: Generate Hungarian help file from the
1493         manual, just like other languages.
1494         * doc/hu/mc.1.in: New file, converted from the help file.
1495         * doc/hu/xnc.hlp: Likewise.
1496         * configure.in: Adjust for the above.
1498         * doc/mc.1.in: Add node names.  Remove redundant paragraph
1499         breaks at the start and the end of the sections.  Mention
1500         "stalelink" as color keyword.
1502 2002-10-14  Pavel Roskin  <proski@gnu.org>
1504         * lib/mc.ext.in: Don't use "-dump" option with "links".
1505         From David Martin <dmartina@excite.com>
1507 2002-10-13  Pavel Roskin  <proski@gnu.org>
1509         * lib/mc.hint*: Remove all references to "-1" - hints file is no
1510         substitute to unambiguous GUI.
1511         From Christian Laubscher <christian.laubscher@tiscalinet.ch>
1513 2002-10-12  Pavel Roskin  <proski@gnu.org>
1515         * lib/mc.ext.in: Redirect stderr from "links" to suppress a
1516         warning if it's not found.
1518 2002-10-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
1520         * doc/mc.1.in (SMB File System): Username is allowed in
1521         URLs now (/#smb:[user@]machine).
1522         * doc/ru/mc.1.in: Likewise.
1524 2002-10-08  Pavel Roskin  <proski@gnu.org>
1526         * configure.in: Rename RH_VERSION to RPM_VERSION - not every
1527         rpm-based system is Red Hat.  Replace all dashes, not just one.
1529         * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
1530         termcap if terminfo is missing in the known locations.
1531         * configure.in: Remove --with-termcap processing, it is now in
1532         acinclude.m4.
1534 2002-10-02  Pavel Roskin  <proski@gnu.org>
1536         * syntax/syntax.syntax: Fix highlighting for "gray".
1538 2002-10-01  Pavel Roskin  <proski@gnu.org>
1540         * configure.in: Expand $bindir and $datadir to show at the end.
1541         Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
1543 2002-09-29  Pavel Roskin  <proski@gnu.org>
1545         * configure.in: Remove the argument from --with-gpm-mouse.  The
1546         directories for include files and libraries can be specified
1547         using LDFLAGS and CPPFLAGS, as documented in the output of
1548         "configure --help".
1550         * configure.in: Complete rewrite of the screen library support.
1551         Add new option --with-screen instead on --with-slang,
1552         --with-included-slang and --with-ncurses.  Only allow
1553         --with-termcap is using the included S-Lang library.
1554         * aclocal.m4: Corresponding changes.
1556         * syntax/mail.syntax: Replace "wholechars right" and "wholechars
1557         left" with single "wholechars".
1558         * syntax/nroff.syntax: Likewise.
1559         * syntax/sh.syntax: Likewise.
1560         * syntax/tcl.syntax: Likewise.
1562         * syntax/*.syntax: Remove numeric Cooledit colors.  It's
1563         unreasonable to require them to be correct.  On the other hand,
1564         Cooledit can easily be changed to accept named color names.
1566         * syntax/syntax.syntax: Don't require Cooledit colors for
1567         highlighting color names.  Remove Cooledit colors.
1569         * syntax/m4.syntax: Don't use yellow color on parentheses, since
1570         it interferes with parentheses highlighting.  Remove list of
1571         supported Autoconf macros.
1573 2002-09-26  Pavel Roskin  <proski@gnu.org>
1575         * syntax/syntax.syntax: Remove highlighting for numbers - it's
1576         for Cooledit only.
1578         * syntax/c.syntax: Require at least one space at the beginning
1579         of indented cpp directives.  Use brightmagenta for them.
1581         * syntax/syntax.syntax: Don't start keywords with "\[" - it
1582         doesn't work.  Use "\[\]" at the end of keywords to suppress
1583         their special meaning.
1585 2002-09-22  Pavel Roskin  <proski@gnu.org>
1587         * doc/Makefile.am: Remove width from the man2hlp command line.
1588         The same for translations.
1590         * configure.in: Remove support for HSC proxy - it's obsolete.
1591         Remove all references to HSC proxy everywhere.
1593 2002-09-21  Pavel Roskin  <proski@gnu.org>
1595         * configure.in: Bump version to 4.6.0-pre1b.
1597         * doc/hu/mc.hlp.hu: Rename to ...
1598         * doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
1599         * configure.in: Substitute doc/hu/mc.hlp.hu.
1600         * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
1602         * doc/mc.1.in: Update path to the data files.  Rename MC_LIBDIR
1603         to MC_DATADIR.  Make the same changes in the translations.
1605         * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
1606         directory for architecture-independent files.
1608 2002-09-19  Pavel Roskin  <proski@gnu.org>
1610         * syntax/m4.syntax: New file.
1611         * syntax/Syntax: Add m4.syntax.
1612         * syntax/Makefile.am: Likewise.
1613         From Vlad Romanenko <VladRomanenko@ukr.net>
1615         * syntax/sql.syntax: Only recognize non-standard MySQL comments
1616         at the beginning of line.
1618 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
1620         * syntax/syntax.syntax: Add "linestart" for "context",
1621         "context default" and "context exclusive" keywords.
1622         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
1623         and "%5.5s" formats.
1625 2002-09-18  Pavel Roskin  <proski@gnu.org>
1627         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
1628         rules for syntax files ...
1629         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
1630         and "include" keywords.
1631         * syntax/Makefile.am: Add syntax.syntax.
1633 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
1635         * syntax/js.syntax: Advanced number highlighting.
1637 2002-09-17  Pavel Roskin  <proski@gnu.org>
1639         * syntax/c.syntax: Highlight "?" by the same color as ":".
1640         * syntax/java.syntax: Likewise.
1641         * syntax/swig.syntax: Likewise.
1642         * syntax/python.syntax: Remove duplicate keyword ":".
1644         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
1645         m4 directory is used by aclocal.
1646         * m4/Makefile.am: New file.
1647         * configure.in: Substitute m4/Makefile.
1648         * autogen.sh: Don't copy any macro files, use m4 directory.
1650         * syntax/Makefile.am: Add js.syntax.
1652         * configure.in: Add support for glib 2.x.  Right now, it has to
1653         be explicitly enabled by `--with-glib2'.
1654         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
1656 2002-09-16  Pavel Roskin  <proski@gnu.org>
1658         * syntax/js.syntax: New file.
1659         * syntax/Syntax: Add js.syntax.
1660         From Vlad Romanenko <VladRomanenko@ukr.net>
1662 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
1664         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
1665         of local xnc.hlp
1666         * doc/pl/xnc.hlp: Removed.
1668 2002-09-13  Pavel Roskin  <proski@gnu.org>
1670         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
1671         Remove "potfiles" command.
1672         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
1673         compatibility with gettext 0.10.x.
1675         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
1676         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
1678         * po/Makevars: New file for compatibility with gettext 0.11.x.
1680         * configure.in: Remove "Debugger code" message.
1682         * acinclude.m4: Replace undelfs_o with use_undelfs.
1683         * configure.in: Likewise.  Don't substitute it.
1685         * configure.in: Simplify processing of without-edit.  Replace
1686         several variables with use_edit.
1687         * acinclude.m4: Remove AC_WITH_EDIT.
1689         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
1690         use_smbfs.
1691         * configure.in: Likewise.
1692         * INSTALL: Document --with-samba.
1694         * configure.in: Roll --enable-mcserv-install into ...
1695         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
1696         * INSTALL: Document --with-mcfs.
1698 2002-09-12  Pavel Roskin  <proski@gnu.org>
1700         * configure.in: Don't check if crypt() prototype is needed to
1701         avoid warnings - the whole code is not worth avoiding one
1702         legitimate warning.
1703         * acinclude.m4: Remove AC_TRY_WARNINGS.
1705         * configure.in: ALL_LINGUAS should be defined unconditionally.
1707         * acinclude.m4: Clarify some help texts, add defaults in square
1708         brackets, use more consistent spacing.
1709         * configure.in: Likewise.
1711         * lib/mc.menu: Don't call tarballs "releases".  Don't
1712         dereference symlinks.
1714 2002-09-10  Pavel Roskin  <proski@gnu.org>
1716         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
1718 2002-09-07  Pavel Roskin  <proski@gnu.org>
1720         * configure.in: Eliminate --with-terminfo option, which was
1721         essentially equivalent to --with-included-slang and didn't force
1722         anything.
1723         * acinclude.m4 (AC_USE_TERMINFO): Remove.
1724         * INSTALL: Adjust to match.
1725         * FAQ: Likewise.
1727 2002-09-05  Pavel Roskin  <proski@gnu.org>
1729         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
1730         NETFILES - it's unused.
1732         * configure.in: Check for arpa/inet.h.
1734         * mcfn_install: Remove.  Also remove all references to it.
1735         * INSTALL.FAST: Update information about ncurses.
1736         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
1738         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
1739         LIBS.
1740         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
1741         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
1742         test for ncurses in non-standard directories.
1744 2002-09-04  Pavel Roskin  <proski@gnu.org>
1746         * lib/mc.ext.in: Remove edit rules for compressed files that
1747         were compressing even unchanged files - the editor itself can
1748         handle compression better.
1750 2002-09-03  Pavel Roskin  <proski@gnu.org>
1752         * acinclude.m4: Remove Termnet support, it's too old and obscure
1753         to be supported properly.
1755 2002-08-27  Pavel Roskin  <proski@gnu.org>
1757         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
1758         OpenOffice.org, not StarOffice.  Add more video formats.
1760         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
1761         unnecessary pipeline.  Redirect stderr from cpio, because it can
1762         be non-empty even for successful operations.
1764 2002-08-26  Pavel Roskin  <proski@gnu.org>
1766         * syntax/spec.syntax: New file.
1767         * syntax/Syntax: Add spec.syntax.
1768         * syntax/Makefile.am: Likewise.
1769         From PLD Linux Distribution with minor changes.
1771 2002-08-25  Pavel Roskin  <proski@gnu.org>
1773         * lib/mcserv.init: Update from Red Hat package.
1774         * lib/mcserv.pamd: Likewise.
1776         * configure.in: Fix interpretation of the iconv test result.
1777         Reported by Pavel Shirshov <me@pavelsh.pp.ru>
1779         * mc.sh.in: Only bash needs the mc() function to be exported.
1781         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
1782         instead of /usr where appropriate.
1783         * doc/Makefile.am: Enable generation of the help file.
1785         * doc/pl/*: Add Polish translation.
1786         * doc/Makefile.am: Adjust for the above.
1787         * configure.in: Likewise.
1789 2002-08-24  Pavel Roskin  <proski@gnu.org>
1791         * lib/edit.indent.rc: Use tidy to format HTML.
1792         From David Martin <dmartina@excite.com>
1794         * lib/cedit.menu: Remove all references to the error file.
1795         * lib/edit.indent.rc: Likewise.
1796         * lib/edit.spell.rc: Likewise.
1798 2002-08-23  Pavel Roskin  <proski@gnu.org>
1800         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
1801         use only for the programs that need it (mc and mcserv).
1803         * configure.in: Fix help text for gpm and ncurses.  Properly
1804         handle --without-ncurses.
1805         Reported by Moritz Barsnick <moritz@barsnick.net>
1807         * configure.in: Work around a bug in Autoconf-2.53 that prevents
1808         splitting of user-specified path in AC_PATH_PROGS.
1810         * configure.in: Move glib test earlier, as it tends to fail for
1811         many users.  Make GLIB_CONFIG a precious variable.  Check for
1812         glib12-config - that's how it's called on FreeBSD.
1813         Reported by Pavel Shirshov <me@pavelsh.pp.ru>
1815 2002-08-22  Pavel Roskin  <proski@gnu.org>
1817         * configure.in: Remove old-style Linux-only support for shadow
1818         passwords.
1820 2002-08-21  Pavel Roskin  <proski@gnu.org>
1822         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
1823         now, otherwise Automake 1.5 breaks.  Remove version number from
1824         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
1825         Substitute RH_VERSION, which is VERSION without dashes, needed
1826         for RedHat specfile.
1828         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
1829         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
1830         two places.
1832         Release mc-4.6.0-pre1.
1834         * configure.in: Bump version to 4.6.0-pre1.
1835         * po/*.po: Regenerate.
1837 2002-08-20  David Martin  <dmartina@excite.com>
1839         * doc/es/mc.1.in: Minor changes.
1840         * doc/es/xnc.hlp: Likewise.
1842 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1844         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
1845         %{_mandir}/*/man1/*.
1847 2002-08-20  Pavel Roskin  <proski@gnu.org>
1849         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
1851 2002-08-19  Pavel Roskin  <proski@gnu.org>
1853         * configure.in: Add Italian documentation.
1854         * doc/Makefile.am: Likewise.
1856         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
1858         * configure.in: Enable subshell support on all operating systems
1859         by default.  Old issues are most likely solved by now.
1861 2002-08-18  Pavel Roskin  <proski@gnu.org>
1863         * lib/mc.ext.in: Try links before lynx.  Force full path when
1864         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
1865         is already broken if the program starts in background.  Add a
1866         comment discouraging taking this code as example.
1868         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
1869         obsolete.
1870         * doc/es/mc.1.in: Likewise.
1871         * doc/ru/mc.1.in: Likewise.
1872         * doc/hu/mc.hlp.hu: Likewise.
1874         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
1875         was unsafe by design and is no longer supported.  Use %t instead
1876         of %u to preserve tags in case of failure.
1878         * vfs/extfs/ftplist.in: Remove support for running commands, it
1879         makes no sense.
1881 2002-08-16  Pavel Roskin  <proski@gnu.org>
1883         * lib/mc.global: Remove, it duplicates the role of mc.lib.
1884         * lib/mc.lib: Add contents of mc.global.
1885         * lib/Makefile.am: Remove all references to mc.global.
1887         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
1888         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
1890 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
1892         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
1893         set, umask and unset like other builtin commands.
1895 2002-08-15  Pavel Roskin  <proski@gnu.org>
1897         * configure.in: Remove check for SIGTSTP, it's not needed for
1898         the subshell support.
1900         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
1901         done at runtime.
1902         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
1904 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
1906         * doc/ru/mc.1.in: Remove reference to README.edit.
1907         * doc/mc.1.in: Likewise.
1908         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
1909         everywhere.
1911 2002-08-14  Pavel Roskin  <proski@gnu.org>
1913         * doc/mc.1.in: Consistently use "native" ftp syntax.
1914         * doc/ru/mc.1.in: Likewise.
1915         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
1916         * doc/es/xnc.hlp: Likewise.
1918         * lib/mc.hlp.hu: Move ...
1919         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
1921 2002-08-09  Pavel Roskin  <proski@gnu.org>
1923         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
1924         and entries that are obsolete or make no sense.
1926         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
1927         "How to use help".
1929         * doc/Makefile.am: Don't distribute help file.  Generate it in
1930         the build directory.
1931         * doc/es/Makefile.am: Likewise.
1932         * doc/ru/Makefile.am: Likewise.
1934         * lib/xnc.hlp: Move ...
1935         * doc/xnc.hlp: ... here.
1936         * doc/Makefile.am: Necessary adjustments.
1937         * lib/Makefile.am: Likewise.
1938         * src/Makefile.am: Likewise.
1940         * configure.in: Add Spanish documentation.
1941         * doc/Makefile.am: Likewise.
1942         * doc/es: Spanish documentation.
1943         From David Martin <dmartina@excite.com>
1945 2002-08-08  Pavel Roskin  <proski@gnu.org>
1947         * lib/mc.lib: Add f11-f20 keys for Konsole.
1949 2002-08-06  Pavel Roskin  <proski@gnu.org>
1951         * syntax/lisp.syntax: New file.
1952         * syntax/Syntax: Add lisp.syntax.
1953         * syntax/Makefile.am: Likewise.
1954         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
1955         changes.
1957 2002-08-04  Pavel Roskin  <proski@gnu.org>
1959         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
1960         subshell if this test fails.
1962 2002-08-03  Pavel Roskin  <proski@gnu.org>
1964         * syntax/mail.syntax: Colors changed to be more readable.
1966         * syntax/html.syntax: Don't require character entities to be
1967         whole, but check their validity.
1969 2002-08-02  Pavel Roskin  <proski@gnu.org>
1971         * configure.in: No longer need to define REGEX_MALLOC.
1973 2002-08-01  Pavel Roskin  <proski@gnu.org>
1975         * configure.in: Remove support for MAD and Electric Fence.
1976         Developers should use modern memory debuggers (e.g. Valgrind).
1977         * INSTALL: Remove references to MAD.
1979 2002-07-31  Pavel Roskin  <proski@gnu.org>
1981         * syntax/html.syntax: Remove recognition for any individual
1982         words - there are too many of them, we cannot keep up.
1984 2002-07-30  Pavel Roskin  <proski@gnu.org>
1986         * doc/ru/Makefile.am: Use man2hlp directly.
1988 2002-07-28  Pavel Roskin  <proski@gnu.org>
1990         * syntax/changelog.syntax: Highlight "*" only after tab.  This
1991         requires fixed syntax highlighting.
1993         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
1994         default. Open *.xls with gnumeric.  Use mplayer for most video
1995         formats.
1997         * syntax/nroff.syntax: Require most keywords to be whole.
1999 2002-07-21  Pavel Roskin  <proski@gnu.org>
2001         * syntax/fortran.syntax: Fix highlighting of "*" at the
2002         beginning of line.  Recognize "     +" as continuation.  Move
2003         all "linestart" keywords earlier to avoid more conflicts.
2005 2002-07-18  Pavel Roskin  <proski@gnu.org>
2007         * syntax/unknown.syntax: Don't highlight anything by default.
2009         * syntax/changelog.syntax: Highlight functions without
2010         filenames.
2011         * syntax/Syntax: Match *ChangeLog*.
2013         * syntax/c.syntax: Reenable highlighting for "/" and preserve
2014         highlighting for "//" comments by using exclusive context.
2015         * syntax/java.syntax: Likewise.
2016         * syntax/swig.syntax: Likewise.
2017         * syntax/slang.syntax: Reenable highlighting for "/".
2018         * syntax/sql.syntax: Enable highlighting for "/" and "-".
2020         * syntax/sql.syntax: New file.
2021         * syntax/Syntax: Add sql.syntax.
2022         * syntax/Makefile.am: Likewise.
2023         From Walery Studennikov <despair@sama.ru> with minor changes.
2025 2002-07-16  Pavel Roskin  <proski@gnu.org>
2027         * lib/mc.ext.in: Remove handling of executables.  They should
2028         be handled internally for "pause after run" to work.
2030         * syntax/Syntax: Associate *.itcl with tcl.syntax.
2031         * syntax/tcl.syntax: Add itcl keywords, other improvements.
2033 2002-07-15  Pavel Roskin  <proski@gnu.org>
2035         * configure.in: Don't check for strcasecmp(), strncasecmp() and
2036         strdup() - test results are not used except in gettext, which
2037         provides its own tests.
2039         * configure.in: When checking for ncurses, check for
2040         has_colors(), not curses_version() - the later is missing in
2041         older version of ncurses.
2043 2002-07-13  Pavel Roskin  <proski@gnu.org>
2045         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
2046         not to LIBS.
2047         * configure.in: Fix breakage in ncurses headers check from the
2048         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
2049         Define REGEX_MALLOC here.
2051         * acinclude.m4 (AC_NCURSES): Remove.
2052         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
2053         AC_CHECK_LIB to check existence of ncurses library.  Eliminate
2054         variables force_ncurses and search_ncurses.
2056 2002-07-10  Pavel Roskin  <proski@gnu.org>
2058         * configure.in: Remove --with-netrc, it is now default and can
2059         be disabled at the runtime.
2061         * syntax/tcl.syntax: New file.
2062         * syntax/Syntax: Add tcl.syntax.
2063         * syntax/Makefile.am: Likewise.
2064         * syntax/java.syntax: Don't treat #define separately from other
2065         preprocessor directives.
2066         * syntax/slang.syntax: Likewise.
2067         * syntax/swig.syntax: Likewise.
2069 2002-07-09  Pavel Roskin  <proski@gnu.org>
2071         * syntax/c.syntax: Don't treat #define separately from other
2072         preprocessor directives.
2074 2002-07-08  Pavel Roskin  <proski@gnu.org>
2076         * syntax/perl.syntax: Highlight text after __END__ as a comment.
2077         * syntax/po.syntax: Avoid gray color, which is hard to see.
2079 2002-07-05  Pavel Roskin  <proski@gnu.org>
2081         * syntax/dos.syntax: Add more commands.
2083 2002-07-04  Pavel Roskin  <proski@gnu.org>
2085         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
2086         sort authors.
2088 2002-06-24  Pavel Roskin  <proski@gnu.org>
2090         * syntax/dos.syntax: New file - highlighting for DOS batch
2091         files.  From Petr Kozelka <pkozelka@centrum.cz>
2092         * syntax/Syntax: Add dos.syntax.
2093         * syntax/Makefile.am: Likewise.
2095 2002-06-04  Max Schedriviy  <max@humgat.org>
2097         * syntax/php.syntax: New version.
2099 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
2101         * NEWS: Mention ftpfs/fish uploading changes and new configure
2102         options --with-codepagedir=DIR, --with-configdir=DIR and
2103         --without-mcfs.
2105 2002-05-22  Pavel Roskin  <proski@gnu.org>
2107         * doc/ru/Makefile.am: Fix out-of-tree build.
2109 2002-05-14  Pavel Roskin  <proski@gnu.org>
2111         * configure.in: Fix logic for gettext 0.10.x.
2113 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
2115         * configure.in: Don't generate po/Makefile if
2116         there is 'top_builddir' in po/Makefile.in.
2117         * autogen.sh: More fixes for gettext 0.11+.
2119 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
2121         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
2123 2002-04-21  Pavel Roskin  <proski@gnu.org>
2125         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
2126         can play them.
2128 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
2130         * autogen.sh: Fix for gettext 0.11 family (and newer).
2132 2002-04-08  Pavel Roskin  <proski@gnu.org>
2134         * autogen.sh: Allow gettext newer than 0.10.39.
2135         From Björn Eriksson <bjorn@bjornen.nu>
2137 2002-04-03  Pavel Roskin  <proski@gnu.org>
2139         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
2140         by "make clean" because not everyone has Perl to rebuild it.
2142 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
2144         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
2145         first line regular expression.
2147 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
2149         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
2150         or newer is not used.
2151         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
2153         * src/Makefile.am: Move mc.hlp.ru processing ...
2154         * doc/ru/Makefile.am: ... here.
2156 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
2158         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
2159         * syntax/c.syntax: Highlight "%p" printf format.
2160         Allow '*' as width and precision for strings and numbers.
2162         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
2163         * doc/ru/mc.1.in: Likewise.
2165 2002-03-18  Pavel Roskin  <proski@gnu.org>
2167         * doc/ru/Makefile.am: Distribute xnc.hlp.
2169 2002-03-12  Pavel Roskin  <proski@gnu.org>
2171         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
2173 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
2175         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
2176         * doc/ru/Makefile.am: New file.
2178 2002-03-08  Pavel Roskin  <proski@gnu.org>
2180         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
2182 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
2184         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
2186 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
2188         * doc/mc.1.in: Use nodename `Background jobs' for section
2189         `Background Jobs' to reflect user visible Command menu option
2190         and src/cmd.c dialog implementation.
2192         * doc/ru: New directory for Russian manuals.
2193         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
2194         translated by Victor A. Kostromin for mc 4.5.30.  Converted
2195         from binary mc.hlp.ru, corrected and actualized by me.
2196         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
2197         * doc/ru/.cvsignore: Ignore mc.1.
2199 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
2201         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
2202         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
2203         mc.lib settings.
2205         (Virtual File System): Document SMB File System.
2207 2002-02-26  Pavel Roskin  <proski@gnu.org>
2209         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
2210         message "no symbol found" for unsupported architectures and
2211         provide more useful information.
2213 2002-02-22  Pavel Roskin  <proski@gnu.org>
2215         * README.smbfs: Remove.  It contained no useful information
2216         and the webpage is now dead.
2217         * Makefile.am: Remove README.smbfs.
2219         * README: Mention that glib 1.2.x is required.
2221 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
2223         * lib/edit.indent.rc: Use "#! /bin/sh"
2224         * lib/edit.spell.rc: Likewise.
2225         * lib/mcserv.init: Likewise.
2227         * lib/cedit.menu: Eliminate bashisms.
2228         Add missed `:' in AUTHOR evaluation.
2229         Unset LANGUAGE and make LC_ALL empty.
2230         Use "#! /path/to/program".
2232 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
2234         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
2235         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
2236         Fix tarfs URL syntax example.  Minor typo and format fixes.
2238 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
2240         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
2241         Fix location of configuration files.
2243 2002-02-05  Pavel Roskin  <proski@gnu.org>
2245         * configure.in: Don't use defunct ncurses_version.
2246         Reported by Thomas Dickey <dickey@herndon4.his.com>
2247         Set force_ncurses whenever --with-ncurses is used.  If set,
2248         suppress checks for S-Lang and fail is ncurses is not found.
2250         * configure.in: Introduce a new variable screen_type that is
2251         either "slang" or "ncurses" without additional text.  Use it
2252         instead of screen_manager whenever possible.  Fix text in
2253         AC_NCURSES call, use m4 quotes and move shell quotes into the
2254         macro.
2255         * acinclude.m4: Likewise.
2257 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
2259         * syntax/Syntax: Known Delphi/Kylix source file extensions
2260         supported (*.dpr, *.inc).
2261         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
2262         Special highlighting for CVS keywords.  Understands single-line
2263         comments (//).
2265 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
2267         * configure.in (ALL_LINGUAS): Added "bg"
2269 2002-01-21  Pavel Roskin  <proski@gnu.org>
2271         * NEWS: Mention word completion in the editor.
2273 2002-01-17  Pavel Roskin  <proski@gnu.org>
2275         * extraconf.h: Remove OS/2 specific code.
2277         * doc/mc.1.in (Configuration): Clarify some entries.
2279 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
2281         * acinclude.m4: New options for smbfs:
2282         --with-configdir=DIR    Where the Samba configuration files are (/etc)
2283         --with-codepagedir=DIR  Where the Samba codepage files are
2285 2002-01-11  Pavel Roskin  <proski@gnu.org>
2287         * syntax/xml.syntax: New file - highlighting for XML.
2288         From Petr Kozelka <pkozelka@centrum.cz>
2289         * syntax/Syntax: Add xml.syntax.
2290         * syntax/Makefile.am: Likewise.
2292 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
2294         * configure.in: Added "eu" to ALL_LINGUAS.
2296 2002-01-03  Pavel Roskin  <proski@gnu.org>
2298         * lib/mc.menu: Correct quoting.
2299         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
2301         * NEWS: Mention removal of the OS/2 port.
2302         * README.PC: Remove OS/2 specific parts.
2304 2002-01-02  Pavel Roskin  <proski@gnu.org>
2306         * configure.in: Make help about --with-subshell easier to
2307         understand.  Minor alignment fixes for the help.
2308         * acinclude.m4: Minor alignment fixes for the help.
2310 2001-12-31  Pavel Roskin  <proski@gnu.org>
2312         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
2313         from vfs/Make-mc.in.
2315 2001-12-27  Duarte Loreto  <happyguy_pt@hotmail.com>
2317         * configure.in: Added Portuguese to ALL_LINGUAS
2319 2001-12-21  Pavel Roskin  <proski@gnu.org>
2321         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
2322         Don't remove slang/slang.h - it's never created.
2324         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
2325         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
2326         unused.
2328 2001-12-01  Wang Jian  <lark@linux.net.cn>
2330         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
2332 2001-11-29  Pavel Roskin  <proski@gnu.org>
2334         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
2336 2001-11-27  Pavel Roskin  <proski@gnu.org>
2338         * lib/mc.ext.in: When running X programs in background, do it
2339         from subshell.  Otherwise some of them terminate when mc exits.
2340         Reported by Christian Dysthe <christian@dysthe.net>
2341         Remove some obsolete and gmc-specific entries.  Use StarOffice
2342         to open files detected as "Microsoft Office Document".
2344         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
2345         XFree86 4.1.0.
2347 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
2349         * doc/mcedit.1.in: Fix help file location.
2351 2001-11-14  Pavel Roskin  <proski@gnu.org>
2353         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
2354         fallback to ino_t for e2fsprogs version 1.19 and older.
2356 2001-10-30  Pavel Roskin  <proski@gnu.org>
2358         * lib/mc.ext.in: Add support for Netpbm files.
2360 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
2362         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
2363         http://bugzilla.gnome.org/show_bug.cgi?id=60935
2364         By drk@sgi.com.
2366         * doc/mc.1.in: Document %p macro.
2368 2001-10-24  Pavel Roskin  <proski@gnu.org>
2370         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
2371         Allow using --without-mmap.
2372         * INSTALL: Document --without-mmap.
2374 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
2376         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
2377         of languages to be installed by setting env variable before
2378         configure. If it is empty, it defaults to full list.
2379         By Alex Tkachenko <alex@bcs.zp.ua>.
2381 2001-10-19  Pavel Roskin  <proski@gnu.org>
2383         * syntax/sh.syntax: Highlight reserved words inside backticks.
2384         Use the same wholechars settings for reserved words and
2385         commands.  Recognize more words.  Recognize function definitions
2386         without "function" or without "()".  Use brightmagenta instead
2387         of brightblue.
2389 2001-10-18  Pavel Roskin  <proski@gnu.org>
2391         * configure.in: When checking for "nroff -mandoc" support, don't
2392         use /dev/null as input file, use stdin.  Some versions of nroff
2393         (e.g. groff-1.16.1) don't accept special files.
2395 2001-10-14  Pavel Roskin  <proski@gnu.org>
2397         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
2398         Makefile.  Don't allow any suffixes after "Makefile".
2400 2001-10-12  Pavel Roskin  <proski@gnu.org>
2402         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
2403         format).
2405 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
2407         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
2408         Fix compress<->bzip2 conversion and conversion of tagged
2409         archives.
2411 2001-10-05  Pavel Roskin  <proski@gnu.org>
2413         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
2414         Suggested by Marcel Pol <mpol@gmx.net>
2416         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
2417         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
2418         and *.mid files.
2420 2001-09-30  Pavel Roskin  <proski@gnu.org>
2422         * configure.in: Don't check whether grep supports stdin - it's
2423         not used anymore.
2424         * NEWS: Mention this change.
2426 2001-09-19  Pavel Roskin  <proski@gnu.org>
2428         * doc/mcedit.1.in: Fix a very long line - use double
2429         backslashes since they are interpreted even in the .nf blocks.
2431         * lib/edit.spell.rc: Try aspell before resorting to ispell.
2433         * syntax/php.syntax: Replace with a better implementation by
2434         Max Schedriviy <max@tavrida.net>
2436 2001-09-15  Pavel Roskin  <proski@gnu.org>
2438         * doc/mc.1.in: Fix location of mcedit files.
2439         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
2441 2001-09-14  Pavel Roskin  <proski@gnu.org>
2443         * configure.in: Don't check for ncurses version and for keyok()
2444         because the mouse support code doesn't need this hack anymore.
2446 2001-09-13  Pavel Roskin  <proski@gnu.org>
2448         * configure.in: Fix some cases of overquoting and underquoting.
2449         * acinclude.m4: Likewise.
2451 2001-09-12  Pavel Roskin  <proski@gnu.org>
2453         * configure.in: Update list of browsers.  Don't fallback to
2454         lynx since it cannot be run in background.
2455         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
2456         If no browser for X11 was found, use lynx.
2458         * autogen.sh: Add a workaround to ensure that "depcomp" is
2459         distributed.
2460         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
2461         where appropriate.
2462         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
2463         terminfo.
2465         * configure.in: Use three-argument form of AC_INIT.  Use
2466         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
2467         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
2468         is not needed if AC_CONFIG_AUX_DIR is used.
2469         * vfs/Make-mc.in: Adjust mkinstalldirs location.
2470         * autogen.sh: Create "config" and remove "autom4te.cache".
2472 2001-09-11  Pavel Roskin  <proski@gnu.org>
2474         * syntax/Syntax: New file, extracted from edit/syntax.c.
2475         * syntax/Makefile.am: Add Syntax.
2477         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
2478         to LIBS.  Don't use unportable "grep -q", use "case" instead.
2480 2001-09-10  Pavel Roskin  <proski@gnu.org>
2482         * configure.in: Only check for X if --with-tm-x-support has been
2483         specified.
2485         * configure.in: Add check for sys/ioctl.h.
2487         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
2489         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
2490         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
2491         testing for functions in ncurses.
2493         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
2494         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
2495         * acconfig.h: Remove.
2497         * configure.in: Eliminate LIBSLANG and LSLANG.
2498         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
2500         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
2501         resizeterm() and keyok() only if configuring with ncurses.
2503         * configure.in: Remove now unused variables LIBVFS and LVFS.
2505         * configure.in: Remove unused variables LINTL and INTLDEPS.
2507         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
2508         building with included gettext, because libintl.h is copied
2509         there.
2511 2001-09-09  Pavel Roskin  <proski@gnu.org>
2513         * NEWS: Update.
2515         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
2516         checks -lgen for getmntent as of Autoconf 2.52.
2518 2001-09-07  Pavel Roskin  <proski@gnu.org>
2520         * configure.in: Check for pwd.h.
2522         * Make.common.in: Remove.
2523         * configure.in: Remove all references to Make.common.in and
2524         MCCPPFLAGS.
2525         * aclocal.m4: Likewise.
2527         * configure.in: Require Autoconf 2.52.  Remove hacks for
2528         Autoconf 2.13.
2529         * Makefile.am: Require Automake 1.5.
2531 2001-09-06  Pavel Roskin  <proski@gnu.org>
2533         * syntax/php.syntax: New file - PHP file highlighting.  Copied
2534         from Cooledit 3.17.4.
2535         * syntax/Makefile.am: Add php.syntax.
2537 2001-09-06  Timur Bakeyev  <mc@bat.ru>
2539         * acconfig.h: Brought back couple of symbols, that are still necessary
2540         due reference to them from configure.in.
2542 2001-09-04  Pavel Roskin  <proski@gnu.org>
2544         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
2545         strictness for dates.
2547         * doc/mc.1.in: Fix troff warnings.
2548         * doc/mcedit.1.in: Likewise.
2550 2001-09-03  Pavel Roskin  <proski@gnu.org>
2552         * doc/mc.1.in: Spellcheck.
2553         * doc/mcedit.1.in: Likewise.
2554         * doc/mcserv.8.in: Likewise.
2556         * doc/mc.1.in (Learn Keys): Complete rewrite.
2558 2001-09-02  Pavel Roskin  <proski@gnu.org>
2560         * acconfig.h: Remove all unused symbols.
2562         * lib/ncurses.h: Remove.
2563         * lib/Makefile.am: Remove ncurses.h.
2565 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
2567         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
2569 2001-08-28  Pavel Roskin  <proski@gnu.org>
2571         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
2572         like EOF.
2574 2001-08-26  Pavel Roskin  <proski@gnu.org>
2576         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
2577         CONS_SAVER.  Put all conditionals together.
2579         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
2580         Automake 1.5.
2582         * configure.in: Remove XCURSES variable - it's unused.
2584         * configure.in: New conditional USE_EDIT.
2586         * syntax/changelog.syntax: Don't require '@' to be in the
2587         address.  This also works around a bug in the syntax engine
2588         that prevented highlighting of addresses.
2590 2001-08-25  Pavel Roskin  <proski@gnu.org>
2592         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
2594 2001-08-24  Pavel Roskin  <proski@gnu.org>
2596         * extraconf.h: Remove all references to HAVE_X.
2597         * acinclude.m4: s/GNOME_/MC_/
2598         * configure.in: Likewise.  Remove or clarify all references to
2599         the "text edition".  Minor fixes.
2601         * configure.in: Remove support for curses libraries other than
2602         ncurses.
2603         * acinclude.m4: Likewise.
2604         * FAQ: Remove everything about UNIX curses.
2605         * INSTALL: Likewise.
2607         * configure.in: Enable large file support by default.
2608         * NEWS: Mention it.
2609         * INSTALL: Document it.  Minor fixes.
2611         * FAQ: Remove information about GNOME edition.  Minor fixes.
2612         * README: Likewise.
2613         * NEWS: Mention removing the GNOME edition.
2615         * acinclude.m4: Include all used macros from the macros
2616         directory.
2617         * autogen.sh: Remove all references to "macros".
2618         * Makefile.am: Likewise.
2620         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
2621         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
2623         * lib/startup.links: Remove.
2624         * lib/README.desktop: Likewise.
2625         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
2627         * configure.in: Bump version to 4.5.99a.
2629         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
2630         * po/*.po: Regenerate.
2632         * AUTHORS: Update and spell check.
2633         * FAQ: Likewise.
2634         * INSTALL: Likewise.
2635         * INSTALL.FAST: Likewise.
2636         * NEWS: Likewise.
2637         * README.PC: Likewise.
2638         * README.QNX: Likewise.
2640         * configure.in: Add check for stropts.h.
2642 2001-08-23  Pavel Roskin  <proski@gnu.org>
2644         * lib/edit.indent.rc: Create cooledit.error right away to
2645         override its old contents.  Don't use ksh extensions.  Treat *.C
2646         files as C++.  Recognize more C++ extensions.  Support java.
2647         Update URL for "astyle".  Quote all arguments to protect spaces.
2648         * lib/edit.spell.rc: Don't save terminal settings - mc does it
2649         itself.  Quote all arguments to protect spaces.
2651 2001-08-21  Pavel Roskin  <proski@gnu.org>
2653         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
2654         files if GNOME frontend is disabled.
2655         * idl/Makefile.am: Likewise.
2656         * lib/Makefile.am: Likewise.
2657         * new_icons/Makefile.am: Likewise.
2659         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
2660         case it already has gettext macros elsewhere and doesn't like
2661         duplicates (i.e. it's aclocal from Automake-1.4).
2663 2001-08-20  Pavel Roskin  <proski@gnu.org>
2665         * AUTHORS: Updated.
2666         * INSTALL: Likewise.
2667         * NEWS: Likewise.
2668         * doc/mc.1.in: Likewise.
2669         * doc/mcserv.8.in: Likewise.
2671         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
2672         for sys/mount.h.
2674 2001-08-19  Andras Timar  <timar@gnome.hu>
2676         * lib/Makefile.am: Added Hungarian hints
2677         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
2679 2001-08-19  Pavel Roskin  <proski@gnu.org>
2681         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
2683 2001-08-17  Pavel Roskin  <proski@gnu.org>
2685         * syntax/po.syntax: New file - PO file highlighting.
2686         From David Martin <dmartina@excite.es>
2687         * syntax/Makefile.am: Add po.syntax.
2689         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
2690         it's sometimes missing from the databases.
2692 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
2694         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
2695         * lib/Makefile.am: Reflect above change.
2697 2001-08-15  Pavel Roskin  <proski@gnu.org>
2699         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
2701 2001-08-14  Pavel Roskin  <proski@gnu.org>
2703         * lib/mc.lib: Add popular sequences for "home" and "end" in
2704         "xterm" and "xterm-color" terminals.
2706 2001-08-13  Pavel Roskin  <proski@gnu.org>
2708         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
2710         Replace "Can't" with "Cannot" everywhere.
2712 2001-08-12  Pavel Roskin  <proski@gnu.org>
2714         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
2715         subshell, not for "Open file...".
2716         (emacs_key_map): Likewise.
2718         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
2720 2001-08-10  Pavel Roskin  <proski@gnu.org>
2722         * Makefile.am (EXTRA_DIST): Remove BUGS.
2723         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
2725         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
2727         * doc/LSM: Remove, it's outdated.
2728         * doc/FILES: Likewise.
2729         * doc/DEVEL: Remove information about FILES.
2731         * FAQ: Eliminate all broken URLs on the MC site.
2732         From Frederic L. W. Meunier <0@pervalidus.net>
2734         * FAQ: Restore information about xterm.
2736 2001-08-08  Pavel Roskin  <proski@gnu.org>
2738         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
2740 2001-08-07  Pavel Roskin  <proski@gnu.org>
2742         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
2744         * doc/mc.1.in: Fix all broken links.
2746 2001-08-06  Pavel Roskin  <proski@gnu.org>
2748         * INSTALL: Numerous changes.  Declare old curses obsolete.
2749         Partly from Frederic L. W. Meunier <0@pervalidus.net>
2751         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
2753 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
2755         * lib/Makefile.am: Remove space after backslash introduced in the
2756         previous commit.
2758         * lib/mc.hint.zh_TW.Big5: New file.
2759         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
2761 2001-08-02  Pavel Roskin  <proski@gnu.org>
2763         * lib/mc.hint.uk: New file.
2764         From Maksym Polyakov <polyama@yahoo.com>
2765         * lib/Makefile.am: Add mc.hint.uk.
2767 2001-08-01  Pavel Roskin  <proski@gnu.org>
2769         * lib/mc.hint.nl: New file.
2770         From Steef Boerrigter <sxmboer@sci.kun.nl>
2771         * lib/Makefile.am: Add mc.hint.nl.
2772         * lib/mc.hint: Remove ftp site.  Update copyright.
2773         * lib/mc.hint.cs: Likewise.
2774         * lib/mc.hint.es: Likewise.
2775         * lib/mc.hint.it: Likewise.
2776         * lib/mc.hint.pl: Likewise.
2777         * lib/mc.hint.ru: Likewise.  Shorten some lines.
2779         * edit/Makefile.in: Allow running "make install" before "make all".
2780         * gtkedit/Makefile.in: Likewise.
2782 2001-07-31  Pavel Roskin  <proski@gnu.org>
2784         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
2785         editor.
2786         * lib/Makefile.am: Add lib/edit.spell.rc.
2788         * autogen.sh: Use gettextize.
2789         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
2790         * po/Makefile.in.in: Likewise.
2792 2001-07-29  Pavel Roskin  <proski@gnu.org>
2794         * syntax/slang.syntax: New file.
2795         From Walery Studennikov <despair@sama.ru>
2796         * syntax/Makefile.am: Add slang.syntax.
2798 2001-07-27  Pavel Roskin  <proski@gnu.org>
2800         * extraconf.h: Move WITH_BACKGROUND here.
2802 2001-07-24  Pavel Roskin  <proski@gnu.org>
2804         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
2806 2001-07-23  Pavel Roskin  <proski@gnu.org>
2808         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
2810 2001-07-20  Pavel Roskin  <proski@gnu.org>
2812         * Make.common.in: Move all defines ...
2813         * gnome/Makefile.in: ... here ...
2814         * src/Makefile.in: ... and here.
2816 2001-07-19  Pavel Roskin  <proski@gnu.org>
2818         * configure.in: Don't check for getwd, it's completely
2819         eliminated.
2820         * INSTALL: Remove reference to HAVE_GETWD.
2822         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
2823         entries for compressed cpio archives.
2825         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
2826         they were only used in obsolete frontends.  Don't ever use %view
2827         without commands - it's slower and loses user settings, e.g.
2828         hex mode.  Put shared libraries before man pages and read.me
2829         before .me macros so that they match correctly.  Use nm for
2830         shared libraries.  Add rules for StarOffice and AbiWord.
2832 2001-07-14  Pavel Roskin  <proski@gnu.org>
2834         * configure.in: Bump version to 4.5.54a.
2836 2001-07-13  Pavel Roskin  <proski@gnu.org>
2838         * lib/mcserv.init: Fix exit status.
2839         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
2841         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
2842         "executable", which should follow a space. Simplify rules for
2843         images. Add shell/ rule for *.info files. Fix all incorrect
2844         uses of the alternation operator.
2845         Reported by Oskar Liljeblad and Michel Casabona.
2847 2001-07-12  Pavel Roskin  <proski@gnu.org>
2849         * configure.in: Don't check for iconv, it's already checked for
2850         in AM_GNU_GETTEXT.
2852 2001-07-10  Pavel Roskin  <proski@gnu.org>
2854         * doc/mc.1.in: Update documentation about hex search.
2856         * edit/edit_key_translator.c (cooledit_key_map): Bind
2857         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
2858         From Steef Boerrigter <sxmboer@sci.kun.nl>
2860         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
2861         * edit/edit_key_translator.c (cooledit_key_map): Add support
2862         for bracket matching on Alt-B.
2863         * gtkedit/gtkeditkey.c: Likewise.
2864         From Steef Boerrigter <sxmboer@sci.kun.nl>
2866 2001-07-06  Pavel Roskin  <proski@gnu.org>
2868         * lib/mc.ext.in: Use nm to view object files.
2870         * Make.common.in: Remove GNOME-specific and unused definitions.
2871         Partly moved to gnome/Makefile.in.
2873         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
2874         they are usused.
2875         * Make.common.in: Likewise.
2877 2001-06-29  Pavel Roskin  <proski@gnu.org>
2879         * ABOUT-NLS: Update to the version from gettext-0.10.38.
2881         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
2882         now done in configure. Move -I.. to the beginning.
2883         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
2884         libintl.a may be required to link mc.
2885         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
2886         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
2887         Move all i18n code to one place. Don't substitute INTLSUB - it's
2888         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
2889         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
2891 2001-06-25  Pavel Roskin  <proski@gnu.org>
2893         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
2894         It should be enabled explicitly by giving `--enable-largefile'
2895         to configure.
2896         * INSTALL: Document it.
2898 2001-06-22  Pavel Roskin  <proski@gnu.org>
2900         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
2902         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
2903         in struct statfs.
2904         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
2906         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
2907         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
2908         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
2909         found.
2910         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
2912 2001-06-19  Pavel Roskin  <proski@gnu.org>
2914         * configure.in: Check for telldir and seekdir. Join adjacent
2915         calls to AC_CHECK_FUNCS.
2917 2001-06-16  Pavel Roskin  <proski@gnu.org>
2919         * Makefile.am: Change the order of SUBDIRS to fully compile text
2920         edition before compiling anything for GNOME.
2921         * mc.spec.in: Don't use brace expansion to avoid implicit
2922         build-time dependency on bash.
2924 2001-06-13  Pavel Roskin  <proski@gnu.org>
2926         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
2927         the test code.
2928         * configure.in: Fix compiler warnings in the arguments to
2929         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
2930         around `=' in the `test' command.
2932 2001-06-07  Pavel Roskin  <proski@gnu.org>
2934         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
2935         GNOME documentation template.
2936         * doc-gnome/C/mkhtml: Don't generate index.
2937         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
2939 2001-06-06  Pavel Roskin  <proski@gnu.org>
2941         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
2942         conditional variables from EXTRA_DIST.
2944 2001-06-05  Pavel Roskin  <proski@gnu.org>
2946         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
2947         conversion support.
2948         From Walery Studennikov <hqsoftware@mail.ru>.
2950         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
2952 2001-06-01  Pavel Roskin  <proski@gnu.org>
2954         * lib/mc.charsets: Synchronize with the latest patch - remove
2955         a comment.
2957 2001-05-30  Pavel Roskin  <proski@gnu.org>
2959         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
2960         work with GNOME.
2962         * lib/mc.charsets: New file. From Walery Studennikov.
2963         * lib/Makefile.am: Distribute mc.charsets. Install it if
2964         the charset support is enabled.
2966         * configure.in: Add check for iconv() and the necessary code
2967         to support the charset selection patch.
2969         * configure.in: Add check for ESCDELAY variable in ncurses.
2971 2001-05-29  Pavel Roskin  <proski@gnu.org>
2973         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
2974         USE_EXT2FSLIB.
2976         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
2977         * pc/config.h: Likewise.
2979         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
2980         and "strings". Recognize "write" files and MS Word templates.
2981         For MS Excel documents try "xls2csv" and "strings".
2982         Escape spaces in the "type" directives.
2983         From Nerijus Baliunas.
2985         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
2987         * Make.common.in: Remove hpath, it's unused.
2989         * acconfig.h: Move constant parts ...
2990         * extraconf.h: ... here.
2991         [HAVE_X]: Disable subshell, s-lang and curses.
2992         * Makefile.am: Add extraconf.h.
2994 2001-05-28  Pavel Roskin  <proski@gnu.org>
2996         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
2997         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
2998         * configure.in: ... here.
3000 2001-05-27  Pavel Roskin  <proski@gnu.org>
3002         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
3003         * acconfig.h: Likewise.
3004         * src/layout.c: Likewise.
3006         * Make.common.in: Remove all percent rules.
3007         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
3008         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
3009         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
3010         AM_INIT_AUTOMAKE.
3012         * Make.common.in: Remove obsolete dependency tracking system.
3013         * configure.in: Likewise.
3014         * edit/Makefile.in: Likewise.
3015         * gnome/Makefile.in: Likewise.
3016         * gtkedit/Makefile.in: Likewise.
3017         * slang/Makefile.in: Likewise.
3018         * src/Makefile.in: Likewise.
3019         * vfs/Make-mc.in: Likewise.
3020         * src/depend.awk: Remove.
3022 2001-05-26  Pavel Roskin  <proski@gnu.org>
3024         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
3025         * syntax/octave.syntax: New file. From Walery Studennikov.
3026         * syntax/Makefile.am: Add octave.syntax.
3028         * configure.in: Fix incorrect test for stdin support in grep -
3029         it would always fail when configuring in an empty directory.
3030         Portability fixes - unset, backslashed space in here-documents.
3031         Eliminate all instances of "changequote".
3033         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
3034         user choice.
3035         * acconfig.h: Changes for the above.
3036         * INSTALL: Don't document --with-sco - it's now defunct.
3037         * INSTALL.FAST: Likewise.
3039 2001-05-25  Pavel Roskin  <proski@gnu.org>
3041         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
3042         are in the beginning of the "file" output.
3044 2001-05-23  Pavel Roskin  <proski@gnu.org>
3046         * lib/mc.ext.in: Add associations for viewing RPM files.
3048 2001-05-22  Pavel Roskin  <proski@gnu.org>
3050         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
3051         By default exit after the first error in jade.
3053         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
3054         JADEFLAGS environment variables. Report progress. Clean up on
3055         failure.
3057 2001-05-21  Pavel Roskin  <proski@gnu.org>
3059         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
3060         files.
3062         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
3063         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
3065 2001-05-20  Pavel Roskin  <proski@gnu.org>
3067         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
3068         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
3069         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
3070         * doc-gnome/C/figs/Makefile.am: Add support for converting from
3071         PNG to EPS.
3073         * Makefile.am (EXTRA_DIST): Remove create_vcs.
3074         * doc/FILES: Likewise. Typo fix.
3076 2001-05-19  Pavel Roskin  <proski@gnu.org>
3078         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
3079         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
3080         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
3082         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
3083         index entry "Moving files".
3085 2001-05-18  Pavel Roskin  <proski@gnu.org>
3087         * configure.in: Use src/main.c in AC_INIT.
3089         * create_vcs: Remove.
3091         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
3092         Add download location for glib.
3093         * mc.spec.in: Likewise.
3094         * doc/LSM: Likewise.
3095         * doc/mc.1.in: Likewise.
3096         * doc/mcedit.1.in: Likewise.
3097         * src/ext.c: Don't mention download location for MC.
3099         * FAQ: Update status of Tk, XView. and GNOME editions. Update
3100         homepage of gpm.
3102         * INSTALL: Remove information about Tk and XView. Change the
3103         mailing list addresses again.
3104         * FAQ: Change the mailing list addresses again.
3105         * MAINTAINERS: Likewise.
3106         * README: Likewise.
3107         * doc/mc.1.in: Likewise.
3108         * gnome/gmc-window.c: Likewise.
3109         * lib/README.xterm: Likewise.
3110         * lib/mc.ext.in: Likewise.
3111         * lib/mc.hint*: Likewise.
3112         * lib/mc.hlp.hu: Likewise.
3113         * po/*.po: Likewise.
3114         * src/main.c: Likewise.
3116 2001-04-20  Pavel Roskin  <proski@gnu.org>
3118         * FAQ: Change the mailing list addresses and the download
3119         locations.
3120         * INSTALL: Likewise.
3121         * MAINTAINERS: Likewise.
3122         * README: Likewise.
3123         * doc/mc.1.in: Likewise.
3124         * gnome/gmc-window.c: Likewise.
3125         * lib/README.xterm: Likewise.
3126         * lib/mc.ext.in: Likewise.
3127         * lib/mc.hint*: Likewise.
3128         * lib/mc.hlp.hu: Likewise.
3129         * po/*.po: Likewise.
3130         * src/main.c: Likewise.
3132 2001-04-19  Pavel Roskin  <proski@gnu.org>
3134         * configure.in: Don't install mcserv unless
3135         "--enable-mcserv-install" has been specified.
3136         Don't quote the first argument in all calls to AM_CONDITIONAL
3137         to work around a bug in Automake 1.4.
3138         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
3139         * vfs/Make-mc.in: Likewise.
3141 2001-04-13  Pavel Roskin  <proski@gnu.org>
3143         * configure.in: Bump version to 4.5.53a.
3145 2001-04-06  Pavel Roskin  <proski@gnu.org>
3147         * gtkedit/editcmd.c: Remove support for XView layout attributes.
3148         * gtkedit/editoptions.c: Likewise.
3149         * pc/chmod.c: Likewise.
3150         * pc/drive.c: Likewise.
3151         * src/boxes.c: Likewise.
3152         * src/chmod.c: Likewise.
3153         * src/dlg.c: Likewise.
3154         * src/dlg.h: Likewise.
3155         * src/filegui.c: Likewise.
3156         * src/find.c: Likewise.
3157         * src/hotlist.c: Likewise.
3158         * src/layout.c: Likewise.
3159         * src/listmode.c: Likewise.
3160         * src/main.c: Likewise.
3161         * src/option.c: Likewise.
3162         * src/panelize.c: Likewise.
3163         * src/wtools.c: Likewise.
3164         * src/wtools.h: Likewise.
3165         * vfs/smbfs.c: Likewise.
3167         * autogen.sh: Check out "intl" and "macros" directories if they
3168         are missing. Simply "cvs up -d" won't restore them.
3170         * configure.in: Bump version to 4.5.52a.
3172 2001-03-14  Pavel Roskin  <proski@gnu.org>
3174         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
3175         Automake conditional USE_SAMBA_FS if Samba is to be supported
3176         in VFS.
3178 2001-03-07  Pavel Roskin  <proski@gnu.org>
3180         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
3181         defined.
3182         Reported by Norbert Warmuth.
3184         * configure.in: Don't process vfs/extfs/uzip - it's now
3185         constant.
3187         * syntax/changelog.syntax: Require space after asterisk to have
3188         it highlighted.
3190 2001-03-02  Pavel Roskin  <proski@gnu.org>
3192         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
3193         * configure.in: Use AC_PROG_CC_STDC instead.
3195         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
3196         Suggested by Christian Gennerat.
3198         * lib/mc.ext.in: Add support for "freeze" - old compression
3199         program used mostly on QNX.
3200         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
3201         * lib/Makefile.am: Adjusted.
3203 2001-02-26  Pavel Roskin  <proski@gnu.org>
3205         * lib/mc-gnome.ext.in: Remove, it's not used.
3206         * configure.in: Remove lib/mc-gnome.ext.
3207         * lib/Makefile.am: Likewise.
3209 2001-02-20  Pavel Roskin  <proski@gnu.org>
3211         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
3212         defined to prevent warnings on OpenBSD 2.7.
3213         * slang/jdmacros.h: Likewise.
3214         * src/mad.h: Likewise.
3215         * src/poptalloca.h: Likewise.
3217         * configure.in: Check for sys/time.h and sys/timeb.h. Use
3218         AC_HEADER_TIME.
3220 2001-02-07  Pavel Roskin  <proski@gnu.org>
3222         * autogen.sh: Create vfs/samba/include/stamp-h.in.
3223         * vfs/samba/include/stamp-h.in: Remove.
3225         * macros/curses.m4: Quote first argument to AC_DEFUN.
3226         * macros/gnome-cxx-check.m4: Likewise.
3227         * macros/gnome-gettext.m4: Likewise.
3228         * macros/gnome-libgtop-check.m4: Likewise.
3229         * macros/gnome-print-check.m4: Likewise.
3230         * macros/linger.m4: Likewise.
3231         * macros/need-declaration.m4: Likewise.
3233         * configure.in: Only configure in vfs/samba if smbfs support is
3234         enabled even with Autoconf 2.13.
3236 2001-01-30  Pavel Roskin  <proski@gnu.org>
3238         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
3239         --without-samba due to a typo.
3241         * configure.in: Only configure in vfs/samba if smbfs support is
3242         enabled. This optimization will only work with Autoconf-2.49c
3243         and above.
3245 2001-01-13  Pavel Roskin  <proski@gnu.org>
3247         * configure.in: Don't create a faked malloc.h.
3248         * gtkedit/edit.h: Don't assume that malloc.h always exists.
3249         * src/mad.h: Likewise.
3251         * configure.in: Simplified handling of cons.saver.
3252         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
3253         * mc.spec.in: Remove a workaround for the above.
3255         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
3256         for MC. Don't rely on the output of uname - use $host_os.
3258 2001-01-11  Pavel Roskin  <proski@gnu.org>
3260         * configure.in: Check for ext2 libraries only if VFS is enabled.
3262         * src/Makefile.in: Create directories before installing files.
3263         Removed all occurrences of libprefix - it's never defined.
3265         * configure.in: All macros from configure.in moved to
3266         acinclude.m4. Added missing quotes in several places.
3267         * acinclude.m4: Likewise.
3269         * edit/Makefile.in: Don't install or uninstall mcedit -
3270         it cannot be installed before mc on systems without symlinks.
3271         * gtkedit/Makefile.in: Likewise.
3272         * src/Makefile.in: Install mcedit (if enabled) and mcview.
3273         Uninstall them.
3275         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
3276         from acinclude.m4 in gtk+:
3277         Don't define ENABLE_NLS unless we have a working NLS.
3278         (This should keep libintl.h from being included when it doesn't
3279         exist).
3281 2001-01-09  Pavel Roskin  <proski@gnu.org>
3283         * doc-gnome/C/figs/Makefile.am: New file.
3284         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
3285         makefile do it.
3286         * configure: Substitute doc-gnome/C/figs/Makefile.
3288         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
3290 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
3292         * lib/mc.hlp.hu: Added Hungarian help file from
3293           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
3294           maci@integrity.hu, mfh47@freemail.hu
3295         * lib/Makefile.am: Added LOCALIZED_HELP for further
3296           mc.hlp l10ns
3297         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
3298           gtkedit/editcmd.c: I18n of mc.hlp
3300 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
3302         * doc/mc.1.in: Corrected badly formatted link...
3304 2000-11-10  Robert Brady  <robert@suse.co.uk>
3306         * configure.in: Add Tamil to ALL_LINGUAS.
3308 2000-10-23  Pavel Roskin  <proski@gnu.org>
3310         * mc.spec.in: Allow mcserv.8 to be gzipped.
3312         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
3313         that cannot deal with "./gmc.sgml".
3315 2000-10-09  Pavel Roskin  <proski@gnu.org>
3317         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
3318         that CVS Automake will drop dependencies to the macros that
3319         we don't distribute.
3321         * lib/mc.ext.in: Removed references to icons. Source RPMs
3322         grouped to one regex. Removed "Update" for source RPMs, added
3323         "Rebuild" instead. Added "Check signature" for all RPMs.
3324         Added a comment about pop-up menus in the text edition.
3326 2000-10-06  Pavel Roskin  <proski@gnu.org>
3328         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
3329         flags moved out of CFLAGS as recommended by GNU coding
3330         standards.
3331         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
3332         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
3333         XCPPFLAGS.
3334         * INSTALL (Random notes on porting to other architectures):
3335         Completely rewritten. Recommended using CFLAGS instead of XINC.
3337 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3339         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
3341 2000-10-04  Christophe Merlet  <christophe@merlet.net>
3343         * gnome/*.desktop: Updated French strings.
3345 2000-10-03  Pavel Roskin  <proski@gnu.org>
3347         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
3348         to allow <legalnotice>. Unclosed tags fixed.
3350 2000-09-30  Pavel Roskin  <proski@gnu.org>
3352         * mc.spec.in: New package mc-common. Use DESTDIR instead of
3353         misusing prefix. Don't install old icons - they don't exist.
3355         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
3356         "export -f" to have mc() exported.
3357         * doc/mc.1.in: Changed description of the "-P" option to
3358         avoid inclusion of mc.sh and mc.csh into the manual.
3359         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
3361 2000-09-24  Pavel Roskin  <proski@gnu.org>
3363         * doc/mc.1.in: Minor formatting fixes.
3365         * lib/mc.sh.in: Remove temporary file non-interactively.
3366         * doc/mc.1.in: updated example for mc.sh.
3368 2000-09-23  Pavel Roskin  <proski@gnu.org>
3370         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
3371         updates it when needed.
3372         * mc.spec.in: Include translations with mc, not gmc. Run
3373         chkconfig --del in %preun, not %postun. --without-debug not
3374         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
3375         be executable. New files in %{prefix}/lib/mc/ - translated hints,
3376         editor files.
3378         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
3379         directory for document processing. Comment changes. gmc.ps and
3380         gmc.pdf now generated from gmc.dvi.
3382         * configure: Always include Make.common as file, otherwise
3383         "make distclean" breaks.
3384         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
3385         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
3386         replaced with "rm -f" - the standard says that "rm" is portable.
3387         Ditto $(MV). Adjusted *clean targets to match those in
3388         Automake. Removed "cross" target.
3390 2000-09-22  Pavel Roskin  <proski@gnu.org>
3392         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
3393         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
3394         * doc/Makefile.in: Converted to ...
3395         * doc/Makefile.am: ... this.
3397 2000-09-21  Pavel Roskin  <proski@gnu.org>
3399         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
3400         is not expanded in all shells.
3401         * doc/mc.sgml: Updated the example script to reflect the above
3402         changes.
3403         * doc/mc.in.1: Likewise.
3405 2000-09-19  Pavel Roskin  <proski@gnu.org>
3407         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
3408         Marco Ciampa
3410 2000-09-18  Pavel Roskin  <proski@gnu.org>
3412         * Make.common.in: Added installcheck to placate "make distcheck"
3413         * configure.in, Make.common.in, doc/Makefile.in,
3414         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
3415         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
3416         variable MKINSTALLDIRS and builddir with Automake-compatible
3417         mkinstalldirs and top_builddir.
3418         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
3419         files. Added uninstall-local target.
3421 2000-09-17  Pavel Roskin  <proski@gnu.org>
3423         * configure.in: fixed wrong use of AC_MSG_RESULT inside
3424         AC_CACHE_VAL
3426         * Make.common.in: Added the "dvi" target for "make distcheck"
3427         to go further
3428         * doc-gnome/C/Makefile.in: converted to ...
3429         * doc-gnome/C/Makefile.am: ... this
3431 2000-09-15  Pavel Roskin  <proski@gnu.org>
3433         * acconfig.h, configure.in: Require autoconf 2.13 or above.
3434         Removed workarounds for older versions. Removed MCDEBUG
3435         variable - it's not used. --with-debug renamed to --with-mad and
3436         cleaned up. Always use -Wall with gcc, other manipulations with
3437         CFLAGS removed.
3439         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
3440         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
3441         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
3442         mc.pot becomes out of date in the tarball.
3444 2000-09-14  Pavel Roskin  <proski@gnu.org>
3446         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
3447         tests for cp, mv and rm.
3448         * Make.common.in: Removed variables xv_bindir and STRIP.
3449         Variables CP, MV and RMF are assigned trivial values.
3451         * edit/Makefile.in: Don't link headers, add extra includes
3452         to CPPFLAGS instead. Put links to the build directory.
3453         Remove the hack with "mx" - it is not needed anymore.
3455         * configure.in: remove any manipulations with top_srcdir.
3456         Don't change CPPGLAGS when the internal editor is enabled,
3457         instead do it ...
3458         * edit/Makefile.in, gtkedit/Makefile.in: ... here
3460         * configure.in, Make.common.in, doc/Makefile.in,
3461         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
3462         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
3463         changed to top_srcdir for Automake compatibility
3465         * configure.in: REGEX_O variable removed - always use our regex
3467         * configure.in: MCFGR variable removed
3469 2000-09-12  Pavel Roskin  <proski@gnu.org>
3471         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
3472         other GNOME modules
3473         * autogen.sh: remove "-I ." from the "aclocal" command line
3475 2000-09-01  Pavel Roskin  <proski@gnu.org>
3477         * configure.in: output vfs/extfs/Makefile
3479         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
3480         to avoid a warning
3481         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
3482         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
3484 2000-08-29  Pavel Roskin  <proski@gnu.org>
3486         * configure.in: use AM_GNOME_GETTEXT
3487         * gettext.m4: removed
3488         * Makefile.am: adjusted files to distribute, previous change
3489         reverted
3491         * mc-aclocal.m4: renamed to ...
3492         * acinclude.m4: ... this
3493         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
3494         * Makefile.am: aclocal should scan "." for gettext.m4
3496 2000-08-28  Pavel Roskin  <proski@gnu.org>
3498         * Make.common.in: removed hack for "make distcopy"
3499         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
3500         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
3501         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
3502         for external builds.
3503         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
3505 2000-08-24  Pavel Roskin  <proski@gnu.org>
3507         * new_icons/Makefile.in: converted to ...
3508         * new_icons/Makefile.am: ... this
3509         * configure.in: automake conditional GNOME introduced.
3510         "insticons" removed
3512         * icons/*: removed
3513         * Makefile.am, configure.in: necessary adjustments
3515         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
3516         automake installs them now
3518         * syntax/Makefile.in: converted to ...
3519         * syntax/Makefile.am: ... this
3521         * idl/Makefile.in: converted to ...
3522         * idl/Makefile.am: ... this
3524         * lib/Makefile.am: simplified, fixed "make dist"
3526         * lib/Makefile.in: converted to ...
3527         * lib/Makefile.am: ... this
3529         * lib/tkmc.wmconfig: removed
3530         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
3532         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
3533         to ...
3534         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
3535         * Make.common.in: support for "distdir" for compatibility
3536         with Automake-generated makefiles
3537         * autogen.sh: run automake. Force cache - it is off by default
3538         in autoconf 2.49a, but it's still handy for maintainers
3539         * configure.in: adapted for Automake
3541         * AUTHORS: new file
3543 2000-08-23  Pavel Roskin  <proski@gnu.org>
3545         * configure.in: resurrect definition of xvers
3547         * VERSION.in: removed
3548         * Makefile.in: don't do anything with VERSION.in and VERSION
3549         Take mc.spec from builddir, not srcdir
3550         * configure.in: don't create VERSION
3552 2000-08-22  Pavel Roskin  <proski@gnu.org>
3554         * *.c, *.h: Updated address of Free Software Foundation
3556 2000-08-21  Pavel Roskin  <proski@gnu.org>
3558         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
3559         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
3560         related to XView, libXPM, libXext and Tk
3562 2000-08-18  Pavel Roskin  <proski@gnu.org>
3564         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
3565         files
3567         * configure.in: Simplified dependency tracking by using
3568         "-include" with GNU Make
3569         * autogen.sh: Exit on all failures
3571 2000-08-17  Pavel Roskin  <proski@gnu.org>
3573         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
3574         Fixed all misuses of single and double quotes. Typo fixes.
3575         Ensured compatibility with sgml2html, sgml2txt and sgml2latex
3576         * doc/mc.1.in: Typo fix
3578         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
3579         * doc/linuxdoc-sgml.diff: removed
3580         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
3581         distribute gnome.sgml
3583 2000-08-15  Pavel Roskin  <proski@gnu.org>
3585         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
3586         in the "distclean" target
3588         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
3589         Removed all XVIEW-related stuff
3590         Fixed placement of png files on "make dist"
3592         * doc/mc.1.in: Updated info about the internal editor
3594         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
3595         indicate serious problems. Fixes for uninstall.
3596         * doc/Makefile.in: Rebuild if it is out of date.
3598         * lib/cedit.menu: Added. This file has been missing
3600         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
3602 2000-08-08  Pavel Roskin  <proski@gnu.org>
3604         * Makefile.in: correctly detect make failures in subdirs
3606 2000-08-01  Pavel Roskin  <proski@gnu.org>
3608         * nt, os2, tk, xv: removed all files
3609         * configure.in: don't create os2 and nt directories
3611 2000-08-01  Pavel Roskin  <proski@gnu.org>
3613         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
3615         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
3617 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
3619         * src/main.c: make 8bit input/output the default (99% of the people
3620         expects that; lets the remaining 1% use the configuration menu
3621         to disactivate it if they want)
3623 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
3625         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
3627 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
3629         * configure.in: check for gnome-libs with window icon support
3631         * acconfig.h: add icon define
3633 2000-06-08  Matthias Warkus  <mawa@iname.com>
3635         * new_icons/gnome-pack-*.png: Updated.
3636         * gnome/mc.keys: Added a MIME type for SLP packages.
3638 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
3640         * syntax/diff.syntax: Highlight lines beginning with "File",
3641         "Files" and "Binary"
3642         * syntax/makefile.syntax: Highlight "ifndef"
3643         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
3644         highlighted)
3646 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3648         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
3649         comment lines with # in last release
3651 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3653         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
3655 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3657         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
3658         look more consistent than original.
3660 2000-04-14  Timur Bakeyev  <mc@bat.ru>
3662         * config.in: Added check against strcoll().
3664 2000-04-14  Timur Bakeyev  <mc@bat.ru>
3666         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
3667         added 'and', 'or', 'not', 'for' keywords.
3669 2000-04-06  Timur Bakeyev  <mc@bat.ru>
3671         * syntax.c: Very dirty fix to allow compilation of mcedit on ncurses
3672         based systems. Hope, this will make FreeBSD midc maintainer to enable
3673         build-in editor by default. Still, syntax highlighting is disabled.
3674         Need to port...
3676 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3678         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
3679           fixed, some messages gettext()ed again here and in
3680         gtkedit/editmenu.c:edit_about_cmd()
3682 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3684         * doc/mc.sgml (Examples): Fixed documentation, thanx
3685         to martin@internet-treff.uni-koeln.de.
3687 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
3689         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
3690         the label text
3692 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
3694         * gtkedit/syntax.c: treat *.ads as Ada source
3695         * syntax/ada95.syntax: escape "+" and "*"
3696         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
3697         * syntax/Makefile.in: remove diffc.syntax
3699         * edit/edit_key_translator.c: interpret code 0177 as
3700         backspace unless recognized otherwise
3702 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
3704         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
3705         initialization of array of structure (gcc version 2.96 20000131
3706         chokes on it).
3708         * lib/mc.hint: C-y and not C-u can be used to insert text in input
3709         lines (e. g. text which has been deleted with M-d).
3711         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
3713 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
3715         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
3717 2000-01-29  Matthias Warkus  <mawa@iname.com>
3719         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
3720         design on Federico's request.
3722 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
3724         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
3725         an ArrangeType enum.
3727 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
3729         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
3730         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
3731         setup.c: Add option of using GNOME "magic" routines to determine file
3732         types. This makes MC intelligently look at the data in the file to see
3733         what type of file it is, rather than looking at the filename extension.
3734         This slows down MC quite a bit, so it has been made an optional
3735         preference item. Type detection is expected to improve as mime-magic
3736         matures.
3738 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
3740         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
3741         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
3742         providing a patch.
3744 2000-01-11  Matthias Warkus  <mawa@iname.com>
3746         * Added icon and keys entry for Scheme source.
3748 2000-01-03  Fatih Demir  <kabalak@gmx.net>
3750         * configure.in: Added tr -> ALL_LINGUAS .
3752 1999-12-28  Matthias Warkus  <mawa@iname.com>
3754         * new_icons/*.png: Added a bunch of new icons.
3756 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
3758         * configure.in (VERSION): Bumped version number to 4.5.42.
3760 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
3762         * configure.in: added 'uk' to ALL_LINGUAS.
3764 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3766         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
3767         request from David Sauer
3769 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
3771         * configure.in (VERSION): Bumped version number to 4.5.41.
3773 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
3775         * configure.in (VERSION): Set version number to 4.5.39.
3777 1999-09-23  Jorge Godoy  <godoy@conectiva.com.br>
3779         * configure.in: Added pt_BR to ALL_LINGUAS
3781 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
3783         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
3784         path to the mc binary according to @prefix@.
3786         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
3787         configure. Install mc.sh and mc.csh in $(suppbindir).
3789         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
3790         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
3791         copies of the included function definitions.
3793         * mcfn_install.in: Comment out definitions of the mc functions. Source
3794         mc.sh instead of adding an outdated mc function definition.
3796         * configure.in: output mc.sh and mc.csh
3798 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
3800         * lib/startup.links: Changed the news link to Gnotices
3802 1999-09-19  David Martin  <dmartina@usa.net>
3804         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
3805         8 bit chars from strftime get displayed when inserting date.
3807         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
3808         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
3809         file to avoid interferences. In this one I changed the extension check
3810         to a type check (as used for gzip) which might give problems in some
3811         systems.
3813         * configure.in: Use -Tlatin1 to format man pages when available and
3814         "view" 8 bit chars.
3816 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
3818         * gtkedit/edit.h: Include file reordering to make it compile with
3819         --with-debug
3821         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
3822         dependent on length of translated strings to display.
3824 1999-09-16  Owen Taylor  <otaylor@redhat.com>
3826         * Remove the magicdev autoconf test in favor of just
3827         including the idl file. Otherwise we have a dependency
3828         loop between this and magicdev.
3830 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
3832         * idl/FileManager.idl: Changed names, and put everything under a
3833         FileManager module.  Added a Desktop interface and some methods to
3834         the WindowFactory interface.
3836 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
3838         * doc-gnome/*: Shiny new docs from users-guide.
3839         All synced up.
3841 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
3843         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
3845 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
3847         * README: Updated and spell-checked.
3849         * NEWS: Updated.
3851 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
3853         * configure.in (ALL_LINGUAS): Added sv.
3855 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
3857         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
3858         symlink attacks (mcfn_install and the man page still needs to be
3859         updated).
3861 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
3863         * configure.in (AC_WITH_SLANG): rm -f destination before making
3864         a symbolic link (ln -sf doesn't work as expected on Solaris)
3866 1999-08-19  Elliot Lee  <sopwith@redhat.com>
3868         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
3870 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
3872         * doc-gnome/C/gmc.sgml: Index fixes.
3874 1999-08-18  Elliot Lee  <sopwith@redhat.com>
3876         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
3877         initializers in the GnomeUIInfo structure.
3879 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
3881         * configure.in (VERSION): Bumped version number to 4.5.38.
3883 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
3885         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
3887 1999-08-15  David Martin  <dmartina@usa.net>
3889         * gtkedit/edit.c: Print localized date with strftime()
3891         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavor.
3893 1999-08-08  David Martin  <dmartina@usa.net>
3895         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
3896         translation.
3898         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
3899         translation as it used to be.
3901 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3903         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
3904         that the correct index.html will be generated.
3906 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3908         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
3909         to the list.
3911 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
3913         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
3914         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
3915         This adds some new syntax rules, and spell check on the fly
3916         which if someone bugs me for, will actually get enabled in
3917         both the text and gnome versions. Bookmark stuff also needs
3918         some keys bound to it, I suppose: any takers?
3920 1999-07-19  Elliot Lee  <sopwith@redhat.com>
3922         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes
3923         infinitely recursing make.
3925 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
3927         * Makefile.in (all): Makefile fix.
3929 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3931         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3932         should fix the problem we had with FSSTND distributions.
3934 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3936         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
3937         list of distributed files.
3939 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3941         * configure.in (VERSION): Bumped version number to 4.5.34.
3943 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
3945         * Add fi into ALL_LINGUAS
3947 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
3949         * gnome/i-zipdisk2.png: Added another zip-disk icon
3950         by <scarab@egyptian.net> - It looks very nice. Variation
3951         is good.
3953 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3955         * acconfig.h: Add WITH_SMBFS
3957         * macros/gnome-vfs.m4: Support conditional samba support.
3959 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3961         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3962         should fix the problem we had with FSSTND distributions.
3964 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
3966         * mc.spec.in: added syntax files to %files
3968 1999-06-22  David Martin  <dmartina@usa.net>
3970         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
3972 1999-06-07  Shooby Ban  <bansz@szif.hu>
3974         * po/hu.po, configure.in: added Hungarian translations...
3975           I'm not sure it's OK, but it seems usable.
3976           Translators: Tamas Fejos and Andras Kadar
3978 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
3980         * configure.in, Makefile.in: added the gmc helpfile to the build
3982 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
3984         * Add ja entry to LANG in configure.in
3986 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3988         * gnome/Makefile.in (ICONS): OK, perhaps we also want the zip-icon to
3989         be installed in the system :) (added it to the Makefile.in)
3991 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
3993         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
3994         disks - someone please add it to the mount.c code so it gets used..
3995         Everyone have a nice time at the expo! :) I hope to join the
3996         next time.
3998 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4000         * configure.in: Added check for getpt ()
4002 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4004         * configure.in (VERSION): Bumped version number to 4.5.31.
4006 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4008         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
4009         need to fool it by strdup'ing the return value of tempnam.
4011 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4013         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
4014         MCLIBS which are specific to the text edition.
4016         * INSTALL: Added documentation for --with-tm-x-support
4018 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
4020         * mc.spec.in : Folded in some changes from the 'official' rpm
4021         spec file.
4023 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4025         * configure.in (SHELL): Do not use grep -q, as it is not portable
4026         to every OS.
4028 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4030         * configure.in: Linking from $srcdir/slang is broken when configure
4031         isn't called with an absolute path. Link from ../$srcdir/slang if
4032         configure was invoked with a relative path.
4034 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
4036         * configure.in: Do not rm the destination file and then link, use
4037         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
4039 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4041         * configure.in: Some AC_ARG_WITH macros haven't checked $withval, i.e.
4042         --with-PACKAGE and --without-PACKAGE gave the same results.
4044 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4046         * configure.in (VERSION): Bumped version number to 4.5.30.
4048 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4050         * configure.in (VERSION): Bumped version number to 4.5.29.
4052 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4054         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
4055         now contains all checks.
4057 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4059         * configure.in (VERSION): bumped version number to 4.5.28.
4061 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
4063         * */Makefile.*: fixed several missed conversions from libdir to
4064         mclibdir. (Should be automake'd, really)
4066 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4068         * Make.common.in: There were conflicting definitions of mclibdir
4069         (one for installation, one for source).  Now the source one is
4070         called mcsrclibdir.
4072         * doc/Makefile.in: Use mcsrclibdir where appropriate.
4074 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
4076         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
4077         Pascal Program" (Heh, second time :)
4079         * Makefile.common: Until things gets clear, keep syntax rules in
4080         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
4082         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
4083         @libdir@.
4085 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
4087         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
4088         as requested by Paul. Still, need some checking...
4090 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
4092         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
4093         to date with cooledit 3.9.0. This adds some new features.
4094         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
4095         syntax.c. This is because the rule set is becoming too
4096         large to maintain in its current form and because file
4097         loading is starting to get slow.
4099         There is also a bookmark feature which does not yet have
4100         key bindings assigned to it, but should be cool once
4101         these get inserted. Syntax rules files are named
4102             $LIBDIR/cooledit/syntax/*.syntax
4104 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
4106         * configure.in: Create slang directory, it is needed when
4107         builddir != srcdir.
4108         Use -f when calling rm, the file does not exist on
4109         first compile.
4110         No need to copy VERSION from $srcdir, it's already generated in
4111         $builddir.
4113 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
4115         * edit/edit_key_translator.c: Added missing translation tags.
4117 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4119         * configure.in: Minimum version of glib should be 1.2.0.
4120         (VERSION): Bumped version number to 4.5.27.
4122 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
4124         * gtkedit/editcmd.c: Added missing translation tags.
4126         * gtkedit/editoptions.c: Added missing translation tags. Translate
4127         radio buttons on first use.
4129 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
4131         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
4132         to get the mc spec file to work.
4133         * hacked configure to generate a properly versioned spec file.
4135 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4137         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
4138         radio buttons on first pass.
4140 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
4142         * gtkedit/editcmd.c: Mark strings in the search and replace
4143         dialogs for translation. Resized these dialogs to let the messages
4144         fit.
4146 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4148         * gtkedit/editwidget.c (selection_send): Use the proper type for
4149         64-bit cleanliness (Patch from George Lebl).
4151 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
4153         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
4154         into the catalog file.
4156 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4158         * configure.in: Make Timur's libtermcap check work with SLang
4159         0.99.98, too.
4161 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4163         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
4164         PS and EPS files.  Thanks, Tigert!
4166 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4168         * configure.in (CCOPTS): Drop the prefix auto-detection.
4170 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
4172         * configure.in: Add check, which, in case of system-installed SLang
4173         library tries to run a test program, which determines, does we need
4174         linking with libtermcap.a. Also, set of if's for finding terminfo
4175         dir changed to for cycle - a bit nicer :)
4177 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4179         * README.QNX: Deleted documentation about mc.menu.qnx.diff.
4181 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4183         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
4185 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4187         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
4188         from tar calls when extracting (according to my man page this option
4189         is only useful when creating archives).
4191 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4193         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
4194         adds support for tar.bz2 and merges the support for freeze-compressed
4195         tar files (tar.F) from mc.menu.qnx.diff.
4197 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
4199         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
4200         GNU-like :)
4202 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4204         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
4205         the catalog file.
4207 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
4209         * new_icons/gnome-core.png: New icon for core files. Someone
4210         please add the code part :)
4212 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
4214         * configure.in: Add check against setuid() and setreuid() functions.
4216 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4218         * slang/slang.h: renamed to slang-mc.h
4220         * slang/Makefile.in: delete slang.h on "make clean"
4222         * configure.in: link slang/slang-mc.h to slang/slang.h when the
4223         included slang is used. Problem was that MC's slang.h was used
4224         when we compiled with an already installed SLang and the systems
4225         header file were included with <slang/slang.h>.
4226         Unfortunately I can't use AC_LINK_FILES to make the links because
4227         if we needn't make any links AC_LINK_FILES makes a link from
4228         srcdir to top_builddir (builddir != srcdir).
4230         Temporary add $LGPM to $LIBS when checking for the resizeterm
4231         and keyok functions (ncurses might be linked against GPM).
4233         Substitute PACKAGE (intl/Makefile makes use of it)
4235 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
4237         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swapped by
4238         #include "global.h".
4240 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
4242         * Make.common.in (gnewdir): new path.
4244 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
4246         * configure.in: Add comments before "Let" and "the" - typo. Add new
4247         path to include's search.
4249 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
4251         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
4253 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4255         * configure.in (REGEX_O): Always include regex.o as the code we
4256         are using in gmc is not using regcomp/regexec, but the internal
4257         Emacs API.
4259         * src/regex.c: Do not compile the POSIX compatibility code, as we
4260         do not use it.
4262 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4264         * doc/mc.sgml, mc1.in (Color section): minor polishing
4265         (Layout section): documented Highlight...
4267 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4269         * configure.in: Deleted du checks
4271         * INSTALL: Deleted --with-dusum documentation.
4273         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
4274         Configuration dialog. Added Advanced chown subsection. Deleted
4275         variables from the Special settings section which are now covered
4276         by the configuration dialog.
4278 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4280         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
4281         tar_gz_memlimit. Partially rewrote the section about the
4282         Virtual FS.. configuration dialog.
4284 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
4286         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
4288 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4290         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
4292         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
4293         builddir
4295 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
4297         * new_icons/gnome-image-[lots].png: I added some icons for file
4298         types (image) there - someone please tell me what the correct
4299         location and naming convention is and I will try to follow that. :)
4301 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
4303         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
4304         the build will still work.  (Has this been replaced by new_icons?)
4306 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
4308         * doc/mc.1.in, mc.sgml: added my name to list of authors
4310 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4312         * Makefile.in (codedirs): Dropped xv and tk ports from the
4313         distribution. include idl directory.
4315 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4317         * configure.in (slang_use_system_installed_lib): Define slang
4318         here, to avoid having this on LIBS.
4320 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
4322         * gtkedit.c: changed occurrence of 'va_list *ap' to 'va_list ap'
4324 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4326         * config.h.in: Removed from CVS, added to .cvsignore
4328         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
4329         configure.in:
4330         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
4331         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
4332         HAS_CURSES added to acconfig.h
4334 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4336         * autogen.sh: Add "-I macros" to the aclocal flags.
4338         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
4339         so that aclocal will not complain about an obsolete macro.
4341         * configure.in: Use MC_HPUX_PROG_CC_STDC
4343         * ChangeLog: There was no ChangeLog here, so I added one.