MANIFEST for ded-20060905, version t20060905
--------------------------------------------------------------------------------
MANIFEST                        this file
COPYING                         copyright notice for DED
README                          brief description of DED
aclocal.m4                      macros for DED configure script
configure.in                    template for DED configure script
configure                       Configuration script for UNIX
install-sh                      install script
makefile.in                     template for ./makefile
mkdirs.sh                       script to make directory-hierarchy
src                             subdirectory
src/README                      to-do list for DED
src/boxchars.c                  encapsulate knowledge of box-characters
src/ccodes.rc                   sample $HOME/.dir_colors using ANSI numeric coding
src/cnames.rc                   sample $HOME/.dir_colors using names
src/ded.c                       main program of DED
src/ded.h                       common definitions of DED
src/ded.hlp                     help-file for DED
src/ded2s.c                     convert file-entry to string
src/dedblip.c                   consolidates blip-logic to show a number, not simply a character.
src/dedcmds.c                   DED command tables
src/dedcolor.c                  first cut of module to cache color information
src/deddoit.c                   execute shell commands
src/deddump.c                   dump screen
src/dedfind.c                   search within file-list
src/dedfree.c                   deallocate memory used in file-list
src/dedline.c                   inline commands for file-list
src/dedmake.c                   create file/directory/link for DED
src/dedmsgs.c                   write to message/status line
src/dedname.c                   rename files within file-list
src/dedrc                       sketch of bindings files
src/dedread.c                   module which encapsulates knowledge of read-selection expression
src/dedring.c                   manage ring of file-lists
src/dedscan.c                   read file-list
src/dedshow.c                   display file-list
src/dedsigs.c                   signal-handlers for DED
src/dedsize.c                   code to manage ded's resize
src/dedsort.c                   sorting operation for DED
src/dedtags.c                   tags/grouping operations for DED
src/dedtype.c                   type/page a file
src/deduniq.c                   filter lists for uniqueness/key-matches
src/dedview.c                   viewport functions for DED
src/dedwait.c                   prompt/wait-for-return
src/dlog.c                      logging functions
src/ftree.c                     directory-tree for DED
src/history.c                   save/restore history records
src/inline.c                    split out from 'dedline.c' so I can rewrite the memory-management of the
src/makefile.2nd                second part of src/makefile
src/makefile.in                 template for src/makefile
src/modules                     modules for ded.a
src/rcfile.c                    DED ".dedrc" file processing
src/restat.c                    split off restat-stuff from 'ded.c'
src/showpath.c                  encapsulates display of long pathnames for 'ded' and 'ftree', using
src/sortset.c                   controls setting of sort-options & display/modification of preset option
src/version.h                   version/release history for DED
test                            subdirectory
test/README                     read-me file for the ded/test directory
test/edittest.sed               sed-script for 'edittest.sh'
test/edittest.sh                edits test-log to simplify comparison
test/makefile.in                template for test/makefile
test/run_test.sh                regression-test script for unix directory-editor
test/test1.cmd                  test-script for unix directory-editor
test/test2.cmd                  test-script for unix directory-editor
test/test3.cmd                  test-script for unix directory-editor
test/test4.cmd                  regression case for renaming directories
test/test5.cmd                  test-case for inline/history stuff
test/walkback.sh                uses debugger to get a walkback, if core'd
user                            subdirectory
user/ded.man                    user manual for DED
user/makefile.in                template for user/makefile
