118 Commits

Author SHA1 Message Date
naddy
d5adf00eb4 Update to 4.8. Improvements:
- Pasting from outside into nano suppresses auto-indentation.
- Such an external paste can be undone with a single M-U.
- Shift+Meta+letter key combos can be bound with 'bind Sh-M-letter ...'.
- A custom nanorc file may be specified with -f / --rcfile.
2020-02-15 19:56:37 +00:00
naddy
aafafd2515 Update to 4.7.
Note: The keywords in nanorc files must be in lowercase.
2020-01-02 21:26:53 +00:00
naddy
41029c4763 maintenance update to 4.6 2019-12-04 18:05:49 +00:00
naddy
2ee0e8bf2c Update to 4.5. Noteworthy improvement:
- What the <Tab> key produces can be specified per syntax with 'tabgives'.
2019-10-13 21:30:19 +00:00
naddy
51e232d0eb maintenance update to 4.4 2019-08-27 19:57:19 +00:00
naddy
2ec66b60ca maintenance update to 4.3 2019-07-11 20:35:39 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
naddy
299edba197 Update to 4.2. Fixes a possible crash on M-J, fixes --nowrap, and again
automatically adds a newline character at the end of a buffer.
Prodded by upstream maintainer Benno Schulenberg.
2019-05-02 20:15:16 +00:00
naddy
c8ae714959 maintenance update to 4.0 for numerous small changes 2019-03-30 02:58:40 +00:00
naddy
3b0aa11a1b update to 3.2: a myriad of small tweaks 2018-11-17 18:09:02 +00:00
tj
bca5d7ab2b update to nano 3.1
ok naddy
2018-09-19 19:26:10 +00:00
gonzalo
d48ab67c6d Update for Nano to 3.0
https://nano-editor.org/dist/v3/ChangeLog

OK naddy@ (maintainer)
2018-09-11 06:25:29 +00:00
naddy
704828edb0 maintenance update to 2.9.8 2018-06-03 22:02:32 +00:00
naddy
b34bd5f13c maintenance update to 2.9.7 2018-05-21 20:00:52 +00:00
naddy
ceb1b8d3b9 maintenance update to 2.9.6 2018-04-27 15:49:56 +00:00
naddy
c726412462 Update to 2.9.5. Significant changes:
- Addition of the color name "normal", meaning the default color.
2018-04-12 19:50:41 +00:00
naddy
9441cd8caf fix an eye-watering C language abuse: function pointers have no guaranteed
ordering; from upstream git
2018-03-18 20:38:39 +00:00
naddy
b9715a29c5 Update to 2.9.4.
Improvements since 2.9.0:
- A key can be bound to a string -- any mix of text and commands.
- Error messages are shown by default in bright white on red.
- <Tab> and <Shift+Tab> can be used to indent/unindent a marked region.
- Can snip trailing whitespace while typing, with 'set trimblanks'.
- The ability to record and replay a series of keystrokes (a macro).
- Assigned functions to ^S (save file) and ^Q (start backward search).
- Indenting and unindenting have been integrated into the undo system.
- Support for $XDG_CONFIG_HOME for the nanorc file, and $XDG_DATA_HOME
  for the history files (of search strings and cursor positions).
2018-03-12 21:17:27 +00:00
naddy
5e15e09c84 update to 2.8.7: miscellaneous minor fixes 2017-09-09 21:47:41 +00:00
naddy
37881a6bd6 Update to 2.8.6:
* new feature: the ability to do softwrapping between words
* fix a handful of rare display glitches
* rename the option 'cut' to 'cutfromcursor'
(please update your nanorc files before 2020).
2017-08-09 22:05:40 +00:00
naddy
3e69448d07 maintenance update to 2.8.5 2017-07-06 20:31:55 +00:00
naddy
c75aa814ef Update to 2.8.4. Accumulated changes include the ability to search help
texts, and miscellaneous bug fixes.
2017-06-12 16:30:31 +00:00
naddy
ef7d408bb6 update to 2.8.1: improvements in moving in softwrapped lines and
miscellaneous other tweaks
2017-04-20 20:38:02 +00:00
naddy
2a05809307 update to 2.7.5 for various bug fixes and small improvements 2017-03-01 16:56:50 +00:00
naddy
11fe0660ec update to 2.7.4: various bug fixes 2017-01-19 16:28:17 +00:00
naddy
367ed1095e Update to 2.7.2. New feature: complete with one keystroke (^] by
default) a fragment of a word to a full word existing elsewhere in
the current buffer.
2016-12-19 16:37:40 +00:00
naddy
80d74e9780 update to 2.7.1: add the ability to display line numbers in front of the text 2016-11-01 18:05:55 +00:00
naddy
996b9a8bf0 update to 2.7.0 for various small improvements 2016-09-03 11:27:34 +00:00
gonzalo
5b7fab32c7 Little update for nano to 2.6.1:
https://www.nano-editor.org/dist/v2.6/NEWS

OK naddy@
2016-08-13 03:54:35 +00:00
bentley
99797e05bd Update to nano-2.6.0.
Release notes:
http://git.savannah.gnu.org/cgit/nano.git/commit/?id=9536edfcc6826d42e99bdb24c1d501bd50a21f1a

ok naddy@ (maintainer)
2016-06-23 04:07:49 +00:00
naddy
6e202221ce Fix crash when invoking nano with absolute file name. From upstream git.
Problem reported by Scott Vanderbilt.
2016-05-28 21:16:43 +00:00
naddy
09a4c0fc95 Update to 2.5.3, there no longer are separate stable and unstable branches.
Disable SEPARATE_BUILD as it causes the .gmo files to be always out of date.
2016-04-26 15:54:00 +00:00
naddy
1cf74b6333 honor --disable-libmagic and do not pick up magic.h; problem reported by sthen@ 2015-12-21 20:58:57 +00:00
naddy
66a55858cc update to 2.4.3: bug fixes 2015-11-18 20:24:12 +00:00
jasper
69bbd292aa use sed -i 2015-08-11 21:43:02 +00:00
naddy
544e36d291 maintenance update to 2.4.2 2015-07-16 04:26:46 +00:00
naddy
2fc0fb88a2 * Maintenance update to 2.4.1.
* Stop installing the HTML-formatted man pages.  It's not clear where
the value is for nano specifically, when we can run mandoc -Thtml or
groff -Thtml on any source man page.
2015-04-28 21:05:30 +00:00
naddy
79c79fca32 update to new stable version 2.4.0 2015-03-25 20:27:19 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
naddy
b91463f651 regcomp now supports \<word\> 2014-09-09 11:10:35 +00:00
espie
9cd014a3ca PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:02:49 +00:00
sthen
9615c3d6d8 zap trailing whitespace in files where it's present on PERMIT_* lines 2012-10-15 15:18:31 +00:00
naddy
bdd62947f1 clean up USE_GROFF in my own ports 2012-08-06 12:21:05 +00:00
sthen
88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
rpointel
056829a45b replace DEPBASE by LOCALBASE.
ok naddy@ (maintainer).
2011-11-14 09:48:46 +00:00
naddy
4d4c112e84 update to 2.2.6 (fixes for restricted mode), fix wantlib 2010-12-03 16:45:07 +00:00
sthen
0666992301 fix tabs 2010-10-18 21:50:38 +00:00
espie
68505ea57d USE_GROFF=Yes 2010-10-18 18:00:15 +00:00
naddy
b57d1b60ec enable UTF-8 support 2010-09-06 17:37:23 +00:00
naddy
611cb850cc maintenance update to 2.2.5 2010-08-18 19:41:45 +00:00