pkgsrc/x11/mrxvt/patches
tnn 332c471164 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.
2007-08-28 14:57:15 +00:00
..
patch-aa Update to mrxvt 0.5.3. 2007-08-28 14:57:15 +00:00
patch-ab