Commit Graph

467 Commits

Author SHA1 Message Date
Pavel Tsekov
97c4582e9c * FAQ: Update MC's homepage url.
* README: Ditto.
* mc.qpg.in: Ditto.
* mc.spec.in: Ditto.
* doc/mc.1.in: Ditto.
* doc/mcedit.1.in: Ditto.
* doc/mcserv.8.in: Ditto.
* doc/mcview.1.in: Ditto.
* doc/es/mc.1.in: Ditto.
* doc/hu/mc.1.in: Ditto.
* doc/it/mc.1.in: Ditto.
* doc/pl/mc.1.in: Ditto.
* doc/ru/mc.1.in: Ditto.
* doc/sr/mc.1.in: Ditto.
* doc/sr/mcserv.8.in: Ditto.
* lib/mc.hint: Ditto.
* lib/mc.hint.cs: Ditto.
* lib/mc.hint.es: Ditto.
* lib/mc.hint.hu: Ditto.
* lib/mc.hint.it: Ditto.
* lib/mc.hint.nl: Ditto.
* lib/mc.hint.pl: Ditto.
* lib/mc.hint.ru: Ditto.
* lib/mc.hint.sr: Ditto.
* lib/mc.hint.uk: Ditto.
* lib/mc.hint.zh: Ditto.
2007-09-24 12:40:47 +00:00
Pavel Tsekov
834cbed64f * configure.ac: Update the version number to 4.6.2-pre1.
* doc/mc.1.in: Likewise.
2007-09-10 14:25:30 +00:00
Pavel Tsekov
59d63bca65 * doc/mc.1.in: Place the description of the "Swap panels" on
a paragraph of its own.
2007-01-13 16:21:17 +00:00
Leonard den Ottolander
b1069b32eb * doc/mc.1.in: Function key documentation update. 2006-04-13 16:06:50 +00:00
Pavel Tsekov
264697b010 * vfs/fish.h: New file.
* vfs/fish.c (fish_directory_timeout): Define new global variable.
(FISH_DIRECTORY_TIMEOUT): Eliminate - this macro is not used
anywhere.
(fish_dir_load): Use `fish_directory_timeout' to calculate the
expiration time of a newly created directory entries.
* src/setup.c [USE_NETCODE]: Include fish.h .
(int_options) [USE_NETCODE]: Add support for user configurable
expiration timeout of FISH directory cache entries.
* doc/mc.1.in: Document `fish_directory_timeout'.
2006-02-23 15:32:18 +00:00
David Martin
25b3b37415 * doc/es/mc.1.in: Cleanup. Fix key naming. 2006-02-18 13:37:42 +00:00
Roland Illig
a5377970a3 Changed "creation time" to "status change time". 2006-02-10 11:05:24 +00:00
Pavel Tsekov
04000dcf84 * doc/mc.1.in: Update the documentation to reflect the fact that
confirmation may be requested when deleting directory hotlist entries
based on a user configurable setting.
* src/file.h (safe_delete): Move declaration of `safe_delete'
* src/main.h: ... here.
(confirm_directory_hotlist_delete): Declare new global variable.
* src/file.c (safe_delete): Move definition of `safe_delete'
* src/main.c: ... here.
(confirm_directory_hotlist_delete): Define new global variable.
* src/hotlist.c (remove_from_hotlist): Based on a user configurable
setting, request confirmation when removing directory hotlist
entries. The confirmation dialog honours the `Safe delete'
setting.
Reorder the buttons in the hotlist group removal confirmation
dialog so that it becomes consistent with other confirmation
boxes.
* src/setup.c (int_options): Add support for user configurable
confirmation of directory hotlist entries removal.
* src/boxes.c (conf_widgets): Likewise.
(confirm_box): Likewise.
(my_directory_hotlist_delete): New module variable.
2006-01-29 20:26:05 +00:00
Pavel Tsekov
b3fa1f0a3e * src/cmd.c: When invoking external viewer, probe VIEWER environment
variable first, then PAGER, then fall back to "view".
* lib/mc.hint: Mention VIEWER environment variable.
* doc/mc.1.in: Document support for VIEWER environment variable.
2006-01-29 10:41:47 +00:00
Roland Illig
1a5b2ad244 Added the brief listing to the modes that can be switched to with Alt-t.
Corrected the order.
2006-01-28 09:26:13 +00:00
Marco Ciampa
3b9d19b2b7 Updated italian translation 2005-08-23 11:03:29 +00:00
Marco Ciampa
6f3e2d9b26 Updated italian translation 2005-08-23 10:44:28 +00:00
Pavel Roskin
1f60f44145 Update postal address of Free Software Foundation. 2005-05-27 03:35:10 +00:00
Roland Illig
adaa78022f * doc/mc.1.in (Internal File Viewer): Rewrote some documentation.
Removed the paragraph about the growing buffers. It's generally
	uninteresting to users.
2005-04-14 01:15:36 +00:00
Miguel de Icaza
49d8769122 Update manual 2005-02-26 16:38:59 +00:00
Andrew V. Samoilov
d65d90116c Security fix patch. Fix insecure temporary file and directory creations. (CAN-2004-0231) 2004-08-17 08:41:52 +00:00
Andrew V. Samoilov
ea3ff6f126 * doc/mc.1.in (Extension File Edit): Document "directory" keyword.
* doc/ru/mc.1.in: Likewise.
2004-08-09 09:29:12 +00:00
Andrew V. Samoilov
1256c7d4fa Updated translation 2004-03-07 05:58:48 +00:00
David Martin
c571381553 Synchronized latest fixes (long options) and moved year and version number. 2003-12-30 17:43:56 +00:00
Pavel Roskin
7c0f20bcb8 * src/TODO: Move ...
* TODO: ... here.
* doc/DEVEL: Move ...
* HACKING: ... here.  Adjust makefiles.
2003-11-27 18:06:56 +00:00
Pavel Roskin
6b6836fcda Document Ctrl-Shift-Enter 2003-11-14 21:13:00 +00:00
Pavel Roskin
6f6534e721 Prepend \& to '\\ to avoid groff warning:
doc/ru/mc.1.in:2602: a magic token is not allowed in a name
2003-10-26 01:17:02 +00:00
Pavel Roskin
e752a07d35 Write "The Dialog manager and the Widgets" 2003-10-25 00:36:46 +00:00
Pavel Roskin
1ed14d2df5 Changes from Strahinya Radich. 2003-10-10 21:01:25 +00:00
Pavel Roskin
7323129879 Fix description of MC_DATADIR again, it was still wrong. 2003-10-08 05:45:47 +00:00
Pavel Roskin
7c4092e448 Better explanation of MC_DATADIR variable. 2003-10-08 05:39:16 +00:00
Pavel Roskin
3e90962522 Document long options.
Asked by Russ Urquhart <russurquhart1@comcast.net>
2003-10-08 05:21:45 +00:00
Pavel Roskin
0f83af0eb6 * doc/sr/Makefile.am: Don't install mcserv documentation if mcfs
support is disabled.
2003-09-24 01:42:09 +00:00
Pavel Roskin
1b8b5509f5 Ignore normally created files. 2003-09-22 22:40:29 +00:00
Pavel Roskin
c92b530b5f * lib/mc.hint.sr: Updated.
* lib/mc.menu.sr: New file - translated menu.
* lib/Makefile.am: Add mc.menu.sr.
* doc/sr/: New Serbian documentation.
* doc/Makefile.am: Add "sr" directory.
* configure.in: Add substitutions for new files.
2003-09-22 21:04:59 +00:00
David Martin
d1a227c55b Rewrite FTPfs and VFS options sections. 2003-08-19 10:13:11 +00:00
Pavel Roskin
b60bc8223c Update from Andrew V. Samoilov <andrew@email.zp.ua> 2003-08-05 15:59:33 +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
Marco Ciampa
620308c65f Small fix in manual translation. 2003-06-25 16:01:49 +00:00
Pavel Roskin
82f9de15c0 Replace SCO with FreeBSD. Support for SCO console is being dropped. Support
for FreeBSD console was added recently.
2003-06-18 04:24:24 +00:00
Pavel Roskin
86b23d53a2 Update documentation about M-o. 2003-05-20 07:54:37 +00:00
Marco Ciampa
79aae7ec91 Another small fix. :-( 2003-05-15 13:13:21 +00:00
Marco Ciampa
67ea98f87c Small aesthetical fix. 2003-05-15 13:03:45 +00:00
Marco Ciampa
169cf8349c In the last italian guide update I forgot this file...ooops! 2003-03-19 23:03:19 +00:00
Marco Ciampa
99598a25fb Italian manual fixies... 2003-03-17 22:58:13 +00:00
Marco Ciampa
d25cf0011b the smallest fix! 2003-03-06 14:58:18 +00:00
Andrew V. Samoilov
8d6787cada Document -e option.
TODO: EXTernal File System untranslated.
2003-03-04 11:04:48 +00:00
Andrew V. Samoilov
7bf38b1ea8 Cleaned up and updated 2003-03-04 10:34:28 +00:00
David Martin
6a5213ff6f Update. Remove long authors list. 2003-03-04 10:25:36 +00:00
Pavel Roskin
0503338aaf Fix from Adam Byrtek <alpha@debian.org> 2003-03-03 20:16:58 +00:00
Pavel Roskin
de76b1b063 Remove list of authors. It's hard to keep this list up to date with the
AUTHORS file.
2003-02-27 20:56:00 +00:00
Marco Ciampa
a1f1afd8b1 A little stilistic change. 2003-02-27 13:07:47 +00:00
Marco Ciampa
cb24a269f7 Updated manual, added -e switch description. 2003-02-27 12:58:41 +00:00
Pavel Roskin
9c5a3c3b8d Document "mc -e" 2003-02-25 14:38:03 +00:00
Marco Ciampa
d9de24cc48 Committed some stilistic changes to the italian manual pages. 2003-02-23 14:00:39 +00:00
Andrew V. Samoilov
71b13d75c6 * doc/ru/mc.1.in (Extension File Edit): Translate include feature. 2003-02-21 14:54:18 +00:00
Andrew V. Samoilov
274b53e1c1 * doc/ru/mc.1.in (Layout): Translate 'Xterm window title' option. 2003-02-21 14:09:06 +00:00
Marco Ciampa
f3f47387a0 it.po converted in UTF-8, changed some upper/lower convention in a more 'italian' way & manual pages updated... 2003-02-13 18:56:56 +00:00
Pavel Roskin
bb500647dd mcedit is an editor, not a viewer. 2003-02-11 21:46:19 +00:00
Pavel Roskin
4ed5c559b2 Minor formatting and textual fixes. 2003-02-05 09:35:22 +00:00
David Martin
77aa095c2b More formatting and updates. 2003-02-05 09:24:58 +00:00
Andrew V. Samoilov
7f3ecbb307 Minor formatting... 2003-02-03 21:56:28 +00:00
David Martin
4b685b1862 Minor formatting. 2003-02-03 12:37:08 +00:00
David Martin
0c896ed831 Highlight navigation keys. 2003-02-03 10:54:46 +00:00
Pavel Roskin
d34da4e327 More formatting fixes. 2003-01-31 19:58:17 +00:00
Pavel Roskin
bd4cfc1405 Document "Include". Minor spelling and formatting fixes. 2003-01-31 19:48:37 +00:00
Pavel Roskin
b3d0da2a30 Update description of syntax highlighting. 2003-01-28 20:43:10 +00:00
Pavel Roskin
a6a2ed7eae Updates before the point where the manual mentions colors. 2003-01-28 20:03:11 +00:00
David Martin
691fe8dee2 Typo fixes. 2003-01-28 11:08:37 +00:00
David Martin
2857e62b61 Include GPL unofficial Spanish translation. 2003-01-22 11:26:40 +00:00
David Martin
a749c29890 Update. 2003-01-22 11:24:32 +00:00
Pavel Roskin
811a7a4dce Fix nroff error. 2003-01-20 17:58:28 +00:00
Pavel Roskin
7bce84d95d Add mcview.1 2003-01-20 17:08:33 +00:00
Pavel Roskin
f3342d126e Minor formatting fixes. 2003-01-20 14:08:22 +00:00
Pavel Roskin
51336715cb Fix nroff error. 2003-01-20 14:07:59 +00:00
Pavel Roskin
f56c86893e Formatting and minor editorial changes.
Remove irrelevant part about X colors.
2003-01-20 13:58:36 +00:00
David Martin
fc59b36c12 Update. 2003-01-20 12:39:09 +00:00
Pavel Roskin
1ccfa25357 Minor formatting and textual fixes. 2003-01-19 17:47:50 +00:00
Pavel Roskin
6caf099244 Update download location. 2003-01-19 17:10:58 +00:00
Pavel Roskin
fd8c17ed7c * doc/mcview.1.in: New file.
* configure.in: Treat it like doc/mcedit.1.in.
* doc/Makefile.am: Likewise.
2003-01-19 16:49:38 +00:00
Pavel Roskin
a32e6fc699 * doc/mc.1.in (Layout): Document 'Xterm window title' option. 2003-01-19 15:07:25 +00:00
David Martin
6fda1f347e Add EXTernal virtual File System node (extfs). 2003-01-16 10:37:06 +00:00
David Martin
4dd1cc528e Set man pages header and footer. 2003-01-16 10:30:41 +00:00
David Martin
e886207c20 Update Spanish messages and help. 2003-01-13 11:02:20 +00:00
David Martin
dd3e5a003c Typos and formatting corrections.
Suggested by Delanoy Frederic <bn304001@belgacom.net>
2003-01-10 20:03:07 +00:00
David Martin
39b4573f5e Update. 2003-01-10 11:51:28 +00:00
David Martin
ca68457e45 Update FSF information in GPL text. 2002-12-27 13:24:46 +00:00
Pavel Roskin
ca66e5f21a Minor changes, update the date. 2002-12-26 20:17:06 +00:00
Marco Ciampa
8efa187646 Just a little trimming... 2002-12-16 19:30:59 +00:00
David Martin
ef8331e3ac Update. 2002-12-16 13:17:06 +00:00
Pavel Roskin
82b5f988a5 Distribute xnc.hlp. 2002-12-11 21:12:39 +00:00
Pavel Roskin
848835d43b Fix dependency for mc.hlp.pl 2002-12-11 17:34:20 +00:00
Pavel Roskin
a05272c917 Add GPL in English.
From Adam Byrtek 'alpha' <alpha@irc.pl>
2002-12-11 17:32:37 +00:00
David Martin
037c9ce751 Update GPL text. 2002-12-11 10:35:40 +00:00
Pavel Roskin
84242b110c Add translated xnc.hlp.
From Adam Byrtek 'alpha' <alpha@student.uci.agh.edu.pl>
2002-12-11 05:16:54 +00:00
Pavel Roskin
951bc8d8f4 One-line update from Adam Byrtek 'alpha' <alpha@student.uci.agh.edu.pl> 2002-12-11 05:16:16 +00:00
Pavel Roskin
effd36c053 * configure.in: Determine which help translations user wants to
install, based on USE_NLS, LINGUAS and ALL_LINGUAS.
* doc/Makefile.am: Set SUBDIR to the list of the requested
translations.
2002-11-29 00:46:09 +00:00
Marco Ciampa
26654b3f5e last little fixies due to work too late at light :-( (just small italian style fixies, not commands) 2002-11-26 00:28:54 +00:00
Marco Ciampa
e4bb2e68d9 All file compared and corrected with /doc/mc.1.in. 2002-11-25 23:49:00 +00:00
Marco Ciampa
4d6c31505b Left & Right Menu page updated... 2002-11-19 23:50:10 +00:00
Pavel Roskin
c3ef967d9c Document change in the Alt-O behavior. 2002-11-11 00:46:53 +00:00
Marco Ciampa
706e722bdd Chosmetics changes to reflect /doc/mc.1.in, some .TP added in Listing Mode... and Keys section of the manual. 2002-11-06 11:51:03 +00:00
Marco Ciampa
ae10346f7b Same chosmetic changes (.TP) like in last version, just in "Listing Mode..." section of the manual. 2002-11-06 11:46:29 +00:00
Marco Ciampa
6977050d66 updated the .TP cleanup for coherency in the key description pages. 2002-11-06 10:49:11 +00:00
Marco Ciampa
e41664e68e Used .TP for coherency all over the key description pages. 2002-11-06 09:03:47 +00:00