matthieu
c6a1665ad1
Update to xterm 279. Tested by krw@, mpi@, shadchin@.
2012-06-07 20:20:23 +00:00
matthieu
3d2d4a1ced
Update to xterm 278. Tested by mpi@, shadchin@
2012-04-14 09:02:46 +00:00
matthieu
7fdca87027
add new specific rules for sh. Whithout those, xterm segfaults on
...
landisk.
2012-04-07 20:22:27 +00:00
matthieu
2ac5749d6e
Remove special build rule disabling optimisation for arm.
...
Issue apparently fixed, probably by gcc4.
2012-04-07 20:11:43 +00:00
matthieu
9a810f9e89
Update to xterm 276. Tested by ajacoutot@, krw@, naddy@, shadchin@.
2011-11-16 21:14:25 +00:00
matthieu
c516620bcf
Update to xterm-275. Tested by jasper@.
2011-09-17 11:51:57 +00:00
matthieu
82fb94cb15
Update to xterm 273. Tested by marco@, jasper@.
2011-08-28 17:40:55 +00:00
marco
722a82d253
Compile trace.c as well so that OPT_TRACE 1 actually works.
...
ok matthieu
2011-08-18 20:27:03 +00:00
matthieu
80d4fad9d4
Update to xterm 271. Tested by shadchin@ and ajacoutot@
2011-08-18 19:47:42 +00:00
naddy
2e88a2b0e8
switch to installing source manuals:
...
* cope with new bsd.man.mk
* update imake configuration
ports use of imake remains unchanged
2011-06-23 22:48:59 +00:00
matthieu
3d3ed030c3
Update to xterm 270. Tested by ajacoutot@, shadchin@, krw@ and jasper@
2011-06-07 19:21:06 +00:00
matthieu
7ae39052df
xcb is no longer optional.
2011-03-08 20:48:59 +00:00
matthieu
b9f6c3a045
Update to xterm version 269.
...
Tested and ok ajacoutot@, jasper@, krw@, shadchin@
2011-03-07 20:41:27 +00:00
matthieu
cbc29667e5
Update to xterm 267. Tested by shadchin@, jasper@, ajacoutot@.
2010-11-29 20:10:09 +00:00
matthieu
66473b7fbe
Explicitely link libxcb when needed for static arches.
2010-11-27 14:25:47 +00:00
matthieu
7447858d98
Update to xterm version 264, Tested at least by krw@, jasper@, ajacoutot@.
2010-10-23 19:14:52 +00:00
matthieu
b4ebb62e0d
Update to xterm 262.
...
tested by ajacoutot@, jasper@ and krw@.
2010-10-05 19:37:23 +00:00
matthieu
ed6c8e882d
Update to xterm 261. Tested by krw@, jcs@.
2010-08-22 13:38:11 +00:00
matthieu
8fb598d465
Update to xterm 258. lightly tested by krw@, thanks.
2010-05-08 12:20:46 +00:00
matthieu
bdb2807634
Update to xterm-255. Tested by stsp@, oga@.
2010-03-25 22:03:51 +00:00
jcs
fd0eda99be
build with OPT_256_COLORS to support 256 colors now that our ncurses
...
supports it
ok matthieu@
2010-01-13 14:59:37 +00:00
matthieu
a754bcb2f1
Missed file in previous update.
2009-11-05 19:50:08 +00:00
matthieu
51df35cad6
Update to xterm 250
2009-10-31 14:11:57 +00:00
sthen
6b50184426
Update to xterm 248, fixing several bugs including a regression with
...
copy-and-paste. Works for martynas@, ok matthieu@
2009-09-19 00:03:36 +00:00
matthieu
23f548aa24
update to xterm 247, a small bug fix over version 246.
2009-09-05 16:06:57 +00:00
matthieu
3af530ab2b
update to xterm 246. Has been in snapshots for some time.
2009-09-05 15:58:09 +00:00
matthieu
1c68deb738
workaround for a problem that appeared with xterm 243 on arm cpus.
...
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-05-31 16:22:34 +00:00
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