mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-22 03:02:06 +03:00
Address of Pavel Roskin changed
This commit is contained in:
parent
28f388f7c6
commit
8c1ed897a3
@ -372,7 +372,7 @@ Sat Apr 4 00:16:49 1998 Alex Tkachenko <alex@bcs.zp.ua>
|
||||
|
||||
* src/boxes.c (confirm_box): i18n stuff added.
|
||||
|
||||
Mon Apr 6 07:48:22 1998 Pavel Roskin <pavel@absolute.spb.su>
|
||||
Mon Apr 6 07:48:22 1998 Pavel Roskin <pavel.roskin@ecsoft.co.uk>
|
||||
|
||||
* Makefile.in: "make dist" works with bash 1.x again
|
||||
|
||||
@ -529,7 +529,7 @@ Mon Mar 23 14:04:07 1998 Philippe De Muyter <phdm@macqel.be>
|
||||
* configure.in (nlink_t): Check it using AC_CHECK_TYPE.
|
||||
* acconfig.h (nlink_t): New define slot.
|
||||
|
||||
Mon Mar 23 08:17:55 1998 Pavel Roskin <pavel@absolute.spb.su>
|
||||
Mon Mar 23 08:17:55 1998 Pavel Roskin <pavel.roskin@ecsoft.co.uk>
|
||||
|
||||
* src/main.c: mcedit can be named mce or mcedit.exe - only
|
||||
3 first letters are significant. The same for mcview.
|
||||
@ -604,7 +604,7 @@ Sat Feb 21 16:46:49 1998 Stas Maximov <stmax@u213.srcc.msu.su>
|
||||
* file.c (file_mask_dialog): Free the source_mask after calling
|
||||
convert_pattern().
|
||||
|
||||
Mon Mar 16 13:03:45 1998 Pavel Roskin <pavel@absolute.spb.su>
|
||||
Mon Mar 16 13:03:45 1998 Pavel Roskin <pavel.roskin@ecsoft.co.uk>
|
||||
|
||||
* cmd.c: Internal edit is used by default. vi may be
|
||||
confusing for some users.
|
||||
@ -718,7 +718,7 @@ Tue Mar 10 20:41:45 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* main.c (handle_args): Added parentheses around assignment/truth value.
|
||||
|
||||
Sat Mar 7 14:33:38 1998 Pavel Roskin <pavel@absolute.spb.su>
|
||||
Sat Mar 7 14:33:38 1998 Pavel Roskin <pavel.roskin@ecsoft.co.uk>
|
||||
|
||||
* src/complete.c: obsolete hack for OS/2 and NT removed.
|
||||
Completion works for NT now (not very good)
|
||||
@ -877,7 +877,7 @@ Fri Jan 23 07:28:54 1998 Peter Daum <gator@cs.tu-berlin.de>
|
||||
* extfs/mailfs: New file system for browsing mail files (support
|
||||
for compressed mail fiels as well).
|
||||
|
||||
Fri Jan 23 07:19:18 1998 Pavel Roskin <pavel@absolute.spb.su>
|
||||
Fri Jan 23 07:19:18 1998 Pavel Roskin <pavel.roskin@ecsoft.co.uk>
|
||||
|
||||
* edit/edit.h: mc_mkdir requires 2 arguments for any operation
|
||||
system. Obsolete #ifdef's removed.
|
||||
@ -982,7 +982,7 @@ Fri Jan 16 16:19:59 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
configuration: core; Fixed the case where the color spec was
|
||||
buggy and we kept on a infinite loop;
|
||||
|
||||
Fri Jan 16 13:47:13 1998 Pavel Roskin <pavel@absolute.spb.su>
|
||||
Fri Jan 16 13:47:13 1998 Pavel Roskin <pavel.roskin@ecsoft.co.uk>
|
||||
|
||||
* nt/drive.nt.c, nt/chmod.nt.c: Updated button_new and check_new
|
||||
calls
|
||||
|
@ -62,7 +62,7 @@ Wed Jan 14 12:55:19 1998 Sung-Hyun Nam <namsh@lgic.co.kr>
|
||||
|
||||
* mc.tcl: find a user specific 'tkmc' file in the ~/.mc
|
||||
|
||||
Tue Jan 13 17:15:21 1998 Pavel Roskin <pavel@absolute.spb.su>
|
||||
Tue Jan 13 17:15:21 1998 Pavel Roskin <pavel.roskin@ecsoft.co.uk>
|
||||
|
||||
* main.c (pre_exec): reset_prog_mode is not called if mc is
|
||||
compiled with SLang. Otherwise, raw_mode in invoke_subshell()
|
||||
@ -309,7 +309,7 @@ Tue Dec 30 15:06:52 1997 Tomasz K
|
||||
|
||||
* mc.spec.in: Cosmetic changes.
|
||||
|
||||
Tue Dec 30 14:30:09 1997 Pavel Roskin <pavel@absolute.spb.su>
|
||||
Tue Dec 30 14:30:09 1997 Pavel Roskin <pavel.roskin@ecsoft.co.uk>
|
||||
|
||||
* vfs/extfs/arfs: UID and GID shell variables renamed because they
|
||||
are read-only under Linux.
|
||||
@ -336,7 +336,7 @@ Mon Dec 22 15:28:25 1997 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
the current selection if torben_fj_mode is on, this allows the
|
||||
history to be used with Alt-h.
|
||||
|
||||
Mon Dec 22 15:14:22 1997 Pavel Roskin <pavel@absolute.spb.su>
|
||||
Mon Dec 22 15:14:22 1997 Pavel Roskin <pavel.roskin@ecsoft.co.uk>
|
||||
|
||||
* mc.sgml, mc.1, mcedit.1, mc.hlp, main.c: gray and brightred
|
||||
colors was not mentioned.
|
||||
@ -516,7 +516,7 @@ Mon Dec 22 11:21:17 1997 Bakeyev I. Timur timur@goff.comtat.kazan.su
|
||||
* widget.c (history_put): Check for a tkname in a couple of extra
|
||||
places.
|
||||
|
||||
1997-12-16 Pavel Roskin <pavel@absolute.spb.su>
|
||||
1997-12-16 Pavel Roskin <pavel.roskin@ecsoft.co.uk>
|
||||
|
||||
* src/popt.c: Include config.h to get the HAVE_MMAP definition.
|
||||
|
||||
@ -605,7 +605,7 @@ Wed Dec 10 10:28:44 1997 Norbert Warmuth <k3190@fh-sw.de>
|
||||
* tk/gui.quick_file_mask_copy.tcl: Changed the order of the
|
||||
checkbuttons
|
||||
|
||||
Wed Dec 10 10:19:52 1997 Pavel Roskin <pavel@absolute.spb.su>
|
||||
Wed Dec 10 10:19:52 1997 Pavel Roskin <pavel.roskin@ecsoft.co.uk>
|
||||
|
||||
* gnome/Makefile.in: popt.c is compiled with the gnome version
|
||||
gwidget.c: clean_button is not needed anymore
|
||||
@ -725,7 +725,7 @@ Thu Nov 27 19:14:33 1997 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
* util.c (get_current_wd): Replace HAVE_VFS with USE_VFS, thanks
|
||||
to Pavel for submiting the relevant information.
|
||||
|
||||
Thu Nov 27 19:05:12 1997 Pavel Roskin <pavel@absolute.spb.su>
|
||||
Thu Nov 27 19:05:12 1997 Pavel Roskin <pavel.roskin@ecsoft.co.uk>
|
||||
|
||||
* boxes.c: very small patch for src/boxes.c Some array was
|
||||
incorrectly initialized, XV_WLAY_DONTCARE was at a wrong position.
|
||||
@ -739,7 +739,7 @@ Thu Nov 27 11:48:06 1997 Norbert Warmuth <k3190@fh-sw.de>
|
||||
enlarges on some system the chance that free can give back memory
|
||||
to the operating system when the memory for the tar file is freed.
|
||||
|
||||
Wed Nov 26 11:16:01 1997 Pavel Roskin <pavel@absolute.spb.su>
|
||||
Wed Nov 26 11:16:01 1997 Pavel Roskin <pavel.roskin@ecsoft.co.uk>
|
||||
|
||||
* src/background.c, cons.handler.c, utilunix.c, extfs.c, tar.c:
|
||||
Include sys/wait.h only if HAVE_SYS_WAIT_H is defined.
|
||||
@ -754,7 +754,7 @@ Mon Nov 24 16:48:16 1997 Norbert Warmuth <k3190@fh-sw.de>
|
||||
* utilunix.c (init_groups): Check the return value of getpwuid(),
|
||||
it can be NULL.
|
||||
|
||||
Fri Nov 21 18:08:54 1997 Pavel Roskin <pavel@absolute.spb.su>
|
||||
Fri Nov 21 18:08:54 1997 Pavel Roskin <pavel.roskin@ecsoft.co.uk>
|
||||
|
||||
* view.c: Double escape on save dialog was save old changes. Now
|
||||
it cancels quit.
|
||||
@ -813,7 +813,7 @@ Mon Nov 10 21:41:53 1997 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gmain.c, gwidget.c: GNOME versions of the main and widget bits.
|
||||
|
||||
Mon Nov 10 20:10:01 1997 Pavel Roskin <pavel@absolute.spb.su>
|
||||
Mon Nov 10 20:10:01 1997 Pavel Roskin <pavel.roskin@ecsoft.co.uk>
|
||||
|
||||
* file.h: added missing declaration for erase_file
|
||||
|
||||
@ -1183,7 +1183,7 @@ Tue Oct 7 21:53:57 1997 Paul Sheer <psheer@icon.co.za>
|
||||
replace. Also, a mail command was added to mail the edit
|
||||
buffer.
|
||||
|
||||
Thu Oct 2 12:37:00 1997 Pavel Roskin <pavel@absolute.spb.su>
|
||||
Thu Oct 2 12:37:00 1997 Pavel Roskin <pavel.roskin@ecsoft.co.uk>
|
||||
|
||||
* view.c: F17 works as "Next search". Improved look of the
|
||||
save dialog. Suppressed some warning about "incompatible
|
||||
@ -1209,7 +1209,7 @@ Mon Sep 22 12:35:53 1997 Norbert Warmuth <k3190@fh-sw.de>
|
||||
At the moment that's only for HP-UX the case. When we know that
|
||||
some compiler need special flags we can add them later again.
|
||||
|
||||
Tue Sep 16 16:39:39 1997 Pavel Roskin <pavel@absolute.spb.su>
|
||||
Tue Sep 16 16:39:39 1997 Pavel Roskin <pavel.roskin@ecsoft.co.uk>
|
||||
|
||||
* src/main.c: Pressing of "tab" correctly refreshes the command
|
||||
prompt.
|
||||
|
@ -15,7 +15,7 @@ Fri Mar 20 18:41:40 1998 Norbert Warmuth <k3190@fh-sw.de>
|
||||
* tkmain.c (x_init_dlg): added dummy function to make it
|
||||
compile
|
||||
|
||||
Mon Mar 16 13:05:47 1998 Pavel Roskin <pavel@absolute.spb.su>
|
||||
Mon Mar 16 13:05:47 1998 Pavel Roskin <pavel.roskin@ecsoft.co.uk>
|
||||
|
||||
* tkview.c: Include stdio.h; Minor spelling corrections added.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user