pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/ait
Module Name: pkgsrc
Committed By: ktnb
Date: Fri Dec 6 16:31:13 UTC 2024
Modified Files:
pkgsrc/editors/ait: Makefile distinfo
Log Message:
ait: update to 1.10
Upstream changes from 1.9 -> 1.10:
New:
- better syntax highlighting (WIP)
- #97, M-. dynamic-expand
Enhancements:
- #92, made the buffer switching more sane
- #98, copy default value in msgline (M-y in msgline)
- slightly more efficient rendering
- #94 (kinda), you can search for `\t` now
Bugs:
- #98, fixed bug with eol and bol
- #99, multiline comments not encapsulating entire region
- comment multi-line point annoyance
- #101, fixed concatenating delete-words on NetBSD
- many minor bugs
Upstream changes from 1.8 -> 1.9:
New Features:
- #83, undoing/yanking from consecutive fwd-word-delete and
back-word-delete. See man page for explanation.
- #88, use previous value as default for gotoline, gotocolumn,
zap-/jump-to-char, and delete-between
- #91, added kill-ring
- New switch buffer command option
- this allows you to specific a custom command to run when
switching buffers. For example, if you want to be able to
perform fuzzy searching to select your buffer you can put
fzf(1) or pick(1) as the command. More information in the
page in the commands section on switch buffer command flag.
- "C-x p" for previous-buffer, similar to next-buffer.
- this removes the legacy "C-x l" command for last-buffer
- Comment out multilines with a single line string
Enhancements:
- #89, fixed "bug" with keyboard macros.
- you can know use gotoline/column, zap-/jump-to-char,
delete-between, jumptorow, jumptoword, isearch with kbd
macros
- #8, tab completion on shell-/open-command
- improved tab completion across the board:
- buffer tabbing now loops back to the start
- file tabbing now puts in the / for the directory
- use enter or type another char to enable tab completion inside
the directory
- update line number when isearching
- update other windows' modelines if buffer name was updated
Bugs:
- #87, crash when terminal is resized and ait is suspended
- #65, fixed first line disappears again...
- #90, fixed universal argument not clearing
- more undo fixes
- reframe when using query-relace ! takes you off page
- fixed bugs with open-command messing up with colons
- fixed bug with isearch that caused duplciate query chars to not
get highlighted
- fixed long time bug where if the newlines between matching
brackets is greater than the difference between the previous
point's row and the total window row
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/ait/Makefile \
pkgsrc/editors/ait/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/ait/Makefile
diff -u pkgsrc/editors/ait/Makefile:1.1 pkgsrc/editors/ait/Makefile:1.2
--- pkgsrc/editors/ait/Makefile:1.1 Wed May 8 13:48:52 2024
+++ pkgsrc/editors/ait/Makefile Fri Dec 6 16:31:13 2024
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2024/05/08 13:48:52 ktnb Exp $
+# $NetBSD: Makefile,v 1.2 2024/12/06 16:31:13 ktnb Exp $
-DISTNAME= ait-1.8-rc4
-PKGNAME= ${DISTNAME:S/-rc/rc/}
+DISTNAME= 1.10
+PKGNAME= ait-${DISTNAME}
CATEGORIES= editors
MASTER_SITES= https://notabug.org/nuclearkev/ait/archive/
+DIST_SUBDIR= ait
MAINTAINER= ktnb%NetBSD.org@localhost
HOMEPAGE= https://notabug.org/nuclearkev/ait/
Index: pkgsrc/editors/ait/distinfo
diff -u pkgsrc/editors/ait/distinfo:1.1 pkgsrc/editors/ait/distinfo:1.2
--- pkgsrc/editors/ait/distinfo:1.1 Wed May 8 13:48:52 2024
+++ pkgsrc/editors/ait/distinfo Fri Dec 6 16:31:13 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/05/08 13:48:52 ktnb Exp $
+$NetBSD: distinfo,v 1.2 2024/12/06 16:31:13 ktnb Exp $
-BLAKE2s (ait-1.8-rc4.tar.gz) = 820f8e1b95049886609e43f0483a792ac98ccd541e8739529105597dd648c124
-SHA512 (ait-1.8-rc4.tar.gz) = 97f76e1d27cdb3f846bb82d10ee2a3d3ae8bd64e44812044fad8b7f7bdcee8df85fdf57a29ebb04ba59cbbb85d4f69f54c653664e8424a8267e9f74620c64b1c
-Size (ait-1.8-rc4.tar.gz) = 91294 bytes
+BLAKE2s (ait/1.10.tar.gz) = 1f6aed38961a6346f44a938837cbfc660125520d3eec57f7dff8c06dba364181
+SHA512 (ait/1.10.tar.gz) = 452278e03dc8960971592c3cec278a3072699c5dbcd968d3fe1a73e47cd5a8d33b533cde4c433e0c46386b84a0e4cf5bab1fc428755732a1b678d9c54997c1a3
+Size (ait/1.10.tar.gz) = 104858 bytes
Home |
Main Index |
Thread Index |
Old Index