Konrad Podczeck | 3 May 2006 19:19
Picon
Picon
Favicon

No release since over a year

Is there any reason that the last xdvik release was more than one year 
ago now?

Konrad Podczeck

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Stefan Ulrich | 3 May 2006 20:26
Picon

Re: No release since over a year

Konrad Podczeck <konrad.podczeck <at> univie.ac.at> writes:

> Is there any reason that the last xdvik release was more than one year 
> ago now?

Well, workload from day job, family ... There are a few bugs that
should be fixed before the next release - to be quite honest, we
could use a few more people working on it ;-)

Regards,
Stefan

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
SourceForge.net | 9 May 2006 12:26
Picon
Favicon

[ xdvi-Bugs-1484561 ] uninitialized variable

Bugs item #1484561, was opened at 2006-05-09 19:26
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=377580&aid=1484561&group_id=23164

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: file handling
Group: incorrect behaviour
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobuyuki Tsuchimura (tutimura)
Assigned to: Nobody/Anonymous (nobody)
Summary: uninitialized variable

Initial Comment:
'valgrind' reports that 'revents' fields is not
initialized in events.c (do_sigpoll).
My suggestion is to clear allocated memory.
(poll() may have to clear the field.
But my Linux 2.4.31 doesn't do so.)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=377580&aid=1484561&group_id=23164

-------------------------------------------------------
(Continue reading)

SourceForge.net | 10 May 2006 20:34
Picon
Favicon

[ xdvi-Bugs-1475921 ] 'oldmaxchar' doesn't have enough bits

Bugs item #1475921, was opened at 2006-04-25 05:15
Message generated for change (Settings changed) made by stefanulrich
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=377580&aid=1475921&group_id=23164

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: fonts
Group: incorrect behaviour
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobuyuki Tsuchimura (tutimura)
>Assigned to: Stefan Ulrich (stefanulrich)
Summary: 'oldmaxchar' doesn't have enough bits

Initial Comment:
In xdvi.h 'maxchar' is defined as wide_ubyte.
In dvi-draw.c some 'oldmaxchar' are defined as ubyte.
In some circumstances, 'oldmaxchar' has not enough bits
to save whole 'maxchar'.
It seems cause some trouble specially for VF which has
many characters.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=377580&aid=1475921&group_id=23164

(Continue reading)

SourceForge.net | 10 May 2006 20:34
Picon
Favicon

[ xdvi-Bugs-1474879 ] Some differences between help and man page

Bugs item #1474879, was opened at 2006-04-23 05:22
Message generated for change (Settings changed) made by stefanulrich
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=377580&aid=1474879&group_id=23164

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: documentation
Group: cosmetic
Status: Open
Resolution: None
Priority: 1
Submitted By: jnpdr (jnpdr)
>Assigned to: Stefan Ulrich (stefanulrich)
Summary: Some differences between help and man page

Initial Comment:
xdvik version 22.84.9 (Xaw toolkit)
Libraries: kpathsea version 3.5.4, T1lib version 5.1.0

Unique options from "xdvi --help":
        [-anchorposition <anchor>]
        [-expert]
        [-ps2pdfpath <path>]
        [-q]
        [-text-encoding <charset>]
        [-useTeXpages]

Unique options from man page:
(Continue reading)

SourceForge.net | 14 May 2006 15:10
Picon
Favicon

[ xdvi-Bugs-1484561 ] uninitialized variable

Bugs item #1484561, was opened at 2006-05-09 12:26
Message generated for change (Comment added) made by stefanulrich
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=377580&aid=1484561&group_id=23164

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: file handling
Group: incorrect behaviour
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobuyuki Tsuchimura (tutimura)
>Assigned to: Stefan Ulrich (stefanulrich)
Summary: uninitialized variable

Initial Comment:
'valgrind' reports that 'revents' fields is not
initialized in events.c (do_sigpoll).
My suggestion is to clear allocated memory.
(poll() may have to clear the field.
But my Linux 2.4.31 doesn't do so.)

----------------------------------------------------------------------

>Comment By: Stefan Ulrich (stefanulrich)
Date: 2006-05-14 15:10

Message:
(Continue reading)

SourceForge.net | 14 May 2006 15:10
Picon
Favicon

[ xdvi-Bugs-1475921 ] 'oldmaxchar' doesn't have enough bits

Bugs item #1475921, was opened at 2006-04-25 05:15
Message generated for change (Comment added) made by stefanulrich
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=377580&aid=1475921&group_id=23164

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: fonts
Group: incorrect behaviour
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobuyuki Tsuchimura (tutimura)
Assigned to: Stefan Ulrich (stefanulrich)
Summary: 'oldmaxchar' doesn't have enough bits

Initial Comment:
In xdvi.h 'maxchar' is defined as wide_ubyte.
In dvi-draw.c some 'oldmaxchar' are defined as ubyte.
In some circumstances, 'oldmaxchar' has not enough bits
to save whole 'maxchar'.
It seems cause some trouble specially for VF which has
many characters.

----------------------------------------------------------------------

>Comment By: Stefan Ulrich (stefanulrich)
Date: 2006-05-14 15:10

(Continue reading)

SourceForge.net | 23 May 2006 23:23
Picon
Favicon

[ xdvi-Bugs-1493853 ] pagelist preference not honored (motif)

Bugs item #1493853, was opened at 2006-05-23 21:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=377580&aid=1493853&group_id=23164

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: X interface
Group: incorrect behaviour
Status: Open
Resolution: None
Priority: 5
Submitted By: Peter B Kronheimer (kronheim)
Assigned to: Nobody/Anonymous (nobody)
Summary: pagelist preference not honored (motif)

Initial Comment:
Using xdvik from the debian distribution, recompiled to
use the motif toolkit:

1. Go to "Preferences" and uncheck "Show pagelist".
2. Note that the pagelist disappears (ok).
3. Quite xdvik.
4. Launch xdvik again.
5. Observe that the pagelist is back again.

At step 5, the pagelist is incorrectly drawn (border
and scrollbar missing, perhaps?). So it is not that the
preference is simply forgotten. The preference is
(Continue reading)

SourceForge.net | 25 May 2006 16:02
Picon
Favicon

[ xdvi-Bugs-1493853 ] pagelist preference not honored (motif)

Bugs item #1493853, was opened at 2006-05-23 21:23
Message generated for change (Comment added) made by kronheim
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=377580&aid=1493853&group_id=23164

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: X interface
Group: incorrect behaviour
Status: Open
Resolution: None
Priority: 5
Submitted By: Peter B Kronheimer (kronheim)
Assigned to: Nobody/Anonymous (nobody)
Summary: pagelist preference not honored (motif)

Initial Comment:
Using xdvik from the debian distribution, recompiled to
use the motif toolkit:

1. Go to "Preferences" and uncheck "Show pagelist".
2. Note that the pagelist disappears (ok).
3. Quite xdvik.
4. Launch xdvik again.
5. Observe that the pagelist is back again.

At step 5, the pagelist is incorrectly drawn (border
and scrollbar missing, perhaps?). So it is not that the
preference is simply forgotten. The preference is
(Continue reading)

SourceForge.net | 25 May 2006 21:36
Picon
Favicon

[ xdvi-Bugs-1493853 ] pagelist preference not honored (motif)

Bugs item #1493853, was opened at 2006-05-23 23:23
Message generated for change (Settings changed) made by stefanulrich
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=377580&aid=1493853&group_id=23164

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: X interface
Group: incorrect behaviour
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Peter B Kronheimer (kronheim)
>Assigned to: Stefan Ulrich (stefanulrich)
Summary: pagelist preference not honored (motif)

Initial Comment:
Using xdvik from the debian distribution, recompiled to
use the motif toolkit:

1. Go to "Preferences" and uncheck "Show pagelist".
2. Note that the pagelist disappears (ok).
3. Quite xdvik.
4. Launch xdvik again.
5. Observe that the pagelist is back again.

At step 5, the pagelist is incorrectly drawn (border
and scrollbar missing, perhaps?). So it is not that the
preference is simply forgotten. The preference is
(Continue reading)


Gmane