Update links to the bug tracker.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40445 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Julien Rioux 2011-12-08 20:19:10 +00:00
parent 55a3dd7b34
commit 72cface90f
3 changed files with 5 additions and 5 deletions

View File

@ -1600,7 +1600,7 @@ def convert_macro_global(document):
"Remove TeX code command \global when it is in front of a macro" "Remove TeX code command \global when it is in front of a macro"
# math macros are nowadays already defined \global, so that an additional # math macros are nowadays already defined \global, so that an additional
# \global would make the document uncompilable, see # \global would make the document uncompilable, see
# http://bugzilla.lyx.org/show_bug.cgi?id=5371 # http://www.lyx.org/trac/ticket/5371
# We're looking for something like this: # We're looking for something like this:
# \begin_inset ERT # \begin_inset ERT
# status collapsed # status collapsed
@ -2879,7 +2879,7 @@ def update_apa_styles(document):
def convert_paper_sizes(document): def convert_paper_sizes(document):
' exchange size options legalpaper and executivepaper to correct order ' ' exchange size options legalpaper and executivepaper to correct order '
# routine is needed to fix http://bugzilla.lyx.org/show_bug.cgi?id=4868 # routine is needed to fix http://www.lyx.org/trac/ticket/4868
i = 0 i = 0
j = 0 j = 0
i = find_token(document.header, "\\papersize executivepaper", 0) i = find_token(document.header, "\\papersize executivepaper", 0)

View File

@ -819,7 +819,7 @@ tbond cmsy 180 186 mathord x
# Note that we do _not_ require the wasysym package for any integral besides # Note that we do _not_ require the wasysym package for any integral besides
# \varint and \varoint. The reason is that the integrals of the wasysym # \varint and \varoint. The reason is that the integrals of the wasysym
# package do not match the standard \int and \intop. See # package do not match the standard \int and \intop. See
# http://bugzilla.lyx.org/show_bug.cgi?id=1942 for details. # http://www.lyx.org/trac/ticket/1942 for details.
# If the wasysym integrals are really wanted then one has to load the package # If the wasysym integrals are really wanted then one has to load the package
# manually and disable automatic loading of amsmath and esint. # manually and disable automatic loading of amsmath and esint.
iffont esint iffont esint

View File

@ -179,8 +179,8 @@ possible the Introduction found under the Help menu in LyX. You'll
find detailed info on submitting bug reports there. If you can't do find detailed info on submitting bug reports there. If you can't do
that, send details to the LyX Developers mailing list that, send details to the LyX Developers mailing list
lyx\-devel@lists.lyx.org, or use the LyX bug tracker at lyx\-devel@lists.lyx.org, or use the LyX bug tracker at
http://bugzilla.lyx.org/. Don't forget to mention which version you http://www.lyx.org/trac/wiki/BugTrackerHome.
are having problems with! Don't forget to mention which version you are having problems with!
\fBLaTeX\fR import is still not perfect and may produce buggy *.lyx \fBLaTeX\fR import is still not perfect and may produce buggy *.lyx
files. Consult the \fBtex2lyx@version_suffix@\fR documentation. files. Consult the \fBtex2lyx@version_suffix@\fR documentation.