On Tue, Oct 30, 2001 at 03:44:00PM +0100, Jean-Marc Lasgouttes wrote: > Could you have a look to reword that too?
that was sloppy of me sorry ! Hopefully this is the last of them, please apply thanks john -- "If the software that a company produces isn't reliable, adding a bunch of 'Mother, may I' rules to the language and the code won't fix it." - Pete Becker
Index: ChangeLog =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/ChangeLog,v retrieving revision 1.803 diff -u -r1.803 ChangeLog --- ChangeLog 2001/10/03 15:49:29 1.803 +++ ChangeLog 2001/10/30 16:15:58 @@ -1,3 +1,8 @@ +2001-10-30 John Levon <[EMAIL PROTECTED]> + + * README: + * lyx.man: change ref to known bugs + 2001-10-03 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> * configure.in: set version here and not in version.h. Index: README =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/README,v retrieving revision 1.12 diff -u -r1.12 README --- README 2001/01/26 10:49:25 1.12 +++ README 2001/10/30 16:16:01 @@ -188,13 +188,12 @@ 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? Index: lyx.man =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/lyx.man,v retrieving revision 1.11 diff -u -r1.11 lyx.man --- lyx.man 2001/09/11 13:13:02 1.11 +++ lyx.man 2001/10/30 16:16:03 @@ -179,8 +179,8 @@ .SH BUGS/LIMITATIONS There are probably still some bugs in \fBLyX\fR. Please report them to [EMAIL PROTECTED] 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. Index: lib/ChangeLog =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ChangeLog,v retrieving revision 1.120 diff -u -r1.120 ChangeLog --- lib/ChangeLog 2001/10/29 16:00:27 1.120 +++ lib/ChangeLog 2001/10/30 16:16:08 @@ -1,3 +1,7 @@ +2001-10-30 John Levon <[EMAIL PROTECTED]> + + * Makefile.am: remove BUGS.lyx mention + 2001-10-29 John Levon <[EMAIL PROTECTED]> * ui/default.ui: remove Known Bugs entry Index: lib/Makefile.am =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/Makefile.am,v retrieving revision 1.28 diff -u -r1.28 Makefile.am --- lib/Makefile.am 2001/10/10 16:45:04 1.28 +++ lib/Makefile.am 2001/10/30 16:16:08 @@ -73,7 +73,7 @@ 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 ; } Index: src/ChangeLog =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ChangeLog,v retrieving revision 1.377 diff -u -r1.377 ChangeLog --- src/ChangeLog 2001/10/24 15:07:38 1.377 +++ src/ChangeLog 2001/10/30 16:16:28 @@ -1,3 +1,7 @@ +2001-10-30 John Levon <[EMAIL PROTECTED]> + + * lyx_main.C: change ref to known bugs + 2001-10-24 Juergen Vigna <[EMAIL PROTECTED]> * tabular-old.C (ReadOld): below variable changes reflected. diff -u -r1.95 lyx_main.C --- src/lyx_main.C 2001/10/19 15:13:49 1.95 +++ src/lyx_main.C 2001/10/30 16:16:41 @@ -203,10 +203,10 @@ 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