The branch, 2.0.x, has been updated.

- Log -----------------------------------------------------------------

commit 002a38dd7be6bb6db38d0f435c3ddecdae5d490b
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Mon Nov 26 06:08:20 2012 +0100

    configure.py: add checks for some text editors used on Windows and for our 
PDF handler for Windows

diff --git a/lib/configure.py b/lib/configure.py
index 07cf653..f02a5ec 100644
--- a/lib/configure.py
+++ b/lib/configure.py
@@ -577,7 +577,8 @@ def checkFormatEntries(dtl_tools):
         (iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, 
ie, iv, ie) )
     #
     checkViewerEditor('a text editor', ['xemacs', 'gvim', 'kedit', 'kwrite', 
'kate', \
-        'nedit', 'gedit', 'notepad', 'geany', 'leafpad', 'mousepad'],
+        'jedit', 'TeXnicCenter', 'WinEdt', 'WinShell', 'PSPad', 'nedit', 
'gedit', 'notepad', \
+        'geany', 'leafpad', 'mousepad'],
         rc_entry = [r'''\Format asciichess asc    "Plain text (chess output)"  
"" ""   "%%"    ""
 \Format asciiimage asc    "Plain text (image)"         "" ""   "%%"    ""
 \Format asciixfig  asc    "Plain text (Xfig output)"   "" ""   "%%"    ""
@@ -628,7 +629,7 @@ def checkFormatEntries(dtl_tools):
         rc_entry = [r'''\Format eps        eps     EPS                    "" 
"%%"      ""      "vector"
 \Format ps         ps      Postscript             t  "%%"      ""      
"document,vector,menu=export"'''])
     # for xdg-open issues look here: 
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg151818.html
-    checkViewer('a PDF previewer', ['kpdf', 'okular', 'evince', 'kghostview', 
'xpdf', 'acrobat', 'acroread', \
+    checkViewer('a PDF previewer', ['pdfview', 'kpdf', 'okular', 'evince', 
'kghostview', 'xpdf', 'acrobat', 'acroread', \
                    'gv', 'ghostview'],
         rc_entry = [r'''\Format pdf        pdf    "PDF (ps2pdf)"          P  
"%%"      ""      "document,vector,menu=export"
 \Format pdf2       pdf    "PDF (pdflatex)"        F  "%%"      ""      
"document,vector,menu=export"

-----------------------------------------------------------------------

Summary of changes:
 lib/configure.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to