home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / mc454src.zip / mc-4.5.4.src / mc-4.5.4 / doc / FILES < prev    next >
Text File  |  1999-01-04  |  5KB  |  131 lines

  1. COPYING            GNU General public license
  2. INSTALL            Installing directions
  3. INSTALL.FAST        Short directions for busy people
  4. NEWS            List of new features by version
  5. README            Mini documentation
  6. create_vcs        Creates /dev/vcs? entries for Linux > 1.1.92
  7. mcfn_install.in        Templace for a script to install mc () function into your /etc/profile or ~/.profile
  8. mc.spec.in        Template for rpm specification file 
  9. mc.spec            rpm secification file
  10. doc/            Directory: Documentation files
  11. doc/DEVEL        Development hints
  12. doc/FILES        List of the files included in the distribution
  13. doc/LSM            Linux software map entry
  14. doc/mc.1.in        Template for MC anual page
  15. doc/mcedit.1.in        Template for MC edit anual page
  16. doc/mcserv.8.in        Template for MC file server manual page
  17. install-sh        Install command if BSD compatible install is not found
  18. lib/            Directory: Additional useful files
  19. lib/ansi.ti        Terminfo database for generic ansi terminal
  20. lib/linux.ti        Enhanced terminfo database for Linux console
  21. lib/mc.ext        Sample executable extension file
  22. lib/mc.menu        Sample user menu file
  23. lib/ncurses.h        To be used if the real ncurses is not available
  24. lib/tdiff        Tool to compare two terminfo databases
  25. lib/vt100.ti        Enhanced terminfo database for vt100 terminal
  26. lib/xnc.hlp        The part of the mc.hlp file not produced from the mc.1 file
  27. lib/xterm.ti        Enhanced terminfo database for xterm terminal
  28. lib/tkmc.wmconfig    MC registration file for AnotherLevel RH desktop
  29. lib/mcserv.pamd        PAM registration file for mcserv service
  30. lib/mcserv.init        mcserv SySV init script for RH Linux
  31. slang/            Directory: Slang screen manager (from Slang distribution)
  32. slang/slang.h
  33. slang/sldisply.c
  34. slang/slerr.c
  35. slang/slsmg.c
  36. slang/slutty.c
  37. src/            Directory: Midnight Commander source files
  38. src/ChangeLog        Detailed list of changes
  39. src/GNUmakefile        Makefile wrapper for GNU make
  40. src/Makefile.in        Makefile template for configure
  41. src/TODO        Things to be done, ongoing projects
  42. src/achown.c        Advanced chown/chmod dialog
  43. src/auto.c        Automatic mounting and unmounting
  44. src/auto.h        "
  45. src/boxes.c        Miscellaneous dialog boxes
  46. src/boxes.h        "
  47. src/chmod.c        Chown dialog
  48. src/chmod.h        "
  49. src/chown.c        Chmod dialog
  50. src/chown.h        "
  51. src/cmd.c        The commands implementation.
  52. src/cmd.h        "
  53. src/color.c        Color terminal detection and color definitions
  54. src/color.h        "
  55. src/complete.c        Completion of filenames etc.
  56. src/complete.h        "
  57. src/configure        Configures Midnight Commander for target machine
  58. src/configure.in    Configure template for GNU autoconf (2.x)
  59. src/cons.handler.c    API for taking advantage of cons.saver daemon
  60. src/cons.saver.c    Linux console image save and restore daemon
  61. src/cons.saver.h    Common header file for cons.handler.c and cons.saver.c
  62. src/dialog.c        Old dialog routines
  63. src/dialog.h        "
  64. src/dir.c        Loading and sorting of directory contents
  65. src/dir.h        "
  66. src/dlg.c        New dialog routines (see also widget.c)
  67. src/dlg.h        "
  68. src/ext.c        Executable extensions feature
  69. src/ext.h        "
  70. src/file.c        File operations (copy, move, delete)
  71. src/file.h        "
  72. src/find.c        File search feature
  73. src/find.h        "
  74. src/fsusage.c        File system space usage (from GNU fileutils)
  75. src/fsusage.h        "
  76. src/gindex.pl        Creates index for the mc.hlp file
  77. src/global.h        Some global definitions
  78. src/help.c        Hypertext help browser (for browsing the mc.hlp file)
  79. src/help.h        "
  80. src/hotlist.c        Directory hotlist
  81. src/hotlist.h        "
  82. src/key.c        Keyboard and mouse reading
  83. src/key.h        "
  84. src/layout.c        Division of the screen area between panels (layout dialog)
  85. src/layout.h        "
  86. src/mad.c        Simple memory allocation debugger (not normally used)
  87. src/mad.h        "
  88. src/main.c        Trash can
  89. src/main.h        "
  90. src/man2hlp.c        Creates mc.hlp and mc.html from mc.1
  91. src/mc.hlp        Hypertext help file
  92. src/mem.h        Strcpy, memcpy, bcopy and friends
  93. src/menu.c        Menu bar and its drop-down menus
  94. src/menu.h        "
  95. src/mountlist.c        List of mounted filesystems (from GNU fileutils)
  96. src/mountlist.h        "
  97. src/mouse.c        Mouse initialization, mouse events (see also key.c)
  98. src/mouse.h        "
  99. src/option.c        Configuration dialog
  100. src/option.h        "
  101. src/panel.h        Directory panel structure definition
  102. src/profile.c        Code to handle MS-Windows style INI files (from WINE)
  103. src/profile.h        "
  104. src/regex.c        Regular expression code (from GNU regex library)
  105. src/regex.h        "
  106. src/screen.c        Outputting of the directory panels to the screen
  107. src/setup.c        Loading and saving of the setup
  108. src/setup.h        "
  109. src/slint.c        Support file for Slang screen manager
  110. src/subshell.c        Concurrent shell support (optional)
  111. src/subshell.h        "
  112. src/terms.c        Enter and exit the cursor addressing mode (xterm)
  113. src/tree.c        Directory tree feature
  114. src/tree.h        "
  115. src/user.c        User menu handling and macro capabilities
  116. src/user.h        "
  117. src/util.c        Useful utility routines (don't output to screen)
  118. src/util.h        "
  119. src/vfs.c        Virtual file system (to support transparent ftp, tar, zip etc.)
  120. src/vfs.h        "
  121. src/view.c        Internal file viewer
  122. src/view.h        "
  123. src/widget.c        Widgets for dialog manager (see also dlg.c)
  124. src/widget.h        "
  125. src/win.c        Useful utility routines (which output to screen)
  126. src/win.h        "
  127. src/wtools.c        Listbox and query dialog routines etc.
  128. src/wtools.h        "
  129. src/xcurses.c        BSD curses support
  130. src/xmkdir        Replacement for "mkdir -p /dir" because some systems don't support the -p flag
  131.