-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
87 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
adwm -- authors file. 2019-09-05 | ||
adwm -- authors file. 2019-10-03 | ||
|
||
Author: Brian Bidulock <[email protected]> | ||
Author: Alexander Polakov <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,30 @@ | ||
# created with git log --stat=76 -M -C -500|fmt -sct -w80 | ||
|
||
commit 45d7bfd17f442632c98d90e1c805b0cc7d2753d8 | ||
Author: Brian Bidulock <[email protected]> | ||
Date: Thu Oct 3 20:53:34 2019 -0600 | ||
|
||
fix issue #7 | ||
|
||
- manually force dependency between adwm and adwm-adwm.la | ||
|
||
src/Makefile.am | 2 ++ | ||
1 file changed, 2 insertions(+) | ||
|
||
commit 800df77d7ac9569966b7204d49a760925388345b | ||
Author: Brian Bidulock <[email protected]> | ||
Date: Thu Sep 5 18:30:05 2019 -0600 | ||
|
||
update release files | ||
|
||
AUTHORS | 2 +- | ||
ChangeLog | 178 ++++++++++++++++++------------------ | ||
NEWS | 271 ++++++++----------------------------------------------- | ||
README | 20 ++-- | ||
README.md | 20 ++-- | ||
configure.ac | 12 +-- | ||
6 files changed, 151 insertions(+), 352 deletions(-) | ||
|
||
commit af9623e44d8f39550d38bf26676e6d64218c29e4 | ||
Author: Brian Bidulock <[email protected]> | ||
Date: Thu Sep 5 16:42:02 2019 -0600 | ||
|
@@ -5235,23 +5260,3 @@ Date: Fri Jul 8 17:49:55 2016 -0600 | |
|
||
src/ewmh.c | 7 +++++++ | ||
1 file changed, 7 insertions(+) | ||
|
||
commit 74accd5d3412c21bdc8ef665f9b43d2a2b9b2075 | ||
Author: Brian Bidulock <[email protected]> | ||
Date: Fri Jul 8 16:14:44 2016 -0600 | ||
|
||
update release files | ||
|
||
AUTHORS.in | 20 ++++++++--------- | ||
NEWS.in | 68 +++++++++++++++++++++------------------------------------- | ||
README | 6 +++--- | ||
3 files changed, 37 insertions(+), 57 deletions(-) | ||
|
||
commit f2bdefbed43c998a2d9dc4eb68377a9a35f2f64e | ||
Author: Brian Bidulock <[email protected]> | ||
Date: Fri Jul 8 16:10:32 2016 -0600 | ||
|
||
remove missing files | ||
|
||
Makefile.am | 8 +------- | ||
1 file changed, 1 insertion(+), 7 deletions(-) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,32 @@ | ||
adwm -- history of user-visible changes. 2019-09-05 | ||
adwm -- history of user-visible changes. 2019-10-03 | ||
|
||
Release adwm-0.7.9 released 2019-10-03 | ||
-------------------------------------- | ||
|
||
git tag -n100 -l 0.7.9 | ||
|
||
0.7.9 Maintenance Release 0.7.9 | ||
|
||
This is another release of the adwm window manager that provdes a fully | ||
XDG, WindowMaker, WMH (WinWM), MWMH (CDE/Motif), ICCM 2.0 compliant | ||
tiling/floating window manager. It borrows concepts from dwm(1), | ||
velox(1), awesome(1), spectrwm(1) and wmii(1). | ||
|
||
This is a maintenance release that includes some build improvements and | ||
a fix for issue #7 by forcing a make dependency between adwm-adwm.la | ||
and adwm. There are no outstanding issues at the time of release, and | ||
the next release should include some outstanding development from the | ||
TODO list. | ||
|
||
Included in the release is an autoconf tarball for building the package | ||
from source. See the NEWS and TODO file in the release for more | ||
information. Please report problems to the issues list on GitHub. | ||
|
||
git shortlog -e -n -w80,6,8 0.7.8...0.7.9 | ||
|
||
Brian Bidulock <[email protected]> (1): | ||
fix issue #7 | ||
|
||
|
||
Release adwm-0.7.8 released 2019-09-05 | ||
-------------------------------------- | ||
|
@@ -24,7 +52,7 @@ git tag -n100 -l 0.7.8 | |
|
||
git shortlog -e -n -w80,6,8 0.7.7...0.7.8 | ||
|
||
Brian Bidulock <[email protected]> (8): | ||
Brian Bidulock <[email protected]> (9): | ||
better fix for gcc 9.1 string truncation stupidity | ||
better rlease file build | ||
put filename last in sed command | ||
|
@@ -33,6 +61,7 @@ Brian Bidulock <[email protected]> (8): | |
better defaults now | ||
build release notes with dist | ||
update release notes | ||
update release files | ||
|
||
|
||
Release adwm-0.7.7 released 2019-08-30 | ||
|
@@ -201,66 +230,3 @@ Brian Bidulock <[email protected]> (23): | |
Big mistake: don't XCloseDisplay() after fork | ||
update release files | ||
|
||
|
||
Release adwm-0.7.2 released 2018-01-06 | ||
-------------------------------------- | ||
|
||
git tag -n100 -l 0.7.2 | ||
|
||
0.7.2 Stable Release 0.7.2 | ||
|
||
This is a stable release that includes more todo's completed. Yes, | ||
there are still some outstanding, but nothing major. This release fixes | ||
one obnoxious behaviour: auto-exposing docks and panels when you | ||
overshoot browser scrollbars: there is now a default 500 millisecond | ||
delay before they are exposed. You need to rub the edge of the monitor | ||
with the pointer to get them to expose now. | ||
|
||
There are a lot of preparations in the code now for handling more | ||
graphics file formats and advanced rendering, but it is not yet | ||
complete. The stable ximage approach works well (if not the most | ||
efficient). I wanted to released the other fixes and improvements | ||
before working further on the graphics formats and rendering. | ||
|
||
As usual, Included is an autoconf tarball for building the package from | ||
source. Please report problems to the issues list on github. | ||
|
||
git shortlog -e -n -w80,6,8 0.7.1...0.7.2 | ||
|
||
Brian Bidulock <[email protected]> (35): | ||
prepare for use of cairo and libsvg | ||
prepare to use cairo and libsvg | ||
prepare to use cairo and libsvg | ||
start xcairo drawing files | ||
prepare to use libjpeg | ||
prepare to use libjpeg | ||
libjpeg includes | ||
start strapping in cairo | ||
start building cairo draw functions | ||
strap in more bitmap for xcairo | ||
read xpm files to cairo surface | ||
add JPG routines | ||
add JPG stub routines | ||
add JPG stub routines | ||
add JPG stub routines | ||
add JPG stub routines | ||
building up cairo routines | ||
move titleheight to where used by all | ||
working up cairo draw routines | ||
indentation | ||
reorganize structures | ||
working up cairo rendering | ||
prepare to use pango for font rendering | ||
more pango preparations | ||
more cairo workup | ||
causes problems | ||
preliminary autohide delay implementation | ||
provide and document strutsdelay option | ||
works good with PointerMotionMask on client window | ||
set strutsdelay default to 500 milliseconds | ||
completed TODO item | ||
add release notes | ||
distribute release notes | ||
update release files | ||
add ignores | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters