<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Public Git Hosting - wmaker-crm.git/rss log</title>
<link>http://repo.or.cz/w/wmaker-crm.git</link>
<description>The Window Maker window manager</description>
<language>en</language>
<managingEditor>crmafra@gmail.com</managingEditor>
<image>
<url>http://repo.or.cz/git-logo.png</url>
<title>Public Git Hosting - wmaker-crm.git/rss log</title>
<link>http://repo.or.cz/w/wmaker-crm.git</link>
</image>
<pubDate>Wed, 8 Feb 2012 10:19:42 +0000</pubDate>
<lastBuildDate>Wed, 8 Feb 2012 10:19:42 +0000</lastBuildDate>
<generator>gitweb v.1.6.5.GIT/1.6.5.GIT</generator>
<item>
<title>debian: Don't include files created under debian/ from previous builds in the tarball.</title>
<author>Martin Dietze &lt;mdietze@gmail.com&gt;</author>
<pubDate>Wed, 8 Feb 2012 08:51:57 +0000</pubDate>
<guid isPermaLink="true">http://repo.or.cz/w/wmaker-crm.git/commitdiff/8f724f65aa59e6db003fead2fcc56abfd569c310</guid>
<link>http://repo.or.cz/w/wmaker-crm.git/commitdiff/8f724f65aa59e6db003fead2fcc56abfd569c310</link>
<description>debian: Don't include files created under debian/ from previous builds in the tarball.</description>
<content:encoded><![CDATA[
<pre>
debian: Don't include files created under debian/ from previous builds in the tarball.
</pre><ul>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/3bc2535968cf37b63ad99e49f91a73a332d5553a..8f724f65aa59e6db003fead2fcc56abfd569c310:/debian/nightly_build.sh">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/8f724f65aa59e6db003fead2fcc56abfd569c310:/debian/nightly_build.sh">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/8f724f65aa59e6db003fead2fcc56abfd569c310?f=debian/nightly_build.sh">H</a>] debian/nightly_build.sh</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>Fix getstyle, again</title>
<author>Carlos R. Mafra &lt;crmafra@gmail.com&gt;</author>
<pubDate>Fri, 3 Feb 2012 01:15:05 +0000</pubDate>
<guid isPermaLink="true">http://repo.or.cz/w/wmaker-crm.git/commitdiff/3bc2535968cf37b63ad99e49f91a73a332d5553a</guid>
<link>http://repo.or.cz/w/wmaker-crm.git/commitdiff/3bc2535968cf37b63ad99e49f91a73a332d5553a</link>
<description>Fix getstyle, again</description>
<content:encoded><![CDATA[
<pre>
Fix getstyle, again

As reported by Paul Seelig, it used to be the case that

getstyle -t ~/GNUstep/Library/WindowMaker/Themes/somefile

would save the current theme, and all old menus (WMRootMenu) were
relying on this.

The problem was that the following piece (from commit 6bf79945)

	if (style_file &amp;&amp; !make_pack)
		print_help(0, 1);

would allow a style_file to be specified and saved to only with the
option -p (which implies make_pack), therefore saving a theme with
-t like the root menu used to do no longer worked.

Now things work fine:

[mafra@Pilar:~]$ ls GNUstep/
Applications/  Apps/  Defaults/  Library/
[mafra@Pilar:~]$ getstyle -t ~/GNUstep/theme
[mafra@Pilar:~]$ ls GNUstep/
Applications/  Apps/  Defaults/  Library/  theme

But also note that trying to save a theme outside of GNUstep/
is not allowed and it prints no error message - perhaps it should...
</pre><ul>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/85b4dba721d3220c2ef20609f32dedc9389915a8..3bc2535968cf37b63ad99e49f91a73a332d5553a:/util/getstyle.c">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/3bc2535968cf37b63ad99e49f91a73a332d5553a:/util/getstyle.c">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/3bc2535968cf37b63ad99e49f91a73a332d5553a?f=util/getstyle.c">H</a>] util/getstyle.c</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>Revert &quot;getstyle: Remove dead code&quot;</title>
<author>Carlos R. Mafra &lt;crmafra@gmail.com&gt;</author>
<pubDate>Thu, 2 Feb 2012 23:47:54 +0000</pubDate>
<guid isPermaLink="true">http://repo.or.cz/w/wmaker-crm.git/commitdiff/85b4dba721d3220c2ef20609f32dedc9389915a8</guid>
<link>http://repo.or.cz/w/wmaker-crm.git/commitdiff/85b4dba721d3220c2ef20609f32dedc9389915a8</link>
<description>Revert &quot;getstyle: Remove dead code&quot;</description>
<content:encoded><![CDATA[
<pre>
Revert &quot;getstyle: Remove dead code&quot;

This reverts commit e06b3005e833d4c34f9b5671daa0cc44f4f9ea52.
</pre><ul>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/f6b7cb39b9f949b26746adcfb72e8a110aa445e5..85b4dba721d3220c2ef20609f32dedc9389915a8:/util/getstyle.c">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/85b4dba721d3220c2ef20609f32dedc9389915a8:/util/getstyle.c">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/85b4dba721d3220c2ef20609f32dedc9389915a8?f=util/getstyle.c">H</a>] util/getstyle.c</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>debian: Symbols update for libWutil2</title>
<author>Rodolfo García Peñas (kix) &lt;kix@kix.es&gt;</author>
<pubDate>Wed, 1 Feb 2012 18:01:27 +0000</pubDate>
<guid isPermaLink="true">http://repo.or.cz/w/wmaker-crm.git/commitdiff/f6b7cb39b9f949b26746adcfb72e8a110aa445e5</guid>
<link>http://repo.or.cz/w/wmaker-crm.git/commitdiff/f6b7cb39b9f949b26746adcfb72e8a110aa445e5</link>
<description>debian: Symbols update for libWutil2</description>
<content:encoded><![CDATA[
<pre>
debian: Symbols update for libWutil2

In commit e1453087f57... the function copy_file() was renamed to
wcopy_file(), then the symbols file needs to be updated.

The changelog includes a new debian bug closed.
</pre><ul>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/37466f492710b267f525d62ab48812bcfeca6485..f6b7cb39b9f949b26746adcfb72e8a110aa445e5:/debian/changelog">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/f6b7cb39b9f949b26746adcfb72e8a110aa445e5:/debian/changelog">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/f6b7cb39b9f949b26746adcfb72e8a110aa445e5?f=debian/changelog">H</a>] debian/changelog</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/37466f492710b267f525d62ab48812bcfeca6485..f6b7cb39b9f949b26746adcfb72e8a110aa445e5:/debian/libwutil2.symbols">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/f6b7cb39b9f949b26746adcfb72e8a110aa445e5:/debian/libwutil2.symbols">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/f6b7cb39b9f949b26746adcfb72e8a110aa445e5?f=debian/libwutil2.symbols">H</a>] debian/libwutil2.symbols</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>Remove forgotten src/text.h</title>
<author>Carlos R. Mafra &lt;crmafra@gmail.com&gt;</author>
<pubDate>Tue, 31 Jan 2012 19:30:17 +0000</pubDate>
<guid isPermaLink="true">http://repo.or.cz/w/wmaker-crm.git/commitdiff/37466f492710b267f525d62ab48812bcfeca6485</guid>
<link>http://repo.or.cz/w/wmaker-crm.git/commitdiff/37466f492710b267f525d62ab48812bcfeca6485</link>
<description>Remove forgotten src/text.h</description>
<content:encoded><![CDATA[
<pre>
Remove forgotten src/text.h

It should have been removed together with src/text.c in
commit 215a57077c998 (&quot;wtext killing spree&quot;).

Thanks to John Robinson for pointing it out.
</pre><ul>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/e1453087f57b2b2e60fad691fe3df7899b325bbf..37466f492710b267f525d62ab48812bcfeca6485:/src/menu.c">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/37466f492710b267f525d62ab48812bcfeca6485:/src/menu.c">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/37466f492710b267f525d62ab48812bcfeca6485?f=src/menu.c">H</a>] src/menu.c</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/e1453087f57b2b2e60fad691fe3df7899b325bbf..37466f492710b267f525d62ab48812bcfeca6485:/src/text.h">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/37466f492710b267f525d62ab48812bcfeca6485:/src/text.h">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/37466f492710b267f525d62ab48812bcfeca6485?f=src/text.h">H</a>] src/text.h</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>WINGs: Rename copy_file() to wcopy_file()</title>
<author>Carlos R. Mafra &lt;crmafra@gmail.com&gt;</author>
<pubDate>Tue, 31 Jan 2012 10:26:59 +0000</pubDate>
<guid isPermaLink="true">http://repo.or.cz/w/wmaker-crm.git/commitdiff/e1453087f57b2b2e60fad691fe3df7899b325bbf</guid>
<link>http://repo.or.cz/w/wmaker-crm.git/commitdiff/e1453087f57b2b2e60fad691fe3df7899b325bbf</link>
<description>WINGs: Rename copy_file() to wcopy_file()</description>
<content:encoded><![CDATA[
<pre>
WINGs: Rename copy_file() to wcopy_file()

...in order to avoid clashes that happen during compilation of
wmakerconf.

This is a new function in WINGs, so renaming it at this point is
not a big deal.

Thanks to Rodolfo García for the heads up.
</pre><ul>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/e9d49306575ca4c84e2d25ea3298360f704bc084..e1453087f57b2b2e60fad691fe3df7899b325bbf:/WINGs/WINGs/WUtil.h">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e1453087f57b2b2e60fad691fe3df7899b325bbf:/WINGs/WINGs/WUtil.h">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e1453087f57b2b2e60fad691fe3df7899b325bbf?f=WINGs/WINGs/WUtil.h">H</a>] WINGs/WINGs/WUtil.h</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/e9d49306575ca4c84e2d25ea3298360f704bc084..e1453087f57b2b2e60fad691fe3df7899b325bbf:/WINGs/findfile.c">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e1453087f57b2b2e60fad691fe3df7899b325bbf:/WINGs/findfile.c">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e1453087f57b2b2e60fad691fe3df7899b325bbf?f=WINGs/findfile.c">H</a>] WINGs/findfile.c</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/e9d49306575ca4c84e2d25ea3298360f704bc084..e1453087f57b2b2e60fad691fe3df7899b325bbf:/WINGs/wcolorpanel.c">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e1453087f57b2b2e60fad691fe3df7899b325bbf:/WINGs/wcolorpanel.c">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e1453087f57b2b2e60fad691fe3df7899b325bbf?f=WINGs/wcolorpanel.c">H</a>] WINGs/wcolorpanel.c</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/e9d49306575ca4c84e2d25ea3298360f704bc084..e1453087f57b2b2e60fad691fe3df7899b325bbf:/util/getstyle.c">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e1453087f57b2b2e60fad691fe3df7899b325bbf:/util/getstyle.c">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e1453087f57b2b2e60fad691fe3df7899b325bbf?f=util/getstyle.c">H</a>] util/getstyle.c</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>debian: New debian version 0.95.1-1</title>
<author>Rodolfo García Peñas (kix) &lt;kix@kix.es&gt;</author>
<pubDate>Sun, 29 Jan 2012 16:07:10 +0000</pubDate>
<guid isPermaLink="true">http://repo.or.cz/w/wmaker-crm.git/commitdiff/e9d49306575ca4c84e2d25ea3298360f704bc084</guid>
<link>http://repo.or.cz/w/wmaker-crm.git/commitdiff/e9d49306575ca4c84e2d25ea3298360f704bc084</link>
<description>debian: New debian version 0.95.1-1</description>
<content:encoded><![CDATA[
<pre>
debian: New debian version 0.95.1-1

This upload includes the debian changes of 0.95.0 and 0.95.1
  - Debian stuff (themes, menus,...) is moved to different folder.
  - Many changes in debian/rules file
    - New files to avoid lines in debian/rules (new menu files)
  - This is a little extract form the debian/changelog file:

  * New upstream version 0.95.1
  * The WINGs's file proplist-compat.h is removed in upstream.
    - Removed the line in debian/libwings-dev.install
  * Updated debian/libwutil2.symbols with new symbol.
  * libpng12-dev dependencies changed to libpng-dev. [Closes: #648123]
  * wterm package suggestion removed.
  * Menu shows &quot;Run...&quot; option. [Closes: #165075]
    Thanks to Andreas Tscharner for their patch.
  * Menu shows the background files [Closes: #655122]
    * Added patch 54_Debian_wmmacros.diff.
      Based on changelog: Marcelo E. Magallon Tue, 17 Nov 1998
  * Xterm and WMPrefs are now Debian specific.
    * Added patch 53_Debian_WMState.diff.
      Based on changelog: Marcelo E. Magallon Sun, 26 Nov 2000
  * Fix wmaker-common dependencies. [Closes: #654668]
    * Manpages moved from wmaker-common to wmaker (Lintian problem).
  * Removed old stuff in wmaker.post* and wmaker-common.post* about
    update-alternatives.
  * Fix to the FTBFS. [Closes: #654524]
  * New debian/watch file
  * New upstream version 0.95.0, now from git. [Closes: #401900]
    [Closes: #514438, #607550, #218110, #583734, #105351, #549157]
    [Closes: #283610, #311563, #310285, #329783, #280819, #284048]
    [Closes: #292391, #361241, #364290, #148370, #287459, #122076]
    [Closes: #175503, #79598, #78088, #68381, #38184, #41434, #41434]
    [Closes: #94960, #39543, #63265, #69499, #94446, #77488, #329783]
    Thanks to Andreas Tscharner for their bug revision.
    * This new version is based in wmaker-crm a wmaker fork, because
      wmaker (original) is not updated.
  * New debian/rules file. [Closes: #590244]
    * Many many changes
    * /usr/lib/WindowMaker/WindowMaker is now /usr/lib/WindowMaker/wmaker
      * wmaker script launch now /usr/lib/WindowMaker/wmaker
  * New maintainer. [Closes: #632875]
  * New package wmaker-common (arch independent files).
  * Removed the asclock diversions from the wmaker install scripts
    wmaker.postrm and wmaker.preinst because asclock binary is not
    included in wmaker package (see asclock package).
  * New package wmaker-common with the arch independent files.
  * debian/patches are now DEP-3.
  * debian/copyright is now DEP-5.
  * Bumped Standars-Version 3.9.2.
  * Manpages moved to upstream.
  * Solved problems with .la files (lintian clean).
  * libwmaker0-dev isn't included, because was removed in upstream.
</pre><ul>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/TODO">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/TODO">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/TODO">H</a>] debian/TODO</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/changelog">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/changelog">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/changelog">H</a>] debian/changelog</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/clean">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/clean">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/clean">H</a>] debian/clean</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/control">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/control">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/control">H</a>] debian/control</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/copyright">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/copyright">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/copyright">H</a>] debian/copyright</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debian.tiff.uu">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debian.tiff.uu">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/debian.tiff.uu">H</a>] debian/debian.tiff.uu</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320:/debian/Debian.theme..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/Theme/Debian">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/Theme/Debian">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/debianfiles/Theme/Debian">H</a>] debian/debianfiles/Theme/Debian</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320:/debian/Debian.theme.txt..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/Theme/Debian.theme.txt">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/Theme/Debian.theme.txt">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/debianfiles/Theme/Debian.theme.txt">H</a>] debian/debianfiles/Theme/Debian.theme.txt</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/Theme/debian.tiff">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/Theme/debian.tiff">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/debianfiles/Theme/debian.tiff">H</a>] debian/debianfiles/Theme/debian.tiff</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/conf/WMRootMenu">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/conf/WMRootMenu">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/debianfiles/conf/WMRootMenu">H</a>] debian/debianfiles/conf/WMRootMenu</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320:/debian/WMWindowAttributes..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/conf/WMWindowAttributes">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/conf/WMWindowAttributes">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/debianfiles/conf/WMWindowAttributes">H</a>] debian/debianfiles/conf/WMWindowAttributes</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320:/debian/WindowMaker.default..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/conf/WindowMaker">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/conf/WindowMaker">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/debianfiles/conf/WindowMaker">H</a>] debian/debianfiles/conf/WindowMaker</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/menu/menu.posthook">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/menu/menu.posthook">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/debianfiles/menu/menu.posthook">H</a>] debian/debianfiles/menu/menu.posthook</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/menu/menu.prehook">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/menu/menu.prehook">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/debianfiles/menu/menu.prehook">H</a>] debian/debianfiles/menu/menu.prehook</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320:/debian/appearance.menu-method..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/menu/wmappearance">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/menu/wmappearance">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/debianfiles/menu/wmappearance">H</a>] debian/debianfiles/menu/wmappearance</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320:/debian/upgrade-windowmaker-defaults..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/upgrade-windowmaker-defaults">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/upgrade-windowmaker-defaults">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/debianfiles/upgrade-windowmaker-defaults">H</a>] debian/debianfiles/upgrade-windowmaker-defaults</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320:/debian/wmaker.sh..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/wmaker">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/wmaker">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/debianfiles/wmaker">H</a>] debian/debianfiles/wmaker</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320:/debian/wmaker-common.desktop..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/wmaker-common.desktop">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/debianfiles/wmaker-common.desktop">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/debianfiles/wmaker-common.desktop">H</a>] debian/debianfiles/wmaker-common.desktop</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwings-dev.changelog-upstream">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwings-dev.changelog-upstream">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/libwings-dev.changelog-upstream">H</a>] debian/libwings-dev.changelog-upstream</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwings-dev.docs">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwings-dev.docs">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/libwings-dev.docs">H</a>] debian/libwings-dev.docs</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwings-dev.install">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwings-dev.install">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/libwings-dev.install">H</a>] debian/libwings-dev.install</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwings2.changelog-upstream">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwings2.changelog-upstream">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/libwings2.changelog-upstream">H</a>] debian/libwings2.changelog-upstream</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwings2.symbols">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwings2.symbols">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/libwings2.symbols">H</a>] debian/libwings2.symbols</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwmaker0-dev.install">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwmaker0-dev.install">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/libwmaker0-dev.install">H</a>] debian/libwmaker0-dev.install</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwraster3-dev.changelog-upstream">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwraster3-dev.changelog-upstream">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/libwraster3-dev.changelog-upstream">H</a>] debian/libwraster3-dev.changelog-upstream</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwraster3.changelog-upstream">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwraster3.changelog-upstream">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/libwraster3.changelog-upstream">H</a>] debian/libwraster3.changelog-upstream</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwraster3.docs">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwraster3.docs">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/libwraster3.docs">H</a>] debian/libwraster3.docs</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwraster3.postinst">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwraster3.postinst">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/libwraster3.postinst">H</a>] debian/libwraster3.postinst</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwraster3.symbols">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwraster3.symbols">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/libwraster3.symbols">H</a>] debian/libwraster3.symbols</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwutil2.changelog-upstream">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwutil2.changelog-upstream">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/libwutil2.changelog-upstream">H</a>] debian/libwutil2.changelog-upstream</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwutil2.symbols">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/libwutil2.symbols">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/libwutil2.symbols">H</a>] debian/libwutil2.symbols</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/patches/52_libwmaker0dev.diff">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/patches/52_libwmaker0dev.diff">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/patches/52_libwmaker0dev.diff">H</a>] debian/patches/52_libwmaker0dev.diff</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/patches/53_Debian_WMState.diff">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/patches/53_Debian_WMState.diff">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/patches/53_Debian_WMState.diff">H</a>] debian/patches/53_Debian_WMState.diff</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/patches/54_Debian_wmmacros.diff">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/patches/54_Debian_wmmacros.diff">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/patches/54_Debian_wmmacros.diff">H</a>] debian/patches/54_Debian_wmmacros.diff</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/patches/series">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/patches/series">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/patches/series">H</a>] debian/patches/series</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/rules">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/rules">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/rules">H</a>] debian/rules</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/source/include-binaries">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/source/include-binaries">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/source/include-binaries">H</a>] debian/source/include-binaries</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/source/options">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/source/options">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/source/options">H</a>] debian/source/options</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/watch">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/watch">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/watch">H</a>] debian/watch</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker-common.changelog-upstream">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker-common.changelog-upstream">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/wmaker-common.changelog-upstream">H</a>] debian/wmaker-common.changelog-upstream</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker-common.docs">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker-common.docs">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/wmaker-common.docs">H</a>] debian/wmaker-common.docs</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker-common.install">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker-common.install">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/wmaker-common.install">H</a>] debian/wmaker-common.install</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker-common.lintian-overrides">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker-common.lintian-overrides">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/wmaker-common.lintian-overrides">H</a>] debian/wmaker-common.lintian-overrides</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker-common.manpages">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker-common.manpages">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/wmaker-common.manpages">H</a>] debian/wmaker-common.manpages</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker-common.postinst">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker-common.postinst">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/wmaker-common.postinst">H</a>] debian/wmaker-common.postinst</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker-common.postrm">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker-common.postrm">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/wmaker-common.postrm">H</a>] debian/wmaker-common.postrm</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker-dbg.changelog-upstream">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker-dbg.changelog-upstream">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/wmaker-dbg.changelog-upstream">H</a>] debian/wmaker-dbg.changelog-upstream</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker.changelog-upstream">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker.changelog-upstream">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/wmaker.changelog-upstream">H</a>] debian/wmaker.changelog-upstream</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker.install">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker.install">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/wmaker.install">H</a>] debian/wmaker.install</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker.links">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker.links">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/wmaker.links">H</a>] debian/wmaker.links</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker.lintian-overrides">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker.lintian-overrides">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/wmaker.lintian-overrides">H</a>] debian/wmaker.lintian-overrides</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker.manpages">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker.manpages">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/wmaker.manpages">H</a>] debian/wmaker.manpages</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker.menu">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker.menu">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/wmaker.menu">H</a>] debian/wmaker.menu</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker.postinst">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker.postinst">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/wmaker.postinst">H</a>] debian/wmaker.postinst</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320..e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker.postrm">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/e9d49306575ca4c84e2d25ea3298360f704bc084:/debian/wmaker.postrm">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/e9d49306575ca4c84e2d25ea3298360f704bc084?f=debian/wmaker.postrm">H</a>] debian/wmaker.postrm</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>Window Maker 0.95.1</title>
<author>Carlos R. Mafra &lt;crmafra@gmail.com&gt;</author>
<pubDate>Sun, 29 Jan 2012 11:12:04 +0000</pubDate>
<guid isPermaLink="true">http://repo.or.cz/w/wmaker-crm.git/commitdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320</guid>
<link>http://repo.or.cz/w/wmaker-crm.git/commitdiff/b618febb2c52a3ad3c6d77ec3559c8abebe28320</link>
<description>Window Maker 0.95.1</description>
<content:encoded><![CDATA[
<pre>
Window Maker 0.95.1
</pre><ul>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/73eaddfa3a02734c0a7c7d23724b745b0920ef33..b618febb2c52a3ad3c6d77ec3559c8abebe28320:/configure.ac">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/b618febb2c52a3ad3c6d77ec3559c8abebe28320:/configure.ac">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/b618febb2c52a3ad3c6d77ec3559c8abebe28320?f=configure.ac">H</a>] configure.ac</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>Make ProgName a local variable</title>
<author>Rodolfo García Peñas (kix) &lt;kix@kix.es&gt;</author>
<pubDate>Wed, 25 Jan 2012 08:04:41 +0000</pubDate>
<guid isPermaLink="true">http://repo.or.cz/w/wmaker-crm.git/commitdiff/73eaddfa3a02734c0a7c7d23724b745b0920ef33</guid>
<link>http://repo.or.cz/w/wmaker-crm.git/commitdiff/73eaddfa3a02734c0a7c7d23724b745b0920ef33</link>
<description>Make ProgName a local variable</description>
<content:encoded><![CDATA[
<pre>
Make ProgName a local variable

ProgName in WindowMaker.h is not needed because this variable is used only
in main.c
</pre><ul>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/a2c297e6a71bfe323589f798bb4a65921b41068b..73eaddfa3a02734c0a7c7d23724b745b0920ef33:/src/WindowMaker.h">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/73eaddfa3a02734c0a7c7d23724b745b0920ef33:/src/WindowMaker.h">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/73eaddfa3a02734c0a7c7d23724b745b0920ef33?f=src/WindowMaker.h">H</a>] src/WindowMaker.h</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>Remove unused variables</title>
<author>Rodolfo García Peñas (kix) &lt;kix@kix.es&gt;</author>
<pubDate>Wed, 25 Jan 2012 08:15:44 +0000</pubDate>
<guid isPermaLink="true">http://repo.or.cz/w/wmaker-crm.git/commitdiff/a2c297e6a71bfe323589f798bb4a65921b41068b</guid>
<link>http://repo.or.cz/w/wmaker-crm.git/commitdiff/a2c297e6a71bfe323589f798bb4a65921b41068b</link>
<description>Remove unused variables</description>
<content:encoded><![CDATA[
<pre>
Remove unused variables
</pre><ul>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/31b5ee1a5f1e176073443b35a83daab7823e97b3..a2c297e6a71bfe323589f798bb4a65921b41068b:/src/main.c">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/a2c297e6a71bfe323589f798bb4a65921b41068b:/src/main.c">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/a2c297e6a71bfe323589f798bb4a65921b41068b?f=src/main.c">H</a>] src/main.c</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/31b5ee1a5f1e176073443b35a83daab7823e97b3..a2c297e6a71bfe323589f798bb4a65921b41068b:/src/wdefaults.c">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/a2c297e6a71bfe323589f798bb4a65921b41068b:/src/wdefaults.c">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/a2c297e6a71bfe323589f798bb4a65921b41068b?f=src/wdefaults.c">H</a>] src/wdefaults.c</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>event.c: Make two functions static</title>
<author>Carlos R. Mafra &lt;crmafra@gmail.com&gt;</author>
<pubDate>Sat, 28 Jan 2012 14:48:13 +0000</pubDate>
<guid isPermaLink="true">http://repo.or.cz/w/wmaker-crm.git/commitdiff/31b5ee1a5f1e176073443b35a83daab7823e97b3</guid>
<link>http://repo.or.cz/w/wmaker-crm.git/commitdiff/31b5ee1a5f1e176073443b35a83daab7823e97b3</link>
<description>event.c: Make two functions static</description>
<content:encoded><![CDATA[
<pre>
event.c: Make two functions static

Saves 120 bytes:

[mafra@Pilar:wmaker.git]$ size src/event.o*
   text    data     bss     dec     hex filename
  12568       0    1068   13636    3544 src/event.o.new
  12688       0    1068   13756    35bc src/event.o.old
</pre><ul>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/3bc48f089325a9cf014aea6d38c3f17d9d0bb193..31b5ee1a5f1e176073443b35a83daab7823e97b3:/src/event.c">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/31b5ee1a5f1e176073443b35a83daab7823e97b3:/src/event.c">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/31b5ee1a5f1e176073443b35a83daab7823e97b3?f=src/event.c">H</a>] src/event.c</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>Info panel: Shorten memory line and simplify code a bit</title>
<author>Carlos R. Mafra &lt;crmafra@gmail.com&gt;</author>
<pubDate>Sun, 22 Jan 2012 18:04:47 +0000</pubDate>
<guid isPermaLink="true">http://repo.or.cz/w/wmaker-crm.git/commitdiff/3bc48f089325a9cf014aea6d38c3f17d9d0bb193</guid>
<link>http://repo.or.cz/w/wmaker-crm.git/commitdiff/3bc48f089325a9cf014aea6d38c3f17d9d0bb193</link>
<description>Info panel: Shorten memory line and simplify code a bit</description>
<content:encoded><![CDATA[
<pre>
Info panel: Shorten memory line and simplify code a bit

With the fonts I use here, the memory information line in the &quot;Info panel&quot;
did not fit inside the window. So make that line a bit shorter by displaying

	Total memory allocated: 2600 kB (in use: 2182 kB)

instead of

	Total allocated memory: 2600 kB. Total memory in use: 2182 kB.

Furthermore, the surrounding code was a bit convoluted to display either

&quot;Additional support for: WMSPEC&quot;

or

&quot;Additional support for: WMSPEC and MW&quot;

As WMSPEC is always present and it doesn't seem we are adding more stuff
to support, one can do the same with a shorter code which reads a little
bit better.
</pre><ul>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/cbe2f4e61a12b6bb13469f1eac7df14bbf423128..3bc48f089325a9cf014aea6d38c3f17d9d0bb193:/src/dialog.c">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/3bc48f089325a9cf014aea6d38c3f17d9d0bb193:/src/dialog.c">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/3bc48f089325a9cf014aea6d38c3f17d9d0bb193?f=src/dialog.c">H</a>] src/dialog.c</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>Inotify: Reload keyboard shortcut definitions when configuration changes</title>
<author>Carlos R. Mafra &lt;crmafra@gmail.com&gt;</author>
<pubDate>Sun, 22 Jan 2012 16:11:04 +0000</pubDate>
<guid isPermaLink="true">http://repo.or.cz/w/wmaker-crm.git/commitdiff/cbe2f4e61a12b6bb13469f1eac7df14bbf423128</guid>
<link>http://repo.or.cz/w/wmaker-crm.git/commitdiff/cbe2f4e61a12b6bb13469f1eac7df14bbf423128</link>
<description>Inotify: Reload keyboard shortcut definitions when configuration changes</description>
<content:encoded><![CDATA[
<pre>
Inotify: Reload keyboard shortcut definitions when configuration changes

Despite having the inotify mechanism compiled in my WM, everytime I
changed a keyboard shortcut definition in the WMRootMenu via WPrefs
I was required to open the WMRootMenu (eg with the F12 key) for the
change to take effect...annoying.

So explicitly reload the key bindings when a modification inside
~/GNUstep/Defaults/ is detected. As the inotify mechanism calls the
function wDefaultsCheckDomains() when that happens, let's add a call
to rebind_key_grabs() in there.

Now it works fine and changes are automatically in effect once WPrefs
writes the menu.

PS: rebindKeygrabs() renamed to rebind_key_grabs()...
</pre><ul>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/c33455fdb4763391cd88ee124e138b118306403f..cbe2f4e61a12b6bb13469f1eac7df14bbf423128:/src/defaults.c">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/cbe2f4e61a12b6bb13469f1eac7df14bbf423128:/src/defaults.c">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/cbe2f4e61a12b6bb13469f1eac7df14bbf423128?f=src/defaults.c">H</a>] src/defaults.c</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/c33455fdb4763391cd88ee124e138b118306403f..cbe2f4e61a12b6bb13469f1eac7df14bbf423128:/src/rootmenu.c">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/cbe2f4e61a12b6bb13469f1eac7df14bbf423128:/src/rootmenu.c">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/cbe2f4e61a12b6bb13469f1eac7df14bbf423128?f=src/rootmenu.c">H</a>] src/rootmenu.c</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/c33455fdb4763391cd88ee124e138b118306403f..cbe2f4e61a12b6bb13469f1eac7df14bbf423128:/src/rootmenu.h">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/cbe2f4e61a12b6bb13469f1eac7df14bbf423128:/src/rootmenu.h">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/cbe2f4e61a12b6bb13469f1eac7df14bbf423128?f=src/rootmenu.h">H</a>] src/rootmenu.h</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>Inotify: Use wwarning() instead of fprintf()</title>
<author>Carlos R. Mafra &lt;crmafra@gmail.com&gt;</author>
<pubDate>Sun, 22 Jan 2012 10:16:20 +0000</pubDate>
<guid isPermaLink="true">http://repo.or.cz/w/wmaker-crm.git/commitdiff/c33455fdb4763391cd88ee124e138b118306403f</guid>
<link>http://repo.or.cz/w/wmaker-crm.git/commitdiff/c33455fdb4763391cd88ee124e138b118306403f</link>
<description>Inotify: Use wwarning() instead of fprintf()</description>
<content:encoded><![CDATA[
<pre>
Inotify: Use wwarning() instead of fprintf()
</pre><ul>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/edeca34be95782efb07c24a9108886c950da5e10..c33455fdb4763391cd88ee124e138b118306403f:/src/event.c">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/c33455fdb4763391cd88ee124e138b118306403f:/src/event.c">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/c33455fdb4763391cd88ee124e138b118306403f?f=src/event.c">H</a>] src/event.c</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>WPrefs: Remove extra include of src/wconfig.h</title>
<author>Rodolfo García Peñas (kix) &lt;kix@kix.es&gt;</author>
<pubDate>Sat, 21 Jan 2012 12:49:12 +0000</pubDate>
<guid isPermaLink="true">http://repo.or.cz/w/wmaker-crm.git/commitdiff/edeca34be95782efb07c24a9108886c950da5e10</guid>
<link>http://repo.or.cz/w/wmaker-crm.git/commitdiff/edeca34be95782efb07c24a9108886c950da5e10</link>
<description>WPrefs: Remove extra include of src/wconfig.h</description>
<content:encoded><![CDATA[
<pre>
WPrefs: Remove extra include of src/wconfig.h

The file ../src/wconfig.h is included twice, remove one entry.
</pre><ul>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/3ae34b958c8519618f0fbd648eee10118a783ed2..edeca34be95782efb07c24a9108886c950da5e10:/WPrefs.app/WPrefs.h">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/edeca34be95782efb07c24a9108886c950da5e10:/WPrefs.app/WPrefs.h">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/edeca34be95782efb07c24a9108886c950da5e10?f=WPrefs.app/WPrefs.h">H</a>] WPrefs.app/WPrefs.h</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>WPrefs: Remove duplicated function captureShortcut()</title>
<author>Rodolfo García Peñas (kix) &lt;kix@kix.es&gt;</author>
<pubDate>Tue, 17 Jan 2012 20:43:58 +0000</pubDate>
<guid isPermaLink="true">http://repo.or.cz/w/wmaker-crm.git/commitdiff/3ae34b958c8519618f0fbd648eee10118a783ed2</guid>
<link>http://repo.or.cz/w/wmaker-crm.git/commitdiff/3ae34b958c8519618f0fbd648eee10118a783ed2</link>
<description>WPrefs: Remove duplicated function captureShortcut()</description>
<content:encoded><![CDATA[
<pre>
WPrefs: Remove duplicated function captureShortcut()

The function captureShortcut() is implemented in both files KeyboardShortcuts.c
and Menu.c, with just a minor difference regarding the conversion to upper case.

To unify them, define a new function which includes a new boolean paramenter to
dictate whether the upper case conversion should be done or not.
</pre><ul>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/809c536879ebe339a5e4388669a389cb26835b3d..3ae34b958c8519618f0fbd648eee10118a783ed2:/WPrefs.app/KeyboardShortcuts.c">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/3ae34b958c8519618f0fbd648eee10118a783ed2:/WPrefs.app/KeyboardShortcuts.c">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/3ae34b958c8519618f0fbd648eee10118a783ed2?f=WPrefs.app/KeyboardShortcuts.c">H</a>] WPrefs.app/KeyboardShortcuts.c</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/809c536879ebe339a5e4388669a389cb26835b3d..3ae34b958c8519618f0fbd648eee10118a783ed2:/WPrefs.app/Menu.c">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/3ae34b958c8519618f0fbd648eee10118a783ed2:/WPrefs.app/Menu.c">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/3ae34b958c8519618f0fbd648eee10118a783ed2?f=WPrefs.app/Menu.c">H</a>] WPrefs.app/Menu.c</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>WINGs: Remove proplist-compat.h</title>
<author>Rodolfo García Peñas (kix) &lt;kix@kix.es&gt;</author>
<pubDate>Tue, 17 Jan 2012 18:32:44 +0000</pubDate>
<guid isPermaLink="true">http://repo.or.cz/w/wmaker-crm.git/commitdiff/809c536879ebe339a5e4388669a389cb26835b3d</guid>
<link>http://repo.or.cz/w/wmaker-crm.git/commitdiff/809c536879ebe339a5e4388669a389cb26835b3d</link>
<description>WINGs: Remove proplist-compat.h</description>
<content:encoded><![CDATA[
<pre>
WINGs: Remove proplist-compat.h

It is not needed to compile Window Maker and it is not used by other
applications (tested in Debian). Therefore the file should be removed.
</pre><ul>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/69d2e5187613a41b0f883885fb3575a43f7f2226..809c536879ebe339a5e4388669a389cb26835b3d:/WINGs/WINGs/Makefile.am">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/809c536879ebe339a5e4388669a389cb26835b3d:/WINGs/WINGs/Makefile.am">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/809c536879ebe339a5e4388669a389cb26835b3d?f=WINGs/WINGs/Makefile.am">H</a>] WINGs/WINGs/Makefile.am</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/69d2e5187613a41b0f883885fb3575a43f7f2226..809c536879ebe339a5e4388669a389cb26835b3d:/WINGs/WINGs/proplist-compat.h">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/809c536879ebe339a5e4388669a389cb26835b3d:/WINGs/WINGs/proplist-compat.h">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/809c536879ebe339a5e4388669a389cb26835b3d?f=WINGs/WINGs/proplist-compat.h">H</a>] WINGs/WINGs/proplist-compat.h</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>WPrefs: Remove trimstr() and use wtrimspace() from WINGs</title>
<author>Carlos R. Mafra &lt;crmafra@gmail.com&gt;</author>
<pubDate>Thu, 19 Jan 2012 01:12:58 +0000</pubDate>
<guid isPermaLink="true">http://repo.or.cz/w/wmaker-crm.git/commitdiff/69d2e5187613a41b0f883885fb3575a43f7f2226</guid>
<link>http://repo.or.cz/w/wmaker-crm.git/commitdiff/69d2e5187613a41b0f883885fb3575a43f7f2226</link>
<description>WPrefs: Remove trimstr() and use wtrimspace() from WINGs</description>
<content:encoded><![CDATA[
<pre>
WPrefs: Remove trimstr() and use wtrimspace() from WINGs

There's no need to have a private function while there's one in WINGs.

Besides that, it does not remove trailing whitespaces appropriately as I
just tested by adding trailing space in the shortcut captured by WPrefs.
It is not trimmed before saving it:

[mafra@Pilar:Defaults]$ grep CloseKey WindowMaker
  CloseKey = &quot;Mod1+C    &quot;;

Using wtrimspace() fixes that and even saves 208 bytes of code:

[mafra@Pilar:WPrefs.app]$ size KeyboardShortcuts.o.*
   text    data     bss     dec     hex filename
   7703       0       0    7703    1e17 KeyboardShortcuts.o.new
   7911       0       0    7911    1ee7 KeyboardShortcuts.o.old

Signed-off-by: Carlos R. Mafra &lt;crmafra@gmail.com&gt;
</pre><ul>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/171eca8b64a024e6f08c1026dd49599a6742ccac..69d2e5187613a41b0f883885fb3575a43f7f2226:/WPrefs.app/KeyboardShortcuts.c">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/69d2e5187613a41b0f883885fb3575a43f7f2226:/WPrefs.app/KeyboardShortcuts.c">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/69d2e5187613a41b0f883885fb3575a43f7f2226?f=WPrefs.app/KeyboardShortcuts.c">H</a>] WPrefs.app/KeyboardShortcuts.c</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>Get rid of cropline(), use wtrimspace() instead</title>
<author>Carlos R. Mafra &lt;crmafra@gmail.com&gt;</author>
<pubDate>Tue, 17 Jan 2012 15:34:15 +0000</pubDate>
<guid isPermaLink="true">http://repo.or.cz/w/wmaker-crm.git/commitdiff/171eca8b64a024e6f08c1026dd49599a6742ccac</guid>
<link>http://repo.or.cz/w/wmaker-crm.git/commitdiff/171eca8b64a024e6f08c1026dd49599a6742ccac</link>
<description>Get rid of cropline(), use wtrimspace() instead</description>
<content:encoded><![CDATA[
<pre>
Get rid of cropline(), use wtrimspace() instead

There is code duplication with the cropline() function, so get rid
of it and use WINGs wtrimspace() instead.

Signed-off-by: Carlos R. Mafra &lt;crmafra@gmail.com&gt;
</pre><ul>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/3c2b3792a6b6a7c970fd9d12ba7efbe0a00a87b5..171eca8b64a024e6f08c1026dd49599a6742ccac:/src/rootmenu.c">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/171eca8b64a024e6f08c1026dd49599a6742ccac:/src/rootmenu.c">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/171eca8b64a024e6f08c1026dd49599a6742ccac?f=src/rootmenu.c">H</a>] src/rootmenu.c</li>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/3c2b3792a6b6a7c970fd9d12ba7efbe0a00a87b5..171eca8b64a024e6f08c1026dd49599a6742ccac:/src/workspace.c">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/171eca8b64a024e6f08c1026dd49599a6742ccac:/src/workspace.c">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/171eca8b64a024e6f08c1026dd49599a6742ccac?f=src/workspace.c">H</a>] src/workspace.c</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>Remove endian swap for icon image data.</title>
<author>GhostlyDeath &lt;ghostlydeath@gmail.com&gt;</author>
<pubDate>Tue, 17 Jan 2012 00:00:16 +0000</pubDate>
<guid isPermaLink="true">http://repo.or.cz/w/wmaker-crm.git/commitdiff/3c2b3792a6b6a7c970fd9d12ba7efbe0a00a87b5</guid>
<link>http://repo.or.cz/w/wmaker-crm.git/commitdiff/3c2b3792a6b6a7c970fd9d12ba7efbe0a00a87b5</link>
<description>Remove endian swap for icon image data.</description>
<content:encoded><![CDATA[
<pre>
Remove endian swap for icon image data.

On my PowerPC Debian Squeeze System, the icons are colored
incorrectly. This patch removes the swapping of the data on Big Endian
systems, thus causing the icons to be colored correctly.

The data appears to already be in the native endian format.
</pre><ul>
<li>[<a title="diff" href="http://repo.or.cz/w/wmaker-crm.git/blobdiff/215a57077c9989a47679e556ce33016ebab9de37..3c2b3792a6b6a7c970fd9d12ba7efbe0a00a87b5:/src/wmspec.c">D</a><a class="blamelink" title="blame" href="http://repo.or.cz/w/wmaker-crm.git/blame/3c2b3792a6b6a7c970fd9d12ba7efbe0a00a87b5:/src/wmspec.c">B</a><a title="history" href="http://repo.or.cz/w/wmaker-crm.git/history/3c2b3792a6b6a7c970fd9d12ba7efbe0a00a87b5?f=src/wmspec.c">H</a>] src/wmspec.c</li>
</ul>]]>
</content:encoded>
</item>
</channel>
</rss>

