Changes:
- work around perl 5.18.0 breakage in tabbed extension
(reported by Karol Blazewicz) and in pod (Dominic Hargreaves).
- fix regression that caused the double-click word selection to
erroneously include a tab on the left of the selected word.
- implement FOCUS variable and focus_fade function in background
expression, to allow focus-sensitive background images.
- add support for the set cursor style (DECSCUSR) control
function.
- honour cursorColor also when the cursor style is underline.
- export some Color_xxx constants to Perl.
pkgsrc changes:
- remove patches/patch-src_perl_tabbed, it is upstream now
While there, make it compatible with perl 5.18.
Changes:
9.18 Sun Mar 24 15:33:35 CET 2013
- fix regression that caused artifacts on resize.
9.17 Fri Mar 1 13:46:08 CET 2013
- add shade operator in background perl extension.
- avoid starting or ending the selection in the middle of wide
characters to avoid artifacts (reproted by Tiago Resende).
- fix artifacts that may occur if the character in the cursor
cell has width > 1 (reported by Tiago Resende).
- fix regression that causes artifacts on scrolling if
saveLines is 0 and the window is resized (reported by Bert
Münnich).
- fix build when perl is enabled and pixbuf and transparency
are disabled.
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
COMMENT should not be longer than 70 characters.
COMMENT should not begin with 'A'.
COMMENT should not begin with 'An'.
COMMENT should not begin with 'a'.
COMMENT should not end with a period.
COMMENT should start with a capital letter.
pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
Changes:
9.16 Thu Dec 27 11:56:43 CET 2012
- the "so much new stuff your eyes will pop out" release.
- INCOMPATIBLE CHANGE: renamed urlLauncher resource to url-launcher.
- fix processing of DEC private mode save sequences (patch by Patrick
Hemmer).
- perl extensions now have their own manpages, installed as urxvt-NAME(1),
e.g. urxvt-background(1) - see urxvt-extensions(1) for a list.
- fix disabling of cursor blink with the option-popup menu (based on a
patch by Jan Larres).
- the font height is not augmented anymore when lineSpace is non zero.
- fix "new pagemap" vs. "delete pagemap" mismatch ([] vs. non-[]),
as diagnosed by clang.
- fix height mismatch between active and inactive cursor when
lineSpace is non zero (patch by Stanislav Seletskiy).
- make it compile with LOCAL_X_IS_UNIX again (reported by
nickfailure@gmail.com).
- completely redone background pixmap support - users can now
specify arbitrary expressions (And programs) that calculate
new terminal backgrounds. see the urxvt-background manpage
for details.
- xrender is now required for background pixmap support.
- perl extensions can now provide commandline switches and resources
which show up in -help etc.
- iso14755 51 mode window now displays row and column.
- implement a -visual switch and move that and -depth to frills, also
warn when we can't get the requested visual.
- new env variable: RXVT_PERL_LIB.
- allocate all screen memory in one go and let the virtual memory
subsystem sort it out. this simplifies code, improves access
locality, saves a bit of ram and makes things a bit faster, too.
- remove support for libafterimage.
- update to CVS version of libev, for a whopping 11kb size decrease.
- do not ship yet another copy of ecb.h, use the one in libev or
libptytty instead.
- selectively mark some methods as cache-hot/cache cold, which
might speed up execution but definitely decreases codesize.
- Fix regression that prevented the scrollbar trough color
from being applied (reported by Derek B. Noonburg).
- Fix the scrollbar size for rxvt style (patch by Mark Robinson).
pkgsrc changes:
workaround for broken webserver, which doesn't allow fetching without User-Agent.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
A terminfo entry was installed into somewhere(or not) depending on tic command.
Install termcap/terminfo entry source file in examples directory and
mention it in MESSAGE.
Bump PKGREVISION.
ChangeLog:
o new option: skipScroll/-ss, enabled by default.
o go with the times and expect x11 library files in /usr/lib, not
/usr/X11R6/lib.
o initial transparency improvement/afterimage support patch by Sasha Vasko.
o add urgentOnBell resource to set the urgency hint (patch by Philip Paeps).
o do not process focus events caused by grabs (patch by Mikachu).
o add iso14755_52 resource to disable iso14755 5.2 (exg).
o add binding for backspace in iso14755 5.1 to remove the last digit (exg).
o better option handling, support more than 30 options (exg).
o nuke reconf script, serves no purpose anymore.
o fixed and documented matcher/on_user_command processing in matcher extension
(tpope).
o compile out of the box on Solaris 10 (exg).
o fix MappingNotify events (reported by Stephan Walter).
o zero-initialise mwmhints, this seems to solve all sorts of minor problems.
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.
graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
7.9 Mon Aug 7 18:16:07 CEST 2006
- fix the crashing bug people encountered with 7.8 + urxvtd + perl
+ transparency. Oight to fix debian bug #380348.
- fix urxvtc.1.pod: it actually claimed -pty-fd would not work. But
it does! :->
- rxvt_fatal() in case the locale string is too long for our static buffer.
- fixed many, many, typos in the manpages (patch supplied by ves).
7.8 Mon Jul 17 21:00:46 CEST 2006
- INCOMPATIBLE CHANGE: this version will always read ~/.Xdefaults,
earlier versions only read it if display-resources (usually from
.Xresources) are not set. This avoids the #1 FAQ ("why isn't my
resource used") and seems to be logical behaviour, too. .Xdefaults
resources have a lower priority than display-specific resources.
- add "kuake" perl extension that does a similar thing to the kuake
terminal emulator (see man urxtvperl).
- use less "correct" color scaling that is compatible with libX11 and
Xft (avoids off-by-one colors resulting in striped backgrounds).
- the "depth" resource is now respected.
- preset the searchable-scrollback pattern with "(?i)" to default search
to case-insensitivity. Will automatically be cleared when typing an
uppercase character.
- add FORCE_UNBUFFERED_XFT define to features.h.
- re-enabled highlightcolor support with --enable-frills, based on
a patch by Martin Stubenschrott.
- double-buffered xft drawing did suffer from pixel offset issues
when pixmap transparency was enabled.
- strategically add # to the url-match regexes, as we really want to
match common URIs not common URLs. Reported by Aaron Griffin.
- moved on_osc_seq to on_osc_seq_perl and added a more
generic osc_seq.
- fix a bug causing double callback invocations when perl hooks
were invoked recursively.
- the automove-background extension now properly works when the
pixmap gets reset with an osc sequence (sqweek).
- selection-pastebin did not work properly with non-latin1-characters.
- apply colorUL only when the text colour is the default fg
(patch by Wu Fengguang).
- removed rxvtlib.h from the tarball, it had no reason to be there
(spotted by Decklin Foster).
- fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported
by omatunto_.
- slap in a using namespace std, might help on platforms that don't
follow C++ closely enough.
- fix mailto url regex, spotted within milliseconds by Jost Krieger.
- applied fade_color_update_func.patch by WU Fengguang.
- fix a bug where (due to an optimisation in av_delete), hiding the
bottom-most overlay would hide two overlays.
7.7 Tue Feb 21 12:32:49 CET 2006
- use double-buffered drawing (xft fonts only). On many driver/hardware
combination this actually increases xft drawing speed, at the expense
of more network bandwidth and slight nausea on the side of the author.
- readline perl extension now requires shift-click instead of a normal
click, and eats the click.
- tabbed perl extension now supports -e.
- disabled graphics-exposures on the main drawing GC, report any
refresh bugs please.
- improve property handling for -pe tabbed: avoid unnecessary property
changes (for kde's benefit) at the expense of extra round-trips,
improve size hint setting.
- modified XIM according to a patch sent by Takano Akio that sets
the preedit rectangle for OverTheSpot, which helps some input methods
to correctly position their preedit window.
- un-optimise the line clearing on newly scrolled-in lines a bit: the
former reasoning was that any fg colour on default bg looks the same
in empty spaces, but thats not true when reversing (e.g. selection),
so also check for matching fg colours. This fixes the problem where
selecting newly scrolled-in lines would exhibit wrong colours.
- fix a bug in the perl interface causing focus in events to generate
focus out perl events, causing bad focus effects with -pe tabbed.
- fix a race resulting in a crash on exiting.
- fix a with --disable-xft that caused xfreecolors to be called on
colors never allocated, resulting in aborts (reported by Paco-Paco).
- resources on non-initial screens weren't refetched correctly
(reported by Paco-Paco).
- fix a bug in xcopyarea pass and _disable_ it, as it seems not to be
working in either rxvt-unicode nor in the original rxvt.
- removed undocumented -exec alias for the -e option.
7.6 Fri Feb 10 08:52:36 CET 2006
- changed interpretation of [alpha] colour prefix.
- +option now really sets the option to default, instead of using the
resource value.
- options that require an argument now really _require_ an argument.
- the tabbed extension now forwards focus and keys events to th
relevant tab window.
- tab colours are now configurable and have sensible defaults
(initial patch by hednod).
- option menu is extendable, readline, selection and
selection-autotransform can now be disabled/enabled at runtime.
- forcing a configure event to tabbed subwindows with -pe tabbed, for
the benefit of automove-background.
- the automove-background extension added a wrong constant offset.
- force refresh of XA_RESOURCE_STRING on virtual reconnect.
- return exit status 2 in urxvtc when urxvtd couldn't be contacted.
- the linux yield hack is back, now using usleep, and enabled only on
__linux__.
- further round trip eliminations in the !XFT case by remembering
the colour components.
- plain scrollbar works better with -sr.
- fixed half-shadow scrollbar look.
- more colour rtt optimisations.
- properly(?) free colours on window close.
- reorganised the FAQ into multiple sections.
- add ISO646.1991-IRV to the list of supported codesets.
- minor libptytty update.