Your message dated Wed, 20 Sep 2006 17:17:29 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#258434: fixed in joe 3.5-1
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: joe
Version: 3.1-0.1
Severity: minor
Tags: patch
There are a few miscolourings in diff mode, affecting unidiff deleted lines
which look like any of these (without the initial indent; there are no
trailing spaces):
-
--foo
---foo
In the first case, the next line is erroneously coloured using the 'deleted
line' colour. In the other cases, the line and some following lines are
coloured using the 'old file' colour.
The attached patch (which was generated from files in an installed copy of
joe) fixes these cases.
(Lines which begin with "--- " and aren't old-file markers will still be
miscoloured. That can't be fixed without large changes to joe's colouring
code.)
--
| Darren Salt | linux (or ds) at | nr. Ashington,
| woody, sarge, | youmustbejoking | Northumberland
| RISC OS | demon co uk | Toon Army
| Let's keep the pound sterling
Small change can often be found under seat cushions.
--- /etc/joe/syntax/diff.jsf.orig 2004-06-02 17:29:44.000000000 +0100
+++ /etc/joe/syntax/diff.jsf 2004-07-09 17:46:12.000000000 +0100
@@ -65,7 +65,14 @@
:udiffoldordel Idle
* udiffdel recolor=-2
- "-" udiffold recolor=-2
+ "\n" udiffdel noeat recolor=-2
+ "-" udiffoldordel2 buffer recolor=-2
+
+:udiffoldordel2 DelLine
+ * udiffdel strings
+ "-- " udiffold recolor=-4
+done
+ "- " udiffoldordel2
:udiffdel DelLine
* udiffdel
--- End Message ---
--- Begin Message ---
Source: joe
Source-Version: 3.5-1
We believe that the bug you reported is fixed in the latest version of
joe, which is due to be installed in the Debian FTP archive:
joe_3.5-1.diff.gz
to pool/main/j/joe/joe_3.5-1.diff.gz
joe_3.5-1.dsc
to pool/main/j/joe/joe_3.5-1.dsc
joe_3.5-1_i386.deb
to pool/main/j/joe/joe_3.5-1_i386.deb
joe_3.5.orig.tar.gz
to pool/main/j/joe/joe_3.5.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Josip Rodin <[EMAIL PROTECTED]> (supplier of updated joe package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Thu, 21 Sep 2006 00:37:33 +0200
Source: joe
Binary: joe
Architecture: source i386
Version: 3.5-1
Distribution: unstable
Urgency: low
Maintainer: Josip Rodin <[EMAIL PROTECTED]>
Changed-By: Josip Rodin <[EMAIL PROTECTED]>
Description:
joe - user friendly full screen text editor
Closes: 252643 258434 261352 269334 284393 363345 363460 364493
Changes:
joe (3.5-1) unstable; urgency=low
.
* New upstream version.
+ configure.ac now includes header check for term.h, dropped that patch
+ types.h now conditionally includes unistd.h, and is included
everywhere else, dropped those patches
+ termcap.c now includes term.h properly, dropped that patch
+ There is no longer a default replace string set from history,
closes: #363460.
+ Display of repeated search string now shows \, closes: #363345.
+ Warning about ignore/steal/quit on vfat is gone, closes: #364493.
+ Perl syntax highlighting now handles $`, closes: #261352.
+ Python syntax highlighting now handles the '+comment+multiline
docstring, closes: #252643.
+ Diff syntax highlighting now handles the minus cases properly,
though not with the exact patch by Darren Salt, closes: #258434.
+ Shell syntax highlighting now handles HERE docs, closes: #284393.
* Stop shipping fixed /etc/joe/editorrc and instead add all our versions
as alternatives to it. Unfortunately it doesn't work as a slave
alternative to the main editor alternative, but this is as close
as it can get, closes: #269334.
* Updated conffiles list, fixed typo in old changelog ("urgence"),
removed FSF address from copyright file, moved menu entry to /usr/share,
compressed ru manual page, upped the standards version to 3.7.2.
Files:
a29fee8c5c52b8a5b42338ffe74ee8b2 538 editors optional joe_3.5-1.dsc
9bdffecce7ef910feaa06452d48843de 613815 editors optional joe_3.5.orig.tar.gz
5c054dca6ba0322aa055d2546ffc2c5d 10908 editors optional joe_3.5-1.diff.gz
e5aa0fe6753d1d82d86cc1145f11a449 363562 editors optional joe_3.5-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFFEda1C1RHoiANFZYRAn6zAJ4lk/of9CWwfRWlm1tNnFx571J/IQCfdAxH
vhf3EAhZTs2r4TKikVgTZ9o=
=KWpT
-----END PGP SIGNATURE-----
--- End Message ---