Package: openbox
Version: 3.4.4-1
Severity: normal
Tags: patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


The shipped debian/docs/details.html appears to be out of date.  As of
3.4.3 (according to CHANGELOG), there were changes to the available
actions, including (among others):

  * Removed deprecated actions:
    - ShowDesktop, UnshowDesktop (Use ToggleShowDesktop)
    - ResizeRelativeVert, ResizeRelativeHorz (Use ResizeRelative)

The attached diff should sync up the documentation with most of the
fixes (as well as i can understand them, anyway -- i'm just an openbox
user, not an openbox developer).

Thanks for keeping openbox up-to-date in debian.

       --dkg

- -- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages openbox depends on:
ii  libc6                      2.6.1-1+b1    GNU C Library: Shared libraries
ii  libglib2.0-0               2.14.0-2      The GLib library of C routines
ii  libice6                    2:1.0.4-1     X11 Inter-Client Exchange library
ii  libobparser16              3.4.4-1       parsing library for openbox
ii  libobrender16              3.4.4-1       rendering library for openbox them
ii  libsm6                     2:1.0.3-1+b1  X11 Session Management library
ii  libstartup-notification0   0.9-1         library for program launch feedbac
ii  libx11-6                   2:1.0.3-7     X11 client-side library
ii  libxcursor1                1:1.1.9-1     X cursor management library
ii  libxext6                   1:1.0.3-2     X11 miscellaneous extension librar
ii  libxinerama1               1:1.0.2-1     X11 Xinerama extension library
ii  libxml2                    2.6.30.dfsg-2 GNOME XML library
ii  libxrandr2                 2:1.2.2-1     X11 RandR extension library
ii  libxrender1                1:0.9.4-1     X Rendering Extension client libra

openbox recommends no packages.

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iQIVAwUBRw2ZDszS7ZTSFznpAQJPghAAk/t4nu5Csr5okHq6sN6lPWu3fT1e00/7
s4BpCqmrEdMYiEpiIMIrzJdD8Lu0w9CMZxbEhhPxyEZodJlz6Pj8cD4DEr6BEvGJ
IOzvkfwS7wYGrk3MGzo9HRBE8B1perBhSGkZVGoP22RtoRutsOvqTBYMbQ3h7awp
6+K74gD+yGvVZbcCnwrjTNkLbiPB9HLfv6pzi5ZB+BpLDiHTvst6bzSSOW61c6qQ
eBipX15JWDn4/jbssR3AJ5yYwLXGo5tVqLReeRLSh+2XbdYF03GlCVxB4x6eln+5
UbdjkoqNP2BWzgZyeQbcWu/dz5ygM0z6O8erfA/8YpGyp7Z205w/JNbfr0H1X2wf
FE10lNCE9asT2aFgviC89z5PXuMYl99X64zHqRED9aFfjYfTtPAc/gD+Tz6yGbmB
VYHf+rOAoE/UoWc17uic6dYCNDo8Z6d+gO/mGmCHuEJ3vnBdeqp4zuKqp+ryLpQx
Zsm4rc0voI2GYRpW/14zLDc8V2rFSb7xsYBT8/ucOs+zliApVtD1I5zSlvlImxU4
uuJ7L2lwkbfquT18+0lD9S7tqsU3cPWcMiHcJQo7Au4WpNTRsAXJ3oBOOu3VL1Pg
c9Ny4t39rKmu+v9ESj02/k4Qj/vtxQkXFOdVDcSSkB2SZUMVafiNhoWo1Qaq81Gw
KL+iV+csED4=
=+ITH
-----END PGP SIGNATURE-----
--- debian/docs/details.html.orig       2007-10-10 09:29:44.000000000 -0400
+++ debian/docs/details.html    2007-10-10 23:11:39.000000000 -0400
@@ -472,7 +472,7 @@
 
 <tr>
   <td><b>Execute</b> - run an executable</td>
-  <td><b>execute</b> () - specifies the executable to be run along with any
+  <td><b>command</b> () - specifies the executable to be run along with any
       arguments to pass it. The tilde ('~') character will be expanded in this
          string to your home directory, but no other shell expansions or
          scripting syntax can be used in the command.
@@ -550,6 +550,18 @@
         <b>dialog</b> (no) - display the desktop dialog (with pager) while 
switching desktops. This will only
         work in keyboard bindings; otherwise, it is disabled.</td>
 </tr>
+<tr>
+  <td><b>AddDesktopLast</b> - Adds a new desktop at the end of the list of 
current desktops.</td>
+</tr>
+<tr>
+  <td><b>RemoveDesktopLast</b> - Removes the last of the current 
desktops.</td> 
+</tr>
+<tr>
+  <td><b>AddDesktopCurrent</b> - Adds a new desktop at the current location in 
the list of desktops.</td>
+</tr>
+<tr>
+  <td><b>RemoveDesktopCurrent</b> - Removes the current desktop.</td> 
+</tr>
 
 <tr>
   <td><b>DesktopNext</b> - makes the next desktop visible.</td>
@@ -604,18 +616,6 @@
 </tr>
 
 <tr>
-  <td><b>ShowDesktop</b> - hides all windows so that the desktop is visible.
-      If you are running a desktop manager such as Nautilus, then the desktop
-         window will also be focused.</td>
-  <td></td>
-</tr>
-
-<tr>
-  <td><b>UnshowDesktop</b> - shows windows that were hidden by
-      <a>ShowDesktop</a> and restores focus.</td>
-</tr>
-
-<tr>
   <td><b>ToggleShowDesktop</b> - toggles between <a>ShowDesktop</a> and
       <a>UnshowDesktop</a>.</td>
 </tr>
@@ -639,7 +639,7 @@
 <tr>
   <td><b>Restart</b> - restarts Openbox. This starts a new copy of Openbox,
       and can be used to upgrade to a newly installed version.</td>
-  <td><b>execute</b> () - when this is used, the executable specified within
+  <td><b>command</b> () - when this is used, the executable specified within
       will be run instead of Openbox. This can be used to switch to another
          window manager if desired.</td>
 </tr>
@@ -732,27 +732,23 @@
 </tr>
 
 <tr>
-  <td><b>MoveRelativeHorz</b> - moves the window horizontally</td>
-  <td><b>delta</b> (0) - the number of pixels to move the window. A positive
-      value moves to the right, a negative value moves to the left.</td>
-</tr>
-
-<tr>
-  <td><b>MoveRelativeVert</b> - move the window vertically</td>
-  <td><b>delta</b> (0) - the number of pixels to move the window. A positive
+  <td><b>MoveRelative</b> - moves the window</td>
+  <td><b>x</b> (0) - the number of pixels to move the window horizontally. A 
positive
+      value moves to the right, a negative value moves to the left.<br/>
+  <b>y</b> (0) - the number of pixels to move the window vertically. A positive
       value moves down, a negative value moves up.</td>
 </tr>
 
 <tr>
-  <td><b>ResizeRelativeHorz</b> - resizes the window horizontally</td>
-  <td><b>delta</b> (0) - the amount to resize the window. A positive
-         value makes the window wider, a negative value makes it skinnier.</td>
-</tr>
-
-<tr>
-  <td><b>ResizeRelativeVert</b> - resizes the window vertically</td>
-  <td><b>delta</b> (0) - the amount to resize the window. A positive
-      value makes the window taller, a negative value makes it shorter.</td>
+  <td><b>ResizeRelative</b> - resizes the window</td>
+  <td><b>top</b> or <b>up</b> (0) - the amount to move the top edge of the 
window. A positive
+         value makes the window taller, a negative value makes it shorter.<br/>
+  <b>bottom</b> or <b>down</b> (0) - the amount to move the bottom edge of the 
window. A positive
+         value makes the window taller, a negative value makes it shorter.<br/>
+  <b>left</b> (0) - the amount to move the left edge of the window. A positive
+         value makes the window wider, a negative value makes it narrower.<br/>
+  <b>right</b> (0) - the amount to move the right edge of the window. A 
positive
+         value makes the window wider, a negative value makes it narrower.</td>
 </tr>
 
 <tr>

Reply via email to