summaryrefslogtreecommitdiffstats
path: root/runtime/doc/os_vms.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-01-02 16:39:53 +0100
committerBram Moolenaar <Bram@vim.org>2021-01-02 16:39:53 +0100
commit7e6a515ed14e204fafb3dd6e98f2fb543e64aedd (patch)
tree75163fe37994ee84b512bbd8d833453583fd3bd8 /runtime/doc/os_vms.txt
parent02faa944c69ea22a7a5338135b686dac2c946ca1 (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/os_vms.txt')
-rw-r--r--runtime/doc/os_vms.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/runtime/doc/os_vms.txt b/runtime/doc/os_vms.txt
index b69f650b40..f5c48590e5 100644
--- a/runtime/doc/os_vms.txt
+++ b/runtime/doc/os_vms.txt
@@ -1,4 +1,4 @@
-*os_vms.txt* For Vim version 8.2. Last change: 2020 Jun 07
+*os_vms.txt* For Vim version 8.2. Last change: 2020 Dec 30
VIM REFERENCE MANUAL
@@ -72,7 +72,7 @@ See the file [.SRC]INSTALLVMS.TXT.
4. Problems *vms-problems*
The code has been tested under Open VMS 6.2 - 8.2 on Alpha, VAX and IA64
-platforms with the DEC C compiler. It should work without big problems.
+platforms with the DEC C compiler. It should work without major problems.
If your system does not have some include libraries you can tune up in
OS_VMS_CONF.H file.
@@ -765,6 +765,13 @@ GNU_TOOLS.ZIP package downloadable from http://www.polarhome.com/vim/
9. VMS related changes *vms-changes*
+Version 8.2
+- make all changes needed for clean compile build of v8.2 on VMS on all platforms
+- test on VSI OpenVMS platforms
+- added XPM support - Motif GUI with toolbar on all platforms
+- XPM v3.4.11 libraries for IA64, AXP and VAX are added
+- start integrating the new test scripts
+
Version 8.1
- make necessary changes to build v8.1 on VMS