Corrected some authors email addresses.
[midnight-commander.git] / ChangeLog
blob3e487029c7c474491ea9d4cc508b32c5217b65ff
1 2001-05-22  Pavel Roskin  <proski@gnu.org>
3         * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
4         JADEFLAGS environment variables. Report progress. Clean up on
5         failure.
7 2001-05-21  Pavel Roskin  <proski@gnu.org>
9         * doc-gnome/C/Makefile.am: Allow "make install" without *.html
10         files.
12         * doc-gnome/C/mkhtml: Print a big warning if the script fails.
13         * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
15 2001-05-20  Pavel Roskin  <proski@gnu.org>
17         * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
18         Create figs/*.eps if needed. Simplify rules for gmc.dvi and
19         gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
20         * doc-gnome/C/figs/Makefile.am: Add support for converting from
21         PNG to EPS.
23         * Makefile.am (EXTRA_DIST): Remove create_vcs.
24         * doc/FILES: Likewise. Typo fix.
26 2001-05-19  Pavel Roskin  <proski@gnu.org>
28         * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
29         * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
30         with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
32         * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
33         index entry "Moving files".
35 2001-05-18  Pavel Roskin  <proski@gnu.org>
37         * configure.in: Use src/main.c in AC_INIT.
39         * create_vcs: Remove.
41         * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
42         Add download location for glib.
43         * mc.spec.in: Likewise.
44         * doc/LSM: Likewise.
45         * doc/mc.1.in: Likewise.
46         * doc/mcedit.1.in: Likewise.
47         * src/ext.c: Don't mention download location for MC.
49         * FAQ: Update status of Tk, XView. and GNOME editions. Update
50         homepage of gpm.
52         * INSTALL: Remove information about Tk and XView. Change the
53         mailing list addresses again.
54         * FAQ: Change the mailing list addresses again.
55         * MAINTAINERS: Likewise.
56         * README: Likewise.
57         * doc/mc.1.in: Likewise.
58         * gnome/gmc-window.c: Likewise.
59         * lib/README.xterm: Likewise.
60         * lib/mc.ext.in: Likewise.
61         * lib/mc.hint*: Likewise.
62         * lib/mc.hlp.hu: Likewise.
63         * po/*.po: Likewise.
64         * src/main.c: Likewise.
66 2001-04-20  Pavel Roskin  <proski@gnu.org>
68         * FAQ: Change the mailing list addresses and the download
69         locations.
70         * INSTALL: Likewise.
71         * MAINTAINERS: Likewise.
72         * README: Likewise.
73         * doc/mc.1.in: Likewise.
74         * gnome/gmc-window.c: Likewise.
75         * lib/README.xterm: Likewise.
76         * lib/mc.ext.in: Likewise.
77         * lib/mc.hint*: Likewise.
78         * lib/mc.hlp.hu: Likewise.
79         * po/*.po: Likewise.
80         * src/main.c: Likewise.
82 2001-04-19  Pavel Roskin  <proski@gnu.org>
84         * configure.in: Don't install mcserv unless
85         "--enable-mcserv-install" has heen specified.
86         Don't quote the first argument in all calls to AM_CONDITIONAL
87         to work around a bug in Automake 1.4.
88         * doc/Makefile.am: Use MCSERV_INSTALL conditional.
89         * vfs/Make-mc.in: Likewise.
91 2001-04-13  Pavel Roskin  <proski@gnu.org>
93         * configure.in: Bump version to 4.5.53a.
95 2001-04-06  Pavel Roskin  <proski@gnu.org>
97         * gtkedit/editcmd.c: Remove support for XView layout attributes.
98         * gtkedit/editoptions.c: Likewise.
99         * pc/chmod.c: Likewise.
100         * pc/drive.c: Likewise.
101         * src/boxes.c: Likewise.
102         * src/chmod.c: Likewise.
103         * src/dlg.c: Likewise.
104         * src/dlg.h: Likewise.
105         * src/filegui.c: Likewise.
106         * src/find.c: Likewise.
107         * src/hotlist.c: Likewise.
108         * src/layout.c: Likewise.
109         * src/listmode.c: Likewise.
110         * src/main.c: Likewise.
111         * src/option.c: Likewise.
112         * src/panelize.c: Likewise.
113         * src/wtools.c: Likewise.
114         * src/wtools.h: Likewise.
115         * vfs/smbfs.c: Likewise.
117         * autogen.sh: Check out "intl" and "macros" directories if they
118         are missing. Simply "cvs up -d" won't restore them.
120         * configure.in: Bump version to 4.5.52a.
122 2001-03-14  Pavel Roskin  <proski@gnu.org>
124         * configure.in: Use AC_CHECK_TOOL for finding AR. Define
125         Automake conditional USE_SAMBA_FS if Samba is to be supported
126         in VFS.
128 2001-03-07  Pavel Roskin  <proski@gnu.org>
130         * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
131         defined.
132         Reported by Norbert Warmuth.
134         * configure.in: Don't process vfs/extfs/uzip - it's now
135         constant.
137         * syntax/changelog.syntax: Require space after asterisk to have
138         it highlighted.
140 2001-03-02  Pavel Roskin  <proski@gnu.org>
142         * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
143         * configure.in: Use AC_PROG_CC_STDC instead.
145         * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
146         Suggested by Christian Gennerat.
148         * lib/mc.ext.in: Add support for "freeze" - old compression
149         program used mostly on QNX.
150         * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
151         * lib/Makefile.am: Adjusted.
153 2001-02-26  Pavel Roskin  <proski@gnu.org>
155         * lib/mc-gnome.ext.in: Remove, it's not used.
156         * configure.in: Remove lib/mc-gnome.ext.
157         * lib/Makefile.am: Likewise.
159 2001-02-20  Pavel Roskin  <proski@gnu.org>
161         * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
162         defined to prevent warnings on OpenBSD 2.7.
163         * slang/jdmacros.h: Likewise.
164         * src/mad.h: Likewise.
165         * src/poptalloca.h: Likewise.
167         * configure.in: Check for sys/time.h and sys/timeb.h. Use
168         AC_HEADER_TIME.
170 2001-02-07  Pavel Roskin  <proski@gnu.org>
172         * autogen.sh: Create vfs/samba/include/stamp-h.in.
173         * vfs/samba/include/stamp-h.in: Remove.
175         * macros/curses.m4: Quote first argument to AC_DEFUN.
176         * macros/gnome-cxx-check.m4: Likewise.
177         * macros/gnome-gettext.m4: Likewise.
178         * macros/gnome-libgtop-check.m4: Likewise.
179         * macros/gnome-print-check.m4: Likewise.
180         * macros/linger.m4: Likewise.
181         * macros/need-declaration.m4: Likewise.
183         * configure.in: Only configure in vfs/samba if smbfs support is
184         enabled even with Autoconf 2.13.
186 2001-01-30  Pavel Roskin  <proski@gnu.org>
188         * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
189         --without-samba due to a typo.
191         * configure.in: Only configure in vfs/samba if smbfs support is
192         enabled. This optimization will only work with Autoconf-2.49c
193         and above.
195 2001-01-13  Pavel Roskin  <proski@gnu.org>
197         * configure.in: Don't create a faked malloc.h.
198         * gtkedit/edit.h: Don't assume that malloc.h always exists.
199         * src/mad.h: Likewise.
201         * configure.in: Simplified handling of cons.saver.
202         * src/Makefile.in: Likewise. Don't install cons.saver setuid.
203         * mc.spec.in: Remove a workaround for the above.
205         * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
206         for MC. Don't rely on the output of uname - use $host_os.
208 2001-01-11  Pavel Roskin  <proski@gnu.org>
210         * configure.in: Check for ext2 libraries only if VFS is enabled.
212         * src/Makefile.in: Create directories before installing files.
213         Removed all occurences of libprefix - it's never defined.
215         * configure.in: All macros from configure.in moved to
216         acinclude.m4. Added missing quotes in several places.
217         * acinclude.m4: Likewise.
219         * edit/Makefile.in: Don't install or uninstall mcedit -
220         it cannot be installed before mc on systems without symlinks.
221         * gtkedit/Makefile.in: Likewise.
222         * src/Makefile.in: Install mcedit (if enabled) and mcview.
223         Uninstall them.
225         * macros/gnome-gettext.m4: Propagated change by Owen Taylor
226         from acinclude.m4 in gtk+:
227         Don't define ENABLE_NLS unless we have a working NLS.
228         (This should keep libintl.h from being included when it doesn't
229         exist).
231 2001-01-09  Pavel Roskin  <proski@gnu.org>
233         * doc-gnome/C/figs/Makefile.am: New file.
234         * doc-gnome/C/Makefile.am: Don't handle figs, let the new
235         makefile do it.
236         * configure: Substitute doc-gnome/C/figs/Makefile.
238         * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
240 2001-01-08  Szabolcs Ban <shooby@gnome.hu>
242         * lib/mc.hlp.hu: Added Hungarian help file from
243           tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
244           maci@integrity.hu, mfh47@freemail.hu
245         * lib/Makefile.am: Added LOCALIZED_HELP for further
246           mc.hlp l10ns
247         * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
248           gtkedit/editcmd.c: I18n of mc.hlp
250 2000-12-29  Szabolcs Ban <shooby@gnome.hu>
252         * doc/mc.1.in: Corrected badly formatted link...
254 2000-11-10  Robert Brady  <robert@suse.co.uk>
256         * configure.in: Add Tamil to ALL_LINGUAS.
257         
258 2000-10-23  Pavel Roskin  <proski@gnu.org>
260         * mc.spec.in: Allow mcserv.8 to be gzipped.
262         * doc-gnome/C/Makefile.am: Workaround for buggy db2html
263         that cannot deal with "./gmc.sgml".
265 2000-10-09  Pavel Roskin  <proski@gnu.org>
267         * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
268         that CVS Automake will drop dependencied to the macros that
269         we don't distribute.
271         * lib/mc.ext.in: Removed references to icons. Source RPMs
272         grouped to one regex. Removed "Update" for source RPMs, added
273         "Rebuild" instead. Added "Check signature" for all RPMs.
274         Added a comment about pop-up menus in the text edition.
276 2000-10-06  Pavel Roskin  <proski@gnu.org>
278         * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
279         flags moved out of CFLAGS as recommended by GNU coding
280         standards.
281         * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
282         * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
283         XCPPFLAGS.
284         * INSTALL (Random notes on porting to other architectures):
285         Completely rewritten. Recommended using CFLAGS instead of XINC.
287 2000-10-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
289         * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
291 2000-10-04  Christophe Merlet  <christophe@merlet.net>
293         * gnome/*.desktop: Updated french strings.
295 2000-10-03  Pavel Roskin  <proski@gnu.org>
297         * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
298         to allow <legalnotice>. Unclosed tags fixed.
300 2000-09-30  Pavel Roskin  <proski@gnu.org>
302         * mc.spec.in: New package mc-common. Use DESTDIR instead of
303         misusing prefix. Don't install old icons - they don't exist.
305         * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
306         "export -f" to have mc() exported.
307         * doc/mc.1.in: Changed description of the "-P" option to
308         avoid inclusion of mc.sh and mc.csh into the manual.
309         Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
311 2000-09-24  Pavel Roskin  <proski@gnu.org>
313         * doc/mc.1.in: Minor formatting fixes.
315         * lib/mc.sh.in: Remove temporary file non-interactively.
316         * doc/mc.1.in: updated example for mc.sh.
318 2000-09-23  Pavel Roskin  <proski@gnu.org>
320         * Makefile.am: mc.spec included to noinst_DATA so that "make all"
321         updates it when needed.
322         * mc.spec.in: Include translations with mc, not gmc. Run
323         chkconfig --del in %preun, not %postun. --without-debug not
324         needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
325         be executable. New files in %{prefix}/lib/mc/ - translated hints,
326         editor files.
328         * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
329         directory for document processing. Comment changes. gmc.ps and
330         gmc.pdf now generated from gmc.dvi.
332         * configure: Always include Make.common as file, otherwise
333         "make distclean" breaks.
334         * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
335         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
336         replaced with "rm -f" - the stangard says that "rm" is portable.
337         Ditto $(MV). Adjusted *clean targets to match those in
338         Automake. Removed "cross" target.
340 2000-09-22  Pavel Roskin  <proski@gnu.org>
342         * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
343         * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
344         * doc/Makefile.in: Converted to ...
345         * doc/Makefile.am: ... this.
347 2000-09-21  Pavel Roskin  <proski@gnu.org>
349         * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
350         is not expanded in all shells.
351         * doc/mc.sgml: Updated the example script to reflect the above
352         changes.
353         * doc/mc.in.1: Likewise.
355 2000-09-19  Pavel Roskin  <proski@gnu.org>
357         * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
358         Marco Ciampa
360 2000-09-18  Pavel Roskin  <proski@gnu.org>
362         * Make.common.in: Added installcheck to placate "make distcheck"
363         * configure.in, Make.common.in, doc/Makefile.in,
364         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
365         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
366         variable MKINSTALLDIRS and builddir with Automake-compatible
367         mkinstalldirs and top_builddir.
368         * doc-gnome/C/Makefile.am: Only maintainers regenerate html
369         files. Added uninstall-local target.
371 2000-09-17  Pavel Roskin  <proski@gnu.org>
373         * configure.in: fixed wrong use of AC_MSG_RESULT inside
374         AC_CACHE_VAL
376         * Make.common.in: Added the "dvi" target for "make distcheck"
377         to go further
378         * doc-gnome/C/Makefile.in: converted to ...
379         * doc-gnome/C/Makefile.am: ... this
381 2000-09-15  Pavel Roskin  <proski@gnu.org>
383         * acconfig.h, configure.in: Require autoconf 2.13 or above.
384         Removed workarounds for older versions. Removed MCDEBUG
385         variable - it's not used. --with-debug renamed to --with-mad and
386         cleaned up. Always use -Wall with gcc, other manipulations with
387         CFLAGS removed.
389         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
390         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
391         vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
392         mc.pot becomes out of date in the tarball.
394 2000-09-14  Pavel Roskin  <proski@gnu.org>
396         * configure.in: Removed some abuses of CPPFLAGS. Removed useless
397         tests for cp, mv and rm.
398         * Make.common.in: Removed variables xv_bindir and STRIP.
399         Variables CP, MV and RMF are assigned trivial values.
401         * edit/Makefile.in: Don't link headers, add extra includes
402         to CPPFLAGS instead. Put links to the build directory.
403         Remove the hack with "mx" - it is not needed anymore.
405         * configure.in: remove any manupulations with top_srcdir.
406         Don't change CPPGLAGS when the internal editor is enabled,
407         instead do it ...
408         * edit/Makefile.in, gtkedit/Makefile.in: ... here
410         * configure.in, Make.common.in, doc/Makefile.in,
411         edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
412         slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
413         changed to top_srcdir for Automake compatability
415         * configure.in: REGEX_O variable removed - always use our regex
417         * configure.in: MCFGR variable removed
419 2000-09-12  Pavel Roskin  <proski@gnu.org>
421         * configure.in: enable AM_MAINTAINER_MODE to be consistent with
422         other GNOME modules
423         * autogen.sh: remove "-I ." from the "aclocal" command line
425 2000-09-01  Pavel Roskin  <proski@gnu.org>
427         * configure.in: output vfs/extfs/Makefile
429         * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
430         to avoid a warning
431         * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
432         AC_LIB_XPM, AC_X_SHAPE_EXTENSION
434 2000-08-29  Pavel Roskin  <proski@gnu.org>
436         * configure.in: use AM_GNOME_GETTEXT
437         * gettext.m4: removed
438         * Makefile.am: adjusted files to distribute, previous change
439         reverted
441         * mc-aclocal.m4: renamed to ...
442         * acinclude.m4: ... this
443         * autogen.sh: simplified - no more tricks with mc-aclocal.m4
444         * Makefile.am: aclocal should scan "." for gettext.m4
446 2000-08-28  Pavel Roskin  <proski@gnu.org>
448         * Make.common.in: removed hack for "make distcopy"
449         * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
450         gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
451         vfs/Make-mc.in: added "distdir" target. Now "make dist" works
452         for external builds.
453         * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
455 2000-08-24  Pavel Roskin  <proski@gnu.org>
457         * new_icons/Makefile.in: converted to ...
458         * new_icons/Makefile.am: ... this
459         * configure.in: automake conditional GNOME introduced.
460         "insticons" removed
462         * icons/*: removed
463         * Makefile.am, configure.in: necessary adjustments
465         * config.guess, config.sub, install-sh, mkinstalldirs: removed,
466         automake installs them now
468         * syntax/Makefile.in: converted to ...
469         * syntax/Makefile.am: ... this
471         * idl/Makefile.in: converted to ...
472         * idl/Makefile.am: ... this
474         * lib/Makefile.am: simplified, fixed "make dist"
476         * lib/Makefile.in: converted to ...
477         * lib/Makefile.am: ... this
479         * lib/tkmc.wmconfig: removed
480         * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
482         * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
483         to ...
484         * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
485         * Make.common.in: support for "distdir" for compatability
486         with Automake-generated makefiles
487         * autogen.sh: run automake. Force cache - it is off by default
488         in autoconf 2.49a, but it's still handy for maintainers
489         * configure.in: adapted for Automake
491         * AUTHORS: new file
493 2000-08-23  Pavel Roskin  <proski@gnu.org>
495         * configure.in: resurrect definition of xvers
497         * VERSION.in: removed
498         * Makefile.in: don't do anything with VERSION.in and VERSION
499         Take mc.spec from builddir, not srcdir
500         * configure.in: don't create VERSION
502 2000-08-22  Pavel Roskin  <proski@gnu.org>
504         * *.c, *.h: Updated address of Free Software Foundation
506 2000-08-21  Pavel Roskin  <proski@gnu.org>
508         * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
509         doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
510         related to XView, libXPM, libXext and Tk
512 2000-08-18  Pavel Roskin  <proski@gnu.org>
514         * Makefile.in, lib/Makefile.in: adjusted lists of distributed
515         files
517         * configure.in: Simplified dependency tracking by using
518         "-include" with GNU Make
519         * autogen.sh: Exit on all failures
521 2000-08-17  Pavel Roskin  <proski@gnu.org>
523         * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
524         Fixed all misuses of single and double quotes. Typo fixes.
525         Ensured compatability with sgml2html, sgml2txt and sgml2latex
526         * doc/mc.1.in: Typo fix
528         * doc/mc.sgml: made compatible with sgml-tools 1.0.9
529         * doc/linuxdoc-sgml.diff: removed
530         * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
531         distribute gnome.sgml
533 2000-08-15  Pavel Roskin  <proski@gnu.org>
535         * Makefile.in: fixes for improper usage of $(srcdir), cleanup
536         in the "distclean" target
538         * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
539         Removed all XVIEW-related stuff
540         Fixed placement of png files on "make dist"
542         * doc/mc.1.in: Updated info about the internal editor
544         * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
545         indicate serious problems. Fixes for uninstall.
546         * doc/Makefile.in: Rebuild if it is out of date.
548         * lib/cedit.menu: Added. This file has been missing
550         * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
552 2000-08-08  Pavel Roskin  <proski@gnu.org>
554         * Makefile.in: correctly detect make failures in subdirs
556 2000-08-01  Pavel Roskin  <proski@gnu.org>
558         * nt, os2, tk, xv: removed all files
559         * configure.in: don't create os2 and nt directories
561 2000-08-01  Pavel Roskin  <proski@gnu.org>
563         * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
565         * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
567 2000-07-21  Pablo Saratxaga <pablo@mandrakesoft.com>
569         * src/main.c: make 8bit input/output the default (99% of the people
570         expects that; lets the remaining 1% use the configuration menu
571         to disactivate it if they want)
573 2000-07-20  Andrew V. Samoilov  <sav@bcs.zp.ua>
575         * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
577 2000-06-20  Jacob Berkman  <jacob@helixcode.com>
579         * configure.in: check for gnome-libs with window icon support
581         * acconfig.h: add icon define
583 2000-06-08  Matthias Warkus  <mawa@iname.com>
585         * new_icons/gnome-pack-*.png: Updated.
586         * gnome/mc.keys: Added a MIME type for SLP packages.
588 2000-05-30  Pavel Roskin  <pavel_roskin@geociiities.com>
590         * syntax/diff.syntax: Highlight lines beginning with "File",
591         "Files" and "Binary"
592         * syntax/makefile.syntax: Highlight "ifndef"
593         * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
594         highlighted)
596 2000-05-05  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
598         * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
599         comment lines with # in last release
601 2000-05-03  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
603         * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
605 2000-04-26  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
607         * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
608         look more consistent than original.
610 2000-04-14  Timur Bakeyev  <mc@bat.ru>
612         * config.in: Added check against strcoll().
614 2000-04-14  Timur Bakeyev  <mc@bat.ru>
616         * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
617         added 'and', 'or', 'not', 'for' keywords.
619 2000-04-06  Timur Bakeyev  <mc@bat.ru>
621         * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
622         based systems. Hope, this will make FreeBSD midc maintainer to enable
623         build-in editor by default. Still, syntax highlighting is disabled.
624         Need to port...
625         
626 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
628         * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
629           fixed, some messages gettext()ed again here and in 
630         gtkedit/editmenu.c:edit_about_cmd()
632 2000-03-13  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
634         * doc/mc.sgml (Examples): Fixed documentation, thanx
635         to martin@internet-treff.uni-koeln.de.
637 2000-03-01  Pavel Roskin  <pavel_roskin@geocities.com>
639         * gtkedit/editcmd.c (edit_replace_prompt): fix index for
640         the label text
642 2000-02-25  Pavel Roskin  <pavel_roskin@geocities.com>
644         * gtkedit/syntax.c: treat *.ads as Ada source
645         * syntax/ada95.syntax: escape "+" and "*"
646         * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
647         * syntax/Makefile.in: remove diffc.syntax
649         * edit/edit_key_translator.c: interpret code 0177 as
650         backspace unless recognized otherwise
652 2000-02-23  Norbert Warmuth  <nwarmuth@privat.circular.de>
654         * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
655         initialization of array of structure (gcc version 2.96 20000131
656         chokes on it). 
658         * lib/mc.hint: C-y and not C-u can be used to insert text in input
659         lines (e. g. text which has been deleted with M-d).
661         * configure.in: Fix the extfs-configure-fragment-in-final-output bug
663 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
665         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
667 2000-01-29  Matthias Warkus  <mawa@iname.com>
669         * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
670         design on Federico's request.
672 2000-01-26  Federico Mena Quintero  <federico@helixcode.com>
674         * idl/FileManager.idl (Desktop): Added arrange_icons() method and
675         an ArrangeType enum.
677 2000-01-03  Aaron Lehmann  <aaronl@vitelus.com>
679         * gdesktop.c, gdnd.c, gaction.c, gicon.c, 
680         gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h, 
681         setup.c: Add option of using GNOME "magic" routines to determine file
682         types. This makes MC intelligently look at the data in the file to see
683         what type of file it is, rather than looking at the filename extension.
684         This slows down MC quite a bit, so it has been made an optional
685         preference item. Type detection is expected to improve as mime-magic
686         matures.
687         
688 2000-01-15  Federico Mena Quintero  <federico@helixcode.com>
690         * lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
691         Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
692         providing a patch.
694 2000-01-11  Matthias Warkus  <mawa@iname.com>
696         * Added icon and keys entry for Scheme source.
698 2000-01-03  Fatih Demir <kabalak@gmx.net>
700         * configure.in: Added tr -> ALL_LINGUAS .
702 1999-12-28  Matthias Warkus  <mawa@iname.com>
704         * new_icons/*.png: Added a bunch of new icons.
706 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
708         * configure.in (VERSION): Bumped version number to 4.5.42.
710 1999-11-25  Yuri Syrota <rasta@renome.rovno.ua>
712         * configure.in: added 'uk' to ALL_LINGUAS.
714 1999-11-09  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
716         * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
717         request from David Sauer
719 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
721         * configure.in (VERSION): Bumped version number to 4.5.41.
723 1999-09-23  Federico Mena Quintero  <federico@redhat.com>
725         * configure.in (VERSION): Set version number to 4.5.39.
727 1999-09-23      Jorge Godoy     <godoy@conectiva.com.br>
729         * configure.in: Added pt_BR to ALL_LINGUAS
731 1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>
733         * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
734         path to the mc binary according to @prefix@.
736         * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
737         configure. Install mc.sh and mc.csh in $(suppbindir).
739         * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
740         and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
741         copies of the included function definitions.
743         * mcfn_install.in: Comment out definitions of the mc functions. Source
744         mc.sh instead of adding an outdated mc function definition.
746         * configure.in: output mc.sh and mc.csh
748 1999-09-20  Federico Mena Quintero  <federico@redhat.com>
750         * lib/startup.links: Changed the news link to Gnotices
752 1999-09-19  David Martin <dmartina@usa.net>
754         * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that 
755         8 bit chars from strftime get displayed when inserting date.
757         * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in 
758         Mandrake 6.0. The generic entry for bzip2 moved to the end of the 
759         file to avoid interferences. In this one I changed the extension check 
760         to a type check (as used for gzip) which might give problems in some 
761         systems.
763         * configure.in: Use -Tlatin1 to format man pages when available and 
764         "view" 8 bit chars.
766 1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>
768         * gtkedit/edit.h: Include file reordering to make it compile with
769         --with-debug
771         * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
772         dependent on lenght of translated strings to display.
774 1999-09-16  Owen Taylor  <otaylor@redhat.com>
776         * Remove the magicdev autoconf test in favor of just
777         including the idl file. Otherwise we have a dependency
778         loop between this and magicdev.
780 1999-09-08  Federico Mena Quintero  <federico@redhat.com>
782         * idl/FileManager.idl: Changed names, and put everything under a
783         FileManager module.  Added a Desktop interface and some methods to
784         the WindowFactory interface.
786 1999-09-08  Kjartan Maraas  <kmaraas@online.no>
788         * doc-gnome/*: Shiny new docs from users-guide.
789         All synced up.
790         
791 1999-09-03  Pablo Saratxaga <pablo@mandrakesoft.com>
793         * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
795 1999-09-01  Federico Mena Quintero  <federico@redhat.com>
797         * README: Updated and spell-checked.
799         * NEWS: Updated.
801 1999-08-31  Richard Hult  <rhult@hem2.passagen.se>
803         * configure.in (ALL_LINGUAS): Added sv.
805 1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
807         * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
808         symlink attacks (mcfn_install and the man page still needs to be
809         updated).
811 1999-08-20  Norbert Warmuth <nwarmuth@privat.circular.de>
813         * configure.in (AC_WITH_SLANG): rm -f destination before makeing
814         a symbolic link (ln -sf doesn't work as expected on Solaris)
816 1999-08-19  Elliot Lee <sopwith@redhat.com>
817         * */Makefile.in: Have 'make dist' work with builddir != srcdir.
819 1999-08-19  Federico Mena Quintero  <federico@redhat.com>
821         * doc-gnome/C/gmc.sgml: Index fixes.
823 1999-08-18  Elliot Lee <sopwith@redhat.com>
825         * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
826         initializers in the GnomeUIInfo structure.
828 1999-08-16  Federico Mena Quintero  <federico@redhat.com>
830         * configure.in (VERSION): Bumped version number to 4.5.38.
832 1999-08-15  Norbert Warmuth <nwarmuth@privat.circular.de>
834         * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
836 1999-08-15  David Martin <dmartina@usa.net>
838         * gtkedit/edit.c: Print localized date with strftime()
840         * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
842 1999-08-08  David Martin <dmartina@usa.net>
844         * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
845         translation. 
847         * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
848         translation as it used to be. 
850 1999-08-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
852         * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
853         that the correct index.html will be generated.
855 1999-07-27  Federico Mena Quintero  <federico@nuclecu.unam.mx>
857         * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
858         to the list.
860 1999-07-21  Paul Sheer <psheer@obsidian.co.za>
862         * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
863         editwidget.c: bring editor stuff up to date with cooledit 3.11.5
864         This adds some new syntax rules, and spell check on the fly
865         which if someone bugs me for, will actually get enabled in
866         both the text and gnome versions. Bookmark stuff also needs
867         some keys bound to it, I suppose: any takers?
869 July 19, 1999 Elliot Lee
870         * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
872 1999-07-05  Miguel de Icaza  <miguel@gnu.org>
874         * Makefile.in (all): Makefile fix.
876 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
878         * Make.common.in (confdir): Define confdir as sysconfdir.  This
879         should fix the problem we had with FSSTND distributions.
881 1999-07-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>
883         * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
884         list of distributed files.
886 1999-07-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>
888         * configure.in (VERSION): Bumped version number to 4.5.34.
890 1999-07-02  Tuomas J. Lukka <lukka@iki.fi>
892         * Add fi into ALL_LINGUAS
894 1999-07-01  Tuomas Kuosmanen  <tigert@gimp.org>
896         * gnome/i-zipdisk2.png: Added another zip-disk icon
897         by <scarab@egyptian.net> - It looks very nice. Variation
898         is good.
900 1999-06-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
902         * acconfig.h: Add WITH_SMBFS
904         * macros/gnome-vfs.m4: Support conditional samba support.
906 1999-05-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>
908         * Make.common.in (confdir): Define confdir as sysconfdir.  This
909         should fix the problem we had with FSSTND distributions.
911 1999-02-22  Vladimir Kondratiev <vkondra@iil.intel.com>
913         * mc.spec.in: added syntax files to %files
915 1999-06-22  David Martin <dmartina@usa.net>
917         * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
919 1999-06-07  Shooby Ban  <bansz@szif.hu>
921         * po/hu.po, configure.in: added hungarian translations... 
922           I'm not sure it's OK, but it seems usable.
923           Translators: Tamas Fejos and Andras Kadar
925 1999-06-07  Kjartan Maraas  <kmaraas@online.no>
927         * configure.in, Makefile.in: added the gmc helpfile to the build
928         
929 1999-05-23  Yukihiro Nakai <nacai@iname.com>
931         * Add ja entry to LANG in configure.in
933 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
935         * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to 
936         be installed in the system :) (added it to the Makefile.in)
938 1999-05-19  Tuomas Kuosmanen  <tigert@gimp.org>
940         * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
941         disks - someone please add it to the mount.c code so it gets used..
942         Everyone have a nice time at the expo! :) I hope to join the 
943         next time.
945 Mon May 17 07:30:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
947         * configure.in: Added check for getpt ()
949 1999-05-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
951         * configure.in (VERSION): Bumped version number to 4.5.31.
953 Wed Apr 21 22:04:30 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
955         * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no 
956         need to fool it by strdup'ing the return value of tempnam.
958 Wed Apr 21 20:44:41 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
960         * configure.in: New option --with-tm-x-support, use MCCFLAGS and 
961         MCLIBS which are specific to the text edition.
963         * INSTALL: Added documentation for --with-tm-x-support
964         
965 Sun Apr 18 17:51:54 EDT 1999 Gregory McLean <gregm@comstar.net>
967         * mc.spec.in : Folded in some changes from the 'offical' rpm 
968         spec file.
970 1999-04-16  Miguel de Icaza  <miguel@nuclecu.unam.mx>
972         * configure.in (SHELL): Do not use grep -q, as it is not portable
973         to every OS.
975 Thu Apr 15 21:59:52 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
977         * configure.in: Linking from $srcdir/slang is broken when configure
978         isn't called with an absolute path. Link from ../$srcdir/slang if
979         configure was invoked with a relative path.
981 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
983         * configure.in: Do not rm the destination file and then link, use
984         ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
986 Tue Apr 13 06:07:05 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
988         * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
989         --with-PACKAGE and --without-PACKAGE gave the same results.
991 1999-04-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
993         * configure.in (VERSION): Bumped version number to 4.5.30.
995 1999-03-30  Federico Mena Quintero  <federico@nuclecu.unam.mx>
997         * configure.in (VERSION): Bumped version number to 4.5.29.
999 Sun Mar 28 23:46:01 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1001         * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS 
1002         now contains all checks.
1004 1999-03-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1006         * configure.in (VERSION): bumped version number to 4.5.28.
1008 Fri Mar 26 19:16:38 1999  Timur Bakeyev  <mc@bat.ru>
1010         * */Makefie.*: fixed several missed conversions from libdir to
1011         mclibdir. (Should be automake'd, really)
1013 1999-03-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1015         * Make.common.in: There were conflicting definitions of mclibdir
1016         (one for installation, one for source).  Now the source one is
1017         called mcsrclibdir.
1019         * doc/Makefile.in: Use mcsrclibdir where appropriate.
1021 Mon Mar 22 03:00:15 1999  Timur Bakeyev  <mc@bat.ru>
1022         
1023         * edit/syntax.c: Remove extra "|"  in "file ..\*\\.(pp|PP|pas|PAS|)$ \
1024         Pascal Program" (Heh, second time :)
1025         
1026         * Makefile.common: Until things gets clear, keep syntax rules in 
1027         $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
1028         
1029         Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
1030         @libdir@.
1032 Mon Mar 22 01:52:32 1999  Timur Bakeyev  <mc@bat.ru>
1034         * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
1035         as requested by Paul. Still, need some checking...
1037 Sun Mar 21 03:55:24 1999 Paul Sheer <psheer@obsidian.co.za>
1039         * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
1040         to date with cooledit 3.9.0. This adds some new features.
1041         Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
1042         syntax.c. This is because the rule set is becoming too
1043         large to maintain in its current form and because file
1044         loading is starting to get slow.
1046         There is also a bookmark feature which does not yet have
1047         key bindings assigned to it, but should be cool once
1048         these get inserted. Syntax rules files are named
1049             $LIBDIR/cooledit/syntax/*.syntax
1051 1999-03-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
1053         * configure.in: Create slang directory, it is needed when
1054         builddir != srcdir.
1055         Use -f when calling rm, the file does not exist on
1056         first compile.
1057         No need to copy VERSION from $srcdir, it's already generated in
1058         $buildir.
1060 Fri Mar 19 06:32:36 1999  David Martin <dmartina@usa.net>
1062         * edit/edit_key_translator.c: Added missing translation tags.
1064 1999-03-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1066         * configure.in: Minimum version of glib should be 1.2.0.
1067         (VERSION): Bumped version number to 4.5.27.
1069 Wed Mar 10 21:52:55 1999  David Martin <dmartina@usa.net>
1071         * gtkedit/editcmd.c: Added missing translation tags.
1073         * gtkedit/editoptions.c: Added missing translation tags. Translate
1074         radio buttons on first use.
1076 Sat Feb 27 21:00:45 1999 Gregory McLean <gregm@comstar.net>
1078         * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
1079         to get the mc spec file to work.
1080         * hacked configure to generate a properly versioned spec file.
1082 Fri Feb 26 22:06:51 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1084         * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
1085         radio buttons on first pass.
1087 Fri Feb 26 21:45:30 1999  David Martin <dmartina@usa.net>
1089         * gtkedit/editcmd.c: Mark strings in the search and replace
1090         dialogs for translation. Resized these dialogs to let the messages
1091         fit. 
1093 1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1095         * gtkedit/editwidget.c (selection_send): Use the proper type for
1096         64-bit cleanliness (Patch from George Lebl).
1098 Tue Feb 16 21:24:43 1999  David Martin <dmartina@usa.net>
1100         * gtkedit/gtkedit.c: Hack to get one more string defined in a macro 
1101         into the catalog file.
1103 Sat Feb 13 01:39:17 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1105         * configure.in: Make Timur's libtermcap check work with SLang
1106         0.99.98, too.
1108 1999-02-12  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1110         * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
1111         PS and EPS files.  Thanks, Tigert!
1113 1999-02-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1115         * configure.in (CCOPTS): Drop the prefix auto-detection.  
1117 Wed Feb 10 02:48:51 1999  Timur Bakeyev  <mc@bat.ru>
1119         * configure.in: Add check, which, in case of system-installed SLang
1120         library tries to run a test program, which determines, does we need
1121         linking with libtermcap.a. Also, set of if's for finding terminfo
1122         dir changed to for cycle - a bit nicer :)
1124 Tue Feb  9 20:52:19 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1126         * README.QNX: Deleted documention about mc.menu.qnx.diff.
1128 Tue Feb  9 20:46:07 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1130         * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
1132 Tue Feb  9 20:32:39 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1134         * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o 
1135         from tar calls when extracting (according to my man page this option 
1136         is only useful when creating archieves).
1138 Tue Feb  9 20:28:15 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1140         * lib/mc.menu: Applied patch from root  <root@golia.dntis.ro> which 
1141         adds support for tar.bz2 and merges the support for freeze-compressed 
1142         tar files (tar.F) from mc.menu.qnx.diff.
1144 Sun Feb  7 06:11:48 1999  Timur Bakeyev  <mc@bat.ru>
1146         * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
1147         GNU-like :)
1149 1999-01-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1151         * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
1152         the catalog file.
1154 1999-02-02  Tuomas Kuosmanen  <tigert@gimp.org>
1156         * new_icons/gnome-core.png: New icon for core files. Someone 
1157         please add the code part :)
1159 Mon Feb  1 01:28:19 1999  Timur Bakeyev  <mc@bat.ru>
1161         * configure.in: Add check against setuid() and setreuid() functions.
1163 Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>
1165         * slang/slang.h: renamed to slang-mc.h
1167         * slang/Makefile.in: delete slang.h on "make clean"
1169         * configure.in: link slang/slang-mc.h to slang/slang.h when the 
1170         included slang is used. Problem was that MC's slang.h was used
1171         when we compiled with an already installed SLang and the systems
1172         header file were included with <slang/slang.h>.
1173         Unfortunatly I can't use AC_LINK_FILES to make the links because
1174         if we needn't make any links AC_LINK_FILES makes a link from 
1175         srcdir to top_builddir (builddir != srcdir).
1177         Temporary add $LGPM to $LIBS when checking for the resizeterm
1178         and keyok functions (ncurses might be linked against GPM).
1180         Substitude PACKAGE (intl/Makefile makes use of it)
1182 Wed Jan 27 03:34:44 1999  Timur Bakeyev  <mc@bat.ru>
1184         * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
1185         #include "global.h".
1187 1999-01-13  Jonathan Blandford  <jrb@redhat.com>
1189         * Make.common.in (gnewdir): new path.
1191 Sun Jan 17 03:19:47 1999  Timur Bakeyev  <mc@bat.ru>
1193         * configure.in: Add comments before "Let" and "the" - typo. Add new
1194         path to include's search.
1196 1999-01-10  Ilya Zakharevich <ilya@math.ohio-state.edu>
1198         * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
1200 1999-01-11  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1202         * configure.in (REGEX_O): Always include regex.o as the code we
1203         are using in gmc is not using regcomp/regexec, but the internal
1204         Emacs API.  
1206         * src/regex.c: Do not compile the POSIX compatibility code, as we
1207         do not use it.
1209 Tue Dec 29 15:49:45 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1211         * doc/mc.sgml, mc1.in (Color section): minor polishing
1212         (Layout section): documented Highlight...
1214 Thu Dec 24 18:30:53 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1216         * configure.in: Deleted du checks
1218         * INSTALL: Deleted --with-dusum documentation.
1220         * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
1221         Configuration dialog. Added Advanced chown subsection. Deleted
1222         variables from the Special settings section which are now covered
1223         by the configuration dialog.
1225 Mon Dec 21 22:26:34 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1227         * doc/mc.sgml, mc.1.in: Deleted obsolete information about
1228         tar_gz_memlimit. Partially rewrote the section about the
1229         Virtual FS.. configuration dialog.
1231 1998-12-17  Christopher Blizzard  <blizzard@appliedtheory.com>
1233         * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
1235 Sun Dec 13 15:26:19 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
1237         * Makefile.in (target installdirs): create $(DESTDIR)$(idldir) 
1239         * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the 
1240         builddir
1242 1998-12-08  Tuomas Kuosmanen  <tigert@gimp.org>
1244         * new_icons/gnome-image-[lots].png: I added some icons for file
1245         types (image) there - someone please tell me what the correct
1246         location and naming convention is and I will try to follow that. :)
1248 1998-12-08  Christopher Blizzard  <blizzard@appliedtheory.com>
1250         * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
1251         the build will still work.  (Has this been replaced by new_icons?)
1253 Tue Dec  1 11:58:55 1998  Pavel Machek  <pavel@atrey.karlin.mff.cuni.cz>
1255         * doc/mc.1.in, mc.sgml: added my name to list ov authors
1257 1998-12-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1259         * Makefile.in (codedirs): Dropped xv and tk ports from the
1260         distribution. include idl directory.
1262 1998-12-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1264         * configure.in (slang_use_system_installed_lib): Define slang
1265         here, to avoid having this on LIBS.
1267 1998-11-26  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>
1269         * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
1271 Thu Nov 26 12:20:06 1998  Pavel Roskin  <pavel_roskin@geocities.com>
1273         * config.h.in: Removed from CVS, added to .cvsignore
1275         * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
1276         configure.in:
1277         NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
1278         HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
1279         HAS_CURSES added to acconfig.h
1281 1998-11-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1283         * autogen.sh: Add "-I macros" to the aclocal flags.
1285         * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
1286         so that aclocal will not complain about an obsolete macro.
1288         * configure.in: Use MC_HPUX_PROG_CC_STDC
1290         * ChangeLog: There was no ChangeLog here, so I added one.