forked from MidnightCommander/mc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Thu Dec 24 18:30:53 1998 Norbert Warmuth <[email protected]>
* 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. * gnome/layout: Adapted for the new option Compute Totals in the Configuration dialog. * screen.c (recalculate_panel_summary): new function which recalculates the summary information for the mini-status. * screen.c (panel_reload): use recalculate_panel_summary * screen.c (do_file_mark): Honour that dirsizes computed is now a per entry flag. * option.c: Added Compute Totals to the configuration dialog. * file.c (compute_dir_size): made non static (panel_operate_flags): Don't compute directory sizes if verbose operation are off. * cmd.c (dirsizes_cmd): Rewritten to use compute_dir_size as suggested by Miguel, i.e. get rid of du. Now the dirsizes_cmd honours a selection and computes sizes only for marked directories. Possible improvement: add a dialog (or C-C?) to abort computation. * dir.h (file_entry), panel.h (WPanel): Made the dirsizes computed flag a per file flag. * dir.c, find.c, panelize.c, screen.c: Adapted to new file_entry and WPanel structure. * features.inc: Deleted DUSUM information * mc.hlp: remade because of changes in doc/mc.1.in
- Loading branch information
Norbert Warmuth
committed
Dec 24, 1998
1 parent
2924e5b
commit 23cc8d4
Showing
22 changed files
with
401 additions
and
373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
Thu Dec 24 18:30:53 1998 Norbert Warmuth <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* doc/mc.sgml, mc.1.in: Deleted obsolete information about | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.