Mercurial > ~dholland > hg > ag > index.cgi
changeset 16:f9e4689b837d
Some minor updates for 15 years later.
author | David A. Holland |
---|---|
date | Tue, 31 May 2022 01:45:26 -0400 |
parents | f5acaf0c8a29 |
children | 12171da8943f |
files | doc/admin/roadmap.txt doc/admin/todo-large.txt doc/admin/wine-issues.txt |
diffstat | 3 files changed, 11 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/admin/roadmap.txt Tue May 31 01:00:55 2022 -0400 +++ b/doc/admin/roadmap.txt Tue May 31 01:45:26 2022 -0400 @@ -9,7 +9,11 @@ are intended to make it into release 2.50: - Cleanup of character set/character encoding handling, to allow - the current Unicode sets that are wider than 16 bits. + proper Unicode handling with UTF-8 as well as with 32-bit wide + characters. (And since certain legacy communities apparently + insist on continuing to use UTF-16, and AnaGram's target audience + has always included people needing to deal with legacy input, + UTF-16 too.) - A full update of the manual. @@ -20,7 +24,8 @@ After 2.50 the next projected release will be 3.00, whose primary feature will be a new user interface, based on a toolkit yet to be -determined (probably gtk2) and workable on both Windows and Unix. +determined (probably gtk3) and workable on Unix and ideally also on +Windows. Other features will appear if ready; however, the primary target of development effort should be the user interface.
--- a/doc/admin/todo-large.txt Tue May 31 01:00:55 2022 -0400 +++ b/doc/admin/todo-large.txt Tue May 31 01:45:26 2022 -0400 @@ -119,7 +119,7 @@ INTERNALS - Character sets. Right now, AG is limited to 16-bit-wide character -sets, which is a problem as Unicode is now 24 bits wide. Also, the +sets, which is a problem as Unicode is 24 bits wide. Also, the internal handling of case folding and so on is totally inadequate and needs a general revamp. And keywords only work with 8-bit character sets.
--- a/doc/admin/wine-issues.txt Tue May 31 01:00:55 2022 -0400 +++ b/doc/admin/wine-issues.txt Tue May 31 01:45:26 2022 -0400 @@ -1,5 +1,8 @@ Issues and problems specifically with using AG under Wine. +(all of these are circa 2007; maybe nowadays it'll all work flawlessly) + + ------------------------------------------------------------ (most serious)