Your message dated Tue, 11 Jul 2006 20:03:42 -0600 with message-id <[EMAIL PROTECTED]> and subject line Fixed in version 2.0.0-4 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.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: bibcursed Version: 2.0.0-3 Severity: minor When you are adding an entry, selecting the 'address' filed first will not show the star beside '1. Address' -- however setting the 'author' field _will_ put the star there, regardless of whether of not 'address' has been set. I created a patch to change this to the correct behavior. Diff follows: --- bibcursed.c 2006-05-11 12:38:32.000000000 -0700 +++ bibcursed.c.orig 2006-05-11 12:30:07.000000000 -0700 @@ -279,7 +279,7 @@ } else printw("%s","1. Address "); - if (set_address == 1) addch('*'); + if (set_author == 1) addch('*'); print_pos++; } if (use_annote != 0) -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-rc3 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages bibcursed depends on: ii libc6 2.3.6-7 GNU C Library: Shared libraries ii libncurses5 5.5-2 Shared libraries for terminal hand bibcursed recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Version: 2.0.0-4 These have been fixed for a while. I keep forgetting that sponsored uploads won't close bugs automatically... The changes file follows. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 20 May 2006 15:50:58 -0600 Source: bibcursed Binary: bibcursed Architecture: source ia64 Version: 2.0.0-4 Distribution: unstable Urgency: low Maintainer: dann frazier <[EMAIL PROTECTED]> Changed-By: John Wright <[EMAIL PROTECTED]> Description: bibcursed - An interactive program to edit BibTeX bibliographies Closes: 366619 366872 366877 Changes: bibcursed (2.0.0-4) unstable; urgency=low . * Apply Christopher Nelson's patch to correct behavior for marking the address field (Closes: #366872) * Apply Christopher Nelson's patch to correct bolding behavior for the edition field (Closes: #366877) * Apply Christopher Nelson's patch to allow using either upper-or-lower-case 'z' to finish an entry (Closes: #366619) Files: bc1a695fa0797c515a78cb0ac16dcbc9 586 tex optional bibcursed_2.0.0-4.dsc 972274492a90a1371cb3d91a0cc020bc 2305 tex optional bibcursed_2.0.0-4.diff.gz 3f5eae60075ed84b949d054484c92924 25072 tex optional bibcursed_2.0.0-4_ia64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEcBb9huANDBmkLRkRAoNrAJ40CQYzTqxN1XCp8ss5eTk516dE/gCdECN1 Pvdo2I41Hz7ykEm40AV1IVo= =Y3zX -----END PGP SIGNATURE-----
--- End Message ---

