1 2003-01-22 Pavel Roskin <proski@gnu.org>
3 * configure.in: Bump version to 4.6.0-pre3a.
5 * configure.in: Version 4.6.0-pre3 released.
7 * acinclude.m4 (_MC_WITH_XSLANG): Drop support for old S-Lang
8 versions that required the native curses library on some OSes.
10 2003-01-19 Adam Byrtek <alpha@debian.org>
12 * doc/mcview.1.in: New file.
13 * configure.in: Treat it like doc/mcedit.1.in.
14 * doc/Makefile.am: Likewise.
16 2003-01-17 Adam Byrtek <alpha@debian.org>
18 * doc/mc.1.in (Layout): Document 'Xterm window title' option.
20 2003-01-16 David Martin <dmartina@excite.com>
22 * doc/mc.1.in: Add EXTernal virtual File System node (extfs).
24 2003-01-16 David Martin <dmartina@excite.com>
26 * doc/mc.1.in: Set man page header and footer.
27 * doc/es/mc.1.in: Likewise.
28 * doc/hu/mc.1.in: Likewise.
29 * doc/it/mc.1.in: Likewise.
30 * doc/pl/mc.1.in: Likewise.
31 * doc/ru/mc.1.in: Likewise.
33 2003-01-12 David Martin <dmartina@excite.com>
35 * po/es.po: Update. Rewrite localized names for some menu entries.
36 * doc/es/mc.1.in: Likewise.
37 * lib/mc.hint.es: Likewise.
39 2002-12-27 David Martin <dmartina@excite.com>
41 * doc/pl/xnc.hlp: Update GPL (change FSF address and move 19xx
44 2002-12-26 Pavel Roskin <proski@gnu.org>
46 * configure.in: Release 4.6.0-pre2, bump version to 4.6.0-pre2a.
48 * configure.in: Fix non-portable operator. Bump version to
51 2002-12-24 Pavel Roskin <proski@gnu.org>
53 * lib/mc.ext.in: Use --nosignature with rpm to avoid a message
54 in the viewer about unsigned packages.
56 * acinclude.m4 (MC_WITH_SLANG): Don't add -lslang to MCLIBS if
57 the system S-Lang is rejected.
59 * lib/mc.ext.in: Play *.mov by mplayer.
61 2002-12-23 Pavel Roskin <proski@gnu.org>
63 * configure.in: Enable X11 support by default, use --without-x
66 2002-12-19 Pavel Roskin <proski@gnu.org>
68 * syntax/perl.syntax: Add separate context for function
69 declarations and definitions, highlight prototypes.
71 2002-12-11 Pavel Roskin <proski@gnu.org>
73 * acinclude.m4 (MC_EXTFS_CHECKS): Add check for Perl.
74 * configure.in: Substitute Perl location in all extfs scripts
77 2002-12-11 David Martin <dmartina@excite.com>
79 * doc/xnc.hlp: Update GPL (change FSF address
80 and move 19xx entries to "year").
81 * doc/es/xnc.hlp: Likewise.
82 * doc/hu/xnc.hlp: Likewise.
83 * doc/it/xnc.hlp: Likewise.
84 * doc/ru/xnc.hlp: Likewise.
86 2002-12-09 Pavel Roskin <proski@gnu.org>
88 * lib/mc.ext.in: Remove ftplist. Add patchfs.
90 2002-11-29 Andrew V. Samoilov <sav@bcs.zp.ua>
92 * autogen.sh: Use $srcdir/configure.mc instead of
93 $srcdir/configure if first one exists and is executable.
95 2002-11-28 Pavel Roskin <proski@gnu.org>
97 * configure.in: Determine which help translations user wants to
98 install, based on USE_NLS, LINGUAS and ALL_LINGUAS.
99 * doc/Makefile.am: Set SUBDIR to the list of the requested
102 * acinclude.m4 (MC_EXTFS_CHECKS): New macro.
103 (MC_WITH_VFS): Call MC_EXTFS_CHECKS.
104 * configure.in: Generate vfs/extfs/uzip.
105 * vfs/extfs/uzip: Move to vfs/extfs/uzip.in.
106 * vfs/extfs/Makefile.am: Corresponding adjustments.
108 2002-11-26 Pavel Roskin <proski@gnu.org>
110 * syntax/sql.syntax: Add highlighting for dot and backticks.
112 2002-11-16 Pavel Roskin <proski@gnu.org>
114 * configure.in: Move check for pwdauth() to MC_MCSERVER_CHECKS.
115 * acinclude.m4 (MC_MCSERVER_CHECKS): If using crypt(), check for
116 shadow password support.
118 * acinclude.m4 (MC_MCSERVER_CHECKS): Don't limit PAM check to
119 Linux. Use AC_SEARCH_LIBS to find crypt(). Consolidate mcserv
120 libraries into MCSERVLIBS.
122 * configure.in: Move all mcserv related checks ...
123 * acinclude.m4 (MC_MCSERVER_CHECKS): ... here.
125 2002-11-15 Pavel Roskin <proski@gnu.org>
127 * configure.in: Fully enable glib2. Update the documentation.
129 2002-11-14 Andrew V. Samoilov <sav@bcs.zp.ua>
131 * lib/mc.menu: Don't use --repetitive-best option with bzip2 -
132 it is redundant in versions 0.9.5 and above.
134 2002-11-10 Pavel Roskin <proski@gnu.org>
136 * configure.in: Check for uintptr_t. Needed to compile regex.c
137 on MacOS X. Reported by Wim Rijnders <wimrijnders@home.nl>
139 2002-11-07 Andrew V. Samoilov <sav@bcs.zp.ua>
141 * syntax/ada95.syntax: Highlight "then" and "else".
142 From Victor Porton <porton@ex-code.com>.
145 2002-11-06 Pavel Roskin <proski@gnu.org>
147 * lib/edit.indent.rc: Remove all options for indent and add a
148 comment explaining where those options should be.
150 2002-11-05 Pavel Roskin <proski@gnu.org>
152 * lib/mc-wrapper.csh.in: Remove /bin/csh at the beginning - this
153 script is not meant to be executed by the kernel. This also
154 eliminates dependency of the RPM package on csh.
155 * lib/mc-wrapper.sh.in: Remove /bin/sh at the beginning.
157 2002-11-01 Pavel Roskin <proski@gnu.org>
159 * configure.in: Don't substitute mc.sh and mc.csh - it's now
161 * lib/Makefile.am: ... here. Add wrappers for mc to avoid
162 defining complex shell scripts in functions and aliases.
163 * lib/mc-wrapper.csh.in: New file - template for the script
164 that runs mc and changes directory in csh.
165 * lib/mc-wrapper.sh.in: New file - template for the script
166 that runs mc and changes directory in sh.
168 2002-11-01 Andrew V. Samoilov <sav@bcs.zp.ua>
170 * doc/mc.1.in (Keys): Document S-<chr>.
171 * doc/ru/mc.1.in: Likewise.
173 2002-10-31 Pavel Roskin <proski@gnu.org>
175 * syntax/diff.syntax: Revert highlighting for trailing spaces
176 on the added lines - it extends the context to the next line.
178 * lib/mc.csh.in: Add quoting and check for missing file.
180 * lib/mc.csh.in: Update to use the new -P option. This script
181 has absolutely no protection against special symbols in
182 directory names and lacks TMPDIR support.
184 * lib/mc.sh.in: Update to use the new -P option.
186 * configure.in: Displaying the install paths is too problematic
187 to implement properly. Remove this code.
189 2002-10-29 Pavel Roskin <proski@gnu.org>
191 * lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.
192 * configure.in: Likewise. Add "-c" (disable ANSI color) to
193 MAN_FLAGS if supported.
195 * acinclude.m4 (MC_WITH_SLANG): Reject S-Lang with UTF-8
196 support, unless external S-Lang was explicitly requested.
198 2002-10-24 Pavel Roskin <proski@gnu.org>
200 * lib/mc.ext.in: Don't use links to view html - the "-dump"
201 option has been removed in the recent versions.
202 From David Martin <dmartina@excite.com>
204 2002-10-21 Pavel Roskin <proski@gnu.org>
206 * acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
207 to the final configuration message.
209 2002-10-17 Pavel Roskin <proski@gnu.org>
211 * doc/hu/Makefile.am: Generate Hungarian help file from the
212 manual, just like other languages.
213 * doc/hu/mc.1.in: New file, converted from the help file.
214 * doc/hu/xnc.hlp: Likewise.
215 * configure.in: Adjust for the above.
217 * doc/mc.1.in: Add node names. Remove redundant paragraph
218 breaks at the start and the end of the sections. Mention
219 "stalelink" as color keyword.
221 2002-10-14 Pavel Roskin <proski@gnu.org>
223 * lib/mc.ext.in: Don't use "-dump" option with "links".
224 From David Martin <dmartina@excite.com>
226 2002-10-13 Pavel Roskin <proski@gnu.org>
228 * lib/mc.hint*: Remove all references to "-1" - hints file is no
229 substitute to unambiguous GUI.
230 From Christian Laubscher <christian.laubscher@tiscalinet.ch>
232 2002-10-12 Pavel Roskin <proski@gnu.org>
234 * lib/mc.ext.in: Redirect stderr from "links" to suppress a
235 warning if it's not found.
237 2002-10-09 Andrew V. Samoilov <sav@bcs.zp.ua>
239 * doc/mc.1.in (SMB File System): Username is allowed in
240 URLs now (/#smb:[user@]machine).
241 * doc/ru/mc.1.in: Likewise.
243 2002-10-08 Pavel Roskin <proski@gnu.org>
245 * configure.in: Rename RH_VERSION to RPM_VERSION - not every
246 rpm-based system is Red Hat. Replace all dashes, not just one.
248 * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
249 termcap if terminfo is missing in the known locations.
250 * configure.in: Remove --with-termcap processing, it is now in
253 2002-10-02 Pavel Roskin <proski@gnu.org>
255 * syntax/syntax.syntax: Fix highlighting for "gray".
257 2002-10-01 Pavel Roskin <proski@gnu.org>
259 * configure.in: Expand $bindir and $datadir to show at the end.
260 Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
262 2002-09-29 Pavel Roskin <proski@gnu.org>
264 * configure.in: Remove the argument from --with-gpm-mouse. The
265 directories for include files and libraries can be specified
266 using LDFLAGS and CPPFLAGS, as documented in the output of
269 * configure.in: Complete rewrite of the screen library support.
270 Add new option --with-screen instead on --with-slang,
271 --with-included-slang and --with-ncurses. Only allow
272 --with-termcap is using the included S-Lang library.
273 * aclocal.m4: Corresponding changes.
275 * syntax/mail.syntax: Replace "wholechars right" and "wholechars
276 left" with single "wholechars".
277 * syntax/nroff.syntax: Likewise.
278 * syntax/sh.syntax: Likewise.
279 * syntax/tcl.syntax: Likewise.
281 * syntax/*.syntax: Remove numeric Cooledit colors. It's
282 unreasonable to require them to be correct. On the other hand,
283 Cooledit can easily be changed to accept named color names.
285 * syntax/syntax.syntax: Don't require Cooledit colors for
286 highlighting color names. Remove Cooledit colors.
288 * syntax/m4.syntax: Don't use yellow color on parentheses, since
289 it interferes with parentheses highlighting. Remove list of
290 supported Autoconf macros.
292 2002-09-26 Pavel Roskin <proski@gnu.org>
294 * syntax/syntax.syntax: Remove highlighting for numbers - it's
297 * syntax/c.syntax: Require at least one space at the beginning
298 of indented cpp directives. Use brightmagenta for them.
300 * syntax/syntax.syntax: Don't start keywords with "\[" - it
301 doesn't work. Use "\[\]" at the end of keywords to suppress
302 their special meaning.
304 2002-09-22 Pavel Roskin <proski@gnu.org>
306 * doc/Makefile.am: Remove width from the man2hlp command line.
307 The same for translations.
309 * configure.in: Remove support for HSC proxy - it's obsolete.
310 Remove all references to HSC proxy everywhere.
312 2002-09-21 Pavel Roskin <proski@gnu.org>
314 * configure.in: Bump version to 4.6.0-pre1b.
316 * doc/hu/mc.hlp.hu: Rename to ...
317 * doc/hu/mc.hlp.hu.in: ... this. Adjust paths.
318 * configure.in: Substitute doc/hu/mc.hlp.hu.
319 * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
321 * doc/mc.1.in: Update path to the data files. Rename MC_LIBDIR
322 to MC_DATADIR. Make the same changes in the translations.
324 * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
325 directory for architecture-independent files.
327 2002-09-19 Pavel Roskin <proski@gnu.org>
329 * syntax/m4.syntax: New file.
330 * syntax/Syntax: Add m4.syntax.
331 * syntax/Makefile.am: Likewise.
332 From Vlad Romanenko <VladRomanenko@ukr.net>
334 * syntax/sql.syntax: Only recognize non-standard MySQL comments
335 at the beginning of line.
337 2002-09-19 Andrew V. Samoilov <sav@bcs.zp.ua>
339 * syntax/syntax.syntax: Add "linestart" for "context",
340 "context default" and "context exclusive" keywords.
341 * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
344 2002-09-18 Pavel Roskin <proski@gnu.org>
346 * syntax/Syntax: Remove gobledy_gook at the beginning. Move
347 rules for syntax files ...
348 * syntax/syntax.syntax: ... here. Add "linestart" for "file"
349 and "include" keywords.
350 * syntax/Makefile.am: Add syntax.syntax.
352 2002-09-17 Vlad Romanenko <VladRomanenko@ukr.net>
354 * syntax/js.syntax: Advanced number highlighting.
356 2002-09-17 Pavel Roskin <proski@gnu.org>
358 * syntax/c.syntax: Highlight "?" by the same color as ":".
359 * syntax/java.syntax: Likewise.
360 * syntax/swig.syntax: Likewise.
361 * syntax/python.syntax: Remove duplicate keyword ":".
363 * Makefile.am: Add m4 to SUBDIRS. Set ACLOCAL_AMFLAGS so that
364 m4 directory is used by aclocal.
365 * m4/Makefile.am: New file.
366 * configure.in: Substitute m4/Makefile.
367 * autogen.sh: Don't copy any macro files, use m4 directory.
369 * syntax/Makefile.am: Add js.syntax.
371 * configure.in: Add support for glib 2.x. Right now, it has to
372 be explicitly enabled by `--with-glib2'.
373 From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
375 2002-09-16 Pavel Roskin <proski@gnu.org>
377 * syntax/js.syntax: New file.
378 * syntax/Syntax: Add js.syntax.
379 From Vlad Romanenko <VladRomanenko@ukr.net>
381 2002-09-16 Andrew V. Samoilov <sav@bcs.zp.ua>
383 * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
385 * doc/pl/xnc.hlp: Removed.
387 2002-09-13 Pavel Roskin <proski@gnu.org>
389 * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
390 Remove "potfiles" command.
391 * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
392 compatibility with gettext 0.10.x.
394 * autogen.sh: Use autopoint for gettext 0.11.5 and above. Don't
395 allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
397 * po/Makevars: New file for compatibility with gettext 0.11.x.
399 * configure.in: Remove "Debugger code" message.
401 * acinclude.m4: Replace undelfs_o with use_undelfs.
402 * configure.in: Likewise. Don't substitute it.
404 * configure.in: Simplify processing of without-edit. Replace
405 several variables with use_edit.
406 * acinclude.m4: Remove AC_WITH_EDIT.
408 * acinclude.m4: Replace smbfs and SAMBAFILES variables with
410 * configure.in: Likewise.
411 * INSTALL: Document --with-samba.
413 * configure.in: Roll --enable-mcserv-install into ...
414 * acinclude.m4: ... --with-mcfs. Adjust makefiles.
415 * INSTALL: Document --with-mcfs.
417 2002-09-12 Pavel Roskin <proski@gnu.org>
419 * configure.in: Don't check if crypt() prototype is needed to
420 avoid warnings - the whole code is not worth avoiding one
422 * acinclude.m4: Remove AC_TRY_WARNINGS.
424 * configure.in: ALL_LINGUAS should be defined unconditionally.
426 * acinclude.m4: Clarify some help texts, add defaults in square
427 brackets, use more consistent spacing.
428 * configure.in: Likewise.
430 * lib/mc.menu: Don't call tarballs "releases". Don't
431 dereference symlinks.
433 2002-09-10 Pavel Roskin <proski@gnu.org>
435 Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
437 2002-09-07 Pavel Roskin <proski@gnu.org>
439 * configure.in: Eliminate --with-terminfo option, which was
440 essentially equivalent to --with-included-slang and didn't force
442 * acinclude.m4 (AC_USE_TERMINFO): Remove.
443 * INSTALL: Adjust to match.
446 2002-09-05 Pavel Roskin <proski@gnu.org>
448 * configure.in: Fix USE_VFS_NET conditional. Don't substitute
449 NETFILES - it's unused.
451 * configure.in: Check for arpa/inet.h.
453 * mcfn_install: Remove. Also remove all references to it.
454 * INSTALL.FAST: Update information about ncurses.
455 From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
457 * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
459 * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead. Add
460 "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
461 test for ncurses in non-standard directories.
463 2002-09-04 Pavel Roskin <proski@gnu.org>
465 * lib/mc.ext.in: Remove edit rules for compressed files that
466 were compressing even unchanged files - the editor itself can
467 handle compression better.
469 2002-09-03 Pavel Roskin <proski@gnu.org>
471 * acinclude.m4: Remove Termnet support, it's too old and obscure
472 to be supported properly.
474 2002-08-27 Pavel Roskin <proski@gnu.org>
476 * lib/mc.ext.in: Add new OpenOffice.org formats. Always use
477 OpenOffice.org, not StarOffice. Add more video formats.
479 * lib/mc.ext.in: Use gzip instead of gunzip and compress. Avoid
480 unnecessary pipeline. Redirect stderr from cpio, because it can
481 be non-empty even for successful operations.
483 2002-08-26 Pavel Roskin <proski@gnu.org>
485 * syntax/spec.syntax: New file.
486 * syntax/Syntax: Add spec.syntax.
487 * syntax/Makefile.am: Likewise.
488 From PLD Linux Distribution with minor changes.
490 2002-08-25 Pavel Roskin <proski@gnu.org>
492 * lib/mcserv.init: Update from Red Hat package.
493 * lib/mcserv.pamd: Likewise.
495 * configure.in: Fix interpretation of the iconv test result.
496 Reported by Pavel Shirshov <pavelsh@mail.ru>
498 * mc.sh.in: Only bash needs the mc() function to be exported.
500 * doc/pl/mc.1.in: Add node names and options. Use @prefix@
501 instead of /usr where appropriate.
502 * doc/Makefile.am: Enable generation of the help file.
504 * doc/pl/*: Add Polish translation.
505 * doc/Makefile.am: Adjust for the above.
506 * configure.in: Likewise.
508 2002-08-24 Pavel Roskin <proski@gnu.org>
510 * lib/edit.indent.rc: Use tidy to format HTML.
511 From David Martin <dmartina@excite.com>
513 * lib/cedit.menu: Remove all references to the error file.
514 * lib/edit.indent.rc: Likewise.
515 * lib/edit.spell.rc: Likewise.
517 2002-08-23 Pavel Roskin <proski@gnu.org>
519 * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
520 use only for the programs that need it (mc and mcserv).
522 * configure.in: Fix help text for gpm and ncurses. Properly
523 handle --without-ncurses.
524 Reported by Moritz Barsnick <moritz@barsnick.net>
526 * configure.in: Work around a bug in Autoconf-2.53 that prevents
527 splitting of user-specified path in AC_PATH_PROGS.
529 * configure.in: Move glib test earlier, as it tends to fail for
530 many users. Make GLIB_CONFIG a precious variable. Check for
531 glib12-config - that's how it's called on FreeBSD.
532 Reported by Pavel Shirshov <pavelsh@mail.ru>
534 2002-08-22 Pavel Roskin <proski@gnu.org>
536 * configure.in: Remove old-style Linux-only support for shadow
539 2002-08-21 Pavel Roskin <proski@gnu.org>
541 * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
542 now, otherwise Automake 1.5 breaks. Remove version number from
543 AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
544 Substitute RH_VERSION, which is VERSION without dashes, needed
547 * configure.in: Bump version to 4.6.0-pre1a. Don't use
548 arguments in AM_INIT_AUTOMAKE to avoid defining the version in
551 Release mc-4.6.0-pre1.
553 * configure.in: Bump version to 4.6.0-pre1.
554 * po/*.po: Regenerate.
556 2002-08-20 David Martin <dmartina@excite.com>
558 * doc/es/mc.1.in: Minor changes.
559 * doc/es/xnc.hlp: Likewise.
561 2002-08-20 Andrew V. Samoilov <sav@bcs.zp.ua>
563 * mc.spec.in: Add /usr/lib/mc/mc.charsets and
566 2002-08-20 Pavel Roskin <proski@gnu.org>
568 * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
570 2002-08-19 Pavel Roskin <proski@gnu.org>
572 * configure.in: Add Italian documentation.
573 * doc/Makefile.am: Likewise.
575 * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
577 * configure.in: Enable subshell support on all operating systems
578 by default. Old issues are most likely solved by now.
580 2002-08-18 Pavel Roskin <proski@gnu.org>
582 * lib/mc.ext.in: Try links before lynx. Force full path when
583 invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
584 is already broken if the program starts in background. Add a
585 comment discouraging taking this code as example.
587 * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
589 * doc/es/mc.1.in: Likewise.
590 * doc/ru/mc.1.in: Likewise.
591 * doc/hu/mc.hlp.hu: Likewise.
593 * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
594 was unsafe by design and is no longer supported. Use %t instead
595 of %u to preserve tags in case of failure.
597 * vfs/extfs/ftplist.in: Remove support for running commands, it
600 2002-08-16 Pavel Roskin <proski@gnu.org>
602 * lib/mc.global: Remove, it duplicates the role of mc.lib.
603 * lib/mc.lib: Add contents of mc.global.
604 * lib/Makefile.am: Remove all references to mc.global.
606 * syntax/sh.syntax: Fix highlighting of "<<-EOF".
607 Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
609 2002-08-16 Andrew V. Samoilov <sav@bcs.zp.ua>
611 * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
612 set, umask and unset like other builtin commands.
614 2002-08-15 Pavel Roskin <proski@gnu.org>
616 * configure.in: Remove check for SIGTSTP, it's not needed for
617 the subshell support.
619 * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
621 * configure.in: Don't use AC_SHORT_D_NAME_LEN.
623 2002-08-14 Andrew V. Samoilov <sav@bcs.zp.ua>
625 * doc/ru/mc.1.in: Remove reference to README.edit.
626 * doc/mc.1.in: Likewise.
627 * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
630 2002-08-14 Pavel Roskin <proski@gnu.org>
632 * doc/mc.1.in: Consistently use "native" ftp syntax.
633 * doc/ru/mc.1.in: Likewise.
634 * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
635 * doc/es/xnc.hlp: Likewise.
637 * lib/mc.hlp.hu: Move ...
638 * doc/hu/mc.hlp.hu: ... here. Make all necessary adjustments.
640 2002-08-09 Pavel Roskin <proski@gnu.org>
642 * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
643 and entries that are obsolete or make no sense.
645 * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
648 * doc/Makefile.am: Don't distribute help file. Generate it in
650 * doc/es/Makefile.am: Likewise.
651 * doc/ru/Makefile.am: Likewise.
653 * lib/xnc.hlp: Move ...
654 * doc/xnc.hlp: ... here.
655 * doc/Makefile.am: Necessary adjustments.
656 * lib/Makefile.am: Likewise.
657 * src/Makefile.am: Likewise.
659 * configure.in: Add Spanish documentation.
660 * doc/Makefile.am: Likewise.
661 * doc/es: Spanish documentation.
662 From David Martin <dmartina@excite.com>
664 2002-08-08 Pavel Roskin <proski@gnu.org>
666 * lib/mc.lib: Add f11-f20 keys for Konsole.
668 2002-08-06 Pavel Roskin <proski@gnu.org>
670 * syntax/lisp.syntax: New file.
671 * syntax/Syntax: Add lisp.syntax.
672 * syntax/Makefile.am: Likewise.
673 From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
676 2002-08-04 Pavel Roskin <proski@gnu.org>
678 * configure.in: Check for SIGTSTP and SIGCONT signals. Disable
679 subshell if this test fails.
681 2002-08-03 Pavel Roskin <proski@gnu.org>
683 * syntax/mail.syntax: Colors changed to be more readable.
685 * syntax/html.syntax: Don't require character entities to be
686 whole, but check their validity.
688 2002-08-02 Pavel Roskin <proski@gnu.org>
690 * configure.in: No longer need to define REGEX_MALLOC.
692 2002-08-01 Pavel Roskin <proski@gnu.org>
694 * configure.in: Remove support for MAD and Electric Fence.
695 Developers should use modern memory debuggers (e.g. Valgrind).
696 * INSTALL: Remove references to MAD.
698 2002-07-31 Pavel Roskin <proski@gnu.org>
700 * syntax/html.syntax: Remove recognition for any individual
701 words - there are too many of them, we cannot keep up.
703 2002-07-30 Pavel Roskin <proski@gnu.org>
705 * doc/ru/Makefile.am: Use man2hlp directly.
707 2002-07-28 Pavel Roskin <proski@gnu.org>
709 * syntax/changelog.syntax: Highlight "*" only after tab. This
710 requires fixed syntax highlighting.
712 * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
713 default. Open *.xls with gnumeric. Use mplayer for most video
716 * syntax/nroff.syntax: Require most keywords to be whole.
718 2002-07-21 Pavel Roskin <proski@gnu.org>
720 * syntax/fortran.syntax: Fix highlighting of "*" at the
721 beginning of line. Recognize " +" as continuation. Move
722 all "linestart" keywords earlier to avoid more conflicts.
724 2002-07-18 Pavel Roskin <proski@gnu.org>
726 * syntax/unknown.syntax: Don't highlight anything by default.
728 * syntax/changelog.syntax: Highlight functions without
730 * syntax/Syntax: Match *ChangeLog*.
732 * syntax/c.syntax: Reenable highlighting for "/" and preserve
733 highlighting for "//" comments by using exclusive context.
734 * syntax/java.syntax: Likewise.
735 * syntax/swig.syntax: Likewise.
736 * syntax/slang.syntax: Reenable highlighting for "/".
737 * syntax/sql.syntax: Enable highlighting for "/" and "-".
739 * syntax/sql.syntax: New file.
740 * syntax/Syntax: Add sql.syntax.
741 * syntax/Makefile.am: Likewise.
742 From Walery Studennikov <despair@sama.ru> with minor changes.
744 2002-07-16 Pavel Roskin <proski@gnu.org>
746 * lib/mc.ext.in: Remove handling of executables. They should
747 be handled internally for "pause after run" to work.
749 * syntax/Syntax: Associate *.itcl with tcl.syntax.
750 * syntax/tcl.syntax: Add itcl keywords, other improvements.
752 2002-07-15 Pavel Roskin <proski@gnu.org>
754 * configure.in: Don't check for strcasecmp(), strncasecmp() and
755 strdup() - test results are not used except in gettext, which
756 provides its own tests.
758 * configure.in: When checking for ncurses, check for
759 has_colors(), not curses_version() - the later is missing in
760 older version of ncurses.
762 2002-07-13 Pavel Roskin <proski@gnu.org>
764 * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
766 * configure.in: Fix breakage in ncurses headers check from the
767 previous commit. Simplify other instances of AC_CHECK_HEADERS.
768 Define REGEX_MALLOC here.
770 * acinclude.m4 (AC_NCURSES): Remove.
771 * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
772 AC_CHECK_LIB to check existence of ncurses library. Eliminate
773 variables force_ncurses and search_ncurses.
775 2002-07-10 Pavel Roskin <proski@gnu.org>
777 * configure.in: Remove --with-netrc, it is now default and can
778 be disabled at the runtime.
780 * syntax/tcl.syntax: New file.
781 * syntax/Syntax: Add tcl.syntax.
782 * syntax/Makefile.am: Likewise.
783 * syntax/java.syntax: Don't treat #define separately from other
784 preprocessor directives.
785 * syntax/slang.syntax: Likewise.
786 * syntax/swig.syntax: Likewise.
788 2002-07-09 Pavel Roskin <proski@gnu.org>
790 * syntax/c.syntax: Don't treat #define separately from other
791 preprocessor directives.
793 2002-07-08 Pavel Roskin <proski@gnu.org>
795 * syntax/perl.syntax: Highlight text after __END__ as a comment.
796 * syntax/po.syntax: Avoid gray color, which is hard to see.
798 2002-07-05 Pavel Roskin <proski@gnu.org>
800 * syntax/dos.syntax: Add more commands.
802 2002-07-04 Pavel Roskin <proski@gnu.org>
804 * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
807 2002-06-24 Pavel Roskin <proski@gnu.org>
809 * syntax/dos.syntax: New file - highlighting for DOS batch
810 files. From Petr Kozelka <pkozelka@centrum.cz>
811 * syntax/Syntax: Add dos.syntax.
812 * syntax/Makefile.am: Likewise.
814 2002-06-04 Max Schedriviy <max@humgat.org>
816 * syntax/php.syntax: New version.
818 2002-05-23 Andrew V. Samoilov <kai@cmail.ru>
820 * NEWS: Mention ftpfs/fish uploading changes and new configure
821 options --with-codepagedir=DIR, --with-configdir=DIR and
824 2002-05-22 Pavel Roskin <proski@gnu.org>
826 * doc/ru/Makefile.am: Fix out-of-tree build.
828 2002-05-14 Pavel Roskin <proski@gnu.org>
830 * configure.in: Fix logic for gettext 0.10.x.
832 2002-05-14 Andrew V. Samoilov <kai@cmail.ru>
834 * configure.in: Don't generate po/Makefile if
835 there is 'top_builddir' in po/Makefile.in.
836 * autogen.sh: More fixes for gettext 0.11+.
838 2002-05-08 Andrew V. Samoilov <kai@cmail.ru>
840 * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
842 2002-04-21 Pavel Roskin <proski@gnu.org>
844 * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
847 2002-04-09 Andrew V. Samoilov <kai@cmail.ru>
849 * autogen.sh: Fix for gettext 0.11 family (and newer).
851 2002-04-08 Pavel Roskin <proski@gnu.org>
853 * autogen.sh: Allow gettext newer than 0.10.39.
854 From Björn Eriksson <bjorn@bjornen.nu>
856 2002-04-03 Pavel Roskin <proski@gnu.org>
858 * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
859 by "make clean" because not everyone has Perl to rebuild it.
861 2002-03-27 Andrew V. Samoilov <kai@cmail.ru>
863 * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
864 first line regular expression.
866 2002-03-26 Andrew V. Samoilov <kai@cmail.ru>
868 * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
869 or newer is not used.
870 * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
872 * src/Makefile.am: Move mc.hlp.ru processing ...
873 * doc/ru/Makefile.am: ... here.
875 2002-03-21 Andrew V. Samoilov <kai@cmail.ru>
877 * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
878 * syntax/c.syntax: Highlight "%p" printf format.
879 Allow '*' as width and precision for strings and numbers.
881 * doc/mc.1.in: Fix smbfs example. Minor format fixes.
882 * doc/ru/mc.1.in: Likewise.
884 2002-03-18 Pavel Roskin <proski@gnu.org>
886 * doc/ru/Makefile.am: Distribute xnc.hlp.
888 2002-03-12 Pavel Roskin <proski@gnu.org>
890 * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
892 2002-03-12 Andrew V. Samoilov <kai@cmail.ru>
894 * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
895 * doc/ru/Makefile.am: New file.
897 2002-03-08 Pavel Roskin <proski@gnu.org>
899 * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
901 2002-03-04 Andrew V. Samoilov <kai@cmail.ru>
903 * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
905 2002-03-01 Andrew V. Samoilov <kai@cmail.ru>
907 * doc/mc.1.in: Use nodename `Background jobs' for section
908 `Background Jobs' to reflect user visible Command menu option
909 and src/cmd.c dialog implementation.
911 * doc/ru: New directory for Russian manuals.
912 * doc/ru/mc.1.in: Translated mc.1 manual page. Originally
913 translated by Victor A. Kostromin for mc 4.5.30. Converted
914 from binary mc.hlp.ru, corrected and actualized by me.
915 * doc/ru/xnc.hlp: Translated lib/xnc.hlp. See above.
916 * doc/ru/.cvsignore: Ignore mc.1.
918 2002-02-27 Andrew V. Samoilov <kai@cmail.ru>
920 * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
921 (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
924 (Virtual File System): Document SMB File System.
926 2002-02-26 Pavel Roskin <proski@gnu.org>
928 * lib/mc.ext.in: Run "file" before "nm" to avoid an error
929 message "no symbol found" for unsupported architectures and
930 provide more useful information.
932 2002-02-22 Pavel Roskin <proski@gnu.org>
934 * README.smbfs: Remove. It contained no useful information
935 and the webpage is now dead.
936 * Makefile.am: Remove README.smbfs.
938 * README: Mention that glib 1.2.x is required.
940 2002-02-21 Andrew V. Samoilov <kai@cmail.ru>
942 * lib/edit.indent.rc: Use "#! /bin/sh"
943 * lib/edit.spell.rc: Likewise.
944 * lib/mcserv.init: Likewise.
946 * lib/cedit.menu: Eliminate bashisms.
947 Add missed `:' in AUTHOR evaluation.
948 Unset LANGUAGE and make LC_ALL empty.
949 Use "#! /path/to/program".
951 2002-02-20 Andrew V. Samoilov <kai@cmail.ru>
953 * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
954 ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
955 Fix tarfs URL syntax example. Minor typo and format fixes.
957 2002-02-14 Andrew V. Samoilov <kai@cmail.ru>
959 * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
960 Fix location of configuration files.
962 2002-02-05 Pavel Roskin <proski@gnu.org>
964 * configure.in: Don't use defunct ncurses_version.
965 Reported by Thomas Dickey <dickey@herndon4.his.com>
966 Set force_ncurses whenever --with-ncurses is used. If set,
967 suppress checks for S-Lang and fail is ncurses is not found.
969 * configure.in: Introduce a new variable screen_type that is
970 either "slang" or "ncurses" without additional text. Use it
971 instead of screen_manager whenever possible. Fix text in
972 AC_NCURSES call, use m4 quotes and move shell quotes into the
974 * acinclude.m4: Likewise.
976 2002-01-28 Petr Kozelka <pkozelka@email.cz>
978 * syntax/Syntax: Known Delphi/Kylix source file extensions
979 supported (*.dpr, *.inc).
980 * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
981 Special highlighting for CVS keywords. Understands single-line
984 2002-01-24 Alexander Shopov <al_shopov@web.bg>
986 * configure.in (ALL_LINGUAS): Added "bg"
988 2002-01-21 Pavel Roskin <proski@gnu.org>
990 * NEWS: Mention word completion in the editor.
992 2002-01-17 Pavel Roskin <proski@gnu.org>
994 * extraconf.h: Remove OS/2 specific code.
996 * doc/mc.1.in (Configuration): Clarify some entries.
998 2002-01-11 Andrew V. Samoilov <kai@cmail.ru>
1000 * acinclude.m4: New options for smbfs:
1001 --with-configdir=DIR Where the Samba configuration files are (/etc)
1002 --with-codepagedir=DIR Where the Samba codepage files are
1004 2002-01-11 Pavel Roskin <proski@gnu.org>
1006 * syntax/xml.syntax: New file - highlighting for XML.
1007 From Petr Kozelka <pkozelka@centrum.cz>
1008 * syntax/Syntax: Add xml.syntax.
1009 * syntax/Makefile.am: Likewise.
1011 2002-01-04 Pablo Saratxaga <pablo@mandrakesoft.com>
1013 * configure.in: Added "eu" to ALL_LINGUAS.
1015 2002-01-03 Pavel Roskin <proski@gnu.org>
1017 * lib/mc.menu: Correct quoting.
1018 Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
1020 * NEWS: Mention removal of the OS/2 port.
1021 * README.PC: Remove OS/2 specific parts.
1023 2002-01-02 Pavel Roskin <proski@gnu.org>
1025 * configure.in: Make help about --with-subshell easier to
1026 understand. Minor alignment fixes for the help.
1027 * acinclude.m4: Minor alignment fixes for the help.
1029 2001-12-31 Pavel Roskin <proski@gnu.org>
1031 * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
1032 from vfs/Make-mc.in.
1034 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
1036 * configure.in: Added portuguese to ALL_LINGUAS
1038 2001-12-21 Pavel Roskin <proski@gnu.org>
1040 * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
1041 Don't remove slang/slang.h - it's never created.
1043 * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
1044 slang-mc.h to slang.h. Remove fastdepslang variable, it's
1047 2001-12-01 Wang Jian <lark@linux.net.cn>
1049 * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
1051 2001-11-29 Pavel Roskin <proski@gnu.org>
1053 * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
1055 2001-11-27 Pavel Roskin <proski@gnu.org>
1057 * lib/mc.ext.in: When running X programs in background, do it
1058 from subshell. Otherwise some of them terminate when mc exits.
1059 Reported by Christian Dysthe <christian@dysthe.net>
1060 Remove some obsolete and gmc-specific entries. Use StarOffice
1061 to open files detected as "Microsoft Office Document".
1063 * lib/mc.lib: Support "Home" and "End" sequences in xterm from
1066 2001-11-16 Andrew V. Samoilov <kai@cmail.ru>
1068 * doc/mcedit.1.in: Fix help file location.
1070 2001-11-14 Pavel Roskin <proski@gnu.org>
1072 * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
1073 fallback to ino_t for e2fsprogs version 1.19 and older.
1075 2001-10-30 Pavel Roskin <proski@gnu.org>
1077 * lib/mc.ext.in: Add support for Netpbm files.
1079 2001-10-25 Andrew V. Samoilov <kai@cmail.ru>
1081 * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
1082 http://bugzilla.gnome.org/show_bug.cgi?id=60935
1085 * doc/mc.1.in: Document %p macro.
1087 2001-10-24 Pavel Roskin <proski@gnu.org>
1089 * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
1090 Allow using --without-mmap.
1091 * INSTALL: Document --without-mmap.
1093 2001-10-24 Andrew V. Samoilov <kai@cmail.ru>
1095 * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
1096 of languages to be installed by setting env variable before
1097 configure. If it is empty, it defaults to full list.
1098 By Alex Tkachenko <alex@bcs.zp.ua>.
1100 2001-10-19 Pavel Roskin <proski@gnu.org>
1102 * syntax/sh.syntax: Highlight reserved words inside backticks.
1103 Use the same wholechars settings for reserved words and
1104 commands. Recognize more words. Recognize function definitions
1105 without "function" or without "()". Use brightmagenta instead
1108 2001-10-18 Pavel Roskin <proski@gnu.org>
1110 * configure.in: When checking for "nroff -mandoc" support, don't
1111 use /dev/null as input file, use stdin. Some versions of nroff
1112 (e.g. groff-1.16.1) don't accept special files.
1114 2001-10-14 Pavel Roskin <proski@gnu.org>
1116 * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
1117 Makefile. Don't allow any suffixes after "Makefile".
1119 2001-10-12 Pavel Roskin <proski@gnu.org>
1121 * lib/mc.ext.in: Add support for *.xcf files (native GIMP
1124 2001-10-06 Andrew V. Samoilov <sav@bcs.zp.ua>
1126 * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
1127 Fix compress<->bzip2 conversion and conversion of tagged
1130 2001-10-05 Pavel Roskin <proski@gnu.org>
1132 * lib/mc.ext.in: Use ogginfo to view *.ogg files.
1133 Suggested by Marcel Pol <mpol@gmx.net>
1135 * lib/mc.ext.in: Use xmms to play *.mp3 under X. When viewing
1136 *.mp3, use "verbose" option to mpg123. Add support for *.ogg
1139 2001-09-30 Pavel Roskin <proski@gnu.org>
1141 * configure.in: Don't check whether grep supports stdin - it's
1143 * NEWS: Mention this change.
1145 2001-09-19 Pavel Roskin <proski@gnu.org>
1147 * doc/mcedit.1.in: Fix a very long line - use double
1148 backslashes since they are interpreted even in the .nf blocks.
1150 * lib/edit.spell.rc: Try aspell before resorting to ispell.
1152 * syntax/php.syntax: Replace with a better implementation by
1153 Max Schedriviy <max@tavrida.net>
1155 2001-09-15 Pavel Roskin <proski@gnu.org>
1157 * doc/mc.1.in: Fix location of mcedit files.
1158 * doc/mcedit.1.in: Likewise. Remove obsolete technical details.
1160 2001-09-14 Pavel Roskin <proski@gnu.org>
1162 * configure.in: Don't check for ncurses version and for keyok()
1163 because the mouse support code doesn't need this hack anymore.
1165 2001-09-13 Pavel Roskin <proski@gnu.org>
1167 * configure.in: Fix some cases of overquoting and underquoting.
1168 * acinclude.m4: Likewise.
1170 2001-09-12 Pavel Roskin <proski@gnu.org>
1172 * configure.in: Update list of browsers. Don't fallback to
1173 lynx since it cannot be run in background.
1174 * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
1175 If no browser for X11 was found, use lynx.
1177 * autogen.sh: Add a workaround to ensure that "depcomp" is
1179 * configure.in: Replace obsolete macros. Use AC_MSG_NOTICE
1181 * acinclude.m4: Likewise. Fix check whether S-Lang uses
1184 * configure.in: Use three-argument form of AC_INIT. Use
1185 AC_CONFIG_AUX_DIR. Remove some unused or implied macros.
1186 * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
1187 is not needed if AC_CONFIG_AUX_DIR is used.
1188 * vfs/Make-mc.in: Adjust mkinstalldirs location.
1189 * autogen.sh: Create "config" and remove "autom4te.cache".
1191 2001-09-11 Pavel Roskin <proski@gnu.org>
1193 * syntax/Syntax: New file, extracted from edit/syntax.c.
1194 * syntax/Makefile.am: Add Syntax.
1196 * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
1197 to LIBS. Don't use unportable "grep -q", use "case" instead.
1199 2001-09-10 Pavel Roskin <proski@gnu.org>
1201 * configure.in: Only check for X if --with-tm-x-support has been
1204 * configure.in: Add check for sys/ioctl.h.
1206 * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
1208 * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
1209 * configure.in: Likewise. Add MCLIBS to LIBS temporarily when
1210 testing for functions in ncurses.
1212 * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
1213 * configure.in: Likewise. Use AH_BOTTOM to include extraconf.h.
1214 * acconfig.h: Remove.
1216 * configure.in: Eliminate LIBSLANG and LSLANG.
1217 * acinclude.m4: Likewise. Use MCLIBS for -lslang.
1219 * configure.in: Use MCLIBS for -lgpm. Remove LGPM. Check for
1220 resizeterm() and keyok() only if configuring with ncurses.
1222 * configure.in: Remove now unused variables LIBVFS and LVFS.
1224 * configure.in: Remove unused variables LINTL and INTLDEPS.
1226 * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
1227 building with included gettext, because libintl.h is copied
1230 2001-09-09 Pavel Roskin <proski@gnu.org>
1234 * configure.in: Remove a hack for Unixware. AC_FUNC_GETMNTENT
1235 checks -lgen for getmntent as of Autoconf 2.52.
1237 2001-09-07 Pavel Roskin <proski@gnu.org>
1239 * configure.in: Check for pwd.h.
1241 * Make.common.in: Remove.
1242 * configure.in: Remove all references to Make.common.in and
1244 * aclocal.m4: Likewise.
1246 * configure.in: Require Autoconf 2.52. Remove hacks for
1248 * Makefile.am: Require Automake 1.5.
1250 2001-09-06 Pavel Roskin <proski@gnu.org>
1252 * syntax/php.syntax: New file - PHP file highlighting. Copied
1253 from Cooledit 3.17.4.
1254 * syntax/Makefile.am: Add php.syntax.
1256 2001-09-06 Timur Bakeyev <mc@bat.ru>
1258 * acconfig.h: Brought back couple of symbols, that are still necessary
1259 due reference to them from configure.in.
1261 2001-09-04 Pavel Roskin <proski@gnu.org>
1263 * syntax/changelog.syntax: Fix highlighting of functions. Relax
1264 strictness for dates.
1266 * doc/mc.1.in: Fix troff warnings.
1267 * doc/mcedit.1.in: Likewise.
1269 2001-09-03 Pavel Roskin <proski@gnu.org>
1271 * doc/mc.1.in: Spellcheck.
1272 * doc/mcedit.1.in: Likewise.
1273 * doc/mcserv.8.in: Likewise.
1275 * doc/mc.1.in (Learn Keys): Complete rewrite.
1277 2001-09-02 Pavel Roskin <proski@gnu.org>
1279 * acconfig.h: Remove all unused symbols.
1281 * lib/ncurses.h: Remove.
1282 * lib/Makefile.am: Remove ncurses.h.
1284 2001-09-02 Abel Cheung <maddog@linux.org.hk>
1286 * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
1288 2001-08-28 Pavel Roskin <proski@gnu.org>
1290 * syntax/sh.syntax: Require two '<' before EOF. Recognize END
1293 2001-08-26 Pavel Roskin <proski@gnu.org>
1295 * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
1296 CONS_SAVER. Put all conditionals together.
1298 * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
1301 * configure.in: Remove XCURSES variable - it's unused.
1303 * configure.in: New conditional USE_EDIT.
1305 * syntax/changelog.syntax: Don't require '@' to be in the
1306 address. This also works around a bug in the syntax engine
1307 that prevented highlighting of addresses.
1309 2001-08-25 Pavel Roskin <proski@gnu.org>
1311 * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
1313 2001-08-24 Pavel Roskin <proski@gnu.org>
1315 * extraconf.h: Remove all references to HAVE_X.
1316 * acinclude.m4: s/GNOME_/MC_/
1317 * configure.in: Likewise. Remove or clarify all references to
1318 the "text edition". Minor fixes.
1320 * configure.in: Remove support for curses libraries other than
1322 * acinclude.m4: Likewise.
1323 * FAQ: Remove everything about UNIX curses.
1324 * INSTALL: Likewise.
1326 * configure.in: Enable large file support by default.
1328 * INSTALL: Document it. Minor fixes.
1330 * FAQ: Remove information about GNOME edition. Minor fixes.
1332 * NEWS: Mention removing the GNOME edition.
1334 * acinclude.m4: Include all used macros from the macros
1336 * autogen.sh: Remove all references to "macros".
1337 * Makefile.am: Likewise.
1339 * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
1340 * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
1342 * lib/startup.links: Remove.
1343 * lib/README.desktop: Likewise.
1344 * lib/Makefile.am: Remove all references to DESKTOP_FILES.
1346 * configure.in: Bump version to 4.5.99a.
1348 * configure.in: Bump version to 4.5.55. Release mc-4.5.55.
1349 * po/*.po: Regenerate.
1351 * AUTHORS: Update and spell check.
1353 * INSTALL: Likewise.
1354 * INSTALL.FAST: Likewise.
1356 * README.PC: Likewise.
1357 * README.QNX: Likewise.
1359 * configure.in: Add check for stropts.h.
1361 2001-08-23 Pavel Roskin <proski@gnu.org>
1363 * lib/edit.indent.rc: Create cooledit.error right away to
1364 override its old contents. Don't use ksh extentions. Treat *.C
1365 files as C++. Recognize more C++ extensions. Support java.
1366 Update URL for "astyle". Quote all arguments to protect spaces.
1367 * lib/edit.spell.rc: Don't save terminal settings - mc does it
1368 itself. Quote all arguments to protect spaces.
1370 2001-08-21 Pavel Roskin <proski@gnu.org>
1372 * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
1373 files if GNOME frontend is disabled.
1374 * idl/Makefile.am: Likewise.
1375 * lib/Makefile.am: Likewise.
1376 * new_icons/Makefile.am: Likewise.
1378 * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
1379 case it already has gettext macros elsewhere and doesn't like
1380 duplicates (i.e. it's aclocal from Automake-1.4).
1382 2001-08-20 Pavel Roskin <proski@gnu.org>
1385 * INSTALL: Likewise.
1387 * doc/mc.1.in: Likewise.
1388 * doc/mcserv.8.in: Likewise.
1390 * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
1393 2001-08-19 Andras Timar <timar@gnome.hu>
1395 * lib/Makefile.am: Added Hungarian hints
1396 * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
1398 2001-08-19 Pavel Roskin <proski@gnu.org>
1400 * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
1402 2001-08-17 Pavel Roskin <proski@gnu.org>
1404 * syntax/po.syntax: New file - PO file highlighting.
1405 From David Martin <dmartina@excite.es>
1406 * syntax/Makefile.am: Add po.syntax.
1408 * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
1409 it's sometimes missing from the databases.
1411 2001-08-16 Abel Cheung <maddog@linux.org.hk>
1413 * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
1414 * lib/Makefile.am: Reflect above change.
1416 2001-08-15 Pavel Roskin <proski@gnu.org>
1418 * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
1420 2001-08-14 Pavel Roskin <proski@gnu.org>
1422 * lib/mc.lib: Add popular sequences for "home" and "end" in
1423 "xterm" and "xterm-color" terminals.
1425 2001-08-13 Pavel Roskin <proski@gnu.org>
1427 * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
1429 Replace "Can't" with "Cannot" everywhere.
1431 2001-08-12 Pavel Roskin <proski@gnu.org>
1433 * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
1434 subshell, not for "Open file...".
1435 (emacs_key_map): Likewise.
1437 * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1439 2001-08-10 Pavel Roskin <proski@gnu.org>
1441 * Makefile.am (EXTRA_DIST): Remove BUGS.
1442 * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
1444 * BUGS: Remove. Bugzilla.gnome.org doesn't have those bugs.
1446 * doc/LSM: Remove, it's outdated.
1447 * doc/FILES: Likewise.
1448 * doc/DEVEL: Remove information about FILES.
1450 * FAQ: Eliminate all broken URLs on the MC site.
1451 From Frederic L. W. Meunier <0@pervalidus.net>
1453 * FAQ: Restore information about xterm.
1455 2001-08-08 Pavel Roskin <proski@gnu.org>
1457 * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1459 2001-08-07 Pavel Roskin <proski@gnu.org>
1461 * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
1463 * doc/mc.1.in: Fix all broken links.
1465 2001-08-06 Pavel Roskin <proski@gnu.org>
1467 * INSTALL: Numerous changes. Declare old curses obsolete.
1468 Partly from Frederic L. W. Meunier <0@pervalidus.net>
1470 * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
1472 2001-08-03 Abel Cheung <maddog@linux.org.hk>
1474 * lib/Makefile.am: Remove space after backslash introduced in the
1477 * lib/mc.hint.zh_TW.Big5: New file.
1478 * lib/Makefile.am: Added mc.hint.zh_TW.Big5
1480 2001-08-02 Pavel Roskin <proski@gnu.org>
1482 * lib/mc.hint.uk: New file.
1483 From Maksym Polyakov <polyama@yahoo.com>
1484 * lib/Makefile.am: Add mc.hint.uk.
1486 2001-08-01 Pavel Roskin <proski@gnu.org>
1488 * lib/mc.hint.nl: New file.
1489 From Steef Boerrigter <sxmboer@sci.kun.nl>
1490 * lib/Makefile.am: Add mc.hint.nl.
1491 * lib/mc.hint: Remove ftp site. Update copyright.
1492 * lib/mc.hint.cs: Likewise.
1493 * lib/mc.hint.es: Likewise.
1494 * lib/mc.hint.it: Likewise.
1495 * lib/mc.hint.pl: Likewise.
1496 * lib/mc.hint.ru: Likewise. Shorten some lines.
1498 * edit/Makefile.in: Allow running "make install" before "make all".
1499 * gtkedit/Makefile.in: Likewise.
1501 2001-07-31 Pavel Roskin <proski@gnu.org>
1503 * lib/edit.spell.rc: New file. Invoke ispell on Ctrl-p in the
1505 * lib/Makefile.am: Add lib/edit.spell.rc.
1507 * autogen.sh: Use gettextize.
1508 * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
1509 * po/Makefile.in.in: Likewise.
1511 2001-07-29 Pavel Roskin <proski@gnu.org>
1513 * syntax/slang.syntax: New file.
1514 From Walery Studennikov <despair@sama.ru>
1515 * syntax/Makefile.am: Add slang.syntax.
1517 2001-07-27 Pavel Roskin <proski@gnu.org>
1519 * extraconf.h: Move WITH_BACKGROUND here.
1521 2001-07-24 Pavel Roskin <proski@gnu.org>
1523 * doc/mc.1.in: Quote all section headers. Minor formatting fix.
1525 2001-07-23 Pavel Roskin <proski@gnu.org>
1527 * doc/mc.1.in: Fix description of mc.lib. Fix broken links.
1529 2001-07-20 Pavel Roskin <proski@gnu.org>
1531 * Make.common.in: Move all defines ...
1532 * gnome/Makefile.in: ... here ...
1533 * src/Makefile.in: ... and here.
1535 2001-07-19 Pavel Roskin <proski@gnu.org>
1537 * configure.in: Don't check for getwd, it's completely
1539 * INSTALL: Remove reference to HAVE_GETWD.
1541 * lib/mc.ext.in: Fix opening info pages on VFS. Modernize
1542 entries for compressed cpio archives.
1544 * lib/mc.ext.in: Comment changes. Remove rules for programs -
1545 they were only used in obsolete frontends. Don't ever use %view
1546 without commands - it's slower and loses user settings, e.g.
1547 hex mode. Put shared libraries before man pages and read.me
1548 before .me macros so that they match correctly. Use nm for
1549 shared libraries. Add rules for StarOffice and AbiWord.
1551 2001-07-14 Pavel Roskin <proski@gnu.org>
1553 * configure.in: Bump version to 4.5.54a.
1555 2001-07-13 Pavel Roskin <proski@gnu.org>
1557 * lib/mcserv.init: Fix exit status.
1558 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
1560 * lib/mc.ext.in: Anchor all regexes in the type/ rules except
1561 "executable", which should follow a space. Simplify rules for
1562 images. Add shell/ rule for *.info files. Fix all incorrect
1563 uses of the alternation operator.
1564 Reported by Oskar Liljeblad and Michel Casabona.
1566 2001-07-12 Pavel Roskin <proski@gnu.org>
1568 * configure.in: Don't check for iconv, it's already checked for
1571 2001-07-10 Pavel Roskin <proski@gnu.org>
1573 * doc/mc.1.in: Update documentation about hex search.
1575 * edit/edit_key_translator.c (cooledit_key_map): Bind
1576 Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
1577 From Steef Boerrigter <sxmboer@sci.kun.nl>
1579 * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
1580 * edit/edit_key_translator.c (cooledit_key_map): Add support
1581 for bracket matching on Alt-B.
1582 * gtkedit/gtkeditkey.c: Likewise.
1583 From Steef Boerrigter <sxmboer@sci.kun.nl>
1585 2001-07-06 Pavel Roskin <proski@gnu.org>
1587 * lib/mc.ext.in: Use nm to view object files.
1589 * Make.common.in: Remove GNOME-specific and unused definitions.
1590 Partly moved to gnome/Makefile.in.
1592 * configure.in: Remove all references to SEDCMD and SEDCMD2 -
1594 * Make.common.in: Likewise.
1596 2001-06-29 Pavel Roskin <proski@gnu.org>
1598 * ABOUT-NLS: Update to the version from gettext-0.10.38.
1600 * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
1601 now done in configure. Move -I.. to the beginning.
1602 * Makefile.am (SUBDIRS): Move intl po to the beginning, since
1603 libintl.a may be required to link mc.
1604 (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
1605 * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
1606 Move all i18n code to one place. Don't substitute INTLSUB - it's
1607 unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
1608 Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
1610 2001-06-25 Pavel Roskin <proski@gnu.org>
1612 * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
1613 It should be enabled explicitly by giving `--enable-largefile'
1615 * INSTALL: Document it.
1617 2001-06-22 Pavel Roskin <proski@gnu.org>
1619 * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
1621 * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
1623 Reported by Libor Motyèka <libor.motycka@ortex.cz>.
1625 * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
1626 mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
1627 Define HAVE_INFOMOUNT_LIST if a any suitable function has been
1629 * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
1631 2001-06-19 Pavel Roskin <proski@gnu.org>
1633 * configure.in: Check for telldir and seekdir. Join adjacent
1634 calls to AC_CHECK_FUNCS.
1636 2001-06-16 Pavel Roskin <proski@gnu.org>
1638 * Makefile.am: Change the order of SUBDIRS to fully compile text
1639 edition before compiling anything for GNOME.
1640 * mc.spec.in: Don't use brace expansion to avoid implicit
1641 build-time dependency on bash.
1643 2001-06-13 Pavel Roskin <proski@gnu.org>
1645 * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
1647 * configure.in: Fix compiler warnings in the arguments to
1648 AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
1649 around `=' in the `test' command.
1651 2001-06-07 Pavel Roskin <proski@gnu.org>
1653 * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
1654 GNOME documentation template.
1655 * doc-gnome/C/mkhtml: Don't generate index.
1656 * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
1658 2001-06-06 Pavel Roskin <proski@gnu.org>
1660 * lib/Makefile.am: Make compatible with Automake 1.4 - remove
1661 conditional variables from EXTRA_DIST.
1663 2001-06-05 Pavel Roskin <proski@gnu.org>
1665 * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
1667 From Walery Studennikov <hqsoftware@mail.ru>.
1669 * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
1671 2001-06-01 Pavel Roskin <proski@gnu.org>
1673 * lib/mc.charsets: Synchronize with the latest patch - remove
1676 2001-05-30 Pavel Roskin <proski@gnu.org>
1678 * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
1681 * lib/mc.charsets: New file. From Walery Studennikov.
1682 * lib/Makefile.am: Distribute mc.charsets. Install it if
1683 the charset support is enabled.
1685 * configure.in: Add check for iconv() and the necessary code
1686 to support the charset selection patch.
1688 * configure.in: Add check for ESCDELAY variable in ncurses.
1690 2001-05-29 Pavel Roskin <proski@gnu.org>
1692 * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
1695 * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
1696 * pc/config.h: Likewise.
1698 * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
1699 and "strings". Recognize "write" files and MS Word templates.
1700 For MS Excel documents try "xls2csv" and "strings".
1701 Escape spaces in the "type" directives.
1702 From Nerijus Baliunas.
1704 * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
1706 * Make.common.in: Remove hpath, it's unused.
1708 * acconfig.h: Move constant parts ...
1709 * extraconf.h: ... here.
1710 [HAVE_X]: Disable subshell, s-lang and curses.
1711 * Makefile.am: Add extraconf.h.
1713 2001-05-28 Pavel Roskin <proski@gnu.org>
1715 * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
1716 and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
1717 * configure.in: ... here.
1719 2001-05-27 Pavel Roskin <proski@gnu.org>
1721 * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
1722 * acconfig.h: Likewise.
1723 * src/layout.c: Likewise.
1725 * Make.common.in: Remove all percent rules.
1726 * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
1727 * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
1728 PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
1731 * Make.common.in: Remove obsolete dependency tracking system.
1732 * configure.in: Likewise.
1733 * edit/Makefile.in: Likewise.
1734 * gnome/Makefile.in: Likewise.
1735 * gtkedit/Makefile.in: Likewise.
1736 * slang/Makefile.in: Likewise.
1737 * src/Makefile.in: Likewise.
1738 * vfs/Make-mc.in: Likewise.
1739 * src/depend.awk: Remove.
1741 2001-05-26 Pavel Roskin <proski@gnu.org>
1743 * gtkedit/syntax.c (syntax_text): Add support for Octave files.
1744 * syntax/octave.syntax: New file. From Walery Studennikov.
1745 * syntax/Makefile.am: Add octave.syntax.
1747 * configure.in: Fix incorrect test for stdin support in grep -
1748 it would always fail when configuring in an empty directory.
1749 Portability fixes - unset, backslashed space in here-documents.
1750 Eliminate all instances of "changequote".
1752 * configure.in: Define SCO_FLAVOR based on $host_os, not on the
1754 * acconfig.h: Changes for the above.
1755 * INSTALL: Don't document --with-sco - it's now defunct.
1756 * INSTALL.FAST: Likewise.
1758 2001-05-25 Pavel Roskin <proski@gnu.org>
1760 * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
1761 are in the beginning of the "file" output.
1763 2001-05-23 Pavel Roskin <proski@gnu.org>
1765 * lib/mc.ext.in: Add associations for viewing RPM files.
1767 2001-05-22 Pavel Roskin <proski@gnu.org>
1769 * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
1770 By default exit after the first error in jade.
1772 * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
1773 JADEFLAGS environment variables. Report progress. Clean up on
1776 2001-05-21 Pavel Roskin <proski@gnu.org>
1778 * doc-gnome/C/Makefile.am: Allow "make install" without *.html
1781 * doc-gnome/C/mkhtml: Print a big warning if the script fails.
1782 * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
1784 2001-05-20 Pavel Roskin <proski@gnu.org>
1786 * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
1787 Create figs/*.eps if needed. Simplify rules for gmc.dvi and
1788 gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
1789 * doc-gnome/C/figs/Makefile.am: Add support for converting from
1792 * Makefile.am (EXTRA_DIST): Remove create_vcs.
1793 * doc/FILES: Likewise. Typo fix.
1795 2001-05-19 Pavel Roskin <proski@gnu.org>
1797 * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
1798 * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
1799 with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
1801 * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
1802 index entry "Moving files".
1804 2001-05-18 Pavel Roskin <proski@gnu.org>
1806 * configure.in: Use src/main.c in AC_INIT.
1808 * create_vcs: Remove.
1810 * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
1811 Add download location for glib.
1812 * mc.spec.in: Likewise.
1813 * doc/LSM: Likewise.
1814 * doc/mc.1.in: Likewise.
1815 * doc/mcedit.1.in: Likewise.
1816 * src/ext.c: Don't mention download location for MC.
1818 * FAQ: Update status of Tk, XView. and GNOME editions. Update
1821 * INSTALL: Remove information about Tk and XView. Change the
1822 mailing list addresses again.
1823 * FAQ: Change the mailing list addresses again.
1824 * MAINTAINERS: Likewise.
1826 * doc/mc.1.in: Likewise.
1827 * gnome/gmc-window.c: Likewise.
1828 * lib/README.xterm: Likewise.
1829 * lib/mc.ext.in: Likewise.
1830 * lib/mc.hint*: Likewise.
1831 * lib/mc.hlp.hu: Likewise.
1832 * po/*.po: Likewise.
1833 * src/main.c: Likewise.
1835 2001-04-20 Pavel Roskin <proski@gnu.org>
1837 * FAQ: Change the mailing list addresses and the download
1839 * INSTALL: Likewise.
1840 * MAINTAINERS: Likewise.
1842 * doc/mc.1.in: Likewise.
1843 * gnome/gmc-window.c: Likewise.
1844 * lib/README.xterm: Likewise.
1845 * lib/mc.ext.in: Likewise.
1846 * lib/mc.hint*: Likewise.
1847 * lib/mc.hlp.hu: Likewise.
1848 * po/*.po: Likewise.
1849 * src/main.c: Likewise.
1851 2001-04-19 Pavel Roskin <proski@gnu.org>
1853 * configure.in: Don't install mcserv unless
1854 "--enable-mcserv-install" has heen specified.
1855 Don't quote the first argument in all calls to AM_CONDITIONAL
1856 to work around a bug in Automake 1.4.
1857 * doc/Makefile.am: Use MCSERV_INSTALL conditional.
1858 * vfs/Make-mc.in: Likewise.
1860 2001-04-13 Pavel Roskin <proski@gnu.org>
1862 * configure.in: Bump version to 4.5.53a.
1864 2001-04-06 Pavel Roskin <proski@gnu.org>
1866 * gtkedit/editcmd.c: Remove support for XView layout attributes.
1867 * gtkedit/editoptions.c: Likewise.
1868 * pc/chmod.c: Likewise.
1869 * pc/drive.c: Likewise.
1870 * src/boxes.c: Likewise.
1871 * src/chmod.c: Likewise.
1872 * src/dlg.c: Likewise.
1873 * src/dlg.h: Likewise.
1874 * src/filegui.c: Likewise.
1875 * src/find.c: Likewise.
1876 * src/hotlist.c: Likewise.
1877 * src/layout.c: Likewise.
1878 * src/listmode.c: Likewise.
1879 * src/main.c: Likewise.
1880 * src/option.c: Likewise.
1881 * src/panelize.c: Likewise.
1882 * src/wtools.c: Likewise.
1883 * src/wtools.h: Likewise.
1884 * vfs/smbfs.c: Likewise.
1886 * autogen.sh: Check out "intl" and "macros" directories if they
1887 are missing. Simply "cvs up -d" won't restore them.
1889 * configure.in: Bump version to 4.5.52a.
1891 2001-03-14 Pavel Roskin <proski@gnu.org>
1893 * configure.in: Use AC_CHECK_TOOL for finding AR. Define
1894 Automake conditional USE_SAMBA_FS if Samba is to be supported
1897 2001-03-07 Pavel Roskin <proski@gnu.org>
1899 * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
1901 Reported by Norbert Warmuth.
1903 * configure.in: Don't process vfs/extfs/uzip - it's now
1906 * syntax/changelog.syntax: Require space after asterisk to have
1909 2001-03-02 Pavel Roskin <proski@gnu.org>
1911 * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
1912 * configure.in: Use AC_PROG_CC_STDC instead.
1914 * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
1915 Suggested by Christian Gennerat.
1917 * lib/mc.ext.in: Add support for "freeze" - old compression
1918 program used mostly on QNX.
1919 * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
1920 * lib/Makefile.am: Adjusted.
1922 2001-02-26 Pavel Roskin <proski@gnu.org>
1924 * lib/mc-gnome.ext.in: Remove, it's not used.
1925 * configure.in: Remove lib/mc-gnome.ext.
1926 * lib/Makefile.am: Likewise.
1928 2001-02-20 Pavel Roskin <proski@gnu.org>
1930 * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
1931 defined to prevent warnings on OpenBSD 2.7.
1932 * slang/jdmacros.h: Likewise.
1933 * src/mad.h: Likewise.
1934 * src/poptalloca.h: Likewise.
1936 * configure.in: Check for sys/time.h and sys/timeb.h. Use
1939 2001-02-07 Pavel Roskin <proski@gnu.org>
1941 * autogen.sh: Create vfs/samba/include/stamp-h.in.
1942 * vfs/samba/include/stamp-h.in: Remove.
1944 * macros/curses.m4: Quote first argument to AC_DEFUN.
1945 * macros/gnome-cxx-check.m4: Likewise.
1946 * macros/gnome-gettext.m4: Likewise.
1947 * macros/gnome-libgtop-check.m4: Likewise.
1948 * macros/gnome-print-check.m4: Likewise.
1949 * macros/linger.m4: Likewise.
1950 * macros/need-declaration.m4: Likewise.
1952 * configure.in: Only configure in vfs/samba if smbfs support is
1953 enabled even with Autoconf 2.13.
1955 2001-01-30 Pavel Roskin <proski@gnu.org>
1957 * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
1958 --without-samba due to a typo.
1960 * configure.in: Only configure in vfs/samba if smbfs support is
1961 enabled. This optimization will only work with Autoconf-2.49c
1964 2001-01-13 Pavel Roskin <proski@gnu.org>
1966 * configure.in: Don't create a faked malloc.h.
1967 * gtkedit/edit.h: Don't assume that malloc.h always exists.
1968 * src/mad.h: Likewise.
1970 * configure.in: Simplified handling of cons.saver.
1971 * src/Makefile.in: Likewise. Don't install cons.saver setuid.
1972 * mc.spec.in: Remove a workaround for the above.
1974 * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
1975 for MC. Don't rely on the output of uname - use $host_os.
1977 2001-01-11 Pavel Roskin <proski@gnu.org>
1979 * configure.in: Check for ext2 libraries only if VFS is enabled.
1981 * src/Makefile.in: Create directories before installing files.
1982 Removed all occurences of libprefix - it's never defined.
1984 * configure.in: All macros from configure.in moved to
1985 acinclude.m4. Added missing quotes in several places.
1986 * acinclude.m4: Likewise.
1988 * edit/Makefile.in: Don't install or uninstall mcedit -
1989 it cannot be installed before mc on systems without symlinks.
1990 * gtkedit/Makefile.in: Likewise.
1991 * src/Makefile.in: Install mcedit (if enabled) and mcview.
1994 * macros/gnome-gettext.m4: Propagated change by Owen Taylor
1995 from acinclude.m4 in gtk+:
1996 Don't define ENABLE_NLS unless we have a working NLS.
1997 (This should keep libintl.h from being included when it doesn't
2000 2001-01-09 Pavel Roskin <proski@gnu.org>
2002 * doc-gnome/C/figs/Makefile.am: New file.
2003 * doc-gnome/C/Makefile.am: Don't handle figs, let the new
2005 * configure: Substitute doc-gnome/C/figs/Makefile.
2007 * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
2009 2001-01-08 Szabolcs Ban <shooby@gnome.hu>
2011 * lib/mc.hlp.hu: Added Hungarian help file from
2012 tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
2013 maci@integrity.hu, mfh47@freemail.hu
2014 * lib/Makefile.am: Added LOCALIZED_HELP for further
2016 * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
2017 gtkedit/editcmd.c: I18n of mc.hlp
2019 2000-12-29 Szabolcs Ban <shooby@gnome.hu>
2021 * doc/mc.1.in: Corrected badly formatted link...
2023 2000-11-10 Robert Brady <robert@suse.co.uk>
2025 * configure.in: Add Tamil to ALL_LINGUAS.
2027 2000-10-23 Pavel Roskin <proski@gnu.org>
2029 * mc.spec.in: Allow mcserv.8 to be gzipped.
2031 * doc-gnome/C/Makefile.am: Workaround for buggy db2html
2032 that cannot deal with "./gmc.sgml".
2034 2000-10-09 Pavel Roskin <proski@gnu.org>
2036 * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
2037 that CVS Automake will drop dependencied to the macros that
2038 we don't distribute.
2040 * lib/mc.ext.in: Removed references to icons. Source RPMs
2041 grouped to one regex. Removed "Update" for source RPMs, added
2042 "Rebuild" instead. Added "Check signature" for all RPMs.
2043 Added a comment about pop-up menus in the text edition.
2045 2000-10-06 Pavel Roskin <proski@gnu.org>
2047 * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
2048 flags moved out of CFLAGS as recommended by GNU coding
2050 * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
2051 * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
2053 * INSTALL (Random notes on porting to other architectures):
2054 Completely rewritten. Recommended using CFLAGS instead of XINC.
2056 2000-10-05 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
2058 * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
2060 2000-10-04 Christophe Merlet <christophe@merlet.net>
2062 * gnome/*.desktop: Updated french strings.
2064 2000-10-03 Pavel Roskin <proski@gnu.org>
2066 * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
2067 to allow <legalnotice>. Unclosed tags fixed.
2069 2000-09-30 Pavel Roskin <proski@gnu.org>
2071 * mc.spec.in: New package mc-common. Use DESTDIR instead of
2072 misusing prefix. Don't install old icons - they don't exist.
2074 * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
2075 "export -f" to have mc() exported.
2076 * doc/mc.1.in: Changed description of the "-P" option to
2077 avoid inclusion of mc.sh and mc.csh into the manual.
2078 Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
2080 2000-09-24 Pavel Roskin <proski@gnu.org>
2082 * doc/mc.1.in: Minor formatting fixes.
2084 * lib/mc.sh.in: Remove temporary file non-interactively.
2085 * doc/mc.1.in: updated example for mc.sh.
2087 2000-09-23 Pavel Roskin <proski@gnu.org>
2089 * Makefile.am: mc.spec included to noinst_DATA so that "make all"
2090 updates it when needed.
2091 * mc.spec.in: Include translations with mc, not gmc. Run
2092 chkconfig --del in %preun, not %postun. --without-debug not
2093 needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
2094 be executable. New files in %{prefix}/lib/mc/ - translated hints,
2097 * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
2098 directory for document processing. Comment changes. gmc.ps and
2099 gmc.pdf now generated from gmc.dvi.
2101 * configure: Always include Make.common as file, otherwise
2102 "make distclean" breaks.
2103 * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2104 slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
2105 replaced with "rm -f" - the stangard says that "rm" is portable.
2106 Ditto $(MV). Adjusted *clean targets to match those in
2107 Automake. Removed "cross" target.
2109 2000-09-22 Pavel Roskin <proski@gnu.org>
2111 * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
2112 * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
2113 * doc/Makefile.in: Converted to ...
2114 * doc/Makefile.am: ... this.
2116 2000-09-21 Pavel Roskin <proski@gnu.org>
2118 * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
2119 is not expanded in all shells.
2120 * doc/mc.sgml: Updated the example script to reflect the above
2122 * doc/mc.in.1: Likewise.
2124 2000-09-19 Pavel Roskin <proski@gnu.org>
2126 * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
2129 2000-09-18 Pavel Roskin <proski@gnu.org>
2131 * Make.common.in: Added installcheck to placate "make distcheck"
2132 * configure.in, Make.common.in, doc/Makefile.in,
2133 edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2134 slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
2135 variable MKINSTALLDIRS and builddir with Automake-compatible
2136 mkinstalldirs and top_builddir.
2137 * doc-gnome/C/Makefile.am: Only maintainers regenerate html
2138 files. Added uninstall-local target.
2140 2000-09-17 Pavel Roskin <proski@gnu.org>
2142 * configure.in: fixed wrong use of AC_MSG_RESULT inside
2145 * Make.common.in: Added the "dvi" target for "make distcheck"
2147 * doc-gnome/C/Makefile.in: converted to ...
2148 * doc-gnome/C/Makefile.am: ... this
2150 2000-09-15 Pavel Roskin <proski@gnu.org>
2152 * acconfig.h, configure.in: Require autoconf 2.13 or above.
2153 Removed workarounds for older versions. Removed MCDEBUG
2154 variable - it's not used. --with-debug renamed to --with-mad and
2155 cleaned up. Always use -Wall with gcc, other manipulations with
2158 * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2159 gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2160 vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
2161 mc.pot becomes out of date in the tarball.
2163 2000-09-14 Pavel Roskin <proski@gnu.org>
2165 * configure.in: Removed some abuses of CPPFLAGS. Removed useless
2166 tests for cp, mv and rm.
2167 * Make.common.in: Removed variables xv_bindir and STRIP.
2168 Variables CP, MV and RMF are assigned trivial values.
2170 * edit/Makefile.in: Don't link headers, add extra includes
2171 to CPPFLAGS instead. Put links to the build directory.
2172 Remove the hack with "mx" - it is not needed anymore.
2174 * configure.in: remove any manupulations with top_srcdir.
2175 Don't change CPPGLAGS when the internal editor is enabled,
2177 * edit/Makefile.in, gtkedit/Makefile.in: ... here
2179 * configure.in, Make.common.in, doc/Makefile.in,
2180 edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2181 slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
2182 changed to top_srcdir for Automake compatability
2184 * configure.in: REGEX_O variable removed - always use our regex
2186 * configure.in: MCFGR variable removed
2188 2000-09-12 Pavel Roskin <proski@gnu.org>
2190 * configure.in: enable AM_MAINTAINER_MODE to be consistent with
2192 * autogen.sh: remove "-I ." from the "aclocal" command line
2194 2000-09-01 Pavel Roskin <proski@gnu.org>
2196 * configure.in: output vfs/extfs/Makefile
2198 * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
2200 * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
2201 AC_LIB_XPM, AC_X_SHAPE_EXTENSION
2203 2000-08-29 Pavel Roskin <proski@gnu.org>
2205 * configure.in: use AM_GNOME_GETTEXT
2206 * gettext.m4: removed
2207 * Makefile.am: adjusted files to distribute, previous change
2210 * mc-aclocal.m4: renamed to ...
2211 * acinclude.m4: ... this
2212 * autogen.sh: simplified - no more tricks with mc-aclocal.m4
2213 * Makefile.am: aclocal should scan "." for gettext.m4
2215 2000-08-28 Pavel Roskin <proski@gnu.org>
2217 * Make.common.in: removed hack for "make distcopy"
2218 * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2219 gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2220 vfs/Make-mc.in: added "distdir" target. Now "make dist" works
2221 for external builds.
2222 * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
2224 2000-08-24 Pavel Roskin <proski@gnu.org>
2226 * new_icons/Makefile.in: converted to ...
2227 * new_icons/Makefile.am: ... this
2228 * configure.in: automake conditional GNOME introduced.
2232 * Makefile.am, configure.in: necessary adjustments
2234 * config.guess, config.sub, install-sh, mkinstalldirs: removed,
2235 automake installs them now
2237 * syntax/Makefile.in: converted to ...
2238 * syntax/Makefile.am: ... this
2240 * idl/Makefile.in: converted to ...
2241 * idl/Makefile.am: ... this
2243 * lib/Makefile.am: simplified, fixed "make dist"
2245 * lib/Makefile.in: converted to ...
2246 * lib/Makefile.am: ... this
2248 * lib/tkmc.wmconfig: removed
2249 * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
2251 * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
2253 * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
2254 * Make.common.in: support for "distdir" for compatability
2255 with Automake-generated makefiles
2256 * autogen.sh: run automake. Force cache - it is off by default
2257 in autoconf 2.49a, but it's still handy for maintainers
2258 * configure.in: adapted for Automake
2262 2000-08-23 Pavel Roskin <proski@gnu.org>
2264 * configure.in: resurrect definition of xvers
2266 * VERSION.in: removed
2267 * Makefile.in: don't do anything with VERSION.in and VERSION
2268 Take mc.spec from builddir, not srcdir
2269 * configure.in: don't create VERSION
2271 2000-08-22 Pavel Roskin <proski@gnu.org>
2273 * *.c, *.h: Updated address of Free Software Foundation
2275 2000-08-21 Pavel Roskin <proski@gnu.org>
2277 * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
2278 doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
2279 related to XView, libXPM, libXext and Tk
2281 2000-08-18 Pavel Roskin <proski@gnu.org>
2283 * Makefile.in, lib/Makefile.in: adjusted lists of distributed
2286 * configure.in: Simplified dependency tracking by using
2287 "-include" with GNU Make
2288 * autogen.sh: Exit on all failures
2290 2000-08-17 Pavel Roskin <proski@gnu.org>
2292 * doc/mc.sgml: Curly braces replaced with { and }
2293 Fixed all misuses of single and double quotes. Typo fixes.
2294 Ensured compatability with sgml2html, sgml2txt and sgml2latex
2295 * doc/mc.1.in: Typo fix
2297 * doc/mc.sgml: made compatible with sgml-tools 1.0.9
2298 * doc/linuxdoc-sgml.diff: removed
2299 * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
2300 distribute gnome.sgml
2302 2000-08-15 Pavel Roskin <proski@gnu.org>
2304 * Makefile.in: fixes for improper usage of $(srcdir), cleanup
2305 in the "distclean" target
2307 * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
2308 Removed all XVIEW-related stuff
2309 Fixed placement of png files on "make dist"
2311 * doc/mc.1.in: Updated info about the internal editor
2313 * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
2314 indicate serious problems. Fixes for uninstall.
2315 * doc/Makefile.in: Rebuild if it is out of date.
2317 * lib/cedit.menu: Added. This file has been missing
2319 * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
2321 2000-08-08 Pavel Roskin <proski@gnu.org>
2323 * Makefile.in: correctly detect make failures in subdirs
2325 2000-08-01 Pavel Roskin <proski@gnu.org>
2327 * nt, os2, tk, xv: removed all files
2328 * configure.in: don't create os2 and nt directories
2330 2000-08-01 Pavel Roskin <proski@gnu.org>
2332 * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
2334 * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
2336 2000-07-21 Pablo Saratxaga <pablo@mandrakesoft.com>
2338 * src/main.c: make 8bit input/output the default (99% of the people
2339 expects that; lets the remaining 1% use the configuration menu
2340 to disactivate it if they want)
2342 2000-07-20 Andrew V. Samoilov <sav@bcs.zp.ua>
2344 * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
2346 2000-06-20 Jacob Berkman <jacob@helixcode.com>
2348 * configure.in: check for gnome-libs with window icon support
2350 * acconfig.h: add icon define
2352 2000-06-08 Matthias Warkus <mawa@iname.com>
2354 * new_icons/gnome-pack-*.png: Updated.
2355 * gnome/mc.keys: Added a MIME type for SLP packages.
2357 2000-05-30 Pavel Roskin <pavel_roskin@geociiities.com>
2359 * syntax/diff.syntax: Highlight lines beginning with "File",
2360 "Files" and "Binary"
2361 * syntax/makefile.syntax: Highlight "ifndef"
2362 * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
2365 2000-05-05 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
2367 * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
2368 comment lines with # in last release
2370 2000-05-03 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
2372 * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
2374 2000-04-26 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
2376 * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
2377 look more consistent than original.
2379 2000-04-14 Timur Bakeyev <mc@bat.ru>
2381 * config.in: Added check against strcoll().
2383 2000-04-14 Timur Bakeyev <mc@bat.ru>
2385 * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
2386 added 'and', 'or', 'not', 'for' keywords.
2388 2000-04-06 Timur Bakeyev <mc@bat.ru>
2390 * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
2391 based systems. Hope, this will make FreeBSD midc maintainer to enable
2392 build-in editor by default. Still, syntax highlighting is disabled.
2395 2000-03-13 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
2397 * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2398 fixed, some messages gettext()ed again here and in
2399 gtkedit/editmenu.c:edit_about_cmd()
2401 2000-03-13 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
2403 * doc/mc.sgml (Examples): Fixed documentation, thanx
2404 to martin@internet-treff.uni-koeln.de.
2406 2000-03-01 Pavel Roskin <pavel_roskin@geocities.com>
2408 * gtkedit/editcmd.c (edit_replace_prompt): fix index for
2411 2000-02-25 Pavel Roskin <pavel_roskin@geocities.com>
2413 * gtkedit/syntax.c: treat *.ads as Ada source
2414 * syntax/ada95.syntax: escape "+" and "*"
2415 * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
2416 * syntax/Makefile.in: remove diffc.syntax
2418 * edit/edit_key_translator.c: interpret code 0177 as
2419 backspace unless recognized otherwise
2421 2000-02-23 Norbert Warmuth <nwarmuth@privat.circular.de>
2423 * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
2424 initialization of array of structure (gcc version 2.96 20000131
2427 * lib/mc.hint: C-y and not C-u can be used to insert text in input
2428 lines (e. g. text which has been deleted with M-d).
2430 * configure.in: Fix the extfs-configure-fragment-in-final-output bug
2432 2000-01-31 Yuan-Chung Cheng <platin@linux.org.tw>
2434 * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
2436 2000-01-29 Matthias Warkus <mawa@iname.com>
2438 * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
2439 design on Federico's request.
2441 2000-01-26 Federico Mena Quintero <federico@helixcode.com>
2443 * idl/FileManager.idl (Desktop): Added arrange_icons() method and
2444 an ArrangeType enum.
2446 2000-01-03 Aaron Lehmann <aaronl@vitelus.com>
2448 * gdesktop.c, gdnd.c, gaction.c, gicon.c,
2449 gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
2450 setup.c: Add option of using GNOME "magic" routines to determine file
2451 types. This makes MC intelligently look at the data in the file to see
2452 what type of file it is, rather than looking at the filename extension.
2453 This slows down MC quite a bit, so it has been made an optional
2454 preference item. Type detection is expected to improve as mime-magic
2457 2000-01-15 Federico Mena Quintero <federico@helixcode.com>
2459 * lib/mc.menu (shell_patterns): Add a missing "esac". Thanks to
2460 Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
2463 2000-01-11 Matthias Warkus <mawa@iname.com>
2465 * Added icon and keys entry for Scheme source.
2467 2000-01-03 Fatih Demir <kabalak@gmx.net>
2469 * configure.in: Added tr -> ALL_LINGUAS .
2471 1999-12-28 Matthias Warkus <mawa@iname.com>
2473 * new_icons/*.png: Added a bunch of new icons.
2475 1999-12-06 Federico Mena Quintero <federico@redhat.com>
2477 * configure.in (VERSION): Bumped version number to 4.5.42.
2479 1999-11-25 Yuri Syrota <rasta@renome.rovno.ua>
2481 * configure.in: added 'uk' to ALL_LINGUAS.
2483 1999-11-09 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
2485 * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
2486 request from David Sauer
2488 1999-11-01 Federico Mena Quintero <federico@redhat.com>
2490 * configure.in (VERSION): Bumped version number to 4.5.41.
2492 1999-09-23 Federico Mena Quintero <federico@redhat.com>
2494 * configure.in (VERSION): Set version number to 4.5.39.
2496 1999-09-23 Jorge Godoy <godoy@conectiva.com.br>
2498 * configure.in: Added pt_BR to ALL_LINGUAS
2500 1999-09-22 Norbert Warmuth <nwarmuth@privat.circular.de>
2502 * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
2503 path to the mc binary according to @prefix@.
2505 * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
2506 configure. Install mc.sh and mc.csh in $(suppbindir).
2508 * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
2509 and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
2510 copies of the included function definitions.
2512 * mcfn_install.in: Comment out definitions of the mc functions. Source
2513 mc.sh instead of adding an outdated mc function definition.
2515 * configure.in: output mc.sh and mc.csh
2517 1999-09-20 Federico Mena Quintero <federico@redhat.com>
2519 * lib/startup.links: Changed the news link to Gnotices
2521 1999-09-19 David Martin <dmartina@usa.net>
2523 * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
2524 8 bit chars from strftime get displayed when inserting date.
2526 * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
2527 Mandrake 6.0. The generic entry for bzip2 moved to the end of the
2528 file to avoid interferences. In this one I changed the extension check
2529 to a type check (as used for gzip) which might give problems in some
2532 * configure.in: Use -Tlatin1 to format man pages when available and
2535 1999-09-19 Norbert Warmuth <nwarmuth@privat.circular.de>
2537 * gtkedit/edit.h: Include file reordering to make it compile with
2540 * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
2541 dependent on lenght of translated strings to display.
2543 1999-09-16 Owen Taylor <otaylor@redhat.com>
2545 * Remove the magicdev autoconf test in favor of just
2546 including the idl file. Otherwise we have a dependency
2547 loop between this and magicdev.
2549 1999-09-08 Federico Mena Quintero <federico@redhat.com>
2551 * idl/FileManager.idl: Changed names, and put everything under a
2552 FileManager module. Added a Desktop interface and some methods to
2553 the WindowFactory interface.
2555 1999-09-08 Kjartan Maraas <kmaraas@online.no>
2557 * doc-gnome/*: Shiny new docs from users-guide.
2560 1999-09-03 Pablo Saratxaga <pablo@mandrakesoft.com>
2562 * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
2564 1999-09-01 Federico Mena Quintero <federico@redhat.com>
2566 * README: Updated and spell-checked.
2570 1999-08-31 Richard Hult <rhult@hem2.passagen.se>
2572 * configure.in (ALL_LINGUAS): Added sv.
2574 1999-08-30 Norbert Warmuth <nwarmuth@privat.circular.de>
2576 * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
2577 symlink attacks (mcfn_install and the man page still needs to be
2580 1999-08-20 Norbert Warmuth <nwarmuth@privat.circular.de>
2582 * configure.in (AC_WITH_SLANG): rm -f destination before makeing
2583 a symbolic link (ln -sf doesn't work as expected on Solaris)
2585 1999-08-19 Elliot Lee <sopwith@redhat.com>
2586 * */Makefile.in: Have 'make dist' work with builddir != srcdir.
2588 1999-08-19 Federico Mena Quintero <federico@redhat.com>
2590 * doc-gnome/C/gmc.sgml: Index fixes.
2592 1999-08-18 Elliot Lee <sopwith@redhat.com>
2594 * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
2595 initializers in the GnomeUIInfo structure.
2597 1999-08-16 Federico Mena Quintero <federico@redhat.com>
2599 * configure.in (VERSION): Bumped version number to 4.5.38.
2601 1999-08-15 Norbert Warmuth <nwarmuth@privat.circular.de>
2603 * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
2605 1999-08-15 David Martin <dmartina@usa.net>
2607 * gtkedit/edit.c: Print localized date with strftime()
2609 * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
2611 1999-08-08 David Martin <dmartina@usa.net>
2613 * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
2616 * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
2617 translation as it used to be.
2619 1999-08-05 Federico Mena Quintero <federico@nuclecu.unam.mx>
2621 * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
2622 that the correct index.html will be generated.
2624 1999-07-27 Federico Mena Quintero <federico@nuclecu.unam.mx>
2626 * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
2629 1999-07-21 Paul Sheer <psheer@obsidian.co.za>
2631 * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
2632 editwidget.c: bring editor stuff up to date with cooledit 3.11.5
2633 This adds some new syntax rules, and spell check on the fly
2634 which if someone bugs me for, will actually get enabled in
2635 both the text and gnome versions. Bookmark stuff also needs
2636 some keys bound to it, I suppose: any takers?
2638 July 19, 1999 Elliot Lee
2639 * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
2641 1999-07-05 Miguel de Icaza <miguel@gnu.org>
2643 * Makefile.in (all): Makefile fix.
2645 1999-05-27 Miguel de Icaza <miguel@nuclecu.unam.mx>
2647 * Make.common.in (confdir): Define confdir as sysconfdir. This
2648 should fix the problem we had with FSSTND distributions.
2650 1999-07-04 Federico Mena Quintero <federico@nuclecu.unam.mx>
2652 * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
2653 list of distributed files.
2655 1999-07-03 Federico Mena Quintero <federico@nuclecu.unam.mx>
2657 * configure.in (VERSION): Bumped version number to 4.5.34.
2659 1999-07-02 Tuomas J. Lukka <lukka@iki.fi>
2661 * Add fi into ALL_LINGUAS
2663 1999-07-01 Tuomas Kuosmanen <tigert@gimp.org>
2665 * gnome/i-zipdisk2.png: Added another zip-disk icon
2666 by <scarab@egyptian.net> - It looks very nice. Variation
2669 1999-06-22 Miguel de Icaza <miguel@nuclecu.unam.mx>
2671 * acconfig.h: Add WITH_SMBFS
2673 * macros/gnome-vfs.m4: Support conditional samba support.
2675 1999-05-27 Miguel de Icaza <miguel@nuclecu.unam.mx>
2677 * Make.common.in (confdir): Define confdir as sysconfdir. This
2678 should fix the problem we had with FSSTND distributions.
2680 1999-02-22 Vladimir Kondratiev <vkondra@iil.intel.com>
2682 * mc.spec.in: added syntax files to %files
2684 1999-06-22 David Martin <dmartina@usa.net>
2686 * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
2688 1999-06-07 Shooby Ban <bansz@szif.hu>
2690 * po/hu.po, configure.in: added hungarian translations...
2691 I'm not sure it's OK, but it seems usable.
2692 Translators: Tamas Fejos and Andras Kadar
2694 1999-06-07 Kjartan Maraas <kmaraas@online.no>
2696 * configure.in, Makefile.in: added the gmc helpfile to the build
2698 1999-05-23 Yukihiro Nakai <nacai@iname.com>
2700 * Add ja entry to LANG in configure.in
2702 1999-05-19 Tuomas Kuosmanen <tigert@gimp.org>
2704 * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
2705 be installed in the system :) (added it to the Makefile.in)
2707 1999-05-19 Tuomas Kuosmanen <tigert@gimp.org>
2709 * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
2710 disks - someone please add it to the mount.c code so it gets used..
2711 Everyone have a nice time at the expo! :) I hope to join the
2714 Mon May 17 07:30:48 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
2716 * configure.in: Added check for getpt ()
2718 1999-05-05 Federico Mena Quintero <federico@nuclecu.unam.mx>
2720 * configure.in (VERSION): Bumped version number to 4.5.31.
2722 Wed Apr 21 22:04:30 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
2724 * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
2725 need to fool it by strdup'ing the return value of tempnam.
2727 Wed Apr 21 20:44:41 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
2729 * configure.in: New option --with-tm-x-support, use MCCFLAGS and
2730 MCLIBS which are specific to the text edition.
2732 * INSTALL: Added documentation for --with-tm-x-support
2734 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean <gregm@comstar.net>
2736 * mc.spec.in : Folded in some changes from the 'offical' rpm
2739 1999-04-16 Miguel de Icaza <miguel@nuclecu.unam.mx>
2741 * configure.in (SHELL): Do not use grep -q, as it is not portable
2744 Thu Apr 15 21:59:52 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
2746 * configure.in: Linking from $srcdir/slang is broken when configure
2747 isn't called with an absolute path. Link from ../$srcdir/slang if
2748 configure was invoked with a relative path.
2750 1999-03-20 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
2752 * configure.in: Do not rm the destination file and then link, use
2753 ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
2755 Tue Apr 13 06:07:05 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
2757 * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
2758 --with-PACKAGE and --without-PACKAGE gave the same results.
2760 1999-04-09 Federico Mena Quintero <federico@nuclecu.unam.mx>
2762 * configure.in (VERSION): Bumped version number to 4.5.30.
2764 1999-03-30 Federico Mena Quintero <federico@nuclecu.unam.mx>
2766 * configure.in (VERSION): Bumped version number to 4.5.29.
2768 Sun Mar 28 23:46:01 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
2770 * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
2771 now contains all checks.
2773 1999-03-26 Federico Mena Quintero <federico@nuclecu.unam.mx>
2775 * configure.in (VERSION): bumped version number to 4.5.28.
2777 Fri Mar 26 19:16:38 1999 Timur Bakeyev <mc@bat.ru>
2779 * */Makefie.*: fixed several missed conversions from libdir to
2780 mclibdir. (Should be automake'd, really)
2782 1999-03-24 Federico Mena Quintero <federico@nuclecu.unam.mx>
2784 * Make.common.in: There were conflicting definitions of mclibdir
2785 (one for installation, one for source). Now the source one is
2788 * doc/Makefile.in: Use mcsrclibdir where appropriate.
2790 Mon Mar 22 03:00:15 1999 Timur Bakeyev <mc@bat.ru>
2792 * edit/syntax.c: Remove extra "|" in "file ..\*\\.(pp|PP|pas|PAS|)$ \
2793 Pascal Program" (Heh, second time :)
2795 * Makefile.common: Until things gets clear, keep syntax rules in
2796 $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
2798 Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
2801 Mon Mar 22 01:52:32 1999 Timur Bakeyev <mc@bat.ru>
2803 * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
2804 as requested by Paul. Still, need some checking...
2806 Sun Mar 21 03:55:24 1999 Paul Sheer <psheer@obsidian.co.za>
2808 * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
2809 to date with cooledit 3.9.0. This adds some new features.
2810 Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
2811 syntax.c. This is because the rule set is becoming too
2812 large to maintain in its current form and because file
2813 loading is starting to get slow.
2815 There is also a bookmark feature which does not yet have
2816 key bindings assigned to it, but should be cool once
2817 these get inserted. Syntax rules files are named
2818 $LIBDIR/cooledit/syntax/*.syntax
2820 1999-03-20 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
2822 * configure.in: Create slang directory, it is needed when
2824 Use -f when calling rm, the file does not exist on
2826 No need to copy VERSION from $srcdir, it's already generated in
2829 Fri Mar 19 06:32:36 1999 David Martin <dmartina@usa.net>
2831 * edit/edit_key_translator.c: Added missing translation tags.
2833 1999-03-18 Federico Mena Quintero <federico@nuclecu.unam.mx>
2835 * configure.in: Minimum version of glib should be 1.2.0.
2836 (VERSION): Bumped version number to 4.5.27.
2838 Wed Mar 10 21:52:55 1999 David Martin <dmartina@usa.net>
2840 * gtkedit/editcmd.c: Added missing translation tags.
2842 * gtkedit/editoptions.c: Added missing translation tags. Translate
2843 radio buttons on first use.
2845 Sat Feb 27 21:00:45 1999 Gregory McLean <gregm@comstar.net>
2847 * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
2848 to get the mc spec file to work.
2849 * hacked configure to generate a properly versioned spec file.
2851 Fri Feb 26 22:06:51 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
2853 * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
2854 radio buttons on first pass.
2856 Fri Feb 26 21:45:30 1999 David Martin <dmartina@usa.net>
2858 * gtkedit/editcmd.c: Mark strings in the search and replace
2859 dialogs for translation. Resized these dialogs to let the messages
2862 1999-02-22 Miguel de Icaza <miguel@nuclecu.unam.mx>
2864 * gtkedit/editwidget.c (selection_send): Use the proper type for
2865 64-bit cleanliness (Patch from George Lebl).
2867 Tue Feb 16 21:24:43 1999 David Martin <dmartina@usa.net>
2869 * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
2870 into the catalog file.
2872 Sat Feb 13 01:39:17 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
2874 * configure.in: Make Timur's libtermcap check work with SLang
2877 1999-02-12 Federico Mena Quintero <federico@nuclecu.unam.mx>
2879 * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
2880 PS and EPS files. Thanks, Tigert!
2882 1999-02-09 Miguel de Icaza <miguel@nuclecu.unam.mx>
2884 * configure.in (CCOPTS): Drop the prefix auto-detection.
2886 Wed Feb 10 02:48:51 1999 Timur Bakeyev <mc@bat.ru>
2888 * configure.in: Add check, which, in case of system-installed SLang
2889 library tries to run a test program, which determines, does we need
2890 linking with libtermcap.a. Also, set of if's for finding terminfo
2891 dir changed to for cycle - a bit nicer :)
2893 Tue Feb 9 20:52:19 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
2895 * README.QNX: Deleted documention about mc.menu.qnx.diff.
2897 Tue Feb 9 20:46:07 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
2899 * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
2901 Tue Feb 9 20:32:39 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
2903 * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
2904 from tar calls when extracting (according to my man page this option
2905 is only useful when creating archieves).
2907 Tue Feb 9 20:28:15 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
2909 * lib/mc.menu: Applied patch from root <root@golia.dntis.ro> which
2910 adds support for tar.bz2 and merges the support for freeze-compressed
2911 tar files (tar.F) from mc.menu.qnx.diff.
2913 Sun Feb 7 06:11:48 1999 Timur Bakeyev <mc@bat.ru>
2915 * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
2918 1999-01-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
2920 * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
2923 1999-02-02 Tuomas Kuosmanen <tigert@gimp.org>
2925 * new_icons/gnome-core.png: New icon for core files. Someone
2926 please add the code part :)
2928 Mon Feb 1 01:28:19 1999 Timur Bakeyev <mc@bat.ru>
2930 * configure.in: Add check against setuid() and setreuid() functions.
2932 Fri Jan 29 22:55:56 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
2934 * slang/slang.h: renamed to slang-mc.h
2936 * slang/Makefile.in: delete slang.h on "make clean"
2938 * configure.in: link slang/slang-mc.h to slang/slang.h when the
2939 included slang is used. Problem was that MC's slang.h was used
2940 when we compiled with an already installed SLang and the systems
2941 header file were included with <slang/slang.h>.
2942 Unfortunatly I can't use AC_LINK_FILES to make the links because
2943 if we needn't make any links AC_LINK_FILES makes a link from
2944 srcdir to top_builddir (builddir != srcdir).
2946 Temporary add $LGPM to $LIBS when checking for the resizeterm
2947 and keyok functions (ncurses might be linked against GPM).
2949 Substitude PACKAGE (intl/Makefile makes use of it)
2951 Wed Jan 27 03:34:44 1999 Timur Bakeyev <mc@bat.ru>
2953 * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
2954 #include "global.h".
2956 1999-01-13 Jonathan Blandford <jrb@redhat.com>
2958 * Make.common.in (gnewdir): new path.
2960 Sun Jan 17 03:19:47 1999 Timur Bakeyev <mc@bat.ru>
2962 * configure.in: Add comments before "Let" and "the" - typo. Add new
2963 path to include's search.
2965 1999-01-10 Ilya Zakharevich <ilya@math.ohio-state.edu>
2967 * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
2969 1999-01-11 Miguel de Icaza <miguel@nuclecu.unam.mx>
2971 * configure.in (REGEX_O): Always include regex.o as the code we
2972 are using in gmc is not using regcomp/regexec, but the internal
2975 * src/regex.c: Do not compile the POSIX compatibility code, as we
2978 Tue Dec 29 15:49:45 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
2980 * doc/mc.sgml, mc1.in (Color section): minor polishing
2981 (Layout section): documented Highlight...
2983 Thu Dec 24 18:30:53 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
2985 * configure.in: Deleted du checks
2987 * INSTALL: Deleted --with-dusum documentation.
2989 * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
2990 Configuration dialog. Added Advanced chown subsection. Deleted
2991 variables from the Special settings section which are now covered
2992 by the configuration dialog.
2994 Mon Dec 21 22:26:34 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
2996 * doc/mc.sgml, mc.1.in: Deleted obsolete information about
2997 tar_gz_memlimit. Partially rewrote the section about the
2998 Virtual FS.. configuration dialog.
3000 1998-12-17 Christopher Blizzard <blizzard@appliedtheory.com>
3002 * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
3004 Sun Dec 13 15:26:19 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
3006 * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
3008 * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
3011 1998-12-08 Tuomas Kuosmanen <tigert@gimp.org>
3013 * new_icons/gnome-image-[lots].png: I added some icons for file
3014 types (image) there - someone please tell me what the correct
3015 location and naming convention is and I will try to follow that. :)
3017 1998-12-08 Christopher Blizzard <blizzard@appliedtheory.com>
3019 * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
3020 the build will still work. (Has this been replaced by new_icons?)
3022 Tue Dec 1 11:58:55 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
3024 * doc/mc.1.in, mc.sgml: added my name to list ov authors
3026 1998-12-02 Miguel de Icaza <miguel@nuclecu.unam.mx>
3028 * Makefile.in (codedirs): Dropped xv and tk ports from the
3029 distribution. include idl directory.
3031 1998-12-01 Miguel de Icaza <miguel@nuclecu.unam.mx>
3033 * configure.in (slang_use_system_installed_lib): Define slang
3034 here, to avoid having this on LIBS.
3036 1998-11-26 Herbert Valerio Riedel <hvr@hvrlab.ml.org>
3038 * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
3040 Thu Nov 26 12:20:06 1998 Pavel Roskin <pavel_roskin@geocities.com>
3042 * config.h.in: Removed from CVS, added to .cvsignore
3044 * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
3046 NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
3047 HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
3048 HAS_CURSES added to acconfig.h
3050 1998-11-24 Federico Mena Quintero <federico@nuclecu.unam.mx>
3052 * autogen.sh: Add "-I macros" to the aclocal flags.
3054 * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
3055 so that aclocal will not complain about an obsolete macro.
3057 * configure.in: Use MC_HPUX_PROG_CC_STDC
3059 * ChangeLog: There was no ChangeLog here, so I added one.