[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-commit] Changes to auctex/tex.el,v
From: |
Ralf Angeli |
Subject: |
[AUCTeX-commit] Changes to auctex/tex.el,v |
Date: |
Sun, 04 Feb 2007 23:43:02 +0000 |
CVSROOT: /cvsroot/auctex
Module name: auctex
Changes by: Ralf Angeli <angeli> 07/02/04 23:43:02
Index: tex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/tex.el,v
retrieving revision 5.599
retrieving revision 5.600
diff -u -b -r5.599 -r5.600
--- tex.el 31 Jan 2007 21:45:39 -0000 5.599
+++ tex.el 4 Feb 2007 23:43:02 -0000 5.600
@@ -4837,9 +4837,7 @@
(let ((reporter-prompt-for-summary-p "Bug report subject: "))
(reporter-submit-bug-report
"address@hidden"
- (if (string-match "^CVS-" AUCTeX-version)
- (concat "tex-" (substring AUCTeX-version 4))
- AUCTeX-version)
+ AUCTeX-version
(list 'AUCTeX-date
'window-system
'LaTeX-version
@@ -4853,9 +4851,14 @@
what in fact did happen.
Be sure to consult the FAQ section in the manual before submitting
-a bug report. If the bug (or problem) is triggered by a specific
-\(La\)TeX file, you should try to produce a minimal sample file
-showing the problem and include it in your report.
+a bug report. In addition check if the bug is reproducable with an
+up-to-date version of AUCTeX. So please upgrade to the version
+available from http://www.gnu.org/software/auctex/ if your
+installation is older than the one available from the web site.
+
+If the bug is triggered by a specific \(La\)TeX file, you should try
+to produce a minimal sample file showing the problem and include it
+in your report.
Your bug report will be posted to the AUCTeX bug reporting list.
------------------------------------------------------------------------")))
- [AUCTeX-commit] Changes to auctex/tex.el,v,
Ralf Angeli <=
- [AUCTeX-commit] Changes to auctex/tex.el,v, Ralf Angeli, 2007/02/10
- [AUCTeX-commit] Changes to auctex/tex.el,v, Ralf Angeli, 2007/02/13
- [AUCTeX-commit] Changes to auctex/tex.el,v, Masayuki Ataka, 2007/02/15
- [AUCTeX-commit] Changes to auctex/tex.el,v, David Kastrup, 2007/02/25