]> git.lyx.org Git - lyx.git/commitdiff
finally get rid of BUGS.lyx
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 30 Oct 2001 17:05:57 +0000 (17:05 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 30 Oct 2001 17:05:57 +0000 (17:05 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2946 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
README
lib/ChangeLog
lib/Makefile.am
lyx.man
src/ChangeLog
src/lyx_main.C

index 9fb6e45e9fe13df32cb753cba103d313c0b8ba1e..993d14abcfff4a6dc1eef6fe467c3651976fb9b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/README b/README
index 6bf665c2988f25cb142eb602339bd6b363c169a0..5a9ab29d1bb53eb3466758b04e2a68d2de471ab7 100644 (file)
--- 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? 
 
index dca39c713716fada020c9e64260dcc0ed81141d0..0388752c6872769d56e104ddb6fa27139714c947 100644 (file)
@@ -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
index a92389139e9a3faa0d2dad2a72b22ebe7a182305..921f3e04eb7659ec2076528dca58837e153a8e35 100644 (file)
@@ -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 71d57601d5326079a0a147ef24f007638331d2f8..f5cc1d3920479a56777000230463ee4391f2b387 100644 (file)
--- 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.
index 5f7934dbc42cea054444a28bd703bda6eccd32d6..794672ec19be475009f1732196d71e10be9cb576 100644 (file)
@@ -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.
index b085903939e1c8531b2ff1ba4ce3a2e6610e3f79..68cd2f04b3052c9a75f55551f7b7f69c9f369b66 100644 (file)
@@ -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