-
Notifications
You must be signed in to change notification settings - Fork 7
/
NEWS
354 lines (289 loc) · 12.9 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
adwm -- history of user-visible changes. 2021-12-09
Release adwm-0.7.14 released 2021-12-09
---------------------------------------
git tag -n100 -l 0.7.14
0.7.14 Maintenance Release 0.7.14
This is another release of the adwm window manager that provides 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 supports compilation with new
makepkg.conf Arch Linux CFLAGS that include -Werror-format-security. A
harmful bug that worked its way into the last release has been fixed.
Session management has not progressed since the last release. 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.13...0.7.14
Brian Bidulock <[email protected]> (17):
post-release update
better corrections to format-security
even better corrections for format-security
put traps back
add gh-pages
try a few things with gh-pages
github looks here first
remove test
add RELEASE file to repo
update README with release file
add some sample screenshots
correct image path
describe screenshots
cannot use divs for some reason
don't know why it has to be this way
is this the issue???
Revert "don't know why it has to be this way"
Release adwm-0.7.13 released 2021-12-03
---------------------------------------
git tag -n100 -l 0.7.13
0.7.13 Maintenance Release 0.7.13
This is another release of the adwm window manager that provides 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 supports compilation with new
makepkg.conf Arch Linux CFLAGS that include -Werror-format-security.
Session management has not progressed since the last release. 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.12...0.7.13
Brian Bidulock <[email protected]> (8):
post-release update
fix a few compile issues
Merge pull request #16 from LittleSOiLent999/patch-1
test builds for new Arch Linux cflags
handle -Werror=format-security
new gnu install file
Merge branch 'master' of github.com:bbidulock/adwm
update release files
LittleSOiLent999 <[email protected]> (1):
Update README.md
Release adwm-0.7.12 released 2021-05-08
---------------------------------------
git tag -n100 -l 0.7.12
0.7.12 Maintenance Release 0.7.12
This is another release of the adwm window manager that provides 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 fixes a number of issues, support
compilation with GCC 10.2 and current autoconf tool chain. Session
management has not progressed since the last release. 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.11...0.7.12
Brian Bidulock <[email protected]> (7):
post release update
update copyright date
swap brightness keys, add audio mic control keys
update configure.ac for autoconf 2.70
update copyright dates
updates for autoconf 2.71
update release files
Release adwm-0.7.11 released 2020-06-10
---------------------------------------
git tag -n100 -l 0.7.11
0.7.11 Maintenance Release 0.7.11
This is another release of the adwm window manager that provides 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 fixes a number of issues, support
compilation with GCC 10.1, and provides some enhanced sound support.
Session management has not progressed since the last release. 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.10...0.7.11
Brian Bidulock <[email protected]> (18):
post-release update
whoops
better SNR in logs
add _NET_WM_MOVERESIZE to win on move or resize
do not overwrite _NET_WM_MOVERESIZE_CANCEL
tell others when move or resize snaps or unsnaps
try to mark location of snap/unsnap
do better job guessing snap position
use _NET_WM_{MOVING,RESIZING} instead of MOVERESIZE
correct key conflict
a few more custom properties for xde-sound
cannot believe these have been reversed so long
note compliance to _NET_WM_{MOVING,RESIZING}
note some deficiencies
do not add new window to lists till configured
changes for gcc 10.1 compiler
update release notes
update release files
Release adwm-0.7.10 released 2020-02-11
---------------------------------------
git tag -n100 -l 0.7.10
0.7.10 Maintenance Release 0.7.10
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 fixes a number of issues, provides
full support for compilation with -Wextra flag. Although this release
provides some significant development of X11R6 session management
capabilities, those capabilities are not yet used. 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.9...0.7.10
Brian Bidulock <[email protected]> (95):
post release update
document session support
add notes on session management
start session restore functions
address issue #9
include restore file in compile
save views
more savefile configuration
more putresource functions
address another issue #9 item
rename style database
rework save function
add some notes for session management
add some notes
add showing_desktop to state
save and restore layout orient and win placement
update man pages for new configuration directives
provide key actions for win placement strategy
save and restore tags selected for each view
mark NOTES.sm file as asciidoc
use actual number of tags per screen
correct logic error in islost
avoid overflow on shifts
don't assign seltags to tags
save client lists
document button bindings and titlelayout
add type
create button manual page
get ready to save clients for session management
start working configurable buttons
handle multiple actions for buttons
rework button functions
default buttonrc file
some corrections
support loadable mouse button defs
updated TODO
use pixmaps for menus in titlebar
do not pass NULL to strcmp
do not pass NULL to client events
get offsets right
print more info in logs
spelling corrections
add and track sm_role and sm_name for session mgmt
update compliance items
skip regex on special "NULL" sequence
document window rules
typo in help message
update copyright dates
add and document session mgmt options
cosmetic
Merge branch 'master' of github.com:bbidulock/adwm
remove gh-pages artifact
add rules file documentation
ignore rule doc artifacts
create rules manpage
install rules manpage
minor cleanup
document buttons and rules files
minor cleanup of dock manpage
minor cleanup of keys manpage
minor cleanup of manpages
read rules file
read rules file
save rules file
building up session management
document rules better
save rules in current format
parse new rule format
apply rules with current format
save directly to file (simpler)
use mask of restorable bits
save more session fields
show initial and final configuration for testing
documnet compliance items
rework tag naming
fix tag names and current view restoration
do not update desktop number too early
do not debug
extra include not used
get tag names working properly
remove unused function
fix error in configure logic
potential fix for issue #10
turn on extra warnings
handle extra warnings
add missing type
undo some changes in image.c
fixup for -Wextra
honor modality set by MOTIF_WM_HINTS
correct saving screen directives
unset DESKTOP_STARTUP_ID in environment
some additional documentation
simpler MDOCDATE and cscope
update release files
update release files
Brian Bidulock <[email protected]> (1):
Set theme jekyll-theme-minimal
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]> (2):
fix issue #7
update release files
Release adwm-0.7.8 released 2019-09-05
--------------------------------------
git tag -n100 -l 0.7.8
0.7.8 Maintenance Release 0.7.8
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
provides a better workaround for gcc 9.1's silly string truncation
warnings. 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.7...0.7.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
update release notes
better defaults, deprecated macro
better defaults now
build release notes with dist
update release notes
update release files