diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-17 21:41:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-17 21:41:51 +0000 |
commit | 487ca4806cc046076293cf6cc5fbba0db282bac7 (patch) | |
tree | 847b412ab5158dd7bdd7ed7e5a4cc3fbca94be32 /Build/source/texk/xdvik/BUGS | |
parent | a3d3111bfe26b8e5f5bc6049dfb2a4ca2edc7881 (diff) |
texk 1
git-svn-id: svn://tug.org/texlive/trunk@1485 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/BUGS')
-rw-r--r-- | Build/source/texk/xdvik/BUGS | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/Build/source/texk/xdvik/BUGS b/Build/source/texk/xdvik/BUGS new file mode 100644 index 00000000000..01ff6f628da --- /dev/null +++ b/Build/source/texk/xdvik/BUGS @@ -0,0 +1,62 @@ + +For an up-to-date list of bugs, please visit: + +http://sourceforge.net/tracker/?group_id=23164&atid=377580 + +This file records only bugs that have been tagged as `Wont fix' or +`Later', i.e. bugs that couldn't be resolved so far. + +Please report new bugs to the above SourceForge URL, including as much +information as possible (whatever may be relevant: platform, compiler, +X version, output of xdpyinfo, sample .dvi file to reproduce the +problem; see also: http://xdvi.sourceforge.net/#bugs). + + +(A) X interface bugs: + +(A1) The current code to toggle to/from fullscreen mode via Ctrl-l, and to + remove the Xaw scrollbars for expert mode is an atrocious hack that won't + work with many window managers (see e.g. #814327). These should be fixed by + someone who knows X better than I do. + +(A2) The correct handling of XtAppAddTimeOut() and friends, used e.g. internally + by many Motif widgets, depends on xdvi redefining the XtAppAddTimeOut() and + related functions to use its own non-standard event handling routines. + + If this is not possible (e.g. because your linker doesn't allow multiple + definitions - check for the corresponding warnings by ./configure), + some of the widgets (e.g. the print log window, tooltips, statusline + messages, hyperlink location markers) will not appear correctly or will + only be updated when the mouse is moved. + +(A3) Motif: Toggle buttons in print dialog (page range) may fail under + certain circumstances when button has been changed via marking pages. + (For details, see comment in gui/print-dialog.c, notify_dialog()). + +(A4) Motif 1.2: After opening a document at page 1 and changing to page + 2, an partial area of the highlighting of page 1 is not erased (#997080). + +(A5) Ctrl-l and the `fullscreen' option are hacks that may interact badly + with certain window managers (e.g. KDE; see #815020). In such cases it's + better to use the window manager's functions to enable fullscreen mode. + +(A6) Xaw: The page list scroll area (viewport) is not resized when switching to + a file with longer page numbers (e.g. from 2-digit ones to 5-digit ones). + + +(B) Known features: + +(B1) Controll of font/file generation by X-resource and commandline is overridden + by controll by environment variable/texmf.cnf setting. This is a design + decision in kpathsea; if you want it to be resource/commandline controlled, + make sure there is no setting in the environment or texmf.cnf. + +(B2) Some of the optional compilation stuff (e.g. display postscript) hasn't been + tested for quite some time and may be broken. + + +(C) Autoconfigure issues: + +(C1) GS_PATH cannot be set except by CFLAGS=-DGS_PATH=... Paul has a macro for + this. Must be compatible with kpathsea, but I haven't checked this yet. + |