Up to [cvs.NetBSD.org] / pkgsrc / editors / nedit
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.60 / (download) - annotate - [select for diffs], Sat Jun 8 10:40:56 2019 UTC (4 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
HEAD
Changes since 1.59: +8 -8
lines
Diff to previous 1.59 (colored)
editors/*: let pkglint fix indentation and variable alignment pkglint -Wall -F -r editors Manually fixed the changes in editors/nedit since the "fixed" indentation was wrong.
Revision 1.59 / (download) - annotate - [select for diffs], Sat Apr 21 13:38:05 2018 UTC (5 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.58: +1 -2
lines
Diff to previous 1.58 (colored)
*: gd.tuwien.ac.at/ftp.tuwien.ac.at is gone, remove it from various mastersites
Revision 1.58 / (download) - annotate - [select for diffs], Thu Jan 19 18:52:08 2017 UTC (6 years, 8 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.57: +3 -3
lines
Diff to previous 1.57 (colored)
Convert all occurrences (353 by my count) of MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
Revision 1.57 / (download) - annotate - [select for diffs], Mon Apr 14 16:41:56 2014 UTC (9 years, 5 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.56: +3 -1
lines
Diff to previous 1.56 (colored)
Add comment noting that this project is dead upstream.
Revision 1.56 / (download) - annotate - [select for diffs], Tue Mar 25 12:54:22 2014 UTC (9 years, 6 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.55: +2 -2
lines
Diff to previous 1.55 (colored)
Add another missing include of stdint.h, to resolve build on Linux. From Iain Morgan (again; this was in the previous set and I missed it while pruning changes that just regenerated distfiles without real changes).
Revision 1.55 / (download) - annotate - [select for diffs], Sat Mar 22 17:26:12 2014 UTC (9 years, 6 months ago) by gdt
Branch: MAIN
Changes since 1.54: +4 -4
lines
Diff to previous 1.54 (colored)
Munge patches using intptr_t to include stdint.h. Patch changes are from Iain Morgan. Beyond that, I have: omitted changing patches for line # and ~/orig nits used INSTALLATION_DIRS for share/doc/nedit I sent mail to upstream about the patches. After all, the distfile is just about 9.5 years old, so surely they are due for at least a point release.
Revision 1.54 / (download) - annotate - [select for diffs], Thu Mar 20 12:38:26 2014 UTC (9 years, 6 months ago) by gdt
Branch: MAIN
Changes since 1.53: +3 -2
lines
Diff to previous 1.53 (colored)
Include <stdint.h> before using uintptr_t. Pointed out by Iain Morgan on pkgsrc-users as causing a build failure on Linux.
Revision 1.53 / (download) - annotate - [select for diffs], Sun Jun 23 09:30:14 2013 UTC (10 years, 3 months ago) by mbalmer
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.52: +2 -2
lines
Diff to previous 1.52 (colored)
Add a patch from Red Hat to set the default visual. This avoids crashes when saving the defaults and should fix PR pkg/47777
Revision 1.52 / (download) - annotate - [select for diffs], Sun Apr 28 20:35:22 2013 UTC (10 years, 5 months ago) by dholland
Branch: MAIN
Changes since 1.51: +2 -2
lines
Diff to previous 1.51 (colored)
LP64 fixes & pass -Wall. Sort PLIST. PKGREVISION -> 5. May help with PR 47777.
Revision 1.51 / (download) - annotate - [select for diffs], Wed Oct 3 11:43:38 2012 UTC (10 years, 11 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.50: +1 -3
lines
Diff to previous 1.50 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.50 / (download) - annotate - [select for diffs], Fri Dec 9 14:36:34 2011 UTC (11 years, 9 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.49: +2 -3
lines
Diff to previous 1.49 (colored)
PKGREV bump for libXp-less openmotif
Revision 1.49 / (download) - annotate - [select for diffs], Sun Dec 30 14:21:00 2007 UTC (15 years, 9 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.48: +10 -5
lines
Diff to previous 1.48 (colored)
Need to update MASTER_SITES, noticed by Zafer by private mail. Refrect: http://www.nedit.org/download.php (ftp://ftp.kreonet.re.kr/pub/tools/doc-tools/nedit/ does not have v5.5 now)
Revision 1.48 / (download) - annotate - [select for diffs], Fri Apr 13 06:47:18 2007 UTC (16 years, 5 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.47: +14 -8
lines
Diff to previous 1.47 (colored)
* Add missing libXt and libXp dependencies found with lesstif. * Wrap long lines. Bump PKGREVISION.
Revision 1.47 / (download) - annotate - [select for diffs], Sun Jan 7 09:13:52 2007 UTC (16 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.46: +4 -4
lines
Diff to previous 1.46 (colored)
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
Revision 1.46 / (download) - annotate - [select for diffs], Mon Nov 6 11:08:37 2006 UTC (16 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.45: +13 -11
lines
Diff to previous 1.45 (colored)
DESTDIR support and switch to modular buildlinks.
Revision 1.45 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:32 2006 UTC (17 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.44: +2 -2
lines
Diff to previous 1.44 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Revision 1.44 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:57 2006 UTC (17 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.43: +2 -2
lines
Diff to previous 1.43 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.43 / (download) - annotate - [select for diffs], Mon Dec 12 21:36:54 2005 UTC (17 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.42: +2 -1
lines
Diff to previous 1.42 (colored)
Bump all motif packages for recent openmotif update. The major version of the shared libXm has changed.
Revision 1.42 / (download) - annotate - [select for diffs], Thu Jun 16 06:57:49 2005 UTC (18 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.41: +2 -1
lines
Diff to previous 1.41 (colored)
Create directories before installing files into them.
Revision 1.41 / (download) - annotate - [select for diffs], Wed Jun 1 18:02:45 2005 UTC (18 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.40: +1 -2
lines
Diff to previous 1.40 (colored)
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
Revision 1.40 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:41 2005 UTC (18 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.39: +1 -2
lines
Diff to previous 1.39 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.39 / (download) - annotate - [select for diffs], Fri Dec 3 15:14:56 2004 UTC (18 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. Suggested by Roland Illig, ok'd by various.
Revision 1.38 / (download) - annotate - [select for diffs], Fri Oct 15 13:29:00 2004 UTC (18 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.37: +8 -9
lines
Diff to previous 1.37 (colored)
Changes 5.5: * Tabbed windows * Find and Clear buttons * Improvements in macro language * Better efficiency * Bug fixes
Revision 1.37 / (download) - annotate - [select for diffs], Fri Oct 8 09:18:07 2004 UTC (18 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.36: +5 -5
lines
Diff to previous 1.36 (colored)
Change man1/nc.1 to man1/nedit-nc.1 to avoid conflict with netcat
Revision 1.36 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:39 2004 UTC (18 years, 11 months ago) by tv
Branch: MAIN
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Revision 1.35 / (download) - annotate - [select for diffs], Fri May 21 12:13:05 2004 UTC (19 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.34: +2 -5
lines
Diff to previous 1.34 (colored)
Don't complain about lesstif version any more, and use the original web-site, since it is working again
Revision 1.34 / (download) - annotate - [select for diffs], Mon Apr 12 03:35:28 2004 UTC (19 years, 5 months ago) by snj
Branch: MAIN
Changes since 1.33: +4 -4
lines
Diff to previous 1.33 (colored)
Convert to buildlink3.
Revision 1.33 / (download) - annotate - [select for diffs], Wed Jan 28 12:13:02 2004 UTC (19 years, 8 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.32: +3 -2
lines
Diff to previous 1.32 (colored)
There's no need to use 'USE_X11BASE' in nedit package, we'll use USE_X11 instead, bump PKGREVISION.
Revision 1.32 / (download) - annotate - [select for diffs], Thu Jan 22 17:34:48 2004 UTC (19 years, 8 months ago) by recht
Branch: MAIN
Changes since 1.31: +10 -7
lines
Diff to previous 1.31 (colored)
update to 5.4 new features in 5.4: - Calltips (SF patch #495286) - Rangesets (SF patch #529298, #628933) - Backlighting (SF patch #529298) - Highlighting information macros (SF patch #529298) - Full mouse wheel support for XFree86 (SF patch #715941) - Look-behind matching for regular expressions (SF patch #530308) - Regular expression and syntax highlighting speed-ups - Flexible resource file location (SF patch #484674) See the section "Upgrading from 5.3 to 5.4" of the README file for more information. - Color dialog (SF patch #595330) - Option to auto-hide mouse pointer while typing - Option to keep cursor away from top and bottom of the screen - Check for real changes of externally modified files (SF patch #602426) - Synchronized interaction between nc and nedit (SF patch #403647) - Several smaller improvements on usability and speed - Several smaller improvements to the macro language (SF patch #552760, ...) For a complete list of features see the release notes at: http://nedit.sourceforge.net/relnotes.shtml Also (temporarly) change the HOMEPAGE/MASTER_SITE since nedit.org's ISP has problems. See the (current) homepage at http://nedit.sourceforge.net/ for details.
Revision 1.31 / (download) - annotate - [select for diffs], Tue Jan 20 12:14:05 2004 UTC (19 years, 8 months ago) by agc
Branch: MAIN
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
Move WRKSRC definition away from the first paragraph in a Makefile.
Revision 1.30 / (download) - annotate - [select for diffs], Fri Dec 12 10:20:53 2003 UTC (19 years, 9 months ago) by adam
Branch: MAIN
Changes since 1.29: +3 -2
lines
Diff to previous 1.29 (colored)
Do not force -O, use CFLAGS; cosmetics in Makefile
Revision 1.29 / (download) - annotate - [select for diffs], Thu Jul 17 21:34:44 2003 UTC (20 years, 2 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.28 / (download) - annotate - [select for diffs], Wed Jun 18 09:22:18 2003 UTC (20 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than ${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
Revision 1.27 / (download) - annotate - [select for diffs], Mon Jun 2 01:20:07 2003 UTC (20 years, 4 months ago) by jschauma
Branch: MAIN
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
Revision 1.26 / (download) - annotate - [select for diffs], Sat Mar 29 12:40:44 2003 UTC (20 years, 6 months ago) by jmmv
Branch: MAIN
Changes since 1.25: +2 -3
lines
Diff to previous 1.25 (colored)
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Revision 1.25 / (download) - annotate - [select for diffs], Sat Sep 21 11:19:07 2002 UTC (21 years ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.24: +5 -5
lines
Diff to previous 1.24 (colored)
buildlink1 -> buildlink2
Revision 1.24 / (download) - annotate - [select for diffs], Sun Aug 4 13:33:30 2002 UTC (21 years, 1 month ago) by mjl
Branch: MAIN
CVS Tags: netbsd-1-6-RELEASE-base,
netbsd-1-6
Changes since 1.23: +7 -4
lines
Diff to previous 1.23 (colored)
Update nedit to 5.3 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
Revision 1.23 / (download) - annotate - [select for diffs], Tue Apr 23 02:08:52 2002 UTC (21 years, 5 months ago) by jlam
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
buildlink2-base,
buildlink2
Changes since 1.22: +2 -1
lines
Diff to previous 1.22 (colored)
Note explicitly that this package is USE_X11BASE. Currently, it relies on motif.buildlink.mk to define it.
Revision 1.22 / (download) - annotate - [select for diffs], Fri Jan 18 22:27:35 2002 UTC (21 years, 8 months ago) by mjl
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.21: +1 -2
lines
Diff to previous 1.21 (colored)
Fix PR/15277 a bit differently -- just don't let the pkg's Makefile stomp over CFLAGS so it will find all the buildlinked stuff.
Revision 1.21 / (download) - annotate - [select for diffs], Thu Jan 17 17:11:48 2002 UTC (21 years, 8 months ago) by agc
Branch: MAIN
Changes since 1.20: +2 -1
lines
Diff to previous 1.20 (colored)
Don't hardcode /usr/X11R6 in the makefile - use ${X11BASE} instead. 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.
Revision 1.20 / (download) - annotate - [select for diffs], Wed Dec 19 01:23:09 2001 UTC (21 years, 9 months ago) by mjl
Branch: MAIN
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Heed the warning in the docs about not installing the app-defaults file, because it really causes grief. Instead put it with the docs.
Revision 1.19 / (download) - annotate - [select for diffs], Wed Oct 31 00:03:16 2001 UTC (21 years, 11 months ago) by mjl
Branch: MAIN
Changes since 1.18: +9 -5
lines
Diff to previous 1.18 (colored)
Update to 5.2. Notable changes and bug fixes include: - 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
Revision 1.18 / (download) - annotate - [select for diffs], Wed Oct 24 22:10:53 2001 UTC (21 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
I am a triple idiot. The only relevant variable that x11.buildlink.mk 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.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Oct 23 13:14:51 2001 UTC (21 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
x11.buildlink.mk needs to be included before any buildlink.mk files that 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.
Revision 1.16 / (download) - annotate - [select for diffs], Wed Sep 12 02:27:56 2001 UTC (22 years ago) by jlam
Branch: MAIN
Changes since 1.15: +2 -3
lines
Diff to previous 1.15 (colored)
Use x11.buildlink.mk instead of USE_X11.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Sep 8 19:55:42 2001 UTC (22 years ago) by jlam
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.
Revision 1.14 / (download) - annotate - [select for diffs], Mon Jul 2 21:54:19 2001 UTC (22 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.13: +6 -5
lines
Diff to previous 1.13 (colored)
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Revision 1.13 / (download) - annotate - [select for diffs], Sun Feb 25 04:17:44 2001 UTC (22 years, 7 months ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Cleanup MKDIR usage => INSTALL_*_DIR XXX need to teach pkglint to be more picky about this
Revision 1.12 / (download) - annotate - [select for diffs], Fri Feb 16 14:40:52 2001 UTC (22 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Aug 23 23:14:23 2000 UTC (23 years, 1 month ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-4-PATCH003
Changes since 1.10: +4 -5
lines
Diff to previous 1.10 (colored)
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Jul 7 17:32:33 2000 UTC (23 years, 2 months ago) by dmcmahill
Branch: MAIN
Changes since 1.9: +3 -1
lines
Diff to previous 1.9 (colored)
add missing depends
Revision 1.9 / (download) - annotate - [select for diffs], Fri May 19 11:24:46 2000 UTC (23 years, 4 months ago) by mjl
Branch: MAIN
Changes since 1.8: +6 -10
lines
Diff to previous 1.8 (colored)
Update to nedit 5.1.1. Notable changes include: - 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.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Dec 30 13:13:28 1999 UTC (23 years, 9 months ago) by simonb
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
Update ftp site and homepage to new site at *.nedit.org. The NetBSD 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.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 7 17:41:49 1999 UTC (23 years, 11 months ago) by tron
Branch: MAIN
CVS Tags: comdex-fall-1999
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Remove me as maintainer of those packages.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Aug 20 15:16:51 1998 UTC (25 years, 1 month ago) by tsarna
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE,
netbsd-1-4-PATCH001,
netbsd-1-3-PATCH003
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
The Grand Homepagification: - 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.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 22 12:27:09 1998 UTC (25 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.4: +1 -3
lines
Diff to previous 1.4 (colored)
Update package Makefiles for automatic manual page handling.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Jun 20 14:03:12 1998 UTC (25 years, 3 months ago) by tron
Branch: MAIN
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
Remove unnecessary "USE_X11= yes".
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jun 9 13:36:49 1998 UTC (25 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Rationalise Motif/Lesstif handling. 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.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Jun 2 23:46:41 1998 UTC (25 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.1: +7 -2
lines
Diff to previous 1.1 (colored)
Fix package to compile under good old NetBSD 1.3.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Jun 2 22:33:16 1998 UTC (25 years, 4 months ago) by tron
Branch: MAIN
New "nedit-5.0.2" package: Motif based standard GUI style text editor