Commit Graph

155 Commits

Author SHA1 Message Date
Andrew Borodin
65c2171ca0 Some fixes in EN and RU man pages.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-11-05 12:08:58 +03:00
Slava Zanko
f53ed400fb Merge branch '2170_separate_colors'
* 2170_separate_colors:
  Newly added colorpair names now described in man-page
  Ticket #2170: Color collisions
2010-10-13 13:23:25 +03:00
Slava Zanko
982c98a4d6 Newly added colorpair names now described in man-page
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-10-13 13:21:28 +03:00
Andrew Borodin
936ca43d00 Fixed name of main ini section.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-10-11 15:18:08 +04:00
Andrew Borodin
504bd05729 Ticket #2365: enhancement of quick search.
Double pressing of C-s runs the quick search using previous search pattern.

Usage example:

1. Press C-s
2. Make quick search with some pattern.
3. Stop quick search with any way.
4. Press C-s. The empty search line will be shown.
5. Press C-s again. The previous pattern will be shown and will be used
in current quick search.

English and Russian man pages are updated.

Thanks Alexey Losich (E.L.K) for the initial patch.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-10-11 10:38:29 +03:00
Andrew Borodin
1ed674f124 Ticket #2253: fixed formatting of DONT_SPLIT option.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-09-06 17:37:28 +03:00
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
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
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
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
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
334416e1a2 Added description of Quick search modes.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-03-19 09:15:29 +03: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
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
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
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
Yury V. Zaytsev
714a5bcdaf Fix for ticket #1691:
Set of patches that correct minor mistakes and mistypes in the man files
from Denis Briand. Thanks!

Fixes suggested by Slava Zanko and Andrew Borodin: always use
@sysconfdir@/mc instead of hardcoded /etc/mc for configuration pathes in
mans.
2009-12-25 14:33:54 +01:00
Slava Zanko
40e8896bd6 Update documentation: added description of "Stable symlinks" checkbox in copy/move dialogs
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-12-17 13:59:46 +02:00
Slava Zanko
72a3b33f80 Added descriptions of M-e hotkey into help of editor and viewer.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-11-25 13:41:32 +02:00
Slava Zanko
8eaf9b549c Change descriptions of 'Ctrl-t' <-> 'Alt-e' hotkeys in man-pages
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-11-24 13:38:44 +02:00
Yury V. Zaytsev
6f7f14ab50 Set of patches to escape minus signs in mans by Denis Briand.
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-10-27 22:53:03 +02:00
Slava Zanko
71642b9bdb Ticket #1620: File hightlighting based on extension is case sensitive.
Added parameter extensions_case.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-10-07 10:42:25 +03:00
David Martin
1a64b2a8ff Small fixes for English help
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-09-30 02:32:47 +03:00
Ilia Maslakov
87102cc7e8 fix: main.c keys handler
add more keys into mc.keymap
    fix: CK_SingleDirsizeCmd event
    add default keys (alt-'.', alt-'+') mc.keymap

Signed-off-by: Ilia Maslakov <il.smind@google.com>

    Added alt-shift-h hotkey
    Add some documentation about keymap file.
    Replace some symbols into names '.' to 'dot', '?' to question, etc.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-09-29 17:42:40 +00:00
Slava Zanko
df59561ab0 Show hotkeys as 'alt-s' instread of 'alt s'.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-09-29 17:42:35 +00:00
Slava Zanko
07dc27901d Added description of editor_wordcompletion_collect_entire_file option into man-files
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-09-23 16:13:36 +03:00
Slava Zanko
bf55805409 Added Russian and English docs for skins.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-09-18 11:57:35 +03:00
Ilia Maslakov
1b9eafdb62 add info into mc.1 the man page.
Update man file, describe -s option.

Signed-off-by: Ilia Maslakov <il.smind@google.com>
2009-09-07 10:17:28 +00:00
Slava Zanko
b079cae46f Update mc.man for describe filenames highlighting.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-09-05 13:06:55 +03:00
Andrew Borodin
1d4e1673ff Fixed description of Alt-o and Alt-i shortcuts.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2009-08-27 21:23:31 +04:00
Ilia Maslakov
358871ef0c add "Whole words" into man page.
add "Whole words" into the russian man.

Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2009-08-23 14:40:04 +00:00
Denis Briand
ab39fc0ba6 Fixed doc/man/mc.1.in file
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-08-21 16:52:03 +03:00
Andrew Borodin
96e032b473 Ticket #1531: old method of reverse selection of files.
Now Gray-* shortcut inverts selection of directories as well as files.
This is very confusing feature especially when user is going to delete
files.

Added new variable 'reverse_files_only' allows use the old behavior
of reverse selection.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2009-08-19 11:25:25 +04:00
Martin Petricek
3033429645 Ticket #268 (Allow using SI-based size prefixes)
* add: switching between old (default) 1024 based "binary" prefixes
           and SI (1000 based) size prefixes when displaying file sizes

Signed-off-by: Ilia Maslakov <il.smind@gmail.com>

    Size in SI units: changed option name and description.

    * Changed option name in 'Configuration options' dialog.
    * Moved description to proper section in man page.
    * Added russian translation.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2009-08-17 11:14:59 +00:00
Denis Briand
6a348e9d31 Ticket #1472: fix non FHS path into manpages examples
**/mc.1.in: fix path into manpages examples

Signed-off-by: Stan. S. Krupoderov <pashelper@gmail.com>
2009-08-06 18:09:47 +04:00
Slava Zanko
a9312fcfef Ticket #1369 (Update *.hlp files and other docs)
Changed INSTALL file. Added some new descriptions of 'configure' scritp options.
    Changed README file. Fixed minimal version of glib and changed download location of project.
    Small corrections of README and INSTALL files (Yury V. Zaytsev)
    Changed description of Ctrl-t hotkey. Now Ctrl-t mean 'Select codepage'
    More poverfull Russian documentation. Need to complete.
    Signed-off-by: Slava Zanko <slavazanko@gmail.com>

    INSTALL: remove notes about TODO file, fix link to GPM project
    README:
    - add ref to INSTALL file for dependencies
    - remove mentions about TODO file
    - add ref to wiki for reporting bugs
    FAQ: fix links, replace Alt to Meta
    doc/man/mcedit.1.in: add editor options and some of description,
    add CODE NAVIGATION section
    doc/man/mcedit.1.in: suppose C specific option for ctags
    doc/man/mcedit.1.in: minor fixes typos, links, dates
    doc/INSTALL: fix names of autconf options
    Signed-off-by: Stan. S. Krupoderov <pashelper@gmail.com>

    Some typo in doc/man/mcedit.1.in, doc/man/mc.1.in fixed
    add description for some editor options
    Signed-off-by: Ilia Maslakov <il.smind@gmail.com>

    Man page update: fixed description of selec/unselect files.
    src/cmd.c: fixed help node name.
    Removed obsoleted info from man pages.
    Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2009-07-31 15:37:16 +00:00
Enrico Weigelt, metux IT service
13d5c72108 2009-01-10 Enrico Weigelt, metux ITS <weigelt@metux.de>
* doc/*: moved manpages to doc/man/
    * NEWS INSTALL README: moved to doc and left a symlink in .
    * FAQ HACKING INSTALL.FAST MAINTAINERS README.QNX TODO: moved to doc
2009-05-08 13:21:52 +03:00