mirror of https://github.com/MidnightCommander/mc
569 lines
19 KiB
Plaintext
569 lines
19 KiB
Plaintext
1999-09-23 Federico Mena Quintero <federico@redhat.com>
|
|
|
|
* configure.in (VERSION): Set version number to 4.5.39.
|
|
|
|
1999-09-23 Jorge Godoy <godoy@conectiva.com.br>
|
|
|
|
* configure.in: Added pt_BR to ALL_LINGUAS
|
|
|
|
1999-09-22 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
|
|
path to the mc binary according to @prefix@.
|
|
|
|
* lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
|
|
configure. Install mc.sh and mc.csh in $(suppbindir).
|
|
|
|
* doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
|
|
and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
|
|
copies of the included function definitions.
|
|
|
|
* mcfn_install.in: Comment out definitions of the mc functions. Source
|
|
mc.sh instead of adding an outdated mc function definition.
|
|
|
|
* configure.in: output mc.sh and mc.csh
|
|
|
|
1999-09-20 Federico Mena Quintero <federico@redhat.com>
|
|
|
|
* lib/startup.links: Changed the news link to Gnotices
|
|
|
|
1999-09-19 David Martin <dmartina@usa.net>
|
|
|
|
* gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
|
|
8 bit chars from strftime get displayed when inserting date.
|
|
|
|
* lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
|
|
Mandrake 6.0. The generic entry for bzip2 moved to the end of the
|
|
file to avoid interferences. In this one I changed the extension check
|
|
to a type check (as used for gzip) which might give problems in some
|
|
systems.
|
|
|
|
* configure.in: Use -Tlatin1 to format man pages when available and
|
|
"view" 8 bit chars.
|
|
|
|
1999-09-19 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* gtkedit/edit.h: Include file reordering to make it compile with
|
|
--with-debug
|
|
|
|
* gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
|
|
dependent on lenght of translated strings to display.
|
|
|
|
1999-09-16 Owen Taylor <otaylor@redhat.com>
|
|
|
|
* Remove the magicdev autoconf test in favor of just
|
|
including the idl file. Otherwise we have a dependency
|
|
loop between this and magicdev.
|
|
|
|
1999-09-08 Federico Mena Quintero <federico@redhat.com>
|
|
|
|
* idl/FileManager.idl: Changed names, and put everything under a
|
|
FileManager module. Added a Desktop interface and some methods to
|
|
the WindowFactory interface.
|
|
|
|
1999-09-08 Kjartan Maraas <kmaraas@online.no>
|
|
|
|
* doc-gnome/*: Shiny new docs from users-guide.
|
|
All synced up.
|
|
|
|
1999-09-03 Pablo Saratxaga <pablo@mandrakesoft.com>
|
|
|
|
* configure.in: added 'nl' to ALL_LINGUAS, it was missing.
|
|
|
|
1999-09-01 Federico Mena Quintero <federico@redhat.com>
|
|
|
|
* README: Updated and spell-checked.
|
|
|
|
* NEWS: Updated.
|
|
|
|
1999-08-31 Richard Hult <rhult@hem2.passagen.se>
|
|
|
|
* configure.in (ALL_LINGUAS): Added sv.
|
|
|
|
1999-08-30 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
|
|
symlink attacks (mcfn_install and the man page still needs to be
|
|
updated).
|
|
|
|
1999-08-20 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* configure.in (AC_WITH_SLANG): rm -f destination before makeing
|
|
a symbolic link (ln -sf doesn't work as expected on Solaris)
|
|
|
|
1999-08-19 Elliot Lee <sopwith@redhat.com>
|
|
* */Makefile.in: Have 'make dist' work with builddir != srcdir.
|
|
|
|
1999-08-19 Federico Mena Quintero <federico@redhat.com>
|
|
|
|
* doc-gnome/C/gmc.sgml: Index fixes.
|
|
|
|
1999-08-18 Elliot Lee <sopwith@redhat.com>
|
|
|
|
* gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
|
|
initializers in the GnomeUIInfo structure.
|
|
|
|
1999-08-16 Federico Mena Quintero <federico@redhat.com>
|
|
|
|
* configure.in (VERSION): Bumped version number to 4.5.38.
|
|
|
|
1999-08-15 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
|
|
|
|
1999-08-15 David Martin <dmartina@usa.net>
|
|
|
|
* gtkedit/edit.c: Print localized date with strftime()
|
|
|
|
* lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
|
|
|
|
1999-08-08 David Martin <dmartina@usa.net>
|
|
|
|
* gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
|
|
translation.
|
|
|
|
* gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
|
|
translation as it used to be.
|
|
|
|
1999-08-05 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
|
|
|
* doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
|
|
that the correct index.html will be generated.
|
|
|
|
1999-07-27 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
|
|
|
* syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
|
|
to the list.
|
|
|
|
1999-07-21 Paul Sheer <psheer@obsidian.co.za>
|
|
|
|
* gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
|
|
editwidget.c: bring editor stuff up to date with cooledit 3.11.5
|
|
This adds some new syntax rules, and spell check on the fly
|
|
which if someone bugs me for, will actually get enabled in
|
|
both the text and gnome versions. Bookmark stuff also needs
|
|
some keys bound to it, I suppose: any takers?
|
|
|
|
July 19, 1999 Elliot Lee
|
|
* Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
|
|
|
|
1999-07-05 Miguel de Icaza <miguel@gnu.org>
|
|
|
|
* Makefile.in (all): Makefile fix.
|
|
|
|
1999-05-27 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
* Make.common.in (confdir): Define confdir as sysconfdir. This
|
|
should fix the problem we had with FSSTND distributions.
|
|
|
|
1999-07-04 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
|
|
|
* Makefile.in (DISTMAIN): Added config.guess and config.sub to the
|
|
list of distributed files.
|
|
|
|
1999-07-03 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
|
|
|
* configure.in (VERSION): Bumped version number to 4.5.34.
|
|
|
|
1999-07-02 Tuomas J. Lukka <lukka@iki.fi>
|
|
|
|
* Add fi into ALL_LINGUAS
|
|
|
|
1999-07-01 Tuomas Kuosmanen <tigert@gimp.org>
|
|
|
|
* gnome/i-zipdisk2.png: Added another zip-disk icon
|
|
by <scarab@egyptian.net> - It looks very nice. Variation
|
|
is good.
|
|
|
|
1999-06-22 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
* acconfig.h: Add WITH_SMBFS
|
|
|
|
* macros/gnome-vfs.m4: Support conditional samba support.
|
|
|
|
1999-05-27 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
* Make.common.in (confdir): Define confdir as sysconfdir. This
|
|
should fix the problem we had with FSSTND distributions.
|
|
|
|
1999-02-22 Vladimir Kondratiev <vkondra@iil.intel.com>
|
|
|
|
* mc.spec.in: added syntax files to %files
|
|
|
|
1999-06-22 David Martin <dmartina@usa.net>
|
|
|
|
* gtkedit/gtkedit.c (tb_items): Mark strings for localization.
|
|
|
|
1999-06-07 Shooby Ban <bansz@szif.hu>
|
|
|
|
* po/hu.po, configure.in: added hungarian translations...
|
|
I'm not sure it's OK, but it seems usable.
|
|
Translators: Tamas Fejos and Andras Kadar
|
|
|
|
1999-06-07 Kjartan Maraas <kmaraas@online.no>
|
|
|
|
* configure.in, Makefile.in: added the gmc helpfile to the build
|
|
|
|
1999-05-23 Yukihiro Nakai <nacai@iname.com>
|
|
|
|
* Add ja entry to LANG in configure.in
|
|
|
|
1999-05-19 Tuomas Kuosmanen <tigert@gimp.org>
|
|
|
|
* gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
|
|
be installed in the system :) (added it to the Makefile.in)
|
|
|
|
1999-05-19 Tuomas Kuosmanen <tigert@gimp.org>
|
|
|
|
* gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
|
|
disks - someone please add it to the mount.c code so it gets used..
|
|
Everyone have a nice time at the expo! :) I hope to join the
|
|
next time.
|
|
|
|
Mon May 17 07:30:48 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* configure.in: Added check for getpt ()
|
|
|
|
1999-05-05 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
|
|
|
* configure.in (VERSION): Bumped version number to 4.5.31.
|
|
|
|
Wed Apr 21 22:04:30 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
|
|
need to fool it by strdup'ing the return value of tempnam.
|
|
|
|
Wed Apr 21 20:44:41 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* configure.in: New option --with-tm-x-support, use MCCFLAGS and
|
|
MCLIBS which are specific to the text edition.
|
|
|
|
* INSTALL: Added documentation for --with-tm-x-support
|
|
|
|
Sun Apr 18 17:51:54 EDT 1999 Gregory McLean <gregm@comstar.net>
|
|
|
|
* mc.spec.in : Folded in some changes from the 'offical' rpm
|
|
spec file.
|
|
|
|
1999-04-16 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
* configure.in (SHELL): Do not use grep -q, as it is not portable
|
|
to every OS.
|
|
|
|
Thu Apr 15 21:59:52 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* configure.in: Linking from $srcdir/slang is broken when configure
|
|
isn't called with an absolute path. Link from ../$srcdir/slang if
|
|
configure was invoked with a relative path.
|
|
|
|
1999-03-20 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
|
|
|
|
* configure.in: Do not rm the destination file and then link, use
|
|
ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
|
|
|
|
Tue Apr 13 06:07:05 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
|
|
--with-PACKAGE and --without-PACKAGE gave the same results.
|
|
|
|
1999-04-09 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
|
|
|
* configure.in (VERSION): Bumped version number to 4.5.30.
|
|
|
|
1999-03-30 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
|
|
|
* configure.in (VERSION): Bumped version number to 4.5.29.
|
|
|
|
Sun Mar 28 23:46:01 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
|
|
now contains all checks.
|
|
|
|
1999-03-26 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
|
|
|
* configure.in (VERSION): bumped version number to 4.5.28.
|
|
|
|
Fri Mar 26 19:16:38 1999 Timur Bakeyev <mc@bat.ru>
|
|
|
|
* */Makefie.*: fixed several missed conversions from libdir to
|
|
mclibdir. (Should be automake'd, really)
|
|
|
|
1999-03-24 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
|
|
|
* Make.common.in: There were conflicting definitions of mclibdir
|
|
(one for installation, one for source). Now the source one is
|
|
called mcsrclibdir.
|
|
|
|
* doc/Makefile.in: Use mcsrclibdir where appropriate.
|
|
|
|
Mon Mar 22 03:00:15 1999 Timur Bakeyev <mc@bat.ru>
|
|
|
|
* edit/syntax.c: Remove extra "|" in "file ..\*\\.(pp|PP|pas|PAS|)$ \
|
|
Pascal Program" (Heh, second time :)
|
|
|
|
* Makefile.common: Until things gets clear, keep syntax rules in
|
|
$(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
|
|
|
|
Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
|
|
@libdir@.
|
|
|
|
Mon Mar 22 01:52:32 1999 Timur Bakeyev <mc@bat.ru>
|
|
|
|
* configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
|
|
as requested by Paul. Still, need some checking...
|
|
|
|
Sun Mar 21 03:55:24 1999 Paul Sheer <psheer@obsidian.co.za>
|
|
|
|
* edit/*.[ch] gtkedit/*.[ch]: brought the editor up
|
|
to date with cooledit 3.9.0. This adds some new features.
|
|
Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
|
|
syntax.c. This is because the rule set is becoming too
|
|
large to maintain in its current form and because file
|
|
loading is starting to get slow.
|
|
|
|
There is also a bookmark feature which does not yet have
|
|
key bindings assigned to it, but should be cool once
|
|
these get inserted. Syntax rules files are named
|
|
$LIBDIR/cooledit/syntax/*.syntax
|
|
|
|
1999-03-20 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
|
|
|
|
* configure.in: Create slang directory, it is needed when
|
|
builddir != srcdir.
|
|
Use -f when calling rm, the file does not exist on
|
|
first compile.
|
|
No need to copy VERSION from $srcdir, it's already generated in
|
|
$buildir.
|
|
|
|
Fri Mar 19 06:32:36 1999 David Martin <dmartina@usa.net>
|
|
|
|
* edit/edit_key_translator.c: Added missing translation tags.
|
|
|
|
1999-03-18 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
|
|
|
* configure.in: Minimum version of glib should be 1.2.0.
|
|
(VERSION): Bumped version number to 4.5.27.
|
|
|
|
Wed Mar 10 21:52:55 1999 David Martin <dmartina@usa.net>
|
|
|
|
* gtkedit/editcmd.c: Added missing translation tags.
|
|
|
|
* gtkedit/editoptions.c: Added missing translation tags. Translate
|
|
radio buttons on first use.
|
|
|
|
Sat Feb 27 21:00:45 1999 Gregory McLean <gregm@comstar.net>
|
|
|
|
* applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
|
|
to get the mc spec file to work.
|
|
* hacked configure to generate a properly versioned spec file.
|
|
|
|
Fri Feb 26 22:06:51 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
|
|
radio buttons on first pass.
|
|
|
|
Fri Feb 26 21:45:30 1999 David Martin <dmartina@usa.net>
|
|
|
|
* gtkedit/editcmd.c: Mark strings in the search and replace
|
|
dialogs for translation. Resized these dialogs to let the messages
|
|
fit.
|
|
|
|
1999-02-22 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
* gtkedit/editwidget.c (selection_send): Use the proper type for
|
|
64-bit cleanliness (Patch from George Lebl).
|
|
|
|
Tue Feb 16 21:24:43 1999 David Martin <dmartina@usa.net>
|
|
|
|
* gtkedit/gtkedit.c: Hack to get one more string defined in a macro
|
|
into the catalog file.
|
|
|
|
Sat Feb 13 01:39:17 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* configure.in: Make Timur's libtermcap check work with SLang
|
|
0.99.98, too.
|
|
|
|
1999-02-12 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
|
|
|
* new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
|
|
PS and EPS files. Thanks, Tigert!
|
|
|
|
1999-02-09 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
* configure.in (CCOPTS): Drop the prefix auto-detection.
|
|
|
|
Wed Feb 10 02:48:51 1999 Timur Bakeyev <mc@bat.ru>
|
|
|
|
* configure.in: Add check, which, in case of system-installed SLang
|
|
library tries to run a test program, which determines, does we need
|
|
linking with libtermcap.a. Also, set of if's for finding terminfo
|
|
dir changed to for cycle - a bit nicer :)
|
|
|
|
Tue Feb 9 20:52:19 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* README.QNX: Deleted documention about mc.menu.qnx.diff.
|
|
|
|
Tue Feb 9 20:46:07 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
|
|
|
|
Tue Feb 9 20:32:39 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
|
|
from tar calls when extracting (according to my man page this option
|
|
is only useful when creating archieves).
|
|
|
|
Tue Feb 9 20:28:15 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* lib/mc.menu: Applied patch from root <root@golia.dntis.ro> which
|
|
adds support for tar.bz2 and merges the support for freeze-compressed
|
|
tar files (tar.F) from mc.menu.qnx.diff.
|
|
|
|
Sun Feb 7 06:11:48 1999 Timur Bakeyev <mc@bat.ru>
|
|
|
|
* Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
|
|
GNU-like :)
|
|
|
|
1999-01-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
* gtkedit/gtkedit.c: Hack to get a string defined in a macro into
|
|
the catalog file.
|
|
|
|
1999-02-02 Tuomas Kuosmanen <tigert@gimp.org>
|
|
|
|
* new_icons/gnome-core.png: New icon for core files. Someone
|
|
please add the code part :)
|
|
|
|
Mon Feb 1 01:28:19 1999 Timur Bakeyev <mc@bat.ru>
|
|
|
|
* configure.in: Add check against setuid() and setreuid() functions.
|
|
|
|
Fri Jan 29 22:55:56 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* slang/slang.h: renamed to slang-mc.h
|
|
|
|
* slang/Makefile.in: delete slang.h on "make clean"
|
|
|
|
* configure.in: link slang/slang-mc.h to slang/slang.h when the
|
|
included slang is used. Problem was that MC's slang.h was used
|
|
when we compiled with an already installed SLang and the systems
|
|
header file were included with <slang/slang.h>.
|
|
Unfortunatly I can't use AC_LINK_FILES to make the links because
|
|
if we needn't make any links AC_LINK_FILES makes a link from
|
|
srcdir to top_builddir (builddir != srcdir).
|
|
|
|
Temporary add $LGPM to $LIBS when checking for the resizeterm
|
|
and keyok functions (ncurses might be linked against GPM).
|
|
|
|
Substitude PACKAGE (intl/Makefile makes use of it)
|
|
|
|
Wed Jan 27 03:34:44 1999 Timur Bakeyev <mc@bat.ru>
|
|
|
|
* gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
|
|
#include "global.h".
|
|
|
|
1999-01-13 Jonathan Blandford <jrb@redhat.com>
|
|
|
|
* Make.common.in (gnewdir): new path.
|
|
|
|
Sun Jan 17 03:19:47 1999 Timur Bakeyev <mc@bat.ru>
|
|
|
|
* configure.in: Add comments before "Let" and "the" - typo. Add new
|
|
path to include's search.
|
|
|
|
1999-01-10 Ilya Zakharevich <ilya@math.ohio-state.edu>
|
|
|
|
* gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
|
|
|
|
1999-01-11 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
* configure.in (REGEX_O): Always include regex.o as the code we
|
|
are using in gmc is not using regcomp/regexec, but the internal
|
|
Emacs API.
|
|
|
|
* src/regex.c: Do not compile the POSIX compatibility code, as we
|
|
do not use it.
|
|
|
|
Tue Dec 29 15:49:45 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* doc/mc.sgml, mc1.in (Color section): minor polishing
|
|
(Layout section): documented Highlight...
|
|
|
|
Thu Dec 24 18:30:53 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* configure.in: Deleted du checks
|
|
|
|
* INSTALL: Deleted --with-dusum documentation.
|
|
|
|
* doc/mc.sgml, mc.1.in: Completed documentation about the Options/
|
|
Configuration dialog. Added Advanced chown subsection. Deleted
|
|
variables from the Special settings section which are now covered
|
|
by the configuration dialog.
|
|
|
|
Mon Dec 21 22:26:34 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* doc/mc.sgml, mc.1.in: Deleted obsolete information about
|
|
tar_gz_memlimit. Partially rewrote the section about the
|
|
Virtual FS.. configuration dialog.
|
|
|
|
1998-12-17 Christopher Blizzard <blizzard@appliedtheory.com>
|
|
|
|
* autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
|
|
|
|
Sun Dec 13 15:26:19 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
|
|
|
|
* lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
|
|
builddir
|
|
|
|
1998-12-08 Tuomas Kuosmanen <tigert@gimp.org>
|
|
|
|
* new_icons/gnome-image-[lots].png: I added some icons for file
|
|
types (image) there - someone please tell me what the correct
|
|
location and naming convention is and I will try to follow that. :)
|
|
|
|
1998-12-08 Christopher Blizzard <blizzard@appliedtheory.com>
|
|
|
|
* configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
|
|
the build will still work. (Has this been replaced by new_icons?)
|
|
|
|
Tue Dec 1 11:58:55 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
|
|
|
|
* doc/mc.1.in, mc.sgml: added my name to list ov authors
|
|
|
|
1998-12-02 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
* Makefile.in (codedirs): Dropped xv and tk ports from the
|
|
distribution. include idl directory.
|
|
|
|
1998-12-01 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
* configure.in (slang_use_system_installed_lib): Define slang
|
|
here, to avoid having this on LIBS.
|
|
|
|
1998-11-26 Herbert Valerio Riedel <hvr@hvrlab.ml.org>
|
|
|
|
* gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
|
|
|
|
Thu Nov 26 12:20:06 1998 Pavel Roskin <pavel_roskin@geocities.com>
|
|
|
|
* config.h.in: Removed from CVS, added to .cvsignore
|
|
|
|
* acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
|
|
configure.in:
|
|
NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
|
|
HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
|
|
HAS_CURSES added to acconfig.h
|
|
|
|
1998-11-24 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
|
|
|
* autogen.sh: Add "-I macros" to the aclocal flags.
|
|
|
|
* mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
|
|
so that aclocal will not complain about an obsolete macro.
|
|
|
|
* configure.in: Use MC_HPUX_PROG_CC_STDC
|
|
|
|
* ChangeLog: There was no ChangeLog here, so I added one.
|