1
1

Fix typo. Fix formatting in several places.

Этот коммит содержится в:
Pavel Roskin 2001-06-18 15:16:54 +00:00
родитель efcacad143
Коммит 4bd227b376

Просмотреть файл

@ -76,7 +76,7 @@
* screen.c (user_file_menu_cmd) [HAVE_X]: Disable.
(panel_callback) [HAVE_X]: Don't define labels, they are unused.
* user.c [HAVE_X]: Disable all user meny code.
* user.c [HAVE_X]: Disable all user menu code.
* color.c (color_table): Make static. Only use in text edition.
* xtty.h: Remove unused definitions.
@ -722,18 +722,18 @@
2000-05-11 Valery Kornienkov <vlk@dimavb.st.simbirsk.su>
src/user.c: fix segfault when Shift-F4, Shift-F1, so when menu
content condition y , macro %y
* src/user.c: fix segfault when Shift-F4, Shift-F1, so when menu
content condition y, macro %y
2000-05-04 Valery Kornienkov <vlk@dimavb.st.simbirsk.su>
* src/user.c: Add macro %k it is block file name
Add macro %e it is error file name
Add macro %i it is cursor column indent of spaces, only for edit
Add macro %y, it is syntax of current file in editor, only for edit
Add condition y , it is syntax pattern of current file in edit
Add macro %x it is extension of current file
Add macro %m it is current menu filename
* src/user.c: Add macro %k it is block file name
Add macro %e it is error file name
Add macro %i it is cursor column indent of spaces, only for edit
Add macro %y, it is syntax of current file in editor, only for edit
Add condition y, it is syntax pattern of current file in edit
Add macro %x it is extension of current file
Add macro %m it is current menu filename
2000-05-04 Valery Kornienkov <vlk@dimavb.st.simbirsk.su>
@ -749,13 +749,13 @@
2000-05-04 Valery Kornienkov <vlk@dimavb.st.simbirsk.su>
src/user.c: fix segfault in chunk_alloc of glibc, when into condition
* src/user.c: fix segfault in chunk_alloc of glibc, when into condition
of .mnu we have quoted space. (~.mc/menu: + f \.\ test$).
2000-05-04 Valery Kornienkov <vlk@dimavb.st.simbirsk.su>
* gtkedit/edit.c:
Add ability user edit menus: system: /usr/lib/mc/cedit.menu,
Add ability user edit menus: system: /usr/lib/mc/cedit.menu,
* gtkedit/editmenu.c: home: ~/.cedit.menu, local: .cedit.menu
Marked block is access now from an user edit menu
Access ~/.cedit/cooledit.block for insert to cursor place from
@ -764,7 +764,7 @@
2000-05-04 Valery Kornienkov <vlk@dimavb.st.simbirsk.su>
* gtkedit/editdraw.c:
* gtkedit/editdraw.c:
Improved a status string of cool editor for best understand,
and to add char,hex view.
@ -1022,7 +1022,7 @@
* screen.c (string_file_[amc]time): These three functions use
file_date which returns a pointer to a static buffer. In the
Gnome edition this buffer has to be coppied to a static buffer
which isn't used in the other two functions (Fix Bug #1766).
which isn't used in the other two functions (Fix Bug #1766).
* util.c, util.h: Moved some constants to util.h
@ -1065,7 +1065,7 @@
1999-07-21 Norbert Warmuth <nwarmuth@privat.circular.de>
* popt.c, popt.h, poptconfig.c, popthelp.c, poptparse.c: updated
to the version found in the popt module
to the version found in the popt module
* features.inc: added report information for smbfs
@ -2184,7 +2184,7 @@ Mon Dec 21 22:39:35 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
the option tables and gmc tried to use the option tables later.
* main.c (handle_args): In the Gnome edition don't parse the
options a second time.
options a second time.
* boxes.c (configure_vfs), setup.c: Deleted obsolete options.
tar.gz files are now always unzipped to a temporary file on disk.
@ -2253,12 +2253,12 @@ Fri Dec 11 00:05:50 1998 Paul Sheer <psheer@obsidian.co.za>
Mon Nov 30 21:10:30 1998 Pavel Machek <pavel@bug.ucw.cz>
* file.c (copy_file_file): minor code beatifulling: replace goto's
with while loops (it is both shorter and nicer :-)
with while loops (it is both shorter and nicer :-)
(panel_operate): hopefully done WANT_STALE_DATA right. We really
should kill ftpfs_hint_reread hack soon.
should kill ftpfs_hint_reread hack soon.
* cmd.c (dirsizes_cmd): report error if you are on non-local
filesystem. (As oposed to silently failing.)
filesystem. (As oposed to silently failing.)
1998-12-07 Miguel de Icaza <miguel@nuclecu.unam.mx>
@ -2396,7 +2396,7 @@ Sun Nov 15 00:37:58 1998 Pavel Machek <pavel@bug.ucw.cz>
Thu Nov 5 12:10:10 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
* file.c (panel_operate): check for null pointer before passing it
to mc_setctl
to mc_setctl
Wed Nov 4 17:51:43 1998 Pavel Roskin <pavel_roskin@geocities.com>
@ -2407,20 +2407,20 @@ Wed Nov 4 17:51:43 1998 Pavel Roskin <pavel_roskin@geocities.com>
Sun Nov 1 20:59:05 1998 Pavel Machek <pavel@bug.ucw.cz>
* file.c (erase_file): translated goto into while loop (it is both
shorter AND cleaner)
shorter AND cleaner)
* subshell.c (feed_subshell): do NOT print anything if we get
errors/eofs from read(subshell) - this fixes (or at least hides)
nasty bug where typing "exit" on mc prompt prints lots of garbage
and falls into infinite loop. Someone with better knowledge should
read feed_subshell(), and make it handle errors properly. (Why do
we ignore EIO for example?)
errors/eofs from read(subshell) - this fixes (or at least hides)
nasty bug where typing "exit" on mc prompt prints lots of garbage
and falls into infinite loop. Someone with better knowledge should
read feed_subshell(), and make it handle errors properly. (Why do
we ignore EIO for example?)
Sun Oct 18 22:56:17 1998 Pavel Machek <pavel@bug.ucw.cz>
* view.c: we now rely on sfs to do file decompressing for us. That
has advantage of displaying #ugz at first line, so user knows what
we are doing behind his back
has advantage of displaying #ugz at first line, so user knows what
we are doing behind his back
* view.c: fix indentation, fallback to read whole file if mmap fails.
@ -2466,19 +2466,19 @@ Thu Oct 22 20:31:17 1998 Pavel Roskin <pavel_roskin@geocities.com>
Fri Oct 16 12:10:56 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
* cmd.c (quick_chdir_cmd): you must check for return code of
do_cd(). (Fixed error for here, but more such bugs are present in
src/ tree. Or maybe move error checking into do_cd?)
do_cd(). (Fixed error for here, but more such bugs are present in
src/ tree. Or maybe move error checking into do_cd?)
* command.c: warn user if he is pressing enter while on non-local
filesystem. (Prev. behaviour was fail silently to do anything,
which is _bad_.)
filesystem. (Prev. behaviour was fail silently to do anything,
which is _bad_.)
Mon Oct 12 22:47:53 1998 Pavel Machek <pavel@bug.ucw.cz>
* file.c (copy_file_file): MCCTL_SETREMOTECOPY is no longer used
* file.c (copy_file_file): do_reget is now correctly done using
open()/lseek() pair
open()/lseek() pair
Wed Oct 7 22:20:37 1998 Pavel Machek <pavel@bug.ucw.cz>
@ -2525,13 +2525,13 @@ Tue Sep 29 17:53:56 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
* main.c: removed stupid reference to {sfs,extfs}_which
* screen.c: fixed higlighting to go for longest match if it does
not find exact match. This is so that it works well with vfs (and
needs _NO_ knowledge about vfs layer).
not find exact match. This is so that it works well with vfs (and
needs _NO_ knowledge about vfs layer).
Tue Sep 29 14:02:56 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
* layout.c (print_vfs_message): fixed buffer overrun by
vsnprintf. Unfortunately I have no clue how to do this portably.
vsnprintf. Unfortunately I have no clue how to do this portably.
Tue Sep 29 11:42:32 1998 Pavel Roskin <pavel_roskin@geocities.com>
@ -2549,7 +2549,7 @@ Mon Sep 28 21:55:13 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
Wed Sep 23 14:06:44 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
* src/file.c: Made file.c use new O_LINEAR mode (so copying from
ftp works nicely, again)
ftp works nicely, again)
Fri Sep 18 14:15:43 1998 Pavel Roskin <pavel_roskin@geocities.com>
@ -2621,8 +2621,8 @@ Tue Sep 8 13:10:32 1998 Pavel Roskin <pavel_roskin@geocities.com>
Mon Aug 31 12:40:29 1998 Pavel Machek <pavel@ucw.cz>
* cmd.c: added view_file_cmd which asks user which file to view -
_very_ usefull with vfs (now you can browse web with mc: try
/#url:http:||atrey.karlin.mff.cuni.cz|~pavel#uhtml)
_very_ usefull with vfs (now you can browse web with mc: try
/#url:http:||atrey.karlin.mff.cuni.cz|~pavel#uhtml)
Thu Aug 27 19:52:45 1998 Pavel Roskin <pavel_roskin@geocities.com>
@ -2650,7 +2650,7 @@ Wed Aug 12 15:56:46 1998 Pavel Roskin <pavel_roskin@geocities.com>
Sun Aug 9 22:39:12 1998 Janne Kukonlehto <jtklehto@paju.oulu.fi>
* mad.h (calloc): Added parentheses around the arguments as
suggested by Steef Boerrigter <sxmboer@sci.kun.nl>.
suggested by Steef Boerrigter <sxmboer@sci.kun.nl>.
Fri Jul 31 09:04:35 1998 Pavel Roskin <pavel_roskin@geocities.com>
@ -2697,7 +2697,7 @@ Wed Jul 15 00:41:01 1998 Paul Sheer <psheer@obsidian.co.za>
1998-07-04 Carsten Schaar <nhadcasc@fs-maphy.uni-hannover.de>
* main.c (main): 'session_management_setup' will be called after
'gnome_init'.
'gnome_init'.
Wed Jun 18 Pavel Machek <pavel@ucw.cz>
@ -2742,7 +2742,7 @@ Sun May 31 10:23:01 1998 Norbert Warmuth <k3190@fh-sw.de>
the appropriate entries in mc.lib and ~/.mc/ini).
* widget.c (show_hist): Don't display the listbox partly
off screen (the left panel's history started in column - 2).
off screen (the left panel's history started in column - 2).
* keyxdef.c: include tty.h instead of myslang.h as suggested by
Tamasi Gyorgy <gt_cosy@usa.net>