changeset 2502:e6420d275b6a vim73

Update README files. Remove references to extra and lang archives.
author Bram Moolenaar <bram@vim.org>
date Sat, 07 Aug 2010 13:19:27 +0200
parents c43e99e9baaf
children 8fa7b7705104
files Filelist README.txt README_extra.txt README_lang.txt runtime/doc/farsi.txt runtime/doc/os_risc.txt runtime/doc/todo.txt runtime/doc/uganda.txt
diffstat 8 files changed, 56 insertions(+), 66 deletions(-) [+]
line wrap: on
line diff
--- a/Filelist
+++ b/Filelist
@@ -669,7 +669,6 @@ EXTRA =		\
 
 # generic language files
 LANG_GEN = \
-		README_lang.txt \
 		runtime/doc/*-fr.1 \
 		runtime/doc/*-fr.UTF-8.1 \
 		runtime/doc/*-it.1 \
--- a/README.txt
+++ b/README.txt
@@ -103,7 +103,7 @@ There are several mailing lists for Vim,
 
 MAIN AUTHOR
 
-Send any other comments, patches, pizza and suggestions to:
+Send any other comments, patches, flowers and suggestions to:
 
 	Bram Moolenaar		E-mail:	Bram@vim.org
 	Finsterruetihof 1
--- a/README_extra.txt
+++ b/README_extra.txt
@@ -1,61 +1,54 @@
 README_extra.txt for version 7.3e of Vim: Vi IMproved.
 
-The extra archive of Vim is to be used in combination with the source archive
-(vim-7.2-src.tar.gz).  The extra archive is useless without it.
-
-For more information, see the "README.txt" file that comes with the runtime
-archive (vim-7.2-rt.tar.gz).  To be able to run Vim you MUST get the runtime
-archive too!
-
-The extra archive plus the source and runtime archives make up the complete
-sources of Vim for all systems.
+These extra files of Vim are for special purposes.  This README explains what
+the files are for.  For general information about Vim, see the "README.txt"
+file.
 
 
-Some of the things that the extra archive contains:
-
-Farsi		Files for the Farsi (persian) language.  If you don't know
-		what Farsi is, this is not for you.
+farsi/*			Files for the Farsi (persian) language.  If you don't
+			know what Farsi is, this is not for you.
 
-if_sniff	Interface to SNiFF.  If you don't know what SNiFF is, this is
-		not for you.
+src/if_sniff.*		Interface to SNiFF.  If you don't know what SNiFF is,
+			this is not for you.
 
-os_amiga	Files for the Amiga port.
+src/os_amiga.*		Files for the Amiga port.
+
+src/gui_riscos.*
+src/os_riscos.*		Files for the RISC OS port.
 
-gui_riscos
-os_riscos	Files for the RISC OS port.
-
-gui_beos
-os_beos		Files for the BeOS port.
+src/gui_beos.*
+src/os_beos.*		Files for the BeOS port.
 
-os_msdos
-os_dos		Files for the MS-DOS port.
+src/os_msdos.*
+src/os_dos.*		Files for the MS-DOS port.
 
-gui_mac
-os_mac		Files for the Mac port.
+src/gui_mac.*
+src/os_mac.*		Files for the Mac port.
 
-os_mint		Files for the Atari Mint port.
+src/os_mint.8		Files for the Atari Mint port.
 
-os_os2		Files for the OS/2 port.
-tee		Extra program for OS/2.
+src/os_os2*		Files for the OS/2 port.
+src/tee/*		Extra program for OS/2.
+
+src/os_vms*		Files for the VMS port.
 
-os_vms		Files for the VMS port.
+src/os_w32*
+src/os_win32.*		Files for the Win32 port.
 
-os_w32
-os_win32	Files for the Win32 port.
+src/gui_w32.*		Files for the Win32 GUI.
+src/gui_w48.*		Files for the Win32 and Win16 GUI.
+src/Make_mvc.mak	MS Visual C++ makefile for the Win32 GUI.
+runtime/rgb.txt		File with color definitions for the Win32 GUI.
 
-gui_w32		Files for the Win32 GUI.
-gui_w48		Files for the Win32 and Win16 GUI.
-Make_mvc.mak	MS Visual C++ makefile for the Win32 GUI.
-rgb.txt		File with color definitions for the Win32 GUI.
+src/if_ole.*		OLE automation interface, for MS Windows 95 and NT.
 
-if_ole		OLE automation interface, for MS Windows 95 and NT.
+src/VisVim/*		Integration of Win32 GUI with MS Visual Developer
+			Studio.
 
-VisVim		Integration of Win32 GUI with MS Visual Developer Studio.
+src/GvimExt/*		DLL for the "Edit with Vim" context menu entry
 
-GvimExt		DLL for the "Edit with Vim" context menu entry
+nsis/*			NSIS script to build the self-installing MS-Windows exe
 
-nsis		NSIS script to build the self-installing MS-Windows exe
+runtime/doc/*.man	Preprocessed manual pages.
 
-*.man		Preprocessed manual pages.
-
-file_select.vim	Vim script to browse directories (Unix only).
+runtime/macros/file_select.vim	Vim script to browse directories (Unix only).
deleted file mode 100644
--- a/README_lang.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-README_lang.txt for version 7.3e of Vim: Vi IMproved.
-
-This file contains files for non-English languages:
-- Translated messages.
-- Translated menus.
--- a/runtime/doc/farsi.txt
+++ b/runtime/doc/farsi.txt
@@ -1,4 +1,4 @@
-*farsi.txt*     For Vim version 7.3e.  Last change: 2005 Mar 29
+*farsi.txt*     For Vim version 7.3e.  Last change: 2010 Aug 07
 
 
 		  VIM REFERENCE MANUAL    by Mortaza Ghassab Shiran
@@ -62,8 +62,8 @@ o  Toggling between Farsi ISIR-3342 stan
 Farsi Fonts					*farsi fonts*
 -----------
 
-If the "extra" archive has been unpacked, the following files are found in the
-subdirectories of the '$VIM/farsi' directory:
+The following files are found in the subdirectories of the '$VIM/farsi/fonts'
+directory:
 
    +  far-a01.pcf    X Windows fonts for Unix including Linux systems
    +  far-a01.bf     X Windows fonts for SunOS
--- a/runtime/doc/os_risc.txt
+++ b/runtime/doc/os_risc.txt
@@ -1,4 +1,4 @@
-*os_risc.txt*   For Vim version 7.3e.  Last change: 2008 Jun 28
+*os_risc.txt*   For Vim version 7.3e.  Last change: 2010 Aug 07
 
 
 		  VIM REFERENCE MANUAL    by Thomas Leonard
@@ -275,7 +275,6 @@ Downloading everything you need:
 
 - Get the latest source distribution (see www.vim.org)
 - Get the runtime environment files (e.g. these help files)
-- Get the "extra" archive (contains the RISC OS specific bits)
 - Get the RISC OS binary distribution (if possible)
 
 
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 7.3e.  Last change: 2010 Aug 05
+*todo.txt*      For Vim version 7.3e.  Last change: 2010 Aug 07
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -36,19 +36,20 @@ Before release 7.3:
 Better Czech keymap. (Stepnem, 2010 May 4)  Use if no response from Jiri
 Tobisek.
 
-Use Dutch spell files from:
-http://extensions.services.openoffice.org/en/project/dict-nl
-Looks like this is newer than the new wordlist for Dutch:
-http://www.opentaal.org/bestanden/1_10/nl_NL-Pack
-
 test72 causes a beep for using "u" when it doesn't work.
 
+:!cmd completion doesn't work on Windows. (Yue Wu).
+Problem with space in path?
+
 Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6)
 
 Patch to make more characters work in dialogs. (Yankwei Jia, 2010 Aug 4)
 
 Should readfile() ignore BOM when not in binary mode?
 
+GTK: accented characters are drawn one character too much to the left. (Boyko
+Bantchev, 2010 Aug 5)
+
 Bug: searching for tags file uses 'suffixesadd', should not happen. (Dominique
 Pelle, 2010 June 28)
 
@@ -177,6 +178,9 @@ Are they all OK?  Update Jul 22.
 
 Win32: Expanding 'path' runs into a maximum size limit. (bgold12, 2009 Nov 15)
 
+Putting a Visual block while 'visualedit' is "all" does not leave the cursor
+on the first character. (John Beckett, 2010 Aug 7)
+
 Setting 'tags' to "tagsdir/*" does not find "tagsdir/tags". (Steven K. Wong,
 2009 Jul 18)
 
@@ -1976,7 +1980,7 @@ Problems that will (probably) not be sol
     loop is never quit, which is a wrong assumption.  Also, it overwrites the
     file with different file permissions, which is a privacy issue.  This
     needs to be fixed in GTK.  A solution in Vim would be really complicated.
-    (2008 Jul 31)
+    (2008 Jul 31)  This appears to be fixed in Vim 7.3.
 -   xterm title: The following scenario may occur (esp. when running the Vim
     test script): Vim 1 sets the title to "file1", then restores the title to
     "xterm" with an ESC sequence when exiting.  Vim 2 obtains the old title
--- a/runtime/doc/uganda.txt
+++ b/runtime/doc/uganda.txt
@@ -1,4 +1,4 @@
-*uganda.txt*    For Vim version 7.3e.  Last change: 2009 Dec 27
+*uganda.txt*    For Vim version 7.3e.  Last change: 2010 Aug 07
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -235,7 +235,7 @@ Canada:		Contact Kibaale Children's Fund
 		will receive a tax receipt which can be submitted with your
 		tax return.
 
-Holland:	Transfer to the account of "Stichting ICCF Holland" in Venlo.
+Holland:	Transfer to the account of "Stichting ICCF Holland" in Lisse.
 		This will allow for tax deduction if you live in Holland.
 			Postbank, nr. 4548774
 
@@ -267,11 +267,11 @@ Others:		Transfer to one of these accoun
 		    Postbank, account 4548774
 				Swift code: INGB NL 2A
 				IBAN: NL47 PSTB 0004 5487 74
-			under the name "stichting ICCF Holland", Venlo
+			under the name "stichting ICCF Holland", Lisse
 		    If that doesn't work:
-		    Rabobank Venlo, account 3765.05.117
+		    Rabobank Lisse, account 3765.05.117
 				Swift code: RABO NL 2U
-			under the name "Bram Moolenaar", Venlo
+			under the name "Bram Moolenaar", Lisse
 		Otherwise, send a check in euro or US dollars to the address
 		below.  Minimal amount: $70 (my bank does not accept smaller
 		amounts for foreign check, sorry)