Commit graph

961 commits

Author SHA1 Message Date
martti
be6e0d22b1 This CONFLICTs with vim-motif 2003-02-15 18:56:17 +00:00
martti
725e8e2fbe Added vim-motif 2003-02-15 18:54:44 +00:00
martti
1ccfb11d79 Imported vim-motif (provided by Benedikt Meurer in pkg/20254). 2003-02-15 18:54:37 +00:00
jmmv
8c46547804 Update to 2.2.0.1. Changes include:
- Fixed an egg-recent related bug (James Willcox)
- Make sure to include <config.h> in all *.c files (Paolo Maggi)
- Allow svg icons in tabs and recent files list (James Willcox)
- Code cleanup in the Open page of the preferences dialog (Paolo)
- Updated gedit guide (Breda McColgan)
- Updated to latest recent-files code (James Willcox)
- Updated about box (Paolo Mggi)
- Fixed mem leaks (Paolo)
- Fixed several bugs in the diff plugin (Paolo)
- Fixed default fonts for printing (Paolo Maggi)
- Updating docs to newest build template (John Fleck)
- Updated gedit man file (James Willcox, Paolo)
- Requires libgnomeprintui-2.2 >= 2.1.7 (Paolo)
- Revamped about dialog (Christian Neumair)
- Added ISO-8859-2 to the list of supported
  encodings (Marcin Malinowski)
- Fixed problems with line numbers (Paolo)
- Improved key navigability of output window (Paolo)
- Remember printer configuration/settings (Paolo)
- Fixed various little problems in the plugin
  engine (Paolo)
- Enabled startup notification (James)
- Fixed icon sizes for recent-files menus and
  document tabs (James).
- Fixed a crash bug related to recent files (James)
- Lots of new and updated translations.

Changes in the package:
- Depend on gnome2-dirs.
- Use the new schemas.mk framework to handle GConf2 schemas.
2003-02-14 21:10:14 +00:00
dmcmahill
fefdfc0548 add and enable matlab-mode 2003-02-14 01:33:58 +00:00
dmcmahill
b0015f2399 import matlab-mode-2.3.
This is a major mode for editing Matlab source code under GNU Emacs or
XEmacs.
2003-02-14 01:32:43 +00:00
dmcmahill
33ab0c4834 s/HAS_CONFIGURE/GNU_CONFIGURE 2003-02-05 17:40:52 +00:00
jmmv
bf60fb802f Make TeXmacs locate guile at runtime by setting the PATH accordingly.
Should fix PR pkg/20094 by Peter Hansen.  Bump PKGREVISION.
2003-01-30 00:08:57 +00:00
agc
65ee9fa46c Use buildlink2.
Also fix build problems - there is a <sys/queue.h> header file bundled
with vigor which will take precedence over the system header, but
lacks some necessary definitions for NetBSD (at least).  Remove the
header accordingly.
2003-01-29 16:23:13 +00:00
markd
dd764ac609 Update kile to version 1.32
version 1.31 -> 1.32 :
- the user can set the encoding character of the file with a combo box included in the Kile file selector.
- two color schemes are available for the editor (Black on White/White on Black)
- improved the "Multiple Function" dialog of the "Gnuplot frontend"
version 1.3 -> 1.31 :
- new dialog box for the "ref" and "pageref" tags (the user can select one of the existing labels)
- the "--unique" option is now used for the "Kdvi Forward Search" command
- the bug about the "report" class in the "Quick Start" wizard has been fixed
- the GnuPlot front end code has been cleaned (only QString are used instead of string)


Also update HOMEPAGE and MASTER_SITES.
2003-01-29 03:40:55 +00:00
martti
614a342820 Updated abiword-personal to 1.0.4
* bug fixes
* localisation updates
2003-01-28 13:57:52 +00:00
grant
d50e02b468 create directories, then install files. 2003-01-25 03:10:36 +00:00
wiz
0fd75d0851 Note in USE_NCURSES variable which functions actually are missing for this
to build with native curses.
2003-01-24 13:36:17 +00:00
grant
da10e8acb9 tidy up do-install target.
- cd && pax (just in case).
- move pax args '-rw src dest' to end - should fix problem found in
  last bulk build.
- whitespace cleanup.
2003-01-24 04:20:24 +00:00
martti
1197f9e8e2 Bump PKGREVISION as we are using the new distfile. Noted by tron. 2003-01-23 18:29:08 +00:00
martti
ee7fe105cd Use new distfile (from pine-4.53) 2003-01-23 07:37:11 +00:00
salo
235ccbe101 s/INSTALL_*/BSD_INSTALL_*/ in patches, remove unnecessary MAKE_ENV. 2003-01-19 06:52:54 +00:00
uebayasi
8dd26b153e Update to XEmacs 21.5.10, "burdock".
Changes excerpted from ${WRKSRC}/CHANGES-beta.

---

Lots of updates from Ben Wing (as always), also from Andy Piper, Mike
Sperber, and Stephen Turnbull with lots of documentation updates and
fixes.  One new exciting addition in this release is that the LDAP and
PostgreSQL code has been extracted out of the core C code and moved to
DSO's.  We have Jerry James to thank/blame/worship for that.

Build

-- Reset sheap-adjustment to zero - Piper.
-- Make --pdump default to yes on Linux - Turnbull.
-- Only use -Wpacked in GCC v3 - Wing.
-- Remove LISP_FLOAT_TYPE definition. - James.
-- Temporarily disable DSO's under Cygwin - Wing.
-- Updates to DSO building code (Makefile.in, configure.in etc) - Wing, James.
-- Separate compiler warning flags from CFLAGS - Wing.
-- Delete auto-autoloads.e* & custom-load.e* on 'make clean' - Turnbull.
-- Disable detection of 'getaddrinfo' for HP-UX 11.XX - Turnbull.
-- Include modules directories in 'make tags' - Youngs.
-- Fix shadowing warnings in make-docfile.c - Wing.
-- Move the common stuff from postgresql/ldap Makefile.in.in &
     configure.ac's into a "common" Makefile and configure script -
     Wing.
-- Major cleanup of ellcc - Wing, James.
-- Add Makefile var to pick up '--site-libraries' in DSO's - Youngs.
-- Avoid unnecessary deviations from UNIX 'describe-installation' in
     xemacs.mak - Aichner.
-- Don't confirm overwriting files in xemacs.mak - Aichner.
-- Support 'xemacs_extra_name' in xemacs.mak - Aichner.
-- Some gcc/g++ 3 fixes - Wing.
-- Warning fixes - Wing.
-- Fix some C++ errors - Wing.
-- Allow for C needing volatile and C++ that can't have volatile,
     remove previous volatile hacks - Wing.
-- Try for a working Cygwin build with old unexec - Wing.
-- Warning suppression - Turnbull.
-- New Mule character class regexp tests - Turnbull, Ueno.
-- Better handling of known bugs in tests - Turnbull.
-- Add test for stale subexpr match-data - Turnbull.
-- Update syntax-table tests - Turnbull.
-- Add word-boundary regexp tests - Turnbull.

Documentation

-- Updates to PROBLEMS file
	Running/Linux - Lesstif 0.93.36 - Turnbull
	Running/IRIX - Irix 6.5 coredumps - Turnbull
	Running/Cygwin - "No cygXpm-noX" fatal error - Turnbull
	Missing charsets - Remove ambiguity - Turnbull
	Running, General - FontSet warnings - Turnbull
	MacOS/X - Stack limitation - Turnbull
	Digital Unix - Generalise - Turnbull
	AIX - USE_KKCC lossage - Turnbull.
-- Update instructions in info/dir - Wallington.
-- Recommend TeXinfo 4.2 in INSTALL - Turnbull.
-- Add example in sample.Xdefaults - Boffi.
-- Typo fixes - Yamaoka, Youngs, Turnbull, Wing.
-- Docstring fixes - Turnbull, Piper, Skyttä, Wing.
-- Update description of XEmacs Patches and Design ML's - Turnbull.
-- Incorportate ChangeLog.X into ChangeLog - Wing.
-- FAQ additions/amendments:
	Debugging FAQ improvements - Wing.
	Mention union type bugs - Turnbull.
	Debugging HOWTO improvements - Turnbull.
	Decoding Lisp objects in the debugger - Turnbull.
	Fix location of FAQ on website - Skyttä.
	Add missing menu entry for Q3.2.7 - Verna.
	Displaying non-ASCII - Turnbull.
	Mention bug report commands - Turnbull.
	Revise Q1.3.[1-6] - Turnbull.
	New FAQ for "no cygXpm-noX" fatal error - Turnbull.
-- New TeXinfo nodes:
	"Widget Internals" - Turnbull.
	"Simple Specifier Usage" - Turnbull.
	"Compilation Options" - Turnbull.
-- Document charset Unification and Tables - Turnbull.
-- Better short description of Mule in Mule submenu - Turnbull.
-- Regression Testing XEmacs design hints & rewrite - Turnbull.
-- Document 'face-frob-from-locale-first' - Golubev.
-- Document 'set-face-background-pixmap-file' - Verna.
-- Add urefs to Doug Lea's * Wolfram Gloger's home pages in "Low-Level
     Modules" - Turnbull.
-- Update "Available Packages" - Skyttä.
-- Document 'append' arg of 'add-to-list' - Skyttä.
-- Add optimisation hints in "Techniques for XEmacs Developers" - Turnbull.

Internals

-- Add *menubar*FontSet and *popup*FontSet entries - Turnbull, Skyttä.
-- Extract ldap and postgresql code from core and put them into DSO's - James.
-- 'Fset_window_point' Correct to GNU/Emacs behaviour (fixes some bugs
     in Gnus) - Wing.
-- Inhibit GC in critical sections - Wing.
-- Fix calculation in 'report_sheap_usage' - Piper.
-- Implement and use new var 'garbage_collection_messages' - Wallington.
-- Fix 'open_database' for Berkeley DB 4.1.x - Allen.
-- Updates to frame code - Sperber.
-- Change C debugger entrance: error message, then stack trace, then
     exiting message, then force debugger - Wing.
-- Use EQ not EQUAL in 'mswindows_init_frame_1' - Wing.
-- Better redisplay-related asserts - Wing.
-- Don't generate large warning strings when they'll be discarded - Wing.
-- Implement 'debug-on-error' as documented - Wing.
-- Fix docs relating to QUIT which can't GC under any circumstances - Wing.
-- More robust package compilation and debugging - Wing.
-- Overhaul profile code - Wing.
-- Fix crashes due to incorrectly ported GNU/Emacs code - Wing.
-- Clean up realpath.c - Wing.
-- DdeCreateStringHandle needs to be manual due to new Cygwin bug - Wing.
-- Fix some Cygwin complaints - Wing.
-- Unconditionally use LISP_FLOAT_TYPE code - James.
-- Improve crash message in 'shut_down_emacs' - Turnbull.
-- Update NAS code for NAS 1.6 and later - Toy.
-- Fix "unused variable" warnings in mule-canna.c - Turnbull.
-- Prototype 'enqueue_focus_event' - Turnbull.
-- Use BORDER_FIDDLE_FACTOR instead of 10 in 'layout_layout' - Piper.
-- Add optional 'noerror' arg to 'Frequire' - Wallington.
-- Only resize 'layout_query_geometry' dynamically if static sizes
     haven't been set - Piper.
-- Fix infloop upon a gdm logout - Sigelman.
-- Fix scope of 'num_nonshy_regs' - Turnbull.
-- Fix "stale match data" bug - Turnbull.
-- Don't call 'XtDisplay' on a destroyed widget - Golubev.
-- Update specifier code - Sperber.
-- Update process code - Sperber.
-- Move ldap/postgresql code out to DSO's - James.
-- Normalise Ffile_truename and drive spec on cygwing to win32 format
     - Piper.
-- Use 'closesocket' instead of 'CloseHandle' in 'winsock_closer' - Alexander.
-- Coding system updates - Ikiuo.

Lisp API

-- Update window-xemacs.el to fix 'goto-line' - Wing.
-- Add garbage collection messages - Wallington.
-- Re-implement window configurations in Emacs Lisp - Sperber.
-- Enhance background-pixmap-file code - Verna.
-- New macro 'save-window-excursion' to eventually replace bytecode
     instruction - Sperber.
-- Move window.el et al up the order in dumped-lisp.el - Sperber.
-- Don't use 'save-window-excursion' in
     'shrink-window-if-larger-than-buffer' - Sperber.
-- Updates to pixel-size code in dialog.el - Sperber.
-- Remove nonworking 'breakpoint-on-error' - Wing.
-- Extract out 'with-displaying-help-buffer' into a more general mechanism
     - Wing.
-- Don't catch errors when noninteractive in startup.el - Wing.
-- Fix warnings in code-files.el, loadhist.el, & package-get.el - Wing.
-- Simplify code in '*-reset-device-font-menus' - James.
-- Synch font-menu.el to the 21.4 version - Turnbull.
-- Preserve return value from 'call-process' - Sperber.
-- New functions in replace.el that operate on regions - Evans.
-- Run 'delete-frame-hook' in general dialogs only - Piper.
-- Add a margin parameter in autoload.el for DSO autoloads - James.
-- Conditionalise autoloads for DSO's on the existence of the DSO - James.
-- Always set module directories/paths in dump-paths.el - James.
-- Bring list of package sites up to date - Skyttä.
-- Add "Find Variable" menu entry for 'hyper-apropos-find-variable' -
     Wallington
-- Fix 'view-lossage' interactive spec - Wallington.
-- Synch 'with-output-to-string' with GNU/Emacs 21 - Wallington.
-- Bind C-xrd to 'delete-rectangle' - Yamaoka.
-- Move entries in 'auto-mode-alist' out to packages for the modes
     that are in packages - Skyttä
-- New compatible alias for 'lookup-syntax-properties'
     ('parse-sexp-lookup-properties') - Turnbull.
-- Enable C autoloads for DSO's - James.
-- Update revert-buffer code - Piper.
-- Add new coding system 'utf-8-bom' - Ikiuo.
2003-01-18 05:45:42 +00:00
uebayasi
16a8623a02 PLIST_SRC points to a file. 2003-01-17 02:40:25 +00:00
magick
56f1cda297 xemacs-nox -> xemacs-nox11 2003-01-13 21:28:42 +00:00
magick
463bfd4b45 Add and enable xemacs-nox11 2003-01-13 21:24:02 +00:00
magick
d3f387052e Initial import of xemacs-nox11. It's a xemacs compiled without any
X11 dependencies.
Submitted by Masao Uebayashi in private mail
2003-01-13 21:22:43 +00:00
uebayasi
bf10ec3734 Kill a hyphen not in the first of a command line. 2003-01-13 13:00:29 +00:00
uebayasi
5565936667 Use gmake. 2003-01-13 12:38:24 +00:00
tron
d626f3442c Fix name of name of the patch file and add mising patch site. 2003-01-12 11:33:19 +00:00
wiz
b3d7ae71be Bump to 20.7nb1: depend on latest emacs20. 2003-01-12 02:29:37 +00:00
wiz
251151c073 depend on eieio>=0.17. 2003-01-12 02:26:15 +00:00
uebayasi
d77565ad00 Won't compile with Emacs 20.7. Remove emacs20 from EMACS_VERSIONS_ACCEPTED.
XXX Should be fixed later.
2003-01-12 02:02:49 +00:00
uebayasi
984fc40200 Fix build problem in the previous. 2003-01-12 01:57:04 +00:00
uebayasi
bed9412267 Apply an unofficial MULE 4.1 patch included in Mule-UCS 0.80. This also fixes
a CCL interpretor bug.

Bump revision.
2003-01-11 16:44:29 +00:00
wiz
60972661b4 Remove unnecessary hunk. 2003-01-11 12:13:15 +00:00
uebayasi
11f194710f New in the latest. 2003-01-11 08:53:05 +00:00
uebayasi
7c2bcf106b Update jde from 2.2.7.1 to 2.3.2.
Too many changes to cite here.  Please see

	http://jdee.sunsite.dk/ReleaseNotes.txt
	http://jdee.sunsite.dk/ReleaseNotes-beta.txt

Besides, move to emacs.mk.
2003-01-11 08:51:37 +00:00
uebayasi
5221f43164 Update speedbar to 0.14beta4. Changes are unknown.
Convert to use emacs.mk.
2003-01-11 08:51:09 +00:00
mycroft
a61518dd7b Use the ispell dictionary again. That's why there's a dependency.
(Maybe some day they will fix the endian and word size problems...)
2003-01-10 06:52:52 +00:00
mycroft
a6a685f39b Update from 1.0.2 to 1.0.3.
* What's New, Improved, or Just Different.
          * Long you've eagerly waited, and now it's here! A huge number of
            bug fixes (who knew it had so many bugs?), performance
            improvements, and new nifty niceties.
          * Build System
               * Plugins
                    * New plugin build system, backported from the
                      development branch (nextgen.sh)
                    * Fixed the AbiMagick plugin build, which sometimes
                      failed due to a syntax error.
                    * Fixed Gdict plugin in non-gnome-enabled builds.
                    * Fixed AbiSDW importer build on win32 (msvc6 issue).
                    * Plugin build is now more flexible regarding placement
                      of AbiWord source (--with-abiword=DIR).
                    * Told AbiSDW where to find peer module wv.
               * Cleaned up optimizer settings in (Free/Open/Net)BSD build.
               * The pspell installation's validity is now checked when
                 configuring using --with-pspell.
               * Fixed libxml2 build interaction with wv.
               * Cleaned out remnants of the no longer used ask installer.
               * Fixed iconv-related build bustage on FreeBSD.
               * (Free/Open/Net)BSD build now defaults to peer libiconv.
               * QNX build now uses shared zlib and libpng.
               * There was some simplification and update of the peer module
                 wv build system.
               * The patch for libjpeg builds on win32 was merged in.
               * Peer module libpng is now a build option for unix.
               * The compiler pacifier (ABI_OPT_PACIFY_COMPILER) has been
                 heavily enhanced.
               * Realcleaning has been altered to affect all OBJDIRs, so it
                 is no longer required that all the usual flags be set when
                 just realcleaning (realclean really cleans).
               * The debug build macros have been enhanced.
               * Fixed sometimes-fatal syntax in peer module expat config.
               * Environmental C(XX)FLAGS are now properly propogated (3674).
               * Fixed static build on unix.
               * Lots of osf/digital/tru64 build fixes.
               * Fix for non-perl builds that couldn't build with perl
                 bindings if they wanted to.
               * No more accidental -g -O2 when not asked for in configure.
               * Rpm specfile
                    * No BuildArch flags.
                    * Correct dictionary files.
                    * Gdict plugin now enabled by default.
          * Application and Code
               * Fixed 3351 (BiDi behavior), at least some of 3171 (for
                 real), 3604(T602 importer), 3593 (code syntax with scandir),
                 3567 (html exporter generation of incorrect tags), 3565
                 (status bar cut off languages with verbose expressions),
                 3592 (putenv portability), 3608 and 3618 (pointless
                 comparisons of an unsigned int with zero), 3095 (font path
                 instability with repetitive entries), 3638 (crash on
                 semi-bogus imports), 3523 (funky icons with aiksaurus), 3324
                 (newline character erasing crash), 3587 (adjacent
                 superscript and subscript), 3722 (rtl dominance crash),
                 3507(printing screen colors), 1928 (context menu problem),
                 3122 (spell checker learning hyperlinked words), 2698
                 (hyperlink status bar text), 3590 (duplicate accelerator),
                 3089 (case conversion en mass), 3008 (cursor focus in win32
                 hyperlink dialog), 3060 (hyperlink offset), 3582 (multiline
                 hyperlink display), 3109 (hyperlink insertion selection
                 check)(not all platforms), 2715 (crash on zoom), 3584 (win32
                 encoding dialog input focus), 3802 (XSL-FO exporter faulty
                 tags), 3827 (docs with jpegs), 1319 (increase indent off
                 page crash), 3360 (handle rtfs that aren't fully spec
                 compliant), 3330 (forcing of gcc flags to other compilers),
                 3663 (wrong parameter passing to linker), 3889 (Yiddish
                 spell checking), 3537 (crash on zoom with header/footer),
                 3781 (downgrading abiword causes the profile to crash it),
                 3940 (perl bindings and perl 5.8).
               * Lots of memory leak fixes, as well as some rather
                 significant speed enhancements.
               * Fixed some problems related to the zero margin difficulties,
                 comma delimited fractions, and setlocale misuse.
               * Various qnx fix backports.
               * Backported fix for faulty syntax in the html exporter.
               * Fixed a crasher of the win32 Aiksaurus plugin.
               * WordPerfect importer now handles superscript, subscript,
                 strike-out, and italic text attributes.
               * English dictionary update (does not affect pspell builds).
               * Fix default geometry, handle profile geometry better, take
                 geometry runtime paramter (the last being 1124).
               * All snprintfs (which caused problems on some unix variants)
                 have been removed from unix or xp code, except in peer
                 module psiconv.
               * DocBook exporter now properly handles abw headings, plain
                 text, and page breaks (the last being 2734).
          * Internationalization-specific (does not affect other aspects of
            the app)
               * Nynorsk (nn-NO) translation updated.
               * Ukrainian (uk-UA) translation and profile updated.
               * Basque (eu-ES) translation.
               * Bulgarian (bg-BG) update.
               * Romanian (ro-RO) translation.
               * Catalan (ca-ES) update.
          * Documentation
               * Massive French (fr-FR) documentation goodness.
               * Documentation build system fixes.
               * New English screenshots.
               * Documentation on adding documentation.
               * Cleaned up deprecated docs.
               * Small document on document creation.
               * Index (for en-US).
               * Toolbar help.
               * List howto.
     * Known Issues
          * There are some mysterious printing bugs, particularly on Win32
            platforms, that we have not been able to track down because they
            are rare and not reproducible by the developers. Please give us
            as much information as possible if you encounter these, but when
            posting to bugzilla use the bug(s) that already exist instead of
            filing a new one. This is easier on us and you.
2003-01-10 00:51:24 +00:00
uebayasi
917d29d213 Rename older (<1.6) Guile as guile14.
Packages using Guile now all depend on guile14.  These packages are
expected to be made depend on newer Guile (1.6.x) when updated in the
future.
2003-01-07 03:56:17 +00:00
cjep
6098c4bbb4 Whitespace nit 2003-01-04 23:00:56 +00:00
jmmv
502d4e2e0d Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).
Approved by wiz.
2003-01-03 15:26:54 +00:00
jlam
2c140f9f2a Mechanical conversion to use java-vm.mk. 2002-12-31 15:44:28 +00:00
kristerw
8a6561189a Update manedit to version 0.5.6 as requested in PR 19512.
The author does not keep any change log, so I don't know
what has been changed since the last packaged version...
2002-12-30 00:00:17 +00:00
kei
88785490ce fixed the patch file to make the `make patch' target happy. It now
compiles again.
2002-12-28 02:43:53 +00:00
shell
919c3b895c Updated to nano-1.0.9
Changes :
free_charptrarray, striponedir()
    - Plug some memory leaks (Steven Kneizys).
read_file()
    - Abort if we read a file of 0 lines (num_lines == 0), fixes BUG #70.
    - Reverse tests to stop segfault on editing a new file of 0 lines
      (David Benbennick).
do_int_speller()
    - Fix zombie processes and spelling buffer issues (Rocco Corsi)
do_gotoline()
    - Set placewewant if we actually move to a different line.
nanogetstr()
    - Add NANO_HOME_KEY and NANO_END_KEY to the home and
      end key code (fixes BUG #69).
bottombars(), onekey()
    - Make bottom list dynamic with screen size (Guus Sliepen & Chris).
do_credits()
    - Add Thomas Dickey.
strcasestr()
    - Renamed to stristr since strcasestr has not been confirmed to
      be detected properly on various Linux systems.
Updated POs : no nb it fr uk gl
2002-12-26 15:14:41 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
wiz
34d312c14d Wildcard libutf depends. 2002-12-23 17:45:36 +00:00
jmmv
b48a455868 Update TeXmacs to 1.0.1. Also change my maintainer email address to the
NetBSD one.

Changes since 1.0.0.24:
* Several minor bugfixes (1.0.0.26).
* Final changes in the menus (1.0.0.26).
* Prittier checkmarks in menus (1.0.0.25).
* Many minor bug fixes and cleanups (1.0.0.25).
* Part I of the documentation on the markup in packages (1.0.0.24).
2002-12-21 17:05:08 +00:00
jmmv
ccde7fcc1f Update gedit to 2.0.6. Change in this version: Added Belarusian translation.
Patch provided in PR pkg/19413 by Juan RP with some minor changes.
2002-12-18 19:26:23 +00:00
itojun
1bb854a679 use libcurses 2002-12-16 15:05:56 +00:00
itojun
38ba1a7f49 add editors/ex 2002-12-16 14:59:46 +00:00
itojun
f0e747e038 Berkeley ex/vi 3.7 2002-12-16 14:59:00 +00:00