Commit Graph

35 Commits

Author SHA1 Message Date
matthieu
388c3eba67 Update to xterm 243. tested by naddy@.
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-04-04 15:10:44 +00:00
matthieu
47a95020af Update to xterm 242. Tested by jsg@. 2009-03-09 22:13:04 +00:00
matthieu
52d6539f3c xterm 239
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-10 18:08:42 +00:00
matthieu
7a43c97042 Disable allowFontOps, allowTcapOps and allowWindowOps by default
on OpenBSD.
2009-01-06 20:31:59 +00:00
matthieu
7d6f399c75 xterm 238. includes fix for CVE-2008-2383. 2009-01-06 20:10:20 +00:00
matthieu
215beda67c xterm 237. tested by krw@ oga@ and others. 2008-09-23 19:08:55 +00:00
matthieu
cf96e1067e xterm-236. Tested by form@ and simon@. 2008-08-25 18:05:56 +00:00
matthieu
bbc31bf586 Introduce bsd.xconf.mk to set default config variables used
at several places in the Xenocara build in a central place instead
of duplicating the checks all over the place. ok oga@.
2008-03-25 23:41:50 +00:00
merdely
68bd73c06e Make xterm(1) and resize(1) correctly refer to X(7) instead of X(1).
ok matthieu@
2008-03-22 12:40:02 +00:00
matthieu
ffca1db806 update to xterm 234. tested by merdely@, 'looks ok' deraadt@. 2008-03-19 21:15:46 +00:00
matthieu
ef3b0a0644 Fix initialization of vmin. This has caused script(1) to exit immediatly
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-24 22:22:48 +00:00
matthieu
e8985d1d21 Change the default pointerMode for real now. 2008-02-16 09:49:28 +00:00
matthieu
3d2000e90b Merge xterm 232.
New local change: default value for pointerMode is 0.
2008-02-16 09:40:00 +00:00
matthieu
065d15d7f3 Import xterm version 232. tested by many. 2008-02-16 09:34:45 +00:00
matthieu
f55efa314e More __foo__ substitutions for xterm manual pages. From
Tim van der Molen, Thanks.
2008-01-13 17:22:58 +00:00
matthieu
0a2bda0266 Install new xterm icons. 2007-08-25 19:17:16 +00:00
matthieu
f3e9bf06bc update to xterm 229. Tested on various architectures by aanriot@ 2007-08-25 18:58:42 +00:00
matthieu
bb994eccf4 import xterm 229 2007-08-25 18:53:27 +00:00
matthieu
b46e07479c Nick@ reported that Shift-F1 to Shift-F4 behaviour changed in
xterm-225. This is now controlled by a resource. So force it to the
legacy mode.
2007-08-08 14:35:12 +00:00
matthieu
678c0fa793 the xterm manual page needs to be pre-processed by tbl. 2007-07-05 22:09:06 +00:00
matthieu
ac30841897 pretty SRCS list. 2007-06-15 19:43:57 +00:00
matthieu
53c7172c05 Merge xterm version 225 2007-06-15 19:34:50 +00:00
matthieu
06d70fc7d7 import xterm 225 2007-06-15 19:29:55 +00:00
matthieu
4cf94bad7a fix switching to UTF-8 mode. tested and ok naddy@, msf@. 2007-05-30 21:39:16 +00:00
matthieu
0485d9744a resize doesn't need X libs. 2007-05-11 06:54:20 +00:00
matthieu
e4a722ff69 libXaw needs libXpm. 2007-05-11 06:42:50 +00:00
matthieu
d0f11da262 remove extra white space 2007-04-14 16:11:13 +00:00
matthieu
78e84685c7 BSD make based build infrastructure for xterm. The autoconf based
one was too painful to get working on landisk (static only).
2007-04-09 19:11:43 +00:00
todd
f873679456 permit environment to over-ride DESTDIR like release(8) describes
ok matthieu@
2007-03-24 22:18:54 +00:00
matthieu
51c376a9ff enable luit 2006-12-17 14:34:07 +00:00
matthieu
82f22332f2 fix mandir 2006-11-28 13:50:15 +00:00
matthieu
78e2e44741 $Xenocara$ -> $OpenBSD$ 2006-11-27 19:27:25 +00:00
matthieu
687c26dd24 OpenBSD local changes 2006-11-26 15:48:06 +00:00
matthieu
7ee223ccc2 Build infrastructure for app 2006-11-26 14:03:40 +00:00
matthieu
9192a9c36e Importing xterm 216 2006-11-26 11:11:12 +00:00