summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2000-03-10One file was renamed when this went to beta2 - spotted by Bernd.hubertf1-2/+2
2000-03-10One file was renamed when this went to beta2 - spotted by Bernd.hubertf1-2/+2
2000-03-10Updated to Emacs-20.6.minoura8-1489/+1385
Emacs-20.6 is a bug-fix release with one user-visible change * Support for ARM-based non-RISCiX machines has been added. (patches/patch-be was removed because of this addition). I believe it can run on any ports on which Emacs-20.5a runs.
2000-03-09Quit the address loop after a successful connection, to avoidminoura2-7/+9
multiple connection to a v4/v6 host. Pointed out by IWAMOTO Toshihiro <iwamoto@sat.t.u-tokyo.ac.jp>.
2000-03-09remove trailing `.'wiz1-1/+1
2000-03-08Update "xemacs-packages" to version 1.3. The following packages havetron3-42/+38
been updated since version 1.2: - xemacs-base to 1.37 - xemacs-devel to 1.25 - c-support to 1.14 - cc-mode to 1.17 - debug to 1.11 - dired to 1.07 - edit-utils to 1.45 - efs to 1.16 - fsf-compat to 1.07 - mailcrypt to 2.04 - mule-base to 1.34 - net-utils to 1.13 - os-utils to 1.19 - prog-modes to 1.23 - psgml to 1.15 - sgml to 1.06 - sh-script to 1.11 - text-modes to 1.22 - time to 1.09 - vc to 1.22 - viper to 1.18
2000-03-08Update "xemacs" package to version 21.1.9. Changes since version 21.1.6:tron3-8/+10
- configure.in: Sync Berkeley db autodetection with src/database.c - README: Remove msdos part. - configure.in: add new machine type for IRIX 6.[2-5] to switch from using unexelf.o to unexelfsgi.o for just those versions of IRIX. In the ideal world it would be handled by the s/irix6-0.h but since machine config is included AFTER OS config, I had to add a new machine type. - configure.in: Default Drag-N-Drop to "no" - etc/FTP: Updated FTP mirrors list. Replaced GNU FTP document with a URL. - etc/MAILINGLISTS: Updated mailing list subscription information. Replaced GNU MAILINGLISTS document with a URL. - INSTALL: Update configure option. - configure.in (native_sound_lib, --sgi--): Check for audio.h. (LIBS): Check for libCsup. - INSTALL: Added more information about README.packages, and re-numbered some bullets. - etc/sample.Xdefaults: adds a reference to beNiceToColrmap, so that the user can guess what to do if xemacs' dialogs are butt ugly. - INSTALL: Make disk space requirements more realistic. Add note about stack size requirements. Update and add more weight to the package section. - README: Add reference to README.packages - INSTALL: Remove junk from install.sh - Makefile.in (install-arch-dep): use exe_suffix for link installation. - configure.in: define exe_suffix if we're on ms-windows. - configure.in (EMACS_CONFIGURATION): Use $configuration, not $canonical, so that installation paths and dynamic path setup will stay in synch. - configure.in (machine): Recognize MIPS/Linux. - README.packages: Added hint on how to figure out what packages to get.
2000-03-07Make sure that installed files are owned by "${BINOWN}:${BINGRP}". Fixestron1-1/+2
PR pkg/9553 by Kimmo Suominen.
2000-03-05Forgot to regen.kim1-2/+2
2000-03-05Make auto-fill-mode default for nn files, too.kim1-4/+4
2000-03-05Make jove turn on auto-fill-mode for Elm temporary files also.kim2-1/+17
2000-03-01Patch for configure.in.minoura2-2/+39
Not used for building but useful to update to 20.6 (and later).
2000-03-01Fixed the problem that it does not fallback to IPv4minoura4-877/+127
after an IPv6 connection fails. Patch supplied by Love<lha@stacken.kth.se>. Thank you! In addition configure script and pkgsrc Makefile is modified to be able to disable IPv6 support, looking at USE_INET6 (Makefile) and --without-ipv6 (configure).
2000-02-29Update AbiWord Personal to 0.7.8. Selected highlights since 0.7.5:jlam16-440/+293
True WYSIWYG. Previously, we had subtle reformatting discrepancies when changing resolutions (such as printing and zooming). No more character dirt. Overline support. Minor display glitches. Insert Date and Time. Page-level navigation. Better support for non-English content. LaTeX exporter. Word importer. Justin and Caolan have fixed things so that tabstops, breaks, unicode conversion, page break before, widow/orphan control are all imported successfully now. RTF importer. Now handles negative values for margin-left and text-indent. Minor file format change. Error propagation. Unix stuff. By popular request, libstdc++ is no longer required. (We never really needed it anyhow.) PostScript emissions now use signed characters, as suggested by Bob Monaghan <bob@sbst.com>. With the latest fonts.dir, Symbol fonts should print properly now, too. First support for GNOME. Spelling speedup. The interactive spell check logic is now fast and smart like it should be, instead of woefully poky and dumb like it used to be. Subscript and superscript. View ruler. Stephen Hack <shack@uiuc.edu> implemented this menu item so that you can hide or show the ruler on a per-window basis. Compressed AbiWord files. The AbiWord file format (*.abw) was designed from the get-go to be a highly-readable form of XML. However, for those of you who care more about bloat than legibility, Richard Jefts <babs@cs.jhu.edu> added import/export logic for a gzip-compressed variant (*.zabw). Options dialog started. Zoom and Paragraph dialogs. Justification. Clipboard improvements. More Unicode-friendly. Smarter preferences.
2000-02-27quote ${CFLAGS}; should fix pkg/9490wiz1-2/+3
2000-02-25remove commented out SUBDIR += lines for packages that never gotwiz1-15/+2
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories.
2000-02-22add text to NO_CDROMhubertf1-3/+2
2000-02-18Regen.mycroft1-3/+3
2000-02-18GCmycroft1-44/+4
2000-02-18Make this work on MIPS again.mycroft2-11/+12
2000-02-18add & enable framemakerhubertf1-1/+2
2000-02-18Do the same here that was done for vim-gtk, ie. fix solaris curses handlingpooka2-16/+24
and modify post-install into a tidy loop.
2000-02-18Fix checksum for fmlinux2.tar.gz .soren1-2/+2
2000-02-18Update to V5.5.6 beta 2. Changes:hubertf2-23/+10
- Localisation updates - some bugfixes - Most important: Support of 16bit displays
2000-02-15Factor out common commands in post-install target into two for loops.agc1-15/+9
2000-02-15On Solaris use curses, not ncurses.agc1-12/+20
Also work around misreadings of the POSIX spec with the ln(1) command on Solaris.
2000-02-15When multi-line dependencies occur, use a "DEPENDS+= package" formatagc1-3/+3
for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies.
2000-02-09Use "png>=1.0.3" instead of "png-*" in dependence list.tron2-4/+4
2000-02-09Use wildcard dependence for "png" package.tron2-4/+4
2000-02-05${MKDIR} includes '-p' by defaultwiz2-4/+4
2000-02-05RCS tag addedwiz1-0/+1
2000-01-27Adobe's linux port of their framemaker document processorabs9-0/+200
Many thanks to Kazuki Sakamoto who did most of the work.
2000-01-25Remove all files that might conflict with a `normal vi', eg. bin/ex andpooka9-25/+26
man/man1/view.1. The functionality is still there, the links are just no longer created.
2000-01-22Use run time library path on a.out systems, too.tron2-6/+12
2000-01-21put back RCS Idjdolecek1-0/+2
2000-01-21Upgrade to vigor-0.010jdolecek4-8/+7
List of changes: Modified EULA, changed fractional cm screen specs to pixel counts, use libtcl82 if found, look for uint8_t etc
2000-01-21The vigor strip ran on jan 8th, not 4th.hubertf1-1/+1
Pointed out by Assar Westerlund.
2000-01-20Fix typo in MASTER_SITES.agc1-2/+2
Fixes PR 9254 from Brian Stark
2000-01-19Make this program compile and work on Solaris.agc2-7/+15
2000-01-19Don't install ex and vi manpages, instead, install a vigor manpage.hubertf2-7/+40
Noted by pooka.
2000-01-19this conflicts with vigorhubertf1-1/+3
2000-01-19Add USE_X11=yespooka1-1/+3
2000-01-19Vigor is designed as a vi-compatible editor, with a little (*ahem*)hubertf5-0/+67
extra something thrown in. It was inspired by the January 4, 2000 storyline in the User Friendly comic. If you haven't seen it yet, check it out at http://www.userfriendly.org/ (and do so in a place you can freely laugh).
2000-01-19add & enable vigorhubertf1-1/+2
2000-01-17Kill files missed by previous commit.pooka2-26/+0
2000-01-17Upgrade vim packages to vim 5.6.pooka16-376/+309
New since version 5.5 --------------------- Not much: - New "Edit with Vim" popup menu entry for MS-Windows. Avoids problems with the MS Office taskbar. - 18 new syntax files. - "z+" and "z^" commands. And many bug fixes! This version is aimed at stability. See ":help version-5.6" in Vim for the details.
2000-01-15Update dependency on ncurses to >=4.2jlam6-12/+12
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs20-20/+20
2000-01-04Explain things a bit more fully.agc4-4/+4
2000-01-02Add missing files and remove "@dirrm" commands for obsolete "share/xvile"tron1-28/+52
and "share/xvile/perl" directories.