src/find.c: Micro fix for 'Skip hidden' shortcut
[midnight-commander.git] / ChangeLog
blob8b8b8d39af4b121cab8ce0e622bc2a3647ec5f8f
2 2009-02-21 Mikhail Pobolovets  <styx.mp@gmail.com>
3         * src/find.c: Micro fix for 'Skip hidden' shortcut
4           It's now Alt+k instead of Alt+p
6 2009-02-24 Andrew Borodin <aborodin@vmail.ru>
8         * src/menu.c: menubar_paint_idx(): fixed menu painting for NCurses screen library.
10 2009-02-24 Mikhail Pobolovets <styx.mp@gmail.com>
12         * syntax/spec.syntax: .spec syntax update by adamw (#189)
14 2009-02-21 Mikhail Pobolovets  <styx.mp@gmail.com>
15         * src/find.c: 'Skip .hidden files and dirs' renamed to 'Skip hidden'
16           Check box position has been changed. (#132)
17         * po/ru.po: translation update for 'Skip hidden'.
19 2009-02-20 Mikhail Pobolovets  <styx.mp@gmail.com>
20         * src/find.c: 'Skip .hidden files and dirs' has been introduced.
21           An option to toggle on|off searching for|in hidden directories
22           and files. (#132)
24 2009-02-19 Andrew Borodin  <aborodin@vmail.ru>
25         * src/screen.c: reimplemented displaying size of total marked files.
26           If mini-status is on, total size is displayed on mini_info_separator.
27           If mini-status is off, total marked size or current size is displayed
28           at the bottom of panel.
29           show_free_space(): more glib usage. Use macro for array size.
30           Set attribute here instead of show_dir().
31           display_mini_info(): check the show_mini_info value before call this.
32           Move display size of total marked files from here...
33           dispaly_total_marked_size(): ...to this new function.
34           display_mini_info(): removed unused return.
35           mini_info_separator(): check the show_mini_info value before call this.
36           Set attribute independently of HAVE_SLANG. Show total size of marked files.
37           show_dir(): show size of current selected file or total size of marked
38           files if mini-status is off.
39           panel_update_contents(): removed. Since total size of marked files
40           is displayed on mini-info-separator, paint_panel() is used instead.
41           paint_panel(): used in update_dirty_panels() and panel_event()
42           instead of panel_update_contents(). Fixed double call of show_dir().
44 2009-02-17 Mikhail Pobolovets  <styx.mp@gmail.com>
46         * po/lt.po: update by stikonas (#274)
48 2009-02-05 Mikhail Pobolovets  <styx.mp@gmail.com>
50         * po/nl.po: update by mpol (#271)
52 2009-02-05 Patrick Winnertz <winnie@debian.org>
54         * reverted all mhl usage in files except escaping stuff
56 2009-02-04 Enrico Weigelt, metux ITS <weigelt@metux.de>
58         * mhl/types.h, mhl/escape.h: replaced bool type by stdbool.h (fixing #239, #240)
59         * lib/mc.sh.in: fixes for non-bash shells (fixing #196)
61 2009-02-03 Enrico Weigelt, metux ITS <weigelt@metux.de>
63         * lib/mc.ext.in: command line options fix by adamw (#183)
65 2009-02-03 Enrico Weigelt, metux ITS <weigelt@metux.de>
67         * lib/mc.lib: added patch on #219 by angel_il
68         * edit/editcmd.c, configure.ac: removed obsolete own implementation of memove (#242)
69         * vfs/extfs/u7z: patch from mandriva (#194)
70         * added Andrew Borodin's patch for showing free space (#188)
72 2009-02-02 Enrico Weigelt, metux ITS <weigelt@metux.de>
74         * vfs/extfs/iso9660.in: added iso9660 fix by cppgx (#86)
76 2009-02-01 Enrico Weigelt, metux ITS <weigelt@metux.de>
78         * src/util.c: fixed name_trunc() on NULL or empty parameters
79         * src/achown.c: fixed unitialized var in init_chown_advanced()
80           (patch from Andrew Borodin)
81         * replaced gboolean by bool (from mhl/types.h)
83 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>
85         * edit/editcmd.c, mhl/escape.h, mhl/string.h, mhl/types.h, src/Makefile.am,
86         * src/boxes.c, src/command.c, src/complete.c, src/complete.h, src/file.c,
87         * src/find.c, src/main.c, src/panelize.c, src/util.c, src/utilunix.c,
88         * src/widget.c, src/widget.h, src/wtools.c, vfs/fish.c:
89           fixed shell escaping issues in commandline completion engine
91 2009-01-31 Enrico Weigelt, metux ITS <weigelt@metux.de>
93         * replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file() (in mhl/string.h)
94         * replaced g_snprintf() by snprintf()
95         * replaced GString stuff by static buffers
97 2009-01-30 Enrico Weigelt, metux ITS <weigelt@metux.de>
99         * src/Makefile.am, edit/Makefile.am vfs/Makefile.am: fixed #208
100           (out-of-tree builds)
101         * syntax/Syntax, syntax/Makefile.am, syntax/vhdl.syntax: added VHDL syntax (#193)
102         * replaced calls to g_strdup() by mhl_str_dup()
104 2009-01-30 Enrico Weigelt, metux ITS <weigelt@metux.de>
106         * replaced calls to g_free() by mhl_mem_free()
108 2009-01-29 Mikhail S. Pobolovets <styx.mp@gmail.com>
110         * lib/mc.ext.in: update for OpenOffice and StarOffice viewer.
111           odt2txt is now used
113 2009-01-29 Patrick Winnertz <winnie@debian.org> & Sergei Trofimovich  <slyfox@inbox.ru>
115         * src/file.c: Added trailing dir separator for default path in copy/move dialogs.
116           This solves "strange" rename cases, when copying/moving is performed into
117           deleted directory.
119 2009-01-27 Enrico Weigelt, metux ITS <weigelt@metux.de>
121         * mhl/escape.h, src/complete.c, vfs/fish.c: introduced new type 
122           SHELL_ESCAPED_STR for more type safety
124 2009-01-27 Enrico Weigelt, metux IT service <weigelt@metux.de>
126         * mhl/escape.h, mhl/string.h: fixed comments to use /* ... */
128 2009-01-27 Sergei Trofimovich  <slyfox@inbox.ru>
130         * syntax/python.syntax: Added syntax highlighting for
131         pytnoh-2.6+ keywords (patch sent by NNemec)
133 2009-01-26 Mikhail S. Pobolovets <styx.mp@gmail.com>
135         * vfs/fish.c: Iterpret SUP.flags as port number if SUP.flags is not in
136           0, FISH_FLAG_COMPRESSED and FISH_FLAG_RSH. Weakness: port number
138 2009-01-25 Ilia Maslakov <il.smind@gmail.com>
140         * src/boxes.c, src/boxes.h, src/dir.c, src/dir.h:
141         * src/main.c, src/panel.h, src/screen.c, src/setup.c:
142           - Add support for showing executables at first in the panel view
144 2009-01-25 Patrick Winnertz <winnie@debian.org> & Sergei Trofimovich  <slyfox@inbox.ru>
146         * mhl/string.h, vfs/fish.c, vfs/utilvfs.c, vfs/utilvfs.h: Reworked fish code
147           so that symlinks and files which special characters works now
149 2009-01-25 Mikhail S. Pobolovets <styx.mp@gmail.com>
150         * src/cmd.c src/option.c src/setup.c src/main.h: Automatic new directory(Mkdir, F7)
151           name filling. Can be configured (on|off) in 'Configure options'
153 2009-01-25 Enrico Weigelt, metux ITS <weigelt@metux.de>
155         * edit/editcmd.c, src/cmd.c, src/ext.c, src/history.h:
156         * src/hotlist.c, src/panelize.c, src/tree.c, src/user.c: 
157         * src/view.c, vfs/ftpfs.c, vfs/utilvfs.c:
158           - Made history section names statically instead of dynamic
159           translated strings. This breaks now once every history file
160           but afterwards this will be stable
162 2009-01-24 Enrico Weigelt, metux ITS <weigelt@metux.de>
164         * vfs/extfs/rpm, vfs/extfs/trpm: removed obsolete rpm tags
165         * src/cmd.c: fixed bug #35 (do_view_cmd is now calling repaint_screen())
166         * syntax/Syntax, syntax/nemerle.syntax: Added syntax rules 
167           for Nemerle source files
169 2009-01-24 Patrick Winnertz <winnie@debian.org>
171         * edit/editcmd.c: Fix some issues about regex:
172           - prevent . to match a newline (\n)
173           - match from start of line and not from cursor position
175 2009-01-24 Enrico Weigelt, metux IT service <weigelt@metux.de>
177         * configure.ac:
178         * lib/mc.ext.in:
179         * vfs/extfs/Makefile.am:
180         * vfs/extfs/extfs.ini: 
181         * vfs/extfs/uace.in:
182         * vfs/extfs/uarc.in:
183         * vfs/extfs/uc1541.in: added support for historic archive formats
184           (patch provided by jpelletier)
185         * merged in lzma patch from mandriva
187 2009-01-19 Patrick Winnertz <winnie@debian.org>
189         * edit/edit.h: Add two more ints
190         * src/setup.c: Add keybinding to disable tab highlighting
192 2009-01-18 Patrick Winnertz <winnie@debian.org>
194         * edit/editdraw.c: Moved var into if clause as it's only used there
195         * edit/editlock.c: Removed unnecessary arguement to if condition
196         * src/cmd.c: Removed unused pointer
197         * src/hotlist.c: Removed unused function save_group
198         * src/main.c: Removed unused function do_mc_filename_rename
199         * src/util.c: Removed unused struct whentm
201 2009-01-16 Enrico Weigelt, metux ITS <weigelt@metux.de>
203         * src/subshell: setting subshell pty to close-on-exec 
204           (taken from mandriva patches)
206 2009-01-14 Slava Zanko <slavazanko@gmail.com>
208         * lib/mc.ext.in: change filemask for recognize 7z-files
209         * vfs/extfs/u7z: 
210           - change only LC_DATE global variable for correct work with arhive;
211           - add sorting by filename in output of list files
213 2009-01-12 Patrick Winnertz <winnie@debian.org>
215         * AUTHORS: Added Enrico Weigelt, Slava Zanko and 
216         Patrick Winnertz as authors 
218 2009-01-11 Patrick Winnertz <winnie@debian.org>
220         * po/de.po: Fix some spelling errors
222 2009-01-11 Enrico Weigelt, metux ITS <weigelt@metux.de>
224         * FAQ HACKING README man/*: new HQ url
225         * syntax/awk.syntax: added awk syntax file
226         * configure.ac: replaced obsolete autoconf macros AC_GNU_SOURCE 
227           AC_AIX AC_MINIX by AC_USE_SYSTEM_EXTENSIONS
229 2009-01-11 Patrick Winnertz <winnie@debian.org>
231         * syntax/pascal.syntax: Added syntax highlighting for 
232           some delphi keywords
234 2009-01-10  Enrico Weigelt, metux ITS <weigelt@metux.de>
236         * syntax/Makefile.am syntax/Syntax syntax/haskell.syntax:
237         added syntax definition for Haskell (taken from rhclub-tree)
238         * syntax: added ebuild Syntax defition (taken from rhclub-tree)
239         * edit/editcmd.c:
240         * src/achown.c src/background.c src/boxes.c src/chmod.c:
241         * src/chown.c src/cmd.c src/command.c src/dir.c src/execute.c:
242         * src/ext.c src/file.c src/filegui.c src/find.c src/help.c:
243         * src/learn.c src/main.c src/panelize.c src/screen.c:
244         * src/selcodepage.c src/subshell.c src/tree.c src/user.c:
245         * src/utilunix.c src/view.c:
246         * vfs/cpio.c vfs/direntry.c vfs/extfs.c vfs/fish.c vfs/ftpfs.c:
247         * vfs/mcfs.c vfs/sfs.c vfs/smbfs.c vfs/tar.c vfs/undelfs.c:
248         * vfs/utilvfs.c vfs/vfs.c:
249         
250         Changed message type codes on calls to message(), query_dialog(),
251         close_error_pipe() from numeric IDs to symbols D_ERROR, D_NORMAL
253 2009-01-07  Enrico Weigelt, metux ITS <weigelt@metux.de>
255         * removed bundled slang
257 2008-12-18  Roland Illig  <roland.illig@gmx.de>
259         * doc/mcedit.1: Documented the newly added filename:lineno
260         invocation method.
262 2008-02-19  Pavel Roskin  <proski@gnu.org>
264         * doc/hu/mc.1.in: Fix description for M-u and M-H.  Reported by
265         Bozo Lajos.
267 2008-01-06  Roland Illig  <roland.illig@gmx.de>
269         * FAQ: Answered the slow startup related to old Samba code.
270         (Closes: #21959)
272 2007-10-19  Pavel Tsekov  <ptsekov@gmx.net>
274         * NEWS: Update for 4.6.2.
276 2007-10-11  Pavel Tsekov  <ptsekov@gmx.net>
278         * configure.ac: Determine the size of `long', `long long' and
279         off_t.
281 2007-09-26  Pavel Tsekov  <ptsekov@gmx.net>
283         * NEWS: Revert last change - it is invalid.
285 2007-09-24  Pavel Tsekov  <ptsekov@gmx.net>
287         * m4/codeset.m4: Update to serial #2.
288         * m4/fsusage.m4: Update to serial #23.
289         * m4/iconv.m4: Update to serial #AM6.
290         * m4/intdiv0.m4: Update from gnulib.
291         * m4/intmax.m4: Update to serial #3.
292         * m4/inttypes-pri.m4: Update to serial #4.
293         * m4/inttypes_h.m4: Update to serial #7.
294         * m4/lib-link.m4: Update to serial #13.
295         * m4/lib-prefix.m4: Update to serial #5.
296         * m4/longlong.m4: Update to serial #10.
297         * m4/onceonly.m4: Update to serial #4.
298         * m4/printf-posix.m4: Update to serial #3.
299         * m4/size_max.m4: Update to serial #6.
300         * m4/stdint_h.m4: Update to serial #6.
301         * m4/ulonglong.m4: Update to serial #6.
302         * m4/wint_t.m4: Update to serial #2.
304 2007-09-24  Pavel Tsekov  <ptsekov@gmx.net>
306         * doc/mcedit.1.in: Update the version number to 4.6.2-pre1.
307         * doc/mcview.1.in: Ditto.
308         * doc/mcserv.8.in: Ditto.
310 2007-09-24  Pavel Tsekov  <ptsekov@gmx.net>
312         * FAQ: Update MC's homepage url.
313         * README: Ditto.
314         * doc/mc.1.in: Ditto.
315         * doc/mcedit.1.in: Ditto.
316         * doc/mcserv.8.in: Ditto.
317         * doc/mcview.1.in: Ditto.
318         * doc/es/mc.1.in: Ditto.
319         * doc/hu/mc.1.in: Ditto.
320         * doc/it/mc.1.in: Ditto.
321         * doc/pl/mc.1.in: Ditto.
322         * doc/ru/mc.1.in: Ditto.
323         * doc/sr/mc.1.in: Ditto.
324         * doc/sr/mcserv.8.in: Ditto.
326 2007-09-10  Pavel Tsekov  <ptsekov@gmx.net>
328         * configure.ac: Update the version number to 4.6.2-pre1.
329         * doc/mc.1.in: Likewise.
331 2007-01-13  Pavel Tsekov  <ptsekov@gmx.net>
333         * doc/mc.1.in: Place the description of the "Swap panels" on
334         a paragraph of its own.
336 2006-12-30  Pavel Tsekov  <ptsekov@gmx.net>
338         * m4/ls-mntd-fs.m4: Update to serial #26.
340 2006-12-30  Pavel Tsekov  <ptsekov@gmx.net>
342         * m4/fsusage.m4: Update to serial #22.
344 2006-12-30  Pavel Tsekov  <ptsekov@gmx.net>
346         * m4/fsusage.m4: Update to serial #18.
348 2006-12-28  Pavel Roskin  <proski@gnu.org>
350         * build-glib1.sh: Fix misplaced --with-glib12.  Copy
351         config.guess and config.sub from mc to glib sources - they are
352         too old in glib.
353         * build-glib2.sh: Update to the latest versions of glib, gettext
354         and pkg-config.
356 2006-11-27  Leonard den Ottolander  <leonard den ottolander nl>
358         * NEWS: Bash < 2.05b (3-digit octals in echo_e_cmd) no longer
359         supported.
361 2006-09-07  Pavel Tsekov  <ptsekov@gmx.net>
363         * acinclude.m4 (AC_GET_FS_INFO): Add erronously removed call to
364         gl_FSTYPENAME.
365         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Add missing 
366         include directive for sys/param.h.
368 2006-09-07  Pavel Tsekov  <ptsekov@gmx.net>
370         * m4/ls-mntd-fs.m4: Update to serial#22, which adds support
371         for getmntinfo() returning its result in struct statvfs.
372         * m4/fstypename.m4: Update to serial#6, which replaces
373         HAVE_F_FSTYPENAME_IN_STATFS with HAVE_STRUCT_STATFS_F_FSTYPENAME.
375 2006-09-07  Pavel Tsekov  <ptsekov@gmx.net>
377         * acinclude.m4 (AC_GET_FS_INFO): Revert a failed attempt to
378         properly detect getmntinfo() returning its result in struct statvfs.
380 2006-06-30  Hampa Hug  <hampa@hampa.ch>
382         * acinclude.m4 (AC_GET_FS_INFO): Check the return value of
383         getmntinfo() properly.
385 2006-06-17  Pavel Tsekov  <ptsekov@gmx.net>
387         * m4/fstypename.m4: New file.
388         * acinclude.m4 (AC_GET_FS_INFO): Add a check to determine whether
389         getmntinfo() takes struct statvfs instead of struct statfs as its
390         first argument. Define MOUNTED_GETMNTINFO_STATVFS if it does.
391         Add a check to determine whether struct statvfs has a field named
392         f_fstypename.
393         Use gl_FSTYPENAME tp determine whether struct statfs has a field
394         named f_fstypename.
396 2006-06-07  Pavel Tsekov  <ptsekov@gmx.net>
398         * configure.ac: Revert last commit.
400 2006-05-29  Roland Illig  <roland.illig@gmx.de>
402         * m4/ls-mntd-fs.m4: Updated to serial #21, which fixes the use
403         of an undefined variable.
405 2006-05-21  Roland Illig  <roland.illig@gmx.de>
407         * configure.ac: Fixed detection of <sys/statvfs.h>, statvfs()
408         and struct statvfs.f_fstypename, so that mc builds on NetBSD 3.0
409         again.
411 2006-04-18  Pavel Tsekov  <ptsekov@gmx.net>
413         * acinclude.m4 (AC_GET_FS_INFO): Make it work again - the last
414         commit broke it.
415         * m4/onceonly.m4: New file.
417 2006-04-13  Anton Monroe  <akm@meer.net>
419         * doc/mc.1.in: Function key documentation update.
421 2006-03-18  Leonard den Ottolander  <leonard den ottolander nl>
423         * acinclude.m4 (AC_GET_FS_INFO): Replace old fileutils code to get
424         mount and file system information with m4_includes of the corresponding
425         GNU coreutils-5.94 files (ls-mntd-fs.m4 (#20) and fsusage.m4 (#16)).
427         * m4/fsusage.m4, m4/ls-mntd-fs.m4: Create.
429 2006-02-23  Pavel Tsekov  <ptsekov@gmx.net>
431         * doc/mc.1.in: Document `fish_directory_timeout'.
433 2006-02-18  David Martin  <dmartina@excite.com>
435         * doc/es/mc.1.in: Cleanup. Fix key naming.
437 2006-01-29  Pavel Tsekov  <ptsekov@gmx.net>
439         * doc/mc.1.in: Update the documentation to reflect the fact
440         that confirmation may be requested when deleting directory
441         hotlist entries based on a user configurable setting.
443 2006-01-29  Julian Mehnle  <julian@mehnle.net>
445         * doc/mc.1.in: Document support for VIEWER environment variable.
447 2005-11-15  Pavel Roskin  <proski@gnu.org>
449         * acinclude.m4 (MC_WITH_MCSLANG): Add type tests from S-Lang
450         configuration scripts.
452 2005-11-10  Pavel Roskin  <proski@gnu.org>
454         * configure.ac: Catch unexpanded MC_* macros.
456         * m4/*.m4: Update to the macros provided by gettext 0.14.3.
457         * m4/Makefile.am: Update the list of the *.m4 files.
459         * configure.ac: Use AC_GNU_SOURCE, which prevents redefining
460         _GNU_SOURCE.  Bump Autoconf version to 2.54, where AC_GNU_SOURCE
461         appeared.
462         Reported by Leonard den Ottolander <leonard den ottolander nl>
464         * configure.ac: Use gettext 0.14.3.
465         * acinclude.m4 (MC_ASM_LABELS): Remove, it's not needed with
466         recent versions of gettext.
468         * acinclude.m4 (MC_ASM_LABELS): Make the test function global
469         and move its definition above main().  That's closer to what
470         gettext is actually doing.
472 2005-10-03  Pavel Roskin  <proski@gnu.org>
474         * configure.ac: Require gettext with ngettext support.  It's
475         already used in src/info.c.
477 2005-09-28  Pavel Roskin  <proski@gnu.org>
479         * acinclude.m4: Remove gettext 0.10.x compatibility.
481 2005-08-23  Marco Ciampa  <ciampix@libero.it>
483         * doc/it/mc.1.in: updated italian trasnlation.
484         * doc/it/xnc.hlp: small fix.
486 2005-08-15  Roland Illig  <roland.illig@gmx.de>
488         * configure.ac: The function getgrouplist() is not used anymore,
489         so there is no need to check for it. The various get[ug]id
490         functions are used, so add checks for them. Same for isascii.
492 2005-07-20  Pavel Roskin  <proski@gnu.org>
494         * lib/mc.ext.in: Restore support for opening 7-zip archives.
496         * configure.ac: Add vfs/extfs/ualz to AC_CONFIG_FILES.
497         * lib/mc.ext.in: Add support for ALZip archives.
499 2005-07-10  Leonard den Ottolander  <leonard den ottolander nl>
501         * configure.ac: Rename AS_HELP_STRING to AC_HELP_STRING.
503 2005-07-08  Leonard den Ottolander  <leonard den ottolander nl>
505         * NEWS: Fixed commit to the wrong branch.
507 2005-07-05  Roland Illig  <roland.illig@gmx.de>
509         * configure.ac: Removed detection of the umode_t type. All
510         references to it have been replaced with mode_t.
512 2005-07-03  Leonard den Ottolander  <leonard * den ottolander nl>
514         * lib/mc.ext.in: Match files in /log/ or /logs/ directories as plain
515         text not man page; match local man pages; add fixes for gzipped man
516         pages to plain and bzipped man pages.
518 2005-07-03  Leonard den Ottolander  <leonard * den ottolander nl>
520         * lib/mc.ext.in: Move matches for plain compressed files down.
522 2005-07-03  Roland Illig  <roland.illig@gmx.de>
524         * acinclude.m4 (MC_WITH_VFS): Don't link with libnsl
525         unnecessarily.
526         * configure.ac: Simplified detection of the necessary libraries
527         for socket() and gethostbyname().
529         Patch provided by Tomasz Kloczko at 2005-06-15 on mc-devel.
531 2005-06-21  Pavel Roskin  <proski@gnu.org>
533         * lib/mc.ext.in: Support opening for 7-Zip archives.
535 2005-06-06  Roland Illig  <roland.illig@gmx.de>
537         * NEWS: Added the differences between pre3 and HEAD.
538         * lib/mc.ext.in: Added ${PAGER} as fallback if neither lynx nor
539         links is installed.
541 2005-05-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
543         * pkginfo.in: New file. Configuration files for Sun Solaris pkgmk(1).
544         * prototype.in: Likewise.
545         * configure.ac: Likewise.
546         * Makefile.am: Likewise.
548 2005-05-29  Martin Petricek  <tux@centrum.cz>
550         * lib/mc.ext.in: Added support for .7z archives.
552 2005-05-26  Pavel Roskin  <proski@gnu.org>
554         * *: Update postal address of Free Software Foundation.
556 2005-05-23  Roland Illig  <roland.illig@gmx.de>
558         * syntax/ChangeLog: The syntax directory has got its own
559         ChangeLog.
561 2005-05-17  Roland Illig  <roland.illig@gmx.de>
563         * configure.ac: Removed the extra definition of
564         HAVE_C_TYPE_SOCKLEN_T, which is unused.
566 2005-05-14  Roland Illig  <roland.illig@gmx.de>
568         * syntax/diff.syntax: Lines starting with a <tab> character are
569         displayed like lines starting with a <space>. This is for the
570         cvs diff -T option.
571         * syntax/makefile.syntax: Highlight $$ (a literal $) in
572         brightcyan. This way $${var} is not highlighted as if it were a
573         Makefile variables. Also added useful comments before the contexts.
575 2005-05-13  Pavel Roskin  <proski@gnu.org>
577         * configure.ac: Require Autoconf 2.53 or newer.
578         * m4/Makefile.am: Remove isc-posix.m4, it's obsolete.
579         * m4/isc-posix.m4: Remove.
581 2005-05-13  Nerijus Baliunas  <nerijus@users.sourceforge.net>
583         * lib/mc.ext.in: Add OpenOffice.org 2 extensions, use o3totxt
584         to view OpenOffice.org documents.
586 2005-05-11  Pavel Roskin  <proski@gnu.org>
588         * acinclude.m4: Remove MC_ARG_ENABLE_DEVELOPER_MODE.
589         * configure.ac: Replace MC_ARG_ENABLE_DEVELOPER_MODE with a
590         simpler and more user-friendly piece of code.
592 2005-05-01  Roland Illig  <roland.illig@gmx.de>
594         * syntax/c.syntax: Added missing punctuation characters.
596 2005-04-28  Pavel Roskin  <proski@gnu.org>
598         * syntax/Syntax: Don't highlight csh scripts.  Allow using
599         "/usr/bin/env" instead of the full path.
601 2005-04-27  Leonard den Ottolander  <leonard * den ottolander nl>
603         * AUTHORS: Added Pavel Shirshov and myself as contributors.
605 2005-04-26  Roland Illig  <roland.illig@gmx.de>
607         * acinclude.m4: Renamed AS_HELP_STRING to AC_HELP_STRING for
608         compatibility with autoconf-2.57.
610 2005-04-22  Roland Illig  <roland.illig@gmx.de>
612         * acinclude.m4: Added macro MC_ARG_ENABLE_DEVELOPER_MODE.
613         * configure.ac: Using MC_ARG_ENABLE_DEVELOPER_MODE instead of
614         the --maintainer-mode.
616 2005-04-17  Leonard den Ottolander  <leonard * den ottolander nl>
618         * syntax/eiffel.syntax: dos2unix; removed redundant cooledit
619         colour definitions.
620         * syntax/perl.syntax: Removed redundant cooledit definitions.
621         * syntax/php.syntax: ' ' and " " context fixes.
622         * syntax/syntax.syntax: Removed 2 duplicate lines.
624 2005-04-16  Roland Illig  <roland.illig@gmx.de>
626         * lib/mc.ext.in: Recognize either *.udeb or *.deb as Debian
627         packages. Fixes Savannah patch #3899.
629 2005-04-14  Leonard den Ottolander  <leonard * den ottolander nl>
631         * syntax/Syntax: Catch Makefiles with capitals in the extension.
633 2005-04-14  Roland Illig  <roland.illig@gmx.de>
635         * doc/mc.1.in (Internal File Viewer): Rewrote some documentation.
636         Removed the paragraph about the growing buffers. It's generally
637         uninteresting to users.
639 2005-04-13  Roland Illig  <roland.illig@gmx.de>
641         * configure.ac: Add -DNDEBUG to CPPFLAGS if the maintainer mode
642         is not enabled.
644 2005-03-19  Pavel Roskin  <proski@gnu.org>
646         * acinclude.m4 (MC_WITH_SLANG): Partly restore original order of
647         checks and add a comment with a warning.
648         From Pavel S. Shirshov <me@pavelsh.pp.ru>
650         * acinclude.m4 (MC_WITH_SLANG): Reorder checks.  Move termcap
651         checks ...
652         (MC_SLANG_TERMCAP): ... here.
653         (MC_SLANG_PRIVATE): Check if private functions are available.
654         It's not the case on Debian unstable.
656 2005-03-19  Pavel S. Shirshov  <me@pavelsh.pp.ru>
658         * syntax/idl.syntax: Add syntax file for the CORBA idl.
659         From Ian Zagorskih <ianzag@megasignal.com>
660         * syntax/lua.syntax: Add syntax file for the LUA programming language.
661         From Mike Gorchak  <mike@malva.ua>
662         * syntax/Syntax: Add syntax file for CORBA idl and lua.
663         * syntax/Makefile.am: Likewise.
664         * mc.qpg.in: Likewise.
665         * NEWS: Likewise.
667 2005-03-19  Pavel Roskin  <proski@gnu.org>
669         * acinclude.m4 (MC_WITH_SLANG): Define HAVE_SYSTEM_SLANG after
670         all fallbacks so it shows whether we are using system S-Lang.
671         * configure.ac: Remove USE_INCLUDED_SLANG, since it's now fully
672         dependent on HAVE_SLANG and HAVE_SYSTEM_SLANG.
673         * src/myslang.h: Likewise.
675 2005-03-18  Mike Gorchak  <mike@malva.ua>
677         * syntax/assembler.syntax: Add syntax file for the x86 assembler.
678         * syntax/povray.syntax: Add syntax file for the POVRay.
679         * syntax/Syntax: Add syntax file for x86 assembler and POVRay.
680         * syntax/Makefile.am: Likewise.
681         * mc.qpg.in: Likewise.
682         * NEWS: Likewise.
684 2005-03-14  Leonard den Ottolander  <leonard * den ottolander nl>
686         * syntax/diff.syntax: Changed default color from gray, which was
687         quite unreadable, to a bright yellow.
689 2005-03-10  Roland Illig  <roland.illig@gmx.de>
691         * autogen.sh: Made the gettext version check more portable. The
692         actual sed command is unchanged.
694 2005-02-26  Miguel de Icaza  <miguel@novell.com>
696         * doc/mc.1.in: Replace M-char with Alt-char everywhere, which is
697         simpler to understand.
699 2005-01-29  Miguel de Icaza  <miguel@novell.com>
701         * configure.ac: Check for getgrouplist API call.
703 2005-02-07  Roland Illig  <roland.illig@gmx.de>
705         * NEWS: Added the changes between mc-4.6.1-pre3 and now.
707 2005-01-27  Roland Illig  <roland.illig@gmx.de>
709         * configure.ac: Add checks for C headers <sys/mkdev.h> and
710         <sys/sysmacros.h> to support major/minor arithmetics on
711         device numbers.
713 2005-01-11  Pavel S. Shirshov  <me@pavelsh.pp.ru>
715         * acinclude.m4: Fix '--with-screen' configure option.
717 2004-12-30  Andrew V. Samoilov  <sav@bcs.zp.ua>
719         * autogen.sh: Fix workaround for automake 1.5.
721 2004-12-28  Leonard den Ottolander  <leonard * den ottolander nl>
723         * syntax/spec.syntax: Set whole on spec macro option keywords.
725 2004-12-13  Pavel S. Shirshov  <me@pavelsh.pp.ru>
727         * acinclude.m4: Fix "make distcheck".
729 2004-12-12  Pavel S. Shirshov  <me@pavelsh.pp.ru>
731         * NEWS: Update.
733 2004-12-10  Pavel S. Shirshov  <me@pavelsh.pp.ru>
735         * autogen.sh: Comment workaround for Automake 1.5. It's not working
736         for Automake 1.9.
738 2004-12-07  Roland Illig  <roland.illig@gmx.de>
740         * syntax/Makefile.am: Don't install syntax highlighting files if
741         the internal editor is disabled.
743 2004-12-03  Pavel S. Shirshov  <me@pavelsh.pp.ru>
745         * configure.ac: Bump version to 4.6.1a
747 2004-11-17  Pavel S. Shirshov  <me@pavelsh.pp.ru>
749         * acinclude.m4: Fix compiling mc with system slang on FreeBSD.
751 2004-11-16  Roland Illig  <roland.illig@gmx.de>
753         * TODO: Checked the remaining vfs/extfs shell scripts and
754         removed them from the TODO list. This was the last item
755         in the section "Before 4.6.1", so I deleted the whole
756         section.
758 2004-11-08  Pavel S. Shirshov  <me@pavelsh.pp.ru>
760         * TODO (4.6.2): Fix the '#' in path names issue.
762 2004-11-07  Roland Illig  <roland.illig@gmx.de>
764         * TODO (4.6.1): Moved the '#' in path names issue to 4.6.2.
765         * TODO: Added issue about hiding passwords in VFS pathnames.
767 2004-11-05  Andrew V. Samoilov  <sav@bcs.zp.ua>
769         * README: Fix typo.
771 2004-11-04  Mike Gorchak  <mike@malva.ua>
773         * mc.qpg.in: Synchronization with the latest file has been added
774         to the distro.
775         * configure.ac: Added information about status of charset enabling.
776         * syntax/Syntax: Treat QNX6 specific files with extensions qpg and
777         qpg.in as xml files.
779 2004-11-02  Roland Illig  <roland.illig@gmx.de>
781         * configure.ac: Add feature test whether socklen_t is defined
782         in <sys/socket.h>.
784 2004-10-28  Jindrich Novy  <jnovy@redhat.com>
786         * lib/mc.ext.in: Add a few sound formats that "play" and "mikmod"
787         utility knows.
789 2004-10-27  Roland Illig  <roland.illig@gmx.de>
791         * configure.ac: Add check for type socklen_t.
793 2004-10-27  Juan C. Olivares  <juancri@juancri.com>
795         * syntax/aspx.syntax: Add syntax file for ASP.NET.
796         * syntax/Syntax: Likewise.
797         * syntax/Makefile.am: Likewise.
799 2004-10-27  Pavel S. Shirshov  <me@pavelsh.pp.ru>
801         * TODO: Move entry 'Broken pipe warning...' to 4.6.2 TODO list.
802         Remove entries for perl extfs scripts.
804 2004-10-24  Roland Illig  <roland.illig@gmx.de>
806         * configure.ac: Only add "-Wall" to CFLAGS if GCC is set to "yes".
808 2004-10-23  Roland Illig  <roland.illig@gmx.de>
810         * TODO: Check proper quoting in vfs/extfs/*.
812 2004-10-20  Pavel S. Shirshov  <me@pavelsh.pp.ru>
814         * lib/mc.ext.in: Use xmms for audio files in XWindows mode.
815         Add support for *.wma files. Add support for playlists.
817         Partially based on patch from q# <eth0@o2.pl>
819 2004-10-18  Roland Illig  <roland.illig@gmx.de>
821         * TODO: Some new TODO items with low priority: More standard
822         widgets, CVS frontend, patch editor, context menus.
824 2004-10-16  Roland Illig  <roland.illig@gmx.de>
826         * TODO: Fixed the "./ files in tar archive" item for mc-4.6.1.
828 2004-10-16  Roland Illig  <roland.illig@gmx.de>
830         * syntax/eiffel.syntax: Add syntax highlighting rules for the
831         Eiffel programming language.
832         * syntax/Syntax: Bind *.e with eiffel.syntax.
833         * syntax/Makefile.am: Added syntax.eiffel.
835         From Daniel F Moisset <dmoisset grulic org ar>
837 2004-10-12  Pavel S. Shirshov  <me@pavelsh.pp.ru>
839         * syntax/sql.syntax: Improve sql.syntax file and added several
840         keywords.
842         From Karel Zak
844 2004-10-12  Andrew V. Samoilov  <sav@bcs.zp.ua>
846         * acinclude.m4 (MC_WITH_MCSLANG): Set screen_type to mcslang.
847         * configure.ac: Define USE_INCLUDED_SLANG if screen_type is mcslang.
849 2004-10-05  Gergely Sza'sz  <szaszg@hu.inter.net>
851         * syntax/perl.syntax: Fix highlight the hashes.
852         * syntax/diff.syntax: Highlight comments (lines begin with #),
853         and garbage in diff files.
855 2004-09-17  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
857         * mc.qpg.in: New file. Description for QNX 6.x packager.
859 2004-09-25  Roland Illig  <roland.illig@gmx.de>
861         * configure.ac: #define _GNU_SOURCE to an empty value instead of 1,
862         which conflicted with src/regex.c.
864 2004-09-24  Roland Illig  <roland.illig@gmx.de>
866         * HACKING (Programming tips): Added a tip concerning the NULL
867         pointer in varargs function calls.
869 2004-09-22  Roland Illig  <roland.illig@gmx.de>
871         * HACKING: Added advice for using g_strdup for a modifiable
872         copy of a string.
873         * HACKING: Added a section about where to look for bug reports
874         and patches.
876 2004-09-19  Roland Illig  <roland.illig@gmx.de>
878         * HACKING: Added explanation for const_cast.
880 2004-09-17  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
882         * syntax/makefile.syntax: Adds "define" and "ended" keywords
883         * syntax/perl.syntax: Adds "break" keyword
885 2004-09-10  Jakub Jelinek  <jakub@redhat.com>
887         * lib/mc.lib: Add gnome, rxvt and xterm-new terminals.
889 2004-09-10  Pavel S. Shirshov  <me@pavelsh.pp.ru>
891         * syntax/php.syntax: Upgrade php.syntax file.
893         From Leonard den Ottolander <leonard * den.ottolander.nl>
895 2004-09-04  Jakub Jelinek  <jakub@redhat.com>
897         * configure.ac: grantpt is only available with -D_XOPEN_SOURCE
898         or -D_GNU_SOURCE under Linux.
900 2004-09-04  Pavel S. Shirshov  <me@pavelsh.pp.ru>
902         * HACKING: Add to section "Programming Tips" g_free tip.
904 2004-09-02  Roland Illig  <roland.illig@gmx.de>
906         * HACKING: Added a section "Programming Tips" which lists mistakes
907         that have been done once and should never be repeated.
909 2004-08-29  Roland Illig  <roland.illig@gmx.de>
911         * m4/ri-gcc-warnings.m4: Now handles only the last --enable or
912         --disable option. Before, --disable has not been handled
913         correctly.
915 2004-08-22  Pavel S. Shirshov  <me@pavelsh.pp.ru>
917         * m4/ri-gcc-warnings.m4: Using AC_HELP_STRING for more portable.
918         AS_HELP_STRING was introduced after autoconf 2.57+.
920         From Leonard den Ottolander <leonard * den.ottolander.nl>
922 2004-08-18  Roland Illig  <roland.illig@gmx.de>
924         * "make uninstall": removes the symlinks bin/mcedit and bin/mcview.
926 2004-08-17  Roland Illig  <roland.illig@gmx.de>
928         * configure.ac: The GCC warning flags are only used in
929         maintainer-mode.
931 2004-08-17  Pavel S. Shirshov  <me@pavelsh.pp.ru>
933         * lib/cedit.menu: Security fix patch. Fix insecure temporary file and
934         directory creations. (CAN-2004-0231).
936         * lib/mc.menu: Likewise.
937         * doc/mc.1.in: Likewise.
938         * doc/es/mc.1.in: Likewise.
939         * doc/hu/mc.1.in: Likewise.
940         * doc/it/mc.1.in: Likewise.
941         * doc/pl/mc.1.in: Likewise.
942         * doc/ru/mc.1.in: Likewise.
943         * doc/sr/mc.1.in: Likewise.
945 2004-08-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
947         * configure.ac: Add check for atoll().
949         * doc/mc.1.in (Extension File Edit): Document "directory" keyword.
950         * doc/ru/mc.1.in: Likewise.
952 2004-08-02  Pavel Shirshov  <me@pavelsh.pp.ru>
954         * autogen.sh: Fix unportable "\n" in sed.
956 2004-04-02  Pavel Roskin  <proski@gnu.org>
958         * lib/mc.ext.in: Use gqview instead of ee for images.  ee seems
959         to be obsolete.  Suggested by Marcel Pol <mpol@gmx.net>
961 2004-01-22  Pavel Roskin  <proski@gnu.org>
963         * lib/mc.ext.in: Recognize *.tb2 and *.tbz files.
965         * configure.in: Rename to ...
966         * configure.ac: ... this.
968 2003-12-30  David Martin  <dmartina@excite.com>
970         * doc/mc.1.in: Synchronized latest fixes (long options) and
971         moved year and version number.
973 2003-12-24  Pavel Roskin  <proski@gnu.org>
975         * configure.in: Release 4.6.1-pre1.
977 2003-11-28  Pavel Roskin  <proski@gnu.org>
979         * acinclude.m4 (MC_UNDELFS_CHECKS): Try ext2fs/ext2_fs.h before
980         linux/ext2_fs.h.  Use ext2fs/ext2_fs.h when possible - it's
981         safer to avoid kernel headers.
983 2003-11-27  Pavel Roskin  <proski@gnu.org>
985         * src/TODO: Move ...
986         * TODO: ... here.
987         * doc/DEVEL: Move ...
988         * HACKING: ... here.  Adjust makefiles.
990 2003-11-20  Pavel Roskin  <proski@gnu.org>
992         * build-glib1.sh: Use more portable syntax for functions.  Fall
993         back to "ftp" for download, useful on BSD.
994         * build-glib2.sh: Likewise.
996         * build-glib1.sh: New file - download and compile glib 1.2.x,
997         then compile mc against it.
998         * build-glib2.sh: New file - download and compile glib 2.x with
999         dependencies (gettext, pkgconfig), then compile mc against it.
1000         * Makefile.am: Distribute them.
1002 2003-10-29  Pavel Roskin  <proski@gnu.org>
1004         * acinclude.m4 (MC_UNDELFS_CHECKS): Don't use internal Autoconf
1005         variables.
1007         * configure.in: Rewrite check for mmap() to avoid using internal
1008         variables of Autoconf.  Rename the rest of ac_cv_* to mc_cv_*.
1010         * configure.in: Use AC_CHECK_MEMBERS to check fields of struct
1011         stat.  Adjust all dependencies.
1013         * acinclude.m4 (AC_STRUCT_LINGER): Remove, use AC_CHECK_MEMBERS
1014         instead.
1016         * configure.in: Define SLANG_POSIX_SIGNALS if all 4 required
1017         functions are present.  Remove references to extraconf.h.
1018         * extraconf.h: Eliminate.
1019         * Makefile.am: Remove extraconf.h.
1021         * configure.in: Move ext2fs undelete support ...
1022         * acinclude.m4 (MC_WITH_VFS): ... here.
1023         * extraconf.h: Remove VFS logic, it's enforced in configure now.
1025         * acinclude.m4 (MC_WITH_VFS): Use AC_SEARCH_LIBS when possible.
1026         Allow disabling network code by --disable-netcode.
1028 2003-10-28  Pavel Roskin  <proski@gnu.org>
1030         * configure.in: Don't check if "file" can use stdin - it's
1031         unused now.
1033 2003-10-25  Pavel Roskin  <proski@gnu.org>
1035         * extraconf.h: Don't define HAVE_GRANTPT forcedly if grantpt()
1036         wasn't found.  Don't define HAVE_CRYPT, it's unused now.
1038         * configure.in: Remove check for socketpair().  Add new option
1039         --enable-background.
1040         * extraconf.h: Don't define WITH_BACKGROUND.
1042 2003-10-14  Pavel Roskin  <proski@gnu.org>
1044         * configure.in: Don't check for seekdir() and telldir().
1046 2003-09-23  Pavel Roskin  <proski@gnu.org>
1048         * doc/sr/Makefile.am: Don't install mcserv documentation if mcfs
1049         support is disabled.
1051         * lib/*.ti: Remove, these files are obsolete.
1052         * lib/tdiff: Likewise.
1053         * lib/xterm.tcap: Likewise.
1054         * lib/Makefile.am: Remove obsolete files.  Don't install
1055         README.xterm and xterm.ad, there are partly obsolete and can
1056         break things if used as is.
1058 2003-09-22  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
1060         * lib/mc.hint.sr: Updated.
1061         * lib/mc.menu.sr: New file - translated menu.
1062         * lib/Makefile.am: Add mc.menu.sr.
1063         * doc/sr/: New Serbian documentation.
1064         * doc/Makefile.am: Add "sr" directory.
1065         * configure.in: Add substitutions for new files.
1067 2003-09-22  Pavel Roskin  <proski@gnu.org>
1069         * configure.in: Check for strlcpy() if glib 1.2.x is used.
1071 2003-09-11  Strahinya Radich  <mr99164@alas.matf.bg.ac.yu>
1073         * lib/mc.hint.sr: New file - Serbian hints.
1075 2003-09-04  Pavel Roskin  <proski@gnu.org>
1077         * lib/mc.menu: Add entry for viewing manual pages.
1079 2003-08-18  Pavel Roskin  <proski@gnu.org>
1081         * lib/mc-wrapper.csh.in: Use "id" command to find the real user
1082         id.  $USER is not reliable.
1083         * lib/mc-wrapper.sh.in: Likewise.
1084         Reported by Figura Peter <peterf@autus.sk>
1086 2003-08-18  Andrew V. Samoilov  <sav@bcs.zp.ua>
1088         * acinclude.m4 (MC_WITH_NCURSES): Fix ESCDELAY check on Solaris.
1089         Make sure that linking succeeds.
1091 2003-08-02  Pavel Roskin  <proski@gnu.org>
1093         * lib/cedit.menu: Avoid using "id -u", it doesn't work on
1094         Solaris.  From Andrew V. Samoilov <sav@bcs.zp.ua>
1096 2003-07-23  Pavel Roskin  <proski@gnu.org>
1098         * lib/mc.lib: Add more "end" and "home" sequences for xterm.
1100 2003-07-22  Pavel Roskin  <proski@gnu.org>
1102         Get rid of all references to NATIVE_WIN32.
1104         * pc: Remove.  No work has been done on the PC post for years.
1105         * README.PC: Likewise.
1106         * Makefile.am: Adjust for the above.
1107         * configure.in: Likewise.
1109 2003-07-21  Pavel Roskin  <proski@gnu.org>
1111         * configure.in: Check posix_openpt() first and fallback to
1112         GNU-specific getpt() only if needed.
1114 2003-06-29  David Sterba  <dave@jikos.cz>
1116         * lib/mc.hint.cs: Typo fixes.
1118 2003-06-25  Marco Ciampa  <ciampix@libero.it>
1120         * doc/it/mc.1.in: small fix
1122 2003-06-23  Andrew V. Samoilov  <sav@bcs.zp.ua>
1124         * lib/mc.ext: Allow ZIP in all capitals in "file" output.
1126 2003-06-18  Pavel Roskin  <proski@gnu.org>
1128         * configure.in: Remove test for SCO UNIX.  Remove all references
1129         to SCO_FLAVOR everywhere.  SCO flavor is rather unsavory now.
1131 2003-06-06  Pavel Roskin  <proski@gnu.org>
1133         * lib/mc.ext.in: Don't run compressed logs from /var/log through
1134         nroff.  Suggested by Alfie Costa <agcosta@gmx.net>
1136 2003-05-16  Marco Ciampa  <ciampix@libero.it>
1138         * syntax/ruby.syntax: upgrade
1139         * syntax/perl.syntax: small fix
1141 2003-05-14  Marco Ciampa  <ciampix@libero.it>
1143         * syntax/ruby.syntax: New file - syntax for Ruby.
1144         * syntax/Syntax: Add ruby.syntax.
1145         * syntax/Makefile.am: Likewise.
1147 2003-05-08  Pavel Roskin  <proski@gnu.org>
1149         * mc.spec.in: Strip pre-1998 changelog to work around a bug in
1150         rpm 4.2, which doesn't like %install inside %changelog.
1152 2003-04-29  Pavel Roskin  <proski@gnu.org>
1154         * configure.in: Add vfs/extfs/iso9660 to AC_CONFIG_FILES.
1155         * lib/mc.ext.in: Add support for ISO images.
1157 2003-03-31  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
1159         * syntax/Syntax: Highlight *.mc as a makefile.
1160         * syntax/sql.syntax: Add more keywords for PostgreSQL.
1162 2003-03-21  Pavel Roskin  <proski@gnu.org>
1164         * syntax/sh.syntax: Highlight "find".  Highlight whole string
1165         after "#!".  Make unrecognized text inside `` less bright.
1167 2003-03-17  Marco Ciampa  <ciampix@libero.it>
1169         * doc/it/mc.1.in: Some manual fixes.
1171 2003-03-14  Pavel Roskin  <proski@gnu.org>
1173         * syntax/c.syntax: Allow integer specifiers for %x and %X in C
1174         format strings.
1175         * syntax/cs.syntax: Likewise.
1176         * syntax/java.syntax: Likewise.
1177         * syntax/ml.syntax: Likewise.
1178         * syntax/php.syntax: Likewise.
1179         * syntax/python.syntax: Likewise.
1180         * syntax/slang.syntax: Likewise.
1181         * syntax/swig.syntax: Likewise.
1183 2003-03-11  Pavel Roskin  <proski@gnu.org>
1185         * acinclude.m4 (MC_ASM_LABELS): New macro to work around a bug
1186         gettext.  Define _INTL_REDIRECT_MACROS if needed.
1187         * configure.in: Use MC_ASM_LABELS.
1189 2003-03-07  Pavel Roskin  <proski@gnu.org>
1191         * configure.in: Add --with-glib-static option.
1193 2003-03-06  Pavel Roskin  <proski@gnu.org>
1195         * syntax/spec.syntax: Add BuildArch.
1197 2003-03-05  Pavel Roskin  <proski@gnu.org>
1199         * configure.in: Check availability of setsid().
1201 2003-03-04  Sanlig Badral  <Badral@chinggis.com>
1203         * po/LINGUAS: added Mongolian (mn) translation.
1205 2003-03-03  Pavel Roskin  <proski@gnu.org>
1207         * lib/mc.lib: Add xterm arrows both for application and normal
1208         mode.  Normal mode can be accidentally enabled if one mc is run
1209         from another and Ctrl-O is used to switch between them.
1210         Add F11-F20 definitions for cons25 (FreeBSD console).
1212 2003-02-27  Juan C. Olivares  <juancri@TAGnet.org>
1214         * syntax/cs.syntax: New file.
1215         * syntax/Syntax: Add cs.syntax.
1216         * syntax/Makefile.am: Likewise.
1218 2003-02-27  Marco Ciampa  <ciampix@libero.it>
1220         * doc/it/mc.1.in: updated manual with -e switch description.
1222 2003-02-26  Pavel Roskin  <proski@gnu.org>
1224         * syntax/syntax.syntax: Highlight "define".
1226 2003-02-23  Marco Ciampa  <ciampix@libero.it>
1228         * doc/it/mc.1.in: updated manual with some stylistic changes.
1230 2003-02-23  Dmitry Alexeyev  <dmi_a@qnx.org.ru>
1232         * lib/mc.ext.in: Add entry for QNX Neutrino packages.
1234 2003-02-22  Pavel Tsekov  <ptsekov@gmx.net>
1236         * acinclude.m4 [AC_G_MODULE_SUPPORTED]: New macro.
1237         * configure.in: Test for gmodule.  Don't link mc with libX11 if
1238         gmodule is supported.
1240 2003-02-22  Pavel Roskin  <proski@gnu.org>
1242         * configure.in: Add --with-glib12 option to configure to force
1243         using glib 1.2.x.
1245 2003-02-21  Andrew V. Samoilov  <sav@bcs.zp.ua>
1247         * doc/ru/mc.1.in (Layout): Translate 'Xterm window title' option.
1248         (Extension File Edit): Translate include feature.
1250 2003-02-20  Pavel Roskin  <proski@gnu.org>
1252         * configure.in: Move list of all translations ...
1253         * po/LINGUAS: ... here.
1255 2003-02-18  Pavel Roskin  <proski@gnu.org>
1257         * syntax/c.syntax: Highlight C++ comments in preprocessor
1258         directives.
1259         Reported by Oswald Buddenhagen <ossi@kde.org>
1261 2003-02-13  Marco Ciampa  <ciampix@libero.it>
1263         * doc/it/mc.1.in: updated manual following it.po changes.
1265 2003-02-05  Pavel Roskin  <proski@gnu.org>
1267         * configure.in: Bump version to 4.6.0a.
1269         * configure.in: Version 4.6.0 released.
1271 2003-02-04  Arpi  <arpi@mplayerhq.hu>
1273         * syntax/Syntax: Match *.syntax before other files to fix
1274         highlighting of makefile.syntax.
1276 2003-02-04  Pavel Roskin  <proski@gnu.org>
1278         * syntax/c.syntax: Revert highlighting trailing whitespaces.
1280 2003-02-03  Andrew V. Samoilov  <sav@bcs.zp.ua>
1282         * autogen.sh: Fix unportable "+" sed regexp in gettext_ver
1283         calculation.  Reported by vlad@geekizoid.com.
1285 2003-01-31  Pavel Roskin  <proski@gnu.org>
1287         * syntax/nroff.syntax: Make colors more compatible with the
1288         highlighting used in the internal viewer - yellow for bold and
1289         brightred for italic.
1291 2003-01-31  Andrew V. Samoilov  <sav@bcs.zp.ua>
1293         * syntax/c.syntax: Highlight trailing whitespace(s).
1295 2003-01-30  Pavel Tsekov  <ptsekov@gmx.net>
1297         * acinclude.m4 (MC_WITH_NCURSES): Check -lcurses if -lncurses
1298         doesn't work.  Useful on OpenBSD 3.2.
1300 2003-01-29  Pavel Roskin  <proski@gnu.org>
1302         * lib/mc.ext.in: Fix missing semicolon that affected viewing RPM
1303         packages.
1305 2003-01-24  Pavel Roskin  <proski@gnu.org>
1307         * configure.in: Add -lposix on A/UX before all tests.
1309 2003-01-23  Pavel Roskin  <proski@gnu.org>
1311         * acinclude.m4 (MC_EXTFS_CHECKS): Fix redirection to /dev/null.
1313 2003-01-22  Pavel Roskin  <proski@gnu.org>
1315         * configure.in: Bump version to 4.6.0-pre3a.
1317         * configure.in: Version 4.6.0-pre3 released.
1319         * acinclude.m4 (_MC_WITH_XSLANG): Drop support for old S-Lang
1320         versions that required the native curses library on some OSes.
1322 2003-01-19  Adam Byrtek  <alpha@debian.org>
1324         * doc/mcview.1.in: New file.
1325         * configure.in: Treat it like doc/mcedit.1.in.
1326         * doc/Makefile.am: Likewise.
1328 2003-01-17  Adam Byrtek  <alpha@debian.org>
1330         * doc/mc.1.in (Layout): Document 'Xterm window title' option.
1332 2003-01-16  David Martin  <dmartina@excite.com>
1334         * doc/mc.1.in: Add EXTernal virtual File System node (extfs).
1336 2003-01-16  David Martin  <dmartina@excite.com>
1338         * doc/mc.1.in: Set man page header and footer.
1339         * doc/es/mc.1.in: Likewise.
1340         * doc/hu/mc.1.in: Likewise.
1341         * doc/it/mc.1.in: Likewise.
1342         * doc/pl/mc.1.in: Likewise.
1343         * doc/ru/mc.1.in: Likewise.
1345 2003-01-12  David Martin  <dmartina@excite.com>
1347         * po/es.po: Update. Rewrite localized names for some menu entries.
1348         * doc/es/mc.1.in: Likewise.
1349         * lib/mc.hint.es: Likewise.
1351 2002-12-27  David Martin  <dmartina@excite.com>
1353         * doc/pl/xnc.hlp: Update GPL (change FSF address and move 19xx
1354         entries to "year").
1356 2002-12-26  Pavel Roskin  <proski@gnu.org>
1358         * configure.in: Release 4.6.0-pre2, bump version to 4.6.0-pre2a.
1360         * configure.in: Fix non-portable operator.  Bump version to
1361         4.6.0-pre2.
1363 2002-12-24  Pavel Roskin  <proski@gnu.org>
1365         * lib/mc.ext.in: Use --nosignature with rpm to avoid a message
1366         in the viewer about unsigned packages.
1368         * acinclude.m4 (MC_WITH_SLANG): Don't add -lslang to MCLIBS if
1369         the system S-Lang is rejected.
1371         * lib/mc.ext.in: Play *.mov by mplayer.
1373 2002-12-23  Pavel Roskin  <proski@gnu.org>
1375         * configure.in: Enable X11 support by default, use --without-x
1376         to disable.
1378 2002-12-19  Pavel Roskin  <proski@gnu.org>
1380         * syntax/perl.syntax: Add separate context for function
1381         declarations and definitions, highlight prototypes.
1383 2002-12-11  Pavel Roskin  <proski@gnu.org>
1385         * acinclude.m4 (MC_EXTFS_CHECKS): Add check for Perl.
1386         * configure.in: Substitute Perl location in all extfs scripts
1387         written in Perl.
1389 2002-12-11  David Martin  <dmartina@excite.com>
1391         * doc/xnc.hlp: Update GPL (change FSF address
1392         and move 19xx entries to "year").
1393         * doc/es/xnc.hlp: Likewise.
1394         * doc/hu/xnc.hlp: Likewise.
1395         * doc/it/xnc.hlp: Likewise.
1396         * doc/ru/xnc.hlp: Likewise.
1398 2002-12-09  Pavel Roskin  <proski@gnu.org>
1400         * lib/mc.ext.in: Remove ftplist.  Add patchfs.
1402 2002-11-29  Andrew V. Samoilov  <sav@bcs.zp.ua>
1404         * autogen.sh: Use $srcdir/configure.mc instead of
1405         $srcdir/configure if first one exists and is executable.
1407 2002-11-28  Pavel Roskin  <proski@gnu.org>
1409         * configure.in: Determine which help translations user wants to
1410         install, based on USE_NLS, LINGUAS and ALL_LINGUAS.
1411         * doc/Makefile.am: Set SUBDIR to the list of the requested
1412         translations.
1414         * acinclude.m4 (MC_EXTFS_CHECKS): New macro.
1415         (MC_WITH_VFS): Call MC_EXTFS_CHECKS.
1416         * configure.in: Generate vfs/extfs/uzip.
1417         * vfs/extfs/uzip: Move to vfs/extfs/uzip.in.
1418         * vfs/extfs/Makefile.am: Corresponding adjustments.
1420 2002-11-26  Pavel Roskin  <proski@gnu.org>
1422         * syntax/sql.syntax: Add highlighting for dot and backticks.
1424 2002-11-16  Pavel Roskin  <proski@gnu.org>
1426         * configure.in: Move check for pwdauth() to MC_MCSERVER_CHECKS.
1427         * acinclude.m4 (MC_MCSERVER_CHECKS): If using crypt(), check for
1428         shadow password support.
1430         * acinclude.m4 (MC_MCSERVER_CHECKS): Don't limit PAM check to
1431         Linux.  Use AC_SEARCH_LIBS to find crypt().  Consolidate mcserv
1432         libraries into MCSERVLIBS.
1434         * configure.in: Move all mcserv related checks ...
1435         * acinclude.m4 (MC_MCSERVER_CHECKS): ... here.
1437 2002-11-15  Pavel Roskin  <proski@gnu.org>
1439         * configure.in: Fully enable glib2.  Update the documentation.
1441 2002-11-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
1443         * lib/mc.menu: Don't use --repetitive-best option with bzip2 -
1444         it is redundant in versions 0.9.5 and above.
1446 2002-11-10  Pavel Roskin  <proski@gnu.org>
1448         * configure.in: Check for uintptr_t.  Needed to compile regex.c
1449         on MacOS X.  Reported by Wim Rijnders <wimrijnders@home.nl>
1451 2002-11-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
1453         * syntax/ada95.syntax: Highlight "then" and "else".
1454         From Victor Porton <porton@ex-code.com>.
1455         Highlight "exit".
1457 2002-11-06  Pavel Roskin  <proski@gnu.org>
1459         * lib/edit.indent.rc: Remove all options for indent and add a
1460         comment explaining where those options should be.
1462 2002-11-05  Pavel Roskin  <proski@gnu.org>
1464         * lib/mc-wrapper.csh.in: Remove /bin/csh at the beginning - this
1465         script is not meant to be executed by the kernel.  This also
1466         eliminates dependency of the RPM package on csh.
1467         * lib/mc-wrapper.sh.in: Remove /bin/sh at the beginning.
1469 2002-11-01  Pavel Roskin  <proski@gnu.org>
1471         * configure.in: Don't substitute mc.sh and mc.csh - it's now
1472         done ...
1473         * lib/Makefile.am: ... here.  Add wrappers for mc to avoid
1474         defining complex shell scripts in functions and aliases.
1475         * lib/mc-wrapper.csh.in: New file - template for the script
1476         that runs mc and changes directory in csh.
1477         * lib/mc-wrapper.sh.in: New file - template for the script
1478         that runs mc and changes directory in sh.
1480 2002-11-01  Andrew V. Samoilov  <sav@bcs.zp.ua>
1482         * doc/mc.1.in (Keys): Document S-<chr>.
1483         * doc/ru/mc.1.in: Likewise.
1485 2002-10-31  Pavel Roskin  <proski@gnu.org>
1487         * syntax/diff.syntax: Revert highlighting for trailing spaces
1488         on the added lines - it extends the context to the next line.
1490         * lib/mc.csh.in: Add quoting and check for missing file.
1492         * lib/mc.csh.in: Update to use the new -P option.  This script
1493         has absolutely no protection against special symbols in
1494         directory names and lacks TMPDIR support.
1496         * lib/mc.sh.in: Update to use the new -P option.
1498         * configure.in: Displaying the install paths is too problematic
1499         to implement properly.  Remove this code.
1501 2002-10-29  Pavel Roskin  <proski@gnu.org>
1503         * lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.
1504         * configure.in: Likewise.  Add "-c" (disable ANSI color) to
1505         MAN_FLAGS if supported.
1507         * acinclude.m4 (MC_WITH_SLANG): Reject S-Lang with UTF-8
1508         support, unless external S-Lang was explicitly requested.
1510 2002-10-24  Pavel Roskin  <proski@gnu.org>
1512         * lib/mc.ext.in: Don't use links to view html - the "-dump"
1513         option has been removed in the recent versions.
1514         From David Martin <dmartina@excite.com>
1516 2002-10-21  Pavel Roskin  <proski@gnu.org>
1518         * acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
1519         to the final configuration message.
1521 2002-10-17  Pavel Roskin  <proski@gnu.org>
1523         * doc/hu/Makefile.am: Generate Hungarian help file from the
1524         manual, just like other languages.
1525         * doc/hu/mc.1.in: New file, converted from the help file.
1526         * doc/hu/xnc.hlp: Likewise.
1527         * configure.in: Adjust for the above.
1529         * doc/mc.1.in: Add node names.  Remove redundant paragraph
1530         breaks at the start and the end of the sections.  Mention
1531         "stalelink" as color keyword.
1533 2002-10-14  Pavel Roskin  <proski@gnu.org>
1535         * lib/mc.ext.in: Don't use "-dump" option with "links".
1536         From David Martin <dmartina@excite.com>
1538 2002-10-13  Pavel Roskin  <proski@gnu.org>
1540         * lib/mc.hint*: Remove all references to "-1" - hints file is no
1541         substitute to unambiguous GUI.
1542         From Christian Laubscher <christian.laubscher@tiscalinet.ch>
1544 2002-10-12  Pavel Roskin  <proski@gnu.org>
1546         * lib/mc.ext.in: Redirect stderr from "links" to suppress a
1547         warning if it's not found.
1549 2002-10-09  Andrew V. Samoilov  <sav@bcs.zp.ua>
1551         * doc/mc.1.in (SMB File System): Username is allowed in
1552         URLs now (/#smb:[user@]machine).
1553         * doc/ru/mc.1.in: Likewise.
1555 2002-10-08  Pavel Roskin  <proski@gnu.org>
1557         * configure.in: Rename RH_VERSION to RPM_VERSION - not every
1558         rpm-based system is Red Hat.  Replace all dashes, not just one.
1560         * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
1561         termcap if terminfo is missing in the known locations.
1562         * configure.in: Remove --with-termcap processing, it is now in
1563         acinclude.m4.
1565 2002-10-02  Pavel Roskin  <proski@gnu.org>
1567         * syntax/syntax.syntax: Fix highlighting for "gray".
1569 2002-10-01  Pavel Roskin  <proski@gnu.org>
1571         * configure.in: Expand $bindir and $datadir to show at the end.
1572         Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
1574 2002-09-29  Pavel Roskin  <proski@gnu.org>
1576         * configure.in: Remove the argument from --with-gpm-mouse.  The
1577         directories for include files and libraries can be specified
1578         using LDFLAGS and CPPFLAGS, as documented in the output of
1579         "configure --help".
1581         * configure.in: Complete rewrite of the screen library support.
1582         Add new option --with-screen instead on --with-slang,
1583         --with-included-slang and --with-ncurses.  Only allow
1584         --with-termcap is using the included S-Lang library.
1585         * aclocal.m4: Corresponding changes.
1587         * syntax/mail.syntax: Replace "wholechars right" and "wholechars
1588         left" with single "wholechars".
1589         * syntax/nroff.syntax: Likewise.
1590         * syntax/sh.syntax: Likewise.
1591         * syntax/tcl.syntax: Likewise.
1593         * syntax/*.syntax: Remove numeric Cooledit colors.  It's
1594         unreasonable to require them to be correct.  On the other hand,
1595         Cooledit can easily be changed to accept named color names.
1597         * syntax/syntax.syntax: Don't require Cooledit colors for
1598         highlighting color names.  Remove Cooledit colors.
1600         * syntax/m4.syntax: Don't use yellow color on parentheses, since
1601         it interferes with parentheses highlighting.  Remove list of
1602         supported Autoconf macros.
1604 2002-09-26  Pavel Roskin  <proski@gnu.org>
1606         * syntax/syntax.syntax: Remove highlighting for numbers - it's
1607         for Cooledit only.
1609         * syntax/c.syntax: Require at least one space at the beginning
1610         of indented cpp directives.  Use brightmagenta for them.
1612         * syntax/syntax.syntax: Don't start keywords with "\[" - it
1613         doesn't work.  Use "\[\]" at the end of keywords to suppress
1614         their special meaning.
1616 2002-09-22  Pavel Roskin  <proski@gnu.org>
1618         * doc/Makefile.am: Remove width from the man2hlp command line.
1619         The same for translations.
1621         * configure.in: Remove support for HSC proxy - it's obsolete.
1622         Remove all references to HSC proxy everywhere.
1624 2002-09-21  Pavel Roskin  <proski@gnu.org>
1626         * configure.in: Bump version to 4.6.0-pre1b.
1628         * doc/hu/mc.hlp.hu: Rename to ...
1629         * doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
1630         * configure.in: Substitute doc/hu/mc.hlp.hu.
1631         * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
1633         * doc/mc.1.in: Update path to the data files.  Rename MC_LIBDIR
1634         to MC_DATADIR.  Make the same changes in the translations.
1636         * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
1637         directory for architecture-independent files.
1639 2002-09-19  Pavel Roskin  <proski@gnu.org>
1641         * syntax/m4.syntax: New file.
1642         * syntax/Syntax: Add m4.syntax.
1643         * syntax/Makefile.am: Likewise.
1644         From Vlad Romanenko <VladRomanenko@ukr.net>
1646         * syntax/sql.syntax: Only recognize non-standard MySQL comments
1647         at the beginning of line.
1649 2002-09-19  Andrew V. Samoilov  <sav@bcs.zp.ua>
1651         * syntax/syntax.syntax: Add "linestart" for "context",
1652         "context default" and "context exclusive" keywords.
1653         * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
1654         and "%5.5s" formats.
1656 2002-09-18  Pavel Roskin  <proski@gnu.org>
1658         * syntax/Syntax: Remove gobledy_gook at the beginning.  Move
1659         rules for syntax files ...
1660         * syntax/syntax.syntax: ... here.  Add "linestart" for "file"
1661         and "include" keywords.
1662         * syntax/Makefile.am: Add syntax.syntax.
1664 2002-09-17  Vlad Romanenko  <VladRomanenko@ukr.net>
1666         * syntax/js.syntax: Advanced number highlighting.
1668 2002-09-17  Pavel Roskin  <proski@gnu.org>
1670         * syntax/c.syntax: Highlight "?" by the same color as ":".
1671         * syntax/java.syntax: Likewise.
1672         * syntax/swig.syntax: Likewise.
1673         * syntax/python.syntax: Remove duplicate keyword ":".
1675         * Makefile.am: Add m4 to SUBDIRS.  Set ACLOCAL_AMFLAGS so that
1676         m4 directory is used by aclocal.
1677         * m4/Makefile.am: New file.
1678         * configure.in: Substitute m4/Makefile.
1679         * autogen.sh: Don't copy any macro files, use m4 directory.
1681         * syntax/Makefile.am: Add js.syntax.
1683         * configure.in: Add support for glib 2.x.  Right now, it has to
1684         be explicitly enabled by `--with-glib2'.
1685         From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
1687 2002-09-16  Pavel Roskin  <proski@gnu.org>
1689         * syntax/js.syntax: New file.
1690         * syntax/Syntax: Add js.syntax.
1691         From Vlad Romanenko <VladRomanenko@ukr.net>
1693 2002-09-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
1695         * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
1696         of local xnc.hlp
1697         * doc/pl/xnc.hlp: Removed.
1699 2002-09-13  Pavel Roskin  <proski@gnu.org>
1701         * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
1702         Remove "potfiles" command.
1703         * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
1704         compatibility with gettext 0.10.x.
1706         * autogen.sh: Use autopoint for gettext 0.11.5 and above.  Don't
1707         allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
1709         * po/Makevars: New file for compatibility with gettext 0.11.x.
1711         * configure.in: Remove "Debugger code" message.
1713         * acinclude.m4: Replace undelfs_o with use_undelfs.
1714         * configure.in: Likewise.  Don't substitute it.
1716         * configure.in: Simplify processing of without-edit.  Replace
1717         several variables with use_edit.
1718         * acinclude.m4: Remove AC_WITH_EDIT.
1720         * acinclude.m4: Replace smbfs and SAMBAFILES variables with
1721         use_smbfs.
1722         * configure.in: Likewise.
1723         * INSTALL: Document --with-samba.
1725         * configure.in: Roll --enable-mcserv-install into ...
1726         * acinclude.m4: ... --with-mcfs.  Adjust makefiles.
1727         * INSTALL: Document --with-mcfs.
1729 2002-09-12  Pavel Roskin  <proski@gnu.org>
1731         * configure.in: Don't check if crypt() prototype is needed to
1732         avoid warnings - the whole code is not worth avoiding one
1733         legitimate warning.
1734         * acinclude.m4: Remove AC_TRY_WARNINGS.
1736         * configure.in: ALL_LINGUAS should be defined unconditionally.
1738         * acinclude.m4: Clarify some help texts, add defaults in square
1739         brackets, use more consistent spacing.
1740         * configure.in: Likewise.
1742         * lib/mc.menu: Don't call tarballs "releases".  Don't
1743         dereference symlinks.
1745 2002-09-10  Pavel Roskin  <proski@gnu.org>
1747         Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
1749 2002-09-07  Pavel Roskin  <proski@gnu.org>
1751         * configure.in: Eliminate --with-terminfo option, which was
1752         essentially equivalent to --with-included-slang and didn't force
1753         anything.
1754         * acinclude.m4 (AC_USE_TERMINFO): Remove.
1755         * INSTALL: Adjust to match.
1756         * FAQ: Likewise.
1758 2002-09-05  Pavel Roskin  <proski@gnu.org>
1760         * configure.in: Fix USE_VFS_NET conditional.  Don't substitute
1761         NETFILES - it's unused.
1763         * configure.in: Check for arpa/inet.h.
1765         * mcfn_install: Remove.  Also remove all references to it.
1766         * INSTALL.FAST: Update information about ncurses.
1767         From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
1769         * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
1770         LIBS.
1771         * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
1772         "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
1773         test for ncurses in non-standard directories.
1775 2002-09-04  Pavel Roskin  <proski@gnu.org>
1777         * lib/mc.ext.in: Remove edit rules for compressed files that
1778         were compressing even unchanged files - the editor itself can
1779         handle compression better.
1781 2002-09-03  Pavel Roskin  <proski@gnu.org>
1783         * acinclude.m4: Remove Termnet support, it's too old and obscure
1784         to be supported properly.
1786 2002-08-27  Pavel Roskin  <proski@gnu.org>
1788         * lib/mc.ext.in: Add new OpenOffice.org formats.  Always use
1789         OpenOffice.org, not StarOffice.  Add more video formats.
1791         * lib/mc.ext.in: Use gzip instead of gunzip and compress.  Avoid
1792         unnecessary pipeline.  Redirect stderr from cpio, because it can
1793         be non-empty even for successful operations.
1795 2002-08-26  Pavel Roskin  <proski@gnu.org>
1797         * syntax/spec.syntax: New file.
1798         * syntax/Syntax: Add spec.syntax.
1799         * syntax/Makefile.am: Likewise.
1800         From PLD Linux Distribution with minor changes.
1802 2002-08-25  Pavel Roskin  <proski@gnu.org>
1804         * lib/mcserv.init: Update from Red Hat package.
1805         * lib/mcserv.pamd: Likewise.
1807         * configure.in: Fix interpretation of the iconv test result.
1808         Reported by Pavel Shirshov <me@pavelsh.pp.ru>
1810         * mc.sh.in: Only bash needs the mc() function to be exported.
1812         * doc/pl/mc.1.in: Add node names and options.  Use @prefix@
1813         instead of /usr where appropriate.
1814         * doc/Makefile.am: Enable generation of the help file.
1816         * doc/pl/*: Add Polish translation.
1817         * doc/Makefile.am: Adjust for the above.
1818         * configure.in: Likewise.
1820 2002-08-24  Pavel Roskin  <proski@gnu.org>
1822         * lib/edit.indent.rc: Use tidy to format HTML.
1823         From David Martin <dmartina@excite.com>
1825         * lib/cedit.menu: Remove all references to the error file.
1826         * lib/edit.indent.rc: Likewise.
1827         * lib/edit.spell.rc: Likewise.
1829 2002-08-23  Pavel Roskin  <proski@gnu.org>
1831         * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
1832         use only for the programs that need it (mc and mcserv).
1834         * configure.in: Fix help text for gpm and ncurses.  Properly
1835         handle --without-ncurses.
1836         Reported by Moritz Barsnick <moritz@barsnick.net>
1838         * configure.in: Work around a bug in Autoconf-2.53 that prevents
1839         splitting of user-specified path in AC_PATH_PROGS.
1841         * configure.in: Move glib test earlier, as it tends to fail for
1842         many users.  Make GLIB_CONFIG a precious variable.  Check for
1843         glib12-config - that's how it's called on FreeBSD.
1844         Reported by Pavel Shirshov <me@pavelsh.pp.ru>
1846 2002-08-22  Pavel Roskin  <proski@gnu.org>
1848         * configure.in: Remove old-style Linux-only support for shadow
1849         passwords.
1851 2002-08-21  Pavel Roskin  <proski@gnu.org>
1853         * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
1854         now, otherwise Automake 1.5 breaks.  Remove version number from
1855         AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
1856         Substitute RH_VERSION, which is VERSION without dashes, needed
1857         for RedHat specfile.
1859         * configure.in: Bump version to 4.6.0-pre1a.  Don't use
1860         arguments in AM_INIT_AUTOMAKE to avoid defining the version in
1861         two places.
1863         Release mc-4.6.0-pre1.
1865         * configure.in: Bump version to 4.6.0-pre1.
1866         * po/*.po: Regenerate.
1868 2002-08-20  David Martin  <dmartina@excite.com>
1870         * doc/es/mc.1.in: Minor changes.
1871         * doc/es/xnc.hlp: Likewise.
1873 2002-08-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
1875         * mc.spec.in: Add /usr/lib/mc/mc.charsets and
1876         %{_mandir}/*/man1/*.
1878 2002-08-20  Pavel Roskin  <proski@gnu.org>
1880         * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
1882 2002-08-19  Pavel Roskin  <proski@gnu.org>
1884         * configure.in: Add Italian documentation.
1885         * doc/Makefile.am: Likewise.
1887         * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
1889         * configure.in: Enable subshell support on all operating systems
1890         by default.  Old issues are most likely solved by now.
1892 2002-08-18  Pavel Roskin  <proski@gnu.org>
1894         * lib/mc.ext.in: Try links before lynx.  Force full path when
1895         invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
1896         is already broken if the program starts in background.  Add a
1897         comment discouraging taking this code as example.
1899         * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
1900         obsolete.
1901         * doc/es/mc.1.in: Likewise.
1902         * doc/ru/mc.1.in: Likewise.
1903         * doc/hu/mc.hlp.hu: Likewise.
1905         * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
1906         was unsafe by design and is no longer supported.  Use %t instead
1907         of %u to preserve tags in case of failure.
1909         * vfs/extfs/ftplist.in: Remove support for running commands, it
1910         makes no sense.
1912 2002-08-16  Pavel Roskin  <proski@gnu.org>
1914         * lib/mc.global: Remove, it duplicates the role of mc.lib.
1915         * lib/mc.lib: Add contents of mc.global.
1916         * lib/Makefile.am: Remove all references to mc.global.
1918         * syntax/sh.syntax: Fix highlighting of "<<-EOF".
1919         Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
1921 2002-08-16  Andrew V. Samoilov  <sav@bcs.zp.ua>
1923         * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
1924         set, umask and unset like other builtin commands.
1926 2002-08-15  Pavel Roskin  <proski@gnu.org>
1928         * configure.in: Remove check for SIGTSTP, it's not needed for
1929         the subshell support.
1931         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
1932         done at runtime.
1933         * configure.in: Don't use AC_SHORT_D_NAME_LEN.
1935 2002-08-14  Andrew V. Samoilov  <sav@bcs.zp.ua>
1937         * doc/ru/mc.1.in: Remove reference to README.edit.
1938         * doc/mc.1.in: Likewise.
1939         * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
1940         everywhere.
1942 2002-08-14  Pavel Roskin  <proski@gnu.org>
1944         * doc/mc.1.in: Consistently use "native" ftp syntax.
1945         * doc/ru/mc.1.in: Likewise.
1946         * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
1947         * doc/es/xnc.hlp: Likewise.
1949         * lib/mc.hlp.hu: Move ...
1950         * doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
1952 2002-08-09  Pavel Roskin  <proski@gnu.org>
1954         * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
1955         and entries that are obsolete or make no sense.
1957         * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
1958         "How to use help".
1960         * doc/Makefile.am: Don't distribute help file.  Generate it in
1961         the build directory.
1962         * doc/es/Makefile.am: Likewise.
1963         * doc/ru/Makefile.am: Likewise.
1965         * lib/xnc.hlp: Move ...
1966         * doc/xnc.hlp: ... here.
1967         * doc/Makefile.am: Necessary adjustments.
1968         * lib/Makefile.am: Likewise.
1969         * src/Makefile.am: Likewise.
1971         * configure.in: Add Spanish documentation.
1972         * doc/Makefile.am: Likewise.
1973         * doc/es: Spanish documentation.
1974         From David Martin <dmartina@excite.com>
1976 2002-08-08  Pavel Roskin  <proski@gnu.org>
1978         * lib/mc.lib: Add f11-f20 keys for Konsole.
1980 2002-08-06  Pavel Roskin  <proski@gnu.org>
1982         * syntax/lisp.syntax: New file.
1983         * syntax/Syntax: Add lisp.syntax.
1984         * syntax/Makefile.am: Likewise.
1985         From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
1986         changes.
1988 2002-08-04  Pavel Roskin  <proski@gnu.org>
1990         * configure.in: Check for SIGTSTP and SIGCONT signals.  Disable
1991         subshell if this test fails.
1993 2002-08-03  Pavel Roskin  <proski@gnu.org>
1995         * syntax/mail.syntax: Colors changed to be more readable.
1997         * syntax/html.syntax: Don't require character entities to be
1998         whole, but check their validity.
2000 2002-08-02  Pavel Roskin  <proski@gnu.org>
2002         * configure.in: No longer need to define REGEX_MALLOC.
2004 2002-08-01  Pavel Roskin  <proski@gnu.org>
2006         * configure.in: Remove support for MAD and Electric Fence.
2007         Developers should use modern memory debuggers (e.g. Valgrind).
2008         * INSTALL: Remove references to MAD.
2010 2002-07-31  Pavel Roskin  <proski@gnu.org>
2012         * syntax/html.syntax: Remove recognition for any individual
2013         words - there are too many of them, we cannot keep up.
2015 2002-07-30  Pavel Roskin  <proski@gnu.org>
2017         * doc/ru/Makefile.am: Use man2hlp directly.
2019 2002-07-28  Pavel Roskin  <proski@gnu.org>
2021         * syntax/changelog.syntax: Highlight "*" only after tab.  This
2022         requires fixed syntax highlighting.
2024         * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
2025         default. Open *.xls with gnumeric.  Use mplayer for most video
2026         formats.
2028         * syntax/nroff.syntax: Require most keywords to be whole.
2030 2002-07-21  Pavel Roskin  <proski@gnu.org>
2032         * syntax/fortran.syntax: Fix highlighting of "*" at the
2033         beginning of line.  Recognize "     +" as continuation.  Move
2034         all "linestart" keywords earlier to avoid more conflicts.
2036 2002-07-18  Pavel Roskin  <proski@gnu.org>
2038         * syntax/unknown.syntax: Don't highlight anything by default.
2040         * syntax/changelog.syntax: Highlight functions without
2041         filenames.
2042         * syntax/Syntax: Match *ChangeLog*.
2044         * syntax/c.syntax: Reenable highlighting for "/" and preserve
2045         highlighting for "//" comments by using exclusive context.
2046         * syntax/java.syntax: Likewise.
2047         * syntax/swig.syntax: Likewise.
2048         * syntax/slang.syntax: Reenable highlighting for "/".
2049         * syntax/sql.syntax: Enable highlighting for "/" and "-".
2051         * syntax/sql.syntax: New file.
2052         * syntax/Syntax: Add sql.syntax.
2053         * syntax/Makefile.am: Likewise.
2054         From Walery Studennikov <despair@sama.ru> with minor changes.
2056 2002-07-16  Pavel Roskin  <proski@gnu.org>
2058         * lib/mc.ext.in: Remove handling of executables.  They should
2059         be handled internally for "pause after run" to work.
2061         * syntax/Syntax: Associate *.itcl with tcl.syntax.
2062         * syntax/tcl.syntax: Add itcl keywords, other improvements.
2064 2002-07-15  Pavel Roskin  <proski@gnu.org>
2066         * configure.in: Don't check for strcasecmp(), strncasecmp() and
2067         strdup() - test results are not used except in gettext, which
2068         provides its own tests.
2070         * configure.in: When checking for ncurses, check for
2071         has_colors(), not curses_version() - the later is missing in
2072         older version of ncurses.
2074 2002-07-13  Pavel Roskin  <proski@gnu.org>
2076         * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
2077         not to LIBS.
2078         * configure.in: Fix breakage in ncurses headers check from the
2079         previous commit.  Simplify other instances of AC_CHECK_HEADERS.
2080         Define REGEX_MALLOC here.
2082         * acinclude.m4 (AC_NCURSES): Remove.
2083         * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
2084         AC_CHECK_LIB to check existence of ncurses library.  Eliminate
2085         variables force_ncurses and search_ncurses.
2087 2002-07-10  Pavel Roskin  <proski@gnu.org>
2089         * configure.in: Remove --with-netrc, it is now default and can
2090         be disabled at the runtime.
2092         * syntax/tcl.syntax: New file.
2093         * syntax/Syntax: Add tcl.syntax.
2094         * syntax/Makefile.am: Likewise.
2095         * syntax/java.syntax: Don't treat #define separately from other
2096         preprocessor directives.
2097         * syntax/slang.syntax: Likewise.
2098         * syntax/swig.syntax: Likewise.
2100 2002-07-09  Pavel Roskin  <proski@gnu.org>
2102         * syntax/c.syntax: Don't treat #define separately from other
2103         preprocessor directives.
2105 2002-07-08  Pavel Roskin  <proski@gnu.org>
2107         * syntax/perl.syntax: Highlight text after __END__ as a comment.
2108         * syntax/po.syntax: Avoid gray color, which is hard to see.
2110 2002-07-05  Pavel Roskin  <proski@gnu.org>
2112         * syntax/dos.syntax: Add more commands.
2114 2002-07-04  Pavel Roskin  <proski@gnu.org>
2116         * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
2117         sort authors.
2119 2002-06-24  Pavel Roskin  <proski@gnu.org>
2121         * syntax/dos.syntax: New file - highlighting for DOS batch
2122         files.  From Petr Kozelka <pkozelka@centrum.cz>
2123         * syntax/Syntax: Add dos.syntax.
2124         * syntax/Makefile.am: Likewise.
2126 2002-06-04  Max Schedriviy  <max@humgat.org>
2128         * syntax/php.syntax: New version.
2130 2002-05-23  Andrew V. Samoilov  <kai@cmail.ru>
2132         * NEWS: Mention ftpfs/fish uploading changes and new configure
2133         options --with-codepagedir=DIR, --with-configdir=DIR and
2134         --without-mcfs.
2136 2002-05-22  Pavel Roskin  <proski@gnu.org>
2138         * doc/ru/Makefile.am: Fix out-of-tree build.
2140 2002-05-14  Pavel Roskin  <proski@gnu.org>
2142         * configure.in: Fix logic for gettext 0.10.x.
2144 2002-05-14  Andrew V. Samoilov  <kai@cmail.ru>
2146         * configure.in: Don't generate po/Makefile if
2147         there is 'top_builddir' in po/Makefile.in.
2148         * autogen.sh: More fixes for gettext 0.11+.
2150 2002-05-08  Andrew V. Samoilov  <kai@cmail.ru>
2152         * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
2154 2002-04-21  Pavel Roskin  <proski@gnu.org>
2156         * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
2157         can play them.
2159 2002-04-09  Andrew V. Samoilov  <kai@cmail.ru>
2161         * autogen.sh: Fix for gettext 0.11 family (and newer).
2163 2002-04-08  Pavel Roskin  <proski@gnu.org>
2165         * autogen.sh: Allow gettext newer than 0.10.39.
2166         From Björn Eriksson <bjorn@bjornen.nu>
2168 2002-04-03  Pavel Roskin  <proski@gnu.org>
2170         * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
2171         by "make clean" because not everyone has Perl to rebuild it.
2173 2002-03-27  Andrew V. Samoilov  <kai@cmail.ru>
2175         * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
2176         first line regular expression.
2178 2002-03-26  Andrew V. Samoilov  <kai@cmail.ru>
2180         * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
2181         or newer is not used.
2182         * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
2184         * src/Makefile.am: Move mc.hlp.ru processing ...
2185         * doc/ru/Makefile.am: ... here.
2187 2002-03-21  Andrew V. Samoilov  <kai@cmail.ru>
2189         * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
2190         * syntax/c.syntax: Highlight "%p" printf format.
2191         Allow '*' as width and precision for strings and numbers.
2193         * doc/mc.1.in: Fix smbfs example.  Minor format fixes.
2194         * doc/ru/mc.1.in: Likewise.
2196 2002-03-18  Pavel Roskin  <proski@gnu.org>
2198         * doc/ru/Makefile.am: Distribute xnc.hlp.
2200 2002-03-12  Pavel Roskin  <proski@gnu.org>
2202         * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
2204 2002-03-12  Andrew V. Samoilov  <kai@cmail.ru>
2206         * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
2207         * doc/ru/Makefile.am: New file.
2209 2002-03-08  Pavel Roskin  <proski@gnu.org>
2211         * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
2213 2002-03-04  Andrew V. Samoilov  <kai@cmail.ru>
2215         * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
2217 2002-03-01  Andrew V. Samoilov  <kai@cmail.ru>
2219         * doc/mc.1.in: Use nodename `Background jobs' for section
2220         `Background Jobs' to reflect user visible Command menu option
2221         and src/cmd.c dialog implementation.
2223         * doc/ru: New directory for Russian manuals.
2224         * doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
2225         translated by Victor A. Kostromin for mc 4.5.30.  Converted
2226         from binary mc.hlp.ru, corrected and actualized by me.
2227         * doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
2228         * doc/ru/.cvsignore: Ignore mc.1.
2230 2002-02-27  Andrew V. Samoilov  <kai@cmail.ru>
2232         * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
2233         (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
2234         mc.lib settings.
2236         (Virtual File System): Document SMB File System.
2238 2002-02-26  Pavel Roskin  <proski@gnu.org>
2240         * lib/mc.ext.in: Run "file" before "nm" to avoid an error
2241         message "no symbol found" for unsupported architectures and
2242         provide more useful information.
2244 2002-02-22  Pavel Roskin  <proski@gnu.org>
2246         * README.smbfs: Remove.  It contained no useful information
2247         and the webpage is now dead.
2248         * Makefile.am: Remove README.smbfs.
2250         * README: Mention that glib 1.2.x is required.
2252 2002-02-21  Andrew V. Samoilov  <kai@cmail.ru>
2254         * lib/edit.indent.rc: Use "#! /bin/sh"
2255         * lib/edit.spell.rc: Likewise.
2256         * lib/mcserv.init: Likewise.
2258         * lib/cedit.menu: Eliminate bashisms.
2259         Add missed `:' in AUTHOR evaluation.
2260         Unset LANGUAGE and make LC_ALL empty.
2261         Use "#! /path/to/program".
2263 2002-02-20  Andrew V. Samoilov  <kai@cmail.ru>
2265         * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
2266         ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
2267         Fix tarfs URL syntax example.  Minor typo and format fixes.
2269 2002-02-14  Andrew V. Samoilov  <kai@cmail.ru>
2271         * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
2272         Fix location of configuration files.
2274 2002-02-05  Pavel Roskin  <proski@gnu.org>
2276         * configure.in: Don't use defunct ncurses_version.
2277         Reported by Thomas Dickey <dickey@herndon4.his.com>
2278         Set force_ncurses whenever --with-ncurses is used.  If set,
2279         suppress checks for S-Lang and fail is ncurses is not found.
2281         * configure.in: Introduce a new variable screen_type that is
2282         either "slang" or "ncurses" without additional text.  Use it
2283         instead of screen_manager whenever possible.  Fix text in
2284         AC_NCURSES call, use m4 quotes and move shell quotes into the
2285         macro.
2286         * acinclude.m4: Likewise.
2288 2002-01-28  Petr Kozelka  <pkozelka@email.cz>
2290         * syntax/Syntax: Known Delphi/Kylix source file extensions
2291         supported (*.dpr, *.inc).
2292         * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
2293         Special highlighting for CVS keywords.  Understands single-line
2294         comments (//).
2296 2002-01-24  Alexander Shopov  <al_shopov@web.bg>
2298         * configure.in (ALL_LINGUAS): Added "bg"
2300 2002-01-21  Pavel Roskin  <proski@gnu.org>
2302         * NEWS: Mention word completion in the editor.
2304 2002-01-17  Pavel Roskin  <proski@gnu.org>
2306         * extraconf.h: Remove OS/2 specific code.
2308         * doc/mc.1.in (Configuration): Clarify some entries.
2310 2002-01-11  Andrew V. Samoilov  <kai@cmail.ru>
2312         * acinclude.m4: New options for smbfs:
2313         --with-configdir=DIR    Where the Samba configuration files are (/etc)
2314         --with-codepagedir=DIR  Where the Samba codepage files are
2316 2002-01-11  Pavel Roskin  <proski@gnu.org>
2318         * syntax/xml.syntax: New file - highlighting for XML.
2319         From Petr Kozelka <pkozelka@centrum.cz>
2320         * syntax/Syntax: Add xml.syntax.
2321         * syntax/Makefile.am: Likewise.
2323 2002-01-04  Pablo Saratxaga  <pablo@mandrakesoft.com>
2325         * configure.in: Added "eu" to ALL_LINGUAS.
2327 2002-01-03  Pavel Roskin  <proski@gnu.org>
2329         * lib/mc.menu: Correct quoting.
2330         Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
2332         * NEWS: Mention removal of the OS/2 port.
2333         * README.PC: Remove OS/2 specific parts.
2335 2002-01-02  Pavel Roskin  <proski@gnu.org>
2337         * configure.in: Make help about --with-subshell easier to
2338         understand.  Minor alignment fixes for the help.
2339         * acinclude.m4: Minor alignment fixes for the help.
2341 2001-12-31  Pavel Roskin  <proski@gnu.org>
2343         * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
2344         from vfs/Make-mc.in.
2346 2001-12-27  Duarte Loreto  <happyguy_pt@hotmail.com>
2348         * configure.in: Added Portuguese to ALL_LINGUAS
2350 2001-12-21  Pavel Roskin  <proski@gnu.org>
2352         * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
2353         Don't remove slang/slang.h - it's never created.
2355         * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
2356         slang-mc.h to slang.h.  Remove fastdepslang variable, it's
2357         unused.
2359 2001-12-01  Wang Jian  <lark@linux.net.cn>
2361         * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
2363 2001-11-29  Pavel Roskin  <proski@gnu.org>
2365         * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
2367 2001-11-27  Pavel Roskin  <proski@gnu.org>
2369         * lib/mc.ext.in: When running X programs in background, do it
2370         from subshell.  Otherwise some of them terminate when mc exits.
2371         Reported by Christian Dysthe <christian@dysthe.net>
2372         Remove some obsolete and gmc-specific entries.  Use StarOffice
2373         to open files detected as "Microsoft Office Document".
2375         * lib/mc.lib: Support "Home" and "End" sequences in xterm from
2376         XFree86 4.1.0.
2378 2001-11-16  Andrew V. Samoilov  <kai@cmail.ru>
2380         * doc/mcedit.1.in: Fix help file location.
2382 2001-11-14  Pavel Roskin  <proski@gnu.org>
2384         * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
2385         fallback to ino_t for e2fsprogs version 1.19 and older.
2387 2001-10-30  Pavel Roskin  <proski@gnu.org>
2389         * lib/mc.ext.in: Add support for Netpbm files.
2391 2001-10-25  Andrew V. Samoilov  <kai@cmail.ru>
2393         * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
2394         http://bugzilla.gnome.org/show_bug.cgi?id=60935
2395         By drk@sgi.com.
2397         * doc/mc.1.in: Document %p macro.
2399 2001-10-24  Pavel Roskin  <proski@gnu.org>
2401         * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
2402         Allow using --without-mmap.
2403         * INSTALL: Document --without-mmap.
2405 2001-10-24  Andrew V. Samoilov  <kai@cmail.ru>
2407         * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
2408         of languages to be installed by setting env variable before
2409         configure. If it is empty, it defaults to full list.
2410         By Alex Tkachenko <alex@bcs.zp.ua>.
2412 2001-10-19  Pavel Roskin  <proski@gnu.org>
2414         * syntax/sh.syntax: Highlight reserved words inside backticks.
2415         Use the same wholechars settings for reserved words and
2416         commands.  Recognize more words.  Recognize function definitions
2417         without "function" or without "()".  Use brightmagenta instead
2418         of brightblue.
2420 2001-10-18  Pavel Roskin  <proski@gnu.org>
2422         * configure.in: When checking for "nroff -mandoc" support, don't
2423         use /dev/null as input file, use stdin.  Some versions of nroff
2424         (e.g. groff-1.16.1) don't accept special files.
2426 2001-10-14  Pavel Roskin  <proski@gnu.org>
2428         * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
2429         Makefile.  Don't allow any suffixes after "Makefile".
2431 2001-10-12  Pavel Roskin  <proski@gnu.org>
2433         * lib/mc.ext.in: Add support for *.xcf files (native GIMP
2434         format).
2436 2001-10-06  Andrew V. Samoilov  <sav@bcs.zp.ua>
2438         * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
2439         Fix compress<->bzip2 conversion and conversion of tagged
2440         archives.
2442 2001-10-05  Pavel Roskin  <proski@gnu.org>
2444         * lib/mc.ext.in: Use ogginfo to view *.ogg files.
2445         Suggested by Marcel Pol <mpol@gmx.net>
2447         * lib/mc.ext.in: Use xmms to play *.mp3 under X.  When viewing
2448         *.mp3, use "verbose" option to mpg123.  Add support for *.ogg
2449         and *.mid files.
2451 2001-09-30  Pavel Roskin  <proski@gnu.org>
2453         * configure.in: Don't check whether grep supports stdin - it's
2454         not used anymore.
2455         * NEWS: Mention this change.
2457 2001-09-19  Pavel Roskin  <proski@gnu.org>
2459         * doc/mcedit.1.in: Fix a very long line - use double
2460         backslashes since they are interpreted even in the .nf blocks.
2462         * lib/edit.spell.rc: Try aspell before resorting to ispell.
2464         * syntax/php.syntax: Replace with a better implementation by
2465         Max Schedriviy <max@tavrida.net>
2467 2001-09-15  Pavel Roskin  <proski@gnu.org>
2469         * doc/mc.1.in: Fix location of mcedit files.
2470         * doc/mcedit.1.in: Likewise.  Remove obsolete technical details.
2472 2001-09-14  Pavel Roskin  <proski@gnu.org>
2474         * configure.in: Don't check for ncurses version and for keyok()
2475         because the mouse support code doesn't need this hack anymore.
2477 2001-09-13  Pavel Roskin  <proski@gnu.org>
2479         * configure.in: Fix some cases of overquoting and underquoting.
2480         * acinclude.m4: Likewise.
2482 2001-09-12  Pavel Roskin  <proski@gnu.org>
2484         * configure.in: Update list of browsers.  Don't fallback to
2485         lynx since it cannot be run in background.
2486         * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
2487         If no browser for X11 was found, use lynx.
2489         * autogen.sh: Add a workaround to ensure that "depcomp" is
2490         distributed.
2491         * configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
2492         where appropriate.
2493         * acinclude.m4: Likewise.  Fix check whether S-Lang uses
2494         terminfo.
2496         * configure.in: Use three-argument form of AC_INIT.  Use
2497         AC_CONFIG_AUX_DIR.  Remove some unused or implied macros.
2498         * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
2499         is not needed if AC_CONFIG_AUX_DIR is used.
2500         * vfs/Make-mc.in: Adjust mkinstalldirs location.
2501         * autogen.sh: Create "config" and remove "autom4te.cache".
2503 2001-09-11  Pavel Roskin  <proski@gnu.org>
2505         * syntax/Syntax: New file, extracted from edit/syntax.c.
2506         * syntax/Makefile.am: Add Syntax.
2508         * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
2509         to LIBS.  Don't use unportable "grep -q", use "case" instead.
2511 2001-09-10  Pavel Roskin  <proski@gnu.org>
2513         * configure.in: Only check for X if --with-tm-x-support has been
2514         specified.
2516         * configure.in: Add check for sys/ioctl.h.
2518         * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
2520         * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
2521         * configure.in: Likewise.  Add MCLIBS to LIBS temporarily when
2522         testing for functions in ncurses.
2524         * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
2525         * configure.in: Likewise.  Use AH_BOTTOM to include extraconf.h.
2526         * acconfig.h: Remove.
2528         * configure.in: Eliminate LIBSLANG and LSLANG.
2529         * acinclude.m4: Likewise.  Use MCLIBS for -lslang.
2531         * configure.in: Use MCLIBS for -lgpm.  Remove LGPM.  Check for
2532         resizeterm() and keyok() only if configuring with ncurses.
2534         * configure.in: Remove now unused variables LIBVFS and LVFS.
2536         * configure.in: Remove unused variables LINTL and INTLDEPS.
2538         * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
2539         building with included gettext, because libintl.h is copied
2540         there.
2542 2001-09-09  Pavel Roskin  <proski@gnu.org>
2544         * NEWS: Update.
2546         * configure.in: Remove a hack for Unixware.  AC_FUNC_GETMNTENT
2547         checks -lgen for getmntent as of Autoconf 2.52.
2549 2001-09-07  Pavel Roskin  <proski@gnu.org>
2551         * configure.in: Check for pwd.h.
2553         * Make.common.in: Remove.
2554         * configure.in: Remove all references to Make.common.in and
2555         MCCPPFLAGS.
2556         * aclocal.m4: Likewise.
2558         * configure.in: Require Autoconf 2.52.  Remove hacks for
2559         Autoconf 2.13.
2560         * Makefile.am: Require Automake 1.5.
2562 2001-09-06  Pavel Roskin  <proski@gnu.org>
2564         * syntax/php.syntax: New file - PHP file highlighting.  Copied
2565         from Cooledit 3.17.4.
2566         * syntax/Makefile.am: Add php.syntax.
2568 2001-09-06  Timur Bakeyev  <mc@bat.ru>
2570         * acconfig.h: Brought back couple of symbols, that are still necessary
2571         due reference to them from configure.in.
2573 2001-09-04  Pavel Roskin  <proski@gnu.org>
2575         * syntax/changelog.syntax: Fix highlighting of functions.  Relax
2576         strictness for dates.
2578         * doc/mc.1.in: Fix troff warnings.
2579         * doc/mcedit.1.in: Likewise.
2581 2001-09-03  Pavel Roskin  <proski@gnu.org>
2583         * doc/mc.1.in: Spellcheck.
2584         * doc/mcedit.1.in: Likewise.
2585         * doc/mcserv.8.in: Likewise.
2587         * doc/mc.1.in (Learn Keys): Complete rewrite.
2589 2001-09-02  Pavel Roskin  <proski@gnu.org>
2591         * acconfig.h: Remove all unused symbols.
2593         * lib/ncurses.h: Remove.
2594         * lib/Makefile.am: Remove ncurses.h.
2596 2001-09-02  Abel Cheung  <maddog@linux.org.hk>
2598         * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
2600 2001-08-28  Pavel Roskin  <proski@gnu.org>
2602         * syntax/sh.syntax:  Require two '<' before EOF.  Recognize END
2603         like EOF.
2605 2001-08-26  Pavel Roskin  <proski@gnu.org>
2607         * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
2608         CONS_SAVER.  Put all conditionals together.
2610         * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
2611         Automake 1.5.
2613         * configure.in: Remove XCURSES variable - it's unused.
2615         * configure.in: New conditional USE_EDIT.
2617         * syntax/changelog.syntax: Don't require '@' to be in the
2618         address.  This also works around a bug in the syntax engine
2619         that prevented highlighting of addresses.
2621 2001-08-25  Pavel Roskin  <proski@gnu.org>
2623         * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
2625 2001-08-24  Pavel Roskin  <proski@gnu.org>
2627         * extraconf.h: Remove all references to HAVE_X.
2628         * acinclude.m4: s/GNOME_/MC_/
2629         * configure.in: Likewise.  Remove or clarify all references to
2630         the "text edition".  Minor fixes.
2632         * configure.in: Remove support for curses libraries other than
2633         ncurses.
2634         * acinclude.m4: Likewise.
2635         * FAQ: Remove everything about UNIX curses.
2636         * INSTALL: Likewise.
2638         * configure.in: Enable large file support by default.
2639         * NEWS: Mention it.
2640         * INSTALL: Document it.  Minor fixes.
2642         * FAQ: Remove information about GNOME edition.  Minor fixes.
2643         * README: Likewise.
2644         * NEWS: Mention removing the GNOME edition.
2646         * acinclude.m4: Include all used macros from the macros
2647         directory.
2648         * autogen.sh: Remove all references to "macros".
2649         * Makefile.am: Likewise.
2651         * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
2652         * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
2654         * lib/startup.links: Remove.
2655         * lib/README.desktop: Likewise.
2656         * lib/Makefile.am: Remove all references to DESKTOP_FILES.
2658         * configure.in: Bump version to 4.5.99a.
2660         * configure.in: Bump version to 4.5.55.  Release mc-4.5.55.
2661         * po/*.po: Regenerate.
2663         * AUTHORS: Update and spell check.
2664         * FAQ: Likewise.
2665         * INSTALL: Likewise.
2666         * INSTALL.FAST: Likewise.
2667         * NEWS: Likewise.
2668         * README.PC: Likewise.
2669         * README.QNX: Likewise.
2671         * configure.in: Add check for stropts.h.
2673 2001-08-23  Pavel Roskin  <proski@gnu.org>
2675         * lib/edit.indent.rc: Create cooledit.error right away to
2676         override its old contents.  Don't use ksh extensions.  Treat *.C
2677         files as C++.  Recognize more C++ extensions.  Support java.
2678         Update URL for "astyle".  Quote all arguments to protect spaces.
2679         * lib/edit.spell.rc: Don't save terminal settings - mc does it
2680         itself.  Quote all arguments to protect spaces.
2682 2001-08-21  Pavel Roskin  <proski@gnu.org>
2684         * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
2685         files if GNOME frontend is disabled.
2686         * idl/Makefile.am: Likewise.
2687         * lib/Makefile.am: Likewise.
2688         * new_icons/Makefile.am: Likewise.
2690         * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
2691         case it already has gettext macros elsewhere and doesn't like
2692         duplicates (i.e. it's aclocal from Automake-1.4).
2694 2001-08-20  Pavel Roskin  <proski@gnu.org>
2696         * AUTHORS: Updated.
2697         * INSTALL: Likewise.
2698         * NEWS: Likewise.
2699         * doc/mc.1.in: Likewise.
2700         * doc/mcserv.8.in: Likewise.
2702         * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
2703         for sys/mount.h.
2705 2001-08-19  Andras Timar  <timar@gnome.hu>
2707         * lib/Makefile.am: Added Hungarian hints
2708         * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
2710 2001-08-19  Pavel Roskin  <proski@gnu.org>
2712         * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
2714 2001-08-17  Pavel Roskin  <proski@gnu.org>
2716         * syntax/po.syntax: New file - PO file highlighting.
2717         From David Martin <dmartina@excite.es>
2718         * syntax/Makefile.am: Add po.syntax.
2720         * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
2721         it's sometimes missing from the databases.
2723 2001-08-16  Abel Cheung  <maddog@linux.org.hk>
2725         * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
2726         * lib/Makefile.am: Reflect above change.
2728 2001-08-15  Pavel Roskin  <proski@gnu.org>
2730         * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
2732 2001-08-14  Pavel Roskin  <proski@gnu.org>
2734         * lib/mc.lib: Add popular sequences for "home" and "end" in
2735         "xterm" and "xterm-color" terminals.
2737 2001-08-13  Pavel Roskin  <proski@gnu.org>
2739         * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
2741         Replace "Can't" with "Cannot" everywhere.
2743 2001-08-12  Pavel Roskin  <proski@gnu.org>
2745         * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
2746         subshell, not for "Open file...".
2747         (emacs_key_map): Likewise.
2749         * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
2751 2001-08-10  Pavel Roskin  <proski@gnu.org>
2753         * Makefile.am (EXTRA_DIST): Remove BUGS.
2754         * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
2756         * BUGS: Remove.  Bugzilla.gnome.org doesn't have those bugs.
2758         * doc/LSM: Remove, it's outdated.
2759         * doc/FILES: Likewise.
2760         * doc/DEVEL: Remove information about FILES.
2762         * FAQ: Eliminate all broken URLs on the MC site.
2763         From Frederic L. W. Meunier <0@pervalidus.net>
2765         * FAQ: Restore information about xterm.
2767 2001-08-08  Pavel Roskin  <proski@gnu.org>
2769         * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
2771 2001-08-07  Pavel Roskin  <proski@gnu.org>
2773         * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
2775         * doc/mc.1.in: Fix all broken links.
2777 2001-08-06  Pavel Roskin  <proski@gnu.org>
2779         * INSTALL: Numerous changes.  Declare old curses obsolete.
2780         Partly from Frederic L. W. Meunier <0@pervalidus.net>
2782         * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
2784 2001-08-03  Abel Cheung  <maddog@linux.org.hk>
2786         * lib/Makefile.am: Remove space after backslash introduced in the
2787         previous commit.
2789         * lib/mc.hint.zh_TW.Big5: New file.
2790         * lib/Makefile.am: Added mc.hint.zh_TW.Big5
2792 2001-08-02  Pavel Roskin  <proski@gnu.org>
2794         * lib/mc.hint.uk: New file.
2795         From Maksym Polyakov <polyama@yahoo.com>
2796         * lib/Makefile.am: Add mc.hint.uk.
2798 2001-08-01  Pavel Roskin  <proski@gnu.org>
2800         * lib/mc.hint.nl: New file.
2801         From Steef Boerrigter <sxmboer@sci.kun.nl>
2802         * lib/Makefile.am: Add mc.hint.nl.
2803         * lib/mc.hint: Remove ftp site.  Update copyright.
2804         * lib/mc.hint.cs: Likewise.
2805         * lib/mc.hint.es: Likewise.
2806         * lib/mc.hint.it: Likewise.
2807         * lib/mc.hint.pl: Likewise.
2808         * lib/mc.hint.ru: Likewise.  Shorten some lines.
2810         * edit/Makefile.in: Allow running "make install" before "make all".
2811         * gtkedit/Makefile.in: Likewise.
2813 2001-07-31  Pavel Roskin  <proski@gnu.org>
2815         * lib/edit.spell.rc: New file.  Invoke ispell on Ctrl-p in the
2816         editor.
2817         * lib/Makefile.am: Add lib/edit.spell.rc.
2819         * autogen.sh: Use gettextize.
2820         * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
2821         * po/Makefile.in.in: Likewise.
2823 2001-07-29  Pavel Roskin  <proski@gnu.org>
2825         * syntax/slang.syntax: New file.
2826         From Walery Studennikov <despair@sama.ru>
2827         * syntax/Makefile.am: Add slang.syntax.
2829 2001-07-27  Pavel Roskin  <proski@gnu.org>
2831         * extraconf.h: Move WITH_BACKGROUND here.
2833 2001-07-24  Pavel Roskin  <proski@gnu.org>
2835         * doc/mc.1.in: Quote all section headers.  Minor formatting fix.
2837 2001-07-23  Pavel Roskin  <proski@gnu.org>
2839         * doc/mc.1.in: Fix description of mc.lib.  Fix broken links.
2841 2001-07-20  Pavel Roskin  <proski@gnu.org>
2843         * Make.common.in: Move all defines ...
2844         * gnome/Makefile.in: ... here ...
2845         * src/Makefile.in: ... and here.
2847 2001-07-19  Pavel Roskin  <proski@gnu.org>
2849         * configure.in: Don't check for getwd, it's completely
2850         eliminated.
2851         * INSTALL: Remove reference to HAVE_GETWD.
2853         * lib/mc.ext.in: Fix opening info pages on VFS.  Modernize
2854         entries for compressed cpio archives.
2856         * lib/mc.ext.in: Comment changes.  Remove rules for programs -
2857         they were only used in obsolete frontends.  Don't ever use %view
2858         without commands - it's slower and loses user settings, e.g.
2859         hex mode.  Put shared libraries before man pages and read.me
2860         before .me macros so that they match correctly.  Use nm for
2861         shared libraries.  Add rules for StarOffice and AbiWord.
2863 2001-07-14  Pavel Roskin  <proski@gnu.org>
2865         * configure.in: Bump version to 4.5.54a.
2867 2001-07-13  Pavel Roskin  <proski@gnu.org>
2869         * lib/mcserv.init: Fix exit status.
2870         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
2872         * lib/mc.ext.in: Anchor all regexes in the type/ rules except
2873         "executable", which should follow a space. Simplify rules for
2874         images. Add shell/ rule for *.info files. Fix all incorrect
2875         uses of the alternation operator.
2876         Reported by Oskar Liljeblad and Michel Casabona.
2878 2001-07-12  Pavel Roskin  <proski@gnu.org>
2880         * configure.in: Don't check for iconv, it's already checked for
2881         in AM_GNU_GETTEXT.
2883 2001-07-10  Pavel Roskin  <proski@gnu.org>
2885         * doc/mc.1.in: Update documentation about hex search.
2887         * edit/edit_key_translator.c (cooledit_key_map): Bind
2888         Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
2889         From Steef Boerrigter <sxmboer@sci.kun.nl>
2891         * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
2892         * edit/edit_key_translator.c (cooledit_key_map): Add support
2893         for bracket matching on Alt-B.
2894         * gtkedit/gtkeditkey.c: Likewise.
2895         From Steef Boerrigter <sxmboer@sci.kun.nl>
2897 2001-07-06  Pavel Roskin  <proski@gnu.org>
2899         * lib/mc.ext.in: Use nm to view object files.
2901         * Make.common.in: Remove GNOME-specific and unused definitions.
2902         Partly moved to gnome/Makefile.in.
2904         * configure.in: Remove all references to SEDCMD and SEDCMD2 -
2905         they are usused.
2906         * Make.common.in: Likewise.
2908 2001-06-29  Pavel Roskin  <proski@gnu.org>
2910         * ABOUT-NLS: Update to the version from gettext-0.10.38.
2912         * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
2913         now done in configure. Move -I.. to the beginning.
2914         * Makefile.am (SUBDIRS): Move intl po to the beginning, since
2915         libintl.a may be required to link mc.
2916         (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
2917         * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
2918         Move all i18n code to one place. Don't substitute INTLSUB - it's
2919         unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
2920         Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
2922 2001-06-25  Pavel Roskin  <proski@gnu.org>
2924         * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
2925         It should be enabled explicitly by giving `--enable-largefile'
2926         to configure.
2927         * INSTALL: Document it.
2929 2001-06-22  Pavel Roskin  <proski@gnu.org>
2931         * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
2933         * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
2934         in struct statfs.
2935         Reported by Libor Motyèka <libor.motycka@ortex.cz>.
2937         * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
2938         mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
2939         Define HAVE_INFOMOUNT_LIST if a any suitable function has been
2940         found.
2941         * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
2943 2001-06-19  Pavel Roskin  <proski@gnu.org>
2945         * configure.in: Check for telldir and seekdir. Join adjacent
2946         calls to AC_CHECK_FUNCS.
2948 2001-06-16  Pavel Roskin  <proski@gnu.org>
2950         * Makefile.am: Change the order of SUBDIRS to fully compile text
2951         edition before compiling anything for GNOME.
2952         * mc.spec.in: Don't use brace expansion to avoid implicit
2953         build-time dependency on bash.
2955 2001-06-13  Pavel Roskin  <proski@gnu.org>
2957         * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
2958         the test code.
2959         * configure.in: Fix compiler warnings in the arguments to
2960         AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
2961         around `=' in the `test' command.
2963 2001-06-07  Pavel Roskin  <proski@gnu.org>
2965         * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
2966         GNOME documentation template.
2967         * doc-gnome/C/mkhtml: Don't generate index.
2968         * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
2970 2001-06-06  Pavel Roskin  <proski@gnu.org>
2972         * lib/Makefile.am: Make compatible with Automake 1.4 - remove
2973         conditional variables from EXTRA_DIST.
2975 2001-06-05  Pavel Roskin  <proski@gnu.org>
2977         * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
2978         conversion support.
2979         From Walery Studennikov <hqsoftware@mail.ru>.
2981         * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
2983 2001-06-01  Pavel Roskin  <proski@gnu.org>
2985         * lib/mc.charsets: Synchronize with the latest patch - remove
2986         a comment.
2988 2001-05-30  Pavel Roskin  <proski@gnu.org>
2990         * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
2991         work with GNOME.
2993         * lib/mc.charsets: New file. From Walery Studennikov.
2994         * lib/Makefile.am: Distribute mc.charsets. Install it if
2995         the charset support is enabled.
2997         * configure.in: Add check for iconv() and the necessary code
2998         to support the charset selection patch.
3000         * configure.in: Add check for ESCDELAY variable in ncurses.
3002 2001-05-29  Pavel Roskin  <proski@gnu.org>
3004         * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
3005         USE_EXT2FSLIB.
3007         * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
3008         * pc/config.h: Likewise.
3010         * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
3011         and "strings". Recognize "write" files and MS Word templates.
3012         For MS Excel documents try "xls2csv" and "strings".
3013         Escape spaces in the "type" directives.
3014         From Nerijus Baliunas.
3016         * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
3018         * Make.common.in: Remove hpath, it's unused.
3020         * acconfig.h: Move constant parts ...
3021         * extraconf.h: ... here.
3022         [HAVE_X]: Disable subshell, s-lang and curses.
3023         * Makefile.am: Add extraconf.h.
3025 2001-05-28  Pavel Roskin  <proski@gnu.org>
3027         * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
3028         and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
3029         * configure.in: ... here.
3031 2001-05-27  Pavel Roskin  <proski@gnu.org>
3033         * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
3034         * acconfig.h: Likewise.
3035         * src/layout.c: Likewise.
3037         * Make.common.in: Remove all percent rules.
3038         * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
3039         * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
3040         PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
3041         AM_INIT_AUTOMAKE.
3043         * Make.common.in: Remove obsolete dependency tracking system.
3044         * configure.in: Likewise.
3045         * edit/Makefile.in: Likewise.
3046         * gnome/Makefile.in: Likewise.
3047         * gtkedit/Makefile.in: Likewise.
3048         * slang/Makefile.in: Likewise.
3049         * src/Makefile.in: Likewise.
3050         * vfs/Make-mc.in: Likewise.
3051         * src/depend.awk: Remove.
3053 2001-05-26  Pavel Roskin  <proski@gnu.org>
3055         * gtkedit/syntax.c (syntax_text): Add support for Octave files.
3056         * syntax/octave.syntax: New file. From Walery Studennikov.
3057         * syntax/Makefile.am: Add octave.syntax.
3059         * configure.in: Fix incorrect test for stdin support in grep -
3060         it would always fail when configuring in an empty directory.
3061         Portability fixes - unset, backslashed space in here-documents.
3062         Eliminate all instances of "changequote".
3064         * configure.in: Define SCO_FLAVOR based on $host_os, not on the
3065         user choice.
3066         * acconfig.h: Changes for the above.
3067         * INSTALL: Don't document --with-sco - it's now defunct.
3068         * INSTALL.FAST: Likewise.
3070 2001-05-25  Pavel Roskin  <proski@gnu.org>
3072         * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
3073         are in the beginning of the "file" output.
3075 2001-05-23  Pavel Roskin  <proski@gnu.org>
3077         * lib/mc.ext.in: Add associations for viewing RPM files.
3079 2001-05-22  Pavel Roskin  <proski@gnu.org>
3081         * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
3082         By default exit after the first error in jade.
3084         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
3085         JADEFLAGS environment variables. Report progress. Clean up on
3086         failure.
3088 2001-05-21  Pavel Roskin  <proski@gnu.org>
3090         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
3091         files.
3093         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
3094         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
3096 2001-05-20  Pavel Roskin  <proski@gnu.org>
3098         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
3099         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
3100         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
3101         * doc-gnome/C/figs/Makefile.am: Add support for converting from
3102         PNG to EPS.
3104         * Makefile.am (EXTRA_DIST): Remove create_vcs.
3105         * doc/FILES: Likewise. Typo fix.
3107 2001-05-19  Pavel Roskin  <proski@gnu.org>
3109         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
3110         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
3111         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
3113         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
3114         index entry "Moving files".
3116 2001-05-18  Pavel Roskin  <proski@gnu.org>
3118         * configure.in: Use src/main.c in AC_INIT.
3120         * create_vcs: Remove.
3122         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
3123         Add download location for glib.
3124         * mc.spec.in: Likewise.
3125         * doc/LSM: Likewise.
3126         * doc/mc.1.in: Likewise.
3127         * doc/mcedit.1.in: Likewise.
3128         * src/ext.c: Don't mention download location for MC.
3130         * FAQ: Update status of Tk, XView. and GNOME editions. Update
3131         homepage of gpm.
3133         * INSTALL: Remove information about Tk and XView. Change the
3134         mailing list addresses again.
3135         * FAQ: Change the mailing list addresses again.
3136         * MAINTAINERS: Likewise.
3137         * README: Likewise.
3138         * doc/mc.1.in: Likewise.
3139         * gnome/gmc-window.c: Likewise.
3140         * lib/README.xterm: Likewise.
3141         * lib/mc.ext.in: Likewise.
3142         * lib/mc.hint*: Likewise.
3143         * lib/mc.hlp.hu: Likewise.
3144         * po/*.po: Likewise.
3145         * src/main.c: Likewise.
3147 2001-04-20  Pavel Roskin  <proski@gnu.org>
3149         * FAQ: Change the mailing list addresses and the download
3150         locations.
3151         * INSTALL: Likewise.
3152         * MAINTAINERS: Likewise.
3153         * README: Likewise.
3154         * doc/mc.1.in: Likewise.
3155         * gnome/gmc-window.c: Likewise.
3156         * lib/README.xterm: Likewise.
3157         * lib/mc.ext.in: Likewise.
3158         * lib/mc.hint*: Likewise.
3159         * lib/mc.hlp.hu: Likewise.
3160         * po/*.po: Likewise.
3161         * src/main.c: Likewise.
3163 2001-04-19  Pavel Roskin  <proski@gnu.org>
3165         * configure.in: Don't install mcserv unless
3166         "--enable-mcserv-install" has been specified.
3167         Don't quote the first argument in all calls to AM_CONDITIONAL
3168         to work around a bug in Automake 1.4.
3169         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
3170         * vfs/Make-mc.in: Likewise.
3172 2001-04-13  Pavel Roskin  <proski@gnu.org>
3174         * configure.in: Bump version to 4.5.53a.
3176 2001-04-06  Pavel Roskin  <proski@gnu.org>
3178         * gtkedit/editcmd.c: Remove support for XView layout attributes.
3179         * gtkedit/editoptions.c: Likewise.
3180         * pc/chmod.c: Likewise.
3181         * pc/drive.c: Likewise.
3182         * src/boxes.c: Likewise.
3183         * src/chmod.c: Likewise.
3184         * src/dlg.c: Likewise.
3185         * src/dlg.h: Likewise.
3186         * src/filegui.c: Likewise.
3187         * src/find.c: Likewise.
3188         * src/hotlist.c: Likewise.
3189         * src/layout.c: Likewise.
3190         * src/listmode.c: Likewise.
3191         * src/main.c: Likewise.
3192         * src/option.c: Likewise.
3193         * src/panelize.c: Likewise.
3194         * src/wtools.c: Likewise.
3195         * src/wtools.h: Likewise.
3196         * vfs/smbfs.c: Likewise.
3198         * autogen.sh: Check out "intl" and "macros" directories if they
3199         are missing. Simply "cvs up -d" won't restore them.
3201         * configure.in: Bump version to 4.5.52a.
3203 2001-03-14  Pavel Roskin  <proski@gnu.org>
3205         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
3206         Automake conditional USE_SAMBA_FS if Samba is to be supported
3207         in VFS.
3209 2001-03-07  Pavel Roskin  <proski@gnu.org>
3211         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
3212         defined.
3213         Reported by Norbert Warmuth.
3215         * configure.in: Don't process vfs/extfs/uzip - it's now
3216         constant.
3218         * syntax/changelog.syntax: Require space after asterisk to have
3219         it highlighted.
3221 2001-03-02  Pavel Roskin  <proski@gnu.org>
3223         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
3224         * configure.in: Use AC_PROG_CC_STDC instead.
3226         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
3227         Suggested by Christian Gennerat.
3229         * lib/mc.ext.in: Add support for "freeze" - old compression
3230         program used mostly on QNX.
3231         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
3232         * lib/Makefile.am: Adjusted.
3234 2001-02-26  Pavel Roskin  <proski@gnu.org>
3236         * lib/mc-gnome.ext.in: Remove, it's not used.
3237         * configure.in: Remove lib/mc-gnome.ext.
3238         * lib/Makefile.am: Likewise.
3240 2001-02-20  Pavel Roskin  <proski@gnu.org>
3242         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
3243         defined to prevent warnings on OpenBSD 2.7.
3244         * slang/jdmacros.h: Likewise.
3245         * src/mad.h: Likewise.
3246         * src/poptalloca.h: Likewise.
3248         * configure.in: Check for sys/time.h and sys/timeb.h. Use
3249         AC_HEADER_TIME.
3251 2001-02-07  Pavel Roskin  <proski@gnu.org>
3253         * autogen.sh: Create vfs/samba/include/stamp-h.in.
3254         * vfs/samba/include/stamp-h.in: Remove.
3256         * macros/curses.m4: Quote first argument to AC_DEFUN.
3257         * macros/gnome-cxx-check.m4: Likewise.
3258         * macros/gnome-gettext.m4: Likewise.
3259         * macros/gnome-libgtop-check.m4: Likewise.
3260         * macros/gnome-print-check.m4: Likewise.
3261         * macros/linger.m4: Likewise.
3262         * macros/need-declaration.m4: Likewise.
3264         * configure.in: Only configure in vfs/samba if smbfs support is
3265         enabled even with Autoconf 2.13.
3267 2001-01-30  Pavel Roskin  <proski@gnu.org>
3269         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
3270         --without-samba due to a typo.
3272         * configure.in: Only configure in vfs/samba if smbfs support is
3273         enabled. This optimization will only work with Autoconf-2.49c
3274         and above.
3276 2001-01-13  Pavel Roskin  <proski@gnu.org>
3278         * configure.in: Don't create a faked malloc.h.
3279         * gtkedit/edit.h: Don't assume that malloc.h always exists.
3280         * src/mad.h: Likewise.
3282         * configure.in: Simplified handling of cons.saver.
3283         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
3284         * mc.spec.in: Remove a workaround for the above.
3286         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
3287         for MC. Don't rely on the output of uname - use $host_os.
3289 2001-01-11  Pavel Roskin  <proski@gnu.org>
3291         * configure.in: Check for ext2 libraries only if VFS is enabled.
3293         * src/Makefile.in: Create directories before installing files.
3294         Removed all occurrences of libprefix - it's never defined.
3296         * configure.in: All macros from configure.in moved to
3297         acinclude.m4. Added missing quotes in several places.
3298         * acinclude.m4: Likewise.
3300         * edit/Makefile.in: Don't install or uninstall mcedit -
3301         it cannot be installed before mc on systems without symlinks.
3302         * gtkedit/Makefile.in: Likewise.
3303         * src/Makefile.in: Install mcedit (if enabled) and mcview.
3304         Uninstall them.
3306         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
3307         from acinclude.m4 in gtk+:
3308         Don't define ENABLE_NLS unless we have a working NLS.
3309         (This should keep libintl.h from being included when it doesn't
3310         exist).
3312 2001-01-09  Pavel Roskin  <proski@gnu.org>
3314         * doc-gnome/C/figs/Makefile.am: New file.
3315         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
3316         makefile do it.
3317         * configure: Substitute doc-gnome/C/figs/Makefile.
3319         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
3321 2001-01-08  Szabolcs Ban  <shooby@gnome.hu>
3323         * lib/mc.hlp.hu: Added Hungarian help file from
3324           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
3325           maci@integrity.hu, mfh47@freemail.hu
3326         * lib/Makefile.am: Added LOCALIZED_HELP for further
3327           mc.hlp l10ns
3328         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
3329           gtkedit/editcmd.c: I18n of mc.hlp
3331 2000-12-29  Szabolcs Ban  <shooby@gnome.hu>
3333         * doc/mc.1.in: Corrected badly formatted link...
3335 2000-11-10  Robert Brady  <robert@suse.co.uk>
3337         * configure.in: Add Tamil to ALL_LINGUAS.
3339 2000-10-23  Pavel Roskin  <proski@gnu.org>
3341         * mc.spec.in: Allow mcserv.8 to be gzipped.
3343         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
3344         that cannot deal with "./gmc.sgml".
3346 2000-10-09  Pavel Roskin  <proski@gnu.org>
3348         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
3349         that CVS Automake will drop dependencies to the macros that
3350         we don't distribute.
3352         * lib/mc.ext.in: Removed references to icons. Source RPMs
3353         grouped to one regex. Removed "Update" for source RPMs, added
3354         "Rebuild" instead. Added "Check signature" for all RPMs.
3355         Added a comment about pop-up menus in the text edition.
3357 2000-10-06  Pavel Roskin  <proski@gnu.org>
3359         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
3360         flags moved out of CFLAGS as recommended by GNU coding
3361         standards.
3362         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
3363         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
3364         XCPPFLAGS.
3365         * INSTALL (Random notes on porting to other architectures):
3366         Completely rewritten. Recommended using CFLAGS instead of XINC.
3368 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3370         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
3372 2000-10-04  Christophe Merlet  <christophe@merlet.net>
3374         * gnome/*.desktop: Updated French strings.
3376 2000-10-03  Pavel Roskin  <proski@gnu.org>
3378         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
3379         to allow <legalnotice>. Unclosed tags fixed.
3381 2000-09-30  Pavel Roskin  <proski@gnu.org>
3383         * mc.spec.in: New package mc-common. Use DESTDIR instead of
3384         misusing prefix. Don't install old icons - they don't exist.
3386         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
3387         "export -f" to have mc() exported.
3388         * doc/mc.1.in: Changed description of the "-P" option to
3389         avoid inclusion of mc.sh and mc.csh into the manual.
3390         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
3392 2000-09-24  Pavel Roskin  <proski@gnu.org>
3394         * doc/mc.1.in: Minor formatting fixes.
3396         * lib/mc.sh.in: Remove temporary file non-interactively.
3397         * doc/mc.1.in: updated example for mc.sh.
3399 2000-09-23  Pavel Roskin  <proski@gnu.org>
3401         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
3402         updates it when needed.
3403         * mc.spec.in: Include translations with mc, not gmc. Run
3404         chkconfig --del in %preun, not %postun. --without-debug not
3405         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
3406         be executable. New files in %{prefix}/lib/mc/ - translated hints,
3407         editor files.
3409         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
3410         directory for document processing. Comment changes. gmc.ps and
3411         gmc.pdf now generated from gmc.dvi.
3413         * configure: Always include Make.common as file, otherwise
3414         "make distclean" breaks.
3415         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
3416         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
3417         replaced with "rm -f" - the standard says that "rm" is portable.
3418         Ditto $(MV). Adjusted *clean targets to match those in
3419         Automake. Removed "cross" target.
3421 2000-09-22  Pavel Roskin  <proski@gnu.org>
3423         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
3424         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
3425         * doc/Makefile.in: Converted to ...
3426         * doc/Makefile.am: ... this.
3428 2000-09-21  Pavel Roskin  <proski@gnu.org>
3430         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
3431         is not expanded in all shells.
3432         * doc/mc.sgml: Updated the example script to reflect the above
3433         changes.
3434         * doc/mc.in.1: Likewise.
3436 2000-09-19  Pavel Roskin  <proski@gnu.org>
3438         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
3439         Marco Ciampa
3441 2000-09-18  Pavel Roskin  <proski@gnu.org>
3443         * Make.common.in: Added installcheck to placate "make distcheck"
3444         * configure.in, Make.common.in, doc/Makefile.in,
3445         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
3446         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
3447         variable MKINSTALLDIRS and builddir with Automake-compatible
3448         mkinstalldirs and top_builddir.
3449         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
3450         files. Added uninstall-local target.
3452 2000-09-17  Pavel Roskin  <proski@gnu.org>
3454         * configure.in: fixed wrong use of AC_MSG_RESULT inside
3455         AC_CACHE_VAL
3457         * Make.common.in: Added the "dvi" target for "make distcheck"
3458         to go further
3459         * doc-gnome/C/Makefile.in: converted to ...
3460         * doc-gnome/C/Makefile.am: ... this
3462 2000-09-15  Pavel Roskin  <proski@gnu.org>
3464         * acconfig.h, configure.in: Require autoconf 2.13 or above.
3465         Removed workarounds for older versions. Removed MCDEBUG
3466         variable - it's not used. --with-debug renamed to --with-mad and
3467         cleaned up. Always use -Wall with gcc, other manipulations with
3468         CFLAGS removed.
3470         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
3471         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
3472         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
3473         mc.pot becomes out of date in the tarball.
3475 2000-09-14  Pavel Roskin  <proski@gnu.org>
3477         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
3478         tests for cp, mv and rm.
3479         * Make.common.in: Removed variables xv_bindir and STRIP.
3480         Variables CP, MV and RMF are assigned trivial values.
3482         * edit/Makefile.in: Don't link headers, add extra includes
3483         to CPPFLAGS instead. Put links to the build directory.
3484         Remove the hack with "mx" - it is not needed anymore.
3486         * configure.in: remove any manipulations with top_srcdir.
3487         Don't change CPPGLAGS when the internal editor is enabled,
3488         instead do it ...
3489         * edit/Makefile.in, gtkedit/Makefile.in: ... here
3491         * configure.in, Make.common.in, doc/Makefile.in,
3492         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
3493         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
3494         changed to top_srcdir for Automake compatibility
3496         * configure.in: REGEX_O variable removed - always use our regex
3498         * configure.in: MCFGR variable removed
3500 2000-09-12  Pavel Roskin  <proski@gnu.org>
3502         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
3503         other GNOME modules
3504         * autogen.sh: remove "-I ." from the "aclocal" command line
3506 2000-09-01  Pavel Roskin  <proski@gnu.org>
3508         * configure.in: output vfs/extfs/Makefile
3510         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
3511         to avoid a warning
3512         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
3513         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
3515 2000-08-29  Pavel Roskin  <proski@gnu.org>
3517         * configure.in: use AM_GNOME_GETTEXT
3518         * gettext.m4: removed
3519         * Makefile.am: adjusted files to distribute, previous change
3520         reverted
3522         * mc-aclocal.m4: renamed to ...
3523         * acinclude.m4: ... this
3524         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
3525         * Makefile.am: aclocal should scan "." for gettext.m4
3527 2000-08-28  Pavel Roskin  <proski@gnu.org>
3529         * Make.common.in: removed hack for "make distcopy"
3530         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
3531         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
3532         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
3533         for external builds.
3534         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
3536 2000-08-24  Pavel Roskin  <proski@gnu.org>
3538         * new_icons/Makefile.in: converted to ...
3539         * new_icons/Makefile.am: ... this
3540         * configure.in: automake conditional GNOME introduced.
3541         "insticons" removed
3543         * icons/*: removed
3544         * Makefile.am, configure.in: necessary adjustments
3546         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
3547         automake installs them now
3549         * syntax/Makefile.in: converted to ...
3550         * syntax/Makefile.am: ... this
3552         * idl/Makefile.in: converted to ...
3553         * idl/Makefile.am: ... this
3555         * lib/Makefile.am: simplified, fixed "make dist"
3557         * lib/Makefile.in: converted to ...
3558         * lib/Makefile.am: ... this
3560         * lib/tkmc.wmconfig: removed
3561         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
3563         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
3564         to ...
3565         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
3566         * Make.common.in: support for "distdir" for compatibility
3567         with Automake-generated makefiles
3568         * autogen.sh: run automake. Force cache - it is off by default
3569         in autoconf 2.49a, but it's still handy for maintainers
3570         * configure.in: adapted for Automake
3572         * AUTHORS: new file
3574 2000-08-23  Pavel Roskin  <proski@gnu.org>
3576         * configure.in: resurrect definition of xvers
3578         * VERSION.in: removed
3579         * Makefile.in: don't do anything with VERSION.in and VERSION
3580         Take mc.spec from builddir, not srcdir
3581         * configure.in: don't create VERSION
3583 2000-08-22  Pavel Roskin  <proski@gnu.org>
3585         * *.c, *.h: Updated address of Free Software Foundation
3587 2000-08-21  Pavel Roskin  <proski@gnu.org>
3589         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
3590         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
3591         related to XView, libXPM, libXext and Tk
3593 2000-08-18  Pavel Roskin  <proski@gnu.org>
3595         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
3596         files
3598         * configure.in: Simplified dependency tracking by using
3599         "-include" with GNU Make
3600         * autogen.sh: Exit on all failures
3602 2000-08-17  Pavel Roskin  <proski@gnu.org>
3604         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
3605         Fixed all misuses of single and double quotes. Typo fixes.
3606         Ensured compatibility with sgml2html, sgml2txt and sgml2latex
3607         * doc/mc.1.in: Typo fix
3609         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
3610         * doc/linuxdoc-sgml.diff: removed
3611         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
3612         distribute gnome.sgml
3614 2000-08-15  Pavel Roskin  <proski@gnu.org>
3616         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
3617         in the "distclean" target
3619         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
3620         Removed all XVIEW-related stuff
3621         Fixed placement of png files on "make dist"
3623         * doc/mc.1.in: Updated info about the internal editor
3625         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
3626         indicate serious problems. Fixes for uninstall.
3627         * doc/Makefile.in: Rebuild if it is out of date.
3629         * lib/cedit.menu: Added. This file has been missing
3631         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
3633 2000-08-08  Pavel Roskin  <proski@gnu.org>
3635         * Makefile.in: correctly detect make failures in subdirs
3637 2000-08-01  Pavel Roskin  <proski@gnu.org>
3639         * nt, os2, tk, xv: removed all files
3640         * configure.in: don't create os2 and nt directories
3642 2000-08-01  Pavel Roskin  <proski@gnu.org>
3644         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
3646         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
3648 2000-07-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
3650         * src/main.c: make 8bit input/output the default (99% of the people
3651         expects that; lets the remaining 1% use the configuration menu
3652         to disactivate it if they want)
3654 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
3656         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
3658 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
3660         * configure.in: check for gnome-libs with window icon support
3662         * acconfig.h: add icon define
3664 2000-06-08  Matthias Warkus  <mawa@iname.com>
3666         * new_icons/gnome-pack-*.png: Updated.
3667         * gnome/mc.keys: Added a MIME type for SLP packages.
3669 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
3671         * syntax/diff.syntax: Highlight lines beginning with "File",
3672         "Files" and "Binary"
3673         * syntax/makefile.syntax: Highlight "ifndef"
3674         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
3675         highlighted)
3677 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3679         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
3680         comment lines with # in last release
3682 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3684         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
3686 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3688         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
3689         look more consistent than original.
3691 2000-04-14  Timur Bakeyev  <mc@bat.ru>
3693         * config.in: Added check against strcoll().
3695 2000-04-14  Timur Bakeyev  <mc@bat.ru>
3697         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
3698         added 'and', 'or', 'not', 'for' keywords.
3700 2000-04-06  Timur Bakeyev  <mc@bat.ru>
3702         * syntax.c: Very dirty fix to allow compilation of mcedit on ncurses
3703         based systems. Hope, this will make FreeBSD midc maintainer to enable
3704         build-in editor by default. Still, syntax highlighting is disabled.
3705         Need to port...
3707 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3709         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
3710           fixed, some messages gettext()ed again here and in
3711         gtkedit/editmenu.c:edit_about_cmd()
3713 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3715         * doc/mc.sgml (Examples): Fixed documentation, thanx
3716         to martin@internet-treff.uni-koeln.de.
3718 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
3720         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
3721         the label text
3723 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
3725         * gtkedit/syntax.c: treat *.ads as Ada source
3726         * syntax/ada95.syntax: escape "+" and "*"
3727         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
3728         * syntax/Makefile.in: remove diffc.syntax
3730         * edit/edit_key_translator.c: interpret code 0177 as
3731         backspace unless recognized otherwise
3733 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
3735         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
3736         initialization of array of structure (gcc version 2.96 20000131
3737         chokes on it).
3739         * lib/mc.hint: C-y and not C-u can be used to insert text in input
3740         lines (e. g. text which has been deleted with M-d).
3742         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
3744 2000-01-31  Yuan-Chung Cheng  <platin@linux.org.tw>
3746         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
3748 2000-01-29  Matthias Warkus  <mawa@iname.com>
3750         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
3751         design on Federico's request.
3753 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
3755         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
3756         an ArrangeType enum.
3758 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
3760         * gdesktop.c, gdnd.c, gaction.c, gicon.c,
3761         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
3762         setup.c: Add option of using GNOME "magic" routines to determine file
3763         types. This makes MC intelligently look at the data in the file to see
3764         what type of file it is, rather than looking at the filename extension.
3765         This slows down MC quite a bit, so it has been made an optional
3766         preference item. Type detection is expected to improve as mime-magic
3767         matures.
3769 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
3771         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
3772         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
3773         providing a patch.
3775 2000-01-11  Matthias Warkus  <mawa@iname.com>
3777         * Added icon and keys entry for Scheme source.
3779 2000-01-03  Fatih Demir  <kabalak@gmx.net>
3781         * configure.in: Added tr -> ALL_LINGUAS .
3783 1999-12-28  Matthias Warkus  <mawa@iname.com>
3785         * new_icons/*.png: Added a bunch of new icons.
3787 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
3789         * configure.in (VERSION): Bumped version number to 4.5.42.
3791 1999-11-25  Yuri Syrota  <rasta@renome.rovno.ua>
3793         * configure.in: added 'uk' to ALL_LINGUAS.
3795 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
3797         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
3798         request from David Sauer
3800 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
3802         * configure.in (VERSION): Bumped version number to 4.5.41.
3804 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
3806         * configure.in (VERSION): Set version number to 4.5.39.
3808 1999-09-23  Jorge Godoy  <godoy@conectiva.com.br>
3810         * configure.in: Added pt_BR to ALL_LINGUAS
3812 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
3814         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
3815         path to the mc binary according to @prefix@.
3817         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
3818         configure. Install mc.sh and mc.csh in $(suppbindir).
3820         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
3821         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
3822         copies of the included function definitions.
3824         * mcfn_install.in: Comment out definitions of the mc functions. Source
3825         mc.sh instead of adding an outdated mc function definition.
3827         * configure.in: output mc.sh and mc.csh
3829 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
3831         * lib/startup.links: Changed the news link to Gnotices
3833 1999-09-19  David Martin  <dmartina@usa.net>
3835         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
3836         8 bit chars from strftime get displayed when inserting date.
3838         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
3839         Mandrake 6.0. The generic entry for bzip2 moved to the end of the
3840         file to avoid interferences. In this one I changed the extension check
3841         to a type check (as used for gzip) which might give problems in some
3842         systems.
3844         * configure.in: Use -Tlatin1 to format man pages when available and
3845         "view" 8 bit chars.
3847 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
3849         * gtkedit/edit.h: Include file reordering to make it compile with
3850         --with-debug
3852         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
3853         dependent on length of translated strings to display.
3855 1999-09-16  Owen Taylor  <otaylor@redhat.com>
3857         * Remove the magicdev autoconf test in favor of just
3858         including the idl file. Otherwise we have a dependency
3859         loop between this and magicdev.
3861 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
3863         * idl/FileManager.idl: Changed names, and put everything under a
3864         FileManager module.  Added a Desktop interface and some methods to
3865         the WindowFactory interface.
3867 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
3869         * doc-gnome/*: Shiny new docs from users-guide.
3870         All synced up.
3872 1999-09-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
3874         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
3876 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
3878         * README: Updated and spell-checked.
3880         * NEWS: Updated.
3882 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
3884         * configure.in (ALL_LINGUAS): Added sv.
3886 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
3888         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
3889         symlink attacks (mcfn_install and the man page still needs to be
3890         updated).
3892 1999-08-20  Norbert Warmuth  <nwarmuth@privat.circular.de>
3894         * configure.in (AC_WITH_SLANG): rm -f destination before making
3895         a symbolic link (ln -sf doesn't work as expected on Solaris)
3897 1999-08-19  Elliot Lee  <sopwith@redhat.com>
3899         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
3901 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
3903         * doc-gnome/C/gmc.sgml: Index fixes.
3905 1999-08-18  Elliot Lee  <sopwith@redhat.com>
3907         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
3908         initializers in the GnomeUIInfo structure.
3910 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
3912         * configure.in (VERSION): Bumped version number to 4.5.38.
3914 1999-08-15  Norbert Warmuth  <nwarmuth@privat.circular.de>
3916         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
3918 1999-08-15  David Martin  <dmartina@usa.net>
3920         * gtkedit/edit.c: Print localized date with strftime()
3922         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavor.
3924 1999-08-08  David Martin  <dmartina@usa.net>
3926         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
3927         translation.
3929         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
3930         translation as it used to be.
3932 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3934         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
3935         that the correct index.html will be generated.
3937 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3939         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
3940         to the list.
3942 1999-07-21  Paul Sheer  <psheer@obsidian.co.za>
3944         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
3945         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
3946         This adds some new syntax rules, and spell check on the fly
3947         which if someone bugs me for, will actually get enabled in
3948         both the text and gnome versions. Bookmark stuff also needs
3949         some keys bound to it, I suppose: any takers?
3951 1999-07-19  Elliot Lee  <sopwith@redhat.com>
3953         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes
3954         infinitely recursing make.
3956 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
3958         * Makefile.in (all): Makefile fix.
3960 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3962         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3963         should fix the problem we had with FSSTND distributions.
3965 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3967         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
3968         list of distributed files.
3970 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
3972         * configure.in (VERSION): Bumped version number to 4.5.34.
3974 1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>
3976         * Add fi into ALL_LINGUAS
3978 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
3980         * gnome/i-zipdisk2.png: Added another zip-disk icon
3981         by <scarab@egyptian.net> - It looks very nice. Variation
3982         is good.
3984 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3986         * acconfig.h: Add WITH_SMBFS
3988         * macros/gnome-vfs.m4: Support conditional samba support.
3990 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3992         * Make.common.in (confdir): Define confdir as sysconfdir.  This
3993         should fix the problem we had with FSSTND distributions.
3995 1999-02-22  Vladimir Kondratiev  <vkondra@iil.intel.com>
3997         * mc.spec.in: added syntax files to %files
3999 1999-06-22  David Martin  <dmartina@usa.net>
4001         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
4003 1999-06-07  Shooby Ban  <bansz@szif.hu>
4005         * po/hu.po, configure.in: added Hungarian translations...
4006           I'm not sure it's OK, but it seems usable.
4007           Translators: Tamas Fejos and Andras Kadar
4009 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
4011         * configure.in, Makefile.in: added the gmc helpfile to the build
4013 1999-05-23  Yukihiro Nakai  <nacai@iname.com>
4015         * Add ja entry to LANG in configure.in
4017 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
4019         * gnome/Makefile.in (ICONS): OK, perhaps we also want the zip-icon to
4020         be installed in the system :) (added it to the Makefile.in)
4022 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
4024         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
4025         disks - someone please add it to the mount.c code so it gets used..
4026         Everyone have a nice time at the expo! :) I hope to join the
4027         next time.
4029 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4031         * configure.in: Added check for getpt ()
4033 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4035         * configure.in (VERSION): Bumped version number to 4.5.31.
4037 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4039         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
4040         need to fool it by strdup'ing the return value of tempnam.
4042 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4044         * configure.in: New option --with-tm-x-support, use MCCFLAGS and
4045         MCLIBS which are specific to the text edition.
4047         * INSTALL: Added documentation for --with-tm-x-support
4049 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean  <gregm@comstar.net>
4051         * mc.spec.in : Folded in some changes from the 'official' rpm
4052         spec file.
4054 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4056         * configure.in (SHELL): Do not use grep -q, as it is not portable
4057         to every OS.
4059 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4061         * configure.in: Linking from $srcdir/slang is broken when configure
4062         isn't called with an absolute path. Link from ../$srcdir/slang if
4063         configure was invoked with a relative path.
4065 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
4067         * configure.in: Do not rm the destination file and then link, use
4068         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
4070 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4072         * configure.in: Some AC_ARG_WITH macros haven't checked $withval, i.e.
4073         --with-PACKAGE and --without-PACKAGE gave the same results.
4075 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4077         * configure.in (VERSION): Bumped version number to 4.5.30.
4079 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4081         * configure.in (VERSION): Bumped version number to 4.5.29.
4083 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4085         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
4086         now contains all checks.
4088 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4090         * configure.in (VERSION): bumped version number to 4.5.28.
4092 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
4094         * */Makefile.*: fixed several missed conversions from libdir to
4095         mclibdir. (Should be automake'd, really)
4097 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4099         * Make.common.in: There were conflicting definitions of mclibdir
4100         (one for installation, one for source).  Now the source one is
4101         called mcsrclibdir.
4103         * doc/Makefile.in: Use mcsrclibdir where appropriate.
4105 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
4107         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
4108         Pascal Program" (Heh, second time :)
4110         * Makefile.common: Until things gets clear, keep syntax rules in
4111         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
4113         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
4114         @libdir@.
4116 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
4118         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
4119         as requested by Paul. Still, need some checking...
4121 Sun Mar 21 03:55:24 1999 Paul Sheer  <psheer@obsidian.co.za>
4123         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
4124         to date with cooledit 3.9.0. This adds some new features.
4125         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
4126         syntax.c. This is because the rule set is becoming too
4127         large to maintain in its current form and because file
4128         loading is starting to get slow.
4130         There is also a bookmark feature which does not yet have
4131         key bindings assigned to it, but should be cool once
4132         these get inserted. Syntax rules files are named
4133             $LIBDIR/cooledit/syntax/*.syntax
4135 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
4137         * configure.in: Create slang directory, it is needed when
4138         builddir != srcdir.
4139         Use -f when calling rm, the file does not exist on
4140         first compile.
4141         No need to copy VERSION from $srcdir, it's already generated in
4142         $builddir.
4144 Fri Mar 19 06:32:36 1999  David Martin  <dmartina@usa.net>
4146         * edit/edit_key_translator.c: Added missing translation tags.
4148 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4150         * configure.in: Minimum version of glib should be 1.2.0.
4151         (VERSION): Bumped version number to 4.5.27.
4153 Wed Mar 10 21:52:55 1999  David Martin  <dmartina@usa.net>
4155         * gtkedit/editcmd.c: Added missing translation tags.
4157         * gtkedit/editoptions.c: Added missing translation tags. Translate
4158         radio buttons on first use.
4160 Sat Feb 27 21:00:45 1999 Gregory McLean  <gregm@comstar.net>
4162         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
4163         to get the mc spec file to work.
4164         * hacked configure to generate a properly versioned spec file.
4166 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4168         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
4169         radio buttons on first pass.
4171 Fri Feb 26 21:45:30 1999  David Martin  <dmartina@usa.net>
4173         * gtkedit/editcmd.c: Mark strings in the search and replace
4174         dialogs for translation. Resized these dialogs to let the messages
4175         fit.
4177 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4179         * gtkedit/editwidget.c (selection_send): Use the proper type for
4180         64-bit cleanliness (Patch from George Lebl).
4182 Tue Feb 16 21:24:43 1999  David Martin  <dmartina@usa.net>
4184         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
4185         into the catalog file.
4187 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4189         * configure.in: Make Timur's libtermcap check work with SLang
4190         0.99.98, too.
4192 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4194         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
4195         PS and EPS files.  Thanks, Tigert!
4197 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4199         * configure.in (CCOPTS): Drop the prefix auto-detection.
4201 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
4203         * configure.in: Add check, which, in case of system-installed SLang
4204         library tries to run a test program, which determines, does we need
4205         linking with libtermcap.a. Also, set of if's for finding terminfo
4206         dir changed to for cycle - a bit nicer :)
4208 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4210         * README.QNX: Deleted documentation about mc.menu.qnx.diff.
4212 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4214         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
4216 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4218         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
4219         from tar calls when extracting (according to my man page this option
4220         is only useful when creating archives).
4222 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4224         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which
4225         adds support for tar.bz2 and merges the support for freeze-compressed
4226         tar files (tar.F) from mc.menu.qnx.diff.
4228 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
4230         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
4231         GNU-like :)
4233 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4235         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
4236         the catalog file.
4238 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
4240         * new_icons/gnome-core.png: New icon for core files. Someone
4241         please add the code part :)
4243 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
4245         * configure.in: Add check against setuid() and setreuid() functions.
4247 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
4249         * slang/slang.h: renamed to slang-mc.h
4251         * slang/Makefile.in: delete slang.h on "make clean"
4253         * configure.in: link slang/slang-mc.h to slang/slang.h when the
4254         included slang is used. Problem was that MC's slang.h was used
4255         when we compiled with an already installed SLang and the systems
4256         header file were included with <slang/slang.h>.
4257         Unfortunately I can't use AC_LINK_FILES to make the links because
4258         if we needn't make any links AC_LINK_FILES makes a link from
4259         srcdir to top_builddir (builddir != srcdir).
4261         Temporary add $LGPM to $LIBS when checking for the resizeterm
4262         and keyok functions (ncurses might be linked against GPM).
4264         Substitute PACKAGE (intl/Makefile makes use of it)
4266 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
4268         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swapped by
4269         #include "global.h".
4271 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
4273         * Make.common.in (gnewdir): new path.
4275 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
4277         * configure.in: Add comments before "Let" and "the" - typo. Add new
4278         path to include's search.
4280 1999-01-10  Ilya Zakharevich  <ilya@math.ohio-state.edu>
4282         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
4284 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4286         * configure.in (REGEX_O): Always include regex.o as the code we
4287         are using in gmc is not using regcomp/regexec, but the internal
4288         Emacs API.
4290         * src/regex.c: Do not compile the POSIX compatibility code, as we
4291         do not use it.
4293 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4295         * doc/mc.sgml, mc1.in (Color section): minor polishing
4296         (Layout section): documented Highlight...
4298 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4300         * configure.in: Deleted du checks
4302         * INSTALL: Deleted --with-dusum documentation.
4304         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
4305         Configuration dialog. Added Advanced chown subsection. Deleted
4306         variables from the Special settings section which are now covered
4307         by the configuration dialog.
4309 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4311         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
4312         tar_gz_memlimit. Partially rewrote the section about the
4313         Virtual FS.. configuration dialog.
4315 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
4317         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
4319 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
4321         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
4323         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
4324         builddir
4326 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
4328         * new_icons/gnome-image-[lots].png: I added some icons for file
4329         types (image) there - someone please tell me what the correct
4330         location and naming convention is and I will try to follow that. :)
4332 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
4334         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
4335         the build will still work.  (Has this been replaced by new_icons?)
4337 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
4339         * doc/mc.1.in, mc.sgml: added my name to list of authors
4341 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4343         * Makefile.in (codedirs): Dropped xv and tk ports from the
4344         distribution. include idl directory.
4346 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
4348         * configure.in (slang_use_system_installed_lib): Define slang
4349         here, to avoid having this on LIBS.
4351 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
4353         * gtkedit.c: changed occurrence of 'va_list *ap' to 'va_list ap'
4355 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
4357         * config.h.in: Removed from CVS, added to .cvsignore
4359         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
4360         configure.in:
4361         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
4362         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
4363         HAS_CURSES added to acconfig.h
4365 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
4367         * autogen.sh: Add "-I macros" to the aclocal flags.
4369         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
4370         so that aclocal will not complain about an obsolete macro.
4372         * configure.in: Use MC_HPUX_PROG_CC_STDC
4374         * ChangeLog: There was no ChangeLog here, so I added one.