Slava Zanko
19b8c17013
Now date of modification is automatically filled in header of man page.
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-09-06 17:37:28 +03:00
Yury V. Zaytsev
8bc933ac6e
Fixed typos in docs.
...
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
2010-09-06 17:37:28 +03:00
Yury V. Zaytsev
8a692f9682
Performed a RegExp mass replacement in the manual pages of
...
([^\\])-([A-z])
with
\1\\\-\2
to fix improperly escaped dashes (minus signs).
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
2010-09-06 17:37:27 +03:00
A. Costa
fba5d31930
Typo fixes (English man page).
...
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
2010-09-06 17:37:27 +03:00
Yury V. Zaytsev
f32184fd25
Ticket #2237 : Automatic date and version substitution for man pages
...
Currently the date and the version of Midnight Commander in the man
pages has to be changed manually every release. This is being done
sporadically and as the result, the man pages shipped for e.g. 4.7.2
release contain the 4.7.0-pre1 signature, which is quite confusing.
With this patch, the version is substituted with @DISTR_VERSION@ for all
the man pages and the date is automatically updated to the English man
pages. Other man pages still have the manually updated date of the last
translation.
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
2010-09-06 17:37:27 +03:00
Tomasz Pala
44459c19f6
Ticket #2303 : man mc: s/xterm_mode/xtree_mode/
...
Fixed the title in the section describing xtree_mode variable.
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
2010-08-02 11:03:49 +02:00
Andrew Borodin
6a55c9320e
Ticket #2279 : mcserver is deprecated.
...
Removed mcserver and mcfs support.
Reasons:
(1) no longer builds
(2) no one is willing to support it
(3) possibly contains unfixed security holes
(4) makes no sense in view of the availability of FISH
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-17 18:36:54 +04:00
Andrew Borodin
dcb0f82b59
Updated EN and RU man pages.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-17 15:32:21 +04:00
Yury V. Zaytsev
3d2c4edd9c
Ticket #30 : Support for x clipboard (fixup)
...
Fixed a typo (clipbord -> clipboard) in the code and man pages. Luckily,
mc.ini key name is unaffected.
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
2010-07-12 12:55:33 +02:00
Andrew Borodin
c8bd032113
Ticket #2035 : added "Toggle syntax highlighting" menu item.
...
Added "Toggle syntax highlighting" menu item.
Described C-s shortcut in mcedit man page.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-11 16:22:14 +04:00
Andrew Borodin
567e514f14
NEWS for 4.7.3 release.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-07-05 21:42:11 +04:00
Slava Zanko
06e3dbbae9
Avoided shadowing global LANG variable with man language
...
Renamed internal variable LANG (the language of the man pages currently
being processed) to MANLANG in order to avoid screening global LANG
variable which defines current locale. As the result, got rid of Perl
man2hlp warnings about incorrect locale on build.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-07-05 21:35:18 +04:00
Andrew Borodin
b97ec0fad7
Updated EN and RU man pages.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
2010-06-22 21:44:56 +04:00
Ilia Maslakov
e320916e54
updated man's mc.1, ru/mc.1.
...
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-06-11 13:48:22 +00:00
Ilia Maslakov
d3469a33f5
fixed man and help
...
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-05-27 22:27:00 +03:00
Slava Zanko
649487fac1
Ticket #45 : Build system does not allow cross compiling
...
The man2hlp program is build using the target compiler. The
resulting executable therefore does not work on the build host.
Since the man2hlp program is needed during compile time, the build
will fail.
Moved man2hlp into separate subdir
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-05-24 10:06:56 +03:00
Andrew Borodin
6d5c2628fe
Ticket #2042 : added a capability to create relative symlinks.
...
The original patch was posted by Anton Monroe <akm at meer dot net>
to mc-devel@gnome.org mailing list:
http://mail.gnome.org/archives/mc-devel/2006-April/msg00020.html
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-05-22 12:08:18 +04:00
Andrew Borodin
362a000f7f
New "Panel options" configuration dialog is fully described.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-05-14 18:46:15 +04:00
Andrew Borodin
e8dbca5c25
New "Layout" configuration dialog is fully described.
...
Fixed dialog size calculation.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-05-14 18:46:15 +04:00
Andrew Borodin
55d8809cd6
New "Configuration options" dialog is fully described.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-05-14 18:46:15 +04:00
Andrew Borodin
76b7f1e791
Some fixes for menu items help.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-05-14 18:46:15 +04:00
Slava Zanko
d2a7ea87ca
Update NEWS file for #2135 (attempt No 2)
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-05-05 21:46:12 +03:00
Slava Zanko
6778207da0
Update NEWS file for #2135
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-05-05 21:35:22 +03:00
Andrew Borodin
e4f4807874
NEWS for 4.7.2 release.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-05-05 16:42:00 +04:00
Ilia Maslakov
7e5c75c906
Add new section [Diff Viewer] in man and built-in help.
...
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-04-26 11:44:33 +04:00
Andrew Borodin
c0c744ba08
Ticket #1660 : color keyword names unification.
...
Changed name of following color keywords:
menu -> menunormal
linestate -> editlinestate
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-04-22 16:09:52 +04:00
Andrew Borodin
9af798158f
Changed formatting of all xnc.hlp file.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-04-01 16:34:14 +04:00
Andrew Borodin
334416e1a2
Added description of Quick search modes.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-03-19 09:15:29 +03:00
Mikhail S. Pobolovets
9537ff6fe0
Ticket #1770 : added switch 'caseinsensitive' for syntax highlighting
...
Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
2010-03-04 18:42:58 +02:00
Slava Zanko
66e7fb4ec9
Update NEWS file for 4.7.1
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-02-26 13:08:27 +02:00
Slava Zanko
45c1704b9e
Ticket #2055 : Cleanup before 4.7.1 and 4.7.0.3 releases
...
Added description of 'menuinactive' colorpair into docs
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-02-26 10:58:48 +02:00
Slava Zanko
133d46dcc7
Ticket #172 : Use 'indent' utility
...
Proposed options to indent:
* --gnu-style
* --format-first-column-comments
* --indent-level4
* --brace-indent0
* --line-length100
* --no-tabs
* --blank-lines-after-procedures
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-02-25 16:11:11 +02:00
Andrew Borodin
54d625d06c
doc/HACKING: some obsoleted info was removed.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-02-24 16:36:05 +00:00
Andrew Borodin
997a6c3a84
News about version 4.6.2 and older were moved to doc/NEWS.OLD file.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-02-24 16:36:05 +00:00
Ilia Maslakov
8b04fee70c
Modified Quick search desctiption in man pages.
...
Moved Quick search description to separate section.
Added description of a new quick search behavior (for EN and RU
man pages only).
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-02-20 11:25:30 +00:00
Martin Petricek
7c3196b60e
Ticket #1767 : Custom/locale-based date format
...
Fixed showing of datetime format in various locales (such as Polish locale)
Added new options in config file:
[Misc]
...
timeformat_recent=%d.%m.%y %H:%M
timeformat_old=%d.%m.%y %H:%M
...
where
timeformat_recent - for files with mtime between now
and "6 moths old" (like "Nov 2 00:56")
timeformat_old - for other files (like "Jun 23 2007")
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-02-15 12:31:47 +02:00
Andrew Borodin
dbe8c287a0
Updated FISH VFS description.
...
Added description of FISH capability to connect
to remote server using any specified port.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-02-10 21:28:35 +03:00
Piotr Drąg
850bab3ef9
Polish translation for xnc.hlp file
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-02-09 12:22:02 +02:00
Piotr Drąg
5ccc4b26ab
Polish translation for hints
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-02-09 12:14:39 +02:00
Andrew Borodin
2f5838da42
Changes into documentation.
...
* added description of enca usage;
* added example into mc 'man'.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-02-08 15:57:06 +02:00
Andrew Borodin
eeaf24454c
Documentation update.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-02-04 13:42:44 +00:00
Slava Zanko
f5da410a87
doc/man/man.1.in: Replace strange Russian word by English
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-02-03 15:26:07 +02:00
Andrew Borodin
5a92bf096a
Ticket #1980 : increased minimal required version of GLib up to 2.8.
...
g_try_new, g_try_new0 and g_try_malloc0 macros
are available in Glib >= 2.8.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-01-28 15:10:00 +00:00
Rainer Tammer
476145a0f5
patches for AIX with ncurses support
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-01-27 10:04:38 +02:00
Denis Briand
d2f5965bd9
Documentation update: fixes for spelling errors from Debian.
2010-01-17 15:20:54 +01:00
Andrew Borodin
462315fe09
Save find file options in user configuration file.
...
The new section [FindFile] was created for find file options.
The find_ignore_dirs key in Misc section is obsolete now.
The ignore_dirs key in FindFile section is used instead.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-01-06 18:04:50 +03:00
Andrew Borodin
e5fdb34eae
doc/NEWS: fixed changes for 4.7.0 version (since 4.7.0-pre4).
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-01-01 10:13:25 +03:00
Slava Zanko
316a241f0c
Update doc/NEWS file for new release.
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-12-30 22:23:01 +02:00
Enrico Weigelt, metux IT service
ec1a52fb0a
VFS: renamed USE_VFS to ENABLE_VFS
2009-12-30 11:06:11 +02:00
Slava Zanko
4986aaeb88
Update NEWS file for 4.7.0 release
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-12-25 20:26:51 +02:00