Commit Graph

4943 Commits

Author SHA1 Message Date
Pavel Roskin
97af01a20f Remove control character from an error message in help.c - it is not
required now.
2002-11-12 17:46:54 +00:00
Pavel Roskin
834abd3e24 Reuse existing message from file.c. 2002-11-12 17:22:02 +00:00
Andrew V. Samoilov
050b141018 Fix last entry 2002-11-12 16:24:18 +00:00
Andrew V. Samoilov
7197808ece Remove LOCKDIR support 2002-11-12 16:03:16 +00:00
Andrew V. Samoilov
5959aff123 * ftpfs.c (linear_abort): Close data socket dsock. 2002-11-12 15:26:18 +00:00
Andrew V. Samoilov
74b5eb3ac7 * view.c (get_line_at): Use g_strreverse() instead of
reverse_string().
* util.c (reverse_string): Remove.
(decompress_extension): Return const char *.
(strip_home_and_password): Make dir const.
* util.c (reverse_string): Fix declarations.
2002-11-12 11:20:08 +00:00
Pavel Roskin
6b3a6dd169 * vfs.h [USE_VFS] (mc_setctl): Specify argument types. 2002-11-11 19:25:21 +00:00
Pavel Roskin
ad4949c6cd Behavior of Alt-O is more intuitive now. 2002-11-11 18:44:36 +00:00
Pavel Roskin
48b9a934d5 Add final message. 2002-11-11 18:15:28 +00:00
Pavel Roskin
af883aaecf Fixes in English messages. 2002-11-11 17:27:13 +00:00
Pavel Roskin
bf107a7860 Add:
Check and report errors from opendir().
2002-11-11 17:01:26 +00:00
Pavel Roskin
5c0691349c * charsets.c (convert_to_display): Don't crash on empty read
only strings.
(convert_from_input): Likewise.
Reported by David Martin <dmartina@excite.com>
2002-11-11 14:48:37 +00:00
Pavel Roskin
39f877f0bb * screen.c (select_item): Don't show the file selection if the
panel is inactive.
(chdir_other_panel): Select the same file on the other panel.
2002-11-11 09:12:53 +00:00
Pavel Roskin
ba466b74d6 * file.c (panel_operate): Warning fix.
* cmd.c (compare_dirs_cmd): Likewise.
* man2hlp.c: Warning fixes.  size_t can be unsigned.
2002-11-11 08:25:29 +00:00
Pavel Roskin
4061502e82 * editcmd.c: Warning fix for compilers that don't understand the
"const" keyword and variable size arrays.
2002-11-11 08:06:01 +00:00
Pavel Roskin
7f6b843a94 * cpio.c (cpiofs_data): Warning fix in initization.
* tar.c (tarfs_data): Likewise.
2002-11-11 07:46:21 +00:00
Pavel Roskin
2538dbfdd3 * file.c (panel_get_file): Make static.
* filegui.h: Eliminate use of WANT_WIDGETS.
* setup.h: Likewise.
* menu.h: Declare struct WMenu.
* main.h: Don't include menu.h, use forward declaration.
2002-11-11 07:35:08 +00:00
Pavel Roskin
e0194b11a0 * dlg.h: Move movefn definition ...
* win.h: ... where it's used.  Remove unused definitions.
* win.c: Remove unused code.
* key.h: Include mouse.h, don't rely on others doing it.
* widget.h: Include dlg.h.  Remove Tk-only fields.
* widget.c: Remove Tk-only fields.
2002-11-11 07:12:03 +00:00
Pavel Roskin
7e8c2e9abe * key_nt.c: Remove C++ style comments. 2002-11-11 06:37:44 +00:00
Pavel Roskin
91f7a47331 * vfs.c: Leave only necessary includes from ../src. 2002-11-11 06:28:30 +00:00
Pavel Roskin
e917b70e56 * panel.h: Simplify interdependencies between headers. Use
forward declarations for structures.
* widget.h: Declare struct WListbox.
* wtools.h: Use forward declaration for struct WListbox to avoid
dependency on widget.h.
2002-11-11 06:23:59 +00:00
Pavel Roskin
86436e886a * panel.h: Remove all unused definitions. Make format_e an
opaque structure by moving it ...
* screen.c: ... here.
2002-11-11 05:55:22 +00:00
Pavel Roskin
e9460185bf * screen.c (display_mini_info): Make static.
(the_info_panel): Remove.
2002-11-11 04:52:23 +00:00
Pavel Roskin
dc9869db9e * screen.c (Xtry_to_select): Make static, rename to
do_try_to_select().
2002-11-11 04:07:40 +00:00
Pavel Roskin
e5140f37d4 * vfs.c: Make the last argument to MC_OP non-empty in the
definition of MC_HANDLEOP.  Needed for Mac OS X.
Reported by Wim Rijnders <wimrijnders@home.nl>
2002-11-11 02:03:35 +00:00
Pavel Roskin
9db4ae7e2f * configure.in: Check for uintptr_t. Needed to compile regex.c
on MacOS X.  Reported by Wim Rijnders <wimrijnders@home.nl>
2002-11-11 01:57:43 +00:00
Pavel Roskin
f7477fb810 Move the entry about vfs/extfs/a to vfs/ChangeLog. 2002-11-11 01:49:52 +00:00
Pavel Roskin
c3ef967d9c Document change in the Alt-O behavior. 2002-11-11 00:46:53 +00:00
Pavel Roskin
5d8071ceb4 * screen.c (chdir_other_panel): Change behavior of Alt-O -
change the other panel to the current directory, put it to the
listing mode if needed.  Based on a patch from PLD Linux
Distribution.
2002-11-11 00:44:27 +00:00
Pavel Roskin
5dbffb96c2 * vfs/extfs/a: Set environment to force date and time format
suitable for VFS.  Fix support for long filenames with spaces.
2002-11-08 18:06:14 +00:00
Andrew V. Samoilov
6b0df00830 * smbfs.c (new_dir_entry): Initialize st_ino, so recursive directory
copying is possible now.
2002-11-07 14:49:13 +00:00
Andrew V. Samoilov
d6ca256d6c s/Higlight/Highlight/
s/unambigous/unambiguous/
s/Substiture/Substitute/
s/sence/sense/
s/existance/existence/
2002-11-07 10:03:34 +00:00
Andrew V. Samoilov
113eb6f664 * syntax/ada95.syntax: Highlight "then" and "else".
From Victor Porton <porton@ex-code.com>.
Higlight "exit".
2002-11-07 08:37:17 +00:00
Andrew V. Samoilov
2a63d42f09 s/varaibles/variables/
s/declaratrions/declarations/
s/notning/nothing/
s/writting/writing/
s/occurences/occurrences/
2002-11-07 06:52:25 +00:00
Pavel Roskin
2797997f9c * lib/edit.indent.rc: Remove all options for indent and add a
comment explaining where those options should be.
2002-11-06 20:27:06 +00:00
Pavel Roskin
27244da8cc s/shue/sure/ 2002-11-06 20:10:21 +00:00
Andrew V. Samoilov
a26a1e1c0d * vfs.c (mc_get_current_wd): Make shue returned string is null terminated. 2002-11-06 18:48:36 +00:00
Andrew V. Samoilov
4e7527980a * vfs.c (mc_get_current_wd): Make shue returned string is null terminated. 2002-11-06 18:41:34 +00:00
Pavel Roskin
c626f5fdcc * editcmd.c (edit_save_file): Restore ownership before access
mode, not after.  Otherwise suid bit is lost.
Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
2002-11-06 18:09:40 +00:00
Marco Ciampa
706e722bdd Chosmetics changes to reflect /doc/mc.1.in, some .TP added in Listing Mode... and Keys section of the manual. 2002-11-06 11:51:03 +00:00
Marco Ciampa
ae10346f7b Same chosmetic changes (.TP) like in last version, just in "Listing Mode..." section of the manual. 2002-11-06 11:46:29 +00:00
Marco Ciampa
6977050d66 updated the .TP cleanup for coherency in the key description pages. 2002-11-06 10:49:11 +00:00
Marco Ciampa
e41664e68e Used .TP for coherency all over the key description pages. 2002-11-06 09:03:47 +00:00
Pavel Roskin
7f250dafa3 * key_nt.c: Don't use ERR - it conflicts with sys/ucontext.h
in glibc 2.1.3.
2002-11-06 06:09:21 +00:00
Pavel Roskin
df9b2f4c5c * myslang.h: Don't define ERR - it conflicts with sys/ucontext.h
in glibc 2.1.3.
* key.c: Use -1, not ERR.
2002-11-06 06:08:11 +00:00
Pavel Roskin
076cf8f9b5 Write -1 instead of ERR. ERR is going to be eliminated from
the sources due to namespace conflict.  Typo fix.
2002-11-06 03:37:25 +00:00
Pavel Roskin
f218f0224e * lib/mc-wrapper.csh.in: Remove /bin/csh at the beginning - this
script is not meant to be executed by the kernel.  This also
eliminates dependency of the RPM package on csh.
* lib/mc-wrapper.sh.in: Remove /bin/sh at the beginning.
2002-11-05 18:46:10 +00:00
Marco Ciampa
21b5823b5d Reset changes made in Makefile.am for mistake. 2002-11-05 18:42:57 +00:00
Pavel Roskin
5e2585d1e8 Run doctest. Add visual feedback. 2002-11-05 18:12:48 +00:00
Pavel Roskin
c3ccf9620b Comment fixes. 2002-11-05 18:05:31 +00:00