[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.5-330-gb1a4f4cf

2014-05-16 Thread crmafra
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project wmaker-crm.git. The branch, next has been updated via b1a4f4cf360a3f5e6e58b65e7b33113bac96c69c (commit) via

[PATCH] WPrefs: remove unfinished background tab from appearances panel code

2014-05-16 Thread Doug Torrance
WPrefs.app/Appearances.c contained code for an unfinished feature in the appearances panel of WPrefs, a tab for setting the background. Since this feature has now been implemented as part of the texture tab (see commit c2aca1a), there is no reason to keep this code. --- WPrefs.app/Appearance.c |

[PATCH] WPrefs: new enum in Appearances.c for tab identifiers to increase readability

2014-05-16 Thread Doug Torrance
--- WPrefs.app/Appearance.c | 26 -- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/WPrefs.app/Appearance.c b/WPrefs.app/Appearance.c index 90690ac..36d09ba 100644 --- a/WPrefs.app/Appearance.c +++ b/WPrefs.app/Appearance.c @@ -126,6 +126,12 @@ typedef

Re: [PATCH] WPrefs: remove unfinished background tab from appearances panel code

2014-05-16 Thread Carlos R. Mafra
On Fri, 16 May 2014 at 9:39:57 -0500, Doug Torrance wrote: Since this feature has now been implemented as part of the texture tab (see commit c2aca1a), there is no reason to keep this code. Just a minor comment. Unless the patch is already in the master branch (which is not the case here)

Re: [PATCH] WPrefs: remove unfinished background tab from appearances panel code

2014-05-16 Thread Torrance, Douglas
On 05/16/2014 12:19 PM, Carlos R. Mafra wrote: Just a minor comment. Unless the patch is already in the master branch (which is not the case here) the commit sha1 is not a perennial reference. So I'd like to suggest that everybody referring to some commit to also write its description line.

[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.5-332-gc150125a

2014-05-16 Thread crmafra
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project wmaker-crm.git. The branch, next has been updated via c150125a5947228db6b2b7822e26a4e2b049f0fa (commit) via

State of the FAQ

2014-05-16 Thread Torrance, Douglas
Hi everyone, Currently, the FAQ distributed with the source is much less up-to-date than the FAQ on the webpage, which itself is also very out-of-date. I'm interested in working to remedy this, but I'd like to get some input so I have a better feel of what direction to take. There are lots of

[PATCH] doc: Update getstyle and setstyle manpages.

2014-05-16 Thread Doug Torrance
The manpages for getstyle and setstyle have not been updated and were missing some options. This patch brings them up to date. In addition, the *TitleExtendSpace options were appearing twice in getstyle.c. One of the unnecessary sets was removed. --- doc/getstyle.1x | 29