diff options
author | martti <martti@pkgsrc.org> | 2001-10-04 10:18:11 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-10-04 10:18:11 +0000 |
commit | 7547085046965b15f126e26003839c0336beb639 (patch) | |
tree | c3ef732f78807f516eb0b8eb940e08d91b00c474 /editors/vim-xaw/patches | |
parent | 267632efb72b40614b822ed9f1b3cac70417cab6 (diff) | |
download | pkgsrc-7547085046965b15f126e26003839c0336beb639.tar.gz |
Here it is folks, VIM 6.0! Changes since version 5.8:
-----------------------------------------------------
The number of changes is huge. These are just the main new items:
Folding - momentarily hide part of the text
Vertically split windows - mixed with horizontal splits
Diff mode - show and remove differences between files
Easy Vim: click-and-type - for those who really don't like two modes
User manual - learn to use Vim, reads like a book
Flexible indenting - automatic indenting for any language
Extended search patterns - more regexp power than you will need
UTF-8 support - Unicode allows editing nearly all languages
Multi-language support - translated messages and menus
Plugin support - drop a script in a directory and you can use it
Filetype plugins - an easy way to setup for editing a type of file
File browser - browse directories, also on a terminal
Editing files over a network - read and write a remote file directly
command-line editing window - use any Vim command to edit an Ex command
Debugging mode - debug your Vim functions and scripts
Cursor in virtual position - edit tables and draw ASCII pictures
Debugger interface - use Vim with Sun Visual Workshop
Communication between Vims - let one Vim tell another Vim what to do
Printing - print with syntax colors
Quickfix extended - see error messages in a window and jump there
Writing files improved - rename or copy to make a backup file
Argument list - select groups of files to work on
Restore a View - save the looks of a window and restore it later
Color schemes - quickly switch between different color setups
Diffstat (limited to 'editors/vim-xaw/patches')
-rw-r--r-- | editors/vim-xaw/patches/patch-aa | 10 | ||||
-rw-r--r-- | editors/vim-xaw/patches/patch-ad | 38 | ||||
-rw-r--r-- | editors/vim-xaw/patches/patch-zb | 12 |
3 files changed, 32 insertions, 28 deletions
diff --git a/editors/vim-xaw/patches/patch-aa b/editors/vim-xaw/patches/patch-aa index d3a7b7041dd..efa2b809118 100644 --- a/editors/vim-xaw/patches/patch-aa +++ b/editors/vim-xaw/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.4 2001/08/23 04:26:52 jlam Exp $ +$NetBSD: patch-aa,v 1.5 2001/10/04 10:18:13 martti Exp $ ---- configure.orig Thu May 10 21:59:18 2001 -+++ configure Wed Jun 6 08:36:44 2001 -@@ -1818,6 +1818,7 @@ +--- auto/configure.orig Thu Oct 4 10:02:00 2001 ++++ auto/configure Thu Oct 4 10:02:49 2001 +@@ -2212,6 +2212,7 @@ # Look for the header file in a standard set of common directories. # Check X11 before X11Rn because it is often a symlink to the current release. for ac_dir in \ @@ -10,7 +10,7 @@ $NetBSD: patch-aa,v 1.4 2001/08/23 04:26:52 jlam Exp $ /usr/X11/include \ /usr/X11R6/include \ /usr/X11R5/include \ -@@ -1893,6 +1894,7 @@ +@@ -2287,6 +2288,7 @@ # First see if replacing the include by lib works. # Check X11 before X11Rn because it is often a symlink to the current release. for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ diff --git a/editors/vim-xaw/patches/patch-ad b/editors/vim-xaw/patches/patch-ad index d65d3aa8ca2..0ef47e1bf2f 100644 --- a/editors/vim-xaw/patches/patch-ad +++ b/editors/vim-xaw/patches/patch-ad @@ -1,9 +1,9 @@ -$NetBSD: patch-ad,v 1.4 2001/08/23 04:26:53 jlam Exp $ +$NetBSD: patch-ad,v 1.5 2001/10/04 10:18:13 martti Exp $ ---- Makefile.orig Thu May 31 16:03:57 2001 -+++ Makefile Wed Jun 6 08:38:04 2001 -@@ -936,23 +936,26 @@ - ### Athena Widget GUI interface. +--- Makefile.orig Wed Sep 26 14:10:59 2001 ++++ Makefile Thu Oct 4 10:08:55 2001 +@@ -990,26 +990,29 @@ + ### Athena GUI ### Use Xaw3d to make the menus look a little bit nicer #XAW_LIB = -lXaw3d -XAW_LIB = -lXaw @@ -12,27 +12,31 @@ $NetBSD: patch-ad,v 1.4 2001/08/23 04:26:53 jlam Exp $ ### When using Xaw3d, uncomment/comment the following lines to also get the ### scrollbars from Xaw3d. -#ATHENA_SRC = gui.c gui_athena.c gui_x11.c pty.c gui_at_fs.c --#ATHENA_OBJ = gui.o gui_athena.o gui_x11.o pty.o gui_at_fs.o --#ATHENA_DEFS = -DUSE_GUI_ATHENA $(NARROW_PROTO) \ +-#ATHENA_OBJ = objects/gui.o objects/gui_athena.o objects/gui_x11.o \ +-# objects/pty.o objects/gui_at_fs.o +-#ATHENA_DEFS = -DFEAT_GUI_ATHENA $(NARROW_PROTO) \ -# -Dvim_scrollbarWidgetClass=scrollbarWidgetClass \ -# -Dvim_XawScrollbarSetThumb=XawScrollbarSetThumb +.if ($(XAW_LIB) != "Xaw") +ATHENA_SRC = gui.c gui_athena.c gui_x11.c pty.c gui_at_fs.c -+ATHENA_OBJ = gui.o gui_athena.o gui_x11.o pty.o gui_at_fs.o -+ATHENA_DEFS = -DUSE_GUI_ATHENA $(NARROW_PROTO) \ ++ATHENA_OBJ = objects/gui.o objects/gui_athena.o objects/gui_x11.o \ ++ objects/pty.o objects/gui_at_fs.o ++ATHENA_DEFS = -DFEAT_GUI_ATHENA $(NARROW_PROTO) \ + -Dvim_scrollbarWidgetClass=scrollbarWidgetClass \ + -Dvim_XawScrollbarSetThumb=XawScrollbarSetThumb +.else - ATHENA_SRC = gui.c gui_athena.c gui_x11.c pty.c gui_at_sb.c gui_at_fs.c - ATHENA_OBJ = gui.o gui_athena.o gui_x11.o pty.o gui_at_sb.o gui_at_fs.o - ATHENA_DEFS = -DUSE_GUI_ATHENA $(NARROW_PROTO) + ATHENA_SRC = gui.c gui_athena.c gui_x11.c pty.c gui_beval.c \ + gui_at_sb.c gui_at_fs.c + ATHENA_OBJ = objects/gui.o objects/gui_athena.o objects/gui_x11.o \ + objects/pty.o objects/gui_beval.o \ + objects/gui_at_sb.o objects/gui_at_fs.o + ATHENA_DEFS = -DFEAT_GUI_ATHENA $(NARROW_PROTO) +.endif - ATHENA_INCL = gui.h - ATHENA_IPATH = -I$(GUI_INC_LOC) - ATHENA_LIBS_DIR = -L$(GUI_LIB_LOC) + ATHENA_IPATH = $(GUI_INC_LOC) + ATHENA_LIBS_DIR = $(GUI_LIB_LOC) -ATHENA_LIBS1 = $(XAW_LIB) +ATHENA_LIBS1 = ${LIBXAW} ATHENA_LIBS2 = -lXt - ATHENA_TARGETS = $(BINDIR)/$(GVIMTARGET) \ - $(BINDIR)/$(GVIEWTARGET) \ + ATHENA_TARGETS = installglinks + ATHENA_MAN_TARGETS = installghelplinks diff --git a/editors/vim-xaw/patches/patch-zb b/editors/vim-xaw/patches/patch-zb index 120bfc4d2ff..ac041ee3b50 100644 --- a/editors/vim-xaw/patches/patch-zb +++ b/editors/vim-xaw/patches/patch-zb @@ -1,13 +1,13 @@ -$NetBSD: patch-zb,v 1.2 2001/06/06 06:07:31 pooka Exp $ +$NetBSD: patch-zb,v 1.3 2001/10/04 10:18:13 martti Exp $ ---- feature.h.orig Wed Mar 29 17:10:34 2000 -+++ feature.h Wed Jun 6 08:10:02 2001 -@@ -349,7 +349,7 @@ +--- feature.h.orig Tue Sep 25 20:51:26 2001 ++++ feature.h Thu Oct 4 09:44:15 2001 +@@ -489,7 +489,7 @@ * (used only with NO_BUILTIN_TCAPS not defined). */ #ifdef HAVE_TGETENT -/* #define NO_BUILTIN_TCAPS */ -+# define NO_BUILTIN_TCAPS ++#define NO_BUILTIN_TCAPS #endif - #ifndef NO_BUILTIN_TCAPS + #if !defined(NO_BUILTIN_TCAPS) && !defined(FEAT_GUI_W16) |