Marco Ciampa
a0001c6d57
Updated italian translation.
2003-08-12 08:24:53 +00:00
David Martin
4267680e52
Update.
2003-08-11 15:21:04 +00:00
Pavel Roskin
10fb3f22f6
* extfs/audio.in: Further portability fixes. Use current date
...
for timestamps.
Partly from Andrew V. Samoilov <sav@bcs.zp.ua>
2003-08-08 22:07:16 +00:00
Pavel Roskin
0a0ac18aae
* extfs/audio.in: Fix non-POSIX constructs.
...
From GoTaR <gotar@poczta.onet.pl>
2003-08-08 07:58:09 +00:00
Pavel Roskin
b60bc8223c
Update from Andrew V. Samoilov <andrew@email.zp.ua>
2003-08-05 15:59:33 +00:00
Pavel Roskin
8c4a0aa3c0
* lib/cedit.menu: Avoid using "id -u", it doesn't work on
...
Solaris. From Andrew V. Samoilov <andrew@email.zp.ua>
2003-08-02 23:01:51 +00:00
Pavel Roskin
5864284071
ftpfs defaults to anonymous login, not to user login name.
...
From Andrew V. Samoilov <andrew@email.zp.ua>
2003-08-02 22:45:09 +00:00
Pavel Roskin
ef2c07b7c8
* main.c: Rename PanelMenu to LeftMenu. Don't assume that
...
LeftMenu and RightMenu are identical.
From Pavel Tsekov <ptsekov@gmx.net>
2003-08-01 20:00:28 +00:00
Pavel Roskin
90b7cbf2ea
Done:
...
Changing directory while in the editor shouldn't affect the path where
the editor saves its files.
2003-07-31 16:38:39 +00:00
Pavel Roskin
cf9acd036e
* edit-widget.h: Resurrect "dir" field in WEdit to store
...
directory for relative filenames.
* edit.c (edit_clean): Release edit->dir.
* editcmd.c (edit_save_file): Use absolute filename.
Temporarily disable safe save and backups on remote VFS because
it doesn't work - again.
2003-07-31 16:38:07 +00:00
Pavel Roskin
81d396da33
Remove useless initialization.
2003-07-31 16:32:30 +00:00
Pavel Roskin
6867850154
Add:
...
Make the internal editor reentrant. Add "edit menu file" to the editor
menu.
2003-07-31 16:27:44 +00:00
Pavel Roskin
c7456a4e5d
Images on VFS - better description.
2003-07-28 18:34:35 +00:00
Pavel Roskin
efe37f49e7
Document --enable-charset
2003-07-28 18:28:50 +00:00
Pavel Roskin
e25db8514a
* ftpfs.c (login_server): Undo last change.
2003-07-28 16:17:30 +00:00
Pavel Roskin
a1ce20517c
* main.c: Make more variables static.
2003-07-28 16:11:44 +00:00
Pavel Roskin
58572c60da
* edit.c (edit_execute_cmd): Enable user menu in mcedit.
2003-07-25 18:52:28 +00:00
Pavel Roskin
c0501a8ea4
Replace ",,," with "..."
2003-07-24 21:59:45 +00:00
Pavel Roskin
1f53b0d36b
Add Lithuanian translation.
2003-07-24 21:53:38 +00:00
Pavel Roskin
7f5fbac2e2
Use own private directory for making RPM package.
2003-07-23 16:24:57 +00:00
Pavel Roskin
5efb620cb8
* ftpfs.c (login_server): Fix memory leak.
...
(linear_abort): Close dsock before reconnect().
(ftpfs_done): Release no_proxy list.
2003-07-23 16:19:33 +00:00
Pavel Roskin
6ec35d7ceb
Try /usr/src/rpm before /usr/src/redhat
2003-07-23 06:41:31 +00:00
Pavel Roskin
ff9c544b88
* lib/mc.lib: Add more "end" and "home" sequences for xterm.
2003-07-23 05:48:55 +00:00
Pavel Roskin
d388773779
* key.c (xterm_key_defines): Add more sequences for xterm-179 by
...
Thomas E. Dickey.
2003-07-23 05:44:25 +00:00
Pavel Roskin
c72a1ea44c
Get rid of all references to NATIVE_WIN32.
2003-07-23 03:22:32 +00:00
Pavel Roskin
fe7d3b9a4e
* pc: Remove. No work has been done on the PC post for years.
...
* README.PC: Likewise.
* Makefile.am: Adjust for the above.
* configure.in: Likewise.
2003-07-23 03:02:18 +00:00
Pavel Roskin
17a04526cf
* subshell.c (pty_open_master) [HAVE_GRANTPT]: Prefer
...
posix_openpt() over GNU-specific getpt(). Needed for FreeBSD
5.x. Original patch by Max Khon <fjoe@FreeBSD.org>
2003-07-21 23:33:34 +00:00
Pavel Roskin
ff144aca4d
* configure.in: Check posix_openpt() first and fallback to
...
GNU-specific getpt() only if needed.
2003-07-21 23:29:29 +00:00
Pavel Roskin
0ec650da9a
* screen.c (panel_key): Redisplay ministatus if the searching
...
was turned off. Reported by gotar@poczta.onet.pl
2003-07-21 04:56:56 +00:00
Pavel Roskin
67e50fcb06
* ftpfs.c (load_no_proxy_list): Fix infinitive loop if ferror().
...
(initconn): Reset variables if setup_passive() fails.
(open_data_connection): Set my_errno to errno before close()
syscall.
(dir_load): Optimize cd_first calculation.
2003-07-21 04:17:39 +00:00
Pavel Roskin
dadbdd25e9
* editcmd.c (edit_quit_cmd): Rename to ...
...
(edit_ok_to_exit): ... this. Don't stop dialog - this function
is called by the dialog code.
* editwidget.c (edit_dialog_callback): Process DLG_VALIDATE
event. Don't exit it the user wants to continue editing.
* edit.c (edit_execute_cmd): Close the dialog - it will ask user
if necessary.
2003-07-21 03:54:47 +00:00
Pavel Roskin
7a5c9a3834
Kill another instance of using delete_file in a wrong place.
2003-07-20 23:34:29 +00:00
Pavel Roskin
9bc8df86ad
* editcmd.c (edit_quit_cmd): Don't save this command in the undo
...
stack. Don't force any refresh. Don't delete unsaved files, do
it ...
* edit.c (edit_clean): ... here. This ensures that unsaved
files from the mcedit command line are erased on Ctrl-n.
2003-07-20 23:24:25 +00:00
Pavel Roskin
0633d91f60
* editwidget.c (edit): Remove unused variable "framed".
2003-07-20 22:15:28 +00:00
Pavel Roskin
688457dc17
Put editor questions to a separate section.
...
Add question about colorer.
2003-07-12 01:13:37 +00:00
Pavel Roskin
ad33f92572
Automake 1.7.6 has been released - use it.
2003-07-10 23:24:23 +00:00
Pavel Roskin
4229e4fb3d
Fix description of the last commit.
2003-07-10 16:47:18 +00:00
Pavel Roskin
21688e15f1
Update.
2003-07-10 16:45:17 +00:00
Pavel Roskin
0564dc68ea
Fixed:
...
Locks for compressed files are not removed.
2003-07-09 00:21:46 +00:00
Pavel Roskin
4b8f0b02b2
* edit.c (edit_clean): Remove stale lock if any.
2003-07-09 00:21:09 +00:00
Pavel Roskin
5ff5f8e9d1
* edit-widget.h: Add new field loading_done.
...
* edit.c (edit_init): Set loading_done.
(edit_insert): Don't call edit_modification() before the file is
completely loaded.
2003-07-09 00:18:11 +00:00
Pavel Roskin
59593d0e1b
* edit-widget.h: Eliminate unused explicit_syntax field.
2003-07-08 23:58:36 +00:00
Pavel Roskin
729a855b29
* edit-widget.h: Stop misusing "unsigned char" for boolean.
...
Eliminate have_frame - it's unused. Adjust all dependencies.
2003-07-08 23:46:01 +00:00
Pavel Roskin
0ba153274d
Update for fixed issues.
2003-07-08 22:48:07 +00:00
Pavel Roskin
40d911f728
* ext.c (regex_check_type): Handle case when there are no tabs
...
or spaces after the colon.
2003-07-08 22:24:46 +00:00
Pavel Roskin
452de6619d
* ext.c (regex_check_type): Set content_shift to skip the
...
filename.
2003-07-02 16:42:36 +00:00
Pavel Roskin
43bbd6d299
* hotlist.c: Add buttons "Refresh" and "Free VFSs now" to Active
...
VFS dialog.
(hotlist_button_callback): Handle the buttons.
* main.c: Remove the 'Free VFS now' menu item.
2003-06-29 23:44:39 +00:00
Pavel Roskin
c1d9304c3f
* lib/mc.hint.cs: Typo fixes.
2003-06-29 23:18:23 +00:00
Pavel Roskin
e3b4dedd33
Update FAQ URL
2003-06-29 21:59:56 +00:00
Pavel Roskin
7e3f8b9d87
* ext.c (regex_check_type): Fix previous change.
2003-06-25 17:42:38 +00:00