diff --git a/lib/configure.py b/lib/configure.py index 17a0f21599..ddcd8bbe03 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -294,7 +294,7 @@ def checkFormatEntries(dtl_tools): \Format xpm xpm XPM "" "%s" "%s" ""''' % \ (iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie) ) # - checkViewer('a text editor', ['sensible-editor', 'xemacs', 'gvim', 'kedit', 'kwrite', 'kate', \ + checkViewer('a text editor', ['xemacs', 'gvim', 'kedit', 'kwrite', 'kate', \ 'nedit', 'gedit', 'notepad'], rc_entry = [r'''\Format asciichess asc "Plain text (chess output)" "" "" "%%" "" \Format asciiimage asc "Plain text (image)" "" "" "%%" "" @@ -314,7 +314,7 @@ def checkFormatEntries(dtl_tools): \Format text4 txt "Plain text (catdvi)" "" "" "%%" "document" \Format textparagraph txt "Plain Text, Join Lines" "" "" "%%" "document"''' ]) # - checkViewer('a BibTeX editor', ['sensible-editor', 'jabref', 'JabRef', \ + checkViewer('a BibTeX editor', ['jabref', 'JabRef', \ 'pybliographic', 'bibdesk', 'gbib', 'kbib', \ 'kbibtex', 'sixpack', 'bibedit', 'tkbibtex' \ 'xemacs', 'gvim', 'kedit', 'kwrite', 'kate', \ diff --git a/status.16x b/status.16x index fe0ef5dd57..6721069901 100644 --- a/status.16x +++ b/status.16x @@ -84,6 +84,7 @@ What's new - Fix freezing of LyX at samba shares (bug 5891). + * DOCUMENTATION AND LOCALIZATION @@ -95,3 +96,6 @@ What's new - Fix reconfigure script: allow LaTeX-less install of LyX under Windows. +- Do not configure LyX to use "sensible-editor" as a text editor/viewer, + since this is not necessarily a GUI editor (bug 7448). +