Subject: CVS commit: pkgsrc/x11/mrxvt
To: None <pkgsrc-changes@NetBSD.org>
From: Tobias Nygren <tnn@netbsd.org>
List: pkgsrc-changes
Date: 08/28/2007 14:57:16
Module Name: pkgsrc
Committed By: tnn
Date: Tue Aug 28 14:57:16 UTC 2007
Modified Files:
pkgsrc/x11/mrxvt: Makefile PLIST distinfo
pkgsrc/x11/mrxvt/patches: patch-aa
Log Message:
Update to mrxvt 0.5.3.
Bugfixes:
* Handle EIO errors (got when tcsh / fish exit) properly. Patch by
Zoltan Szalontai.
* Disabled Shift+Enter shortcut by default, since it may confuse new
users.
* Make Alt+Enter behave like Xterm.
. Added %T,%G,%P flags for percent interpolation (useful for dtach).
* Bold colored text is rendered in BOTH bold font, and bright color.
Use only bold font.
* r->num_fds is properly reduced when tabs are closed
* Ignore focus events of type NotifyGrab and NotifyUngrab. This
caused an annoying blinking when focussing other windows via the
keyboard. (Thanks to Roman Po???zka for pointing this out).
* Removed the --focusDelay option (no longer necessary with above
bugfix).
Enhancements:
* Added --titleFormat and --winTitleFormat options to control display
of tab and window titles.
* Added options --veryBright and --boldColors to control how bold
primary colors are rendered.
* Added --useFifo option, to make mrxvt listen for macros on a fifo.
Code based on patch by Jozef Vesely.
* Added Raise macro to "raise" the mrxvt window. Thanks to Jozef
Vesely for the patch.
* Added a UseFifo macro to enable / disable --useFifo at runtime.
* Defined a macro that opens a "mrxvt console" in a new tab (bound to
Ctrl+Shift+c by default).
* Added --enable-use-fifo compile time option for people paranoid about
security.
* Added BOLD_BRIGHTENS_256_COLORS option in feature.h which attempts
to brighten even non-primary colors instead of drawing them in
bold. (Respects boldColors and veryBright).
* Made winTitleFormat a profile option.
* Added -ic option to set the application icon. (Adapted from patch
#1656294 by Stanislav Mekhanoshin)
* Check locale for encoding method if it is not specified by -km
option or multichar_encoding resource.
* Add new debugging facility such that a user can specify the
message type and verbose level by command line options. Run
`mrxvt -dmask whatever -dlevel something' for details.
* Fix compile error when use Sun Studio 10. Thanks to Quintin
Beukes for the patch.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/x11/mrxvt/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/mrxvt/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/x11/mrxvt/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/x11/mrxvt/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.