2017-12-16 21:42:55 -05:00
|
|
|
2017-12-03 Mike Small <smallm@rex.mauritania>
|
|
|
|
|
|
|
|
* src/twm.h and several other files: remove iconmgr functionality.
|
|
|
|
Also drop the sample configuration file directory. These referenced
|
|
|
|
iconmgr settings which I've removed. As more settings go these
|
|
|
|
files would get further and further from their authors' intentions
|
|
|
|
if I were to maintain them.
|
|
|
|
|
|
|
|
* aclocal.m4: regenerated using aclocal (automake) 1.15.1 on OpenBSD 6.2.
|
|
|
|
export AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.15.1 ACLOCAL=/usr/local/bin/aclocal-1.15
|
|
|
|
/usr/local/bin/aclocal-1.15 -I /usr/X11R6/share/aclocal
|
|
|
|
|
|
|
|
* configure: regenerated using autoconf 2.69 on OpenBSD 6.2.
|
|
|
|
|
2017-10-01 00:02:51 -04:00
|
|
|
2017-09-30 Michael Small <smallm@sdf.org>
|
|
|
|
|
|
|
|
* src/Makefile.am (AM_CFLAGS): warnings as errors.
|
|
|
|
* src/menus.c (ExecuteFunction): ptr as const char* to prevent const
|
|
|
|
qualifier discard warnings when passed const char* action.
|
|
|
|
* src/util.c (ExpandFilename): use const char* for arg and return value.
|
|
|
|
(FindBitmap): cast return val of ExpandFilename to char* for bigname.
|
|
|
|
Should be harmless since it's used as constant data up to it being
|
|
|
|
assigned something else.
|
|
|
|
(GetFont): Similar case here but without ExpandFilename being involved.
|
|
|
|
* src/screen.h (ScreenInfo): IconDirectory can be const char* too,
|
|
|
|
avoiding warning in parse.c:771.
|
|
|
|
|
2017-09-28 00:55:30 -04:00
|
|
|
2017-09-27 Michael Small <smallm@sdf.org>
|
2017-09-15 23:01:49 -04:00
|
|
|
|
2017-09-28 00:55:30 -04:00
|
|
|
Preliminaries:
|
2017-09-15 23:01:49 -04:00
|
|
|
|
2017-09-28 00:55:30 -04:00
|
|
|
* README: description of fork
|
|
|
|
* ChangeLog.twm: preserve twm's change log at 1.0.9 / 2015-04-16
|
|
|
|
* README.twm: and original README
|
|
|
|
* configure.ac: new name, version, and url
|
|
|
|
* src/Makefile.am: new name
|
|
|
|
* src/system.twmruinedrc: new name
|
|
|
|
* src/twm.c: new name in one comment
|
|
|
|
* man/Makefile.am: new name
|
|
|
|
* man/twm.man: new name
|
2017-09-15 23:01:49 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|