vcswatch reports that
this package seems to have a new changelog entry (version
6.2.5-2, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit 450050ec59106f3dca0ca518dfae96bcf47520ca
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date: Tue Aug 26 21:38:31 2025 +0100
update scripts and log changes
commit 423fc73650b66fc0440ad73e82a3010f48add04c
Merge: 5dd1b7e 2d4140c
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date: Tue Aug 26 21:36:03 2025 +0100
Merge remote-tracking branch 'upstream/master' into debian
commit 2d4140cc77d971f64474c616edb72a876fb74a54
Author: 1bildung <66473636+1bildung@users.noreply.github.com>
Date: Mon Apr 28 03:59:47 2025 +0200
Enable AltGr in wxTerminal. (#218)
* Modify checking for keyboard modifiers to enable AltGr in wxTerminal.
---------
Co-authored-by: m_b <service@pop-os.localdomain>
Co-authored-by: Joshua J. Cogliati <jrincayc@yahoo.com>
commit 6382f462a070ce2f8ea3da78b1a61f06a9385475
Author: Jeff Laughlin <jeff.laughlin@gmail.com>
Date: Mon Mar 31 08:21:32 2025 -0400
Fix race between GC and case object construction (#211)
Pre-allocate that cons, and then mutate it, avoiding calls to newnode() until the case obj is linked back to it's containing object.
commit 96ad50e698c97a5ca035c0e371949df3d24dac67
Merge: f74f029 13038ce
Author: Joshua Cogliati <jrincayc@users.noreply.github.com>
Date: Sun Mar 23 20:54:10 2025 -0600
Merge pull request #210 from jrincayc/no_int
Renaming INT to INTT because windef.h defines INT differently.
commit 13038ce821451410690d75cebd9c1bb1112e73ef
Author: Joshua J. Cogliati <jrincayc@yahoo.com>
Date: Sun Mar 16 18:07:11 2025 -0600
Renaming INT to INTT because windef.h defines INT differently.
commit f74f029ee338363a7dff5b7f8e2ea00b2d8b9133
Merge: edbbe61 484e22b
Author: Joshua Cogliati <jrincayc@users.noreply.github.com>
Date: Sun Mar 16 16:42:35 2025 -0600
Merge pull request #206 from jrincayc/nodetypes_enum
Changing NODETYPES to enum definition.
commit edbbe618d622a747f3c1b09a23805bb10c8dc53c
Author: n1ywb-1 <jeff.laughlin@gmail.com>
Date: Tue Mar 11 22:26:12 2025 -0400
Remove Think-C and Turbo C support (#207)
* Remove THINK_C code
* Delete __RZTC__ code
* Remove TURBOC code
* windows build system improvements
* remove ztcterm for dos
* Remove dos.h
* Remove _MSC_VER code
* remove ibm macro code for dos
commit e62251ffd159aacf5b95b252ef4b0af1d265f425
Merge: 6e20e6a 9b4e74a
Author: Joshua Cogliati <jrincayc@users.noreply.github.com>
Date: Sun Mar 9 15:50:17 2025 -0600
Merge pull request #205 from n1ywb-1/master
Remove obsolete Classic MacOS and Carbon code
commit 484e22b490e22dfe1eaf70317f0c0e8f51eb4235
Author: Joshua J. Cogliati <jrincayc@yahoo.com>
Date: Sun Mar 9 13:41:18 2025 -0600
Changing NODETYPES to enum definition.
This converts NODETYPES from an long int to an ENUM.
commit 9b4e74ad3b6ee0fdbc9fa18fe9bab0769f6a0e2f
Author: Jeff Laughlin <jeff.laughlin@gmail.com>
Date: Sat Mar 8 13:55:56 2025 -0500
Remove obsolete Classic MacOS and Carbon code
Passes unit tests on linux
somebody with a mac please test
commit 6e20e6aa9b587ecacb32871f58d0ec235bae55aa
Merge: a021543 6531839
Author: Joshua Cogliati <jrincayc@users.noreply.github.com>
Date: Sun Mar 2 20:30:30 2025 -0700
Merge pull request #201 from n1ywb-1/master
Change TIME word to use gettimeofday if available
commit 6531839728dc9f783c4e576ac9a512202c74506d
Author: Jeff Laughlin <jlaughlin@endpoint.com>
Date: Sat Mar 1 00:39:46 2025 -0500
Change TIME word to use gettimeofday if present
This way TIME returns microsecond resolution on all modern unix systems.
Previously gettimeofday was only used on __APPLE__
Fallback to the old time function for 1-second resolution for ancient
systems.
commit 9a3d8b9f5bc60febe1165dba75c64c132bcb9178
Author: Jeff Laughlin <jlaughlin@endpoint.com>
Date: Sat Mar 1 00:39:06 2025 -0500
Add autoconf test for gettimeofday