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: wishlist Throughout the program, such as adding and changing entries, using lowercase letters and uppercase work interchangably. This is not the case when using 'z' to finish an entry, where only the lowercase letter works. This initially confused me, as I had been using uppercase letters, since that's what the prompts showed. I created a patch, shown below, and tested it using both upper- and lower-case 'z' to finish the entry, and it worked for all the different types of entries. Diff follows: --- bibcursed.c 2002-06-08 04:59:10.000000000 -0700 +++ bibcursed.c.patch 2006-05-09 14:18:57.000000000 -0700 @@ -526,7 +526,7 @@ } /* Check to see if we have all the info we need */ - if (ch == 'z') + if (lch == 'z') { not_done =0; if (use_address==1 && set_address == 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 ---

