Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-23 | Update to xterm version 264, Tested at least by krw@, jasper@, ajacoutot@. | Matthieu Herrb | |
2010-10-05 | Update to xterm 262. | Matthieu Herrb | |
tested by ajacoutot@, jasper@ and krw@. | |||
2010-08-22 | Update to xterm 261. Tested by krw@, jcs@. | Matthieu Herrb | |
2010-05-08 | Update to xterm 258. lightly tested by krw@, thanks. | Matthieu Herrb | |
2010-03-25 | Update to xterm-255. Tested by stsp@, oga@. | Matthieu Herrb | |
2010-01-13 | build with OPT_256_COLORS to support 256 colors now that our ncurses | joshua stein | |
supports it ok matthieu@ | |||
2009-11-05 | Missed file in previous update. | Matthieu Herrb | |
2009-10-31 | Update to xterm 250 | Matthieu Herrb | |
2009-09-19 | Update to xterm 248, fixing several bugs including a regression with | Stuart Henderson | |
copy-and-paste. Works for martynas@, ok matthieu@ | |||
2009-09-05 | update to xterm 247, a small bug fix over version 246. | Matthieu Herrb | |
2009-09-05 | update to xterm 246. Has been in snapshots for some time. | Matthieu Herrb | |
2009-05-31 | workaround for a problem that appeared with xterm 243 on arm cpus. | Matthieu Herrb | |
It dumps core in VTInitialize() if charproc.c is compiled with -O2. The problem is in the lines 5610 to 5614 of this file, which were added by xterm 243, but I can't see an obvious problem here. | |||
2009-04-04 | Update to xterm 243. tested by naddy@. | Matthieu Herrb | |
Patch #243 - 2009/3/28 * revert change to default for allowTcapOps (request by Bram Moolenaar). * reallocate result returned by xtermEnvLocale() to avoid reference to freed memory after handling menuLocale resource. * fix an old (X11R5) bug in tek4014 for switching fontsizes. * add resource defaultString to make configurable the use of "#" when pastes of UTF-8 text fail due to limitations in the current locale settings. * make the set of selection target Atom's configurable by two new resources eightBitSelectTypes and utf8SelectTypes, e.g., to use the TEXT Atom in preference to UTF8_STRING (discussion with Stanislav Sedov regarding koi8rxterm and the FreeBSD port). * modify handling of TARGETS Atom by making it return exactly the set of targets as those which xterm is currently providing. * set MANPAGER and PAGER explicitly to /bin/cat in minstall.sh to work around /etc/man.conf's with those variables already set (report by Mar'yasin Semion). * improve error-checking of tcap-query parser. * add check for keyboard tcap), which ensures that terminal descriptions containing the same string for shifted/unshifted keys will be seen by tcap-query as only the unshifted key. (This would only happen with an incorrect terminal description). * fix conversion for input event-state to modifier-parameter which made tcap-query feature not work with tcapFunctionKeys (keyboard type tcap). * add "DEF_ALLOW_XXX" definitions to main.h to allow overriding the default compiled-in values for "allowxxx" resources. * remove check on bell-percentage added in patch #242, which disallowed zero/negative values (Redhat Bugzilla #487829). | |||
2009-03-09 | Update to xterm 242. Tested by jsg@. | Matthieu Herrb | |
2009-01-10 | xterm 239 | Matthieu Herrb | |
correct a cast in input.c, which broke translation of numeric keypad codes to pageup, pagedown, etc., on 64-bit platform (Debian #511138, report by Larry Doolittle). | |||
2009-01-06 | Disable allowFontOps, allowTcapOps and allowWindowOps by default | Matthieu Herrb | |
on OpenBSD. | |||
2009-01-06 | xterm 238. includes fix for CVE-2008-2383. | Matthieu Herrb | |
2008-09-23 | xterm 237. tested by krw@ oga@ and others. | Matthieu Herrb | |
2008-08-25 | xterm-236. Tested by form@ and simon@. | Matthieu Herrb | |
2008-03-25 | Introduce bsd.xconf.mk to set default config variables used | Matthieu Herrb | |
at several places in the Xenocara build in a central place instead of duplicating the checks all over the place. ok oga@. | |||
2008-03-22 | Make xterm(1) and resize(1) correctly refer to X(7) instead of X(1). | Michael Erdely | |
ok matthieu@ | |||
2008-03-19 | update to xterm 234. tested by merdely@, 'looks ok' deraadt@. | Matthieu Herrb | |
2008-02-24 | Fix initialization of vmin. This has caused script(1) to exit immediatly | Matthieu Herrb | |
when started inside an xterm that started with vmin=0 (because it had no tty to inherit the correct value from). ok kettenis@, krw@, oga@. | |||
2008-02-16 | Change the default pointerMode for real now. | Matthieu Herrb | |
2008-02-16 | Merge xterm 232. | Matthieu Herrb | |
New local change: default value for pointerMode is 0. | |||
2008-02-16 | Import xterm version 232. tested by many. | Matthieu Herrb | |
2008-01-13 | More __foo__ substitutions for xterm manual pages. From | Matthieu Herrb | |
Tim van der Molen, Thanks. | |||
2007-08-25 | Install new xterm icons. | Matthieu Herrb | |
2007-08-25 | update to xterm 229. Tested on various architectures by aanriot@ | Matthieu Herrb | |
2007-08-25 | import xterm 229 | Matthieu Herrb | |
2007-08-08 | Nick@ reported that Shift-F1 to Shift-F4 behaviour changed in | Matthieu Herrb | |
xterm-225. This is now controlled by a resource. So force it to the legacy mode. | |||
2007-07-05 | the xterm manual page needs to be pre-processed by tbl. | Matthieu Herrb | |
2007-06-15 | pretty SRCS list. | Matthieu Herrb | |
2007-06-15 | Merge xterm version 225 | Matthieu Herrb | |
2007-06-15 | import xterm 225 | Matthieu Herrb | |
2007-05-30 | fix switching to UTF-8 mode. tested and ok naddy@, msf@. | Matthieu Herrb | |
2007-05-11 | resize doesn't need X libs. | Matthieu Herrb | |
2007-05-11 | libXaw needs libXpm. | Matthieu Herrb | |
2007-04-14 | remove extra white space | Matthieu Herrb | |
2007-04-09 | BSD make based build infrastructure for xterm. The autoconf based | Matthieu Herrb | |
one was too painful to get working on landisk (static only). | |||
2007-03-24 | permit environment to over-ride DESTDIR like release(8) describes | Todd T. Fries | |
ok matthieu@ | |||
2006-12-17 | enable luit | Matthieu Herrb | |
2006-11-28 | fix mandir | Matthieu Herrb | |
2006-11-27 | $Xenocara$ -> $OpenBSD$ | Matthieu Herrb | |
2006-11-26 | OpenBSD local changes | Matthieu Herrb | |
2006-11-26 | Build infrastructure for app | Matthieu Herrb | |
2006-11-26 | Importing xterm 216 | Matthieu Herrb | |