debian: Update with version 0.95.8-2 packaging.
[wmaker-crm.git] / debian / changelog
blob09f1297e4fbf3df5a4d311d3387a46d81c1bf49d
1 wmaker (0.95.8-2) unstable; urgency=low
3   [ Doug Torrance ]
4   * Remove and replace the deprecated Debian menu.  The list of
5     applications is now generated by the wmmenugen utility (with some
6     patches from upstream's development branch) from .desktop files in
7     /usr/share/applications.  This gives a decent approximation of
8     compliance with freedesktop.org's menu standards (Closes: #868431).
9   * Bump Standards-Version to 4.0.1.
10   * Use dh_installwm to register Window Maker with update-alternatives.
11     In particular, we add a new file, debian/wmaker.wm, and a new target,
12     override_dh_installwm, to debian/rules which sets the priority.
13     To accommodate this, we move the manpage from wmaker-common to
14     wmaker.
15   * Bump debhelper compatibility level to 10.
16   * Remove explicit call to dh_autoreconf; enabled by default in
17     debhelper 10.
19   [ Andreas Metzler ]
20   * Handle removal of menu-methods on upgrades (orphaned conffiles) with
21     debian/wmaker{,-common}.maintscript. Remove generated menufiles
22     (etc/GNUstep/Defaults/appearance.menu and /etc/GNUstep/Defaults/menu.hook
23     on upgrades and purge.
24   * Because of the moved manpage (which in turn is needed for using
25     dh_installwm) wmaker breaks/replaces wmaker-common (<< 0.95.8-2~).
26   * Ship our menu as /etc/GNUstep/Defaults/plmenu.Debian and add a symlink
27     to it as /usr/share/WindowMaker/menu.hook to make the menu accessible for
28     upgraded installations.
30  -- Andreas Metzler <ametzler@debian.org>  Mon, 14 Aug 2017 14:11:24 +0200
32 wmaker (0.95.8-1) unstable; urgency=low
34   * Upload to unstable.
36  -- Andreas Metzler <ametzler@debian.org>  Sun, 09 Jul 2017 13:35:24 +0200
38 wmaker (0.95.8-1~exp2) experimental; urgency=medium
40   [ Doug Torrance ]
41   * debian/debianfiles/Themes/Debian.style
42     - Rename from just "Debian" for consistency with other Window
43       Maker themes.
44   * debian/debianfiles/upgrade-windowmaker-defaults
45     - Delete archaic script. It was intended to help users upgrade
46       Window Maker 15+ years ago when the configuration file syntax
47       was not stable.  No longer necessary.
48   * debian/libwings3.symbols
49     - Remove MISSING comment lines.
50   * debian/libwings-dev.examples
51     - New file; install WINGs examples.
52   * debian/libwmaker-dev.install
53     - Install libwmaker pkg-config file.
54   * debian/patches/50_def_config_paths.diff
55     - Remove unnecessary patch. It added /etc/GNUstep/Defaults to
56       the DEF_CONFIG_PATHS macro, but the files needed in the paths
57       referenced in this macro (in particular, menu, autostart, and
58       exitscript) will not be located there.
59   * debian/patches/53_Debian_WMState.diff
60     - Update patch.  The path to WPrefs is already set correctly
61       during build; we do not need to set it explicitly.
62   * debian/README.Debian
63     - Remove notes about upgrading from very old (15+ years ago)
64       versions of Window Maker.
65   * debian/watch
66     - Bump to uscan v4 and simplify using new strings.
67   * debian/wmaker.dirs
68     - Remove unnecessary file
69   * debian/wmaker-common.dirs
70     - Remove redundant lines.
71   * debian/wmaker-common.docs
72     - Do not specify installation of debian/copyright;
73       dh_installdocs already installs it by default.
74   * debian/wmaker-common.{docs,install}
75     - Move installation of various README files from dh_install
76       to dh_installdocs.
77   * debian/wmaker-common.install
78     - Simplify by giving directories instead of individual files
79       where possible.
80   * debian/wmaker-common.links
81     - Remove unnecessary file. It created a link which was a
82       workaround for a bug fixed in the latest upstream release.
83   * debian/wmaker-common.maintscript
84     - Sort with wrap-and-sort.
85   * debian/rules
86     - New override_dh_installdocs target; contains code renaming
87       README files from override_dh_install target.
89   [ Andreas Metzler ]
90   * Drop Rodolfo García Peñas from uploaders. - Thanks for your work!
91     Closes: #866854
92   * 10_util-fix-parsing-of-XDG-menus-with-multiple-groups.patch from upstream
93     GIT next: Fix wmmenugen parsing of XDG menu files with more than one
94     group.
96   [ Doug Torrance / Andreas Metzler ]
97   * Add dependency on wmaker-common (>= ${source:Version}) to libwutil5 and
98     libwings3 to make it possible to use these libraries without wmaker.
100  -- Andreas Metzler <ametzler@debian.org>  Sat, 08 Jul 2017 11:43:39 +0200
102 wmaker (0.95.8-1~exp1) experimental; urgency=medium
104   * New upstream release.
105     - Menus may be shaded (Closes: #72038).
106     - Follow window placement rules when placing windows on non-active
107       workspaces (Closes: #181735).
108     - Windows list sorted by workspace (Closes: #280851).
109     - New keyboard shortcuts (Closes: #306808).
110     - Default menu uses correct path to WPrefs (Closes: #851737).
111     - Use PKG_PROG_PKG_CONFIG macro to allow cross building
112       (Closes: #853236).
113   * debian/control
114     - Add xterm to Suggests as it is referenced in the default Window
115       Maker menus (LP: #1429495).
116   * debian/libwraster*
117     - Rename libwraster5 -> libwraster6 for soname version bump.
118   * debian/patches
119      - Remove patches which were either applied or otherwise made
120        unnecessary with the new upstream release.  In particular,
121        + 51_wmaker_man.diff
122        + 55_ungif_problem.diff
123        + 56_ignore_runstatedir.diff
124        + 57_ignore_with-aix-soname.diff
125        + 60_fix_wraster_symbol_versioning.diff
126        + 61_fix_wmmenugen_segfault.diff
127   * debian/rules
128     - Use new --with-defsdatadir configure option to specify global
129       defaults directory instead of old GLOBAL_DEFAULTS_SUBDIR macro.
130     - Use renamed --with-xlocale configure option instead of old
131       --with-locale.
132     - Drop --with-localedir configure option, as it does not exist.
133       It should have been --localedir, but the default is what we
134       want anyway.
135     - Add -Wl,--as-needed to LDFLAGS to avoid useless dependencies.
136   * debian/wmaker-common.install
137     - Update path for system WMGLOBAL and WMState config files.
139  -- Doug Torrance <dtorrance@piedmont.edu>  Mon, 13 Mar 2017 14:26:52 -0400
141 wmaker (0.95.7-8) unstable; urgency=medium
143   * debian/control
144     - Add libwmaker1 to libwmaker-dev Depends (Closes: #857164).
146  -- Doug Torrance <dtorrance@piedmont.edu>  Wed, 08 Mar 2017 10:59:29 -0500
148 wmaker (0.95.7-7) unstable; urgency=medium
150   * Add missing license information to debian/copyright.
151   * Fix segfault in wmmenugen (Closes: #844783).
153  -- Doug Torrance <dtorrance@piedmont.edu>  Sat, 19 Nov 2016 10:35:50 -0500
155 wmaker (0.95.7-6) unstable; urgency=medium
157   * Split wxcopy and wxpaste into new wmaker-utils package (Closes: #78119).
158   * Restore libwmaker packages.
160  -- Doug Torrance <dtorrance@piedmont.edu>  Wed, 09 Mar 2016 00:08:43 -0500
162 wmaker (0.95.7-5) unstable; urgency=medium
164   * Clean up debian/copyright. Add some files which were missed in the LGPL
165     paragraph and bump its version to 2+.  Restore debian/* paragraph.
166   * Remove useless debian/*.changelog-upstream files.
167   * Remove out of date file README.build.
168   * Drop wmaker-dbg package in favor of automatically generated wmaker-dbgsym.
169   * New file debian/wmaker-common.maintscript; removes obsolete config files
170     (Closes: #726075).
171   * Do not use buggy --enable-randr configure option (Closes: #816993).
173  -- Doug Torrance <dtorrance@piedmont.edu>  Mon, 07 Mar 2016 11:04:33 -0500
175 wmaker (0.95.7-4) unstable; urgency=medium
177   * Update Vcs-Browser to use https; fixes vcs-field-uses-insecure-uri Lintian
178     warning.
179   * Fix typo in README.Debian; fixes spelling-error-in-readme-debian Lintian
180     warning.
181   * Enable all hardening flags; fixes hardening-no-{bindnow,pie} Lintian
182     warnings.
183   * Bump Standards-Version to 3.9.7, no changes required.
184   * 57_ignore_with-aix-soname.diff: Ignore missing documentation for
185     --with-aix-soname in INSTALL-WMAKER (Closes: #814213).
187  -- Doug Torrance <dtorrance@piedmont.edu>  Fri, 12 Feb 2016 22:27:08 -0500
189 wmaker (0.95.7-3) unstable; urgency=low
191   * Patch back libwraster symbol version to LIBWRASTER3. Temporarily mark
192     RDrawLine@LIBWRASTER3 with a dep >= 0.95.7-3~ to force lockstep upgrades
193     from broken 0.95.7-2. Closes: #811304
195  -- Andreas Metzler <ametzler@debian.org>  Wed, 20 Jan 2016 20:19:27 +0100
197 wmaker (0.95.7-2) unstable; urgency=medium
199   [ Andreas Metzler ]
200   * Drop unused (since at least 0.95.0+20111028-1) b-d on grep-dctrl.
201   * Upload to unstable.
203   [ Doug Torrance ]
204   * Switch Build-Depends from libtiff5-dev to libtiff-dev for possible future
205     libtiff transitions; also allows backports to earlier releases, e.g.,
206     wheezy/precise.
207   * The theme that was removed in version 0.92.0-6 has been reintroduced as an
208     option, now named "DebianLegacy".  Because it now contains two themes, the
209     directory debian/debianfiles/Theme has been renamed to Themes.  The file
210     Debian.theme.txt in this directory, which actually describes the
211     DebianLegacy theme but was never removed, has been renamed to
212     DebianLegacy.txt.  A corresponding paragraph has been added to
213     debian/copyright. (Closes: #393143)
215  -- Andreas Metzler <ametzler@debian.org>  Sat, 16 Jan 2016 17:53:44 +0100
217 wmaker (0.95.7-1) experimental; urgency=medium
219   [ Rodolfo García Peñas (kix) ]
220   * New upstream version 0.95.7.
221   * debian/changelog, removed debian files (lintian warning).
222   * Updated debian/libwings3.symbols.
223   * Updated libwraster5.symbols
224   * Changed the test for the update-menu command in these files to avoid
225     a lintian warning (command-with-path-in-maintainer-script):
226     * debian/wmaker.postrm
227     * debian/wmaker-common.postrm
228   * Removed the Encoding field in debian/debianfiles/wmaker-common.desktop
229     to avoid a lintian warning (desktop-entry-contains-encoding-key).
230   * Updated debian/rules to include pango support (--enable-pango).
231   * Updated all debian/patches only with quilt refresh.
232   * Updated some debian files because the manpages are moved from
233     section 1x to 1:
234     * debian/patches/51_wmaker_man.diff
235     * debian/wmaker-common.manpages
236     * debian/wmaker.install
237     * debian/wmaker.manpages
238   * Removed upstream file FAQ.I18N in debian/wmaker-common.docs.
240   [ Andreas Metzler ]
241   * 56_ignore_runstatedir.diff: Ignore missing documentation for --runstatedir
242     in INSTALL.
243   * Use dh_autoreconf instead of invoking autogen.sh in the configure target.
244   * Simplify debian/rules and use dh_auto_configure, especially for handling
245     dpkg-buildflags.
246   * wmaker manpage was also moved from section 1x to 1. Fix pointer in
247     README.Debian and update-alternatives slave link.
249   [ Doug Torrance ]
250   * Switch maintenance to Debian Window Maker Team with kix, Andreas, and
251     myself as uploaders.
252   * Tidy up packaging using wrap-and-sort.
253   * Remove Breaks/Replaces wmaker (<< 0.95.0+20111028-3); this version is no
254     longer in Debian.
255   * Switch Depends to wmaker-common (= ${source:Version}) so common files
256     are also updated on upgrade.
257   * Add Vcs-* fields to debian/control.
258   * Update Format field in debian/copyright.
259   * Update debian/watch from sepwatch project.
260   * Remove files from debian/source/options which are handled now by
261     dh-autoreconf.  Add distros directory (present in upstream git but not
262     tarball) and doc files modified during build.
263   * Add multiarch support.  In particular, add Multi-Arch fields to
264     debian/control, add wildcards for multiarch triplets to debian/*.install,
265     and remove --libdir from dh_auto_configure in debian/rules.
266   * Use wildcards for locales in debian/wmaker-common.install for
267     maintainability.
269  -- Andreas Metzler <ametzler@debian.org>  Sun, 10 Jan 2016 11:38:11 +0100
271 wmaker (0.95.6-1.2) unstable; urgency=medium
273   * Non-maintainer upload, with maintainer approval.
274   * Pull 56_wrlib-add-support-for-release-5.1.0-of-the-libgif.patch from
275     upstream to allow building against giflib 5. Closes: #803292
277  -- Andreas Metzler <ametzler@debian.org>  Wed, 16 Dec 2015 19:16:51 +0100
279 wmaker (0.95.6-1.1) unstable; urgency=medium
281   * Non-maintainer upload.
282   * debian/control:
283     - Add Breaks/Replaces for libwraster3-dev; remove Provides for
284       libwraster-dev (Closes: #784711).
286  -- Doug Torrance <dtorrance@monmouthcollege.edu>  Thu, 21 May 2015 13:34:40 -0500
288 wmaker (0.95.6-1) unstable; urgency=medium
290   * New upstream version 0.95.6. [Closes: #148856]
291   * Bumped to standard version 3.9.6. No changes.
292   * Removed patch 55_typo.diff because is now in upstream.
293   * Patch 56_ungif_problem.diff updated:
294     * New name: 55_ungif_problem.diff
295     * Now udpates the file m4/wm_imgfmt_check.m4, because upstream moved the
296       ungif code from configure.ac to this m4 file.
297   * Removed Encoding in debianfiles/wmaker-common.desktop.
298     * The Encoding key is now deprecated by the FreeDesktop.
299   * Moved library libwings2 to libwings3.
300     * Changed in debian/control.
301     * Moved libwings2.changelog-upstream to libwings3.changelog-upstream.
302     * Moved libwings2.install to libwings3.install.
303     * Moved libwings2.symbols to libwings3.symbols.
304   * Moved libwraster3-dev to libwraster-dev.
305     * Changed in debian/control.
306     * Moved libwraster3-dev.changelog-upstream to
307       libwraster-dev.changelog-upstream.
308     * Moved libwraster3-dev.install to libwraster-dev.install.
309     * Moved libwraster3-dev.docs to libwraster-dev.docs.
310     * Moved libwraster3-dev.manpages to libwraster-dev.manpages.
311       * Updated symbols.
312   * Moved libwraster3 to libwraster5.
313     * Changed in debian/control.
314     * Moved libwraster3.changelog-upstream to libwraster5.changelog-upstream.
315     * Moved libwraster3.docs to libwraster5.docs.
316     * Moved libwraster3.install to libwraster5.install.
317     * Moved libwraster3.symbols to libwraster5.symbols.
318       * Updated symbols.
319   * Moved libwutil3 to libwutil5.
320     * Changed in debian/control.
321     * Moved libwutil3.changelog-upstream to libwutil5.changelog-upstream.
322     * Moved libwutil3.install to libwutil5.install.
323     * Moved libwutil3.symbols to libwutil5.symbols.
324       * Updated symbols.
325   * Removed WindowMaker/Icons/sound.tiff in debian/copyright.
326     * Avoid lintian warning.
327   * Added Keywords in debianfiles/wmaker-common.desktop.
328     * Avoid lintian warning.
330  -- Rodolfo García Peñas (kix) <kix@debian.org>  Thu, 09 Oct 2014 05:59:36 +0200
332 wmaker (0.95.5-2) unstable; urgency=low
334   * New patch debian/patches/56_ungif_problem.diff. [Closes: #733353]
335     This patch removes the link against -lungif.
336   * Bumped to standard version 3.9.5. No changes.
338  -- Rodolfo García Peñas (kix) <kix@debian.org>  Tue, 31 Dec 2013 00:20:43 +0100
340 wmaker (0.95.5-1) unstable; urgency=low
342   * New upstream version 0.95.5. [Closes: #723840]
343     - New WUtil library version 3.
344       - Updated debian/control file, replacing libwutil2 with libwutil3.
345       - Files moved in debian folder:
346         - libwutil2.changelog-upstream -> libwutil3.changelog-upstream
347         - libwutil2.install -> libwutil3.install
348       - Removed file libwutil2.symbols
349       - New file libwutil3.symbols
350   * "Build-Depends: libtiff5-dev" in packages wmaker and libwraster3-dev,
351     since libtiff-dev introduces dependency to libtiff4 which is in oldlibs.
352   * Included the word "WindowMaker" in the wmaker package description,
353     to found it easily. [Closes: #685424]
355  -- Rodolfo García Peñas (kix) <kix@debian.org>  Sun, 22 Sep 2013 10:08:02 +0200
357 wmaker (0.95.4-2) unstable; urgency=low
359   * Package moved from experimental to unstable and updated.
360   * Changed permissions to menu-methods/wmaker to a+x. Updated the
361     debian/wmaker-common.postinst and debian/wmaker.postinst [Closes: #705160]
362   * debian/control
363     - Removed DM Upload flag (obsolete).
364     - Updated maintainer email address, from kix@kix.es to kix@debian.org.
365     - Now using libtiff-dev to build packages (libtiff4-dev is in oldlibs).
366     - Removed xosview as suggested package (not in all archs).
367   * Bumped to standard version 3.9.4.
369  -- Rodolfo García Peñas (kix) <kix@debian.org>  Tue, 06 Aug 2013 06:34:14 +0200
371 wmaker (0.95.4-1) experimental; urgency=low
373   * New upstream version 0.95.4.
374     - Better icon management. [Closes: #35587, #404729]
375     - Now cpp is not needed. Updated the debian/README.Debian file
376     - New symbols in debian/libwutil2.symbols
377   * Updated some icon paths in debianfiles/conf/WindowMaker
378     - Removed ~/pixmap folder
379   * debian/control:
380     - Debconf version 9 (see debian/compat too).
381     - New debug scheme for multi-platform.
382       Removed debian/wmaker-dbg.dirs, because the path for debug
383       files is now using hashes (/usr/lib/debug/build-id).
384   * debian/rules:
385     - Removed the get-*-flags scripts fix. Not needed (and was wrong).
386     - Removed the HOSTSPEC stuff. Not needed with debconf 9.
387   * debian/README.Debian:
388     - Changed /etc path for appearance.menu.
390  -- Rodolfo García Peñas (kix) <kix@kix.es>  Wed, 3 Jan 2013 00:17:31 +0100
392 wmaker (0.95.3-2) unstable; urgency=low
394   * Hardened. debian/rules changed.
395   * DM-Upload-Allowed set.
397  -- Rodolfo García Peñas (kix) <kix@kix.es>  Thu, 10 Jun 2012 23:35:31 +0200
399 wmaker (0.95.3-1) unstable; urgency=low
401   * New upstream release 0.95.3
402     * Removed debian/clean file. Upstream removes now the files.
403   * Bumped to standard version 3.9.3
404   * Important!: Removed symbol "W_DraggingInfo" in libwutil2 and
405     libwings2, because the struct W_DraggingInfo is now declared
406     as "typedef", therefore the struct is not included.
407     This change is included in upstream, see line 126 of the file
408     WINGs/WINGs/WINGsP.h
409   * Patch 53_Debian_WMState.diff changed, because the WMState file
410     in upstream is now different. Now, the dock launch WPrefs.
411   * Removed /etc/X11/WindowMaker files.
412     * Removed from debian/wmaker-common.dirs
413     * Removed (duplicated) files in debian/wmaker-common.install
414     * New path for menu.hook: /usr/share/WindowMaker
415       * Changed in the menu-method files (wmaker and wmappearance.
416     * Removed menu.posthook and menu.prehook.
417   * Changed the menu behaviour. Applications/* contents moved to
418     the root menu.
420  -- Rodolfo García Peñas (kix) <kix@kix.es>  Thu, 23 May 2012 21:32:22 +0200
422 wmaker (0.95.2-1) unstable; urgency=low
424   * New upstream version 0.95.2 [Closes: #69669, #486542, #270877]
425     [Closes: #283240, #48550, #297019, #108432, #72917]
427  -- Rodolfo García Peñas (kix) <kix@kix.es>  Tue, 14 Feb 2012 23:58:45 +0100
429 wmaker (0.95.1+20120131-1) unstable; urgency=low
431   * New upstream version 0.95.1 [Closes: #304480]
432   * Patch debian/52_architectures.diff is now included in upstream.
433     - The patch file was deleted.
434   * The WINGs's file proplist-compat.h is removed in upstream.
435     - Removed the line in debian/libwings-dev.install
436   * Updated debian/libwutil2.symbols with new symbol.
438  -- Rodolfo García Peñas (kix) <kix@kix.es>  Sun, 29 Jan 2012 16:16:15 +0100
440 wmaker (0.95.0+20111028-4) unstable; urgency=low
442   * libpng12-dev dependencies changed to libpng-dev. [Closes: #648123]
443   * wterm package suggestion removed. 
444   * Menu shows "Run..." option. [Closes: #165075]
445     Thanks to Andreas Tscharner for their patch.
446   * Menu shows the background files [Closes: #655122]
447     * Added patch 54_Debian_wmmacros.diff.
448       Based on changelog: Marcelo E. Magallon Tue, 17 Nov 1998
449   * Xterm and WMPrefs are now Debian specific.
450     * Added patch 53_Debian_WMState.diff.
451       Based on changelog: Marcelo E. Magallon Sun, 26 Nov 2000
453  -- Rodolfo García Peñas (kix) <kix@kix.es>  Thu, 7 Jan 2012 02:06:33 +0100
455 wmaker (0.95.0+20111028-3) unstable; urgency=low
457   * Fix wmaker-common dependencies. [Closes: #654668]
458     * Manpages moved from wmaker-common to wmaker (Lintian problem).
459   * New patch 52_architectures: New architectures kfreebsd* and Hurd.
460     [Closes: #654715]
461   * Removed old stuff in wmaker.post* and wmaker-common.post* about
462     update-alternatives.
464  -- Rodolfo García Peñas (kix) <kix@kix.es>  Thu, 5 Jan 2012 01:02:21 +0100
466 wmaker (0.95.0+20111028-2) unstable; urgency=low
468   * Fix to the FTBFS. [Closes: #654524]
469   * New debian/watch file
471  -- Rodolfo García Peñas (kix) <kix@kix.es>  Wed, 4 Jan 2012 00:03:22 +0100
473 wmaker (0.95.0+20111028-1) unstable; urgency=low
475   * New upstream version 0.95.0, now from git. [Closes: #401900]
476     [Closes: #514438, #607550, #218110, #583734, #105351, #549157]
477     [Closes: #283610, #311563, #310285, #329783, #280819, #284048]
478     [Closes: #292391, #361241, #364290, #148370, #287459, #122076]
479     [Closes: #175503, #79598, #78088, #68381, #38184, #41434, #41434]
480     [Closes: #94960, #39543, #63265, #69499, #94446, #77488, #329783]
481     Thanks to Andreas Tscharner for their bug revision.
482     * This new version is based in wmaker-crm a wmaker fork, because
483       wmaker (original) is not updated.
484   * New debian/rules file. [Closes: #590244]
485     * Many many changes
486     * /usr/lib/WindowMaker/WindowMaker is now /usr/lib/WindowMaker/wmaker
487       * wmaker script launch now /usr/lib/WindowMaker/wmaker
488   * New maintainer. [Closes: #632875]
489   * New package wmaker-common (arch independent files).
490   * Removed the asclock diversions from the wmaker install scripts
491     wmaker.postrm and wmaker.preinst because asclock binary is not
492     included in wmaker package (see asclock package).
493   * New package wmaker-common with the arch independent files.
494   * debian/patches are now DEP-3.
495   * debian/copyright is now DEP-5.
496   * Bumped Standars-Version 3.9.2.
497   * Manpages moved to upstream.
498   * Solved problems with .la files (lintian clean).
499   * libwmaker0-dev isn't included, because was removed in upstream.
501  -- Rodolfo García Peñas (kix) <kix@kix.es>  Sun, 1 Jan 2012 20:24:32 +0100
503 wmaker (0.92.0-9) unstable; urgency=low
505   * QA upload.
506   * Set maintainer to QA team.
507   * debian/patches/90_binutils_gold.diff
508     - Fix FTBFS from indirect linking to X11 in debian/control
509       (Closes: #556677)
510   * Debian S-V 3.9.2, no changes
512  -- Scott Howard <showard@debian.org>  Fri, 16 Dec 2011 19:30:17 -0500
514 wmaker (0.92.0-8.3) unstable; urgency=low
516   * Non-maintainer upload.
517   * Stop shipping la files. Closes: #633289.
518   * Use dh_clean instead of dh_prep in the clean target to stop shipping
519     temporary debhelper files.
521  -- Regis Boudin <regis@debian.org>  Tue, 20 Sep 2011 19:55:32 +0100
523 wmaker (0.92.0+git-0) unstable; urgency=low
525   * Add libxmu-dev to build-depends. (Martin Dietze)
526   * Pulled from 0.92.0-8.2 NMU:
527     + Add ${misc:Depends} to all package dependencies. (Lintian
528       debhelper-but-no-misc-depends)
529     + [debian/control] Move homepage from description text to homepage
530       field. (Lintian description-contains-homepage)
531     + Use dh_prep instead of "dh_clean -k" (dh-clean-k-is-deprecated). However
532       do not replace instances of dh_clean without -k option. Closes: #590244
533     + Build-Depend on debhelper 7.
534     + Use ${binary:Version} instead of deprecated ${Source-Version}
535       (substvar-source-version-is-deprecated).
536   * Invoke ./configure mit correct --build argument, as per
537      /usr/share/doc/autotools-dev/README.Debian.gz.
538   * Remove ./libtool on clean, otherwise it is not possible build twice from
539     the same unpacked sourcetree.
540   * Use dpkg-source v3 instead of home-grown patch system.
541   * Polish build system:
542     + Drop dead code from debian/rules.
543     + Stop generating debian/*.files dynamically. (These  should not change
544       without notice.)
545     + Use dh_lintian.
546     + Move argument lists for dh_link and dh_installman to files in debian/*
547       instead of invoking dh_* multiple times with different arguments.
548     + Reorder dh_* invocation, dh_installdeb needs to run after dh_makeshlibs
549       (thanks, lintian).
550   * New upstream generates dynamic libraries of libWUtils and libWINGs, ship
551     them in two new binary packages. Make libwings-dev depend on them.
552   * Use latest automake (instead of automake1.4) for building. Closes: #549157
553   * Implement the switch from SelectWindowsMouseButton et al. to
554     MouseLeftButtonAction = SelectWindows from WindowMaker 0.65 in Debian's
555     customized defaults. Closes: #116963
556   * Add libxrandr-dev to build-depends, enabling automatic wmaker restart on
557     resolution changes.
558   * Built from wmaker-crm fork.
559     Includes these patches for these issues:
560     + display corruption on non 24bpp displays. Closes: #514438
561     + putty in wine crashes wmaker. Closes: #401900
562     + segfault on missing rgb.txt (WINGs does not require rgb.txt anymore git
563       577b3ee9492b5e26e6fdabb4059ead7428f09864) Closes: #364290
564     + wmsetbg crashing on big png images. (Fixed by git
565       2ccc8e4a79a3179454d82b9acc574135ea6369a4, switching from alloca to
566       calloc - wrlib/png.c) Closes: #148370
567     + Fix compilation with LDFLAGS=-Wl,--no-add-needed  Closes: #556677
568   * Provide detached debugging symbols in wmaker-dbg package.
569   * Build-depend on automake 1.11 or later.
570   * Rename libwutil1 to libwutil2. Soname changed because of incompatible
571     abi/api changes
573  -- Andreas Metzler <ametzler@debian.org>  Sat, 07 Aug 2010 10:56:00 +0200
575 wmaker (0.92.0-8.2) unstable; urgency=medium
577   * Non-maintainer upload.
578   * Fix "please depend on libjpeg-dev, not libjpeg62-dev": change
579     build-dependency and dependency. (Closes: #569245)
580   * Bump to standard version 3.8.4, adjusted following lintian warnings:
581     - debhelper-but-no-misc-depends
582     - dh-clean-k-is-deprecated
583     - package-lacks-versioned-build-depends-on-debhelper 7
584     - substvar-source-version-is-deprecated
585     - description-contains-homepage
586     Overridden the following lintian error:
587     - menu-method-should-include-menu-h
589  -- Karl Ferdinand Ebert <kfebert@gmail.com>  Tue, 23 Feb 2010 09:31:49 +0100
591 wmaker (0.92.0-8.1) unstable; urgency=low
593   * Non-maintainer upload.
594   * Fix FTBFS with new libtool: update the path of libtool's ltmain.sh in
595     the prerequisite of the ltmain.sh rule in debian/rules, which moved
596     from /usr/share/libtool/ltmain.sh to /usr/share/libtool/config/ltmain.sh
597     and version the build dependency on libtool accordingly, making sure a
598     build can't be attempted against an older libtool: libtool (>= 2.2.6a).
599     Thanks to Daniel Schepler for reporting (Closes: #527511).
601  -- Cyril Brulebois <kibi@debian.org>  Wed, 01 Jul 2009 02:16:01 +0200
603 wmaker (0.92.0-8) unstable; urgency=low
605   * Standards Version 3.8.0.1
606   * Moved menu items into proper categories
607   * Suggest programs in default Info menu
608   * Restored default keybindings (Closes: #394802)
609   * Applied Pedro Gimeno's keyboard timing patch (Closes: #102314)
610   * Removed installation of documents that don't exist anymore
611   * Removed empty /usr/include directory from wmaker package
613  -- John H. Robinson, IV <jaqque@debian.org>  Thu, 10 Jul 2008 19:35:34 -0700
615 wmaker (0.92.0-7) unstable; urgency=low
617   * New Maintainer.
618     Many thanks to the previous maintainers.
620  -- John H. Robinson, IV <jaqque@debian.org>  Wed, 12 Dec 2007 05:52:58 +0000
622 wmaker (0.92.0-6.1) unstable; urgency=high
624   * Non-maintainer upload.
625   * 70_fix_overrun.diff: New patch, fix buffer overrun when creating new
626     workspaces in Romanian locales. (Closes: #397412)
628  -- Steinar H. Gunderson <sesse@debian.org>  Fri, 15 Dec 2006 18:22:42 +0100
630 wmaker (0.92.0-6) unstable; urgency=medium
632   * New Maintainer.
633   * Fixed URLs in debian/copyright and debian/control.
634   * Bump standards version.
635   * Added manual page patch for wmagnify. (Closes: #358333)
636   * Added more manual pages patch. (Closes: #302048)
637   * Updated build-depends and depends (X transition).
638   * Updated FSF address in debian/copyright.
639   * Removed debian/conffiles since /etc stuff is automatically conf file.
640   * Updated the default theme. (Closes: #286344)
641   * Added Etch artwork background image of
642     Andre L. R. Ferreira. (Closes: #59625)
643   * Replaced generated postinst with a cleaned wmaker.postinst.
644   * NMU ACKs. (Closes: #249320, #249461, #361096, #349704, #349187, #150328)
646  -- Gürkan Sengün <gurkan@linuks.mine.nu>  Mon, 25 Sep 2006 22:41:28 +0200
648 wmaker (0.92.0-5.3) unstable; urgency=low
650   * Non-maintainer upload.
651     Fix library search path: Add XLFLAGS to src/Makefile.am and 
652     util/Makefile.am. Thanks to Goswin von Brederlow for the patch.
653     (Closes: #358540)
655  -- Frederik Schüler <fs@debian.org>  Thu,  6 Apr 2006 14:29:05 +0000
657 wmaker (0.92.0-5.2) unstable; urgency=low
659   * Non-maintainer upload.
660   * Add libxinerama-dev to the list of build dependencies. 
661     (Closes: #349524, #349466)
663  -- Frederik Schüler <fs@debian.org>  Tue, 24 Jan 2006 16:43:03 +0000
665 wmaker (0.92.0-5.1) unstable; urgency=low
667   * Non-maintainer upload.
668   * Replace build-dependency on xlibs-dev with an explicit build-dependency
669     on each required package. (Closes: #347058)
671  -- Steinar H. Gunderson <sesse@debian.org>  Sat, 21 Jan 2006 14:23:19 +0100
673 wmaker (0.92.0-5) unstable; urgency=low
675   * Wee!
676   * debian/control: bring old code back from the death to match -4 (closes:
677     bug#321307)
678   * Weeheeh!
680  -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 19 Sep 2005 20:42:40 -0600
682 wmaker (0.92.0-4) unstable; urgency=low
684   * debian/control: b-d on automake1.4, libtool (closes: bug#328781)
686  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 17 Sep 2005 19:15:48 -0600
688 wmaker (0.92.0-3) unstable; urgency=low
690   * debian/control, debian/rules: use grep-dctrl to extract version from
691     dpkg-parsechangelog output
692   * debian/rules: add 2005 to copyright.
693   * debian/rules: it's "gnustepdir" not "appspath" (the change was
694     documented, I just didn't do anything about it) (thanks Paul,
695     Daniel) (closes: bug#320429)
696   * debian/rules: reverse sort list of patches (thanks Daniel)
697   * debian/control: add libxkbfile-dev to B-D (thanks Harald) (closes:
698     bug#322894)
699   * configure.ac: used valid x86 but invalid x86-64 instructions to test for
700     x86.  (thanks Len) (sent upstream) (closes: bug#321307)
702  -- Marcelo E. Magallon <mmagallo@debian.org>  Thu, 15 Sep 2005 14:40:57 -0600
704 wmaker (0.92.0-2) unstable; urgency=low
706   * src/screen.c: upstream applied patch.  Remove redundant code.
707   * debian/patches/10_gcc4_asm.diff: get to compile with GCC 4.
709  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 09 Jul 2005 18:34:19 -0600
711 wmaker (0.92.0-1) unstable; urgency=low
713   * New upstream version
714   * Removed patches applied upstream: 20_endian+64bit.diff,
715     60_optional_switch_panel.diff, 70_gnustep_focus.diff, 30_menu_stuff.diff,
716     35_nocycleraise.diff
717   * Updated patches: debian/patches/21_endian+64bit.diff
719  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 09 Jul 2005 10:58:02 -0600
721 wmaker (0.91.0-9) unstable; urgency=low
723   * debian/patches/21_endian+64bit.diff: stolen from Gentoo (closes:
724     bug#311563)
725   * debian/patches/70_gnustep_focus.diff: taken out of CVS, fixes
726     problem with GNUstep applications.
727   * debian/rules: install wmmacros (closes: bug#315984)
728   * Ack Steve's NMUs (closes: bug#279489)
730  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 02 Jul 2005 17:00:31 -0600
732 wmaker (0.91.0-8) unstable; urgency=low
734   * debian/rules: don't ship wkdemenu.pl (closes: bug#189542)
736  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 06 Feb 2005 11:47:37 -0600
738 wmaker (0.91.0-7.2) unstable; urgency=high
740   * Non-maintainer upload.
741   * High-urgency upload for sarge-targetted RC bugfix.
742   * Fix a glaring typo in the previous NMU patch that made it a complete
743     no-op.  Thanks to Steinar Gunderson for catching me on this.
744     Really closes: #279489.
746  -- Steve Langasek <vorlon@debian.org>  Tue, 31 May 2005 07:41:06 -0700
748 wmaker (0.91.0-7.1) unstable; urgency=high
750   * Non-maintainer upload.
751   * High-urgency upload for sarge-targetted RC bugfix.
752   * Make sure wmaker falls back to "fixed" in the absence of gsfonts-x11,
753     since X clients can't depend directly on font packages for their
754     operation.  Thanks to Timo Lindfors for finding this bug.
755     Closes: #279489.
756   * Remove debian/patches/40_switchpanel.diff, which conflicts with
757     debian/patches/60_switchpanel.diff; merge the patches together,
758     otherwise dpatch doesn't unpatch cleanly in the "clean" target.
760  -- Steve Langasek <vorlon@debian.org>  Wed, 11 May 2005 22:56:50 -0700
762 wmaker (0.91.0-7) unstable; urgency=low
764   * debian/rules: move the ugly hack earlier in the rules, I'm stepping
765     on my own toes.
767  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 29 Jan 2005 06:13:57 -0600
769 wmaker (0.91.0-6) unstable; urgency=low
771   * debian/patches/35_unix_cycling.diff: stolen from CVS, recover Unix
772     cycling before people get mad (myself included) (closes: bug#289509)
773   * debian/patches/60_optional_switch_panel.diff: stolen from CVS, make
774     switch panel optional.  Closes the other half of 289509 (if you are
775     going to report multiple issues, submit multiple bugs, I don't mind
776     that)
778  -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 11 Jan 2005 20:58:23 -0600
780 wmaker (0.91.0-5) unstable; urgency=low
782   * debian/patches/40_switchpanel.diff: Paul Seelig pointed to a patch
783     by Iain Patterson that fixes a slight glitch with the switch panel.
784     (closes: bug#289195)
785   * debian/patches/20_endian+64bit.diff: pulled out of CVS.  Dan Pascu
786     suggested to use this instead, since it actually fixes the reported
787     problems. Thanks Dan! (closes: bug#281185)
789  -- Marcelo E. Magallon <mmagallo@debian.org>  Fri, 07 Jan 2005 19:50:36 -0600
791 wmaker (0.91.0-4) unstable; urgency=low
793   * debian/rules: Ugly hack to put defaults where WindowMaker is looking for
794     them (closes: bug#288730)
795   * debian/patches/20_endian+64bit.diff: fix from David M. Cooke (resent
796     upstream) (closes: bug#288857)
798  -- Marcelo E. Magallon <mmagallo@debian.org>  Wed, 05 Jan 2005 21:06:43 -0600
800 wmaker (0.91.0-3) unstable; urgency=low
802   * debian/control: add libxft-dev to libwings-dev dependencies
803   * debian/control: remove hermes from libwraster3-dev's dependencies.
804   * debian/rules: get-wings-flags --libs doesn't include -lXft (closes:
805     bug#283283)
806   * debian/patches/30_menu_stuff.diff: fix GNUstep problems (closes:
807     bug#286343)
808   * debian/patches/50_net_wm_name.diff: add _NET_WM_NAME to helper window.
809   * debian/control: add libfontconfig1-dev to libwings-dev Dependencies (and
810     to Build-Depends, too) (thanks to Kevin McCarty for spotting this)
811   * debian/patches/35_nocycleraise.diff: include a couple fixes from cvs
812     for cycling.c; attempt to fix the "always raise on focus change"
813     misbehaviour; thanks to Marc Martinez for the actual work.
815  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 14 Nov 2004 14:22:04 -0600
817 wmaker (0.91.0-2) unstable; urgency=low
819   * debian/wmaker.menu-method: output UTF-8 (thanks Bill) (closes: bug#280011,
820     bug#280199)
821   * debian/rules: include zh_TW again (thanks Geoffrey) (closes: bug#280098)
822   * debian/wmaker: don't recurse into subdirectories (closes: bug#279577)
823   * debian/README.Debian: removed outdated information
824   * src/misc.c: Patch stolen from CVS.
825   * debian/rules: Add support for noopt DEB_BUILD_OPTIONS
826   * debian/README.build: remove old info, update current
827   * debian/patches/20_endian+64bit.diff: patch from Julien Blache to fix
828     endianess and 64-bit problems (closes: bug#281185, bug#279884)
830  -- Marcelo E. Magallon <mmagallo@debian.org>  Wed, 10 Nov 2004 14:05:30 -0600
832 wmaker (0.91.0-1) unstable; urgency=low
834   * debian/control: fix tyops (closes: bug#277247)
835   * debian/wmaker: fix tpo (converfonts -> convertfonts)
837  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 30 Oct 2004 10:07:53 -0600
839 wmaker (0.91.0-0) unstable; urgency=low
841   * New upstream release
842   * Upstream incorporated fixes in util/Makefile.in
843   * debian/rules: make a symlink from /usr/bin/WindowMaker to
844     /usr/lib/WindowMaker/WindowMaker, else restart fails.  This will be
845     removed in sarge+1.  (woody has a /usr/bin/WindowMaker, sarge will, too)
847  -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 26 Oct 2004 13:56:16 -0600
849 wmaker (0.90.0-5) unstable; urgency=low
851   * debian/patches/20_make-vdesktop-dynamic.diff: make the vdesktop setting
852     modifiable at runtime (i.e. no need to restart)
853   * src/defaults.c: set VirtualEdgeThickness to 0 (disables the virtual
854     desktop code)
856  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 24 Oct 2004 18:48:52 -0600
858 wmaker (0.90.0-4) unstable; urgency=low
860   * Here's to you, Dan :-)
861   * debian/control: Dan Pascu pointed out that the correct build dependency is
862     Xft, not fontconfig.
863   * debian/wmaker: He also pointed out that WMGLOBAL needs to be converted,
864     too.
865   * Hopefully this release will be ironed out when it finally manages to get
866     past whichever girl is the one that has to do her thing...
868  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 24 Oct 2004 12:01:12 -0600
870 wmaker (0.90.0-3) unstable; urgency=low
872   * debian/control: added fontconfig and removed hermes from build
873     dependencies.
874   * debian/wmaker: run convertfonts if needed.
875   * debian/rules, debian/wmaker.dirs: put WindowMaker in
876     /usr/lib/WindowMaker/WindowMaker.  Likewise for convertfonts.
878  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 24 Oct 2004 08:20:06 -0600
880 wmaker (0.90.0-2) unstable; urgency=low
882   * Readded patches accidentally forgotten.  Thanks Marc-Christian Petersen.
883   * Fix urgency, I hope.
885  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 24 Oct 2004 07:34:27 -0600
887 wmaker (0.90.0-1) unstable; urgency=medium
889   * New upstream version
890   * Ack NMUs.  Many thanks to Bill for doing so much of the grunt work.
891     Closes: #203817, #262545, #262844, #250018, #250326, #250315, #232258,
892     #43887, #92265, #154671, #115682, #241554, #220497, #241520, #165139,
893     #196936, #234587, #192741, #243612, #195102.
894   * AFAIUI the following entry from the previous changelog does indeed
895     correspond to a bugfix (IOW, I can't reproduce it anymore).
896         + Change menu-methods to mark GNUSTEP_USER_ROOT as an absolute path.
897           Together with menu 2.1.16, this will fix bugs #252637 and #252891.
898           Closes: #252637, #252891
899   * debian/rules: Is zh_TW.Big5 still fubared?
900   * debian/rules: remove HINTS, DEBUG, SOUND
901   * debian/rules: clean up patch rules
902   * debian/rules: Disable messing around with automake and stuff.
903   * debian/control: libwraster3
905  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 23 Oct 2004 13:02:08 -0600
907 wmaker (0.80.2-0.4) unstable; urgency=medium
909   * NMU with Marcelo approval.
910   * Add patch 12_wm_focus.diff (closes: #203817). Thanks to Alexis S. L.
911     Carvalho, Alexey Spiridonov and Julien Wajsberg.
912   * debian/wmaker.menu-method, debian/appearance.menu-method,
913     debian/wmakerpl.menu-method: 
914     + Change menu-methods to mark GNUSTEP_USER_ROOT as an absolute path.
915       Together with menu 2.1.16, this will fix bugs #252637 and #252891.
917  -- Bill Allombert <ballombe@debian.org>  Fri,  6 Aug 2004 00:11:37 +0200
919 wmaker (0.80.2-0.3) unstable; urgency=medium
921   * NMU
922   * Recompile against libtiff4 and change dependencies of libwraster2-dev
923     accordingly (Closes: #262545, #262844).
925  -- Andreas Metzler <ametzler@debian.org>  Mon,  2 Aug 2004 05:23:32 +0200
927 wmaker (0.80.2-0.2) unstable; urgency=low
929   * NMU with maintainer approval (Thanks Marcelo!)
930   * configure.ac: AM_INIT_AUTOMAKE: bump version to 0.80.2 since upstream
931     forgot to do it (closes: #250018, #250326). 
932   * debian/appearance.menu-method: (closes: #250315)
933     + Add support for GNUSTEP_USER_ROOT, thanks Patrice Neff.
934   * util/wmchlocale.in: (closes: #232258)
935     + fix typo preventing script to start, thanks Dirk Schulz.
936   * debian/wmaker.menu:
937     + Move Exit and Exit Session at top-level (closes: #43887).
938     + Move other needs=wmaker entries to WindowManagers/Modules 
939       (closes: #92265).
940   * debian/wmaker.menu-method: 
941     + Use SHEXEC instead of EXEC (closes: #154671).
942   * doc/wmaker.1x: (closes: #115682)
943     + Remove duplicate pixmap path. Thanks Daniel Bonniot.
944   * debian/rules: get rid of /usr/X11R6/bin/wmaker symlink.
945     
946  -- Bill Allombert <ballombe@debian.org>  Mon, 31 May 2004 08:58:54 +0200
948 wmaker (0.80.2-0.1) unstable; urgency=low
950   * NMU with maintainer approval, see #249461.
951   * New upstream release, by request of Marcelo (closes: #195102).
952   * This version include the fix to wrlib/raster.c.
953   * Build with current libtool (1.5.6-1).
954   * src/Makefile.am: Fix FTBFS with new libtool.
955     + Add @LIBRARY_SEARCH_PATH@. 
956   * debian/wmaker.menu-methods: 
957     + Add outputencoding="ISO-8859-1" (closes: #234587).
958     + Add support for GNUSTEP_USER_ROOT (closes: #192741, #243612).
959     + Use title() not $title and convert " to '.
960   * debian/wmaker.menu: quote 'needs' fields. (27 lintian warnings)
961   * debian/control: 
962     + Add Conflicts with menu (<<2.1.10) (needed for shell()).
963     + Remove broken link in wmaker description (closes: #196936), thanks Jay
964       Bonci.
965     + Add Homepage: <http://www.windowmaker.org/> in wmaker description
966     + Remove extraneous comma in Uploaders: field.
967     + Set libpng build-dependency to libpng12-dev (>= 1.2.5.0-4)
968       (closes: #165139).
969     + Apply patch from Kevin B. McCarty for more fine grained X11 deps. 
970       (closes: #241520).
971     + Change section of -dev packages to libdevel to match overrides file.
972     + Bump Standard-Version to 3.6.1.
973     + Remove dots at the end of the short descriptions (3 lintian warnings).
974   * debian/wmaker:
975     + Apply patch by Kevin B. McCarty to handle spaces in GNUSTEP_USER_ROOT.
976       (closes: #220497).
977   * debian/wmaker.desktop: Added (closes: #241554), thanks Sylvain Le Gall.
978     + DISCLAIMER: This should not be construed as an endorsement of 
979       /usr/share/xsessions, however. see the comments in #241554.
980   * debian/rules: 
981     + Install wmaker.desktop in /usr/share/xsessions. 
982     + Add --noscripts to dh_installmenu since we handle them manually.
983   * debian/changelog: convert to UTF-8.
984     + Remove obsolete user emacs settings (5 lintian warnings).
985   * The maintainer scripts below were removed, since they are copy of
986     automatically generated scripts by debhelper for the /usr/share/doc
987     transition: (14 lintian warnings)
988     + debian/libwings-dev.postinst, debian/libwings-dev.prerm
989     + debian/libwmaker0-dev.postinst, debian/libwmaker0-dev.prerm
990     + debian/libwraster2-dev.postinst, debian/libwraster2-dev.prerm
991     + debian/libdockapp-dev.postinst, debian/libdockapp-dev.prerm
992     + debian/libwraster2.prerm
993   * debian/libwraster2.postinst (2 lintian warnings)
994     + Replace debhelper generated part by DEBHELPER token.
995     + Fix "unkow" typo.
996   * debian/wmaker.postinst.tmpl, debian/wmaker.prerm: 
997     + Remove /usr/share/doc transition code. (1 lintian warning)
998   * debian/wmaker.postinst.tmpl, debian/wmaker.prerm, debian/wmaker.preinst:
999     + Add DEBHELPER token. (3 lintian warnings)
1000   * debian/wmaker.postrm
1001     + Add DEBHELPER token. (1 lintian warning)
1002     + Fix inst variable that still refered to wmstyle.
1004  -- Bill Allombert <ballombe@debian.org>  Tue, 18 May 2004 15:16:28 +0200
1006 wmaker (0.80.1-8) unstable; urgency=low
1008   * debian/patches/11_alt_focus.diff: patch from the mailing list to fix yet
1009     another focus problem.  Thanks to Alexey Voinov (voins at
1010     voins.program.ru)
1012  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 10 Aug 2003 10:26:03 +0200
1014 wmaker (0.80.1-7) unstable; urgency=low
1016   * debian/patches/10_gtk2_flicker.diff: patch lifted from the mailing list to
1017     fix the GTK+ 2 flashing thing.  Thanks to Alexey Spiridonov
1018     (lesha at netman.ru) (closes: bug#154362, bug#152892)
1020  -- Marcelo E. Magallon  <mmagallo@debian.org>  Thu, 31 Jul 2003 14:28:02 +0200
1022 wmaker (0.80.1-6) unstable; urgency=low
1024   * debian/patches/01_wm-windowlistmenu.diff: update
1025   * debian/rules: tweak the patch/unpatch stuff to be able to use CVS diffs
1026   * debian/README.build: document the previous modification
1027   * debian/patches/01_wm-windowlistmenu.diff: fix thinko (actually call
1028     initialization function) (closes: bug#177796, bug#178485, bug#178916)
1030  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 01 Feb 2003 13:34:15 +0100
1032 wmaker (0.80.1-5) unstable; urgency=low
1034   * debian/patches/*.patch: rename to .diff, duh. (closes: bug#165636)
1035     debian/rules scans for debian/patches/*.diff *only*.
1036   * debian/README.build: ok, ok, I complain about undocumented obscure build
1037     systems and I fail to document this thing myself.
1038   * src/xinerama.c: add a missing WMRect declaration which prevents the
1039     xinerama-enabled Window Maker from building.  The patch mentioned in the
1040     bug report has been merged upstream AFAICS.  (closes: bug#112670)
1041   * debian/README.Debian: added Xinerama-building info (thanks to Craig
1042     Ringer).
1043   * wrlib/raster.c: update fix for 168164 from upstream.
1044   * debian/patches/06_windows_cycling_fix.diff: fix for NON-windows-style
1045     cycling bug. (thanks to Jan Hudec) (closes: bug#167101)
1046   * debian/control: add Conflicts with the current versions of everything that
1047     declares a Build-Dependency on wraster.
1048   * debian/rules: update shlibs info for libwraster2.
1049   * debian/control: build depend on libpng12-0-dev (ugly names are trendy, I
1050     see)
1052  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 19 Jan 2003 18:10:27 +0100
1054 wmaker (0.80.1-4) unstable; urgency=low
1056   * Correct buffer overflow DSA-190-1 (closes: bug#168164)
1058  -- John H. Robinson, IV <jaqque@debian.org>  Sat,  9 Nov 2002 10:37:59 -0800
1060 wmaker (0.80.1-3.1) unstable; urgency=low
1062   * debian/patches/*.patch renamed to .diff, duh
1063   * debian/patches/99_trance.diff: transparent menus.
1065  -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 14 Oct 2002 22:13:10 +0200
1067 wmaker (0.80.1-3) unstable; urgency=low
1069   * debian/patches/00_window_levels.diff: Patch from Jeff Teunissen to
1070     fix some invalid pointer dereferences.
1071   * debian/control: add John and Martin to the Uploaders field.
1072   * (XXX: UNTESTED) debian/patches: new patches from Marc-Christian Petersen
1073         01_wm-windowlistmenu.patch: accepted upstream
1074         02_wm-WINGs-fix.patch: simple WINGs patch
1075         03_wm_autoscale.patch: decide automatically if a background has to be
1076             scaled or tiled.
1077         05_wm_multiscreen.patch: fixes some xinerama(?) bugs
1079  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 06 Oct 2002 11:33:48 +0200
1081 wmaker (0.80.1-2) unstable; urgency=low
1083   * debian/WMWindowAttributes: correct path for WPrefs.tiff, thanks to Lionel
1084     Elie Mamane (closes: bug#106737)
1085   * Scanned sources for other instances of /Apps; got to double check this
1086   * src/misc.c: rework MakeCPPArgs()
1087   * src/misc.c: add DefaultConfigPath(), I'm trying to get WindowMaker to use
1088     GNUSTEP_USER_ROOT more uniformly.
1089   * Replaced DEF_CONFIG_PATH with DefaultConfigPath() all over the place
1090     (closes: bug#154030)
1092  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 27 Jul 2002 12:17:23 +0200
1094 wmaker (0.80.1-1) unstable; urgency=low
1096   * New upstream, yay!
1097   * debian/patches/*, remove
1098   * debian/rules: filter out zh_TW.Big5, msgfmt barfs on it.
1100  -- Marcelo E. Magallon <mmagallo@debian.org>  Thu,  4 Jul 2002 10:17:29 +0200
1102 wmaker (0.80.0-5) unstable; urgency=low
1104   * Ewww... there's a big mess with libpng2/libpng3 it seems.
1105   * debian/control: Build depend on libpng2-dev.  Make libwraster2-dev depend
1106     on libpng2-dev.
1107   * debian/rules: make get-wraster-flags *not* include things other than
1108     -lwraster.  Let the linker figure out the dependencies.
1109   * Change shlib.deps for libwraster2 to this version to make sure that newly
1110     compiled packages get the proper library.
1112  -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 20 May 2002 20:24:56 +0200
1114 wmaker (0.80.0-4) unstable; urgency=high
1116   * debian/patches/01_buffer_overflow.diff: buffer overflow patch from
1117     upstream (apply after next patch!)
1118   * debian/patches/00_0.80.0.diff: update, fixes several crashes
1119   * WINGs/wapplication.c: use GNUstep/System and Applications, too. (closes:
1120     bug#141840)
1121   * doc/wcopy.1x: change description a little, apparently .SH doesn't
1122     work with multiple commands and descriptions. (closes: bug#135085)
1123   * src/defaults.c: fix braino when updating a patch, it's GNUstep/Defaults,
1124     not GNUstep/Defaults/WindowMaker.  Thanks Torbjørn Andersson (and sorry
1125     about the long delay) (closes: bug#129466, bug#127718)
1126   * debian/rules: rm -f src/wconfig.h when configuring wmaker, I'm not sure
1127     I understand why this is suddenly a problem.
1128   * debian/control: s/libpng2-dev/libpng-dev/, please send a message with RED
1129     BLINKING TEXT to d-d-a when you do something like this.  There's a bunch
1130     of stuff that depends on libpng-dev and another bunch which depends on
1131     libpng2-dev.  This is not nice for users.  SCREW UP THE AUTOBUILDERS.
1132   * Ack NMU (closes: bug#141607, bug#129960)
1134  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 14 Apr 2002 11:51:36 +0200
1136 wmaker (0.80.0-3.1) unstable; urgency=low
1138   * Change GNUstep directory to /usr/lib/GNUstep/System (closes: #129960).
1140  -- Matthias Klose <doko@debian.org>  Sun,  7 Apr 2002 12:00:10 +0200
1142 wmaker (0.80.0-3) unstable; urgency=low
1144   * debian/copyright: Add LGPL note (closes: bug#131775)
1146  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun,  3 Feb 2002 18:02:56 +0100
1148 wmaker (0.80.0-2) unstable; urgency=low
1150   * debian/patches/00_0.80.0.diff: 0.80.0 to current CVS, fixes some crashing
1151     bugs.
1153  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat,  2 Feb 2002 17:17:43 +0100
1155 wmaker (0.80.0-1) unstable; urgency=low
1157   * Damn.
1158   * New upstream version.
1160  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 23 Dec 2001 23:38:49 +0100
1162 wmaker (0.70.0-2) unstable; urgency=low
1164   * debian/rules: add patch and unpatch targets
1165   * debian/patches: contains patches that I don't want on my CVS tree for
1166     whatever reason
1167   * debian/patches/00_0.70.1.diff: pulled out of CVS, fixes a number of
1168     bugs in wmaker.
1169   * debian/rules: include -I/usr/X11R6/include in get-*-flags --cflags
1170   * debian/rules: add /usr/X11R6/bin/wmaker -> /usr/bin/wmaker symlink to
1171     accommodate people who hardcode paths.  This will be removed in woody+1.
1172     (closes: bug#114746)
1173   * Patch from Les Schaffer to get the GNOME pager working again (closes:
1174     bug#115177)
1176  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 24 Nov 2001 22:15:40 +0100
1178 wmaker (0.70.0-1) unstable; urgency=low
1180   * New upstream version
1181   * debian/control: doesn't depend on libproplist anymore
1183  -- Marcelo E. Magallon <mmagallo@debian.org>  Fri,  5 Oct 2001 08:52:51 +0200
1185 wmaker (0.65.1-3) unstable; urgency=high
1187   * debian/rules: really fix what the previous entry says I fixed.
1189  -- Marcelo E. Magallon <mmagallo@debian.org>  Thu,  4 Oct 2001 14:36:33 +0200
1191 wmaker (0.65.1-2) unstable; urgency=high
1193   * debian/rules: woops, removed too much information from the get-* scripts
1195  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 19 Aug 2001 19:27:52 +0200
1197 wmaker (0.65.1-1) unstable; urgency=high
1199   * New upstream version.
1201  -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 24 Jul 2001 11:43:42 +0200
1203 wmaker (0.65.0-5) unstable; urgency=high
1205   * debian/wmaker.menu-method: quote menu section names (thanks William)
1206     (closes: bug#105484)
1207   * debian/control: added dependencies on foo-dev to libwraster-dev (closes:
1208     bug#105623)
1209   * util/wsetfont: remove bashisms, sent upstream (closes: bug#106228)
1210   * src/switchmenu.c: patch from upstream to fix buffer overflow
1212  -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 24 Jul 2001 08:19:47 +0200
1214 wmaker (0.65.0-4) unstable; urgency=low
1216   * debian/rules: fix assignment of W?FLAGS variables. (closes: bug#103412)
1217   * Replace sigaction() on SIGPIPE with SIG_DFL to a dummy empty signal
1218     handler to avoid passing SIG_DFL on SIGPIPEs to children. (thanks Phil)
1219     (closes: bug#104016)
1221  -- Marcelo E. Magallon <mmagallo@debian.org>  Wed,  4 Jul 2001 09:54:43 +0200
1223 wmaker (0.65.0-3) unstable; urgency=low
1225   * Use upstream's patch for bug#99311
1226   * Kill window instance numbers.  This feature drives all the Window Maker
1227     users I know up the wall.
1228   * src/wconfig.h.in: cheat regarding the dissapearing WorkSpace name.
1229     Window Maker is compiled with I18N, which makes LargeDisplayFont
1230     -*-*-medium-r-normal--24-*, which, with some combination of font
1231     pakcages, selects some non 8859-1 font, which means nothing is
1232     displayed.  Changing this to -*-*-bold-r-normal--24-* makes the Xserver
1233     (?) pick something else.  Someone with a clue regarding MB please help.
1235  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 16 Jun 2001 20:29:16 +0200
1237 wmaker (0.65.0-2) unstable; urgency=low
1239   * We have moved.  Please visit us at our new location in /usr.
1240   * src/actions.c: fix fullscreen maximization (this way it makes sense to me,
1241     but I'm not 100% sure this is what the developers intended) (thanks Joey)
1242     (closes: bug#99311)
1244  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat,  2 Jun 2001 22:26:18 +0200
1246 wmaker (0.65.0-1) unstable; urgency=low
1248   * New upstream version (AYBABTU)
1249   * This version fixes the speckles on PowerPC (closes bug#79272)
1250   * debian/rules: added versioned dependency for libwraster2.
1251   * debian/rules: undo filtering out of zh_TW.Big5 in LINGUAS (thanks Anthony!)
1252     (sent new file upstream)
1253   * po/zh_CH.po: remove -80 from charset, per Anthony's suggestion.  Sent
1254     upstream.
1255   * debian/rules: add hermes1-dev to Build-Depends.
1257  -- Marcelo E. Magallon <mmagallo@debian.org>  Fri, 11 May 2001 09:49:18 +0200
1259 wmaker (0.64.0-6) unstable; urgency=low
1261   * debian/wmaker.menu-method: Fixed reference to menu's documentation
1262     (closes: bug#90585)
1263   * debian/control: s/xlib6g-dev/xlibs-dev/
1264   * debian/control: remove superfluous suggests
1265   * debian/rules: %s/TMPDIR/DEBTMPDIR/g (/me hides) (thanks zarq)
1266   * debian/rules: filter-out zh_TW.Big5 in LINGUAS.  Want it back?  Figure out
1267     what's wrong with it.  I really can't see the problem.
1269  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun,  6 May 2001 15:33:01 +0200
1271 wmaker (0.64.0-5) unstable; urgency=low
1273   * Woops, typo in code that moves man from X11R6 to share (thanks for noticing,
1274     Jordi)
1275   * debian/manpages/WindowMaker.1x: change to '.so man1/wmaker.1x' (thanks to
1276     joeyh)
1278  -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 12 Mar 2001 23:03:38 +0100
1280 wmaker (0.64.0-4) unstable; urgency=low
1282   * WindowMaker/Defaults/Makefile.am: added a missing $(srddir) (sent
1283     upstream) (thanks Gordon Sadler)
1284   * debian/rules: got rid of that silly RPATHTOXBINDIR thing.
1285   * debian/rules: some clean up.
1286   * debian/manpages/: added manpages for WPrefs and upgrade-wmaker-defaults.
1287   * debian/rules: use dh_installman to install manpages
1289  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 10 Mar 2001 09:09:08 +0100
1291 wmaker (0.64.0-3) unstable; urgency=low
1293   * debian/wmaker.prerm: remove 'upgrade' from the cases where the
1294     x-window-manager alternative is removed. (closes: bug#87333)
1296  -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 12 Feb 2001 22:53:43 +0100
1298 wmaker (0.64.0-2) unstable; urgency=low
1300   * redo fix from 0.63.1-4 (partially)
1302  -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 12 Feb 2001 22:53:43 +0100
1304 wmaker (0.64.0-1) unstable; urgency=low
1306   * *sigh* I finally upload a fixed get-foo-flags and the next day a new
1307     upstream comes out.
1308   * oh, new upstream, btw.
1310  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 11 Feb 2001 23:36:55 +0100
1312 wmaker (0.63.1-4) unstable; urgency=low
1314   * debian/rules: *sigh* fix /usr/X11R6/include/WINGs.  This might change
1315     depending on what upstream does in the next version.  For now no other
1316     debian package should be changed because of this.
1318  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 10 Feb 2001 01:13:49 +0100
1320 wmaker (0.63.1-3) unstable; urgency=low
1322   * debian/rules: remove wmsetup
1323   * debian/manpages/wmaker.1x: update
1324   * debian/WindowMaker, WindowMaker/Defaults/WMGLOBAL: MultiByteText set
1325     to AUTO
1327  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 21 Jan 2001 14:39:05 +0100
1329 wmaker (0.63.1-2) unstable; urgency=low
1331   * Install /etc/GNUstep/Defaults/WMRootMenu (closes: bug#82195)
1333  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 14 Jan 2001 19:19:16 +0100
1335 wmaker (0.63.1-1) unstable; urgency=low
1337   * New upstream version.  Weee!
1339  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun,  7 Jan 2001 13:33:39 +0100
1341 wmaker (0.63.0-1) unstable; urgency=low
1343   * New upstream version.
1344   * debian/control: added dependencies on libwraster-dev and libproplist-dev
1345     for libwings-dev (closes: bug#49277, bug#74530)
1346   * debian/rules: put get-*-flags where they belong (sorry, missed this one
1347     for a long time) (closes: bug#49357)
1348   * debian/README.Debian: remove reference to second faq (thanks Stephane
1349     Bortzmeyer) (closes: bug#59822)
1351  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat,  6 Jan 2001 13:24:15 +0100
1353 wmaker (0.62.1-3) unstable; urgency=low
1355   * Thanks to Matthew Ashton <mashton@stormix.com> for taking a look and
1356     providing most of the fixes in this release.  (You guys at Stormix are
1357     cool, did I say that before?)
1358   * WindowMaker/background.menu: add to submenus: Tiled and Scaled (closes:
1359     bug#62302)
1360   * debian/control: Removed hard coded dependency on libproplist0 (wtf
1361     is that doing there?!?)
1362   * Bumped standards version to 3.3.1 and added Build-Depends.
1363   * debian/WMWindowAttributes: added entries for NTerm, NXTerm and KTerm.
1364   * WindowMaker/Defaults/WMState.in: s/xterm/x-terminal-emulator/ (closes:
1365     bug#59268)
1366   * fixed icon for WPrefs.app on the default desktop (closes: #67787)
1367   * Recompiled using libungif4 (thanks to Jeff "Deek" Teunissen
1368     <deek@dusknet.dhs.org> for pointing this out)
1369   * debian/WindowMaker.default: KbdModeLock=No (does this fix the empty
1370     box on the window titles bug?)
1372  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 26 Nov 2000 13:35:51 +0100
1374 wmaker (0.62.1-2) unstable; urgency=low
1376   * debian/Debian.jpg.uu cropped to have a 4/3 aspect ratio
1377   * src/misc.c: removed code that inserts -I<path to current file> in the
1378     preprocessor arguments, it's not required as that is what 
1379     '#include "foo"' does (closes: bug#76317)
1380   * debian/manpages/wmaker.1x: removed Debian options, there aren't any
1381     of them now. (closes: bug#76260)
1382   * debian/wmaker.menu: Added Preferences to WindowManagers (wmaker) menu
1383     (closes: bug#61284)
1384   * debian/wmaker.docs: add FAQ.I18N
1386  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 18 Nov 2000 09:49:06 +0100
1388 wmaker (0.62.1-1) unstable; urgency=low
1390   * New maintainer.
1391   * src/wconfig.h.in: s/I18N_MB/I18N/g (closes: 58089)
1393  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 12 Nov 2000 14:04:06 +0100
1395 wmaker (0.62.1-0.1) unstable; urgency=low
1397   * NMU.
1398   * New upstream version.
1399   * src/moveres.c: removed misplaced patch (somehow trying to fix an
1400     aspect bug, a patch got merged into the code that draws the resizing
1401     lines in technical style, sorry Chris, my fault probably)
1402   * docklib removed upstream... uh?
1403   * debian/rules: removed docklib references
1404   * debian/control: removed libdockapp package.
1405   * debian/rules: s/??.po/*.po/ (don't ignore zh_CN.po and friends)
1406   * debian/rules: install README.definable-cursor
1407   * debian/rules: libwraster's version is now 2.
1408   * debian/control: s/libwraster1/libwraster2/
1410  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 16 Jul 2000 21:07:12 +0200
1412 wmaker (0.61.1-4) frozen unstable; urgency=low
1414   * Added x-window-manager to Provides: line in control.
1416  -- Chris McKillop <cdm@debian.org>  Sun,  6 Feb 2000 21:15:36 -0500
1418 wmaker (0.61.1-3) frozen; urgency=low
1420   * Added --enable-modelock for different X input methods.
1421   * Added calls to x-terminal-emulator instead of xterm in
1422     default settings.
1423   * Cleaned up the control file.
1424   * 
1426  -- Chris McKillop <cdm@debian.org>  Tue,  1 Feb 2000 00:42:12 -0500
1428 wmaker (0.61.1-2) frozen; urgency=low
1430   * Merged wmaker-[plain,kde,gnome] into the wmaker package.
1431     o This new single binary supports all forms of hinting.
1432   * Added the Debian theme as the default setup for new users.
1433   * Added support for the x-window-manager convention.
1435  -- Chris McKillop <cdm@debian.org>  Sun, 16 Jan 2000 20:06:12 -0500
1437 wmaker (0.61.1-1) unstable; urgency=low
1439   * New upstream release
1440   * Added linking to /usr/doc in all packages.
1442  -- Chris McKillop <cdm@debian.org>  Sun, 17 Oct 1999 17:46:58 -0500
1444 wmaker (0.61.0-1) unstable; urgency=low
1446   * New upstream version.
1447   * Skipped, never uploaded.
1448   * New maintainer
1450  -- Chris McKillop <cdm@debian.org>  Mon, 20 Sep 1999 18:33:03 -0600
1452 wmaker (0.60.0.19990831-3) unstable; urgency=low
1454   * debian/control: shortened short descriptions for wmaker, wmaker-plain,
1455     wmaker-gnome and wmaker-kde (closes: bug#45542)
1457  -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 20 Sep 1999 10:14:13 -0600
1459 wmaker (0.60.0.19990831-2) unstable; urgency=low
1461   * debian/rules: /usr/share/doc, /usr/share/man
1463  -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 14 Sep 1999 10:12:57 -0600
1465 wmaker (0.60.0.19990831-1) unstable; urgency=low
1467   * "new" upstream version.
1469  -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 13 Sep 1999 11:55:18 -0600
1471 wmaker (0.60.0-5) unstable; urgency=low
1473   * debian/wmaker.menu: removed "Window Maker (debian)" entry.  It's
1474     confusing. (closes: bug#37994)
1475   * wrlib/xpm.c::RGetImageFromXPMData: handles all the defined xpm color
1476     specification formats. (sent upstream) (closes: bug#35502)
1477   * Splitted wmaker into wmaker and wmaker-plain.  wmaker depends on
1478     each of wmaker-{plain,gnome,kde}; each of them depends on wmaker (=
1479     ${Source-Version}).  This ensures upgrades will be performed
1480     smoothly.
1481   * debian/wmaker-gnome.prerm: s/debian/gnome/
1482   * debian/wmaker.postinst.tmpl: removes WindowMaker-debian alternative
1483     upon installation.
1484   * debian/wmaker.prerm: removed code to remove alternative.
1485   * debian/wmaker-{gnome,kde}.menu: removed.  Those are confusing people.
1486   * debian/control: modified wmaker's description.  (s/afterstep//gi)
1487   * debian/wmaker.menu: fixed sort keys for several entries
1488   * WindowMaker/wmmacros, debian/wmaker: uses $GNUSTEP_USER_ROOT instead
1489     of $HOME/GNUstep. (closes: bug#43578)
1491  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat,  4 Sep 1999 09:36:32 -0600
1493 wmaker (0.60.0-4) unstable; urgency=low
1495   * debian/wmaker.menu-method, debian/appearance.menu-method: updated to
1496     make it compatible with new menu package. (closes: bug#39836,
1497     bug#37994)
1499  -- Marcelo E. Magallon <mmagallo@debian.org>  Thu,  1 Jul 1999 21:59:46 -0600
1501 wmaker (0.60.0-3) unstable; urgency=low
1503   * WINGs/WINGs.h: changed #include <WUtil.h> to #include "WUtil.h" before
1504     Roman sends black choppers this way :) (closes: bug#39852)
1506  -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 29 Jun 1999 10:09:57 -0600
1508 wmaker (0.60.0-2) unstable; urgency=low
1510   * debina/rules::build-wmaker-debian-stamp: removes leftovers that
1511     shouldn't be in the tarball in the first place.  Since I'm using a
1512     VPATH build, make in checking in $(builddir)/WindowMaker/Defaults for
1513     WMWindowAttributes, WindowMaker and WMState, and _also_ in
1514     $(srcdir)/WindowMaker/Defaults.  Since it finds that the $(srcdir)
1515     versions are newer than their `.in' dependencies, it doesn't
1516     regenerate the files in $(builddir), which is _bad_ because
1517     WindowMaker/IconSets/Makefile.am searches for WMWindowAttributes in
1518     ../Defaults (or something equivalent to that). (closes: bug#38572)
1519   * debian/wmaker.menu: modified placement of Exit, Exit Session and
1520     Restart commands.  Added Info Panel and Legal Panel.  (closes:
1521     bug#37634)
1523  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 13 Jun 1999 13:02:46 -0600
1525 wmaker (0.60.0-1) unstable; urgency=low
1527   * New upstream release
1528   * Oops... this is going to be problematic.  I stupidly `corrected'
1529     libwraster's libtool version on the last release.  That produced
1530     libwraster2.  But upstream didn't made this change.  Now the libtool
1531     version has been correctly changed wrt 0.53.0, but my fix wasn't
1532     incorporated.  That means libtool version is now 3:0:2, instead of
1533     3:0:1.  That produces libwraster1, not libwraster2.  This is
1534     technically wrong, but I'll stick to upstream's version.  Guy's gonna
1535     kill me... I submitted a bug asking for the removal of libwraster1
1536     from the archive.  Now I'll have to ask for the removal of libwraster2
1537     and have libwraster1 reincorporated into the archive.
1538   * debian/control: went back to libwraster1.
1539   * debian/wmaker.menu-method: added SHORTCUT support. (Thanks blue!)
1540   * debian/README: updated to reflect SHORTCUT support.
1541   * debian/rules: yet another try at shlibs info.  This time I have
1542     finally got this right.
1544  -- Marcelo E. Magallon <mmagallo@debian.org>  Thu,  3 Jun 1999 23:19:53 -0600
1546 wmaker (0.53.0-3) unstable; urgency=low
1548   * src/misc.c: added -undef to cpp call.  Undefines non-standard
1549     macros. (closes: bug#28595)
1551  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 29 May 1999 12:13:07 -0600
1553 wmaker (0.53.0-2) unstable; urgency=low
1555   * debian/rules: removed --enable-lite for KDE.  Looking at the diffs in
1556     README.KDE between 0.52.0 and 0.53.0 it seems --enable-lite is not
1557     such a good idea afterall.
1558   * debian/wmaker.postinst.tml: try to cope with a dangling symlink in the
1559     alternatives.
1560   * debian/wmaker-{gnome,kde}.prerm: added.  Reread packaging manual.
1561     Alternatives are removed on prerm, NOT postrm. (closes: bug#34526,
1562     bug#34286)
1563   * debian/wmaker-{gnome,kde}.postrm: removed.  Ditto.
1564   * debian/README.Debian: updated.
1566  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 24 Apr 1999 11:20:06 -0600
1568 wmaker (0.53.0-1) unstable; urgency=low
1570   * New upstream version.
1572  -- Marcelo E. Magallon <mmagallo@debian.org>  Wed, 21 Apr 1999 21:46:25 -0600
1574 wmaker (0.52.0-2) unstable; urgency=low
1576   * Ok.  One more try at fixing the dependency problems.
1578  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 10 Apr 1999 22:27:22 -0600
1580 wmaker (0.52.0-1) unstable; urgency=low
1582   * New upstream version
1583   * debian/rules: changed dependency of libwraster to (>= 0.52.0)
1584   * debian/wmaker-gnome.menu: menu entries specific to
1585     wmaker-gnome. (thanks squirk!) (closes: bug#35148)
1586   * debian/wmaker-kde.menu: menu entries especific to wmaker-kde.
1587   * debian/wmaker.menu: added entry for "Debian" wmaker.
1588   * debian/WMWindowAttributes: added gnome stuff. (thanks Crow!) (closes:
1589     bug#34557)
1590   * debian/README.Debian: Updated.
1591   * debian/wmaker: no longer creates ~/GNUstep/.AppInfo, wmaker itself
1592     will create the directory if needed.
1593   * deban/wmakerpl.menu-method: new file, experimental.  It works, but I'm
1594     not really sure what I should do with it.  Right now it builds
1595     /etc/X11/WindowMaker/plmenu.hook, but nothing else uses it.  I was
1596     thinking about changing WPrefs.app to use it for it's ``template''
1597     file but I'm not convinced that's a good idea.
1598   * debian/rules: new target to create debian/shlibs.local -- I keep
1599     forgetting to edit the file.  The version information is now located
1600     at the top of debian/rules.  clean target removes debian/shlibs.local
1601   * Still pondering splitting wmaker into wmaker and wmaker-debian.
1602     wmaker-debian, wmaker-gnome and wmaker-kde would provide
1603     `wmaker-binary' (better name anyone?) and wmaker would depend on
1604     that.  This would make wmaker ~ 220 kB smaller.
1605   * debian/rules::install-wmaker-debian-stamp: Speaking of smaller, nuked
1606     /usr/lib/GNUstep/Apps/WPrefs.app/xpm.  WTH do I want that for if I
1607     have WPrefs.app/tiff _and_ tiff support is compiled in?
1608   * debian/rules::install-wmaker-debian-stamp: nuked .xpm counterparts of
1609     .tiff icons.  There are _too_ many of them and it's pure bloat.
1611  -- Marcelo E. Magallon <mmagallo@debian.org>  Thu,  1 Apr 1999 18:13:25 -0600
1613 wmaker (0.51.2-2) unstable; urgency=low
1615   * Finally fixed this annoying "can't build bug".  Tested.  Tested again.
1616     Tested yet one more time. (closes: bug#33409, bug#34523, bug#34583,
1617     bug#34657)
1619  -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 16 Mar 1999 09:48:29 -0600
1621 wmaker (0.51.2-1) unstable; urgency=low
1623   * New upstream version
1625  -- Marcelo E. Magallon <mmagallo@debian.org>  Fri, 12 Mar 1999 21:12:55 -0600
1627 wmaker (0.51.1.2pre2-2) unstable; urgency=low
1629   * Fixed location of global defaults... again.
1631  -- Marcelo E. Magallon <mmagallo@debian.org>  Thu, 11 Mar 1999 06:57:11 -0600
1633 wmaker (0.51.1.2pre2-1) unstable; urgency=low
1635   * New upstream pre release version.
1637  -- Marcelo E. Magallon <mmagallo@debian.org>  Tue,  9 Mar 1999 10:16:53 -0600
1639 wmaker (0.51.1-1) unstable; urgency=low
1641   * New upstream version.
1642   * New package, libwraster2.
1643   * debian/rules, debian/control, debian/shlibs: changed because of
1644     previous point.
1645   * debian/rules: wmkdemenu, installed in wmaker-kde.
1646   * Icons copyright situation cleared: wmaker is GPL.  The libraries are
1647     LGPL.  The icons are OPL.
1648   * wrlib/Makefile.am: changed version info to 2:0:0, interface is
1649     different!
1650   * debian/rules: README.GNOME installed in wmaker-gnome
1651   * debian/rules: README.KDE installed in wmaker-kde
1652   * debian/rules: wkdemenu.pl installed in wmaker-kde
1653   * src/*.c, WINGs/*.c, WPrefs/*.c: global defaults are installed in
1654     /etc/GNUstep/Defaults! `sysconfdir' is `/etc', `sysconfdir/GNUstep'
1655     and `sysconfdir/X11/WindowMaker' used where required.
1656   * Added libdockapp-dev package.
1657     + debian/control: added libdockapp-dev entry.
1658     + debian/rules: added libdockapp-dev targets
1660  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun,  7 Mar 1999 12:49:25 -0600
1662 wmaker (0.51.0-5) unstable; urgency=low
1664   * debian/rules: added a couple of comments regarding KANJI and DEBUG.
1665   * debian/rules: Redid dependencies between configure, aclocal.m4,
1666     ltconfig, Makefile.in and Makefile.am.  Straightened out a lot of
1667     bogus dependencies between these files.  I think I can say I got them
1668     right now, but there's still room for improvement.  This should clear
1669     "I-can't-build-it-why-can-you?" type of bugs.
1671  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat,  6 Mar 1999 14:24:11 -0600
1673 wmaker (0.51.0-4) unstable; urgency=low
1675   * src/actions.c: patch by Matt Armstrong <matt_armstrong@bigfoot.com>
1676     (closes: bug#33976)
1678  -- Marcelo E. Magallon <mmagallo@debian.org>  Thu,  4 Mar 1999 12:10:32 -0600
1680 wmaker (0.51.0-3) unstable; urgency=low
1682   * debian/control: added wmaker-gnome (hey! we are back in the "build
1683     takes long because there are a gazillion different versions" times!)
1684     (closes: bug#32905)
1685   * debian/control: added wmaker-kde.  Wait! Don't jump on me just yet!
1686     If this can make your soul rest easier, think of wmaker-kde as a
1687     window manager that implements a funky communications protocol.
1688   * debian/rules: changed a lot of stuff to handle the new package in a
1689     sane way.
1690   * WindowMaker/Defaults/Makefile.am: removed dependency of some files on
1691     ./Makfile (what the heck is that for?) (sent upstream)
1692   * WindowMaker/IconSets/Makefile.am: ditto.
1694  -- Marcelo E. Magallon <mmagallo@debian.org>  Mon,  8 Feb 1999 15:26:37 -0600
1696 wmaker (0.51.0-2) unstable; urgency=low
1698   * Added changes from 0.20.3-5.
1699   * debian/control: Changed recommendation for asclock to suggestion.
1700   * debian/control: removed dependency of libwmaker-dev on
1701     libwmaker. (closes: bug#32707)
1702   * src/misc.c: Added -traditional to cpp call in MakeCPPArgs.
1704  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat,  6 Feb 1999 21:18:14 -0600
1706 wmaker (0.51.0-1) unstable; urgency=low
1708   * New upstream version
1709   * Removed many patches, most are incorporated upstream. With some others
1710     it's obvious they won't be incorporated and it doesn't make sense to
1711     keep pushing them in the Debian diff's (they are mostly cosmetic
1712     things related to how things are built)
1713   * debian/rules: removes wrlib/get-wraster-flags on clean
1714   * debian/control: removed libwmaker0 package; only a static library is
1715     built now.
1716   * src/main.c: fixed message for unknown options; actually prints help if
1717     requested
1718   * doc/wmaker.1x: updated to reflect new option syntax.
1719   * debian/manpages/wmaker.1x: ditto.
1720   * doc/*: updated manpages.
1721   * debian/rules: After looking at what exactly does --enable-kanji do, it
1722     is obvious that the MB patch is not up to date with the rest of the
1723     code; this means I'm removing --enable-kanji from the configure
1724     options until someone fixes and TESTS it with iso-8859-1 characteres.
1725     I can't do it because I understand zip about the way MB works.  I
1726     _think_ the problem is in the lenght of the string and/or the way it's
1727     encoded, but I'm problably wrong.
1728   * Fixed wmsetbg PixmapPath thing.  Now 'wmsetbg Image' works.
1730  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 30 Jan 1999 15:06:05 -0600
1732 wmaker (0.50.2-0.0.4) unstable; urgency=low
1734   * Really fixed the '%a(blah)' bug 
1736  -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 11 Jan 1999 18:11:52 -0600
1738 wmaker (0.50.2-0.0.3) unstable; urgency=low
1740   * src/misc.c: fixed bug in '%a(title,prompt)' constructs
1741   * util/wmsetbg.c: added quoted arround image name
1742   * util/getstyle.c: added check for NULL values when querying PixmapPath.
1744  -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 11 Jan 1999 16:12:30 -0600
1746 wmaker (0.50.2-0.0.2) unstable; urgency=low
1748   * Added '-traditional' again (fixes some reported bugs, don't have the
1749     number handy)
1750   * debian/wmaker.menu-method: added escapes for '*' (closes: bug#30622)
1751   * src/rootmenu.c: removed call to wsyserror if the directory specified
1752     my OPEN_MENU doesn't exist.
1753   * po/Makefile.am: removed double $(DESTDIR) in NLSPATH.  I patched it,
1754     upstream patched it somewhere else... :-(  Funny error dpkg gives with
1755     this: "corrupted tarball" or something like that.
1756   * WPrefs.app/po: ditto
1757   * debian/control: added 'Recommends: wmaker-usersguide'
1758   * debian/manpages/wmaker.1x: synced with upstream
1759   * Some fiddling with debian/rules
1761  -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 11 Jan 1999 10:31:25 -0600
1763 wmaker (0.50.2-0.0.1) unstable; urgency=low
1765   * New upstream version
1766   * Installed missing readmes
1767   * Removed '-traditional' from cpp call
1769  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 10 Jan 1999 20:31:12 -0600
1771 wmaker (0.50.1-0.0.2) unstable; urgency=low
1773   * Added '-traditional' to cpp call.
1775  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat,  9 Jan 1999 21:10:06 -0600
1777 wmaker (0.50.1-0.0.1) unstable; urgency=low
1779   * New upstream version
1781  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat,  9 Jan 1999 20:25:21 -0600
1783 wmaker (0.50.0-0.0.1) unstable; urgency=low
1785   * Woa! Big version leap... no, I didn't skip any <g>
1786   * Just a note: in the previous version it's not 'SSH', it's 'SHM'.
1787   * Redid a lot of patches
1788   * debian/rules: remove code that removes extensions.  Handled by Window
1789     Maker now.
1790   * debian/wmaker.menu: added '-noext' to some OPEN_MENU's
1792  -- Marcelo E. Magallon <mmagallo@debian.org>  Thu,  7 Jan 1999 15:57:16 -0600
1794 wmaker (0.20.3-5) frozen; urgency=low
1796   * debian/wmaker.preinst: really fixed the diversion problem.  After
1797     reading the reports, I think I figured out what's going on.  A legacy
1798     diversion of asclock's manpage seems to be in place.  The diverted
1799     version is there and the real file is also there (the real file comes
1800     from asclock).  The approach taken: save the `good' file, remove the
1801     diversion, put the `good' file back in place.  How do I know which one
1802     the good file is?  Simple: asclock conflicts with wmaker << 0.15.0 and
1803     afterstep <= 1.4-6; wmaker >= 0.15.0 didn't provide any of the
1804     diverted files, so if there's a diversion and there's no original
1805     file, the diversion is the `good' file.  If the diversion and the
1806     original file are there, the `good' file is the original file. (Thanks
1807     Adam Di Carlo, Michael Babcock, Czako Krisztian, Kevin Dalley and
1808     `slapic') (closes: bug#31419, bug#32649)
1809   * debian/README: minor modifications (mostly aesthetics)
1811  -- Marcelo E. Magallon <mmagallo@debian.org>  Thu,  4 Feb 1999 21:19:04 -0600
1813 wmaker (0.20.3-4) frozen; urgency=low
1815   * debian/wmaker.preinst: how the heck did it work on the machines I
1816     tested this, I have no idea.  Adam Di Carlo provided enough
1817     information regarding this bug and I was able to reproduce the
1818     scenario where it triggers.  Thanks Adam! (closes: bug#31419)
1820  -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 25 Jan 1999 16:04:22 -0600
1822 wmaker (0.20.3-3) frozen; urgency=low
1824   * debian/wmaker.preinst: Arrrggghhh! I forgot to move the fix for
1825     bug#31419 from 0.50.2-0.0.4 into 0.20.3-2!!! I had installed a fixed
1826     version of 0.50.2-0.0.4 on my development machine and, of course, the
1827     diversion wasn't there anymore, so when I installed 0.20.3-2 on the
1828     same machine I didn't notice the fix wasn't there...  I need another
1829     slink machine!!! (Hmmm... there's a victim at the other end of the
1830     room) (closes: bug#31419)
1831   * debian/control: Changed 'Recommends: wmaker-usersguide' to 'Suggests:
1832     wmaker-userguide'.  First, someone files a bug because there's no
1833     documentation, and now someone doesn't like the fact that there's
1834     documentation.  I don't understand you people...
1835   * debian/wmaker.postrm: fixed horrendous bug in abort-upgrade.  This has
1836     been there for ages... funny how people catch more bugs during deep
1837     freeze stages. (closes: bug#32320)
1839  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 24 Jan 1999 08:55:52 -0600
1841 wmaker (0.20.3-2) frozen; urgency=low
1843   * src/wconfig.h.in: Added '-traditional' to cpp (closes: bug#30665)
1844   * debian/control: added 'Recommends: wmaker-usersguide' (closes:
1845     bug#20483)
1846   * po/Makefile.am: fixed $(DESTDIR) (closes... no, the bug isn't on the
1847     BTS, it was mailed to me directly)
1848   * WPrefs.app/po/Makefile.am: ditto.
1849   * debian/wmaker.menu-method: added escapes for '*' (closes: bug#30622,
1850     bug#30624, bug#30637, bug#30679)
1851   * debian/wmaker.preinst: fixed old diversion removal (closes: bug#31419)
1852   * debian/control: bumped Standards-Version to 2.5.0
1853   * debian/control: Recommends: asclock (closes: bug#31132)
1855  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 16 Jan 1999 11:53:47 -0600
1857 wmaker (0.20.3-1) frozen unstable; urgency=low
1859   * New upstream version. Incorporates all the upstream patches in
1860     0.20.2-1, 0.20.2-2 and 0.20.2-3. (Makes the diff.gz *much* smaller)
1861     and fixes some more bugs.
1862   * Fixes problems with SSH (namely bug#29505) (closes: bug#29505)
1863   * Also fixes problems with SSH over networks (closes: bug#30026)
1864   * Upstream removed some ${SHELL} hacks. (closes: bug#29658, bug#30298)
1865   * Fixes "migrating xv windows" (closes: bug#30381)
1866   * WindowMaker/appearance.menu, WindowMaker/background.menu: copied from
1867     my local /etc/X11/WindowMaker/ files; those are the files are menu
1868     generates them which is a good thing in case some is not running menu.
1870  -- Marcelo E. Magallon <mmagallo@debian.org>  Thu, 10 Dec 1998 13:07:56 -0600
1872 wmaker (0.20.3-0.0.1) frozen unstable; urgency=low
1874   * New upstream version. Incorporates all the upstream patches in
1875     0.20.2-1, 0.20.2-2 and 0.20.2-3. (Makes the diff.gz *much* smaller)
1876     and fixes some more bugs.
1878  -- Marcelo E. Magallon <mmagallo@debian.org>  Thu,  3 Dec 1998 11:44:40 -0600
1880 wmaker (0.20.2-3) frozen unstable; urgency=low
1882   * Applied more upstream patches: grayscale and 8bit jpeg support; fixed
1883     client restoration in restart/exit in multiheads; fixed problem with
1884     docked programs that have names with spaces; updated WPrefs.app for
1885     iconificationstyle; added -static command line option; put redundant
1886     NoWindowOverDock; fixed overlapping clip icon bug; extended window
1887     level code; added KeepOnBottom hint; added iconification style to
1888     WPrefs.app; fixed crash with bad value in defaults file; changed icon
1889     stacking code; added primitive support for 5 button mouse (for
1890     switching workspaces); fixed BadAccess and crash on programs that do
1891     XGrabButton; fixed bug with rootmenu Exec not working when stty is
1892     called from ~/.tcshrc; fixed bug with Move menu and sloppy focus;
1893     temporarily removed SHELL support in apps menu.
1894   * Someone pointed out that due to a patch applied in 0.20.2-2, Window
1895     Maker thinks its version is "0.20.3" instead of "0.20.2". Since
1896     there's no 0.20.3 upstream source yet, I guess we can live with that.
1898  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 28 Nov 1998 10:42:02 -0600
1900 wmaker (0.20.2-2) frozen unstable; urgency=low
1902   * Rebuilt with new X packages (release -7 specifically)
1903   * New X packages ship X locales with xlib6g (closes: bug#28967)
1904   * Applied upstream patches that fixes several bugs. Cut-and-paste from
1905     the updated changelog: fixed bug in miniaturizing atribute panel,
1906     fixed bug for 64bit machines, fixed bug for apps that put strings with
1907     "." in WM_CLASS, added handling for reparented client windows, fixed
1908     bug with window positioning (this one is bug#24770 I think -- I need
1909     confirmation from the submitter), fixed cascade window placement to
1910     account for dock, fixed bug in window positioning by clients, fixed
1911     problem with random window placement.
1912   * configure.in: reverted patch to --with-appspath. debian/rules:
1913     modified to reflect this (closes: bug#28620, bug#28627, bug#28632,
1914     bug#28865)
1915   * debian/rules: dockit is gone but manpage is still installed
1916   * debian/wmaker.postinst.tmpl: removed the code to add Window Maker to
1917     /etc/X11/window-managers and replaced with register-window-manager
1918     (the interface provided by the xbase package). This fixes #28841
1919     partially (that's two bugs in one, this is the not-so-important part)
1920   * debian/wmaker.postrm: ditto for removal from /etc/X11/window-managers
1921   * On my system bug #26682 doesn't show up with this build and the new
1922     set of X pacakges. I'm not closing it because I've seen this come and
1923     go rather randomly.
1924   * Release 0.20.1-2 fixed bug #27411, I should have noted this on the
1925     changelog (I actually did but I never mentioned the bug number). It
1926     also fixed bug #27433.
1927   * WindowMaker/wmmacros: added macros for LOCAL_THEMES_DIR,
1928     LOCAL_STYLES_DIR, LOCAL_ICON_SETS_DIR, LOCAL_SOUND_SETS_DIR,
1929     LOCAL_BACKGROUNDS_DIR, USER_THEMES_DIR, USER_STYLES_DIR,
1930     USER_ICON_SETS_DIR, USER_SOUND_SETS_DIR, USER_BACKGROUNDS_DIR
1931   * WindowMaker/appearance.menu, WindowMaker/background.menu: added
1932     LOCAL_* paths and changed ~/GNUstep/... to USER_* (closes: bug#29473)
1933   * wrlib/Makefile.am: oops. Actually change shared version to
1934     1:0:0... hmmm... no wonder this made so much trouble.
1935   * debian/rules: fixed call to dh_shlibdeps... wrong dependencies were
1936     computed!
1938  -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 17 Nov 1998 12:53:50 -0600
1940 wmaker (0.20.2-1) frozen unstable; urgency=low
1942   * New upstream version, fixes quite a few bugs, outstanding: timer bug
1943     (it is not possible to leave Window Maker <= 0.20.1 running for more
1944     than approx 28 days), the Emacs crash bug (fixed in previous Debian
1945     releases), focus bugs, crash bug with transient windows (The Gimp,
1946     etc), fixed crash bug with bad mgradients, better dithering in 8bpp.
1947   * Modified default IconPath and PixmapPath to more sensible values
1948     (/usr/local/<stuff> added)
1949   * WindowMaker/Defaults/WindowMaker.in: IconPath and PixmapPath changed
1950   * WPrefs.app/Paths.c: modified default values for IconPath and
1951     PixmapPath
1952   * src/wconfig.h.in: modified default values for IconPath and PixmapPath
1953   * debian/README.Debian: modified IconPath and PixmapPath
1954   * Upstream incorporated patch from 0.20.1-2 (Re: aspect ratio)
1955   * debian/README.Debian: fixed some grammar mistakes.
1956   * debian/control: fixed description per user's request.
1957   * Redid libtool patch. Sent upstream again. Maybe this time they'll take
1958     it as it seems Alfredo and/or Dan have begun putting shared library
1959     support in configure.in (sent upstream)
1960   * configure.in: modified handling of libPropList. It seems Alfredo
1961     and/or Dan are trying to get this thing to be foolproof, but in the
1962     process they are making it very difficult to get wmaker to build for
1963     ppl who happen to read the docs... :-(
1964   * WINGs/wapplication.c: modified to use --with-appspath from
1965     configure (sent upstream)
1966   * debian/rules: I give up! Forget about telling WindowMaker its Defaults
1967     directory lives in /etc/GNUstep. Use the darned symlink. Removed all
1968     the patches that made this work... I'm sick of reapplying those.
1969   * debian/*: s/WindowMaker/Window Maker/ in several places.
1970   * debian/rules: moves wm-oldmenu2new to /usr/doc/wmaker; the script it's
1971     a hack. It works but YMMV.
1972   * WINGs/wevent.c: added patch from Pascal Hofstee
1973     <daeron@Wit401305.student.utwente.nl>. Fixes a bug with select
1974     complaining about an invalid argument.
1975   * Added several entries for The Gimp, which make it look lots nicer
1976     and more usable under WindowMaker.
1978  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 25 Oct 1998 20:38:55 -0600
1980 wmaker (0.20.1-2) unstable; urgency=low
1982   * src/window.c: fixed bug in aspect ratio code (sent upstream)
1983   * debian/control: changed all Recommends to Suggests
1984   * src/defaults.c: moved a pice of code to put the background color on
1985     the root window before the background image...
1986   * debian/README.Debian: added a note about WPrefs segfaulting with the
1987     nice looking menu button. READ IT, it's at the end.
1988   * debian/wmaker: I wrote wmaker.1x yet it seems I didn't read
1989     it... GNUSTEP_USER_ROOT holds the full path to the root directory for
1990     the user, NOT the directory name under ${HOME}.
1991   * debian/wmaker: copies WMRootMenu. This is an ugly-freeze-is-tomorrow
1992     fix.
1994  -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 13 Oct 1998 09:20:42 -0600
1996 wmaker (0.20.1-1) unstable; urgency=low
1998   * New upstream release
1999   * Squashed bug Re: incorrect filenames in Themes.
2000   * debian/wmaker.menu-method: fixed inclusion of pre and post-hook files.
2001   * debian/patch.wmaker: fixed things a bit to get INCLUDES = -D_REENTRANT
2002     for libraries.
2003   * configure.in: removed test for X_LOCALE
2004   * WINGs/wapplication.c: changed /usr/local/share/GNUstep to
2005     /usr/local/lib/GNUstep to get it in sync with the rest of the paths.
2006   * po/Makefile.am: added $(DESTDIR)/ in front of @NLSDIR@ to get it to
2007     install properly. Added WindowMaker.pot to CLEAN_FILES.
2008   * WPrefs/po/Makefile.am: added $(DESTDIR)/ in front of @NLSDIR@ to get
2009     it to install properly. Added WPrefs.pot to CLEAN_FILES.
2011  -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 29 Sep 1998 15:03:35 -0600
2013 wmaker (0.20.0-1) unstable; urgency=low
2015   * New upstream version.
2016   * Redid some patches for configure.in
2017   * Reviewed old changes in the source code. Bugs dealt with: #22743
2018     (Incorrect error message), #22744 (wmaker contains sloppy code),
2019     #23708 (wm overwrites configuration files) (closes: bug#22743,
2020     bug#22744, bug#23708)
2021   * Browse buttom for selecting the appicon works, forgot to close the
2022     bugreport (closes: bug#20771)
2023   * Bug #24753 (asload shift the screen) is not reproducible and has
2024     nothing to do with WindowMaker (or asclock, either) (closes:
2025     bug#24753)
2026   * Bug #24756 (Messes up afterstep) has already been taken care of
2027     (0.15.0-0), the only problem is no version beyond 0.14.1-7 will ever
2028     be installed on hamm (closes: bug#24756)
2029   * Added dependency for debianutils (>= 1.6) because of 'tempfile'
2030     (closes: bug#25323)
2031   * The problem with -DX_LOCALE has been fixed in 0.19.3-2; thanks to all
2032     the people that reported the problem (too many to name here); special
2033     thanks to Branden Robinson for taking care of the problem *really
2034     fast* (closes: bug#26401, bug#26430)
2035   * Modified WindowMaker/Themes/OpenStep: .jpeg extension removed from
2036     background image filename. Same for the Night theme. (closes:
2037     bug#26885)
2038   * wmaker now suggests wmakerconf. It doesn't recommend it because of
2039     WPrefs.app (closes: bug#24978)
2040   * my own experience says bug#22160 (exit session doesn't terminate
2041     netscape) is fixed (I could reproduce it in the past) (closes:
2042     bug#22160)
2043   * wmaker handles off-screen menus better; I just realized that (don't
2044     know which version fixed this) (closes: bug#24089)
2045   * Ok. There. One or two bugs remain open. Working on those. :-)
2046   * debian/rules: added WPREFSSRCDIR. Holds the source dir for WPrefs.app
2047   * Added -D_REENTRANT to libraries.
2048   * Added -D_SVID_SOURCE when XSHM is in use.
2049   * Undefined BIRTH_ANIMATION in src/wconfig.h.in; it's hideous, I won't
2050     include that.
2051   * Removed sentence about WMsound not available as a package in
2052     debian/control.
2053   * Removed convertstyle-related stuff from debian/rules as that script is
2054     not longer distributed with wmaker.
2056  -- Marcelo E. Magallon <mmagallo@debian.org>  Thu, 24 Sep 1998 12:42:28 -0600
2058 wmaker (0.19.3-2) unstable; urgency=low
2060   * Recompiled against new xlib6g. Removed X libraries from shlibs.local
2062  -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 15 Sep 1998 07:16:12 -0600
2064 wmaker (0.19.3-1) unstable; urgency=low
2066   * New upstream version.
2067   * Cleaned Makefile a bit... spotted the bug where Background/\(*\).ext
2068     wasn't moved to Background/\1
2069   * Upstream includes GIF support now (yucks!). Compiled against
2070     libungif. libwraster changed a bit because of this; bumped the
2071     dependency information.
2072   * Changed shlibs.local *again*; reading xlib6g's changelog reveals
2073     X's maintainer introduced -DX_LOCALE on version 3.3.2.3-1:
2074        "config/cf/linux.cf: build with -DX_LOCALE flag, which fixes a
2075         number of obscure locale problems"
2077  -- Marcelo E. Magallon <mmagallo@debian.org>  Fri, 11 Sep 1998 09:25:30 -0600
2079 wmaker (0.19.2-1) unstable; urgency=low
2081   * Woha! First time that debian's diff.gz applies cleanly. Ever. (New
2082     upstream version)
2083   * Moved /usr/share/GNUstep to /usr/lib/GNUstep
2084   * Modified the Makefile to cope with a future different location of
2085     GNUstep
2086   * Moved WPrefs to /usr/X11R6/bin/WPrefs and put a relative symlink in
2087     the lib/GNUstep/Apps directory.
2088   * Included xlib6g in shlibs.local to work arround the bug in
2089     xlib6g-dev. It requires xlib6g (>= 3.3.2.1) which is the oldest one I
2090     know works.
2091   * Fixed WINGs/wapplication.c to reflect the change from /usr/share to
2092     /usr/lib
2094  -- Marcelo E. Magallon <mmagallo@debian.org>  Mon,  7 Sep 1998 15:20:08 -0600
2096 wmaker (0.19.1-1) unstable; urgency=low
2098   * New upstream version with most (all?) of the patches applied.
2099   * Included WPrefs' README.
2100   * Manpages integrated upstream (yeah!). wmaker.1x should still be a bit
2101     Debian specific, so there's a local copy.
2102   * Moved convertstyle.1 to /usr/man/man1/convertstyle.1 in debian/rules
2104  -- Marcelo E. Magallon <mmagallo@debian.org>  Fri,  4 Sep 1998 08:50:34 -0600
2106 wmaker (0.19.0-2) unstable; urgency=low
2108   * Removed WINGs-flags on debian/rules:clean
2109   * Documenting changes is *good*... remembering to do so is also
2110     good. Changes in 0.19.0-1:
2111     - applied patch by Jim Knoble to pot files
2112     - applied patch by Alfredo Kojima to fix some problems with WINGs
2113     - modified configure.in to get it to pass correct gnustep_dir and
2114       gnustep_defaults_dir to other makefiles.
2115     - moved a bunch of old stuff from debian/ into debian/old_releases and
2116       the custom package stuff into debian/custom
2117     - modified debian/upgrade-windowmaker-defaults to cope with YAKMC (yet
2118       another key name change) in G/D/WMWindowAttributes that makes
2119       WindowMaker crash upon start.
2120     - Put a symlink /usr/share/WindowMaker/Defaults ->
2121       /etc/GNUstep/Defaults until I get to figure out where the h*ll are
2122       some functions getting /usr/share/WindowMaker/Defaults from.
2123     - Changed README.Debian, spells out some upgrade issues.
2124   * Changed shlibs.local entries
2125   * Changed README.Debian again. Lowered a bit the tone of the warning.
2126   * Added a sed scriptlet to debian/rules to fix the location of WPrefs in
2127     WMState.
2128   * Submited bugs against lintian regarding warnings about menu structure.
2129   * Fixed mess up with $critical_version in wmaker.postinst.tmpl and added
2130     a proper comment to remind myself how $critical_version is suppossed
2131     to be set.
2133  -- Marcelo E. Magallon <mmagallo@debian.org>  Thu,  3 Sep 1998 17:30:41 -0600
2135 wmaker (0.19.0-1) unstable; urgency=low
2137   * New upstream release.
2138   * Patched WINGs/wapplication.c and WINGs/userdefaults.c to the this
2139     thing in sync with the FHS.
2141  -- Marcelo E. Magallon <mmagallo@debian.org>  Wed,  2 Sep 1998 16:57:07 -0600
2143 wmaker (0.18.1b-1) unstable; urgency=low
2145   * New upstream version.
2146   * Patched src/dialog.c to get the Icon browser dialog NOT to ignore
2147     some valid paths in GNUstep/Defaults/WindowMaker
2148   * Removed second instance of ~/GNUstep/Library/WindowMaker/Pixmaps in
2149     WindowMaker/Defaults/WindowMaker.in, which I don't know how got there
2150     in the first place.
2152  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 22 Aug 1998 16:14:06 -0600
2154 wmaker (0.17.5-4) unstable; urgency=low
2156   * Moved headers in -dev packages from /usr/X11R6/include/X11 to
2157     /usr/X11R6/include.
2159  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 15 Aug 1998 17:45:47 -0600
2161 wmaker (0.17.5-3) unstable; urgency=low
2163   * Created new package libwings-dev to provide support for WINGs-based
2164     applications, like Aeleron and wmss.
2165   * Updated wmaker.1x
2166   * Modified the appearance.menu, yet again.
2168  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun,  9 Aug 1998 17:12:07 -0600
2170 wmaker (0.17.5-2) unstable; urgency=low
2172   * Changed src/defaults.c to look for DEFAUTLS_DIR in DEF_GNUSTEP_DIR, which
2173     is defined as /etc/GNUstep in Debian. (closes: bug#25207)
2174   * Fixed README.Debian (closes: bug#25208) and added some extra notes.
2175   * Changed postinst to ask about upgrading the defaults only if it's
2176     requiered.
2178  -- Marcelo E. Magallon <mmagallo@debian.org>  Thu, 30 Jul 1998 10:05:16 -0600
2180 wmaker (0.17.5-1) unstable; urgency=low
2182   * New upstream version. Adds GNUstep/Library/Icons and moves icons to
2183     that directory, but this version still looks in G/L/W/Pixmaps to
2184     preserve backwards compatibility.
2185   * Added XConsole to WMWindowAttributes (closes: bug#22405).
2187  -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 28 Jul 1998 14:54:46 -0600
2189 wmaker (0.17.3-1) unstable; urgency=low
2191   * New upstream version.
2193  -- Marcelo E. Magallon <mmagallo@debian.org>  Wed, 22 Jul 1998 08:42:52 -0600
2195 wmaker (0.17.2-1) unstable; urgency=low
2197   * New upstream version. Give me a break! Three versions in three
2198     days... I haven't even been able to test and upload the previous
2199     ones. :-)
2200   * Changed upgrade-windowmaker-defaults to cope with new changes (/me
2201     sees bug reports coming this way, I'm working on a fix to stop the
2202     script asking the same questions over and over again)
2204  -- Marcelo E. Magallon <mmagallo@debian.org>  Tue, 21 Jul 1998 08:49:27 -0600
2206 wmaker (0.17.0-1) unstable; urgency=low
2208   * New upstream version.
2209   * Removed wmaker-sound.
2211  -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 20 Jul 1998 08:53:13 -0600
2213 wmaker (0.16.1-0) unstable; urgency=low
2215   * New upstream version. wmaker-superfluous and wmaker-traditional are
2216     gone :-( (I liked that little kludge of mine, it served me well ;-)
2217     Changed control, postinst and postrm accordingly.
2218   * Added a new package to compensate for the lost of the other two:
2219     wmaker-sound (it was about time!). It's not tested, and WMSound is not
2220     Debianized, I don't promise anything.
2222  -- Marcelo E. Magallon <mmagallo@debian.org>  Tue,  7 Jul 1998 09:23:30 -0600
2224 wmaker (0.16.0-0) unstable; urgency=low
2226   * New upstream release.
2227   * Modified rootmenu.c to get OPEN_MENU to work.
2228   * Modified "our" wmaker script. It doesn't copy the global files
2229     now. WindowMaker will happly read the global ones.
2231  -- Marcelo E. Magallon <mmagallo@debian.org>  Fri,  3 Jul 1998 13:04:19 -0600
2233 wmaker (0.15.1-0) unstable; urgency=low
2235   * New upstream version. Version 0.15.0-0 was not uploaded to master.
2236   * Fixed bug from version 0.15.0-0: a typo in /usr/X11R6/bin/wmaker
2237     prevented WindowMaker from starting.
2238   * First attempt to ease upgrade from version 0.14.1-6. It still doesn't
2239     upgrade smoothly.
2240   * Applied several patches from the WindowMaker list. Most important: a
2241     memory leak problem/bogus requests handling patch by Pete Bentley
2242     (pete@sorted.org), that incidentally allows cgoban to run (closes
2243     #00000); a patch by Jim Knoble (jmknoble@pobox.com) that fixes
2244     handling of WorkspaceBack = none (allows running xearth, for example)
2246  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 13 Jun 1998 17:25:55 -0600
2248 wmaker (0.15.0-0) unstable; urgency=low
2250   * New upstream version available. New features: The Fiend is gone. The
2251     Clip is here. Theme support improved. Better dithering, performs
2252     better on low end systems. Workspaces are more independent of each
2253     other. 
2254   * Rearranged directory layout. Should support themes better. Is not
2255     really FSSTND complaint, because the FSSTND doesn't really say
2256     anything about /usr/share, but it goes better with the FHS.
2257   * Removed asclock from the package
2258   * Tried to clean debian/rules a bit
2259   * Patch from 0.14.1-2 incorporated upstream
2260   * Patches applied in 0.14.1-6 incorporated upstream
2261   * Patch from wmaker list applied. It looks like it crashed under certain
2262     conditions involving autofocus and attract icons.
2263   * Patched to get wmaker in line with FSSTND... again. Sent upstream...
2264     again. Menus and GNUstep/Defaults are configuration files, damm it!
2265   * This package doesn't make a smooth transition from 0.14.1-6 (in hamm)
2266     to this version, hence the release number. This package is expected to
2267     be buggy. I need feedback!
2268   * Updated the manpages.
2270  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 31 May 1998 18:47:47 -0600
2272 wmaker (0.14.1-6) frozen unstable; urgency=low
2274   * Added menu.prehook and menu.posthook to the default menu. The menu
2275     file still puts Exit, Exit Session and Restart under WindowManagers,
2276     but users can copy /usr/lib/menu/wmaker to /etc/menu/wmaker, edit it,
2277     and edit /etc/X11/WindowMaker/menu.posthook to "move" those items
2278     outside the WindowManagers menu. (closes: bug#20194)
2279   * Patched src/moveres.c to get rid of a bug that can make WindowMaker
2280     crash when using "outline" mode for moving and resizing windows.
2281   * Patched wrlib/context.c to include an improved dithering
2282     algorithm. It is now possible to start *most* of the WindowMaker
2283     applets at the same time. (closes: bug#19764)
2285  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 10 May 1998 15:31:23 -0600
2287 wmaker (0.14.1-5) frozen unstable; urgency=low
2289   * Fixed README.Debian to give pointers to some real documentation. This
2290     should take care of some bugs (closes: bug#20483)
2292  -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 27 Apr 1998 20:18:57 -0600
2294 wmaker (0.14.1-4) frozen unstable; urgency=low
2296   * Fixed behaviour if /etc/X11/window-managers doesn't exist when
2297     postinst is run. It properly creates the file with more or less the
2298     same contents xbase creates it (comments explaining what the files
2299     does, plus entries for twm and wmaker). (closes: bug#21315)
2300   * 0.14.1-3 was stupidly uploaded ONLY to unstable.
2302  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 19 Apr 1998 14:49:21 -0600
2304 wmaker (0.14.1-3) unstable; urgency=low
2306   * Fixed behaviour if /etc/X11/window-managers doesn't exist when
2307     postinst is run. It properly creates the file with more or less the
2308     same contents xbase creates it (comments explaining what the files
2309     does, plus entries for twm and wmaker. (closes: bug#21315)
2311  -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 18 Apr 1998 14:23:18 -0600
2313 wmaker (0.14.1-2) frozen unstable; urgency=low
2315   * Changed src/text.c to make WindowMaker display inverse text on input
2316     when MB support is on (Debian's package uses MB). Patch sent upstream.
2317     (closes: bug#20488)
2318   * Modifies rules to make config.guess and config.sub executable and
2319     allow debbuild to do its job (closes: bug#20962)
2321  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 12 Apr 1998 14:53:56 -0600
2323 wmaker (0.14.1-1) frozen unstable; urgency=low
2325   * New upstream version. Fixes several bugs. Outstanding: bug that made
2326     fiend's rewind button to not work on PPC (doesn't mention which OS, I
2327     presume it's Linux); bug that caused crash in certain conditions when
2328     using Sloppy focus; small mem-leak when destroying a workspace; bug
2329     when loading missing domains that caused WindowMaker to crash; bug in
2330     attribute editor that incorrectly create the appicon for an
2331     application, and could make WindowMaker to crash in certain
2332     conditions.
2333   * Upstream's added features: complete theme support (spixmap and tpixmap
2334     now work); Fiend enhancements (the idle indicator now lights if
2335     Fiend's not collapsed)
2336   * Fixed several lintian warnings related to excecutable .la files.
2337   * /etc/menu-methods/* are excecutable files in the deb (lintian); it
2338     doesn't make sense to -x them
2339   * Wrote manpages for several utilities included with WindowMaker
2340     (getstyle, setstyle, savews, geticonset, seticons, wdwrite, wxcopy,
2341     wxpaste and wmsetbg)
2342   * Fixed a few update-wmstyle-menu glitches: non-sense actions when ran
2343     as root; doesn't update the root menu when run; looks for themes
2344     (*.theme).
2345   * moved convertstlye to /usr/doc/wmaker directory. It's a tcl script,
2346     and it's useful ONLY to people upgrading from 0.6.3 who want to
2347     convert the old styles to the new ones. It's not as useful as it
2348     sounds, because it's easier to start over.
2350  -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 29 Mar 1998 20:59:41 -0600
2352 wmaker (0.14.0-4) frozen unstable; urgency=low
2354   * Added "Suggests: menu" as per discussion on debian-bugs-dist.
2355   * Polished package descriptions.
2356   * Previous release (0.14.0-3) fixed a bug that prevented the package
2357     from installing on some systems, notably those where 0.6.3-1 has been
2358     used before, i.e., bo systems, and long ago installed hamm systems,
2359     but the fact wasn't noted on the changelog. (closes: bug#19585,
2360     bug#19836, bug#19560)
2362  -- Marcelo E. Magallon <mmagallo@debian.org>  Mon, 23 Mar 1998 21:27:45 -0600
2364 wmaker (0.14.0-3) frozen unstable; urgency=low
2366   * Applied patch to wrlib. Better dithering for low end systems; uses an
2367     smaller fraction of the colorspace.
2368   * Reworked preinst and postinst script to handle the existance of a
2369     diversion of asclock by wmaker 0.6.3-1, and upgrades from that version.
2371  -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Sun, 22 Mar 1998 18:54:41 -0600
2373 wmaker (0.14.0-2) unstable; urgency=low
2375   * Fixed postinst. It's "tempfile", not "tmpfile"! Removed extra
2376     whitespace. Rewrote some parts (closes: bug#19560, bug#19585)
2377   * Cleaned preinst
2378   * Added WindowMaker-happy version of asclock to the package, because
2379     asclock is not available as a package but instead it's packaged together
2380     with AfterStep. Added diversion of asclock to asclock.afterstep because
2381     it does NOT requiere WindowMaker.
2383  -- Marcelo E. Magallon <mmagallo@debian.org>  Thu, 15 Mar 1998 8:51:00 -0600
2385 wmaker (0.14.0-1) unstable; urgency=high
2387   * New upstream release, sporting an all new Fiend clone!
2388   * New maintainer, Marcelo E. Magallon <mmagallo@debian.org>.
2389   * The libtool patch that 0.13.1-0.1 depended on has been incorporated on
2390     the Debian package, but not upstream. One has to be careful as to ALWAYS
2391     run libtoolize --copy in order to get Debian's version instead of
2392     upstream's.
2393   * Previous version wasn't uploaded. It closed several lintian reported
2394     bugs and a nasty bug that wiped user modified files (closes: bug#17664)
2395   * Conffiles are absolute (closes: bug#18501)
2396   * Modified postinst. It will, hopefully, ask the user to modify
2397     /etc/X11/window-managers to make WindowMaker the default only if there's
2398     no previous WindowMaker entry there. It handles a rather curious syntax
2399     used by AfterStep's postinst which will deinstall WindowMaker's entry
2400     when AfterStep is deinstalled from the system (I think).
2401   * Changed a couple of file names in debian.
2402   * Wrote a manpage for wmaker.
2403   * Ran several files through ispell. Gosh! Hope I my grammar not as bad as
2404     my spelin is.
2406  -- Marcelo E. Magallon <mmagallo@debian.org>  Thu, 8 Mar 1998 14:14:00 -0600
2408 wmaker (0.13.1-0.1) unstable; urgency=high
2410   * New upstream release.
2411   * /etc/menu-methods/wmaker and /etc/menu-methods/wmstyle are
2412     configuration files. (closes: bug#17664)
2413   * /usr/X11R6/bin/wmaker is no longer a configuration file
2414   * Fixed a couple of bugs in postrm. (remove and purge were not working
2415     according to policy)
2416   * Updated to Standards 2.4.0.0
2417   * Fixed FSF address (lintian)
2418   * Fixed undocumented manpage references, 1x -> 7 (lintian)
2419   * conffiles are absolute (lintian)
2420   * inter-library dependency information included, but depends on
2421     patch for libtool not in the main distribution (lintian)
2423  -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Thu, 14 Feb 1998 10:54:00 -0600
2425 wmaker (0.13.0-0.1) unstable; urgency=low
2427   * New upstream release.
2429  -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Thu, 29 Jan 1998 16:35:00 -0600
2431 wmaker (0.12.3-0.5) unstable; urgency=low
2433   * Fixed menu entry and handling of menu file. Many many thanks Joey!
2434     (fixes: bug#17014)
2435   * Fixes a stupid typo in libwmaker0 postinst (fixes: bug#16919,
2436     bug#17359, bug#17335, bug#17392)
2437   * libwmaker0-dev, which now replaces wmlib-dev, doesn't have a typo
2438     in depends (fixes: bug#16666)
2439   * Added wmaker-traditional, per user's request. This is yet another
2440     alternative; it doesn't have the newstyle look.
2441   * Changed Priorities to optional for all the packages.
2443  -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Mon, 25 Jan 1998 22:00:00 -0600
2445 wmaker (0.12.3-0.4) unstable; urgency=low
2447   * Cleaned debian/rules to include Section and Priority in the packages
2448   * Changed Priorities for wmaker-superfluous, libwmaker0, libwmaker0-dev
2449     and libwraster0-dev to extra.
2451  -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Sun, 18 Jan 1998 17:24:21 -0600
2453 wmaker (0.12.3-0.3) unstable; urgency=low
2455   * Added wmaker-superfluous package per user's request.
2456   * Appended Neil's changelog to this one.
2457   * Bugs closed in previous releases: focusing problem fixed (#14038);
2458     wxcopy and wxpaste are included (#14100); compiled using gnulibc 2 and
2459     g-libraries (closes #14799); postrm seems to be ok (closes #15651);
2460     preserves z-order during restarts (closes #11371)
2462  -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Mon, 29 Dec 1997 21:21:31 -0600
2464 wmaker (0.12.3-0.2) unstable; urgency=low
2466   * Fixed a serious mistake regarding wmaker.inst. Removed the script from
2467     the package and all references to it from the program. Added another
2468     script wmaker, and renamed the original wmaker to WindowMaker.
2469   * Fixed entries in wmaker's configuration, to get it in sync with
2470     whatever goes in the package, and not whatever is on my system. <g>
2472  -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Mon, 29 Dec 1997 09:53:18 -0600
2474 wmaker (0.12.3-0.1) unstable; urgency=low
2476   * New upstream version
2477   * Converted to debhelper
2478   * First Public Release announced on debian-devel and wmaker@eosys.com
2479   * Upstream version drops patches from 0.12.0-0.1 :^( (according to Dan
2480     Pascu <dan@services.iiruc.ro>, he never got the patches, they will be
2481     hopefully incorporated again in the next release) so they are in the
2482     source package diffs again.
2483   * Some fine tuning to the libtool patches. It now compiles ok and wmaker
2484     uses wrlib!!!
2485   * Patched source code (sent upstream) to preserve z-order during
2486     restarts. (closes #11371)
2487   * Modifications to the menu file to incorporate Debian menu system.
2488   * Added --with-gnustepdir to configure.in (sent upstream); this allows
2489     to build WindowMaker in a FSSTND complaint fashion.
2490   * Modified PixmapPath (again?!?) to make it Debian friendly.
2491   * Moved .so symlinks from base packages to development packages (debian
2492     policy)
2494  -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Sun, 28 Dec 1997 10:24:25 -0600
2496 wmaker (0.12.2-0.1) unstable; urgency=low
2498   * New upstream version
2499   * Upstream version incorporates patches from 0.12.0-0.1
2500   * New patches to configure.in to support libPropList (available as a
2501     Debian package, libproplist0 and libproplist0-dev)
2502   * Used libtool to produce shared and static versions of wrasterlib and
2503     wmlib, but wmaker doesn't use them
2505  -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Tue, 16 Dec 1997 20:45:04 -0600
2507 wmaker (0.12.1-0.1) unstable; urgency=low
2509   * New upstream version
2511  -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Sat, 13 Dec 1997 16:23:54 -0600
2513 wmaker (0.12.0-0.1) unstable; urgency=low
2515   * New upstream version
2516   * Non maintainer release. Changed debian version to make it policy
2517     complaint
2518   * Modified configure.in to add --with-pixmapdir. Patch sent to upstream
2519     maintainer.
2520   * Yet another try at pixmaps. This one seems to be the definite one; it
2521     mimicks what gnome is using, I assume that's the Right Thing ;-)
2522   * Upstream version seems to have corrected focusing problem (closes
2523     #14038)
2524   * wxcopy and wxpaste included (closes #14100)
2525   * Compiled using gnulibc 2 and g-libraries (closes #14799)
2526   * post-remove script created using deb-make (closes #15651)
2528  -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Sun,  7 Dec 1997 22:32:53 -0600
2530 wmaker (0.11.1-0.1) unstable; urgency=low
2532   * New upstream version
2533   * Patches from 0.6.3-0.1 incorporated to upstream
2534   * Changed priority to optional
2535   * Support for internationalization compiled in
2536   * New paths for configuration and default pixmaps (yet another try!)
2538  -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Sun, 23 Nov 1997 14:05:07 -0600
2540 wmaker (0.6.3-0.1) unstable; urgency=low
2542   * Initial Release.
2543   * Added support for Debian menu system.
2544   * Changed paths to make it conform FSSTD.
2545   * Compiled using gnulibc, aka libc6
2546   * Improved runtime configuration (from the sysadmin point of view)
2547     adding some patches to CPP invocation.
2549  -- Marcelo E. Magallon <mmagallo@efis.ucr.ac.cr>  Sat,  1 Nov 1997 15:31:28 -0600
2551 wmaker (0.6.3-1) unstable; urgency=low
2553   * Added Requires: cpp.  (Fixes Bug#11866)
2554   * Added support for Debian menu system.  (Thanks to Oliver Schoenherr
2555     for his config file examples.  Thanks also to others who have made
2556     suggestions.)  (Fixes Bug#10677)
2557   * Added wmlib-dev binary package with libWMaker and libwraster
2558     libraries and header files.  A package with shared libraries may
2559     follow once the interfaces settle down a bit.
2560   * Small change to package description.
2561   * Now builds asclock (patched to work with the Dock) and installs it,
2562     diverting the version from afterstep (if installed) in the process.
2563   * Added debian/X11/window-managers file so that wmaker gets added
2564     to /etc/X11/window-managers.
2565   * New upstream release.
2566   * Switched to CVS control.
2568  -- Neil A. Rubin <nar5@po.cwru.edu>  Sun, 31 Aug 1997 17:24:43 -0400
2570 wmaker (0.6.0-1) unstable; urgency=low
2572   * Added info documentation to info system.
2573   * Added html documentation to dwww menu.
2574   * Fixed wconfig.h.in so that it correctly looks at /etc/X11/wmaker/
2575     for config files.  I don't know how that slipped past.
2576     (Fixes Bug#11045 and Bug#11357)
2577   * Built against libc6.
2578   * New upstream release. (Fixes Bug#11352)
2580  -- Neil A. Rubin <nar5@po.cwru.edu>  Fri, 25 Jul 1997 12:14:20 -0400
2582 wmaker (0.5.0-1) unstable; urgency=low
2584   * New upstream release.
2586  -- Neil A. Rubin <nar5@po.cwru.edu>  Tue, 17 Jun 1997 22:08:26 -0400
2588 wmaker (0.4.3-1) unstable; urgency=low
2590   * Changed things so that the package doesn't use /lib/ld-linux.so.2
2591     from libc6.
2592   * New upstream release.
2594  -- Neil A. Rubin <nar5@po.cwru.edu>  Tue, 27 May 1997 22:06:42 -0400
2596 wmaker (0.4.2-1) unstable; urgency=low
2598   * Added dockapp script missing in upstream tarball. 
2599   * New upstream release.
2601  -- Neil A. Rubin <nar5@po.cwru.edu>  Tue, 27 May 1997 11:13:00 -0400
2603 wmaker (0.4.1-1) unstable; urgency=low
2605   * Added Debian control files and changed configuration file locations.
2606   * Initial Experimental Release.  There are many known problems with this
2607     release, but it does work.  Please read /usr/doc/wmaker/README.debian.
2609  -- Neil A. Rubin <nar5@po.cwru.edu>  Sun, 18 May 1997 18:02:24 -0400