From 58b0ff0ea0e675ebc656301ac07bb356b24ac5b9 Mon Sep 17 00:00:00 2001 From: dane Date: Thu, 2 Jun 2005 20:54:53 +0000 Subject: [PATCH] * NEWS: * fvwm/fvwm.1.in: Spelling fix contition -> condition * FvwmAuto/FvwmAuto.c (main): Spelling fix in comment contition -> condition. --- ChangeLog | 6 ++++++ NEWS | 2 +- fvwm/fvwm.1.in | 26 +++++++++++++------------- modules/ChangeLog | 5 +++++ modules/FvwmAuto/FvwmAuto.c | 2 +- 5 files changed, 26 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index dc631a68f..006390461 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-06-02 Dan Espen + + * NEWS: + * fvwm/fvwm.1.in: + Spelling fix contition -> condition + 2005-04-11 Dominik Vogt * fvwm/style.c (style_ids_are_equals): diff --git a/NEWS b/NEWS index 4faa90527..59817c954 100644 --- a/NEWS +++ b/NEWS @@ -1674,7 +1674,7 @@ Changes in beta release 2.3.19 (June 2000) Changes in beta release 2.3.18 (May 2000) -* Renamed the MovedButton3 contition to PlacedByButton3. +* Renamed the MovedButton3 condition to PlacedByButton3. * Removed FlipTransient and DontFlipTransient styles (they never worked anyway). diff --git a/fvwm/fvwm.1.in b/fvwm/fvwm.1.in index 75b2d5e75..9db177e4f 100644 --- a/fvwm/fvwm.1.in +++ b/fvwm/fvwm.1.in @@ -10111,7 +10111,7 @@ Execute .I command on all windows meeting the conditions. It returns 1 if any window matches the condition and 0 otherwise. -.RB "See " Conditions " section below for a list of contitions." +.RB "See " Conditions " section below for a list of conditions." This command implies the conditions .IR CirculateHit ", " CirculateHitIcon " and " CirculateHitShaded . @@ -10126,7 +10126,7 @@ Performs if any window which satisfies all .I conditions exists. The command is run in the context of the root window. -.RB "See " Conditions " section below for a list of contitions." +.RB "See " Conditions " section below for a list of conditions." .TP .BI "Break [levels]" @@ -10154,7 +10154,7 @@ Performs .I command on the currently focused window if it satisfies all .IR conditions . -.RB "See " Conditions " section below for a list of contitions." +.RB "See " Conditions " section below for a list of conditions." This command implies the conditions .IR CirculateHit ", " CirculateHitIcon " and " CirculateHitShaded . @@ -10190,7 +10190,7 @@ those farther away. The .I Center direction simply selects the window closest to the starting point. Returns -1 if an invalid direction was given. -.RB "See " Conditions " section below for a list of contitions." +.RB "See " Conditions " section below for a list of conditions." .TP .BI "KeepRc " command @@ -10215,7 +10215,7 @@ on the next window which satisfies all If the command is running in a window context, it starts looking for a matching window from there. Otherwise it starts at the focused window. -.RB "See " Conditions " section below for a list of contitions." +.RB "See " Conditions " section below for a list of conditions." .TP .BI "None [(" conditions ")] " command @@ -10225,7 +10225,7 @@ if no window which satisfies all .I conditions exists. The command is run in the context of the root window. Returns 1 if no window matches the conditions and 0 otherwise. -.RB "See " Conditions " section below for a list of contitions." +.RB "See " Conditions " section below for a list of conditions." This command implies the conditions .IR CirculateHit ", " CirculateHitIcon " and " CirculateHitShaded . @@ -10256,7 +10256,7 @@ selections with complex functions. The command is executed only if the given .I conditions are met. Returns -1 if no window was selected. -.RB "See " Conditions " section below for a list of contitions." +.RB "See " Conditions " section below for a list of conditions." This command implies the conditions .IR CirculateHit ", " CirculateHitIcon " and " CirculateHitShaded . @@ -10271,7 +10271,7 @@ Performs if the window under the pointer satisfies all .IR conditions . Returns -1 if there is no window under the pointer. -.RB "See " Conditions " section below for a list of contitions." +.RB "See " Conditions " section below for a list of conditions." This command implies the conditions .IR CirculateHit ", " CirculateHitIcon " and " CirculateHitShaded . @@ -10290,7 +10290,7 @@ on the previous window which satisfies all If the command is running in a window context, it starts looking for a matching window from there. Otherwise it starts at the focused window. -.RB "See " Conditions " section below for a list of contitions." +.RB "See " Conditions " section below for a list of conditions." .TP .B "ScanForWindow \ @@ -10333,7 +10333,7 @@ windows matching the conditions will eventually be found. If the focus reaches a limit along the primary axis, it will wrap around to the opposite side. Returns -1 if an invalid direction was given. -.RB "See " Conditions " section below for a list of contitions." +.RB "See " Conditions " section below for a list of conditions." .TP .BI "Test [(" test-conditions ")] " command @@ -10463,7 +10463,7 @@ ignored. is never interactive. The command is executed only if the given .I conditions are met. It returns -1 if used outside a window context. -.RB "See " Conditions " section below for a list of contitions." +.RB "See " Conditions " section below for a list of conditions." This command implies the conditions .IR CirculateHit ", " CirculateHitIcon " and " CirculateHitShaded . @@ -10495,7 +10495,7 @@ windows, there are some exceptions, for example the .B WarpToWindow command. Returns -1 if no window with the given id exists. -.RB "See " Conditions " section below for a list of contitions." +.RB "See " Conditions " section below for a list of conditions." This command implies the conditions .IR CirculateHit ", " CirculateHitIcon " and " CirculateHitShaded . @@ -10673,7 +10673,7 @@ condition matches only windows that are allowed to be closed. The .I CurrentDesk -contition matches only windows that are on the current desk. +condition matches only windows that are on the current desk. The .I CurrentGlobalPage diff --git a/modules/ChangeLog b/modules/ChangeLog index 92f9147ca..fddb57c74 100644 --- a/modules/ChangeLog +++ b/modules/ChangeLog @@ -1,3 +1,8 @@ +2005-06-02 Dan Espen + + * FvwmAuto/FvwmAuto.c (main): Spelling fix in comment + contition -> condition. + 2005-03-22 Dan Espen * FvwmProxy/FvwmProxy.1.in: Use new variable syntax. diff --git a/modules/FvwmAuto/FvwmAuto.c b/modules/FvwmAuto/FvwmAuto.c index 5c8bc7139..2f3736e9a 100644 --- a/modules/FvwmAuto/FvwmAuto.c +++ b/modules/FvwmAuto/FvwmAuto.c @@ -530,7 +530,7 @@ main(int argc, char **argv) raised_win = focus_win; } /* force fvwm to synchronise on slow X connections to - * avoid a race contition. Still possible, but much + * avoid a race condition. Still possible, but much * less likely. */ SendInfo(fd, "XSync", focus_win); -- 2.11.4.GIT