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