Your message dated Sat, 31 Mar 2001 13:49:34 +0100 with message-id <[EMAIL PROTECTED]> and subject line ical removed from Debian has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Darren Benham (administrator, Debian Bugs database) -------------------------------------- Received: (at maintonly) by bugs.debian.org; 18 Mar 2001 00:48:17 +0000 >From [EMAIL PROTECTED] Sat Mar 17 18:48:17 2001 Return-path: <[EMAIL PROTECTED]> Received: from kangaroo.castlefur.com [63.195.76.235] (root) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14eRMn-0004iq-00; Sat, 17 Mar 2001 18:48:17 -0600 Received: from squirrel.castlefur.com (IDENT:[EMAIL PROTECTED] [63.195.76.236]) by kangaroo.castlefur.com (8.9.3/8.9.3) with ESMTP id QAA10398 for <[EMAIL PROTECTED]>; Sat, 17 Mar 2001 16:48:14 -0800 Date: Sat, 17 Mar 2001 16:48:13 -0800 (PST) From: Chirik <[EMAIL PROTECTED]> To: mailto: ; Subject: List todo/done status when using -list/-show (w/diff) Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Delivered-To: [EMAIL PROTECTED] Package: ical Version: 2.2-6 Severity: wishlist When given either -show or -list on the command line, ical will display upcoming events to the terminal an exit. When using these options, todo items are displayed identically to normal items. IE: squirrel:/den/chirik> ical -list Saturday March 17, 2001 * Oil change * Buy groceries * St. Patty's Day It'd be nice to have some way to differentiate between todo items and normal items, and further to be able to show completed todo items differently from not-yet completed items. Since I use 'ical -list' in my .login file, I decided to make a slight change to accomplish this. IE (Modified ical): squirrel:/den/chirik> ical -list Saturday March 17, 2001 * [ ] Oil change * [*] Buy groceries * St. Patty's Day This way, I can see that I still need to get my oil changed, but I already bought those groceries I needed. St. Patty's Day doesn't require any attention, it's just a notice on this date. The following patch, against /usr/lib/ical/v2.2/listing.tcl, implements this change. I've been using this modified listing.tcl since August, 1999 and haven't seen any problems or unexpected effects due to it. If possible, please also pass this patch onto the maintainer of the ical source. I would have done this already, but the URL I have for the ical homepage is not valid. Thank you. --- listing.tcl.orig Sat Mar 17 16:10:55 2001 +++ listing.tcl Sat Mar 17 16:23:26 2001 @@ -50,6 +50,15 @@ # $header is prepended to beginning of appt. # $indent is prepended to beginning of every line except the first. proc item2text {item {header " * "} {indent " "} {wrap 40}} { +# Modifications to show todo/done status in text output - Chirik + if [$item todo] { + if [$item is_done] { + set header "${header}\[*\] " + } else { + set header "${header}\[ \] " + } + } + if [$item is appt] { set start [time2text [$item starttime]] set finish [time2text [expr [$item starttime]+[$item length]]] -- ___ ---------------------------------------------------------- ' ) `\ Chirik [The Squirrel] --|-- [EMAIL PROTECTED] /' |_./< Chirik's Homepage is still under construction :-( | /'-.\`| `\ |/~\/>" A squirrel's home is really a nutcracker's suite! `\\_<_ --[ Ascii by mustel ]---------------------------------- --------------------------------------- Received: (at 90052-done) by bugs.debian.org; 31 Mar 2001 12:49:38 +0000 >From [EMAIL PROTECTED] Sat Mar 31 06:49:38 2001 Return-path: <[EMAIL PROTECTED]> Received: from web1.lanscape.net [64.240.156.194] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14jKoz-0006Fo-00; Sat, 31 Mar 2001 06:49:37 -0600 Received: from fisch.cyrius.com (web1.lanscape.net [64.240.156.194]) by web1.lanscape.net (8.9.3/8.9.3) with ESMTP id GAA00318; Sat, 31 Mar 2001 06:49:35 -0600 Received: by fisch.cyrius.com (Postfix, from userid 1000) id C662322CBD; Sat, 31 Mar 2001 13:49:34 +0100 (BST) Date: Sat, 31 Mar 2001 13:49:34 +0100 From: Martin Michlmayr <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: ical removed from Debian Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Delivered-To: [EMAIL PROTECTED] ical has been removed from Debian unstable and won't be released with the next official release of Debian, codenamed "woody". Reason: Requested by vela@; orphaned, bugs, previous maintainer considers it obsoleted by better alternatives, dead upstream Please switch to one of the following programs: korganizer, plan, xcal, xcalendar-i18n, xdkcal If you have questions about this, please contact me. -- Martin Michlmayr [EMAIL PROTECTED]