File rlwrap.changes of Package rlwrap
-------------------------------------------------------------------
Sun Sep 19 11:47:49 CEST 2010 - vuntz@opensuse.org
- Update to version 0.37:
+ Commands that emit "status lines" using backspaces and carriage
returns could confuse rlwrap
+ rlwrap uses C strings internally, and thus cannot cope with
command output that contains zero bytes (padding). It used to
replace these with spaces, now the zero bytes are removed.
+ If the RLWRAP_HOME is set, but $RLWRAP_HOME doesn't exist,
rlwrap will create it
+ Typo: SIGERR instead of SIG_ERR in signals.c
-------------------------------------------------------------------
Tue Apr 6 14:40:29 UTC 2010 - hvogel@novell.com
- Update to version 0.36
* When rlwrap kills itself after a command crash it will not dump
core, in order to avoid clobbering command's core dump.
* Many small improvements and fixes for multi-line input
* Many small fixes and improvements in signal handling
* Added --one-shot (-o) and --only-cook (-O) options
* Added EXAMPLES section and -t option to rlwrap manpage
* prefix arguments are now correctly reset
* Hyphens in rlwrap manpage are now all properly escaped
* Major new feature: filtering. Filters sit between rlwrap and the
wrapped command, re-writing command output, input, prompts,
history, and completion word lists.
* At program exit, rlwrap now outputs a newline only when the client
didn't.
* Added -g, -I, -N, -S, -w and -z options
* -p option now takes colour names (-pYellow)
-------------------------------------------------------------------
Wed Jan 16 16:05:45 CET 2008 - hvogel@suse.de
- Update to version 0.30:
* EOF on stdin (e.g. by pressing CTRL-D) would end prompt colouring.
* added -q option
* added -A option to handle (ANSI-)coloured prompts
* added -p option to colourise uncoloured prompts
* added -t option to set terminal type for client command
* rlwrap now copies its terminal settings from the client
even when this has put its terminal in single-keypress
(uncooked) mode. A rlwrapped emacs will now respond to CTRL-C
and CTRL-G as it should.
* error messages and warnings now include the rlwrap version number
* added a very simple custom malloc/free debugger for use with the
--debug option. Rather fragile and not well tested, use with care.
* Whenever TERM is not set, rlwrap assumes vt100. Set TERM=dumb if
you really have a dumb terminal.
* rlwrap now leaves the handling of multi-line prompts and edit
buffers to readline (except when in horizontal-scroll mode or when
configured with --enable-homegrown-redisplay).
* whenever --always-readline is set, SIGWINCH not passed to
client command immediately, but only *after* accepting a line.
* --spy-on-readline now enabled by default
-------------------------------------------------------------------
Wed May 16 15:26:03 CEST 2007 - hvogel@suse.de
- Initial package, Version 0.28