/[mc]/mc/ChangeLog
ViewVC logotype

Contents of /mc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.797 - (show annotations) (download)
Mon Jun 6 00:05:25 2005 UTC (18 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.796: +2 -0 lines
	* lib/mc.ext.in: Added ${PAGER} as fallback if neither lynx nor
	links is installed.

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

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