mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
finally get rid of BUGS.lyx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2946 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3b0329fe27
commit
23870e9920
@ -1,3 +1,8 @@
|
||||
2001-10-30 John Levon <moz@compsoc.man.ac.uk>
|
||||
|
||||
* README:
|
||||
* lyx.man: change ref to known bugs
|
||||
|
||||
2001-10-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* configure.in: set version here and not in version.h.
|
||||
|
9
README
9
README
@ -188,13 +188,12 @@ Internet resources of relevance to LyX
|
||||
|
||||
How do I submit a bug report?
|
||||
|
||||
If possible, read the "Known Bugs" document found under the
|
||||
Help menu. You'll find detailed info on submitting bug reports
|
||||
there.
|
||||
If possible, read the Introduction found under the Help menu in LyX.
|
||||
You'll find detailed info on submitting bug reports there.
|
||||
|
||||
If you can't do that, send details to the LyX Developers mailing
|
||||
list. Don't forget to mention which version you are having
|
||||
problems with!
|
||||
list, or use the LyX bug tracker at http://lyxbugs.sf.net/.
|
||||
Don't forget to mention which version you are having problems with!
|
||||
|
||||
How can I participate in the development of LyX?
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
2001-10-30 John Levon <moz@compsoc.man.ac.uk>
|
||||
|
||||
* Makefile.am: remove BUGS.lyx mention
|
||||
|
||||
2001-10-29 John Levon <moz@compsoc.man.ac.uk>
|
||||
|
||||
* ui/default.ui: remove Known Bugs entry
|
||||
|
@ -73,7 +73,7 @@ uninstall-local:
|
||||
|
||||
dist-hook:
|
||||
cd ${distdir} ; rm -rf `find . -name \*CVS\*` ; \
|
||||
rm -rf doc/BUGS.lyx doc/.cvsignore; \
|
||||
rm -rf doc/.cvsignore; \
|
||||
[ -f doc/UserGuide.lyx ] || { cvs -Q export -r HEAD -d doc lyxdoc || \
|
||||
echo "WARNING: Unable to get LyX Documentation from CVS!" ; true ; }
|
||||
|
||||
|
4
lyx.man
4
lyx.man
@ -179,8 +179,8 @@ Full documentation in either native \fBLyX\fR or postscript format.
|
||||
.SH BUGS/LIMITATIONS
|
||||
There are probably still some bugs in \fBLyX\fR. Please report them to
|
||||
lyx-devel@lists.lyx.org with detailed info, including which version of
|
||||
\fBLyX\fR you use. Consult the "Known Bugs" item under the Help menu
|
||||
first if possible.
|
||||
\fBLyX\fR you use. Consult the bug-reporting instructions in the
|
||||
Introduction (accessible from the Help menu in LyX) first if possible.
|
||||
|
||||
\fBLaTeX\fR import is still not perfect and may produce buggy *.lyx
|
||||
files. Consult the \fBreLyX\fR documentation.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2001-10-30 John Levon <moz@compsoc.man.ac.uk>
|
||||
|
||||
* lyx_main.C: change ref to known bugs
|
||||
|
||||
2001-10-24 Juergen Vigna <jug@sad.it>
|
||||
|
||||
* tabular-old.C (ReadOld): below variable changes reflected.
|
||||
|
@ -203,10 +203,10 @@ void error_handler(int err_sig)
|
||||
case SIGSEGV:
|
||||
lyxerr << "\nlyx: SIGSEGV signal caught" << endl;
|
||||
lyxerr <<
|
||||
"Sorry, you have found a bug in LyX."
|
||||
" If possible, please read 'Known bugs'\n"
|
||||
"under the Help menu and then send us "
|
||||
"a full bug report. Thanks!" << endl;
|
||||
"Sorry, you have found a bug in LyX. "
|
||||
"Please read the bug-reporting instructions "
|
||||
"in Help->Introduction and send us a bug report, "
|
||||
"if necessary. Thanks !" << endl;
|
||||
break;
|
||||
case SIGTERM:
|
||||
// no comments
|
||||
|
Loading…
Reference in New Issue
Block a user