summaryrefslogtreecommitdiff
path: root/editors/nedit
AgeCommit message (Collapse)AuthorFilesLines
2002-08-04Update nedit to 5.3mjl3-20/+10
New features: * The built-in Help system was revamped, a hyperlink mechanism was added for following cross-references * Enhanced Exuberant ctags support * Line numbers are available in shell commands * Goto Line also accepts column numbers * Automatic line-feed termination when saving is now optional * A customizable window title * Optional syntax based parenthesis matching (iso. purely character based) Fixed bugs: * Find Definition incorrectly reads the X selection when not needed * Background popup menu could lock up X-server when used with any of the lock keys on * Very wide windows when starting NEdit under fvwm * Workaround for illegal key bindings installed by other Motif applications, causing PageUp/PageDown and arrow keys to stop responding in NEdit. This is not an NEdit bug, it just looks like one * Fix for PageUp/PageDown keys not responding * Crash when running X on 2nd screen * Line number display updating in continous wrap mode * Performance problem with X Resources highlight patterns * Menu fonts showing up as blocks * Lockup's in syntax highlighting (especially Perl) * Crash when using characters with ASCII code >= 128 in syntax highlighting patterns * Crash when modifying tab distance in continous wrap mode * Crash when running NEdit in low-depth color modes * Continous wrap mode + variable width font display bugs * Potential scroll bar corruption in continuous wrap mode * Workaround for selection copy/paste problems with recent versions of gnome-terminal * Jump to tags only referenced by line number * Composed characters in learned sequence * Missing titles in some dialogs * Macro language: continue statement outside loop crash * Rectangular overstrike paste fixes * Hard-coded statistics line font * Open filenames starting with a dash * Crash when closing window of non-existing file while error dialog is up * Bad CapsLock grab on certain keyboard configurations * Replacements in rectangular selections could sometimes fail * Various buffer overflow fixes * Multiple selection dialog does not pop up on first find * Tag not found * Files opened with -read command line option could not be unlocked
2002-04-23Note explicitly that this package is USE_X11BASE. Currently, it relies onjlam1-1/+2
motif.buildlink.mk to define it.
2002-01-18Fix PR/15277 a bit differently -- just don't let the pkg's Makefilemjl3-7/+6
stomp over CFLAGS so it will find all the buildlinked stuff.
2002-01-17Don't hardcode /usr/X11R6 in the makefile - use ${X11BASE} instead.agc3-7/+11
Also, pass down ${_MOTIFBASE} from the package makefile during the build, and use it in the Makefiles. Fixes PR 15277 from Hiramatsu Yoshifumi, hiramatu@boreas.dti.ne.jp, albeit in a different way to the fix in the PR.
2001-12-19Heed the warning in the docs about not installing the app-defaults file,mjl2-5/+5
because it really causes grief. Instead put it with the docs.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-31Update to 5.2. Notable changes and bug fixes include:mjl4-20/+24
- Added built-in patterns for CSS, XML, and regular expressions (Regex). Many other pattern updates. - Support for high- and true-color systems. NEdit now will automatically select the best visual from your X server. This reduces the chance of running out of colors. - New features in the Find and Replace dialogs: o Replacement across multiple windows in a session. o Case sensitivity may be set independently of regular expressions. o Add "Replace and Find" command, which saves keystrokes when doing a large-scale find & replace. - ClearCase version-extended pathnames. - Many new macro subroutines and variables, array support in macros. - Range highlighting of matching delimiters. - Undo and Redo highlights the text that has changed, when visible. - Support for wheel mouse scrolling on servers that support it (XFree86). - Improved accelerator key handling. - Insert Control Code dialog accepts value in any valid C notation - Optional beeping when search operations wrap. - Additional default search styles. - Optional displaying of path names in the window list menu. - Fix a crash when entering an invalid line number in "Goto Line". - Fix problems when running NEdit on 64-bit platforms like Alpha - NEdit failed to open files if some directories above were not "readable" - Fix potential crashes if some system calls fail - When no colors are left, attempt to reuse the closest matching color. This allows NEdit's syntax highlighting to better coexist with Netscape, which unfortuntely takes all available colors. - Accelerators now available in confirmation dialogs, and may be invoked without the Alt key. - Don't even try to open a directory for editing - Fix a couple of memory corruption problems
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-09-12Use x11.buildlink.mk instead of USE_X11.jlam1-3/+2
2001-09-08Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.jlam1-2/+2
2001-07-02Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-11/+12
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-28Adapt to latest version of lesstif - now need to (correctly) explicitlyabs3-5/+18
include <stdio.h> in preferences.c
2000-11-03Add -I${PREFIX}/include for xpkgwedge.veego2-4/+4
2000-11-02Use MOTIFLIB instead of hardcoded -lXmmjl2-6/+6
2000-09-24ELF shlib fixhubertf2-5/+17
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-5/+4
2000-07-07add missing dependsdmcmahill1-1/+3
2000-05-19Update to nedit 5.1.1. Notable changes include:mjl7-71/+13
- Significant extensions to the regular expression syntax. - Incremental search, and optional search bar. - New ctags code with full support for Exuberant Ctags, better handling of tag collisions, multiple tag file support, on-demand loading of tag files, and automatic reload of modified tag files. - Optional display of line numbers along the left side of the text. - NEdit can now read and write MS DOS format files. - New built-in syntax highlighting patterns for Lex, PostScript, SQL, Many syntax highlighting pattern improvements. - Improved international character set input - New macro subroutines: list_dialog, getenv, set_language_mode. - Optional warnings about external modifications to files - Clearcase awareness - Session manager restart capability - Default language mode "*" for user-defined menu items, allows per-language variations on a common base - Allow additional modifiers like Sun diamond key in user defined accelerators - Option to sort open previous menu. - -geometry and -iconic command line arguments act per-window, and can be specified via nc - -geometry now specified in characters, rather than pixels - -lm (language mode) command line option - Save As dialog defaults to same file name - .nedit file version mechanism to make future upgrades easier - Crash on large amounts of data fed to shell command which does not take input - Delayed secondary windows when executable statements specified in users .neditmacro file - Many corrections to online help - Many highlight patterns corrections - Using window close box in file open/save dialogs leaves nedit server unresponsive - escape in macro dialogs can cause macro hang - Lesstif-specific fixes: attachment warnings in font selector, Work around replace dialog focus bug. - NEdit no longer maintains original protection settings on files. It allows them to be changed externally.
1999-12-30Update ftp site and homepage to new site at *.nedit.org. The NetBSDsimonb1-3/+3
packages get a mention at http://www.nedit.org/download/current.shtml! Distfile checksum is still the same as the old site, no changes there.
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-10-04This package doesn't need to link in Xpm (lesstif comes with it's own Xpmhubertf1-2/+2
it seems). Detected with this the only pkg installed. ;-)
1999-07-09Add package patch-sum filesagc1-0/+6
1998-09-14Make this package honor LDFLAGS and *poof* it works on ELF.garbled1-0/+16
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc5-0/+12
1998-06-22Update package Makefiles for automatic manual page handling.agc1-3/+1
1998-06-20Remove unnecessary "USE_X11= yes".tron1-2/+1
1998-06-09Rationalise Motif/Lesstif handling.agc1-2/+2
Get rid of HAVE_MOTIF, MOTIF_STATIC, REQUIRES_MOTIF and MOTIF_ONLY. Standardise on USE_MOTIF, which uses the pkgsrc dependency checks to use Motif, if it's available, or Lesstif, if not.
1998-06-02Fix package to compile under good old NetBSD 1.3.tron4-2/+35
1998-06-02New "nedit-5.0.2" package: Motif based standard GUI style text editortron7-0/+65