/[mc]/mc/ChangeLog
ViewVC logotype

Contents of /mc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.697 - (show annotations) (download)
Thu Jan 22 07:40:51 2004 UTC (20 years, 3 months ago) by proski
Branch: MAIN
Changes since 1.696: +2 -0 lines
* lib/mc.ext.in: Recognize *.tb2 and *.tbz files.

1 2004-01-22 Pavel Roskin <proski@gnu.org>
2
3 * lib/mc.ext.in: Recognize *.tb2 and *.tbz files.
4
5 * configure.in: Rename to ...
6 * configure.ac: ... this.
7
8 2003-12-30 David Martin <dmartina@excite.com>
9
10 * doc/mc.1.in: Synchronized latest fixes (long options) and
11 moved year and version number.
12
13 2003-12-24 Pavel Roskin <proski@gnu.org>
14
15 * configure.in: Release 4.6.1-pre1.
16
17 2003-11-28 Pavel Roskin <proski@gnu.org>
18
19 * acinclude.m4 (MC_UNDELFS_CHECKS): Try ext2fs/ext2_fs.h before
20 linux/ext2_fs.h. Use ext2fs/ext2_fs.h when possible - it's
21 safer to avoid kernel headers.
22
23 2003-11-27 Pavel Roskin <proski@gnu.org>
24
25 * src/TODO: Move ...
26 * TODO: ... here.
27 * doc/DEVEL: Move ...
28 * HACKING: ... here. Adjust makefiles.
29
30 2003-11-20 Pavel Roskin <proski@gnu.org>
31
32 * build-glib1.sh: Use more portable syntax for functions. Fall
33 back to "ftp" for download, useful on BSD.
34 * build-glib2.sh: Likewise.
35
36 * build-glib1.sh: New file - download and compile glib 1.2.x,
37 then compile mc against it.
38 * build-glib2.sh: New file - download and compile glib 2.x with
39 dependencies (gettext, pkgconfig), then compile mc against it.
40 * Makefile.am: Distribute them.
41
42 2003-10-29 Pavel Roskin <proski@gnu.org>
43
44 * acinclude.m4 (MC_UNDELFS_CHECKS): Don't use internal Autoconf
45 variables.
46
47 * configure.in: Rewrite check for mmap() to avoid using internal
48 variables of Autoconf. Rename the rest of ac_cv_* to mc_cv_*.
49
50 * configure.in: Use AC_CHECK_MEMBERS to check fields of struct
51 stat. Adjust all dependencies.
52
53 * acinclude.m4 (AC_STRUCT_LINGER): Remove, use AC_CHECK_MEMBERS
54 instead.
55
56 * configure.in: Define SLANG_POSIX_SIGNALS if all 4 required
57 functions are present. Remove references to extraconf.h.
58 * extraconf.h: Eliminate.
59 * Makefile.am: Remove extraconf.h.
60
61 * configure.in: Move ext2fs undelete support ...
62 * acinclude.m4 (MC_WITH_VFS): ... here.
63 * extraconf.h: Remove VFS logic, it's enforced in configure now.
64
65 * acinclude.m4 (MC_WITH_VFS): Use AC_SEARCH_LIBS when possible.
66 Allow disabling network code by --disable-netcode.
67
68 2003-10-28 Pavel Roskin <proski@gnu.org>
69
70 * configure.in: Don't check if "file" can use stdin - it's
71 unused now.
72
73 2003-10-25 Pavel Roskin <proski@gnu.org>
74
75 * extraconf.h: Don't define HAVE_GRANTPT forcedly if grantpt()
76 wasn't found. Don't define HAVE_CRYPT, it's unused now.
77
78 * configure.in: Remove check for socketpair(). Add new option
79 --enable-background.
80 * extraconf.h: Don't define WITH_BACKGROUND.
81
82 2003-10-14 Pavel Roskin <proski@gnu.org>
83
84 * configure.in: Don't check for seekdir() and telldir().
85
86 2003-09-23 Pavel Roskin <proski@gnu.org>
87
88 * doc/sr/Makefile.am: Don't install mcserv documentation if mcfs
89 support is disabled.
90
91 * lib/*.ti: Remove, these files are obsolete.
92 * lib/tdiff: Likewise.
93 * lib/xterm.tcap: Likewise.
94 * lib/Makefile.am: Remove obsolete files. Don't install
95 README.xterm and xterm.ad, there are partly obsolete and can
96 break things if used as is.
97
98 2003-09-22 Strahinya Radich <mr99164@alas.matf.bg.ac.yu>
99
100 * lib/mc.hint.sr: Updated.
101 * lib/mc.menu.sr: New file - translated menu.
102 * lib/Makefile.am: Add mc.menu.sr.
103 * doc/sr/: New Serbian documentation.
104 * doc/Makefile.am: Add "sr" directory.
105 * configure.in: Add substitutions for new files.
106
107 2003-09-22 Pavel Roskin <proski@gnu.org>
108
109 * configure.in: Check for strlcpy() if glib 1.2.x is used.
110
111 2003-09-11 Strahinya Radich <mr99164@alas.matf.bg.ac.yu>
112
113 * lib/mc.hint.sr: New file - Serbian hints.
114
115 2003-09-04 Pavel Roskin <proski@gnu.org>
116
117 * lib/mc.menu: Add entry for viewing manual pages.
118
119 2003-08-18 Pavel Roskin <proski@gnu.org>
120
121 * lib/mc-wrapper.csh.in: Use "id" command to find the real user
122 id. $USER is not reliable.
123 * lib/mc-wrapper.sh.in: Likewise.
124 Reported by Figura Peter <peterf@autus.sk>
125
126 2003-08-18 Andrew V. Samoilov <sav@bcs.zp.ua>
127
128 * acinclude.m4 (MC_WITH_NCURSES): Fix ESCDELAY check on Solaris.
129 Make sure that linking succeeds.
130
131 2003-08-02 Pavel Roskin <proski@gnu.org>
132
133 * lib/cedit.menu: Avoid using "id -u", it doesn't work on
134 Solaris. From Andrew V. Samoilov <sav@bcs.zp.ua>
135
136 2003-07-23 Pavel Roskin <proski@gnu.org>
137
138 * lib/mc.lib: Add more "end" and "home" sequences for xterm.
139
140 2003-07-22 Pavel Roskin <proski@gnu.org>
141
142 Get rid of all references to NATIVE_WIN32.
143
144 * pc: Remove. No work has been done on the PC post for years.
145 * README.PC: Likewise.
146 * Makefile.am: Adjust for the above.
147 * configure.in: Likewise.
148
149 2003-07-21 Pavel Roskin <proski@gnu.org>
150
151 * configure.in: Check posix_openpt() first and fallback to
152 GNU-specific getpt() only if needed.
153
154 2003-06-29 David Sterba <dave@jikos.cz>
155
156 * lib/mc.hint.cs: Typo fixes.
157
158 2003-06-25 Marco Ciampa <ciampix@libero.it>
159
160 * doc/it/mc.1.in: small fix
161
162 2003-06-23 Andrew V. Samoilov <sav@bcs.zp.ua>
163
164 * lib/mc.ext: Allow ZIP in all capitals in "file" output.
165
166 2003-06-18 Pavel Roskin <proski@gnu.org>
167
168 * configure.in: Remove test for SCO UNIX. Remove all references
169 to SCO_FLAVOR everywhere. SCO flavor is rather unsavory now.
170
171 2003-06-06 Pavel Roskin <proski@gnu.org>
172
173 * lib/mc.ext.in: Don't run compressed logs from /var/log through
174 nroff. Suggested by Alfie Costa <agcosta@gmx.net>
175
176 2003-05-16 Marco Ciampa <ciampix@libero.it>
177
178 * syntax/ruby.syntax: upgrade
179 * syntax/perl.syntax: small fix
180
181 2003-05-14 Marco Ciampa <ciampix@libero.it>
182
183 * syntax/ruby.syntax: New file - syntax for Ruby.
184 * syntax/Syntax: Add ruby.syntax.
185 * syntax/Makefile.am: Likewise.
186
187 2003-05-08 Pavel Roskin <proski@gnu.org>
188
189 * mc.spec.in: Strip pre-1998 changelog to work around a bug in
190 rpm 4.2, which doesn't like %install inside %changelog.
191
192 2003-04-29 Pavel Roskin <proski@gnu.org>
193
194 * configure.in: Add vfs/extfs/iso9660 to AC_CONFIG_FILES.
195 * lib/mc.ext.in: Add support for ISO images.
196
197 2003-03-31 Dmitry Alexeyev <dmi_a@qnx.org.ru>
198
199 * syntax/Syntax: Highlight *.mc as a makefile.
200 * syntax/sql.syntax: Add more keywords for PostgreSQL.
201
202 2003-03-21 Pavel Roskin <proski@gnu.org>
203
204 * syntax/sh.syntax: Highlight "find". Highlight whole string
205 after "#!". Make unrecognized text inside `` less bright.
206
207 2003-03-17 Marco Ciampa <ciampix@libero.it>
208
209 * doc/it/mc.1.in: Some manual fixes.
210
211 2003-03-14 Pavel Roskin <proski@gnu.org>
212
213 * syntax/c.syntax: Allow integer specifiers for %x and %X in C
214 format strings.
215 * syntax/cs.syntax: Likewise.
216 * syntax/java.syntax: Likewise.
217 * syntax/ml.syntax: Likewise.
218 * syntax/php.syntax: Likewise.
219 * syntax/python.syntax: Likewise.
220 * syntax/slang.syntax: Likewise.
221 * syntax/swig.syntax: Likewise.
222
223 2003-03-11 Pavel Roskin <proski@gnu.org>
224
225 * acinclude.m4 (MC_ASM_LABELS): New macro to work around a bug
226 gettext. Define _INTL_REDIRECT_MACROS if needed.
227 * configure.in: Use MC_ASM_LABELS.
228
229 2003-03-07 Pavel Roskin <proski@gnu.org>
230
231 * configure.in: Add --with-glib-static option.
232
233 2003-03-06 Pavel Roskin <proski@gnu.org>
234
235 * syntax/spec.syntax: Add BuildArch.
236
237 2003-03-05 Pavel Roskin <proski@gnu.org>
238
239 * configure.in: Check availability of setsid().
240
241 2003-03-04 Sanlig Badral <Badral@chinggis.com>
242
243 * po/LINGUAS: added Mongolian (mn) translation.
244
245 2003-03-03 Pavel Roskin <proski@gnu.org>
246
247 * lib/mc.lib: Add xterm arrows both for application and normal
248 mode. Normal mode can be accidentally enabled if one mc is run
249 from another and Ctrl-O is used to switch between them.
250 Add F11-F20 definitions for cons25 (FreeBSD console).
251
252 2003-02-27 Juan C. Olivares <juancri@TAGnet.org>
253
254 * syntax/cs.syntax: New file.
255 * syntax/Syntax: Add cs.syntax.
256 * syntax/Makefile.am: Likewise.
257
258 2003-02-27 Marco Ciampa <ciampix@libero.it>
259
260 * doc/it/mc.1.in: updated manual with -e switch description.
261
262 2003-02-26 Pavel Roskin <proski@gnu.org>
263
264 * syntax/syntax.syntax: Highlight "define".
265
266 2003-02-23 Marco Ciampa <ciampix@libero.it>
267
268 * doc/it/mc.1.in: updated manual with some stylistic changes.
269
270 2003-02-23 Dmitry Alexeyev <dmi_a@qnx.org.ru>
271
272 * lib/mc.ext.in: Add entry for QNX Neutrino packages.
273
274 2003-02-22 Pavel Tsekov <ptsekov@gmx.net>
275
276 * acinclude.m4 [AC_G_MODULE_SUPPORTED]: New macro.
277 * configure.in: Test for gmodule. Don't link mc with libX11 if
278 gmodule is supported.
279
280 2003-02-22 Pavel Roskin <proski@gnu.org>
281
282 * configure.in: Add --with-glib12 option to configure to force
283 using glib 1.2.x.
284
285 2003-02-21 Andrew V. Samoilov <sav@bcs.zp.ua>
286
287 * doc/ru/mc.1.in (Layout): Translate 'Xterm window title' option.
288 (Extension File Edit): Translate include feature.
289
290 2003-02-20 Pavel Roskin <proski@gnu.org>
291
292 * configure.in: Move list of all translations ...
293 * po/LINGUAS: ... here.
294
295 2003-02-18 Pavel Roskin <proski@gnu.org>
296
297 * syntax/c.syntax: Highlight C++ comments in preprocessor
298 directives.
299 Reported by Oswald Buddenhagen <ossi@kde.org>
300
301 2003-02-13 Marco Ciampa <ciampix@libero.it>
302
303 * doc/it/mc.1.in: updated manual following it.po changes.
304
305 2003-02-05 Pavel Roskin <proski@gnu.org>
306
307 * configure.in: Bump version to 4.6.0a.
308
309 * configure.in: Version 4.6.0 released.
310
311 2003-02-04 Arpi <arpi@mplayerhq.hu>
312
313 * syntax/Syntax: Match *.syntax before other files to fix
314 highlighting of makefile.syntax.
315
316 2003-02-04 Pavel Roskin <proski@gnu.org>
317
318 * syntax/c.syntax: Revert highlighting trailing whitespaces.
319
320 2003-02-03 Andrew V. Samoilov <sav@bcs.zp.ua>
321
322 * autogen.sh: Fix unportable "+" sed regexp in gettext_ver
323 calculation. Reported by vlad@geekizoid.com.
324
325 2003-01-31 Pavel Roskin <proski@gnu.org>
326
327 * syntax/nroff.syntax: Make colors more compatible with the
328 highlighting used in the internal viewer - yellow for bold and
329 brightred for italic.
330
331 2003-01-31 Andrew V. Samoilov <sav@bcs.zp.ua>
332
333 * syntax/c.syntax: Highlight trailing whitespace(s).
334
335 2003-01-30 Pavel Tsekov <ptsekov@gmx.net>
336
337 * acinclude.m4 (MC_WITH_NCURSES): Check -lcurses if -lncurses
338 doesn't work. Useful on OpenBSD 3.2.
339
340 2003-01-29 Pavel Roskin <proski@gnu.org>
341
342 * lib/mc.ext.in: Fix missing semicolon that affected viewing RPM
343 packages.
344
345 2003-01-24 Pavel Roskin <proski@gnu.org>
346
347 * configure.in: Add -lposix on A/UX before all tests.
348
349 2003-01-23 Pavel Roskin <proski@gnu.org>
350
351 * acinclude.m4 (MC_EXTFS_CHECKS): Fix redirection to /dev/null.
352
353 2003-01-22 Pavel Roskin <proski@gnu.org>
354
355 * configure.in: Bump version to 4.6.0-pre3a.
356
357 * configure.in: Version 4.6.0-pre3 released.
358
359 * acinclude.m4 (_MC_WITH_XSLANG): Drop support for old S-Lang
360 versions that required the native curses library on some OSes.
361
362 2003-01-19 Adam Byrtek <alpha@debian.org>
363
364 * doc/mcview.1.in: New file.
365 * configure.in: Treat it like doc/mcedit.1.in.
366 * doc/Makefile.am: Likewise.
367
368 2003-01-17 Adam Byrtek <alpha@debian.org>
369
370 * doc/mc.1.in (Layout): Document 'Xterm window title' option.
371
372 2003-01-16 David Martin <dmartina@excite.com>
373
374 * doc/mc.1.in: Add EXTernal virtual File System node (extfs).
375
376 2003-01-16 David Martin <dmartina@excite.com>
377
378 * doc/mc.1.in: Set man page header and footer.
379 * doc/es/mc.1.in: Likewise.
380 * doc/hu/mc.1.in: Likewise.
381 * doc/it/mc.1.in: Likewise.
382 * doc/pl/mc.1.in: Likewise.
383 * doc/ru/mc.1.in: Likewise.
384
385 2003-01-12 David Martin <dmartina@excite.com>
386
387 * po/es.po: Update. Rewrite localized names for some menu entries.
388 * doc/es/mc.1.in: Likewise.
389 * lib/mc.hint.es: Likewise.
390
391 2002-12-27 David Martin <dmartina@excite.com>
392
393 * doc/pl/xnc.hlp: Update GPL (change FSF address and move 19xx
394 entries to "year").
395
396 2002-12-26 Pavel Roskin <proski@gnu.org>
397
398 * configure.in: Release 4.6.0-pre2, bump version to 4.6.0-pre2a.
399
400 * configure.in: Fix non-portable operator. Bump version to
401 4.6.0-pre2.
402
403 2002-12-24 Pavel Roskin <proski@gnu.org>
404
405 * lib/mc.ext.in: Use --nosignature with rpm to avoid a message
406 in the viewer about unsigned packages.
407
408 * acinclude.m4 (MC_WITH_SLANG): Don't add -lslang to MCLIBS if
409 the system S-Lang is rejected.
410
411 * lib/mc.ext.in: Play *.mov by mplayer.
412
413 2002-12-23 Pavel Roskin <proski@gnu.org>
414
415 * configure.in: Enable X11 support by default, use --without-x
416 to disable.
417
418 2002-12-19 Pavel Roskin <proski@gnu.org>
419
420 * syntax/perl.syntax: Add separate context for function
421 declarations and definitions, highlight prototypes.
422
423 2002-12-11 Pavel Roskin <proski@gnu.org>
424
425 * acinclude.m4 (MC_EXTFS_CHECKS): Add check for Perl.
426 * configure.in: Substitute Perl location in all extfs scripts
427 written in Perl.
428
429 2002-12-11 David Martin <dmartina@excite.com>
430
431 * doc/xnc.hlp: Update GPL (change FSF address
432 and move 19xx entries to "year").
433 * doc/es/xnc.hlp: Likewise.
434 * doc/hu/xnc.hlp: Likewise.
435 * doc/it/xnc.hlp: Likewise.
436 * doc/ru/xnc.hlp: Likewise.
437
438 2002-12-09 Pavel Roskin <proski@gnu.org>
439
440 * lib/mc.ext.in: Remove ftplist. Add patchfs.
441
442 2002-11-29 Andrew V. Samoilov <sav@bcs.zp.ua>
443
444 * autogen.sh: Use $srcdir/configure.mc instead of
445 $srcdir/configure if first one exists and is executable.
446
447 2002-11-28 Pavel Roskin <proski@gnu.org>
448
449 * configure.in: Determine which help translations user wants to
450 install, based on USE_NLS, LINGUAS and ALL_LINGUAS.
451 * doc/Makefile.am: Set SUBDIR to the list of the requested
452 translations.
453
454 * acinclude.m4 (MC_EXTFS_CHECKS): New macro.
455 (MC_WITH_VFS): Call MC_EXTFS_CHECKS.
456 * configure.in: Generate vfs/extfs/uzip.
457 * vfs/extfs/uzip: Move to vfs/extfs/uzip.in.
458 * vfs/extfs/Makefile.am: Corresponding adjustments.
459
460 2002-11-26 Pavel Roskin <proski@gnu.org>
461
462 * syntax/sql.syntax: Add highlighting for dot and backticks.
463
464 2002-11-16 Pavel Roskin <proski@gnu.org>
465
466 * configure.in: Move check for pwdauth() to MC_MCSERVER_CHECKS.
467 * acinclude.m4 (MC_MCSERVER_CHECKS): If using crypt(), check for
468 shadow password support.
469
470 * acinclude.m4 (MC_MCSERVER_CHECKS): Don't limit PAM check to
471 Linux. Use AC_SEARCH_LIBS to find crypt(). Consolidate mcserv
472 libraries into MCSERVLIBS.
473
474 * configure.in: Move all mcserv related checks ...
475 * acinclude.m4 (MC_MCSERVER_CHECKS): ... here.
476
477 2002-11-15 Pavel Roskin <proski@gnu.org>
478
479 * configure.in: Fully enable glib2. Update the documentation.
480
481 2002-11-14 Andrew V. Samoilov <sav@bcs.zp.ua>
482
483 * lib/mc.menu: Don't use --repetitive-best option with bzip2 -
484 it is redundant in versions 0.9.5 and above.
485
486 2002-11-10 Pavel Roskin <proski@gnu.org>
487
488 * configure.in: Check for uintptr_t. Needed to compile regex.c
489 on MacOS X. Reported by Wim Rijnders <wimrijnders@home.nl>
490
491 2002-11-07 Andrew V. Samoilov <sav@bcs.zp.ua>
492
493 * syntax/ada95.syntax: Highlight "then" and "else".
494 From Victor Porton <porton@ex-code.com>.
495 Highlight "exit".
496
497 2002-11-06 Pavel Roskin <proski@gnu.org>
498
499 * lib/edit.indent.rc: Remove all options for indent and add a
500 comment explaining where those options should be.
501
502 2002-11-05 Pavel Roskin <proski@gnu.org>
503
504 * lib/mc-wrapper.csh.in: Remove /bin/csh at the beginning - this
505 script is not meant to be executed by the kernel. This also
506 eliminates dependency of the RPM package on csh.
507 * lib/mc-wrapper.sh.in: Remove /bin/sh at the beginning.
508
509 2002-11-01 Pavel Roskin <proski@gnu.org>
510
511 * configure.in: Don't substitute mc.sh and mc.csh - it's now
512 done ...
513 * lib/Makefile.am: ... here. Add wrappers for mc to avoid
514 defining complex shell scripts in functions and aliases.
515 * lib/mc-wrapper.csh.in: New file - template for the script
516 that runs mc and changes directory in csh.
517 * lib/mc-wrapper.sh.in: New file - template for the script
518 that runs mc and changes directory in sh.
519
520 2002-11-01 Andrew V. Samoilov <sav@bcs.zp.ua>
521
522 * doc/mc.1.in (Keys): Document S-<chr>.
523 * doc/ru/mc.1.in: Likewise.
524
525 2002-10-31 Pavel Roskin <proski@gnu.org>
526
527 * syntax/diff.syntax: Revert highlighting for trailing spaces
528 on the added lines - it extends the context to the next line.
529
530 * lib/mc.csh.in: Add quoting and check for missing file.
531
532 * lib/mc.csh.in: Update to use the new -P option. This script
533 has absolutely no protection against special symbols in
534 directory names and lacks TMPDIR support.
535
536 * lib/mc.sh.in: Update to use the new -P option.
537
538 * configure.in: Displaying the install paths is too problematic
539 to implement properly. Remove this code.
540
541 2002-10-29 Pavel Roskin <proski@gnu.org>
542
543 * lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.
544 * configure.in: Likewise. Add "-c" (disable ANSI color) to
545 MAN_FLAGS if supported.
546
547 * acinclude.m4 (MC_WITH_SLANG): Reject S-Lang with UTF-8
548 support, unless external S-Lang was explicitly requested.
549
550 2002-10-24 Pavel Roskin <proski@gnu.org>
551
552 * lib/mc.ext.in: Don't use links to view html - the "-dump"
553 option has been removed in the recent versions.
554 From David Martin <dmartina@excite.com>
555
556 2002-10-21 Pavel Roskin <proski@gnu.org>
557
558 * acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
559 to the final configuration message.
560
561 2002-10-17 Pavel Roskin <proski@gnu.org>
562
563 * doc/hu/Makefile.am: Generate Hungarian help file from the
564 manual, just like other languages.
565 * doc/hu/mc.1.in: New file, converted from the help file.
566 * doc/hu/xnc.hlp: Likewise.
567 * configure.in: Adjust for the above.
568
569 * doc/mc.1.in: Add node names. Remove redundant paragraph
570 breaks at the start and the end of the sections. Mention
571 "stalelink" as color keyword.
572
573 2002-10-14 Pavel Roskin <proski@gnu.org>
574
575 * lib/mc.ext.in: Don't use "-dump" option with "links".
576 From David Martin <dmartina@excite.com>
577
578 2002-10-13 Pavel Roskin <proski@gnu.org>
579
580 * lib/mc.hint*: Remove all references to "-1" - hints file is no
581 substitute to unambiguous GUI.
582 From Christian Laubscher <christian.laubscher@tiscalinet.ch>
583
584 2002-10-12 Pavel Roskin <proski@gnu.org>
585
586 * lib/mc.ext.in: Redirect stderr from "links" to suppress a
587 warning if it's not found.
588
589 2002-10-09 Andrew V. Samoilov <sav@bcs.zp.ua>
590
591 * doc/mc.1.in (SMB File System): Username is allowed in
592 URLs now (/#smb:[user@]machine).
593 * doc/ru/mc.1.in: Likewise.
594
595 2002-10-08 Pavel Roskin <proski@gnu.org>
596
597 * configure.in: Rename RH_VERSION to RPM_VERSION - not every
598 rpm-based system is Red Hat. Replace all dashes, not just one.
599
600 * acinclude.m4 (MC_WITH_MCSLANG): Check for terminfo and use
601 termcap if terminfo is missing in the known locations.
602 * configure.in: Remove --with-termcap processing, it is now in
603 acinclude.m4.
604
605 2002-10-02 Pavel Roskin <proski@gnu.org>
606
607 * syntax/syntax.syntax: Fix highlighting for "gray".
608
609 2002-10-01 Pavel Roskin <proski@gnu.org>
610
611 * configure.in: Expand $bindir and $datadir to show at the end.
612 Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
613
614 2002-09-29 Pavel Roskin <proski@gnu.org>
615
616 * configure.in: Remove the argument from --with-gpm-mouse. The
617 directories for include files and libraries can be specified
618 using LDFLAGS and CPPFLAGS, as documented in the output of
619 "configure --help".
620
621 * configure.in: Complete rewrite of the screen library support.
622 Add new option --with-screen instead on --with-slang,
623 --with-included-slang and --with-ncurses. Only allow
624 --with-termcap is using the included S-Lang library.
625 * aclocal.m4: Corresponding changes.
626
627 * syntax/mail.syntax: Replace "wholechars right" and "wholechars
628 left" with single "wholechars".
629 * syntax/nroff.syntax: Likewise.
630 * syntax/sh.syntax: Likewise.
631 * syntax/tcl.syntax: Likewise.
632
633 * syntax/*.syntax: Remove numeric Cooledit colors. It's
634 unreasonable to require them to be correct. On the other hand,
635 Cooledit can easily be changed to accept named color names.
636
637 * syntax/syntax.syntax: Don't require Cooledit colors for
638 highlighting color names. Remove Cooledit colors.
639
640 * syntax/m4.syntax: Don't use yellow color on parentheses, since
641 it interferes with parentheses highlighting. Remove list of
642 supported Autoconf macros.
643
644 2002-09-26 Pavel Roskin <proski@gnu.org>
645
646 * syntax/syntax.syntax: Remove highlighting for numbers - it's
647 for Cooledit only.
648
649 * syntax/c.syntax: Require at least one space at the beginning
650 of indented cpp directives. Use brightmagenta for them.
651
652 * syntax/syntax.syntax: Don't start keywords with "\[" - it
653 doesn't work. Use "\[\]" at the end of keywords to suppress
654 their special meaning.
655
656 2002-09-22 Pavel Roskin <proski@gnu.org>
657
658 * doc/Makefile.am: Remove width from the man2hlp command line.
659 The same for translations.
660
661 * configure.in: Remove support for HSC proxy - it's obsolete.
662 Remove all references to HSC proxy everywhere.
663
664 2002-09-21 Pavel Roskin <proski@gnu.org>
665
666 * configure.in: Bump version to 4.6.0-pre1b.
667
668 * doc/hu/mc.hlp.hu: Rename to ...
669 * doc/hu/mc.hlp.hu.in: ... this. Adjust paths.
670 * configure.in: Substitute doc/hu/mc.hlp.hu.
671 * doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
672
673 * doc/mc.1.in: Update path to the data files. Rename MC_LIBDIR
674 to MC_DATADIR. Make the same changes in the translations.
675
676 * */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
677 directory for architecture-independent files.
678
679 2002-09-19 Pavel Roskin <proski@gnu.org>
680
681 * syntax/m4.syntax: New file.
682 * syntax/Syntax: Add m4.syntax.
683 * syntax/Makefile.am: Likewise.
684 From Vlad Romanenko <VladRomanenko@ukr.net>
685
686 * syntax/sql.syntax: Only recognize non-standard MySQL comments
687 at the beginning of line.
688
689 2002-09-19 Andrew V. Samoilov <sav@bcs.zp.ua>
690
691 * syntax/syntax.syntax: Add "linestart" for "context",
692 "context default" and "context exclusive" keywords.
693 * syntax/c.syntax: Fix "%s" highlighting for "%-19s"
694 and "%5.5s" formats.
695
696 2002-09-18 Pavel Roskin <proski@gnu.org>
697
698 * syntax/Syntax: Remove gobledy_gook at the beginning. Move
699 rules for syntax files ...
700 * syntax/syntax.syntax: ... here. Add "linestart" for "file"
701 and "include" keywords.
702 * syntax/Makefile.am: Add syntax.syntax.
703
704 2002-09-17 Vlad Romanenko <VladRomanenko@ukr.net>
705
706 * syntax/js.syntax: Advanced number highlighting.
707
708 2002-09-17 Pavel Roskin <proski@gnu.org>
709
710 * syntax/c.syntax: Highlight "?" by the same color as ":".
711 * syntax/java.syntax: Likewise.
712 * syntax/swig.syntax: Likewise.
713 * syntax/python.syntax: Remove duplicate keyword ":".
714
715 * Makefile.am: Add m4 to SUBDIRS. Set ACLOCAL_AMFLAGS so that
716 m4 directory is used by aclocal.
717 * m4/Makefile.am: New file.
718 * configure.in: Substitute m4/Makefile.
719 * autogen.sh: Don't copy any macro files, use m4 directory.
720
721 * syntax/Makefile.am: Add js.syntax.
722
723 * configure.in: Add support for glib 2.x. Right now, it has to
724 be explicitly enabled by `--with-glib2'.
725 From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
726
727 2002-09-16 Pavel Roskin <proski@gnu.org>
728
729 * syntax/js.syntax: New file.
730 * syntax/Syntax: Add js.syntax.
731 From Vlad Romanenko <VladRomanenko@ukr.net>
732
733 2002-09-16 Andrew V. Samoilov <sav@bcs.zp.ua>
734
735 * doc/pl/Makefile.am: Use $(top_srcdir)/doc/xnc.hlp instead
736 of local xnc.hlp
737 * doc/pl/xnc.hlp: Removed.
738
739 2002-09-13 Pavel Roskin <proski@gnu.org>
740
741 * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
742 Remove "potfiles" command.
743 * acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
744 compatibility with gettext 0.10.x.
745
746 * autogen.sh: Use autopoint for gettext 0.11.5 and above. Don't
747 allow gettext versions from 0.10.40 to 0.11.5 (not inclusive).
748
749 * po/Makevars: New file for compatibility with gettext 0.11.x.
750
751 * configure.in: Remove "Debugger code" message.
752
753 * acinclude.m4: Replace undelfs_o with use_undelfs.
754 * configure.in: Likewise. Don't substitute it.
755
756 * configure.in: Simplify processing of without-edit. Replace
757 several variables with use_edit.
758 * acinclude.m4: Remove AC_WITH_EDIT.
759
760 * acinclude.m4: Replace smbfs and SAMBAFILES variables with
761 use_smbfs.
762 * configure.in: Likewise.
763 * INSTALL: Document --with-samba.
764
765 * configure.in: Roll --enable-mcserv-install into ...
766 * acinclude.m4: ... --with-mcfs. Adjust makefiles.
767 * INSTALL: Document --with-mcfs.
768
769 2002-09-12 Pavel Roskin <proski@gnu.org>
770
771 * configure.in: Don't check if crypt() prototype is needed to
772 avoid warnings - the whole code is not worth avoiding one
773 legitimate warning.
774 * acinclude.m4: Remove AC_TRY_WARNINGS.
775
776 * configure.in: ALL_LINGUAS should be defined unconditionally.
777
778 * acinclude.m4: Clarify some help texts, add defaults in square
779 brackets, use more consistent spacing.
780 * configure.in: Likewise.
781
782 * lib/mc.menu: Don't call tarballs "releases". Don't
783 dereference symlinks.
784
785 2002-09-10 Pavel Roskin <proski@gnu.org>
786
787 Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
788
789 2002-09-07 Pavel Roskin <proski@gnu.org>
790
791 * configure.in: Eliminate --with-terminfo option, which was
792 essentially equivalent to --with-included-slang and didn't force
793 anything.
794 * acinclude.m4 (AC_USE_TERMINFO): Remove.
795 * INSTALL: Adjust to match.
796 * FAQ: Likewise.
797
798 2002-09-05 Pavel Roskin <proski@gnu.org>
799
800 * configure.in: Fix USE_VFS_NET conditional. Don't substitute
801 NETFILES - it's unused.
802
803 * configure.in: Check for arpa/inet.h.
804
805 * mcfn_install: Remove. Also remove all references to it.
806 * INSTALL.FAST: Update information about ncurses.
807 From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
808
809 * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
810 LIBS.
811 * configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead. Add
812 "-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
813 test for ncurses in non-standard directories.
814
815 2002-09-04 Pavel Roskin <proski@gnu.org>
816
817 * lib/mc.ext.in: Remove edit rules for compressed files that
818 were compressing even unchanged files - the editor itself can
819 handle compression better.
820
821 2002-09-03 Pavel Roskin <proski@gnu.org>
822
823 * acinclude.m4: Remove Termnet support, it's too old and obscure
824 to be supported properly.
825
826 2002-08-27 Pavel Roskin <proski@gnu.org>
827
828 * lib/mc.ext.in: Add new OpenOffice.org formats. Always use
829 OpenOffice.org, not StarOffice. Add more video formats.
830
831 * lib/mc.ext.in: Use gzip instead of gunzip and compress. Avoid
832 unnecessary pipeline. Redirect stderr from cpio, because it can
833 be non-empty even for successful operations.
834
835 2002-08-26 Pavel Roskin <proski@gnu.org>
836
837 * syntax/spec.syntax: New file.
838 * syntax/Syntax: Add spec.syntax.
839 * syntax/Makefile.am: Likewise.
840 From PLD Linux Distribution with minor changes.
841
842 2002-08-25 Pavel Roskin <proski@gnu.org>
843
844 * lib/mcserv.init: Update from Red Hat package.
845 * lib/mcserv.pamd: Likewise.
846
847 * configure.in: Fix interpretation of the iconv test result.
848 Reported by Pavel Shirshov <pavelsh@mail.ru>
849
850 * mc.sh.in: Only bash needs the mc() function to be exported.
851
852 * doc/pl/mc.1.in: Add node names and options. Use @prefix@
853 instead of /usr where appropriate.
854 * doc/Makefile.am: Enable generation of the help file.
855
856 * doc/pl/*: Add Polish translation.
857 * doc/Makefile.am: Adjust for the above.
858 * configure.in: Likewise.
859
860 2002-08-24 Pavel Roskin <proski@gnu.org>
861
862 * lib/edit.indent.rc: Use tidy to format HTML.
863 From David Martin <dmartina@excite.com>
864
865 * lib/cedit.menu: Remove all references to the error file.
866 * lib/edit.indent.rc: Likewise.
867 * lib/edit.spell.rc: Likewise.
868
869 2002-08-23 Pavel Roskin <proski@gnu.org>
870
871 * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
872 use only for the programs that need it (mc and mcserv).
873
874 * configure.in: Fix help text for gpm and ncurses. Properly
875 handle --without-ncurses.
876 Reported by Moritz Barsnick <moritz@barsnick.net>
877
878 * configure.in: Work around a bug in Autoconf-2.53 that prevents
879 splitting of user-specified path in AC_PATH_PROGS.
880
881 * configure.in: Move glib test earlier, as it tends to fail for
882 many users. Make GLIB_CONFIG a precious variable. Check for
883 glib12-config - that's how it's called on FreeBSD.
884 Reported by Pavel Shirshov <pavelsh@mail.ru>
885
886 2002-08-22 Pavel Roskin <proski@gnu.org>
887
888 * configure.in: Remove old-style Linux-only support for shadow
889 passwords.
890
891 2002-08-21 Pavel Roskin <proski@gnu.org>
892
893 * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
894 now, otherwise Automake 1.5 breaks. Remove version number from
895 AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
896 Substitute RH_VERSION, which is VERSION without dashes, needed
897 for RedHat specfile.
898
899 * configure.in: Bump version to 4.6.0-pre1a. Don't use
900 arguments in AM_INIT_AUTOMAKE to avoid defining the version in
901 two places.
902
903 Release mc-4.6.0-pre1.
904
905 * configure.in: Bump version to 4.6.0-pre1.
906 * po/*.po: Regenerate.
907
908 2002-08-20 David Martin <dmartina@excite.com>
909
910 * doc/es/mc.1.in: Minor changes.
911 * doc/es/xnc.hlp: Likewise.
912
913 2002-08-20 Andrew V. Samoilov <sav@bcs.zp.ua>
914
915 * mc.spec.in: Add /usr/lib/mc/mc.charsets and
916 %{_mandir}/*/man1/*.
917
918 2002-08-20 Pavel Roskin <proski@gnu.org>
919
920 * doc/it/mc.1.in (Controlling Midnight Commander): Remove.
921
922 2002-08-19 Pavel Roskin <proski@gnu.org>
923
924 * configure.in: Add Italian documentation.
925 * doc/Makefile.am: Likewise.
926
927 * acinclude.m4 (MC_WITH_VFS): Disable mcfs by default.
928
929 * configure.in: Enable subshell support on all operating systems
930 by default. Old issues are most likely solved by now.
931
932 2002-08-18 Pavel Roskin <proski@gnu.org>
933
934 * lib/mc.ext.in: Try links before lynx. Force full path when
935 invoking X11 browsers - it breaks VFS, but VFS support in mc.ext
936 is already broken if the program starts in background. Add a
937 comment discouraging taking this code as example.
938
939 * doc/mc.1.in (Controlling Midnight Commander): Remove, it's
940 obsolete.
941 * doc/es/mc.1.in: Likewise.
942 * doc/ru/mc.1.in: Likewise.
943 * doc/hu/mc.hlp.hu: Likewise.
944
945 * lib/mc.menu: Remove all references to $MC_CONTROL_FILE, which
946 was unsafe by design and is no longer supported. Use %t instead
947 of %u to preserve tags in case of failure.
948
949 * vfs/extfs/ftplist.in: Remove support for running commands, it
950 makes no sense.
951
952 2002-08-16 Pavel Roskin <proski@gnu.org>
953
954 * lib/mc.global: Remove, it duplicates the role of mc.lib.
955 * lib/mc.lib: Add contents of mc.global.
956 * lib/Makefile.am: Remove all references to mc.global.
957
958 * syntax/sh.syntax: Fix highlighting of "<<-EOF".
959 Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
960
961 2002-08-16 Andrew V. Samoilov <sav@bcs.zp.ua>
962
963 * syntax/sh.syntax: Highlight alias, bg, eval, exec, export, fg,
964 set, umask and unset like other builtin commands.
965
966 2002-08-15 Pavel Roskin <proski@gnu.org>
967
968 * configure.in: Remove check for SIGTSTP, it's not needed for
969 the subshell support.
970
971 * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
972 done at runtime.
973 * configure.in: Don't use AC_SHORT_D_NAME_LEN.
974
975 2002-08-14 Andrew V. Samoilov <sav@bcs.zp.ua>
976
977 * doc/ru/mc.1.in: Remove reference to README.edit.
978 * doc/mc.1.in: Likewise.
979 * doc/hu/mc.hlp.hu: Likewise. Remove /var/tmp/mc-4.5.46-buildroot
980 everywhere.
981
982 2002-08-14 Pavel Roskin <proski@gnu.org>
983
984 * doc/mc.1.in: Consistently use "native" ftp syntax.
985 * doc/ru/mc.1.in: Likewise.
986 * doc/es/mc.1.in: Update from David Martin <dmartina@excite.com>
987 * doc/es/xnc.hlp: Likewise.
988
989 * lib/mc.hlp.hu: Move ...
990 * doc/hu/mc.hlp.hu: ... here. Make all necessary adjustments.
991
992 2002-08-09 Pavel Roskin <proski@gnu.org>
993
994 * lib/mc.ext.in: Remove all unrecognized actions (e.g. Extract)
995 and entries that are obsolete or make no sense.
996
997 * doc/xnc.hlp: Add translatable titles for topics "QueryBox" and
998 "How to use help".
999
1000 * doc/Makefile.am: Don't distribute help file. Generate it in
1001 the build directory.
1002 * doc/es/Makefile.am: Likewise.
1003 * doc/ru/Makefile.am: Likewise.
1004
1005 * lib/xnc.hlp: Move ...
1006 * doc/xnc.hlp: ... here.
1007 * doc/Makefile.am: Necessary adjustments.
1008 * lib/Makefile.am: Likewise.
1009 * src/Makefile.am: Likewise.
1010
1011 * configure.in: Add Spanish documentation.
1012 * doc/Makefile.am: Likewise.
1013 * doc/es: Spanish documentation.
1014 From David Martin <dmartina@excite.com>
1015
1016 2002-08-08 Pavel Roskin <proski@gnu.org>
1017
1018 * lib/mc.lib: Add f11-f20 keys for Konsole.
1019
1020 2002-08-06 Pavel Roskin <proski@gnu.org>
1021
1022 * syntax/lisp.syntax: New file.
1023 * syntax/Syntax: Add lisp.syntax.
1024 * syntax/Makefile.am: Likewise.
1025 From Mykolas Juraitis <juramyko@soften.ktu.lt> with minor
1026 changes.
1027
1028 2002-08-04 Pavel Roskin <proski@gnu.org>
1029
1030 * configure.in: Check for SIGTSTP and SIGCONT signals. Disable
1031 subshell if this test fails.
1032
1033 2002-08-03 Pavel Roskin <proski@gnu.org>
1034
1035 * syntax/mail.syntax: Colors changed to be more readable.
1036
1037 * syntax/html.syntax: Don't require character entities to be
1038 whole, but check their validity.
1039
1040 2002-08-02 Pavel Roskin <proski@gnu.org>
1041
1042 * configure.in: No longer need to define REGEX_MALLOC.
1043
1044 2002-08-01 Pavel Roskin <proski@gnu.org>
1045
1046 * configure.in: Remove support for MAD and Electric Fence.
1047 Developers should use modern memory debuggers (e.g. Valgrind).
1048 * INSTALL: Remove references to MAD.
1049
1050 2002-07-31 Pavel Roskin <proski@gnu.org>
1051
1052 * syntax/html.syntax: Remove recognition for any individual
1053 words - there are too many of them, we cannot keep up.
1054
1055 2002-07-30 Pavel Roskin <proski@gnu.org>
1056
1057 * doc/ru/Makefile.am: Use man2hlp directly.
1058
1059 2002-07-28 Pavel Roskin <proski@gnu.org>
1060
1061 * syntax/changelog.syntax: Highlight "*" only after tab. This
1062 requires fixed syntax highlighting.
1063
1064 * lib/mc.ext.in: Open *.doc and *.rtf files with abiword by
1065 default. Open *.xls with gnumeric. Use mplayer for most video
1066 formats.
1067
1068 * syntax/nroff.syntax: Require most keywords to be whole.
1069
1070 2002-07-21 Pavel Roskin <proski@gnu.org>
1071
1072 * syntax/fortran.syntax: Fix highlighting of "*" at the
1073 beginning of line. Recognize " +" as continuation. Move
1074 all "linestart" keywords earlier to avoid more conflicts.
1075
1076 2002-07-18 Pavel Roskin <proski@gnu.org>
1077
1078 * syntax/unknown.syntax: Don't highlight anything by default.
1079
1080 * syntax/changelog.syntax: Highlight functions without
1081 filenames.
1082 * syntax/Syntax: Match *ChangeLog*.
1083
1084 * syntax/c.syntax: Reenable highlighting for "/" and preserve
1085 highlighting for "//" comments by using exclusive context.
1086 * syntax/java.syntax: Likewise.
1087 * syntax/swig.syntax: Likewise.
1088 * syntax/slang.syntax: Reenable highlighting for "/".
1089 * syntax/sql.syntax: Enable highlighting for "/" and "-".
1090
1091 * syntax/sql.syntax: New file.
1092 * syntax/Syntax: Add sql.syntax.
1093 * syntax/Makefile.am: Likewise.
1094 From Walery Studennikov <despair@sama.ru> with minor changes.
1095
1096 2002-07-16 Pavel Roskin <proski@gnu.org>
1097
1098 * lib/mc.ext.in: Remove handling of executables. They should
1099 be handled internally for "pause after run" to work.
1100
1101 * syntax/Syntax: Associate *.itcl with tcl.syntax.
1102 * syntax/tcl.syntax: Add itcl keywords, other improvements.
1103
1104 2002-07-15 Pavel Roskin <proski@gnu.org>
1105
1106 * configure.in: Don't check for strcasecmp(), strncasecmp() and
1107 strdup() - test results are not used except in gettext, which
1108 provides its own tests.
1109
1110 * configure.in: When checking for ncurses, check for
1111 has_colors(), not curses_version() - the later is missing in
1112 older version of ncurses.
1113
1114 2002-07-13 Pavel Roskin <proski@gnu.org>
1115
1116 * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
1117 not to LIBS.
1118 * configure.in: Fix breakage in ncurses headers check from the
1119 previous commit. Simplify other instances of AC_CHECK_HEADERS.
1120 Define REGEX_MALLOC here.
1121
1122 * acinclude.m4 (AC_NCURSES): Remove.
1123 * configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
1124 AC_CHECK_LIB to check existence of ncurses library. Eliminate
1125 variables force_ncurses and search_ncurses.
1126
1127 2002-07-10 Pavel Roskin <proski@gnu.org>
1128
1129 * configure.in: Remove --with-netrc, it is now default and can
1130 be disabled at the runtime.
1131
1132 * syntax/tcl.syntax: New file.
1133 * syntax/Syntax: Add tcl.syntax.
1134 * syntax/Makefile.am: Likewise.
1135 * syntax/java.syntax: Don't treat #define separately from other
1136 preprocessor directives.
1137 * syntax/slang.syntax: Likewise.
1138 * syntax/swig.syntax: Likewise.
1139
1140 2002-07-09 Pavel Roskin <proski@gnu.org>
1141
1142 * syntax/c.syntax: Don't treat #define separately from other
1143 preprocessor directives.
1144
1145 2002-07-08 Pavel Roskin <proski@gnu.org>
1146
1147 * syntax/perl.syntax: Highlight text after __END__ as a comment.
1148 * syntax/po.syntax: Avoid gray color, which is hard to see.
1149
1150 2002-07-05 Pavel Roskin <proski@gnu.org>
1151
1152 * syntax/dos.syntax: Add more commands.
1153
1154 2002-07-04 Pavel Roskin <proski@gnu.org>
1155
1156 * AUTHORS: Add Andrew V. Samoilov <kai@cmail.ru>, alphabetically
1157 sort authors.
1158
1159 2002-06-24 Pavel Roskin <proski@gnu.org>
1160
1161 * syntax/dos.syntax: New file - highlighting for DOS batch
1162 files. From Petr Kozelka <pkozelka@centrum.cz>
1163 * syntax/Syntax: Add dos.syntax.
1164 * syntax/Makefile.am: Likewise.
1165
1166 2002-06-04 Max Schedriviy <max@humgat.org>
1167
1168 * syntax/php.syntax: New version.
1169
1170 2002-05-23 Andrew V. Samoilov <kai@cmail.ru>
1171
1172 * NEWS: Mention ftpfs/fish uploading changes and new configure
1173 options --with-codepagedir=DIR, --with-configdir=DIR and
1174 --without-mcfs.
1175
1176 2002-05-22 Pavel Roskin <proski@gnu.org>
1177
1178 * doc/ru/Makefile.am: Fix out-of-tree build.
1179
1180 2002-05-14 Pavel Roskin <proski@gnu.org>
1181
1182 * configure.in: Fix logic for gettext 0.10.x.
1183
1184 2002-05-14 Andrew V. Samoilov <kai@cmail.ru>
1185
1186 * configure.in: Don't generate po/Makefile if
1187 there is 'top_builddir' in po/Makefile.in.
1188 * autogen.sh: More fixes for gettext 0.11+.
1189
1190 2002-05-08 Andrew V. Samoilov <kai@cmail.ru>
1191
1192 * configure.in (ALL_LINGUAS): Added "be" for Belarusian.
1193
1194 2002-04-21 Pavel Roskin <proski@gnu.org>
1195
1196 * lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
1197 can play them.
1198
1199 2002-04-09 Andrew V. Samoilov <kai@cmail.ru>
1200
1201 * autogen.sh: Fix for gettext 0.11 family (and newer).
1202
1203 2002-04-08 Pavel Roskin <proski@gnu.org>
1204
1205 * autogen.sh: Allow gettext newer than 0.10.39.
1206 From Björn Eriksson <bjorn@bjornen.nu>
1207
1208 2002-04-03 Pavel Roskin <proski@gnu.org>
1209
1210 * doc/ru/Makefile.am: Distribute mc.ru.hlp and don't remove it
1211 by "make clean" because not everyone has Perl to rebuild it.
1212
1213 2002-03-27 Andrew V. Samoilov <kai@cmail.ru>
1214
1215 * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
1216 first line regular expression.
1217
1218 2002-03-26 Andrew V. Samoilov <kai@cmail.ru>
1219
1220 * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
1221 or newer is not used.
1222 * acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
1223
1224 * src/Makefile.am: Move mc.hlp.ru processing ...
1225 * doc/ru/Makefile.am: ... here.
1226
1227 2002-03-21 Andrew V. Samoilov <kai@cmail.ru>
1228
1229 * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting.
1230 * syntax/c.syntax: Highlight "%p" printf format.
1231 Allow '*' as width and precision for strings and numbers.
1232
1233 * doc/mc.1.in: Fix smbfs example. Minor format fixes.
1234 * doc/ru/mc.1.in: Likewise.
1235
1236 2002-03-18 Pavel Roskin <proski@gnu.org>
1237
1238 * doc/ru/Makefile.am: Distribute xnc.hlp.
1239
1240 2002-03-12 Pavel Roskin <proski@gnu.org>
1241
1242 * doc/Makefile.am: Adjust for doc/ru/Makefile.am.
1243
1244 2002-03-12 Andrew V. Samoilov <kai@cmail.ru>
1245
1246 * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
1247 * doc/ru/Makefile.am: New file.
1248
1249 2002-03-08 Pavel Roskin <proski@gnu.org>
1250
1251 * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1.
1252
1253 2002-03-04 Andrew V. Samoilov <kai@cmail.ru>
1254
1255 * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1.
1256
1257 2002-03-01 Andrew V. Samoilov <kai@cmail.ru>
1258
1259 * doc/mc.1.in: Use nodename `Background jobs' for section
1260 `Background Jobs' to reflect user visible Command menu option
1261 and src/cmd.c dialog implementation.
1262
1263 * doc/ru: New directory for Russian manuals.
1264 * doc/ru/mc.1.in: Translated mc.1 manual page. Originally
1265 translated by Victor A. Kostromin for mc 4.5.30. Converted
1266 from binary mc.hlp.ru, corrected and actualized by me.
1267 * doc/ru/xnc.hlp: Translated lib/xnc.hlp. See above.
1268 * doc/ru/.cvsignore: Ignore mc.1.
1269
1270 2002-02-27 Andrew V. Samoilov <kai@cmail.ru>
1271
1272 * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
1273 (FILES): Document changes in mc behavior. ~/.mc/ini now overrides
1274 mc.lib settings.
1275
1276 (Virtual File System): Document SMB File System.
1277
1278 2002-02-26 Pavel Roskin <proski@gnu.org>
1279
1280 * lib/mc.ext.in: Run "file" before "nm" to avoid an error
1281 message "no symbol found" for unsupported architectures and
1282 provide more useful information.
1283
1284 2002-02-22 Pavel Roskin <proski@gnu.org>
1285
1286 * README.smbfs: Remove. It contained no useful information
1287 and the webpage is now dead.
1288 * Makefile.am: Remove README.smbfs.
1289
1290 * README: Mention that glib 1.2.x is required.
1291
1292 2002-02-21 Andrew V. Samoilov <kai@cmail.ru>
1293
1294 * lib/edit.indent.rc: Use "#! /bin/sh"
1295 * lib/edit.spell.rc: Likewise.
1296 * lib/mcserv.init: Likewise.
1297
1298 * lib/cedit.menu: Eliminate bashisms.
1299 Add missed `:' in AUTHOR evaluation.
1300 Unset LANGUAGE and make LC_ALL empty.
1301 Use "#! /path/to/program".
1302
1303 2002-02-20 Andrew V. Samoilov <kai@cmail.ru>
1304
1305 * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
1306 ~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
1307 Fix tarfs URL syntax example. Minor typo and format fixes.
1308
1309 2002-02-14 Andrew V. Samoilov <kai@cmail.ru>
1310
1311 * doc/mc.1.in (FILES): Use MC_LIBDIR instead of MCHOME.
1312 Fix location of configuration files.
1313
1314 2002-02-05 Pavel Roskin <proski@gnu.org>
1315
1316 * configure.in: Don't use defunct ncurses_version.
1317 Reported by Thomas Dickey <dickey@herndon4.his.com>
1318 Set force_ncurses whenever --with-ncurses is used. If set,
1319 suppress checks for S-Lang and fail is ncurses is not found.
1320
1321 * configure.in: Introduce a new variable screen_type that is
1322 either "slang" or "ncurses" without additional text. Use it
1323 instead of screen_manager whenever possible. Fix text in
1324 AC_NCURSES call, use m4 quotes and move shell quotes into the
1325 macro.
1326 * acinclude.m4: Likewise.
1327
1328 2002-01-28 Petr Kozelka <pkozelka@email.cz>
1329
1330 * syntax/Syntax: Known Delphi/Kylix source file extensions
1331 supported (*.dpr, *.inc).
1332 * syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
1333 Special highlighting for CVS keywords. Understands single-line
1334 comments (//).
1335
1336 2002-01-24 Alexander Shopov <al_shopov@web.bg>
1337
1338 * configure.in (ALL_LINGUAS): Added "bg"
1339
1340 2002-01-21 Pavel Roskin <proski@gnu.org>
1341
1342 * NEWS: Mention word completion in the editor.
1343
1344 2002-01-17 Pavel Roskin <proski@gnu.org>
1345
1346 * extraconf.h: Remove OS/2 specific code.
1347
1348 * doc/mc.1.in (Configuration): Clarify some entries.
1349
1350 2002-01-11 Andrew V. Samoilov <kai@cmail.ru>
1351
1352 * acinclude.m4: New options for smbfs:
1353 --with-configdir=DIR Where the Samba configuration files are (/etc)
1354 --with-codepagedir=DIR Where the Samba codepage files are
1355
1356 2002-01-11 Pavel Roskin <proski@gnu.org>
1357
1358 * syntax/xml.syntax: New file - highlighting for XML.
1359 From Petr Kozelka <pkozelka@centrum.cz>
1360 * syntax/Syntax: Add xml.syntax.
1361 * syntax/Makefile.am: Likewise.
1362
1363 2002-01-04 Pablo Saratxaga <pablo@mandrakesoft.com>
1364
1365 * configure.in: Added "eu" to ALL_LINGUAS.
1366
1367 2002-01-03 Pavel Roskin <proski@gnu.org>
1368
1369 * lib/mc.menu: Correct quoting.
1370 Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
1371
1372 * NEWS: Mention removal of the OS/2 port.
1373 * README.PC: Remove OS/2 specific parts.
1374
1375 2002-01-02 Pavel Roskin <proski@gnu.org>
1376
1377 * configure.in: Make help about --with-subshell easier to
1378 understand. Minor alignment fixes for the help.
1379 * acinclude.m4: Minor alignment fixes for the help.
1380
1381 2001-12-31 Pavel Roskin <proski@gnu.org>
1382
1383 * configure.in: Generate vfs/Makefile from vfs/Makefile.in, not
1384 from vfs/Make-mc.in.
1385
1386 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
1387
1388 * configure.in: Added Portuguese to ALL_LINGUAS
1389
1390 2001-12-21 Pavel Roskin <proski@gnu.org>
1391
1392 * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
1393 Don't remove slang/slang.h - it's never created.
1394
1395 * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
1396 slang-mc.h to slang.h. Remove fastdepslang variable, it's
1397 unused.
1398
1399 2001-12-01 Wang Jian <lark@linux.net.cn>
1400
1401 * configure.in(ALL_LINGUAS): Renamed zh_CN.GB2312 to zh_CN.
1402
1403 2001-11-29 Pavel Roskin <proski@gnu.org>
1404
1405 * lib/mc.ext.in: Use "type" to recognize zip and lha archives.
1406
1407 2001-11-27 Pavel Roskin <proski@gnu.org>
1408
1409 * lib/mc.ext.in: When running X programs in background, do it
1410 from subshell. Otherwise some of them terminate when mc exits.
1411 Reported by Christian Dysthe <christian@dysthe.net>
1412 Remove some obsolete and gmc-specific entries. Use StarOffice
1413 to open files detected as "Microsoft Office Document".
1414
1415 * lib/mc.lib: Support "Home" and "End" sequences in xterm from
1416 XFree86 4.1.0.
1417
1418 2001-11-16 Andrew V. Samoilov <kai@cmail.ru>
1419
1420 * doc/mcedit.1.in: Fix help file location.
1421
1422 2001-11-14 Pavel Roskin <proski@gnu.org>
1423
1424 * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
1425 fallback to ino_t for e2fsprogs version 1.19 and older.
1426
1427 2001-10-30 Pavel Roskin <proski@gnu.org>
1428
1429 * lib/mc.ext.in: Add support for Netpbm files.
1430
1431 2001-10-25 Andrew V. Samoilov <kai@cmail.ru>
1432
1433 * slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
1434 http://bugzilla.gnome.org/show_bug.cgi?id=60935
1435 By drk@sgi.com.
1436
1437 * doc/mc.1.in: Document %p macro.
1438
1439 2001-10-24 Pavel Roskin <proski@gnu.org>
1440
1441 * configure.in: Move AC_FUNC_MMAP before it's used indirectly.
1442 Allow using --without-mmap.
1443 * INSTALL: Document --without-mmap.
1444
1445 2001-10-24 Andrew V. Samoilov <kai@cmail.ru>
1446
1447 * configure.in: Resurrect ALL_LINGUAS test, to allow specify list
1448 of languages to be installed by setting env variable before
1449 configure. If it is empty, it defaults to full list.
1450 By Alex Tkachenko <alex@bcs.zp.ua>.
1451
1452 2001-10-19 Pavel Roskin <proski@gnu.org>
1453
1454 * syntax/sh.syntax: Highlight reserved words inside backticks.
1455 Use the same wholechars settings for reserved words and
1456 commands. Recognize more words. Recognize function definitions
1457 without "function" or without "()". Use brightmagenta instead
1458 of brightblue.
1459
1460 2001-10-18 Pavel Roskin <proski@gnu.org>
1461
1462 * configure.in: When checking for "nroff -mandoc" support, don't
1463 use /dev/null as input file, use stdin. Some versions of nroff
1464 (e.g. groff-1.16.1) don't accept special files.
1465
1466 2001-10-14 Pavel Roskin <proski@gnu.org>
1467
1468 * lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
1469 Makefile. Don't allow any suffixes after "Makefile".
1470
1471 2001-10-12 Pavel Roskin <proski@gnu.org>
1472
1473 * lib/mc.ext.in: Add support for *.xcf files (native GIMP
1474 format).
1475
1476 2001-10-06 Andrew V. Samoilov <sav@bcs.zp.ua>
1477
1478 * lib/mc.menu: Use "case" instead of non-portable "egrep -q".
1479 Fix compress<->bzip2 conversion and conversion of tagged
1480 archives.
1481
1482 2001-10-05 Pavel Roskin <proski@gnu.org>
1483
1484 * lib/mc.ext.in: Use ogginfo to view *.ogg files.
1485 Suggested by Marcel Pol <mpol@gmx.net>
1486
1487 * lib/mc.ext.in: Use xmms to play *.mp3 under X. When viewing
1488 *.mp3, use "verbose" option to mpg123. Add support for *.ogg
1489 and *.mid files.
1490
1491 2001-09-30 Pavel Roskin <proski@gnu.org>
1492
1493 * configure.in: Don't check whether grep supports stdin - it's
1494 not used anymore.
1495 * NEWS: Mention this change.
1496
1497 2001-09-19 Pavel Roskin <proski@gnu.org>
1498
1499 * doc/mcedit.1.in: Fix a very long line - use double
1500 backslashes since they are interpreted even in the .nf blocks.
1501
1502 * lib/edit.spell.rc: Try aspell before resorting to ispell.
1503
1504 * syntax/php.syntax: Replace with a better implementation by
1505 Max Schedriviy <max@tavrida.net>
1506
1507 2001-09-15 Pavel Roskin <proski@gnu.org>
1508
1509 * doc/mc.1.in: Fix location of mcedit files.
1510 * doc/mcedit.1.in: Likewise. Remove obsolete technical details.
1511
1512 2001-09-14 Pavel Roskin <proski@gnu.org>
1513
1514 * configure.in: Don't check for ncurses version and for keyok()
1515 because the mouse support code doesn't need this hack anymore.
1516
1517 2001-09-13 Pavel Roskin <proski@gnu.org>
1518
1519 * configure.in: Fix some cases of overquoting and underquoting.
1520 * acinclude.m4: Likewise.
1521
1522 2001-09-12 Pavel Roskin <proski@gnu.org>
1523
1524 * configure.in: Update list of browsers. Don't fallback to
1525 lynx since it cannot be run in background.
1526 * lib/mc.ext.in: Redirect output of X11 browsers to /dev/null.
1527 If no browser for X11 was found, use lynx.
1528
1529 * autogen.sh: Add a workaround to ensure that "depcomp" is
1530 distributed.
1531 * configure.in: Replace obsolete macros. Use AC_MSG_NOTICE
1532 where appropriate.
1533 * acinclude.m4: Likewise. Fix check whether S-Lang uses
1534 terminfo.
1535
1536 * configure.in: Use three-argument form of AC_INIT. Use
1537 AC_CONFIG_AUX_DIR. Remove some unused or implied macros.
1538 * Makefile.am (EXTRA_DIST): Remove "depcomp" - this workaround
1539 is not needed if AC_CONFIG_AUX_DIR is used.
1540 * vfs/Make-mc.in: Adjust mkinstalldirs location.
1541 * autogen.sh: Create "config" and remove "autom4te.cache".
1542
1543 2001-09-11 Pavel Roskin <proski@gnu.org>
1544
1545 * syntax/Syntax: New file, extracted from edit/syntax.c.
1546 * syntax/Makefile.am: Add Syntax.
1547
1548 * configure.in: Add -lcurses (for use with S-Lang) to MCLIBS not
1549 to LIBS. Don't use unportable "grep -q", use "case" instead.
1550
1551 2001-09-10 Pavel Roskin <proski@gnu.org>
1552
1553 * configure.in: Only check for X if --with-tm-x-support has been
1554 specified.
1555
1556 * configure.in: Add check for sys/ioctl.h.
1557
1558 * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
1559
1560 * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
1561 * configure.in: Likewise. Add MCLIBS to LIBS temporarily when
1562 testing for functions in ncurses.
1563
1564 * acinclude.m4: Provide descriptions in all AC_DEFINE macros.
1565 * configure.in: Likewise. Use AH_BOTTOM to include extraconf.h.
1566 * acconfig.h: Remove.
1567
1568 * configure.in: Eliminate LIBSLANG and LSLANG.
1569 * acinclude.m4: Likewise. Use MCLIBS for -lslang.
1570
1571 * configure.in: Use MCLIBS for -lgpm. Remove LGPM. Check for
1572 resizeterm() and keyok() only if configuring with ncurses.
1573
1574 * configure.in: Remove now unused variables LIBVFS and LVFS.
1575
1576 * configure.in: Remove unused variables LINTL and INTLDEPS.
1577
1578 * configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
1579 building with included gettext, because libintl.h is copied
1580 there.
1581
1582 2001-09-09 Pavel Roskin <proski@gnu.org>
1583
1584 * NEWS: Update.
1585
1586 * configure.in: Remove a hack for Unixware. AC_FUNC_GETMNTENT
1587 checks -lgen for getmntent as of Autoconf 2.52.
1588
1589 2001-09-07 Pavel Roskin <proski@gnu.org>
1590
1591 * configure.in: Check for pwd.h.
1592
1593 * Make.common.in: Remove.
1594 * configure.in: Remove all references to Make.common.in and
1595 MCCPPFLAGS.
1596 * aclocal.m4: Likewise.
1597
1598 * configure.in: Require Autoconf 2.52. Remove hacks for
1599 Autoconf 2.13.
1600 * Makefile.am: Require Automake 1.5.
1601
1602 2001-09-06 Pavel Roskin <proski@gnu.org>
1603
1604 * syntax/php.syntax: New file - PHP file highlighting. Copied
1605 from Cooledit 3.17.4.
1606 * syntax/Makefile.am: Add php.syntax.
1607
1608 2001-09-06 Timur Bakeyev <mc@bat.ru>
1609
1610 * acconfig.h: Brought back couple of symbols, that are still necessary
1611 due reference to them from configure.in.
1612
1613 2001-09-04 Pavel Roskin <proski@gnu.org>
1614
1615 * syntax/changelog.syntax: Fix highlighting of functions. Relax
1616 strictness for dates.
1617
1618 * doc/mc.1.in: Fix troff warnings.
1619 * doc/mcedit.1.in: Likewise.
1620
1621 2001-09-03 Pavel Roskin <proski@gnu.org>
1622
1623 * doc/mc.1.in: Spellcheck.
1624 * doc/mcedit.1.in: Likewise.
1625 * doc/mcserv.8.in: Likewise.
1626
1627 * doc/mc.1.in (Learn Keys): Complete rewrite.
1628
1629 2001-09-02 Pavel Roskin <proski@gnu.org>
1630
1631 * acconfig.h: Remove all unused symbols.
1632
1633 * lib/ncurses.h: Remove.
1634 * lib/Makefile.am: Remove ncurses.h.
1635
1636 2001-09-02 Abel Cheung <maddog@linux.org.hk>
1637
1638 * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
1639
1640 2001-08-28 Pavel Roskin <proski@gnu.org>
1641
1642 * syntax/sh.syntax: Require two '<' before EOF. Recognize END
1643 like EOF.
1644
1645 2001-08-26 Pavel Roskin <proski@gnu.org>
1646
1647 * configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
1648 CONS_SAVER. Put all conditionals together.
1649
1650 * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
1651 Automake 1.5.
1652
1653 * configure.in: Remove XCURSES variable - it's unused.
1654
1655 * configure.in: New conditional USE_EDIT.
1656
1657 * syntax/changelog.syntax: Don't require '@' to be in the
1658 address. This also works around a bug in the syntax engine
1659 that prevented highlighting of addresses.
1660
1661 2001-08-25 Pavel Roskin <proski@gnu.org>
1662
1663 * configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
1664
1665 2001-08-24 Pavel Roskin <proski@gnu.org>
1666
1667 * extraconf.h: Remove all references to HAVE_X.
1668 * acinclude.m4: s/GNOME_/MC_/
1669 * configure.in: Likewise. Remove or clarify all references to
1670 the "text edition". Minor fixes.
1671
1672 * configure.in: Remove support for curses libraries other than
1673 ncurses.
1674 * acinclude.m4: Likewise.
1675 * FAQ: Remove everything about UNIX curses.
1676 * INSTALL: Likewise.
1677
1678 * configure.in: Enable large file support by default.
1679 * NEWS: Mention it.
1680 * INSTALL: Document it. Minor fixes.
1681
1682 * FAQ: Remove information about GNOME edition. Minor fixes.
1683 * README: Likewise.
1684 * NEWS: Mention removing the GNOME edition.
1685
1686 * acinclude.m4: Include all used macros from the macros
1687 directory.
1688 * autogen.sh: Remove all references to "macros".
1689 * Makefile.am: Likewise.
1690
1691 * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
1692 * Makefile.am (SUBDIRS): Remove all GNOME-related directories.
1693
1694 * lib/startup.links: Remove.
1695 * lib/README.desktop: Likewise.
1696 * lib/Makefile.am: Remove all references to DESKTOP_FILES.
1697
1698 * configure.in: Bump version to 4.5.99a.
1699
1700 * configure.in: Bump version to 4.5.55. Release mc-4.5.55.
1701 * po/*.po: Regenerate.
1702
1703 * AUTHORS: Update and spell check.
1704 * FAQ: Likewise.
1705 * INSTALL: Likewise.
1706 * INSTALL.FAST: Likewise.
1707 * NEWS: Likewise.
1708 * README.PC: Likewise.
1709 * README.QNX: Likewise.
1710
1711 * configure.in: Add check for stropts.h.
1712
1713 2001-08-23 Pavel Roskin <proski@gnu.org>
1714
1715 * lib/edit.indent.rc: Create cooledit.error right away to
1716 override its old contents. Don't use ksh extensions. Treat *.C
1717 files as C++. Recognize more C++ extensions. Support java.
1718 Update URL for "astyle". Quote all arguments to protect spaces.
1719 * lib/edit.spell.rc: Don't save terminal settings - mc does it
1720 itself. Quote all arguments to protect spaces.
1721
1722 2001-08-21 Pavel Roskin <proski@gnu.org>
1723
1724 * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
1725 files if GNOME frontend is disabled.
1726 * idl/Makefile.am: Likewise.
1727 * lib/Makefile.am: Likewise.
1728 * new_icons/Makefile.am: Likewise.
1729
1730 * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
1731 case it already has gettext macros elsewhere and doesn't like
1732 duplicates (i.e. it's aclocal from Automake-1.4).
1733
1734 2001-08-20 Pavel Roskin <proski@gnu.org>
1735
1736 * AUTHORS: Updated.
1737 * INSTALL: Likewise.
1738 * NEWS: Likewise.
1739 * doc/mc.1.in: Likewise.
1740 * doc/mcserv.8.in: Likewise.
1741
1742 * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
1743 for sys/mount.h.
1744
1745 2001-08-19 Andras Timar <timar@gnome.hu>
1746
1747 * lib/Makefile.am: Added Hungarian hints
1748 * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
1749
1750 2001-08-19 Pavel Roskin <proski@gnu.org>
1751
1752 * lib/mc.lib: Add definition for "bs" for xterm and xterm-color.
1753
1754 2001-08-17 Pavel Roskin <proski@gnu.org>
1755
1756 * syntax/po.syntax: New file - PO file highlighting.
1757 From David Martin <dmartina@excite.es>
1758 * syntax/Makefile.am: Add po.syntax.
1759
1760 * lib/mc.lib: Add "delete=\e[3~" for xterm and xterm-color -
1761 it's sometimes missing from the databases.
1762
1763 2001-08-16 Abel Cheung <maddog@linux.org.hk>
1764
1765 * lib/mc.hint.zh_TW.Big5 -> lib/mc.hint.zh: Temporary measure.
1766 * lib/Makefile.am: Reflect above change.
1767
1768 2001-08-15 Pavel Roskin <proski@gnu.org>
1769
1770 * doc/mc.1.in (Terminal databases): Recommend using \e, not \E.
1771
1772 2001-08-14 Pavel Roskin <proski@gnu.org>
1773
1774 * lib/mc.lib: Add popular sequences for "home" and "end" in
1775 "xterm" and "xterm-color" terminals.
1776
1777 2001-08-13 Pavel Roskin <proski@gnu.org>
1778
1779 * lib/mc.ext.in: Move ls-lR.gz before generic gzip support.
1780
1781 Replace "Can't" with "Cannot" everywhere.
1782
1783 2001-08-12 Pavel Roskin <proski@gnu.org>
1784
1785 * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
1786 subshell, not for "Open file...".
1787 (emacs_key_map): Likewise.
1788
1789 * README: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1790
1791 2001-08-10 Pavel Roskin <proski@gnu.org>
1792
1793 * Makefile.am (EXTRA_DIST): Remove BUGS.
1794 * doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
1795
1796 * BUGS: Remove. Bugzilla.gnome.org doesn't have those bugs.
1797
1798 * doc/LSM: Remove, it's outdated.
1799 * doc/FILES: Likewise.
1800 * doc/DEVEL: Remove information about FILES.
1801
1802 * FAQ: Eliminate all broken URLs on the MC site.
1803 From Frederic L. W. Meunier <0@pervalidus.net>
1804
1805 * FAQ: Restore information about xterm.
1806
1807 2001-08-08 Pavel Roskin <proski@gnu.org>
1808
1809 * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net>
1810
1811 2001-08-07 Pavel Roskin <proski@gnu.org>
1812
1813 * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17.
1814
1815 * doc/mc.1.in: Fix all broken links.
1816
1817 2001-08-06 Pavel Roskin <proski@gnu.org>
1818
1819 * INSTALL: Numerous changes. Declare old curses obsolete.
1820 Partly from Frederic L. W. Meunier <0@pervalidus.net>
1821
1822 * doc/mc.1.in (Menu Bar): Add link to the "Options Menu".
1823
1824 2001-08-03 Abel Cheung <maddog@linux.org.hk>
1825
1826 * lib/Makefile.am: Remove space after backslash introduced in the
1827 previous commit.
1828
1829 * lib/mc.hint.zh_TW.Big5: New file.
1830 * lib/Makefile.am: Added mc.hint.zh_TW.Big5
1831
1832 2001-08-02 Pavel Roskin <proski@gnu.org>
1833
1834 * lib/mc.hint.uk: New file.
1835 From Maksym Polyakov <polyama@yahoo.com>
1836 * lib/Makefile.am: Add mc.hint.uk.
1837
1838 2001-08-01 Pavel Roskin <proski@gnu.org>
1839
1840 * lib/mc.hint.nl: New file.
1841 From Steef Boerrigter <sxmboer@sci.kun.nl>
1842 * lib/Makefile.am: Add mc.hint.nl.
1843 * lib/mc.hint: Remove ftp site. Update copyright.
1844 * lib/mc.hint.cs: Likewise.
1845 * lib/mc.hint.es: Likewise.
1846 * lib/mc.hint.it: Likewise.
1847 * lib/mc.hint.pl: Likewise.
1848 * lib/mc.hint.ru: Likewise. Shorten some lines.
1849
1850 * edit/Makefile.in: Allow running "make install" before "make all".
1851 * gtkedit/Makefile.in: Likewise.
1852
1853 2001-07-31 Pavel Roskin <proski@gnu.org>
1854
1855 * lib/edit.spell.rc: New file. Invoke ispell on Ctrl-p in the
1856 editor.
1857 * lib/Makefile.am: Add lib/edit.spell.rc.
1858
1859 * autogen.sh: Use gettextize.
1860 * ABOUT-NLS: Remove from CVS, it's installed by autogen.sh.
1861 * po/Makefile.in.in: Likewise.
1862
1863 2001-07-29 Pavel Roskin <proski@gnu.org>
1864
1865 * syntax/slang.syntax: New file.
1866 From Walery Studennikov <despair@sama.ru>
1867 * syntax/Makefile.am: Add slang.syntax.
1868
1869 2001-07-27 Pavel Roskin <proski@gnu.org>
1870
1871 * extraconf.h: Move WITH_BACKGROUND here.
1872
1873 2001-07-24 Pavel Roskin <proski@gnu.org>
1874
1875 * doc/mc.1.in: Quote all section headers. Minor formatting fix.
1876
1877 2001-07-23 Pavel Roskin <proski@gnu.org>
1878
1879 * doc/mc.1.in: Fix description of mc.lib. Fix broken links.
1880
1881 2001-07-20 Pavel Roskin <proski@gnu.org>
1882
1883 * Make.common.in: Move all defines ...
1884 * gnome/Makefile.in: ... here ...
1885 * src/Makefile.in: ... and here.
1886
1887 2001-07-19 Pavel Roskin <proski@gnu.org>
1888
1889 * configure.in: Don't check for getwd, it's completely
1890 eliminated.
1891 * INSTALL: Remove reference to HAVE_GETWD.
1892
1893 * lib/mc.ext.in: Fix opening info pages on VFS. Modernize
1894 entries for compressed cpio archives.
1895
1896 * lib/mc.ext.in: Comment changes. Remove rules for programs -
1897 they were only used in obsolete frontends. Don't ever use %view
1898 without commands - it's slower and loses user settings, e.g.
1899 hex mode. Put shared libraries before man pages and read.me
1900 before .me macros so that they match correctly. Use nm for
1901 shared libraries. Add rules for StarOffice and AbiWord.
1902
1903 2001-07-14 Pavel Roskin <proski@gnu.org>
1904
1905 * configure.in: Bump version to 4.5.54a.
1906
1907 2001-07-13 Pavel Roskin <proski@gnu.org>
1908
1909 * lib/mcserv.init: Fix exit status.
1910 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
1911
1912 * lib/mc.ext.in: Anchor all regexes in the type/ rules except
1913 "executable", which should follow a space. Simplify rules for
1914 images. Add shell/ rule for *.info files. Fix all incorrect
1915 uses of the alternation operator.
1916 Reported by Oskar Liljeblad and Michel Casabona.
1917
1918 2001-07-12 Pavel Roskin <proski@gnu.org>
1919
1920 * configure.in: Don't check for iconv, it's already checked for
1921 in AM_GNU_GETTEXT.
1922
1923 2001-07-10 Pavel Roskin <proski@gnu.org>
1924
1925 * doc/mc.1.in: Update documentation about hex search.
1926
1927 * edit/edit_key_translator.c (cooledit_key_map): Bind
1928 Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
1929 From Steef Boerrigter <sxmboer@sci.kun.nl>
1930
1931 * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
1932 * edit/edit_key_translator.c (cooledit_key_map): Add support
1933 for bracket matching on Alt-B.
1934 * gtkedit/gtkeditkey.c: Likewise.
1935 From Steef Boerrigter <sxmboer@sci.kun.nl>
1936
1937 2001-07-06 Pavel Roskin <proski@gnu.org>
1938
1939 * lib/mc.ext.in: Use nm to view object files.
1940
1941 * Make.common.in: Remove GNOME-specific and unused definitions.
1942 Partly moved to gnome/Makefile.in.
1943
1944 * configure.in: Remove all references to SEDCMD and SEDCMD2 -
1945 they are usused.
1946 * Make.common.in: Likewise.
1947
1948 2001-06-29 Pavel Roskin <proski@gnu.org>
1949
1950 * ABOUT-NLS: Update to the version from gettext-0.10.38.
1951
1952 * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
1953 now done in configure. Move -I.. to the beginning.
1954 * Makefile.am (SUBDIRS): Move intl po to the beginning, since
1955 libintl.a may be required to link mc.
1956 (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
1957 * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
1958 Move all i18n code to one place. Don't substitute INTLSUB - it's
1959 unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
1960 Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
1961
1962 2001-06-25 Pavel Roskin <proski@gnu.org>
1963
1964 * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
1965 It should be enabled explicitly by giving `--enable-largefile'
1966 to configure.
1967 * INSTALL: Document it.
1968
1969 2001-06-22 Pavel Roskin <proski@gnu.org>
1970
1971 * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
1972
1973 * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
1974 in struct statfs.
1975 Reported by Libor Motyèka <libor.motycka@ortex.cz>.
1976
1977 * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
1978 mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
1979 Define HAVE_INFOMOUNT_LIST if a any suitable function has been
1980 found.
1981 * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
1982
1983 2001-06-19 Pavel Roskin <proski@gnu.org>
1984
1985 * configure.in: Check for telldir and seekdir. Join adjacent
1986 calls to AC_CHECK_FUNCS.
1987
1988 2001-06-16 Pavel Roskin <proski@gnu.org>
1989
1990 * Makefile.am: Change the order of SUBDIRS to fully compile text
1991 edition before compiling anything for GNOME.
1992 * mc.spec.in: Don't use brace expansion to avoid implicit
1993 build-time dependency on bash.
1994
1995 2001-06-13 Pavel Roskin <proski@gnu.org>
1996
1997 * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
1998 the test code.
1999 * configure.in: Fix compiler warnings in the arguments to
2000 AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
2001 around `=' in the `test' command.
2002
2003 2001-06-07 Pavel Roskin <proski@gnu.org>
2004
2005 * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
2006 GNOME documentation template.
2007 * doc-gnome/C/mkhtml: Don't generate index.
2008 * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
2009
2010 2001-06-06 Pavel Roskin <proski@gnu.org>
2011
2012 * lib/Makefile.am: Make compatible with Automake 1.4 - remove
2013 conditional variables from EXTRA_DIST.
2014
2015 2001-06-05 Pavel Roskin <proski@gnu.org>
2016
2017 * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
2018 conversion support.
2019 From Walery Studennikov <hqsoftware@mail.ru>.
2020
2021 * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
2022
2023 2001-06-01 Pavel Roskin <proski@gnu.org>
2024
2025 * lib/mc.charsets: Synchronize with the latest patch - remove
2026 a comment.
2027
2028 2001-05-30 Pavel Roskin <proski@gnu.org>
2029
2030 * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
2031 work with GNOME.
2032
2033 * lib/mc.charsets: New file. From Walery Studennikov.
2034 * lib/Makefile.am: Distribute mc.charsets. Install it if
2035 the charset support is enabled.
2036
2037 * configure.in: Add check for iconv() and the necessary code
2038 to support the charset selection patch.
2039
2040 * configure.in: Add check for ESCDELAY variable in ncurses.
2041
2042 2001-05-29 Pavel Roskin <proski@gnu.org>
2043
2044 * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
2045 USE_EXT2FSLIB.
2046
2047 * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
2048 * pc/config.h: Likewise.
2049
2050 * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
2051 and "strings". Recognize "write" files and MS Word templates.
2052 For MS Excel documents try "xls2csv" and "strings".
2053 Escape spaces in the "type" directives.
2054 From Nerijus Baliunas.
2055
2056 * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
2057
2058 * Make.common.in: Remove hpath, it's unused.
2059
2060 * acconfig.h: Move constant parts ...
2061 * extraconf.h: ... here.
2062 [HAVE_X]: Disable subshell, s-lang and curses.
2063 * Makefile.am: Add extraconf.h.
2064
2065 2001-05-28 Pavel Roskin <proski@gnu.org>
2066
2067 * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
2068 and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
2069 * configure.in: ... here.
2070
2071 2001-05-27 Pavel Roskin <proski@gnu.org>
2072
2073 * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
2074 * acconfig.h: Likewise.
2075 * src/layout.c: Likewise.
2076
2077 * Make.common.in: Remove all percent rules.
2078 * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
2079 * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
2080 PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
2081 AM_INIT_AUTOMAKE.
2082
2083 * Make.common.in: Remove obsolete dependency tracking system.
2084 * configure.in: Likewise.
2085 * edit/Makefile.in: Likewise.
2086 * gnome/Makefile.in: Likewise.
2087 * gtkedit/Makefile.in: Likewise.
2088 * slang/Makefile.in: Likewise.
2089 * src/Makefile.in: Likewise.
2090 * vfs/Make-mc.in: Likewise.
2091 * src/depend.awk: Remove.
2092
2093 2001-05-26 Pavel Roskin <proski@gnu.org>
2094
2095 * gtkedit/syntax.c (syntax_text): Add support for Octave files.
2096 * syntax/octave.syntax: New file. From Walery Studennikov.
2097 * syntax/Makefile.am: Add octave.syntax.
2098
2099 * configure.in: Fix incorrect test for stdin support in grep -
2100 it would always fail when configuring in an empty directory.
2101 Portability fixes - unset, backslashed space in here-documents.
2102 Eliminate all instances of "changequote".
2103
2104 * configure.in: Define SCO_FLAVOR based on $host_os, not on the
2105 user choice.
2106 * acconfig.h: Changes for the above.
2107 * INSTALL: Don't document --with-sco - it's now defunct.
2108 * INSTALL.FAST: Likewise.
2109
2110 2001-05-25 Pavel Roskin <proski@gnu.org>
2111
2112 * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
2113 are in the beginning of the "file" output.
2114
2115 2001-05-23 Pavel Roskin <proski@gnu.org>
2116
2117 * lib/mc.ext.in: Add associations for viewing RPM files.
2118
2119 2001-05-22 Pavel Roskin <proski@gnu.org>
2120
2121 * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
2122 By default exit after the first error in jade.
2123
2124 * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
2125 JADEFLAGS environment variables. Report progress. Clean up on
2126 failure.
2127
2128 2001-05-21 Pavel Roskin <proski@gnu.org>
2129
2130 * doc-gnome/C/Makefile.am: Allow "make install" without *.html
2131 files.
2132
2133 * doc-gnome/C/mkhtml: Print a big warning if the script fails.
2134 * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
2135
2136 2001-05-20 Pavel Roskin <proski@gnu.org>
2137
2138 * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
2139 Create figs/*.eps if needed. Simplify rules for gmc.dvi and
2140 gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
2141 * doc-gnome/C/figs/Makefile.am: Add support for converting from
2142 PNG to EPS.
2143
2144 * Makefile.am (EXTRA_DIST): Remove create_vcs.
2145 * doc/FILES: Likewise. Typo fix.
2146
2147 2001-05-19 Pavel Roskin <proski@gnu.org>
2148
2149 * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
2150 * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
2151 with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
2152
2153 * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
2154 index entry "Moving files".
2155
2156 2001-05-18 Pavel Roskin <proski@gnu.org>
2157
2158 * configure.in: Use src/main.c in AC_INIT.
2159
2160 * create_vcs: Remove.
2161
2162 * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
2163 Add download location for glib.
2164 * mc.spec.in: Likewise.
2165 * doc/LSM: Likewise.
2166 * doc/mc.1.in: Likewise.
2167 * doc/mcedit.1.in: Likewise.
2168 * src/ext.c: Don't mention download location for MC.
2169
2170 * FAQ: Update status of Tk, XView. and GNOME editions. Update
2171 homepage of gpm.
2172
2173 * INSTALL: Remove information about Tk and XView. Change the
2174 mailing list addresses again.
2175 * FAQ: Change the mailing list addresses again.
2176 * MAINTAINERS: Likewise.
2177 * README: Likewise.
2178 * doc/mc.1.in: Likewise.
2179 * gnome/gmc-window.c: Likewise.
2180 * lib/README.xterm: Likewise.
2181 * lib/mc.ext.in: Likewise.
2182 * lib/mc.hint*: Likewise.
2183 * lib/mc.hlp.hu: Likewise.
2184 * po/*.po: Likewise.
2185 * src/main.c: Likewise.
2186
2187 2001-04-20 Pavel Roskin <proski@gnu.org>
2188
2189 * FAQ: Change the mailing list addresses and the download
2190 locations.
2191 * INSTALL: Likewise.
2192 * MAINTAINERS: Likewise.
2193 * README: Likewise.
2194 * doc/mc.1.in: Likewise.
2195 * gnome/gmc-window.c: Likewise.
2196 * lib/README.xterm: Likewise.
2197 * lib/mc.ext.in: Likewise.
2198 * lib/mc.hint*: Likewise.
2199 * lib/mc.hlp.hu: Likewise.
2200 * po/*.po: Likewise.
2201 * src/main.c: Likewise.
2202
2203 2001-04-19 Pavel Roskin <proski@gnu.org>
2204
2205 * configure.in: Don't install mcserv unless
2206 "--enable-mcserv-install" has been specified.
2207 Don't quote the first argument in all calls to AM_CONDITIONAL
2208 to work around a bug in Automake 1.4.
2209 * doc/Makefile.am: Use MCSERV_INSTALL conditional.
2210 * vfs/Make-mc.in: Likewise.
2211
2212 2001-04-13 Pavel Roskin <proski@gnu.org>
2213
2214 * configure.in: Bump version to 4.5.53a.
2215
2216 2001-04-06 Pavel Roskin <proski@gnu.org>
2217
2218 * gtkedit/editcmd.c: Remove support for XView layout attributes.
2219 * gtkedit/editoptions.c: Likewise.
2220 * pc/chmod.c: Likewise.
2221 * pc/drive.c: Likewise.
2222 * src/boxes.c: Likewise.
2223 * src/chmod.c: Likewise.
2224 * src/dlg.c: Likewise.
2225 * src/dlg.h: Likewise.
2226 * src/filegui.c: Likewise.
2227 * src/find.c: Likewise.
2228 * src/hotlist.c: Likewise.
2229 * src/layout.c: Likewise.
2230 * src/listmode.c: Likewise.
2231 * src/main.c: Likewise.
2232 * src/option.c: Likewise.
2233 * src/panelize.c: Likewise.
2234 * src/wtools.c: Likewise.
2235 * src/wtools.h: Likewise.
2236 * vfs/smbfs.c: Likewise.
2237
2238 * autogen.sh: Check out "intl" and "macros" directories if they
2239 are missing. Simply "cvs up -d" won't restore them.
2240
2241 * configure.in: Bump version to 4.5.52a.
2242
2243 2001-03-14 Pavel Roskin <proski@gnu.org>
2244
2245 * configure.in: Use AC_CHECK_TOOL for finding AR. Define
2246 Automake conditional USE_SAMBA_FS if Samba is to be supported
2247 in VFS.
2248
2249 2001-03-07 Pavel Roskin <proski@gnu.org>
2250
2251 * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
2252 defined.
2253 Reported by Norbert Warmuth.
2254
2255 * configure.in: Don't process vfs/extfs/uzip - it's now
2256 constant.
2257
2258 * syntax/changelog.syntax: Require space after asterisk to have
2259 it highlighted.
2260
2261 2001-03-02 Pavel Roskin <proski@gnu.org>
2262
2263 * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
2264 * configure.in: Use AC_PROG_CC_STDC instead.
2265
2266 * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
2267 Suggested by Christian Gennerat.
2268
2269 * lib/mc.ext.in: Add support for "freeze" - old compression
2270 program used mostly on QNX.
2271 * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
2272 * lib/Makefile.am: Adjusted.
2273
2274 2001-02-26 Pavel Roskin <proski@gnu.org>
2275
2276 * lib/mc-gnome.ext.in: Remove, it's not used.
2277 * configure.in: Remove lib/mc-gnome.ext.
2278 * lib/Makefile.am: Likewise.
2279
2280 2001-02-20 Pavel Roskin <proski@gnu.org>
2281
2282 * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
2283 defined to prevent warnings on OpenBSD 2.7.
2284 * slang/jdmacros.h: Likewise.
2285 * src/mad.h: Likewise.
2286 * src/poptalloca.h: Likewise.
2287
2288 * configure.in: Check for sys/time.h and sys/timeb.h. Use
2289 AC_HEADER_TIME.
2290
2291 2001-02-07 Pavel Roskin <proski@gnu.org>
2292
2293 * autogen.sh: Create vfs/samba/include/stamp-h.in.
2294 * vfs/samba/include/stamp-h.in: Remove.
2295
2296 * macros/curses.m4: Quote first argument to AC_DEFUN.
2297 * macros/gnome-cxx-check.m4: Likewise.
2298 * macros/gnome-gettext.m4: Likewise.
2299 * macros/gnome-libgtop-check.m4: Likewise.
2300 * macros/gnome-print-check.m4: Likewise.
2301 * macros/linger.m4: Likewise.
2302 * macros/need-declaration.m4: Likewise.
2303
2304 * configure.in: Only configure in vfs/samba if smbfs support is
2305 enabled even with Autoconf 2.13.
2306
2307 2001-01-30 Pavel Roskin <proski@gnu.org>
2308
2309 * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
2310 --without-samba due to a typo.
2311
2312 * configure.in: Only configure in vfs/samba if smbfs support is
2313 enabled. This optimization will only work with Autoconf-2.49c
2314 and above.
2315
2316 2001-01-13 Pavel Roskin <proski@gnu.org>
2317
2318 * configure.in: Don't create a faked malloc.h.
2319 * gtkedit/edit.h: Don't assume that malloc.h always exists.
2320 * src/mad.h: Likewise.
2321
2322 * configure.in: Simplified handling of cons.saver.
2323 * src/Makefile.in: Likewise. Don't install cons.saver setuid.
2324 * mc.spec.in: Remove a workaround for the above.
2325
2326 * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
2327 for MC. Don't rely on the output of uname - use $host_os.
2328
2329 2001-01-11 Pavel Roskin <proski@gnu.org>
2330
2331 * configure.in: Check for ext2 libraries only if VFS is enabled.
2332
2333 * src/Makefile.in: Create directories before installing files.
2334 Removed all occurrences of libprefix - it's never defined.
2335
2336 * configure.in: All macros from configure.in moved to
2337 acinclude.m4. Added missing quotes in several places.
2338 * acinclude.m4: Likewise.
2339
2340 * edit/Makefile.in: Don't install or uninstall mcedit -
2341 it cannot be installed before mc on systems without symlinks.
2342 * gtkedit/Makefile.in: Likewise.
2343 * src/Makefile.in: Install mcedit (if enabled) and mcview.
2344 Uninstall them.
2345
2346 * macros/gnome-gettext.m4: Propagated change by Owen Taylor
2347 from acinclude.m4 in gtk+:
2348 Don't define ENABLE_NLS unless we have a working NLS.
2349 (This should keep libintl.h from being included when it doesn't
2350 exist).
2351
2352 2001-01-09 Pavel Roskin <proski@gnu.org>
2353
2354 * doc-gnome/C/figs/Makefile.am: New file.
2355 * doc-gnome/C/Makefile.am: Don't handle figs, let the new
2356 makefile do it.
2357 * configure: Substitute doc-gnome/C/figs/Makefile.
2358
2359 * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
2360
2361 2001-01-08 Szabolcs Ban <shooby@gnome.hu>
2362
2363 * lib/mc.hlp.hu: Added Hungarian help file from
2364 tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
2365 maci@integrity.hu, mfh47@freemail.hu
2366 * lib/Makefile.am: Added LOCALIZED_HELP for further
2367 mc.hlp l10ns
2368 * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
2369 gtkedit/editcmd.c: I18n of mc.hlp
2370
2371 2000-12-29 Szabolcs Ban <shooby@gnome.hu>
2372
2373 * doc/mc.1.in: Corrected badly formatted link...
2374
2375 2000-11-10 Robert Brady <robert@suse.co.uk>
2376
2377 * configure.in: Add Tamil to ALL_LINGUAS.
2378
2379 2000-10-23 Pavel Roskin <proski@gnu.org>
2380
2381 * mc.spec.in: Allow mcserv.8 to be gzipped.
2382
2383 * doc-gnome/C/Makefile.am: Workaround for buggy db2html
2384 that cannot deal with "./gmc.sgml".
2385
2386 2000-10-09 Pavel Roskin <proski@gnu.org>
2387
2388 * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
2389 that CVS Automake will drop dependencies to the macros that
2390 we don't distribute.
2391
2392 * lib/mc.ext.in: Removed references to icons. Source RPMs
2393 grouped to one regex. Removed "Update" for source RPMs, added
2394 "Rebuild" instead. Added "Check signature" for all RPMs.
2395 Added a comment about pop-up menus in the text edition.
2396
2397 2000-10-06 Pavel Roskin <proski@gnu.org>
2398
2399 * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
2400 flags moved out of CFLAGS as recommended by GNU coding
2401 standards.
2402 * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
2403 * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
2404 XCPPFLAGS.
2405 * INSTALL (Random notes on porting to other architectures):
2406 Completely rewritten. Recommended using CFLAGS instead of XINC.
2407
2408 2000-10-05 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
2409
2410 * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
2411
2412 2000-10-04 Christophe Merlet <christophe@merlet.net>
2413
2414 * gnome/*.desktop: Updated French strings.
2415
2416 2000-10-03 Pavel Roskin <proski@gnu.org>
2417
2418 * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
2419 to allow <legalnotice>. Unclosed tags fixed.
2420
2421 2000-09-30 Pavel Roskin <proski@gnu.org>
2422
2423 * mc.spec.in: New package mc-common. Use DESTDIR instead of
2424 misusing prefix. Don't install old icons - they don't exist.
2425
2426 * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
2427 "export -f" to have mc() exported.
2428 * doc/mc.1.in: Changed description of the "-P" option to
2429 avoid inclusion of mc.sh and mc.csh into the manual.
2430 Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
2431
2432 2000-09-24 Pavel Roskin <proski@gnu.org>
2433
2434 * doc/mc.1.in: Minor formatting fixes.
2435
2436 * lib/mc.sh.in: Remove temporary file non-interactively.
2437 * doc/mc.1.in: updated example for mc.sh.
2438
2439 2000-09-23 Pavel Roskin <proski@gnu.org>
2440
2441 * Makefile.am: mc.spec included to noinst_DATA so that "make all"
2442 updates it when needed.
2443 * mc.spec.in: Include translations with mc, not gmc. Run
2444 chkconfig --del in %preun, not %postun. --without-debug not
2445 needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
2446 be executable. New files in %{prefix}/lib/mc/ - translated hints,
2447 editor files.
2448
2449 * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
2450 directory for document processing. Comment changes. gmc.ps and
2451 gmc.pdf now generated from gmc.dvi.
2452
2453 * configure: Always include Make.common as file, otherwise
2454 "make distclean" breaks.
2455 * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2456 slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
2457 replaced with "rm -f" - the standard says that "rm" is portable.
2458 Ditto $(MV). Adjusted *clean targets to match those in
2459 Automake. Removed "cross" target.
2460
2461 2000-09-22 Pavel Roskin <proski@gnu.org>
2462
2463 * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
2464 * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
2465 * doc/Makefile.in: Converted to ...
2466 * doc/Makefile.am: ... this.
2467
2468 2000-09-21 Pavel Roskin <proski@gnu.org>
2469
2470 * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
2471 is not expanded in all shells.
2472 * doc/mc.sgml: Updated the example script to reflect the above
2473 changes.
2474 * doc/mc.in.1: Likewise.
2475
2476 2000-09-19 Pavel Roskin <proski@gnu.org>
2477
2478 * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
2479 Marco Ciampa
2480
2481 2000-09-18 Pavel Roskin <proski@gnu.org>
2482
2483 * Make.common.in: Added installcheck to placate "make distcheck"
2484 * configure.in, Make.common.in, doc/Makefile.in,
2485 edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2486 slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
2487 variable MKINSTALLDIRS and builddir with Automake-compatible
2488 mkinstalldirs and top_builddir.
2489 * doc-gnome/C/Makefile.am: Only maintainers regenerate html
2490 files. Added uninstall-local target.
2491
2492 2000-09-17 Pavel Roskin <proski@gnu.org>
2493
2494 * configure.in: fixed wrong use of AC_MSG_RESULT inside
2495 AC_CACHE_VAL
2496
2497 * Make.common.in: Added the "dvi" target for "make distcheck"
2498 to go further
2499 * doc-gnome/C/Makefile.in: converted to ...
2500 * doc-gnome/C/Makefile.am: ... this
2501
2502 2000-09-15 Pavel Roskin <proski@gnu.org>
2503
2504 * acconfig.h, configure.in: Require autoconf 2.13 or above.
2505 Removed workarounds for older versions. Removed MCDEBUG
2506 variable - it's not used. --with-debug renamed to --with-mad and
2507 cleaned up. Always use -Wall with gcc, other manipulations with
2508 CFLAGS removed.
2509
2510 * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2511 gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2512 vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
2513 mc.pot becomes out of date in the tarball.
2514
2515 2000-09-14 Pavel Roskin <proski@gnu.org>
2516
2517 * configure.in: Removed some abuses of CPPFLAGS. Removed useless
2518 tests for cp, mv and rm.
2519 * Make.common.in: Removed variables xv_bindir and STRIP.
2520 Variables CP, MV and RMF are assigned trivial values.
2521
2522 * edit/Makefile.in: Don't link headers, add extra includes
2523 to CPPFLAGS instead. Put links to the build directory.
2524 Remove the hack with "mx" - it is not needed anymore.
2525
2526 * configure.in: remove any manipulations with top_srcdir.
2527 Don't change CPPGLAGS when the internal editor is enabled,
2528 instead do it ...
2529 * edit/Makefile.in, gtkedit/Makefile.in: ... here
2530
2531 * configure.in, Make.common.in, doc/Makefile.in,
2532 edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
2533 slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
2534 changed to top_srcdir for Automake compatibility
2535
2536 * configure.in: REGEX_O variable removed - always use our regex
2537
2538 * configure.in: MCFGR variable removed
2539
2540 2000-09-12 Pavel Roskin <proski@gnu.org>
2541
2542 * configure.in: enable AM_MAINTAINER_MODE to be consistent with
2543 other GNOME modules
2544 * autogen.sh: remove "-I ." from the "aclocal" command line
2545
2546 2000-09-01 Pavel Roskin <proski@gnu.org>
2547
2548 * configure.in: output vfs/extfs/Makefile
2549
2550 * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
2551 to avoid a warning
2552 * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
2553 AC_LIB_XPM, AC_X_SHAPE_EXTENSION
2554
2555 2000-08-29 Pavel Roskin <proski@gnu.org>
2556
2557 * configure.in: use AM_GNOME_GETTEXT
2558 * gettext.m4: removed
2559 * Makefile.am: adjusted files to distribute, previous change
2560 reverted
2561
2562 * mc-aclocal.m4: renamed to ...
2563 * acinclude.m4: ... this
2564 * autogen.sh: simplified - no more tricks with mc-aclocal.m4
2565 * Makefile.am: aclocal should scan "." for gettext.m4
2566
2567 2000-08-28 Pavel Roskin <proski@gnu.org>
2568
2569 * Make.common.in: removed hack for "make distcopy"
2570 * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
2571 gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
2572 vfs/Make-mc.in: added "distdir" target. Now "make dist" works
2573 for external builds.
2574 * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
2575
2576 2000-08-24 Pavel Roskin <proski@gnu.org>
2577
2578 * new_icons/Makefile.in: converted to ...
2579 * new_icons/Makefile.am: ... this
2580 * configure.in: automake conditional GNOME introduced.
2581 "insticons" removed
2582
2583 * icons/*: removed
2584 * Makefile.am, configure.in: necessary adjustments
2585
2586 * config.guess, config.sub, install-sh, mkinstalldirs: removed,
2587 automake installs them now
2588
2589 * syntax/Makefile.in: converted to ...
2590 * syntax/Makefile.am: ... this
2591
2592 * idl/Makefile.in: converted to ...
2593 * idl/Makefile.am: ... this
2594
2595 * lib/Makefile.am: simplified, fixed "make dist"
2596
2597 * lib/Makefile.in: converted to ...
2598 * lib/Makefile.am: ... this
2599
2600 * lib/tkmc.wmconfig: removed
2601 * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
2602
2603 * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
2604 to ...
2605 * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
2606 * Make.common.in: support for "distdir" for compatibility
2607 with Automake-generated makefiles
2608 * autogen.sh: run automake. Force cache - it is off by default
2609 in autoconf 2.49a, but it's still handy for maintainers
2610 * configure.in: adapted for Automake
2611
2612 * AUTHORS: new file
2613
2614 2000-08-23 Pavel Roskin <proski@gnu.org>
2615
2616 * configure.in: resurrect definition of xvers
2617
2618 * VERSION.in: removed
2619 * Makefile.in: don't do anything with VERSION.in and VERSION
2620 Take mc.spec from builddir, not srcdir
2621 * configure.in: don't create VERSION
2622
2623 2000-08-22 Pavel Roskin <proski@gnu.org>
2624
2625 * *.c, *.h: Updated address of Free Software Foundation
2626
2627 2000-08-21 Pavel Roskin <proski@gnu.org>
2628
2629 * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
2630 doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
2631 related to XView, libXPM, libXext and Tk
2632
2633 2000-08-18 Pavel Roskin <proski@gnu.org>
2634
2635 * Makefile.in, lib/Makefile.in: adjusted lists of distributed
2636 files
2637
2638 * configure.in: Simplified dependency tracking by using
2639 "-include" with GNU Make
2640 * autogen.sh: Exit on all failures
2641
2642 2000-08-17 Pavel Roskin <proski@gnu.org>
2643
2644 * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
2645 Fixed all misuses of single and double quotes. Typo fixes.
2646 Ensured compatibility with sgml2html, sgml2txt and sgml2latex
2647 * doc/mc.1.in: Typo fix
2648
2649 * doc/mc.sgml: made compatible with sgml-tools 1.0.9
2650 * doc/linuxdoc-sgml.diff: removed
2651 * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
2652 distribute gnome.sgml
2653
2654 2000-08-15 Pavel Roskin <proski@gnu.org>
2655
2656 * Makefile.in: fixes for improper usage of $(srcdir), cleanup
2657 in the "distclean" target
2658
2659 * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
2660 Removed all XVIEW-related stuff
2661 Fixed placement of png files on "make dist"
2662
2663 * doc/mc.1.in: Updated info about the internal editor
2664
2665 * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
2666 indicate serious problems. Fixes for uninstall.
2667 * doc/Makefile.in: Rebuild if it is out of date.
2668
2669 * lib/cedit.menu: Added. This file has been missing
2670
2671 * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
2672
2673 2000-08-08 Pavel Roskin <proski@gnu.org>
2674
2675 * Makefile.in: correctly detect make failures in subdirs
2676
2677 2000-08-01 Pavel Roskin <proski@gnu.org>
2678
2679 * nt, os2, tk, xv: removed all files
2680 * configure.in: don't create os2 and nt directories
2681
2682 2000-08-01 Pavel Roskin <proski@gnu.org>
2683
2684 * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
2685
2686 * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
2687
2688 2000-07-21 Pablo Saratxaga <pablo@mandrakesoft.com>
2689
2690 * src/main.c: make 8bit input/output the default (99% of the people
2691 expects that; lets the remaining 1% use the configuration menu
2692 to disactivate it if they want)
2693
2694 2000-07-20 Andrew V. Samoilov <sav@bcs.zp.ua>
2695
2696 * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
2697
2698 2000-06-20 Jacob Berkman <jacob@helixcode.com>
2699
2700 * configure.in: check for gnome-libs with window icon support
2701
2702 * acconfig.h: add icon define
2703
2704 2000-06-08 Matthias Warkus <mawa@iname.com>
2705
2706 * new_icons/gnome-pack-*.png: Updated.
2707 * gnome/mc.keys: Added a MIME type for SLP packages.
2708
2709 2000-05-30 Pavel Roskin <pavel_roskin@geociiities.com>
2710
2711 * syntax/diff.syntax: Highlight lines beginning with "File",
2712 "Files" and "Binary"
2713 * syntax/makefile.syntax: Highlight "ifndef"
2714 * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
2715 highlighted)
2716
2717 2000-05-05 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
2718
2719 * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
2720 comment lines with # in last release
2721
2722 2000-05-03 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
2723
2724 * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
2725
2726 2000-04-26 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
2727
2728 * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
2729 look more consistent than original.
2730
2731 2000-04-14 Timur Bakeyev <mc@bat.ru>
2732
2733 * config.in: Added check against strcoll().
2734
2735 2000-04-14 Timur Bakeyev <mc@bat.ru>
2736
2737 * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
2738 added 'and', 'or', 'not', 'for' keywords.
2739
2740 2000-04-06 Timur Bakeyev <mc@bat.ru>
2741
2742 * syntax.c: Very dirty fix to allow compilation of mcedit on ncurses
2743 based systems. Hope, this will make FreeBSD midc maintainer to enable
2744 build-in editor by default. Still, syntax highlighting is disabled.
2745 Need to port...
2746
2747 2000-03-13 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
2748
2749 * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
2750 fixed, some messages gettext()ed again here and in
2751 gtkedit/editmenu.c:edit_about_cmd()
2752
2753 2000-03-13 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
2754
2755 * doc/mc.sgml (Examples): Fixed documentation, thanx
2756 to martin@internet-treff.uni-koeln.de.
2757
2758 2000-03-01 Pavel Roskin <pavel_roskin@geocities.com>
2759
2760 * gtkedit/editcmd.c (edit_replace_prompt): fix index for
2761 the label text
2762
2763 2000-02-25 Pavel Roskin <pavel_roskin@geocities.com>
2764
2765 * gtkedit/syntax.c: treat *.ads as Ada source
2766 * syntax/ada95.syntax: escape "+" and "*"
2767 * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
2768 * syntax/Makefile.in: remove diffc.syntax
2769
2770 * edit/edit_key_translator.c: interpret code 0177 as
2771 backspace unless recognized otherwise
2772
2773 2000-02-23 Norbert Warmuth <nwarmuth@privat.circular.de>
2774
2775 * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
2776 initialization of array of structure (gcc version 2.96 20000131
2777 chokes on it).
2778
2779 * lib/mc.hint: C-y and not C-u can be used to insert text in input
2780 lines (e. g. text which has been deleted with M-d).
2781
2782 * configure.in: Fix the extfs-configure-fragment-in-final-output bug
2783
2784 2000-01-31 Yuan-Chung Cheng <platin@linux.org.tw>
2785
2786 * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
2787
2788 2000-01-29 Matthias Warkus <mawa@iname.com>
2789
2790 * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
2791 design on Federico's request.
2792
2793 2000-01-26 Federico Mena Quintero <federico@helixcode.com>
2794
2795 * idl/FileManager.idl (Desktop): Added arrange_icons() method and
2796 an ArrangeType enum.
2797
2798 2000-01-03 Aaron Lehmann <aaronl@vitelus.com>
2799
2800 * gdesktop.c, gdnd.c, gaction.c, gicon.c,
2801 gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
2802 setup.c: Add option of using GNOME "magic" routines to determine file
2803 types. This makes MC intelligently look at the data in the file to see
2804 what type of file it is, rather than looking at the filename extension.
2805 This slows down MC quite a bit, so it has been made an optional
2806 preference item. Type detection is expected to improve as mime-magic
2807 matures.
2808
2809 2000-01-15 Federico Mena Quintero <federico@helixcode.com>
2810
2811 * lib/mc.menu (shell_patterns): Add a missing "esac". Thanks to
2812 Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
2813 providing a patch.
2814
2815 2000-01-11 Matthias Warkus <mawa@iname.com>
2816
2817 * Added icon and keys entry for Scheme source.
2818
2819 2000-01-03 Fatih Demir <kabalak@gmx.net>
2820
2821 * configure.in: Added tr -> ALL_LINGUAS .
2822
2823 1999-12-28 Matthias Warkus <mawa@iname.com>
2824
2825 * new_icons/*.png: Added a bunch of new icons.
2826
2827 1999-12-06 Federico Mena Quintero <federico@redhat.com>
2828
2829 * configure.in (VERSION): Bumped version number to 4.5.42.
2830
2831 1999-11-25 Yuri Syrota <rasta@renome.rovno.ua>
2832
2833 * configure.in: added 'uk' to ALL_LINGUAS.
2834
2835 1999-11-09 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
2836
2837 * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
2838 request from David Sauer
2839
2840 1999-11-01 Federico Mena Quintero <federico@redhat.com>
2841
2842 * configure.in (VERSION): Bumped version number to 4.5.41.
2843
2844 1999-09-23 Federico Mena Quintero <federico@redhat.com>
2845
2846 * configure.in (VERSION): Set version number to 4.5.39.
2847
2848 1999-09-23 Jorge Godoy <godoy@conectiva.com.br>
2849
2850 * configure.in: Added pt_BR to ALL_LINGUAS
2851
2852 1999-09-22 Norbert Warmuth <nwarmuth@privat.circular.de>
2853
2854 * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
2855 path to the mc binary according to @prefix@.
2856
2857 * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
2858 configure. Install mc.sh and mc.csh in $(suppbindir).
2859
2860 * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
2861 and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
2862 copies of the included function definitions.
2863
2864 * mcfn_install.in: Comment out definitions of the mc functions. Source
2865 mc.sh instead of adding an outdated mc function definition.
2866
2867 * configure.in: output mc.sh and mc.csh
2868
2869 1999-09-20 Federico Mena Quintero <federico@redhat.com>
2870
2871 * lib/startup.links: Changed the news link to Gnotices
2872
2873 1999-09-19 David Martin <dmartina@usa.net>
2874
2875 * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
2876 8 bit chars from strftime get displayed when inserting date.
2877
2878 * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
2879 Mandrake 6.0. The generic entry for bzip2 moved to the end of the
2880 file to avoid interferences. In this one I changed the extension check
2881 to a type check (as used for gzip) which might give problems in some
2882 systems.
2883
2884 * configure.in: Use -Tlatin1 to format man pages when available and
2885 "view" 8 bit chars.
2886
2887 1999-09-19 Norbert Warmuth <nwarmuth@privat.circular.de>
2888
2889 * gtkedit/edit.h: Include file reordering to make it compile with
2890 --with-debug
2891
2892 * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
2893 dependent on length of translated strings to display.
2894
2895 1999-09-16 Owen Taylor <otaylor@redhat.com>
2896
2897 * Remove the magicdev autoconf test in favor of just
2898 including the idl file. Otherwise we have a dependency
2899 loop between this and magicdev.
2900
2901 1999-09-08 Federico Mena Quintero <federico@redhat.com>
2902
2903 * idl/FileManager.idl: Changed names, and put everything under a
2904 FileManager module. Added a Desktop interface and some methods to
2905 the WindowFactory interface.
2906
2907 1999-09-08 Kjartan Maraas <kmaraas@online.no>
2908
2909 * doc-gnome/*: Shiny new docs from users-guide.
2910 All synced up.
2911
2912 1999-09-03 Pablo Saratxaga <pablo@mandrakesoft.com>
2913
2914 * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
2915
2916 1999-09-01 Federico Mena Quintero <federico@redhat.com>
2917
2918 * README: Updated and spell-checked.
2919
2920 * NEWS: Updated.
2921
2922 1999-08-31 Richard Hult <rhult@hem2.passagen.se>
2923
2924 * configure.in (ALL_LINGUAS): Added sv.
2925
2926 1999-08-30 Norbert Warmuth <nwarmuth@privat.circular.de>
2927
2928 * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
2929 symlink attacks (mcfn_install and the man page still needs to be
2930 updated).
2931
2932 1999-08-20 Norbert Warmuth <nwarmuth@privat.circular.de>
2933
2934 * configure.in (AC_WITH_SLANG): rm -f destination before making
2935 a symbolic link (ln -sf doesn't work as expected on Solaris)
2936
2937 1999-08-19 Elliot Lee <sopwith@redhat.com>
2938
2939 * */Makefile.in: Have 'make dist' work with builddir != srcdir.
2940
2941 1999-08-19 Federico Mena Quintero <federico@redhat.com>
2942
2943 * doc-gnome/C/gmc.sgml: Index fixes.
2944
2945 1999-08-18 Elliot Lee <sopwith@redhat.com>
2946
2947 * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
2948 initializers in the GnomeUIInfo structure.
2949
2950 1999-08-16 Federico Mena Quintero <federico@redhat.com>
2951
2952 * configure.in (VERSION): Bumped version number to 4.5.38.
2953
2954 1999-08-15 Norbert Warmuth <nwarmuth@privat.circular.de>
2955
2956 * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
2957
2958 1999-08-15 David Martin <dmartina@usa.net>
2959
2960 * gtkedit/edit.c: Print localized date with strftime()
2961
2962 * lib/mc.hint.es: NEW FILE. Hints in Spanish flavor.
2963
2964 1999-08-08 David Martin <dmartina@usa.net>
2965
2966 * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
2967 translation.
2968
2969 * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
2970 translation as it used to be.
2971
2972 1999-08-05 Federico Mena Quintero <federico@nuclecu.unam.mx>
2973
2974 * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
2975 that the correct index.html will be generated.
2976
2977 1999-07-27 Federico Mena Quintero <federico@nuclecu.unam.mx>
2978
2979 * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
2980 to the list.
2981
2982 1999-07-21 Paul Sheer <psheer@obsidian.co.za>
2983
2984 * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
2985 editwidget.c: bring editor stuff up to date with cooledit 3.11.5
2986 This adds some new syntax rules, and spell check on the fly
2987 which if someone bugs me for, will actually get enabled in
2988 both the text and gnome versions. Bookmark stuff also needs
2989 some keys bound to it, I suppose: any takers?
2990
2991 1999-07-19 Elliot Lee <sopwith@redhat.com>
2992
2993 * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes
2994 infinitely recursing make.
2995
2996 1999-07-05 Miguel de Icaza <miguel@gnu.org>
2997
2998 * Makefile.in (all): Makefile fix.
2999
3000 1999-05-27 Miguel de Icaza <miguel@nuclecu.unam.mx>
3001
3002 * Make.common.in (confdir): Define confdir as sysconfdir. This
3003 should fix the problem we had with FSSTND distributions.
3004
3005 1999-07-04 Federico Mena Quintero <federico@nuclecu.unam.mx>
3006
3007 * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
3008 list of distributed files.
3009
3010 1999-07-03 Federico Mena Quintero <federico@nuclecu.unam.mx>
3011
3012 * configure.in (VERSION): Bumped version number to 4.5.34.
3013
3014 1999-07-02 Tuomas J. Lukka <lukka@iki.fi>
3015
3016 * Add fi into ALL_LINGUAS
3017
3018 1999-07-01 Tuomas Kuosmanen <tigert@gimp.org>
3019
3020 * gnome/i-zipdisk2.png: Added another zip-disk icon
3021 by <scarab@egyptian.net> - It looks very nice. Variation
3022 is good.
3023
3024 1999-06-22 Miguel de Icaza <miguel@nuclecu.unam.mx>
3025
3026 * acconfig.h: Add WITH_SMBFS
3027
3028 * macros/gnome-vfs.m4: Support conditional samba support.
3029
3030 1999-05-27 Miguel de Icaza <miguel@nuclecu.unam.mx>
3031
3032 * Make.common.in (confdir): Define confdir as sysconfdir. This
3033 should fix the problem we had with FSSTND distributions.
3034
3035 1999-02-22 Vladimir Kondratiev <vkondra@iil.intel.com>
3036
3037 * mc.spec.in: added syntax files to %files
3038
3039 1999-06-22 David Martin <dmartina@usa.net>
3040
3041 * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
3042
3043 1999-06-07 Shooby Ban <bansz@szif.hu>
3044
3045 * po/hu.po, configure.in: added Hungarian translations...
3046 I'm not sure it's OK, but it seems usable.
3047 Translators: Tamas Fejos and Andras Kadar
3048
3049 1999-06-07 Kjartan Maraas <kmaraas@online.no>
3050
3051 * configure.in, Makefile.in: added the gmc helpfile to the build
3052
3053 1999-05-23 Yukihiro Nakai <nacai@iname.com>
3054
3055 * Add ja entry to LANG in configure.in
3056
3057 1999-05-19 Tuomas Kuosmanen <tigert@gimp.org>
3058
3059 * gnome/Makefile.in (ICONS): OK, perhaps we also want the zip-icon to
3060 be installed in the system :) (added it to the Makefile.in)
3061
3062 1999-05-19 Tuomas Kuosmanen <tigert@gimp.org>
3063
3064 * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
3065 disks - someone please add it to the mount.c code so it gets used..
3066 Everyone have a nice time at the expo! :) I hope to join the
3067 next time.
3068
3069 Mon May 17 07:30:48 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
3070
3071 * configure.in: Added check for getpt ()
3072
3073 1999-05-05 Federico Mena Quintero <federico@nuclecu.unam.mx>
3074
3075 * configure.in (VERSION): Bumped version number to 4.5.31.
3076
3077 Wed Apr 21 22:04:30 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
3078
3079 * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
3080 need to fool it by strdup'ing the return value of tempnam.
3081
3082 Wed Apr 21 20:44:41 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
3083
3084 * configure.in: New option --with-tm-x-support, use MCCFLAGS and
3085 MCLIBS which are specific to the text edition.
3086
3087 * INSTALL: Added documentation for --with-tm-x-support
3088
3089 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean <gregm@comstar.net>
3090
3091 * mc.spec.in : Folded in some changes from the 'official' rpm
3092 spec file.
3093
3094 1999-04-16 Miguel de Icaza <miguel@nuclecu.unam.mx>
3095
3096 * configure.in (SHELL): Do not use grep -q, as it is not portable
3097 to every OS.
3098
3099 Thu Apr 15 21:59:52 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
3100
3101 * configure.in: Linking from $srcdir/slang is broken when configure
3102 isn't called with an absolute path. Link from ../$srcdir/slang if
3103 configure was invoked with a relative path.
3104
3105 1999-03-20 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
3106
3107 * configure.in: Do not rm the destination file and then link, use
3108 ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
3109
3110 Tue Apr 13 06:07:05 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
3111
3112 * configure.in: Some AC_ARG_WITH macros haven't checked $withval, i.e.
3113 --with-PACKAGE and --without-PACKAGE gave the same results.
3114
3115 1999-04-09 Federico Mena Quintero <federico@nuclecu.unam.mx>
3116
3117 * configure.in (VERSION): Bumped version number to 4.5.30.
3118
3119 1999-03-30 Federico Mena Quintero <federico@nuclecu.unam.mx>
3120
3121 * configure.in (VERSION): Bumped version number to 4.5.29.
3122
3123 Sun Mar 28 23:46:01 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
3124
3125 * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
3126 now contains all checks.
3127
3128 1999-03-26 Federico Mena Quintero <federico@nuclecu.unam.mx>
3129
3130 * configure.in (VERSION): bumped version number to 4.5.28.
3131
3132 Fri Mar 26 19:16:38 1999 Timur Bakeyev <mc@bat.ru>
3133
3134 * */Makefile.*: fixed several missed conversions from libdir to
3135 mclibdir. (Should be automake'd, really)
3136
3137 1999-03-24 Federico Mena Quintero <federico@nuclecu.unam.mx>
3138
3139 * Make.common.in: There were conflicting definitions of mclibdir
3140 (one for installation, one for source). Now the source one is
3141 called mcsrclibdir.
3142
3143 * doc/Makefile.in: Use mcsrclibdir where appropriate.
3144
3145 Mon Mar 22 03:00:15 1999 Timur Bakeyev <mc@bat.ru>
3146
3147 * edit/syntax.c: Remove extra "|" in "file ..\*\\.(pp|PP|pas|PAS|)$ \
3148 Pascal Program" (Heh, second time :)
3149
3150 * Makefile.common: Until things gets clear, keep syntax rules in
3151 $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
3152
3153 Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
3154 @libdir@.
3155
3156 Mon Mar 22 01:52:32 1999 Timur Bakeyev <mc@bat.ru>
3157
3158 * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
3159 as requested by Paul. Still, need some checking...
3160
3161 Sun Mar 21 03:55:24 1999 Paul Sheer <psheer@obsidian.co.za>
3162
3163 * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
3164 to date with cooledit 3.9.0. This adds some new features.
3165 Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
3166 syntax.c. This is because the rule set is becoming too
3167 large to maintain in its current form and because file
3168 loading is starting to get slow.
3169
3170 There is also a bookmark feature which does not yet have
3171 key bindings assigned to it, but should be cool once
3172 these get inserted. Syntax rules files are named
3173 $LIBDIR/cooledit/syntax/*.syntax
3174
3175 1999-03-20 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
3176
3177 * configure.in: Create slang directory, it is needed when
3178 builddir != srcdir.
3179 Use -f when calling rm, the file does not exist on
3180 first compile.
3181 No need to copy VERSION from $srcdir, it's already generated in
3182 $builddir.
3183
3184 Fri Mar 19 06:32:36 1999 David Martin <dmartina@usa.net>
3185
3186 * edit/edit_key_translator.c: Added missing translation tags.
3187
3188 1999-03-18 Federico Mena Quintero <federico@nuclecu.unam.mx>
3189
3190 * configure.in: Minimum version of glib should be 1.2.0.
3191 (VERSION): Bumped version number to 4.5.27.
3192
3193 Wed Mar 10 21:52:55 1999 David Martin <dmartina@usa.net>
3194
3195 * gtkedit/editcmd.c: Added missing translation tags.
3196
3197 * gtkedit/editoptions.c: Added missing translation tags. Translate
3198 radio buttons on first use.
3199
3200 Sat Feb 27 21:00:45 1999 Gregory McLean <gregm@comstar.net>
3201
3202 * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
3203 to get the mc spec file to work.
3204 * hacked configure to generate a properly versioned spec file.
3205
3206 Fri Feb 26 22:06:51 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
3207
3208 * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
3209 radio buttons on first pass.
3210
3211 Fri Feb 26 21:45:30 1999 David Martin <dmartina@usa.net>
3212
3213 * gtkedit/editcmd.c: Mark strings in the search and replace
3214 dialogs for translation. Resized these dialogs to let the messages
3215 fit.
3216
3217 1999-02-22 Miguel de Icaza <miguel@nuclecu.unam.mx>
3218
3219 * gtkedit/editwidget.c (selection_send): Use the proper type for
3220 64-bit cleanliness (Patch from George Lebl).
3221
3222 Tue Feb 16 21:24:43 1999 David Martin <dmartina@usa.net>
3223
3224 * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
3225 into the catalog file.
3226
3227 Sat Feb 13 01:39:17 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
3228
3229 * configure.in: Make Timur's libtermcap check work with SLang
3230 0.99.98, too.
3231
3232 1999-02-12 Federico Mena Quintero <federico@nuclecu.unam.mx>
3233
3234 * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
3235 PS and EPS files. Thanks, Tigert!
3236
3237 1999-02-09 Miguel de Icaza <miguel@nuclecu.unam.mx>
3238
3239 * configure.in (CCOPTS): Drop the prefix auto-detection.
3240
3241 Wed Feb 10 02:48:51 1999 Timur Bakeyev <mc@bat.ru>
3242
3243 * configure.in: Add check, which, in case of system-installed SLang
3244 library tries to run a test program, which determines, does we need
3245 linking with libtermcap.a. Also, set of if's for finding terminfo
3246 dir changed to for cycle - a bit nicer :)
3247
3248 Tue Feb 9 20:52:19 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
3249
3250 * README.QNX: Deleted documentation about mc.menu.qnx.diff.
3251
3252 Tue Feb 9 20:46:07 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
3253
3254 * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
3255
3256 Tue Feb 9 20:32:39 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
3257
3258 * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
3259 from tar calls when extracting (according to my man page this option
3260 is only useful when creating archives).
3261
3262 Tue Feb 9 20:28:15 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
3263
3264 * lib/mc.menu: Applied patch from root <root@golia.dntis.ro> which
3265 adds support for tar.bz2 and merges the support for freeze-compressed
3266 tar files (tar.F) from mc.menu.qnx.diff.
3267
3268 Sun Feb 7 06:11:48 1999 Timur Bakeyev <mc@bat.ru>
3269
3270 * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
3271 GNU-like :)
3272
3273 1999-01-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
3274
3275 * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
3276 the catalog file.
3277
3278 1999-02-02 Tuomas Kuosmanen <tigert@gimp.org>
3279
3280 * new_icons/gnome-core.png: New icon for core files. Someone
3281 please add the code part :)
3282
3283 Mon Feb 1 01:28:19 1999 Timur Bakeyev <mc@bat.ru>
3284
3285 * configure.in: Add check against setuid() and setreuid() functions.
3286
3287 Fri Jan 29 22:55:56 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
3288
3289 * slang/slang.h: renamed to slang-mc.h
3290
3291 * slang/Makefile.in: delete slang.h on "make clean"
3292
3293 * configure.in: link slang/slang-mc.h to slang/slang.h when the
3294 included slang is used. Problem was that MC's slang.h was used
3295 when we compiled with an already installed SLang and the systems
3296 header file were included with <slang/slang.h>.
3297 Unfortunately I can't use AC_LINK_FILES to make the links because
3298 if we needn't make any links AC_LINK_FILES makes a link from
3299 srcdir to top_builddir (builddir != srcdir).
3300
3301 Temporary add $LGPM to $LIBS when checking for the resizeterm
3302 and keyok functions (ncurses might be linked against GPM).
3303
3304 Substitute PACKAGE (intl/Makefile makes use of it)
3305
3306 Wed Jan 27 03:34:44 1999 Timur Bakeyev <mc@bat.ru>
3307
3308 * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swapped by
3309 #include "global.h".
3310
3311 1999-01-13 Jonathan Blandford <jrb@redhat.com>
3312
3313 * Make.common.in (gnewdir): new path.
3314
3315 Sun Jan 17 03:19:47 1999 Timur Bakeyev <mc@bat.ru>
3316
3317 * configure.in: Add comments before "Let" and "the" - typo. Add new
3318 path to include's search.
3319
3320 1999-01-10 Ilya Zakharevich <ilya@math.ohio-state.edu>
3321
3322 * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
3323
3324 1999-01-11 Miguel de Icaza <miguel@nuclecu.unam.mx>
3325
3326 * configure.in (REGEX_O): Always include regex.o as the code we
3327 are using in gmc is not using regcomp/regexec, but the internal
3328 Emacs API.
3329
3330 * src/regex.c: Do not compile the POSIX compatibility code, as we
3331 do not use it.
3332
3333 Tue Dec 29 15:49:45 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
3334
3335 * doc/mc.sgml, mc1.in (Color section): minor polishing
3336 (Layout section): documented Highlight...
3337
3338 Thu Dec 24 18:30:53 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
3339
3340 * configure.in: Deleted du checks
3341
3342 * INSTALL: Deleted --with-dusum documentation.
3343
3344 * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
3345 Configuration dialog. Added Advanced chown subsection. Deleted
3346 variables from the Special settings section which are now covered
3347 by the configuration dialog.
3348
3349 Mon Dec 21 22:26:34 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
3350
3351 * doc/mc.sgml, mc.1.in: Deleted obsolete information about
3352 tar_gz_memlimit. Partially rewrote the section about the
3353 Virtual FS.. configuration dialog.
3354
3355 1998-12-17 Christopher Blizzard <blizzard@appliedtheory.com>
3356
3357 * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
3358
3359 Sun Dec 13 15:26:19 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
3360
3361 * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
3362
3363 * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
3364 builddir
3365
3366 1998-12-08 Tuomas Kuosmanen <tigert@gimp.org>
3367
3368 * new_icons/gnome-image-[lots].png: I added some icons for file
3369 types (image) there - someone please tell me what the correct
3370 location and naming convention is and I will try to follow that. :)
3371
3372 1998-12-08 Christopher Blizzard <blizzard@appliedtheory.com>
3373
3374 * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
3375 the build will still work. (Has this been replaced by new_icons?)
3376
3377 Tue Dec 1 11:58:55 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
3378
3379 * doc/mc.1.in, mc.sgml: added my name to list of authors
3380
3381 1998-12-02 Miguel de Icaza <miguel@nuclecu.unam.mx>
3382
3383 * Makefile.in (codedirs): Dropped xv and tk ports from the
3384 distribution. include idl directory.
3385
3386 1998-12-01 Miguel de Icaza <miguel@nuclecu.unam.mx>
3387
3388 * configure.in (slang_use_system_installed_lib): Define slang
3389 here, to avoid having this on LIBS.
3390
3391 1998-11-26 Herbert Valerio Riedel <hvr@hvrlab.ml.org>
3392
3393 * gtkedit.c: changed occurrence of 'va_list *ap' to 'va_list ap'
3394
3395 Thu Nov 26 12:20:06 1998 Pavel Roskin <pavel_roskin@geocities.com>
3396
3397 * config.h.in: Removed from CVS, added to .cvsignore
3398
3399 * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
3400 configure.in:
3401 NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
3402 HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
3403 HAS_CURSES added to acconfig.h
3404
3405 1998-11-24 Federico Mena Quintero <federico@nuclecu.unam.mx>
3406
3407 * autogen.sh: Add "-I macros" to the aclocal flags.
3408
3409 * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
3410 so that aclocal will not complain about an obsolete macro.
3411
3412 * configure.in: Use MC_HPUX_PROG_CC_STDC
3413
3414 * ChangeLog: There was no ChangeLog here, so I added one.

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26