[ANNOUNCE] libXcursor 1.2.3

2024-11-05 Thread Thomas Dickey
libXcursor - X Window System Cursor management library -- Jin Liu (2): Change all *LoadImage(..., size) APIs to always return a cursor with the requested size. Remove unnecessary MIN calls Thomas E. Dickey (21): build-fix

ANN: xterm-395

2024-10-24 Thread Thomas Dickey
Files: https://invisible-island.net/archives/xterm/current/xterm-395.tgz https://invisible-island.net/archives/xterm/current/xterm-395.tgz.asc https://invisible-island.net/archives/xterm/patches/xterm-395.patch.gz https://invisible-island.net/archives/xterm/patches/xterm-395.patch.gz.asc

ANN: xterm patch #277

2012-01-07 Thread Thomas Dickey
Patch #277 - 2012/01/07 * remove special case for ISC pseudo-terminals which attempts to open the pty in two different ways. * move call to grantpt before asking utempter to add a record, to work with kFreeBSD which does not update the term

ANN: xterm patch #278

2012-01-18 Thread Thomas Dickey
Patch #278 - 2012/01/18 * correct initialization for eightBitMeta resource (FreeBSD #164101). * make special check for Darwin 9 (and lower) to not use posix_openpt (report by Christian Ebert). * minor fixes (adding ".ne" directives) to reduce t

ANN: luit 1.2-20120129

2012-01-29 Thread Thomas Dickey
http://invisible-island.net/luit/ http://invisible-island.net/luit/luit.log.html 2012/1/29 - * improve portability of the iconv configuration by checking alternate forms for the encoding name passed to iconv_open. * add configure check for working posix_openpt, which

Re: arious x apps (xterm, xfontsel) don't start due to missing fonts

2012-02-02 Thread Thomas Dickey
On Thu, Feb 02, 2012 at 11:52:45PM +, Arnaud Launay wrote: > walter harms bfs.de> writes: > > does "xterm -fn fixed" work ? > > I stumbled into the same problem, appears to fix half of it: > > fraise ~ # echo $LANG > fr_FR.UTF-8 > > fraise ~ # xterm > Warning: Cannot convert string > "-adob

ANN: xterm patch #279

2012-05-10 Thread Thomas Dickey
Patch #279 - 2012/05/10 * fill in missing cases in the save/restore modes feature (report by Thomas Wolff). * add check to ensure that combining characters are precomposed in the order given (report/analysis by Andries E Brouwer). * impr

ANN: xterm patch #280

2012-06-24 Thread Thomas Dickey
Patch #280 - 2012/06/24 * addconfigurechecktoworkaroundwarning from desktop-file-install for "Encoding", noting that it emits deprecation warnings without providing its version information. * add configure op

ANN: xterm patch #281

2012-06-26 Thread Thomas Dickey
Patch #281 - 2012/06/26 * remove "$(srcdir)/" from install-icon rule to fix builds when --srcdir configuration option is used. * fix for configure script's search for icon file when it is not found in the current directory, e.g., w

Re: newbie ???resource temporarily unavailable??? questi on

2012-06-29 Thread Thomas Dickey
On Fri, Jun 29, 2012 at 08:21:04PM +0100, Glynn Clements wrote: > > Alan Corey wrote: > > > I'm just plinking around after having read the early chapters of the > > O'Reilly volumes 4a and 6a plus some Athena and Xlib stuff. I was > > itching to try some things. For my background see > > http://

ANN: xterm patch #282

2012-09-28 Thread Thomas Dickey
Patch #282 - 2012/09/28 * improve configure check for XkbKeycodeToKeysym, fixing a regression on some older systems in the patch #280 changes. * add clarification in manpage for alwaysBoldMode and veryBoldColors resources (prompted by Derek Mart

ANN: xterm patch #283

2012-10-09 Thread Thomas Dickey
Patch #283 - 2012/10/09 * modify makefile and script to generate appropriate renaming s/xterm/xterm-dev/ for test-package's manpage. * improve makefile rules for installing/uninstalling pixmap files, to include the newer mini- and filled-

ANN: xterm patch #284

2012-10-14 Thread Thomas Dickey
Patch #284 - 2012/10/14 * amend configurability changes for icons from patch #283, moving the new functionality to the iconHint resource to avoid conflict with existing uses of the iconName resource in the Shell widget (report by Emanuel Hau

ANN: luit 1.2-20121014

2012-10-14 Thread Thomas Dickey
http://invisible-island.net/luit/ http://invisible-island.net/luit/luit.log.html 2012/10/14 - * review/improve no-leaks checking with valgrind. * add null-pointer checks in copyOut in case a non-8bit encoding was used with the iconv configuration. * document environment v

ANN: xterm patch #285

2012-10-23 Thread Thomas Dickey
Patch #285 - 2012/10/23 * add/adapt FreeBSD ports files for test-building. * modify minstall.sh to use the patch-number and date in the manpage footer. * add check for failure to allocate the fg/bg colors at startup, e.g., misconfigur

ANN: xterm patch #286

2012-10-29 Thread Thomas Dickey
Patch #286 - 2012/10/29 * fix minstall.in to work with "make docs" rule, so that patch number appears in the corresponding generated documentation. * modify minstall.in to keep the name shown in the heading consistent with any renaming, e.g., for

ANN: xterm patch #287

2012-11-26 Thread Thomas Dickey
Patch #287 - 2012/11/25 * fix a case where in_put() loop could continue when it has found an X event rather than the pty, causing the pty-read to be delayed (patch by Balazs Kezes). * add option to pointerMode resource and correspondin

ANN: xterm patch #288

2013-01-09 Thread Thomas Dickey
Patch #288 - 2013/01/09 * fix a special case in ShowCursor where the foreground and background colors of the current position are the same. In that case, choose the further of the window's foreground and background colors for the

Re: Text Input Box with Xlib

2013-02-04 Thread Thomas Dickey
On Mon, Feb 04, 2013 at 06:13:02AM +, Steven Newbury wrote: > On Sun, 2013-02-03 at 19:35 -0200, Gabriel Duarte wrote: > > Hello! > > No, you didn't get the ideia. I do no want to use a toolkit, I'm > > writing a toolkit. It's an exercise and for fun, not something > > professional like GTK+, Q

ANN: xterm patch #289

2013-02-08 Thread Thomas Dickey
Patch #289 - 2013/02/08 * revert the patch #282 which restored "lost" text after shrinking/growing the screen size. If the screen was updated between the two resizing operations, unexpected text might be shown at the end (re

ANN: xterm patch #290

2013-02-12 Thread Thomas Dickey
Patch #290 - 2013/02/12 * revert of patch #282 change was incomplete (report by Jim Reisert). * fix typo in manpage (report by Vincent Lefevre). -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net pgpt2Cb72UQn2.pgp Description: PGP s

ANN: luit 2.0-20130217

2013-02-17 Thread Thomas Dickey
http://invisible-island.net/luit/ http://invisible-island.net/luit/luit.log.html 2013/02/17 - * bump to 2.0, reflecting changes * add character-set entries for CP1255 and CNS-11643 planes 1-3 to allow use of some of the remaining ".enc" files. * modify -list option to s

ANN: xterm patch #291

2013-02-26 Thread Thomas Dickey
Patch #291 - 2013/02/26 * add validity check for xterm widget parameter to AlternateScroll function, needed to handle wheel mouse events in the scrollbar area since patch #282 changes which introduced alternateScroll feature (Redhat #87432

ANN: xterm patch #292

2013-04-25 Thread Thomas Dickey
Patch #292 - 2013/04/25 * add limit-check when double-click selects a word; if the saved-lines were scrolled back and the word selected wrapped at the screen's lower right corner, an assertion was triggered (patch by Taketo Kabe).

ANN: xterm patch #293

2013-05-27 Thread Thomas Dickey
Patch #293 - 2013/05/27 * modify sample xterm.spec to use newer icon * add configure option --with-icon-symlink to work around systems which map icon requests for to a single "xterm" icon, but neglect to install the icon needed for win

xterm-294

2013-07-05 Thread Thomas Dickey
Patch #294 - 2013/07/05 * add note in ctlseqs.ms for CPR response pointing out a potential point of confusion with the string sent by a modified F1 key (suggested by Bram Moolenaar). * improve plink.sh by checking if the linker supports

email.txt

2013-07-06 Thread Thomas Dickey
Patch #295 - 2013/07/06 * adjust order of libraries to work around incomplete symbol resolution when using --as-needed option (ArchLinux #36047). * minor fix for plink.sh, for IRIX64. -- Thomas E. Dickey http://invisible-island.net ftp://in

Re: email.txt

2013-07-07 Thread Thomas Dickey
That should have read "ANN: xterm patch #295", but it was late here, and I didn't have that detail scripted... -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net signature.asc Description: Digital signature ___ xorg@lists.x.o

ANN: xterm patch #296

2013-07-10 Thread Thomas Dickey
Patch #296 - 2013/07/10 * improve experimental sixel feature (patch by Ross Combs). * modify delimiter in configure macro used to add a library after a given library to avoid confusion with -Wl pass-through options to linker (NetBSD #48031).

xterm-297.tgz

2013-09-10 Thread Thomas Dickey
Patch #297 - 2013/09/10 * modify check for missing cells in bitmap font to work around terminus 10646 encoding, which is mostly missing, add assumeAllChars resource to provide the older behavior. * modify macros used to ch

ANN: xterm-298

2013-11-27 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-298.tgz ftp://invisible-island.net/xterm/current/xterm-298.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-298.patch.gz ftp://invisible-island.net/xterm/patches/xterm-298.patch.gz.asc ftp://invisibl

ANN: xterm-299

2013-12-01 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-299.tgz ftp://invisible-island.net/xterm/current/xterm-299.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-299.patch.gz ftp://invisible-island.net/xterm/patches/xterm-299.patch.gz.asc ftp://invisibl

ANN: xterm-300

2013-12-03 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-300.tgz ftp://invisible-island.net/xterm/current/xterm-300.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-300.patch.gz ftp://invisible-island.net/xterm/patches/xterm-300.patch.gz.asc ftp://invisibl

ANN: xterm-301

2014-01-19 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-301.tgz ftp://invisible-island.net/xterm/current/xterm-301.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-301.patch.gz ftp://invisible-island.net/xterm/patches/xterm-301.patch.gz.asc ftp://invisibl

ANN: xterm-302

2014-03-02 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-302.tgz ftp://invisible-island.net/xterm/current/xterm-302.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-302.patch.gz ftp://invisible-island.net/xterm/patches/xterm-302.patch.gz.asc ftp://invisibl

ANN: xterm-303

2014-03-06 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-303.tgz ftp://invisible-island.net/xterm/current/xterm-303.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-303.patch.gz ftp://invisible-island.net/xterm/patches/xterm-303.patch.gz.asc ftp://invisibl

ANN: xterm-304

2014-05-03 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-304.tgz ftp://invisible-island.net/xterm/current/xterm-304.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-304.patch.gz ftp://invisible-island.net/xterm/patches/xterm-304.patch.gz.asc ftp://invisibl

ANN: xterm-305

2014-06-02 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-305.tgz ftp://invisible-island.net/xterm/current/xterm-305.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-305.patch.gz ftp://invisible-island.net/xterm/patches/xterm-305.patch.gz.asc ftp://invisibl

ANN: xterm-306

2014-06-03 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-306.tgz ftp://invisible-island.net/xterm/current/xterm-306.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-306.patch.gz ftp://invisible-island.net/xterm/patches/xterm-306.patch.gz.asc ftp://invisibl

ANN: xterm-307

2014-06-17 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-307.tgz ftp://invisible-island.net/xterm/current/xterm-307.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-307.patch.gz ftp://invisible-island.net/xterm/patches/xterm-307.patch.gz.asc ftp://invisibl

ANN: xterm-308

2014-06-19 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-308.tgz ftp://invisible-island.net/xterm/current/xterm-308.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-308.patch.gz ftp://invisible-island.net/xterm/patches/xterm-308.patch.gz.asc ftp://invisibl

ANN: xterm-309

2014-07-13 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-309.tgz ftp://invisible-island.net/xterm/current/xterm-309.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-309.patch.gz ftp://invisible-island.net/xterm/patches/xterm-309.patch.gz.asc ftp://invisibl

Re: ANN: xterm-309

2014-07-22 Thread Thomas Dickey
On Mon, Jul 21, 2014 at 11:12:18PM -0700, Jeremy Huddleston Sequoia wrote: > > On Jul 13, 2014, at 15:11, Thomas Dickey wrote: > > > * modify configure script to work around debris left by XQuartz > > upgrades. > > What is this about? This is the f

ANN: xterm-310

2014-07-25 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-310.tgz ftp://invisible-island.net/xterm/current/xterm-310.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-310.patch.gz ftp://invisible-island.net/xterm/patches/xterm-310.patch.gz.asc ftp://invisibl

ANN: xterm-312

2014-09-28 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-312.tgz ftp://invisible-island.net/xterm/current/xterm-312.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-312.patch.gz ftp://invisible-island.net/xterm/patches/xterm-312.patch.gz.asc ftp://invisibl

ANN: xterm-313

2014-11-28 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-313.tgz ftp://invisible-island.net/xterm/current/xterm-313.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-313.patch.gz ftp://invisible-island.net/xterm/patches/xterm-313.patch.gz.asc ftp://invisibl

ANN: luit-20141204

2014-12-04 Thread Thomas Dickey
http://invisible-island.net/luit/ http://invisible-island.net/luit/luit.log.html 2014/12/04 - * add table entries for luit to work as expected with CP865 -- MS-DOS with Nordic letters. This code page was commonly used on BBSes in Norway, Denmark and Sweden running the MBBS

ANN: xterm-314

2014-12-28 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-314.tgz ftp://invisible-island.net/xterm/current/xterm-314.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-314.patch.gz ftp://invisible-island.net/xterm/patches/xterm-314.patch.gz.asc ftp://invisibl

ANN: xterm-315

2015-03-02 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-315.tgz ftp://invisible-island.net/xterm/current/xterm-315.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-315.patch.gz ftp://invisible-island.net/xterm/patches/xterm-315.patch.gz.asc ftp://invisibl

ANN: xterm-316

2015-03-07 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-316.tgz ftp://invisible-island.net/xterm/current/xterm-316.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-316.patch.gz ftp://invisible-island.net/xterm/patches/xterm-316.patch.gz.asc ftp://invisibl

ANN: xterm-317

2015-03-27 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-317.tgz ftp://invisible-island.net/xterm/current/xterm-317.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-317.patch.gz ftp://invisible-island.net/xterm/patches/xterm-317.patch.gz.asc ftp://invisibl

ANN: xterm-318

2015-04-12 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-318.tgz ftp://invisible-island.net/xterm/current/xterm-318.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-318.patch.gz ftp://invisible-island.net/xterm/patches/xterm-318.patch.gz.asc ftp://invisibl

ANN: luit-20150706

2015-07-06 Thread Thomas Dickey
Files: ftp://invisible-island.net/luit/luit-20150706.tgz ftp://invisible-island.net/luit/luit-20150706.tgz.asc http://invisible-island.net/luit/ http://invisible-island.net/luit/luit.log.html 2015/07/06 - * add configure option --with-man2html * updated configure ma

ANN: xterm-319

2015-08-19 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-319.tgz ftp://invisible-island.net/xterm/current/xterm-319.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-319.patch.gz ftp://invisible-island.net/xterm/patches/xterm-319.patch.gz.asc ftp://invisibl

ANN: xterm-320

2015-08-28 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-320.tgz ftp://invisible-island.net/xterm/current/xterm-320.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-320.patch.gz ftp://invisible-island.net/xterm/patches/xterm-320.patch.gz.asc ftp://invisibl

ANN: xterm-321

2015-12-31 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-321.tgz ftp://invisible-island.net/xterm/current/xterm-321.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-321.patch.gz ftp://invisible-island.net/xterm/patches/xterm-321.patch.gz.asc ftp://invisibl

ANN: xterm-322

2016-01-02 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-322.tgz ftp://invisible-island.net/xterm/current/xterm-322.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-322.patch.gz ftp://invisible-island.net/xterm/patches/xterm-322.patch.gz.asc ftp://invisibl

ANN: xterm-323

2016-03-07 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-323.tgz ftp://invisible-island.net/xterm/current/xterm-323.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-323.patch.gz ftp://invisible-island.net/xterm/patches/xterm-323.patch.gz.asc ftp://invisibl

ANN: xterm-324

2016-03-10 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-324.tgz ftp://invisible-island.net/xterm/current/xterm-324.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-324.patch.gz ftp://invisible-island.net/xterm/patches/xterm-324.patch.gz.asc ftp://invisibl

ANN: luit-20160508

2016-05-08 Thread Thomas Dickey
Files: ftp://invisible-island.net/luit/luit-20160508.tgz ftp://invisible-island.net/luit/luit-20160508.tgz.asc http://invisible-island.net/luit/ http://invisible-island.net/luit/luit.log.html 2016/05/08 - * adapt Solaris fix for C11 changes from xterm #325. * modify

ANN: xterm-325

2016-06-05 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-325.tgz ftp://invisible-island.net/xterm/current/xterm-325.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-325.patch.gz ftp://invisible-island.net/xterm/patches/xterm-325.patch.gz.asc ftp://invisibl

ANN: xterm-326

2016-09-25 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-326.tgz ftp://invisible-island.net/xterm/current/xterm-326.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-326.patch.gz ftp://invisible-island.net/xterm/patches/xterm-326.patch.gz.asc ftp://invisibl

ANN: xterm-327

2016-10-07 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-327.tgz ftp://invisible-island.net/xterm/current/xterm-327.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-327.patch.gz ftp://invisible-island.net/xterm/patches/xterm-327.patch.gz.asc ftp://invisibl

Re: xterm: set mouse pointer type for ncurses

2017-05-21 Thread Thomas Dickey
On Mon, May 22, 2017 at 12:01:43AM +0200, Tobias Girstmair wrote: > Hi, I'm new here. > > I am trying to build a curses based program, and I'd like to know if > there is an option to change the mouse cursor type. > > The default is the text selection cursor, but I need to use the > 'normal' point

Re: xterm: set mouse pointer type for ncurses

2017-05-22 Thread Thomas Dickey
On Mon, May 22, 2017 at 09:29:33AM +0200, Ralf Mattes wrote: > > Am Montag, 22. Mai 2017 03:07 CEST, Thomas Dickey schrieb: > > > On Mon, May 22, 2017 at 12:01:43AM +0200, Tobias Girstmair wrote: > > > Hi, I'm new here. > > > > > > I am trying t

Re: xterm: set mouse pointer type for ncurses

2017-05-22 Thread Thomas Dickey
On Mon, May 22, 2017 at 02:30:31PM +0200, Tobias Girstmair wrote: > First, thanks for all your replies. > > On Mon, May 22, 2017 at 01:29:24PM +0300, Marius Gedminas wrote: > > On Mon, May 22, 2017 at 11:43:24AM +0200, Henrik Pauli wrote: > > > I know you said it's a bit off-topic here, but I not

ANN: xterm-328

2017-06-01 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-328.tgz ftp://invisible-island.net/xterm/current/xterm-328.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-328.patch.gz ftp://invisible-island.net/xterm/patches/xterm-328.patch.gz.asc ftp://invisibl

ANN: xterm-329

2017-06-12 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-329.tgz ftp://invisible-island.net/xterm/current/xterm-329.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-329.patch.gz ftp://invisible-island.net/xterm/patches/xterm-329.patch.gz.asc ftp://invisibl

ANN: xterm-330

2017-06-20 Thread Thomas Dickey
Files: ftp://invisible-island.net/xterm/current/xterm-330.tgz ftp://invisible-island.net/xterm/current/xterm-330.tgz.asc ftp://invisible-island.net/xterm/patches/xterm-330.patch.gz ftp://invisible-island.net/xterm/patches/xterm-330.patch.gz.asc ftp://invisibl

ANN: xterm-331

2017-12-30 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-331.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-331.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-331.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-331.patch.gz.asc

ANN: xterm-332

2018-04-15 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-332.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-332.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-332.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-332.patch.gz.asc

ANN: xterm-333

2018-05-03 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-333.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-333.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-333.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-333.patch.gz.asc

ANN: luit-20180628

2018-06-28 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/luit/luit-20180628.tgz ftp://ftp.invisible-island.net/luit/luit-20180628.tgz.asc https://invisible-island.net/luit/ https://invisible-island.net/luit/luit.log.html 2018/06/28 - * modify configure script to avoid using OpenBSD's no

ANN: xterm-334

2018-08-12 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-334.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-334.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-334.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-334.patch.gz.asc

ANN: xterm-335

2018-08-14 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-335.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-335.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-335.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-335.patch.gz.asc

Re: ANN: xterm-335

2018-08-15 Thread Thomas Dickey
On Tue, Aug 14, 2018 at 10:14:51PM -0400, Dennis Clarke wrote: > On 08/14/2018 10:03 PM, Thomas Dickey wrote: > >Files: > > ftp://ftp.invisible-island.net/xterm/current/xterm-335.tgz > > ftp://ftp.invisible-island.net/xterm/current/xterm-335.tgz.asc > > ftp

ANN: xterm-336

2018-09-19 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-336.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-336.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-336.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-336.patch.gz.asc

ANN: xterm-337

2018-09-21 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-337.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-337.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-337.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-337.patch.gz.asc

ANN: xterm-338

2018-12-09 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-338.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-338.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-338.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-338.patch.gz.asc

Re: ANN: xterm-338

2018-12-10 Thread Thomas Dickey
On Mon, Dec 10, 2018 at 01:39:29AM +, Thomas Dickey wrote: I noticed a problem with the cygwin port, will address that in #339 (expecting some errata anyway). The other ports seem to work as expected. -- Thomas E. Dickey https://invisible-island.net ftp://ftp.invisible-island.net

ANN: luit-20181211

2018-12-12 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/luit/luit-20181211.tgz ftp://ftp.invisible-island.net/luit/luit-20181211.tgz.asc https://invisible-island.net/luit/ https://invisible-island.net/luit/luit.log.html 2018/12/11 - * build-fixes/updates for cygwin to accommodate conf

ANN: xterm-339

2018-12-12 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-339.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-339.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-339.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-339.patch.gz.asc

ANN: xterm-340

2018-12-16 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-340.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-340.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-340.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-340.patch.gz.asc

ANN: xterm-341

2018-12-24 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-341.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-341.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-341.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-341.patch.gz.asc

ANN: xterm-342

2019-01-03 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-342.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-342.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-342.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-342.patch.gz.asc

ANN: luit-20190106

2019-01-06 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/luit/luit-20190106.tgz ftp://ftp.invisible-island.net/luit/luit-20190106.tgz.asc https://invisible-island.net/luit/ https://invisible-island.net/luit/luit.log.html 2019/01/06 - * updated configure macros to work around a non-POSIX

ANN: xterm-343

2019-01-13 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-343.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-343.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-343.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-343.patch.gz.asc

ANN: xterm-344

2019-02-12 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-344.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-344.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-344.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-344.patch.gz.asc

ANN: xterm-345

2019-05-14 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-345.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-345.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-345.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-345.patch.gz.asc

ANN: xterm-346

2019-05-27 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-346.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-346.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-346.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-346.patch.gz.asc

Re: libXt release

2019-06-21 Thread Thomas Dickey
On Wed, Jun 19, 2019 at 12:56:36PM -0400, Matt Turner wrote: > On Tue, Jun 18, 2019 at 8:03 PM Thomas Dickey wrote: > > > > On Tue, Jun 18, 2019 at 07:18:21AM -0400, Thomas Dickey wrote: > > > On Tue, Jun 18, 2019 at 05:37:40AM -0400, Thomas Dickey wrote: > > >

[ANNOUNCE] libXt 1.2.0

2019-06-21 Thread Thomas Dickey
Alan Coopersmith (3): Get rid of some extraneous ; at the end of C source lines Update README for gitlab migration Update configure.ac bug URL for gitlab migration Benjamin Tissoires (3): Fix leaks detected by covscan dummy fix for covscan Fix covscan complain

Re: [ANNOUNCE] libXt 1.2.0

2019-06-22 Thread Thomas Dickey
On Sat, Jun 22, 2019 at 11:10:32AM +0200, walter harms wrote: ... > I my use case remote is king, i18n is less so. Most modern toolkit are > terrible > when used remote (QT got better last years). > > But we should not overreact to what Thomas Dickey and I did the last months.

ANN: xterm-347

2019-06-30 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-347.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-347.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-347.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-347.patch.gz.asc

ANN: xterm-348

2019-07-22 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-348.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-348.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-348.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-348.patch.gz.asc

ANN: xterm-349

2019-09-22 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-349.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-349.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-349.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-349.patch.gz.asc

ANN: xterm-350

2019-11-02 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-350.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-350.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-350.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-350.patch.gz.asc

ANN: xterm-351

2019-11-17 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-351.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-351.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-351.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-351.patch.gz.asc

ANN: xterm-352

2020-01-16 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-352.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-352.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-352.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-352.patch.gz.asc

ANN: xterm-353

2020-02-01 Thread Thomas Dickey
Files: ftp://ftp.invisible-island.net/xterm/current/xterm-353.tgz ftp://ftp.invisible-island.net/xterm/current/xterm-353.tgz.asc ftp://ftp.invisible-island.net/xterm/patches/xterm-353.patch.gz ftp://ftp.invisible-island.net/xterm/patches/xterm-353.patch.gz.asc

  1   2   >