diff --git a/ChangeLog b/ChangeLog index 9fb6e45e9f..993d14abcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-10-30 John Levon + + * README: + * lyx.man: change ref to known bugs + 2001-10-03 Jean-Marc Lasgouttes * configure.in: set version here and not in version.h. diff --git a/README b/README index 6bf665c298..5a9ab29d1b 100644 --- a/README +++ b/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? diff --git a/lib/ChangeLog b/lib/ChangeLog index dca39c7137..0388752c68 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2001-10-30 John Levon + + * Makefile.am: remove BUGS.lyx mention + 2001-10-29 John Levon * ui/default.ui: remove Known Bugs entry diff --git a/lib/Makefile.am b/lib/Makefile.am index a92389139e..921f3e04eb 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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 ; } diff --git a/lyx.man b/lyx.man index 71d57601d5..f5cc1d3920 100644 --- a/lyx.man +++ b/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. diff --git a/src/ChangeLog b/src/ChangeLog index 5f7934dbc4..794672ec19 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-10-30 John Levon + + * lyx_main.C: change ref to known bugs + 2001-10-24 Juergen Vigna * tabular-old.C (ReadOld): below variable changes reflected. diff --git a/src/lyx_main.C b/src/lyx_main.C index b085903939..68cd2f04b3 100644 --- a/src/lyx_main.C +++ b/src/lyx_main.C @@ -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