diff --git a/docs/guidedtour/index.rst b/docs/guidedtour/index.rst index c5a5a97..81c3830 100644 --- a/docs/guidedtour/index.rst +++ b/docs/guidedtour/index.rst @@ -14,7 +14,6 @@ Guided Tour .. class:: screenshot center .. image:: images/gnusteplogo.png - :alt: Amanda by Agnieszka Czajkowska :height: 100 :width: 100 @@ -73,7 +72,6 @@ Table of contents - `Clip `_ - `Backgrounds and themes `_ - `Miscellaneous `_ -- `News `_ Archives -------- diff --git a/docs/guidedtour/news.html b/docs/guidedtour/news.html deleted file mode 100644 index bc95331..0000000 --- a/docs/guidedtour/news.html +++ /dev/null @@ -1,168 +0,0 @@ ---- -layout: default -title: Guided Tour - News ---- - -

-
News

- - - -

-

- -
Back to index
- - -

-This page has been added to allow easy discovery of the main -changes from one -version to another. The original text is drawn directly from the windowmaker.org site. -Moving forward, it is anticipated that additional comments and -observations on Window Maker development news will be provided as well. -

-

Version 0.95.4 released

- - -

Window Maker 0.95.4 was released on January 3rd 2013. There was a major code cleanup related to icons, some changes - in WPrefs, the addition of a new "Center" placement strategy, support for _NET_FRAME_EXTENTS, the removal of CPP - dependency to process menu files and small fixes and improvements all around.

- - - -

Version 0.95.3 released

- - -

Window Maker 0.95.3 was released on May 16th 2012. This release fixes a regression - which would cause more than one instance of an application to start (under some circunstances) when using menu - shortcuts. The window maximization procedures now have a more intuitive behavior with respect to remembering - the old geometry and going back to it. Furthermore, there are some other small fixes and cleanups.

- - - -

Version 0.95.2 released

- - -

Window Maker 0.95.2 was released on February 14th 2012, and it contains just a few - commits on top of 0.95.1. They were necessary to fix a few issues like 'make dist' not compiling. - Furthermore a few more code cleanups slipped in.

- - - - -

Version 0.95.1 released

- - - -

Window Maker 0.95.1 was released on January 29th 2012.

- - - -

The last official Window Maker release was version 0.92.0 from 2005, and version 0.95.1 contains many bug fixes and - also a few new features.

- - - -

New features and highlights

- - - -

The following list is incomplete, but should give a first-order approximation to the new features in this release. - For the truly curious among you, reading through git log is the only complete source of information.

- - - - - - - -

Bug fixes

- - - -

Window Maker 0.92.0 was already very stable, but many bugs were fixed in this release. A very - incomplete list is given below, and as time permits it will be updated (including links to the commits) in the future. - But the message now is that if you don't like bugs, use version 0.95.1.

- - - - - - - -

Summary of changes

- - - -

A lot of effort was put into cleaning up the code, with lots of code removal and tidying things up. The following - output should give you an idea of the development in the last cycle:

- - -
git diff --shortstat wmaker-0.92.0+..wmaker-0.95.1
592 files changed, 118361 insertions(+), 133342 deletions(-)
git diff --shortstat 688a56e8ab67b..wmaker-0.95.1
566 files changed, 37676 insertions(+), 41817 deletions(-)
-The first shortstat is really everything, including the (huge) patch generated in this commit from 2009, which changed the old -sources to the linux kernel coding style. The second shortstat contains the summary of development afterwards -- but included is -the addition of a debian folder with files summing around ~20k lines. The full diffstat for the second command can be seen -here. - -

-

- -
Back to index