From 8f7f08967c669769ec46876b7493bec8d228614b Mon Sep 17 00:00:00 2001 From: sabetts Date: Sat, 15 Jan 2005 04:16:54 +0000 Subject: (init_defaults): turn off warp by default. doc updates --- ChangeLog | 4 ++++ NEWS | 8 ++++++++ doc/ratpoison.texi | 8 ++------ src/main.c | 2 +- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index faaed58..ed1f6ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-01-14 Shawn Betts + + * src/main.c (init_defaults): turn off warp by default. + 2005-01-14 Shawn Betts * src/actions.c (ARG_STRING): new define diff --git a/NEWS b/NEWS index 486b273..66c9e90 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,14 @@ Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. +* Changes since 1.3.0 +** ratpoison -c prints errors to stderr +You can now capture errors and output seperately depending on whether +its printed to stderr or stdout. + +** the mouse warp feature is now turned off by default +to turn it back on, run 'warp on'. + * Changes since 1.3.0 ** version now displays the date and time diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 2133ce4..66c1325 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -878,9 +878,6 @@ restart ratpoison: @example bind R restart @end example - -If no command is specified then bind works exactly like @command{unbind}, -unbinding the key. @end deffn @deffn Command unbind @var{key} @@ -888,9 +885,8 @@ Unbind a keystroke. @end deffn @deffn Command definekey @var{kmap} @var{key} @var{command} -@command{definekey} works exactly like @command{bind} and -@command{unbind} except that it can bind keys on any key map (not just -@samp{root}). +@command{definekey} works exactly like @command{bind} except that it +can bind keys on any key map (not just @samp{root}). @end deffn @deffn Command undefinekey @var{kmap} @var{key} diff --git a/src/main.c b/src/main.c index 7400d25..ca40587 100644 --- a/src/main.c +++ b/src/main.c @@ -494,7 +494,7 @@ init_defaults () defaults.win_name = WIN_NAME_TITLE; defaults.startup_message = 1; - defaults.warp = 1; + defaults.warp = 0; defaults.window_list_style = STYLE_COLUMN; defaults.history_size = 20; -- cgit v1.2.3