Commit Graph

3223 Commits

Author SHA1 Message Date
Pavel Roskin ac504b9ba1 * man2hlp.c: Remove HTML support. Remove old link support.
Warning fixes.
(print_string): Handle backslashes in verbatim mode too.
2001-08-16 01:36:41 +00:00
Pavel Roskin 99c80d28d9 * main.c (setup_pre) [HAVE_CHARSET]: Fix compilation with
ncurses.
2001-08-15 22:45:20 +00:00
Pavel Roskin 246ee1445c * textconf.c (features): Fix interpretation of
HAVE_SYSTEM_SLANG.
From David Martin <dmartina@excite.es>
2001-08-15 22:20:17 +00:00
Pavel Roskin fdb4b5ca14 * lib/mc.lib: Add popular sequences for "home" and "end" in
"xterm" and "xterm-color" terminals.
2001-08-14 05:43:38 +00:00
Pavel Roskin 403dfdc24b * key.h (define_sequence): Change declaration to return int.
* key.c (define_sequence): Return 1 on success, 0 on error.
* learn.c (learn_button): Don't accept sequence if
define_sequence() has failed.
2001-08-14 04:48:26 +00:00
Pavel Roskin 2742c4f9d4 * lib/mc.ext.in: Move ls-lR.gz before generic gzip support. 2001-08-14 03:27:12 +00:00
Pavel Roskin 689c3fb9ac Replace "Can't" with "Cannot" everywhere. 2001-08-14 00:55:34 +00:00
Pavel Roskin 686041bbe2 * learn.c (learn_save): Fix memory leak. 2001-08-12 18:20:33 +00:00
Pavel Roskin 3bfbd5368a * edit/edit_key_translator.c (cooledit_key_map): Use Ctrl-O for
subshell, not for "Open file...".
(emacs_key_map): Likewise.
2001-08-12 18:04:16 +00:00
Pavel Roskin 4aa3940f6b * edit.c: Handle CK_Shell.
* editcmddef.h: Define CK_Shell.
* editmenu.c (FileMenu): Remove C-o from the "Open file..."
item.
(FileMenuEmacs): Likewise.
2001-08-12 18:02:56 +00:00
Pavel Roskin 596d916e5b * dir.c (string_sortcomp) [HAVE_STRCOLL]: Make static. 2001-08-12 16:36:55 +00:00
Pavel Roskin 76926ea622 * cmd.c (guess_message_value): Typo - replace "LC_MESSAGE" with
"LC_MESSAGES".
2001-08-12 08:36:26 +00:00
Pavel Roskin af4e2abdab * dir.c (string_sortcomp) [HAVE_STRCOLL]: Always use strcmp()
for case sensitive sort.  For case insensitive sort use
strcoll() if it's case insensitive for ASCII and g_strcasecmp()
otherwise.
2001-08-12 08:20:31 +00:00
Pavel Roskin 139cbf3e82 * README: Changes from Frederic L. W. Meunier <0@pervalidus.net> 2001-08-12 06:03:19 +00:00
Pavel Roskin 045202d3ff * gmc-window.c: Remove.
* gmc-window.h: Likewise.
* Makefile.in: Remove gmc-window.c and gmc-window.h.
2001-08-12 04:23:47 +00:00
Pavel Roskin dde031665e * POTFILES.in: Remove gnome/gmc-window.c.
* ru.po: Update.
2001-08-12 04:19:36 +00:00
Pavel Roskin b3fbb01112 * achown.c (chown_advanced_cmd): Remove dead code.
* chown.c (chown_cmd): Likewise.
* chmod.c (chmod_cmd): Likewise.
2001-08-12 03:33:23 +00:00
Pavel Roskin 0177db2941 * charsets.c (load_codepages_list): Use concat_dir_and_file(). 2001-08-12 03:27:27 +00:00
Pavel Roskin 50a2391d2b * mad.h: Disable glib support - it doesn't work properly. 2001-08-11 05:13:10 +00:00
Pavel Roskin 7493ab67ad * sfs.c (sfs_init): Use g_free(), not free() on mc_sfsini. 2001-08-11 04:57:17 +00:00
Pavel Roskin 581b7157b8 * gnome.TODO: Remove already fixed problem in the find dialog. 2001-08-10 08:33:04 +00:00
Pavel Roskin 15dafdb46d * Makefile.am (EXTRA_DIST): Remove BUGS.
* doc/Makefile.am (EXTRA_DIST): Remove LSM and FILES.
2001-08-10 08:24:15 +00:00
Pavel Roskin fe6ecfda79 * BUGS: Remove. Bugzilla.gnome.org doesn't have those bugs. 2001-08-10 08:21:06 +00:00
Pavel Roskin b93f936a81 * doc/LSM: Remove, it's outdated.
* doc/FILES: Likewise.
* doc/DEVEL: Remove information about FILES.
2001-08-10 07:43:34 +00:00
Pavel Roskin 1bcc23a48f * FAQ: Eliminate all broken URLs on the MC site.
From Frederic L. W. Meunier <0@pervalidus.net>
2001-08-10 07:31:40 +00:00
Pavel Roskin 407df8f4d6 * FAQ: Restore information about xterm. 2001-08-10 05:26:56 +00:00
Pavel Roskin 95914fb825 * FAQ: Changes from Frederic L. W. Meunier <0@pervalidus.net> 2001-08-08 06:09:39 +00:00
Pavel Roskin 4b54385dc6 * extfs.h: Move private structures ...
* extfs.c: ... here.
2001-08-07 23:54:35 +00:00
Pavel Roskin 5c7d2296ca * extfs.h (struct entry): Remove unused `has_changed' field.
It's only written but never read.
(struct inode): Likewise.
* extfs.c: All dependencies changed.
(extfs_open): Mark file as changed if it's open for writing.
2001-08-07 22:47:02 +00:00
Pavel Roskin f3e22063e1 * extfs/uzip: Update to version 1.4.0.
* extfs/README.uzip: Likewise.
2001-08-07 20:02:05 +00:00
Pavel Roskin ad3d69dfbb * gnome-open-dialog.c (get_presorted_from): Don't use PATH_MAX. 2001-08-07 18:51:58 +00:00
Pavel Roskin 4a678ed729 * doc/mc.1.in (Internal File Viewer): Document Ctrl-O and F17. 2001-08-07 17:08:09 +00:00
Pavel Roskin 2da73069b9 * view.c: Warning fixes. Include "cmd.h". Rename help_cmd()
to view_help_cmd().
(view_handle_key) [HAVE_X]: Disable '!' and Ctrl-O.
2001-08-07 16:53:55 +00:00
Pavel Roskin 5c428dc7a3 * main.c (do_execute): Don't show prompt if the command is empty
and the subshell is not running.
* view.c (view_handle_key): Add support for Ctrl-O in the viewer.
Suggested by Walery Studennikov <despair@sama.ru>
2001-08-07 16:32:22 +00:00
Pavel Roskin 554d6cacad * doc/mc.1.in: Fix all broken links. 2001-08-07 14:26:02 +00:00
Andrew V. Samoilov 7131de12c8 ;) 2001-08-07 10:27:21 +00:00
Pavel Roskin 6a74a5d7e0 * INSTALL: Numerous changes. Declare old curses obsolete.
Partly from "Frederic L. W. Meunier" <0@pervalidus.net>
2001-08-07 03:44:22 +00:00
Pavel Roskin 8bf9dbfd84 * doc/mc.1.in (Menu Bar): Add link to the "Options Menu". 2001-08-06 22:29:30 +00:00
Pavel Roskin d05bfe1f01 * boxes.c (display_init): Associate correct help topic.
(sort_box): Likewise.
(set_panel_filter): Likewise.
* option.c (init_configure): Likewise.
* menu.c (menubar_handle_key): Show help dependent on the active
menu.
2001-08-06 22:22:04 +00:00
Andrew V. Samoilov 1e23c4fb68 * ftpfs.c (ftpfs_fill_names): New function.
(vfs_ftpfs_ops): Use ftpfs_fill_names insted of vfs_s_fill_names.
2001-08-06 15:39:08 +00:00
Andrew V. Samoilov 0ec69ba605 * samba/lib/charcnv.c (unix2dos_format): Fix possible buffer overflow.
(dos2unix_format): Likewise.
2001-08-06 15:37:28 +00:00
Andrew V. Samoilov 2e4e496c36 * smbfs.c: Eliminate smbfs_get_free_bucket_init. convert_path
gives malloced filename, so this memory must be released after use.

(reconnect): Fix segmentation fault.
(smbfs_loadddir): Don't g_strdup path.
(smbfs_get_free_bucket): Eliminate smbfs_get_free_bucket_init and
smbfs_connections initialisation.
(smbfs_open_link): Likewise. Release host after get_master_browser.
(get_stat_info): Fix unneeded g_strdup/g_free calls.
(smbfs_mkdir): Release path after use.
(smbfs_mkdir): Likewise.
(smbfs_open): Fix memory leak.
(smbfs_unlink): Likewise. Fix error message.
(smbfs_rename): Fix memory leaks.
(smbfs_stat): Fix url parsing.
2001-08-06 15:36:33 +00:00
Andrew V. Samoilov 12a291afdd ;) 2001-08-06 15:35:22 +00:00
Andrew V. Samoilov 7b568914ec * view.c (block_search): Return the position where the block was
found as declared in comment.
(hex_search): Don't increase pos, block_search returns now right
position.
2001-08-06 15:33:38 +00:00
Andrew V. Samoilov 22861f9737 * mad.c (mad_strdup): Return NULL if NULL is passed. 2001-08-06 15:32:34 +00:00
Andrew V. Samoilov bc9de7931f * editcmd.c (edit_replace_prompt): Fix menu location calculation. 2001-08-06 15:27:47 +00:00
Pavel Roskin 2280df42a4 Set epoch. 2001-08-05 05:31:47 +00:00
Pavel Roskin a819801617 * gicon.c (get_default_icon): Don't call is_exe for symlinks. 2001-08-04 00:33:27 +00:00
Andrew V. Samoilov cd34ee8d1f * mad.[ch] (mad_check): Declare file parameter const.
(mad_alloc): Likewise. Don't truncate it.
(mad_abort): Declare message and file parameters const.
2001-08-03 10:33:54 +00:00
Andrew V. Samoilov 4725ec12bb ;) 2001-08-03 10:20:22 +00:00