[lwatch-cvs] files ChangeLog, 1.36, 1.37 TODO, 1.46, 1.47 configure.ac, 1.52, 1.53
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2009-02-28 16:18:46
|
Update of /cvsroot/lwatch/files In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4009/files Modified Files: ChangeLog TODO configure.ac Log Message: Remove support for resized window - this is simply b0rken. So, I can close now SF#914518. Index: configure.ac =================================================================== RCS file: /cvsroot/lwatch/files/configure.ac,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** configure.ac 16 Feb 2005 15:42:44 -0000 1.52 --- configure.ac 28 Feb 2009 16:18:39 -0000 1.53 *************** *** 41,47 **** [Default input file]) - AH_TEMPLATE([RESIZE], - [Define to 1 if you want to compile with resize support.]) - AC_MSG_CHECKING(for platform dependent directories) case $target in --- 41,44 ---- *************** *** 148,162 **** fi - AC_MSG_CHECKING(for compile with terminal resizing support) - AC_ARG_ENABLE(resize, - AC_HELP_STRING([--enable-resize],[Compile with terminal resizing support (broken, use on your own risk)]), , - [enable_resize="no"]) - AC_MSG_RESULT($enable_resize) - if test "$enable_resize" = "yes"; then - AC_DEFINE(RESIZE) - dnl LDFLAGS="${LDFLAGS} -lcurses" - fi - - arc_sysconfdir=`eval echo $sysconfdir` AC_DEFINE_UNQUOTED(SYSCONFDIR,"$arc_sysconfdir") --- 145,148 ---- Index: TODO =================================================================== RCS file: /cvsroot/lwatch/files/TODO,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** TODO 16 Feb 2005 14:52:35 -0000 1.46 --- TODO 28 Feb 2009 16:18:39 -0000 1.47 *************** *** 9,14 **** - signal handling (reload configuration, reexec program) - run as daemon - - enable cut line to $COLUMNS to fit in xterm (it requires some work - to make it usable) (arc: is this feature really needed?) - dealing with ip's in logs --- 9,12 ---- Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** ChangeLog 11 Jun 2005 16:08:36 -0000 1.36 --- ChangeLog 28 Feb 2009 16:18:39 -0000 1.37 *************** *** 3,6 **** --- 3,10 ---- - added contrib/lwatch.jl for sawfish, thanks to Jakub Turski - order of rules is important, note in lwatch.conf(5) (sf#910332) + - purge support for cutting line to fit in width in resized xterm, + current patch is broken, personally I think the feature is + superfluous, however I would be glad to accept a working patch + if you find this functionality vital for you 0.4.1: - manual typos (arturcz) |