Midnight Commander's repository (GPL license)
https://github.com/MidnightCommander/mc
f75a6470ca
Sun Jan 31 20:04:13 1999 Norbert Warmuth <nwarmuth@privat.circular.de> * vfs/vfs.c (vfs_strip_suffix_from_filename): Whoever replaces every occurance of 0 with NULL should stop this stupidy. And replacing '\0' with NULL is plain wrong!!. Reverted this replacement. * vfs/ftpfs.c (load_no_proxy_list): ditto 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) Sun Jan 31 19:42:47 1999 Norbert Warmuth <nwarmuth@privat.circular.de> * gnome/Makefile.in (install_mx): make it work with srcdir != builddir (gmc.gnorba is located in $srcdir) * src/hotlist.c (add_new_entry_input, add_new_group_input): Make the quick_widget arrays static and various changes needed because they are now static. add_widgets_i18n recalculates button positions which get lost when the quick_widget arrays are non static. * src/screen.c (to_buffer): nul terminate string when using strncpy * src/setup.c: Save and restore new option ftpfs_first_cd_then_ls. Sun Jan 31 19:57:24 1999 Norbert Warmuth <nwarmuth@privat.circular.de> * vfs/ftpfs.c (insert_dot): New function. Insert a "." into the linked list. Stat'ing the root directory of a ftpfs fails if the dot is missing. (retrieve_dir): insert "." into the linked list if the ftp server haven't send it. Sun Jan 31 19:50:24 1999 Norbert Warmuth <nwarmuth@privat.circular.de> * The following changes make ftpfs work with a remote AmiTCP server are the result of somehow longish EMail debugging session. I don't know any public server of this kind but I was told the combination Unix/Amiga boxes are often used in intranets. * vfs/ftpfs.c (translate_path): New function. Translate a Unix path, i.e. MC's internal path representation (e.g. /somedir/somefile) to a path valid for the remote server. Every path transfered to the remote server has to be mangled by this function right prior to sending it. Currently only Amiga ftp servers are handled in a special manner. * vfs/ftpfs.c (various places): use translate_path * vfs/ftpfs.c (login_server): Assume we have to mangle pathnames if the greatings string from the server contains the word Amiga. If this assumption is wrong I have to find another way to turn on path translation. * vfs/ftpfs.c (ftpfs_get_current_directory): Prepend a leading slash if it is missing. MC needs it as seperator between hostname and path in its internal url representation. |
||
---|---|---|
doc | ||
edit | ||
gnome | ||
gtkedit | ||
icons | ||
idl | ||
lib | ||
new_icons | ||
nt | ||
os2 | ||
pc | ||
po | ||
slang | ||
src | ||
tk | ||
vfs | ||
xv | ||
.cvsignore | ||
ABOUT-NLS | ||
acconfig.h | ||
autogen.sh | ||
ChangeLog | ||
configure.in | ||
COPYING | ||
create_vcs | ||
FAQ | ||
gettext.m4 | ||
INSTALL | ||
install-sh | ||
INSTALL.FAST | ||
Make.common.in | ||
Makefile.in | ||
mc-aclocal.m4 | ||
mc.spec | ||
mcfn_install.in | ||
mkinstalldirs | ||
NEWS | ||
README | ||
README.PC | ||
README.QNX | ||
VERSION.in |
-*-Text-*- Contents: --------- Intro text Midnight Commander editions Where to get more information The Midnight Commander Mini-docs Obtaining the Midnight Commander Reporting problems. This is version 4 of the Midnight Commander, a free Norton Commander Clone with many useful features. The Midnight Commander comes with mouse support on xterms and optionally on the Linux console. The Midnight Commander is a directory browsing tool which bears a certain remote resemblance to John Socha's Norton Commander for DOS. It is feature packed: o Built in Virtual File System: manipulate remote files systems through the ftp protocol or Midnight Commander's own mcfs protocol. Browse tar, compressed tar files, rpm, zip, cpio, lha and rar files with a single click. o All of the Midnight Commander operations work with the virtual file system, enabling you to do complex tasks. o Mouse support on the Linux console and under X11's xterms. o Learn Keys: The Midnight Commander may be configured at run time to support any kind of input keys for a given terminal, making its operation even on the most wierd terminals a breeze. o Text and hex editors are available for you to use. o Hotlist allows you to keep a list of common visited locations (including ftp sites). o Command completion: By pressing Alt-Tab in any place where a filename or an executable are expected, the Midnight Commander will complete for you the name. If you quickly press Alt-Tab twice you can get a listbox with the possible completions available. o Subshell support: Run your commands by a real shell interpreter. The Midnight Commander interacts with bash, tcsh and zsh to provide you with all of the facilities available in your shell. o Find file command can now search inside the contents of files. o Background operations allows you to copy or move files from any virtual file system while you do other tasks (ie, you can do background ftp copies). o Proxy support with our ftpfs. o Linux file recovery: If you are using Linux system, you can recover deleted files from an ext2fs partition with the undelete file system. This is a low level file recovery function that will recover files deleted by any program in Linux. Please note that the undelete file system can only recover 12 file system blocks if the file was deleted with a kernel in the 2.0.x series. The 2.1.x series have fixed this and you can recover all of the file contents there. o External panelization: You can run any arbitrary external command and the Midnight Commander will display the output generated as a file listing that can be manipulated as a regular directory. o Emacs like key bindings in all of our widgets. o Powerfull context dependant actions are available. o Powerfull built-in file viewer: The file viewer, together with the context dependant actions is used to format man pages on the fly, coloring mail messages and more. Midnight Commander editions: ---------------------------- The Midnight Commander may be compiled into three different editions: the text mode edition, the Tk edition and the XView edition. Please note that currently the only supported edition is the text mode edition. The Tk and XView editions are included with the tar file but are not finished and thus not supported. Where to get more information: ------------------------------ There is a mailing list for discussion on enhancing the program, future directions and announcements; if you want to subscribe, send mail to: majordomo@roxanne.nuclecu.unam.mx There is a WWW page for the Midnight Commander with the URL: <http://mc.blackdown.org/mc/>. The Midnight Commander: ----------------------- The Midnight Commander is released under the GNU General Public License version 2.0 or any later version. A copy of the file is included with this distribution package. If you have comments, you can send them to me: miguel@roxanne.nuclecu.unam.mx or if it would benefit more people, to the mailing list: mc@roxanne.nuclecu.unam.mx Help develop and enhance free software. Mini-documentation: ------------------- o Use the F-Keys for invoking the commands in the function key bar. If your terminal doesn't support F-keys, you can use the <ESC digit> sequence to invoke the corresponding F-digit key. o Tab changes the current panel. o All input lines have emacs-like key-bindings (command history is accessed through the M-p and M-n keys). o The panels accept C-n, C-p for browsing the panel (like in emacs). o M-Enter copies the currently selected file name to the input line. o M-Tab completes the current word (or tries to). o The Virtual File System is a cute addition to the project, you may browse in tar and compressed tar files as well as browsing remote machines with the mcfs file system. o Please read the manual page. o Read the file src/TODO for the current projects. You can access the whole documentation online with the F1 key, although it's not as nice as the groff printed manual page :-) Where you may obtain the Midnight Commander ------------------------------------------- The software should be available by anonymous ftp at sunsite.unc.edu in the directory /pub/Linux/utils/file and at ftp.nuclecu.unam.mx in the directory /linux/local. The last alpha versions are available at ftp.nuclecu.unam.mx in the directory /linux/local/devel. European mirrors of both version 3.1 and alpha versions are available at sunsite.mff.cuni.cz in the directory /GNU/mc and at ftp.teuto.de in the directory /lmb/mc. Reporting problems ------------------ Please, send a detailed description of your problem to the mc-bugs@roxanne.nuclecu.unam.mx address. Include the version of the program, the operating system that you are using, the compiler and compiler flags used to compile the program (if you know them), what kind of distribution you are using (if a GNU/Linux system). If the program crashed and produces a core dump, please provide a stack trace of the program. You can do this by running dbx or gdb like this: gdb mc core (gdb) where