]> git.lyx.org Git - features.git/commitdiff
Backport 17e8ea8a (#8018).
authorPavel Sanda <sanda@lyx.org>
Thu, 10 May 2012 15:34:11 +0000 (17:34 +0200)
committerPavel Sanda <sanda@lyx.org>
Thu, 10 May 2012 15:34:11 +0000 (17:34 +0200)
lib/configure.py
status.20x

index 0ef952fc345052ac9207e4eb598f5e501261edb7..f7380b3933c2c79b0c888cef4743c9ade06b36fd 100644 (file)
@@ -573,7 +573,7 @@ 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'],
+        '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)"   "" ""   "%%"    ""
@@ -613,7 +613,8 @@ def checkFormatEntries(dtl_tools):
         'pybliographic', 'bibdesk', 'gbib', 'kbib', \
         'kbibtex', 'sixpack', 'bibedit', 'tkbibtex' \
         'xemacs', 'gvim', 'kedit', 'kwrite', 'kate', \
-        'nedit', 'gedit', 'notepad'],
+        'nedit', 'gedit', 'notepad', 'geany', \
+        'leafpad', 'mousepad'],
         rc_entry = [r'''\Format bibtex bib    "BibTeX"         "" ""   "%%"    ""''' ])
     #
     #checkProg('a Postscript interpreter', ['gs'],
index fa544e3f4bd55711b5bffe46bd5395a76cc6a588..77292588c744741c89f2cb76c5199a8c4a544c5a 100644 (file)
@@ -59,6 +59,8 @@ What's new
 - When a command takes too long to complete, ask the user for what to do
   instead of automatically stopping it after a timeout interval (bug 8032).
 
+- Recognize geany, leafpad and mousepad as viewers (bug #8021).
+
 
 * DOCUMENTATION AND LOCALIZATION