[PATCH v3] NEWS: Add note about window snapping.

2014-09-21 Thread Doug Torrance
--- NEWS | 15 +++ 1 file changed, 15 insertions(+) diff --git a/NEWS b/NEWS index 35319b0..ce8b86e 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,21 @@ NEWS for veteran Window Maker users --- +-- 0.95.7 + +Window snapping +--- + +You can now

[PATCH] wmaker: Add new options for dragging maximized windows.

2014-09-23 Thread Doug Torrance
You can now configure the behavior when dragging a maximized window by setting DragMaximizedWindow in ~/GNUstep/Defaults/WindowMaker. The options are: - Move: Move the window and retain its maximized status and geometry (the current behavior and the default). - RestoreGeometry: Move the window

[PATCH] Dealing with dragging and maximized windows.

2014-09-23 Thread Doug Torrance
, which is still in progress. Doug Torrance (1): wmaker: Add new options for dragging maximized windows. src/WindowMaker.h | 9 - src/actions.c | 6 ++ src/defaults.c| 12 ++-- src/moveres.c | 5 +++-- 4 files changed, 27 insertions(+), 5 deletions

[PATCH 2/2] NEWS: Add note about dragging maximized windows.

2014-09-24 Thread Doug Torrance
--- NEWS | 28 1 file changed, 28 insertions(+) diff --git a/NEWS b/NEWS index ce8b86e..c48b836 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,34 @@ dragging windows is selected under Workspace Preferences in WPrefs.app, or if DontLinkWorkspaces = NO in

[PATCH 1/2] WPrefs.app: Add ability to set behavior when dragging a maximized window.

2014-09-24 Thread Doug Torrance
You can now set the behavior when dragging a maximized window, i.e., the DragMaximizedWindow option from ~/GNUstep/Defaults/WindowMaker, from the Window Handling tab of WPrefs.app. Note that to make room for the pop-up button required to set this option, the switch button to set the

[PATCH v2] NEWS: Add note about dragging maximized windows.

2014-09-24 Thread Doug Torrance
--- NEWS | 28 1 file changed, 28 insertions(+) diff --git a/NEWS b/NEWS index ce8b86e..f83ae0b 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,34 @@ dragging windows is selected under Workspace Preferences in WPrefs.app, or if DontLinkWorkspaces = NO in

[PATCH] wmaker: Add more directions for window snapping.

2014-09-25 Thread Doug Torrance
This patch adds the ability to snap a window to the top, bottom, or any of the four corners of the screen. It uses three new helper functions, drawSnapFrame, getSnapDirection, and doSnap, to reduce code duplication and increase readability. It also updates NEWS to indicate the additional

[PATCH v2] wmaker: Add more directions for window snapping.

2014-09-25 Thread Doug Torrance
This patch adds the ability to snap a window to the top, bottom, or any of the four corners of the screen. It uses three new helper functions, drawSnapFrame, getSnapDirection, and doSnap, to reduce code duplication and increase readability. It also updates NEWS to indicate the additional

[PATCH] wmaker: Consistent whitespace in WindowMaker.h.

2014-09-25 Thread Doug Torrance
Previously, the whitespace in WindowMaker was inconsistent, with some indentation using spaces and some using tabs, and a mixture of tabs and spaces used to align comments at the ends of lines. As a result, patches that touched this file would often result in warnings from checkpatch.pl. This

[PATCH 0/2] Updating ChangeLog

2014-09-29 Thread Doug Torrance
with the previous entries through version 0.92.0. [1] https://www.gnu.org/prep/standards/html_node/Change-Logs.html Doug Torrance (2): Add script to update ChangeLog from git log. Update ChangeLog, from version 0.92.0+ to most recent commit. ChangeLog | 2280

[PATCH 1/2] Add script to update ChangeLog from git log.

2014-09-29 Thread Doug Torrance
This patch adds update-changelog.pl, a script which adds the subject line and author of every commit since ChangeLog was last touched by git, in a style consistent with the entries up to version 0.92.0. --- Makefile.am | 2 +- update-changelog.pl | 101

[PATCH 2/2] Update ChangeLog, from version 0.92.0+ to most recent commit.

2014-09-29 Thread Doug Torrance
wWindowSingleFocus() function +- wmaker: add new button and wheel mouse actions +- WPrefs: add new mouse actions configuration + (David Maciejak david.macie...@gmail.com) +- wmaker: Remove dead links from BUGFORM. + (Doug Torrance dtorra...@monmouthcollege.edu) +- wmaker: improve windows listing

[PATCH 3/5] wmmemload: Fix autotools warnings.

2014-10-03 Thread Doug Torrance
In particular, drop the arguments to AM_INIT_AUTOMAKE and merge CPPFLAGS into AM_CPPFLAGS. --- wmmemload/configure.ac| 2 +- wmmemload/src/Makefile.am | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/wmmemload/configure.ac b/wmmemload/configure.ac index

[PATCH 5/5] wmmemload: Fix version check for kernel 3.0.

2014-10-03 Thread Doug Torrance
Based on the patch from Debian by Guillermo Indalecio Fernandez guillermo...@gmail.com: http://sources.debian.net/src/wmmemload/0.1.6-8/debian/patches/04-kernel30.patch/ --- wmmemload/src/mem_linux.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[PATCH 4/5] wmmemload: Fix errors in the manpage.

2014-10-03 Thread Doug Torrance
Several command-line options were incorrectly given in the manpage. Based on the patch from Debian by Philipp Benner phil...@debian.org: http://sources.debian.net/src/wmmemload/0.1.6-8/debian/patches/03-manual.patch/ --- wmmemload/doc/wmmemload.1 | 6 +++--- 1 file changed, 3 insertions(+), 3

[PATCH (dockapps)] wmmemload: Add to webpage database.

2014-10-04 Thread Doug Torrance
--- dockapps.db.in | 7 +++ 1 file changed, 7 insertions(+) diff --git a/dockapps.db.in b/dockapps.db.in index 3558653..5222026 100644 --- a/dockapps.db.in +++ b/dockapps.db.in @@ -175,6 +175,13 @@ url = http://www.goesgens.de/wmkeys.html dockapps = 215 category = General/Others

[PATCH (whome)] Add wmmemload to dockapps webpage.

2014-10-04 Thread Doug Torrance
--- dockapps/dockapps.db| 9 + dockapps/img/wmmemload-bgreen.thumbnail.png | Bin 0 - 2813 bytes 2 files changed, 9 insertions(+) create mode 100644 dockapps/img/wmmemload-bgreen.thumbnail.png diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index

[PATCH 0/8] wmbattery updates

2014-10-05 Thread Doug Torrance
The following patches add a few features and clean up the source code for wmbattery. While I was at it, I ran the script to delete the trailing whitespaces on the entire dockapps repository. Carlos, if these patches are accepted, can you tag the last patch wmbattery-2.45? Thanks! Doug

[PATCH 3/8] wmbattery: Add -x option to run a command when battery is critical.

2014-10-05 Thread Doug Torrance
This is based on the patch by Cristoph Fritz submitted to Debian. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543674 --- wmbattery/wmbattery.1x | 10 +++ wmbattery/wmbattery.c | 81 +- wmbattery/wmbattery.h | 5 3 files

[PATCH 2/8] wmbattery: Remove Debian-specific distribution and urgency from ChangeLog.

2014-10-05 Thread Doug Torrance
--- wmbattery/ChangeLog | 138 ++-- 1 file changed, 69 insertions(+), 69 deletions(-) diff --git a/wmbattery/ChangeLog b/wmbattery/ChangeLog index ca5a0e9..d46c33e 100644 --- a/wmbattery/ChangeLog +++ b/wmbattery/ChangeLog @@ -1,4 +1,4 @@

[PATCH 4/8] wmbattery: Consistent formatting in source.

2014-10-05 Thread Doug Torrance
Modified source files to minimize warnings from checkpatch.pl in Window Maker source tree. --- wmbattery/acpi.c | 120 - wmbattery/acpi.h | 16 +-- wmbattery/simplehal.c | 102 +++ wmbattery/simplehal.h | 4 +- wmbattery/sonypi.c| 29 +++--

[PATCH 7/8] wmbattery: Restore BSD support.

2014-10-05 Thread Doug Torrance
Code that was ripped out of wmbattery for version 1.22, which introduced the dependency on libapm but dropped support for the BSDs, has been restored. --- wmbattery/Makefile | 2 -- wmbattery/apm.h| 29 wmbattery/configure.ac | 7 ++ wmbattery/sonypi.c

[PATCH 5/8] wmbattery: Add copyright header to source.

2014-10-05 Thread Doug Torrance
Copyright information used to be in debian/copyright, which was removed upstream. --- wmbattery/wmbattery.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/wmbattery/wmbattery.c b/wmbattery/wmbattery.c index ad99a07..3a0482e 100644 --- a/wmbattery/wmbattery.c +++

[PATCH 6/8] wmbattery: Add -v option to display version number.

2014-10-05 Thread Doug Torrance
Also, in order to facilitate this, keep track of version number in configure.ac. It was previously only mentioned in ChangeLog. --- wmbattery/configure.ac | 2 +- wmbattery/wmbattery.c | 7 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/wmbattery/configure.ac

[PATCH (whome)] Update dockapp versions.

2014-10-05 Thread Doug Torrance
Most dockapps received new git snapshot versions because of the recent Remove trailing whitespace commit to the dockapps repository. --- dockapps/dockapps.db | 76 +++- 1 file changed, 40 insertions(+), 36 deletions(-) diff --git

[PATCH] wmmemload: Fix FTBFS on the Hurd.

2014-10-07 Thread Doug Torrance
The following patch, by Svante Signell svante.sign...@gmail.com, adds Hurd support to wmmemload. For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764356 --- wmmemload/configure.ac | 5 ++ wmmemload/src/mem_gnu.c | 143

[PATCH 03/11] wmmemload: Remove unused variable.

2014-10-09 Thread Doug Torrance
Avoid the following compiler warning: dockapp.c: In function ‘dockapp_open_window’: dockapp.c:51:16: warning: variable ‘stat’ set but not used [-Wunused-but-set-variable] Status stat; ^ --- wmmemload/src/dockapp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

[PATCH 02/11] wmmemload: Recognize GNU/kFreeBSD as a possible OS during configure.

2014-10-09 Thread Doug Torrance
--- wmmemload/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmmemload/configure.ac b/wmmemload/configure.ac index 8a0dbd8..cb01916 100644 --- a/wmmemload/configure.ac +++ b/wmmemload/configure.ac @@ -97,7 +97,7 @@ linux*) ignore_buffers=yes

[PATCH 01/11] wmmemload: Use sysctl to get memory usage in FreeBSD.

2014-10-09 Thread Doug Torrance
Previously, kvm_read was used to get the memory usage in FreeBSD. However, this has been deprecated in favor of sysctl. This patch implements this change. Some work had previously been done in this direction, as could be seen in the file src/mem_freebsd_sysctl.c. Since this file is no longer

[PATCH 07/11] wmmemload: Read memory correctly with Linux kernel version = 3.14.

2014-10-09 Thread Doug Torrance
Beginning with Linux kernel version 3.14, a new MemAvailable line appears in /proc/meminfo[1]. This caused wmmemload to look for Cached and Buffers one line off of their correct location. The problem was reported in [2]. [1]

[PATCH 04/11] wmmemload: Be consistent in signedness of percentages.

2014-10-09 Thread Doug Torrance
Avoid multiple compiler warnings such as the following: main.c: In function ‘update’: main.c:157:4: warning: pointer targets in passing argument 1 of ‘mem_getusage’ differ in signedness [-Wpointer-sign] mem_getusage(mem_usage, swap_usage, mem_opts); ^ In file included from main.c:29:0:

[PATCH 05/11] wmmemload: Add suggested parentheses.

2014-10-09 Thread Doug Torrance
Avoid the following compiler warning: mem_linux.c: In function ‘mem_init’: mem_linux.c:52:40: warning: suggest parentheses around ‘’ within ‘||’ [-Wparentheses] if (version == 2 patchlevel = 5 sublevel = 1 || \ ^ --- wmmemload/src/mem_linux.c | 4

[PATCH 06/11] wmmemload: Consistent formatting.

2014-10-09 Thread Doug Torrance
Format the source so as to minimize warnings from checkpatch.pl in the Window Maker source tree. --- wmmemload/src/dockapp.c | 506 wmmemload/src/dockapp.h | 6 +- wmmemload/src/main.c| 555 +---

[PATCH 11/11] wmmemload: Release version 0.1.7.

2014-10-09 Thread Doug Torrance
--- wmmemload/ChangeLog| 1 + wmmemload/configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wmmemload/ChangeLog b/wmmemload/ChangeLog index 2e5a052..f17a879 100644 --- a/wmmemload/ChangeLog +++ b/wmmemload/ChangeLog @@ -4,6 +4,7 @@ * Fix compiler warnings.

[PATCH 08/11] wmmemload: Update ChangeLog.

2014-10-09 Thread Doug Torrance
--- wmmemload/ChangeLog | 18 ++ 1 file changed, 18 insertions(+) diff --git a/wmmemload/ChangeLog b/wmmemload/ChangeLog index b993173..2e5a052 100644 --- a/wmmemload/ChangeLog +++ b/wmmemload/ChangeLog @@ -1,3 +1,21 @@ +2014 October 9 + * Use sysctl to get memory usage in

[PATCH 10/11] wmmemload: Add README.

2014-10-09 Thread Doug Torrance
--- wmmemload/README | 30 ++ 1 file changed, 30 insertions(+) diff --git a/wmmemload/README b/wmmemload/README index e69de29..ad28d8f 100644 --- a/wmmemload/README +++ b/wmmemload/README @@ -0,0 +1,30 @@ +____ __ __ __ __ __ __ _

[PATCH (whome)] dockapps/dockapps.db: Add new version of wmmemload.

2014-10-10 Thread Doug Torrance
--- dockapps/dockapps.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index 3fb0915..1720c19 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -245,7 +245,7 @@ dockapps = 215 category = General/Others [wmmemload]

[PATCH 01/25] wmifs: Add version 1.3b1 to repository.

2014-10-22 Thread Doug Torrance
Source obtained from: http://ftp.de.debian.org/debian/pool/main/w/wmifs/wmifs_1.3b1.orig.tar.gz --- wmifs/BUGS | 76 wmifs/CHANGES| 148 +++ wmifs/COPYING| 339 wmifs/HINTS | 105 + wmifs/INSTALL

[PATCH 02/25] wmifs: Add BUFFER_SIZE constant.

2014-10-22 Thread Doug Torrance
Patch by Stephen Pitts smpi...@midsouth.rr.com. First appeared in Debian package version 1.3b1-4. From https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=41746: wmifs started crashing on startup on my system, so I grabbed the source, added -g to the Makefile, and ran it through gdb. (Wow, the

[PATCH 03/25] wmifs: Remove heyho! debugging message.

2014-10-22 Thread Doug Torrance
Patch by Ben Gertzfield c...@debian.org. First appeared in Debian package version 1.3b1-5. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=42297 for more information. --- wmifs/wmifs/wmifs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wmifs/wmifs/wmifs.c

[PATCH 04/25] wmifs: Prevent speedy scrolling problem.

2014-10-22 Thread Doug Torrance
Patch by Barak Pearlmutter b...@cs.unm.edu. First appeared in Debian package version 1.3b1-6. From https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=83003: On my laptop, following a suspend, wmifs scrolls like nuts for a long time. The scroll speed looks the same as for a wmifs that is paused

[PATCH 00/25] Add wmifs to dockapps repository.

2014-10-22 Thread Doug Torrance
? Thanks! Doug Torrance (25): wmifs: Add version 1.3b1 to repository. wmifs: Add BUFFER_SIZE constant. wmifs: Remove heyho! debugging message. wmifs: Prevent speedy scrolling problem. wmifs: Prevent crash when too many devices. wmifs: Update WMIFS_VERSION constant; update Changes. wmifs

[PATCH 05/25] wmifs: Prevent crash when too many devices.

2014-10-22 Thread Doug Torrance
Patch by Chris Hanson c...@martigny.ai.mit.edu. First appeared in Debian package 1.3b1-6. From https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=39922: wmifs crashes with a cryptic X error message when there are more than 4 net devices. This occurs for me because I install vmware, which

[PATCH 07/25] wmifs: Update Makefile.

2014-10-22 Thread Doug Torrance
Patch by Jordi Mallach jo...@debian.org. First appeared in Debian package version 1.3b1-6. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=27458 for more information. --- wmifs/wmifs/Makefile | 38 -- 1 file changed, 24 insertions(+), 14 deletions(-)

[PATCH 06/25] wmifs: Update WMIFS_VERSION constant; update Changes.

2014-10-22 Thread Doug Torrance
Patch by Jordi Mallach jo...@debian.org. First appeared in Debian package version 1.3b1-6. --- wmifs/wmifs/wmifs.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmifs/wmifs/wmifs.c b/wmifs/wmifs/wmifs.c index aaaf846..cfbcc6a 100644 --- a/wmifs/wmifs/wmifs.c +++

[PATCH 08/25] wmifs: Add lock mode.

2014-10-22 Thread Doug Torrance
Patch by Jorge García jorge.gar...@uv.es First appeared in Debian package version 1.3b1-7, revised in 1.3b1-8. For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=26870 --- wmifs/wmifs/wmifs.c | 25 - 1 file changed, 24 insertions(+), 1

[PATCH 10/25] wmifs: Make sampling and scrolling intervals customizable.

2014-10-22 Thread Doug Torrance
Patch by Peter Samuelson pe...@samba-tng.org. First appeared in Debian package version 1.3b1-14. For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=226689 --- wmifs/wmifs/wmifs.c | 43 --- 1 file changed, 32 insertions(+), 11

[PATCH 12/25] wmifs: Add #defines not appearing on all archs.

2014-10-22 Thread Doug Torrance
Patch by Martin A. Godisch godi...@debian.org. First appeared in Debian package version 1.3b1-20. Revised in version 1.3b1-21. --- wmifs/wmifs/wmifs.c | 8 1 file changed, 8 insertions(+) diff --git a/wmifs/wmifs/wmifs.c b/wmifs/wmifs/wmifs.c index b653e6e..9a74fc6 100644 ---

[PATCH 13/25] wmifs: Remaining Debian patches.

2014-10-22 Thread Doug Torrance
This patch consists of all remaining differences between the Debian package version 1.3b1-22 and the original upstream source. They were not mentioned in the Debian changelog. --- wmifs/wmifs/wmifs.c | 38 -- 1 file changed, 12 insertions(+), 26 deletions(-)

[PATCH 11/25] wmifs: Add auto interface.

2014-10-22 Thread Doug Torrance
Patch by Tom Marshall to...@home.tig-grr.com. First appeared in Debian package version 1.3b1-15. For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=204873 --- wmifs/wmifs/wmifs.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git

[PATCH 09/25] wmifs: Display long interface names.

2014-10-22 Thread Doug Torrance
Patch by Davi Leal davil...@terra.es. First appeared in Debian package version 1.3b1-10. Revised by Matyas Koszik kos...@debijan.lonyay.edu.hu for version 1.3b1-11. For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=103083

[PATCH 14/25] wmifs: Delete trailing whitespace.

2014-10-22 Thread Doug Torrance
--- wmifs/BUGS | 14 +- wmifs/CHANGES | 60 +++ wmifs/HINTS | 18 ++-- wmifs/INSTALL | 26 - wmifs/README| 16 +-- wmifs/TODO |

[PATCH 15/25] wmifs: Remove libc5 version.

2014-10-22 Thread Doug Torrance
libc6 was released in 1997... --- wmifs/INSTALL | 6 +- wmifs/wmifs/wmifs-libc5.c | 934 -- 2 files changed, 1 insertion(+), 939 deletions(-) delete mode 100644 wmifs/wmifs/wmifs-libc5.c diff --git a/wmifs/INSTALL b/wmifs/INSTALL index

[PATCH 17/25] wmifs: Update COPYING from http://www.gnu.org/licenses/gpl-2.0.txt.

2014-10-22 Thread Doug Torrance
--- wmifs/COPYING | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/wmifs/COPYING b/wmifs/COPYING index a43ea21..d159169 100644 --- a/wmifs/COPYING +++ b/wmifs/COPYING @@ -1,12 +1,12 @@ - GNU GENERAL PUBLIC LICENSE -

[PATCH 16/25] wmifs: Use consistent formatting style.

2014-10-22 Thread Doug Torrance
Format to minimize warnings and errors from checkpatch.pl in the Window Maker source tree. --- wmifs/wmgeneral/list.c | 157 --- wmifs/wmgeneral/list.h | 20 ++--- wmifs/wmgeneral/misc.c | 193 ++--

[PATCH 18/25] wmifs: Update FSF address.

2014-10-22 Thread Doug Torrance
--- wmifs/wmgeneral/list.c | 4 ++-- wmifs/wmgeneral/list.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wmifs/wmgeneral/list.c b/wmifs/wmgeneral/list.c index 9675233..2ff8208 100644 --- a/wmifs/wmgeneral/list.c +++ b/wmifs/wmgeneral/list.c @@ -21,8 +21,8 @@ GNU

[PATCH 20/25] wmifs: Add to dockapps website.

2014-10-22 Thread Doug Torrance
--- dockapps.db.in | 11 +++ 1 file changed, 11 insertions(+) diff --git a/dockapps.db.in b/dockapps.db.in index 5222026..0292e46 100644 --- a/dockapps.db.in +++ b/dockapps.db.in @@ -153,6 +153,17 @@ url = http://zevv.nl/play/code/wmifinfo/ dockapps = 72 category = Network +[wmifs]

[PATCH 19/25] wmifs: Update email and homepage.

2014-10-22 Thread Doug Torrance
--- wmifs/README | 12 ++-- wmifs/TODO | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/wmifs/README b/wmifs/README index 399da2f..e41cd14 100644 --- a/wmifs/README +++ b/wmifs/README @@ -2,17 +2,17 @@ WMiFS-1.3b - The public BETA release

[PATCH 21/25] wmifs: Remove set but not used variable.

2014-10-22 Thread Doug Torrance
Avoid the following compiler warning: wmifs.c:638:28: warning: variable ‘ppp_old’ set but not used [-Wunused-but-set-variable] struct ppp_stats ppp_cur, ppp_old; ^ --- wmifs/wmifs/wmifs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[PATCH 22/25] wmifs: Use result of fgets.

2014-10-22 Thread Doug Torrance
Remove several compiler warnings of the form wmifs.c:666:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(temp, BUFFER_SIZE, fp); ^ --- wmifs/wmifs/wmifs.c | 20 1 file changed, 16 insertions(+), 4

[PATCH 24/25] wmifs: Add manpage.

2014-10-22 Thread Doug Torrance
Obtained from Debian: http://sources.debian.net/data/main/w/wmifs/1.3b1-22/debian/wmifs.1 --- wmifs/wmifs/Makefile | 7 - wmifs/wmifs/wmifs.1 | 73 2 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 wmifs/wmifs/wmifs.1

[PATCH 23/25] wmifs: Avoid NULL arguments to strdup.

2014-10-22 Thread Doug Torrance
This prevents several compiler warnings such as the following: wmifs.c:422:3: warning: null argument where non-null required (argument 1) [-Wnonnull] left_action = strdup(LEFT_ACTION); ^ --- wmifs/wmifs/wmifs.c | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-)

[PATCH (whome)] Add wmifs to dockapps webpage.

2014-10-23 Thread Doug Torrance
--- dockapps/dockapps.db | 13 + dockapps/img/wmifs.png | Bin 0 - 1216 bytes 2 files changed, 13 insertions(+) create mode 100644 dockapps/img/wmifs.png diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index 1720c19..2151a74 100644 --- a/dockapps/dockapps.db +++

[PATCH] WINGs: Fix decimal/hexadecimal conversion bug in color panel.

2014-10-28 Thread Doug Torrance
In particular, the values were only being converted when the RGB slider was used to pick the color. If another tool was used, e.g., the magnifying glass, th e value was assumed to be decimal, even if hexadecimal was selected. --- WINGs/wcolorpanel.c | 16 +--- 1 file changed, 13

[PATCH 2/3] WINGs: Fix unused parameter compiler warnings in examples.

2014-10-30 Thread Doug Torrance
--- WINGs/Examples/colorpick.c | 1 + WINGs/Examples/fontl.c | 2 ++ WINGs/Examples/puzzle.c| 3 +++ 3 files changed, 6 insertions(+) diff --git a/WINGs/Examples/colorpick.c b/WINGs/Examples/colorpick.c index 24daa2c..3d6a2dc 100644 --- a/WINGs/Examples/colorpick.c +++

[PATCH 1/3] WINGs: Link examples against Xlib.

2014-10-30 Thread Doug Torrance
The font lister WINGs example program was failing to build because it uses the XOpenDisplay() function from Xlib. --- WINGs/Examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WINGs/Examples/Makefile.am b/WINGs/Examples/Makefile.am index 4ddaaf2..cfab01f

[PATCH 3/3] WINGs: Avoid cast from pointer to integer of different size compiler warnings.

2014-10-30 Thread Doug Torrance
--- WINGs/Examples/fontl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WINGs/Examples/fontl.c b/WINGs/Examples/fontl.c index 4f4eaab..a440a22 100644 --- a/WINGs/Examples/fontl.c +++ b/WINGs/Examples/fontl.c @@ -23,6 +23,7 @@ #include stdint.h #include WINGs/WINGs.h

[PATCH 03/16] wmbiff: Fix connection leak.

2014-11-07 Thread Doug Torrance
Patch by Arnaud Giersch arnaud.gier...@iut-bm.univ-fcomte.fr. For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663876 --- wmbiff/wmbiff/socket.c | 4 1 file changed, 4 insertions(+) diff --git a/wmbiff/wmbiff/socket.c b/wmbiff/wmbiff/socket.c index

[PATCH 05/16] wmbiff: Increase number of actions to 40.

2014-11-07 Thread Doug Torrance
Patch by Alberto Morales am...@gulic.org. For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589408 --- wmbiff/wmgeneral/wmgeneral.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmbiff/wmgeneral/wmgeneral.h b/wmbiff/wmgeneral/wmgeneral.h index

[PATCH 00/16] wmbiff patches

2014-11-07 Thread Doug Torrance
I'm currently adopting wmbiff in Debian. These patches consist of one patch already in the Debian wmbiff package, several which have been submitted in bug reports, and a few of my own. Carlos, if these patches are accepted, could you tag the final patch wmbiff-0.4.28? Thanks! Doug Doug

[PATCH 02/16] wmbiff: Fix security.debian.rb script.

2014-11-07 Thread Doug Torrance
Patch by Lothar Ketterer lkette...@users.sourceforge.net For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525749 --- wmbiff/scripts/security.debian.rb | 58 ++- 1 file changed, 15 insertions(+), 43 deletions(-) diff --git

[PATCH 04/16] wmbiff: Allow usernames with more than 32 characters.

2014-11-07 Thread Doug Torrance
Patch by Tommaso Parisi tommasop...@libero.it. For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626393 --- wmbiff/wmbiff/Client.h | 2 +- wmbiff/wmbiff/Imap4Client.c | 8 2 files changed, 5 insertions(+), 5 deletions(-) diff --git

[PATCH 01/16] wmbiff: Remove LZO compression.

2014-11-07 Thread Doug Torrance
GnuTLS LZO support was removed in version 3.0.0. Based on the patch by Andreas Metzler ametz...@debian.org: http://sources.debian.net/src/wmbiff/0.4.27-2.3/debian/patches/15_no_more_LZO.diff/ For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638736 ---

[PATCH 06/16] wmbiff: Remove INSTALL; automatically generated by autotools.

2014-11-07 Thread Doug Torrance
--- wmbiff/INSTALL | 182 - 1 file changed, 182 deletions(-) delete mode 100644 wmbiff/INSTALL diff --git a/wmbiff/INSTALL b/wmbiff/INSTALL deleted file mode 100644 index b42a17a..000 --- a/wmbiff/INSTALL +++ /dev/null @@ -1,182 +0,0

[PATCH 09/16] wmbiff: Fix compiler warnings from deprecated gnutls types.

2014-11-07 Thread Doug Torrance
--- wmbiff/wmbiff/gnutls-common.c | 24 wmbiff/wmbiff/gnutls-common.h | 4 ++-- wmbiff/wmbiff/tlsComm.c | 16 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/wmbiff/wmbiff/gnutls-common.c b/wmbiff/wmbiff/gnutls-common.c index

[PATCH 07/16] wmbiff: Remove arguments to AM_INIT_AUTOMAKE in configure.ac.

2014-11-07 Thread Doug Torrance
This patch serves two purposes: - Avoid a AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated warning when running autoreconf. - Fix syntax error near unexpected token when running configure. --- wmbiff/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 08/16] wmbiff: Fix manpages.

2014-11-07 Thread Doug Torrance
In particular, fix spelling-error-in-manpage, hyphen-used-as-minus-sign, and manpage-has-errors-from-man Lintian warnings from the Debian package. --- wmbiff/wmbiff/wmbiff.1 | 12 ++-- wmbiff/wmbiff/wmbiffrc.5.in | 12 ++-- 2 files changed, 12 insertions(+), 12 deletions(-)

[PATCH 10/16] wmbiff: Fix cast to pointer from integer of different size compiler warning.

2014-11-07 Thread Doug Torrance
--- wmbiff/wmbiff/tlsComm.c | 2 +- wmbiff/wmbiff/tlsComm.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/wmbiff/wmbiff/tlsComm.c b/wmbiff/wmbiff/tlsComm.c index a99afa8..478b555 100644 --- a/wmbiff/wmbiff/tlsComm.c +++ b/wmbiff/wmbiff/tlsComm.c @@ -539,7 +539,7 @@

[PATCH 13/16] wmbiff: Update email address.

2014-11-07 Thread Doug Torrance
--- wmbiff/README | 2 +- wmbiff/configure.ac | 2 +- wmbiff/wmbiff/sample.wmbiffrc | 2 +- wmbiff/wmbiff/wmbiff.1| 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wmbiff/README b/wmbiff/README index 872c9ec..6054a11 100644 ---

[PATCH 14/16] wmbiff: Remove sourceforgeupload target from Makefile; no longer needed.

2014-11-07 Thread Doug Torrance
--- wmbiff/Makefile.am | 4 1 file changed, 4 deletions(-) diff --git a/wmbiff/Makefile.am b/wmbiff/Makefile.am index 1b6e215..c971f1c 100644 --- a/wmbiff/Makefile.am +++ b/wmbiff/Makefile.am @@ -38,7 +38,3 @@ ChangeLog: Makefile configure.ac echo Unable to build ChangeLog

[PATCH 15/16] wmbiff: Update ChangeLog (used git2cl).

2014-11-07 Thread Doug Torrance
--- wmbiff/ChangeLog | 275 +++ 1 file changed, 275 insertions(+) diff --git a/wmbiff/ChangeLog b/wmbiff/ChangeLog index efc9359..4271326 100644 --- a/wmbiff/ChangeLog +++ b/wmbiff/ChangeLog @@ -1,3 +1,278 @@ +2014-11-07 Doug Torrance dtorra

[PATCH 16/16] wmbiff: Release version 0.4.28.

2014-11-07 Thread Doug Torrance
--- wmbiff/NEWS | 3 +++ wmbiff/configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wmbiff/NEWS b/wmbiff/NEWS index c9b3fde..5549ddf 100644 --- a/wmbiff/NEWS +++ b/wmbiff/NEWS @@ -1,5 +1,8 @@ Release Notes ~ +Release 0.4.28 - November 7, 2014 +

[PATCH] debian: Capitalize Maker in X session desktop entry.

2014-11-07 Thread Doug Torrance
--- debian/debianfiles/wmaker-common.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/debianfiles/wmaker-common.desktop b/debian/debianfiles/wmaker-common.desktop index 00edf58..6f88935 100644 --- a/debian/debianfiles/wmaker-common.desktop +++

[PATCH (whome)] dockapps/dockapps.db: Add new version of wmbiff.

2014-11-08 Thread Doug Torrance
--- dockapps/dockapps.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index 2151a74..d46b5db 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -116,7 +116,7 @@ dockapps = 34 category = System Monitoring [wmbiff]

[PATCH 02/17] wmcliphist: Add X11 build flags; otherwise wmcliphist fails to build.

2014-11-22 Thread Doug Torrance
--- wmcliphist/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmcliphist/Makefile b/wmcliphist/Makefile index be3449d..c8ba5a9 100644 --- a/wmcliphist/Makefile +++ b/wmcliphist/Makefile @@ -1,6 +1,6 @@ CC ?= gcc PREFIX = /usr/local -INCLUDES = `pkg-config

[PATCH 00/17] wmcliphist

2014-11-22 Thread Doug Torrance
I'm currently packaging wmcliphist for Debian. The original author gave me his blessing to maintain it, and I feel that it would fit well in the dockapps repo. Carlos, if these patches are accepted, could you tag the first wmcliphist-2.0 and the last wmcliphist-2.1? Thanks! Doug Torrance (17

[PATCH 03/17] wmcliphist: Add sys/stat.h to includes.

2014-11-22 Thread Doug Torrance
Otherwise, we get the following compiler warning: history.c:289:2: warning: implicit declaration of function ‘chmod’ [-Wimplicit-function-declaration] if ((chmod(fname, S_IRUSR|S_IWUSR)) != 0) { ^ --- wmcliphist/wmcliphist.h | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH 04/17] wmcliphist: Fix unused but set variable compiler warning.

2014-11-22 Thread Doug Torrance
In particular, utils.c: In function ‘from_utf8’: utils.c:13:7: warning: variable ‘error_code’ set but not used [-Wunused-but-set-variable] gint error_code; ^ --- wmcliphist/utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmcliphist/utils.c

[PATCH 05/17] wmcliphist: Switch from angled brackets to quotes for local includes.

2014-11-22 Thread Doug Torrance
--- wmcliphist/Makefile | 2 +- wmcliphist/clipboard.c | 2 +- wmcliphist/gui.c| 2 +- wmcliphist/history.c| 2 +- wmcliphist/hotkeys.c| 2 +- wmcliphist/rcconfig.c | 2 +- wmcliphist/utils.c | 2 +- wmcliphist/wmcliphist.c | 30 +++---

[PATCH 08/17] wmcliphist: Replace deprecated GTK symbols.

2014-11-22 Thread Doug Torrance
--- wmcliphist/clipboard.c | 14 - wmcliphist/gui.c| 50 wmcliphist/hotkeys.c| 26 - wmcliphist/wmcliphist.c | 76 - 4 files changed, 83 insertions(+), 83 deletions(-) diff --git

[PATCH 06/17] wmcliphist: Remove trailing whitespace.

2014-11-22 Thread Doug Torrance
--- wmcliphist/Makefile| 2 +- wmcliphist/clipboard.c | 12 +++--- wmcliphist/debug.c | 6 +-- wmcliphist/foodock/LICENSE | 2 +- wmcliphist/foodock/README | 4 +- wmcliphist/foodock/example.c | 6 +--

[PATCH 11/17] wmcliphist: Fix new compiler warnings that appeared after GTK3 transition.

2014-11-22 Thread Doug Torrance
--- wmcliphist/gui.c| 34 -- wmcliphist/wmcliphist.c | 14 -- wmcliphist/wmcliphist.h | 4 +--- 3 files changed, 21 insertions(+), 31 deletions(-) diff --git a/wmcliphist/gui.c b/wmcliphist/gui.c index 0b02b5e..76d84ba 100644 ---

[PATCH 13/17] wmcliphist: Add manpage from Debian.

2014-11-22 Thread Doug Torrance
--- wmcliphist/Makefile | 3 +++ wmcliphist/wmcliphist.1 | 49 + 2 files changed, 52 insertions(+) create mode 100644 wmcliphist/wmcliphist.1 diff --git a/wmcliphist/Makefile b/wmcliphist/Makefile index 109834c..922e7e2 100644 ---

[PATCH 10/17] wmcliphist: Migrate to GTK3; remove bitmaps in favor of Cairo for mask.

2014-11-22 Thread Doug Torrance
--- wmcliphist/Makefile| 8 +++ wmcliphist/gui.c | 4 wmcliphist/icon/ico_16x16.xcf.bz2 | Bin 383 - 0 bytes wmcliphist/icon/ico_16x16_mask.xbm | 7 -- wmcliphist/icon/ico_30x30.xcf.bz2 | Bin 2134 - 0 bytes wmcliphist/icon/ico_30x30_mask.xbm

[PATCH 12/17] wmcliphist: Remove .spec file; not needed upstream.

2014-11-22 Thread Doug Torrance
--- wmcliphist/wmcliphist.spec | 72 -- 1 file changed, 72 deletions(-) delete mode 100644 wmcliphist/wmcliphist.spec diff --git a/wmcliphist/wmcliphist.spec b/wmcliphist/wmcliphist.spec deleted file mode 100644 index 1b5a713..000 ---

[PATCH 07/17] wmcliphist: Remove foodock library; use GTK dockapp code from wmpasman.

2014-11-22 Thread Doug Torrance
--- wmcliphist/Makefile | 8 +- wmcliphist/foodock/LICENSE | 481 --- wmcliphist/foodock/Makefile | 23 --- wmcliphist/foodock/README| 71 --- wmcliphist/foodock/VERSION | 1 - wmcliphist/foodock/example.c | 39

[PATCH 16/17] wmcliphist: Add -b command line option to select which clipboard to manage.

2014-11-22 Thread Doug Torrance
--- wmcliphist/clipboard.c | 10 +- wmcliphist/gui.c| 4 wmcliphist/history.c| 6 +++--- wmcliphist/rcconfig.c | 8 wmcliphist/wmcliphist.1 | 6 +- wmcliphist/wmcliphist.c | 36 +--- wmcliphist/wmcliphist.h | 5 +

[PATCH 15/17] wmcliphist: Add -v command line option to print version.

2014-11-22 Thread Doug Torrance
--- wmcliphist/wmcliphist.1 | 4 +++- wmcliphist/wmcliphist.c | 6 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/wmcliphist/wmcliphist.1 b/wmcliphist/wmcliphist.1 index 7605037..af68043 100644 --- a/wmcliphist/wmcliphist.1 +++ b/wmcliphist/wmcliphist.1 @@ -3,7 +3,7 @@

[PATCH 17/17] wmcliphist: Release version 2.1.

2014-11-22 Thread Doug Torrance
--- wmcliphist/ChangeLog| 7 +++ wmcliphist/NEWS | 2 ++ wmcliphist/wmcliphist.c | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/wmcliphist/ChangeLog b/wmcliphist/ChangeLog index d4a39a2..a3acc8b 100644 --- a/wmcliphist/ChangeLog +++ b/wmcliphist/ChangeLog

[PATCH (dockapps) 0/2] wmcpufreq and wmcliphist webpage info

2014-11-22 Thread Doug Torrance
bc1a137c53e86c4398ca49c2aa9108d417ad9667 Thanks! Doug Torrance (2): Add wmcpufreq information for dockapps webpage. Add wmcliphist information for dockapps webpage. dockapps.db.in | 18 ++ 1 file changed, 18 insertions(+) -- 2.1.0 -- To unsubscribe, send mail to wmaker-dev-unsubscr

<    1   2   3   4   5   6   7   8   9   10   >