diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-12-25 03:06:14 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-12-25 03:06:14 +0300 |
commit | deec788d34f601d7329a2082c0a1f7a50a05c1a4 (patch) | |
tree | 2bac0b4f3bcaaf3ba37e0672c0a67201248496fc | |
parent | 368372ea48a66d8db76bc3998f45963e37583848 (diff) | |
download | sciteco-2.3.0.tar.gz |
prepared v2.3.0 releasev2.3.0
-rw-r--r-- | ChangeLog | 35 | ||||
-rw-r--r-- | TODO | 5 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | freebsd/distinfo | 6 |
4 files changed, 45 insertions, 7 deletions
@@ -6,6 +6,41 @@ using a prebuilt binary) are included. Entries marked with "(!)" might break macro portability compared to the preceding release. +Version 2.3.0 +~~~~~~~~~~~~~ + +38d1f4c session.tes now supports the Fossil VCS (session.fossil) for setting up + buffer sessions per Fossil repository. +be23c9d Subversion/SVN support in session.tes (session.svn) now requires at least + Subversion v1.9. +96ce8f0, +caed2e4 Added AX_WITH_CURSES for more robust ncurses checks. + Should fix ./configure on Solaris-derived systems (OmniOS, OpenIndiana, ...). +(!)ef897b4 Introduced true block and EOL comments: + !* block comment *! and !! EOL comment + You don't necessarily have to update your scripts since labels can still be + used as comments. +e5d1253 Curses: don't install unnecessary PNG icons +8aa8c05 Curses: fixed inserting null-byte (^@) by pressing Ctrl+@ +c293f72 Fixed crashes while setting special Q-Registers with EU (string-building characters). + E.g. fixes @EU*"" and @EU$"...". +c174f9b Support external Scintilla lexer libraries and Scintillua in particular. + SciTECO does not ship with lexer scripts for Scintillua, though. + See https://github.com/rhaberkorn/sciteco/wiki/Integrating-Scintillua +fb0d60c updated Scintilla to v5.5.4: contains a few optimizations +715d7e1 sped up opening very large UTF-8 files +cb1cb61 Fixed the initial dot after opening a file, whose syntax highlighting is + determined by a hash-bang line. + Has been broken since v2.2.0. +8c2cac3 fixed ^Y after FK...$: take the deleted text into account +e2313a7 documented the FK...$^SR idiom +6cd143f, +a673abe, +6dcb454, +7871c54, +244a54a implemented Scintilla lexer for SciTECO code, i.e. TECO syntax highlighting +d654d0a fixed some compiler warnings when building with --disable-debug + Version 2.2.0 ~~~~~~~~~~~~~ @@ -4,10 +4,7 @@ Tasks: "edit" hook. Known Bugs: - * Does not build on the FreeBSD build servers (Poudriere). - https://github.com/freebsd/poudriere/issues/1195 - We probably need a new upstream release. - * SunOS/OmniOS: There are groff build errors. + * Solaris/OmniOS: There are groff build errors. * Gtk sometimes allows scrolling with the mouse when it shouldn't. All mouse events should currently be blocked. * PDCurses/WinGUI: There is still some flickering, but it got better diff --git a/debian/changelog b/debian/changelog index d94debf..0351f90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sciteco (2.3.0-0) unstable; urgency=low + + * new upstream version v2.3.0 + + -- Robin Haberkorn <robin.haberkorn@googlemail.com> Tue, 24 Dec 2024 23:06:51 +0000 + sciteco (2.2.0-0) unstable; urgency=low * new upstream version v2.2.0 diff --git a/freebsd/distinfo b/freebsd/distinfo index f0688b4..9da3f9c 100644 --- a/freebsd/distinfo +++ b/freebsd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733772734 -SHA256 (sciteco-2.2.0.tar.gz) = 57ad450623761b76ee8742686db9dd9aae9c1436944e982c36dd368dbbf82020 -SIZE (sciteco-2.2.0.tar.gz) = 3989774 +TIMESTAMP = 1735085085 +SHA256 (sciteco-2.3.0.tar.gz) = f131cd88164bd4ee271813a7c6f448b9987ddb54ca6f39328beb979fba3e56a2 +SIZE (sciteco-2.3.0.tar.gz) = 4005903 |