mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
ffb83af112
try "make clean; make". 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... * gnome/gmain.c: According to the man page the color keyword for executable files is `executable' and not `execute' -- changed. * file.c (progress_update_one): Ignore files in subdirectories when panel totals haven't been computed. (erase_dir, erase_file): update progress bar (i.e. make it work for OP_DELETE). (panel_operate_flags): Don't compute panel totals for OP_MOVE. When moving files on the same filesystem computing totals might last much longer than the actual move operation. (various places): adpations for the above changes. * slint.c (try_alloc_color_pair): Changed hardcoded values into defines. * color.c, text.c: Added color "stalledlink" which is used for stalled symbolic links. Formerly "viewunderline" was used for this (IMO bad because function and name didn't match). According to the man page the color keyword for executable files is `executable' and not `execute' -- changed. * color.c, color.h: When using SLang some color indexes are not freely choosable (DEFAULT_COLOR clashed with A_BOLD_REVERSE). Solved by adding holes in color_map. * find.c (do_search): fixed possible memory leak
83 lines
2.8 KiB
Plaintext
83 lines
2.8 KiB
Plaintext
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.
|