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: Thu Oct 2 13:26:29 UTC 2025
Modified Files:
pkgsrc/editors/ait: Makefile distinfo
Log Message:
ait: updated to 1.13
New:
- #112, added -S for default shell-command and -O for default open-
command
- #118, `esc ^` indent-to added.
- `esc ^` will indent to a char from the above line
- `esc - esc ^` (negated version) will do it to the below line
- #119, regional indenting
Enhancements:
- #113, refactored options handling
- `esc i` now un-indents
- you can still input tab chars and regional indent with tabs by
using `C-q C-i`.
- regional unindenting still works for tabs or spaces
- #120, you can now use numerical argument inside a keyboard macro
now.
Bugs:
- #115, fixed issues with column numbers for long lines that wrap
- #114, made bracket matching a lot more efficient.
- this fixed the bugs with super long lines
- #117, fixed jumpword's labels being off after unicode chars
- #102, dynamic-expand not working for words with recurring chars
such as fallback when you query by fal
- fixed endless loop when doing a regional single-line comment if
the point is on the end of the buffer
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/ait/Makefile
cvs rdiff -u -r1.3 -r1.4 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.4 pkgsrc/editors/ait/Makefile:1.5
--- pkgsrc/editors/ait/Makefile:1.4 Thu May 29 15:42:08 2025
+++ pkgsrc/editors/ait/Makefile Thu Oct 2 13:26:29 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2025/05/29 15:42:08 ktnb Exp $
+# $NetBSD: Makefile,v 1.5 2025/10/02 13:26:29 ktnb Exp $
-DISTNAME= 1.12
+DISTNAME= 1.13
PKGNAME= ait-${DISTNAME}
CATEGORIES= editors
MASTER_SITES= https://notabug.org/nuclearkev/ait/archive/
Index: pkgsrc/editors/ait/distinfo
diff -u pkgsrc/editors/ait/distinfo:1.3 pkgsrc/editors/ait/distinfo:1.4
--- pkgsrc/editors/ait/distinfo:1.3 Thu May 29 15:42:08 2025
+++ pkgsrc/editors/ait/distinfo Thu Oct 2 13:26:29 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/05/29 15:42:08 ktnb Exp $
+$NetBSD: distinfo,v 1.4 2025/10/02 13:26:29 ktnb Exp $
-BLAKE2s (ait/1.12.tar.gz) = 303c4a1486e2222e3cb2a4987f79f803ce5ac868012581a8e642af2ea963986f
-SHA512 (ait/1.12.tar.gz) = 648f77628802fb72692e44389cbd4b16611996a86ec51adbf59e0976a64080ed9b0e02b29d340ee141c3ec027f5ef2c048853a86aac91f95d29fc47781935e57
-Size (ait/1.12.tar.gz) = 114234 bytes
+BLAKE2s (ait/1.13.tar.gz) = 24453cdfb5bc431ce7b8b30cf34cd63f41147c465954f518ba1f711cc68f463a
+SHA512 (ait/1.13.tar.gz) = 8c80708ec02fbd0341b09aead3ed8bdfe3222987a1c37d2091c5c078c71ba50822abfe6f2129f454acf62d5069436b4324b46d7916b11ed97536294b3d3aabab
+Size (ait/1.13.tar.gz) = 117101 bytes
Home |
Main Index |
Thread Index |
Old Index