Michael Schmitt wrote:

- In the Insert menu, the TeX and Insert File entries have the same
� key assigned (t). 

Fix attached.

  Whoever fixes that should make Math submenu take the "M" 
� shortcut now

I didn't change this, because Marginal Note has shortcut "M" (and as a 
non mathematic I need this one more often).

- Do we really need to export PDF in many different ways? My machine at 
  work suggests PDF (just PDF), PDF (pdflatex), and a third one (don't
  remember).
� Can't we just offer the best one?

I disagree! Everyone of these methods has its own advantages and 
disadvantages. PDFlatex gives the best output quality but doesn't work 
with eps stuff (pstricks, psfrag etc.). I use both, depending on the 
document. Apart from that, we have to support all, because not everyone 
has e.g. installed pdftex. You can delete the one you don't like in 
preferences.

J�rgen.
Index: lib/ChangeLog
===================================================================
RCS file: /cvs/lyx/lyx-devel/lib/ChangeLog,v
retrieving revision 1.136
diff -u -r1.136 ChangeLog
--- lib/ChangeLog	2001/12/15 11:26:57	1.136
+++ lib/ChangeLog	2001/12/16 16:55:38
@@ -1,3 +1,7 @@
+2001-12-16  J�rgen Spitzm�ller  <[EMAIL PROTECTED]>
+
+	* ui/default.ui: fix shortcut clash in the insert menu.
+
 2001-12-15  Dekel Tsur  <[EMAIL PROTECTED]>
 
 	* symbols: Add glyph for \colon for the symbol font.
Index: lib/ui/default.ui
===================================================================
RCS file: /cvs/lyx/lyx-devel/lib/ui/default.ui,v
retrieving revision 1.71
diff -u -r1.71 default.ui
--- lib/ui/default.ui	2001/11/20 15:32:10	1.71
+++ lib/ui/default.ui	2001/12/16 16:55:40
@@ -1,4 +1,4 @@
-# This is the default LyX user interface definition file.         -*- text -*- 
+# This is the default LyX user interface definition file.         -*- text -*-
 # The syntax should be straightforward enough. The menubar
 # "main_nobuffer" (if it exists) is used when there is no buffer open;
 # otherwise, the menubar "main" is used. 
@@ -100,7 +100,7 @@
 	Separator
 	#Item "Read Only" "buffer-toggle-read-only"
 	Item "Spellchecker...|S" "spellchecker"
-	Item "Thesaurus" "thesaurus-entry"
+	Item "Thesaurus..." "thesaurus-entry"
 	Item "Check TeX|h" "buffer-chktex"
 	Item "Remove All Error Boxes|E" "error-remove-all"
 	Separator
@@ -203,8 +203,8 @@
 	Item "Tabular Material...|b" "dialog-tabular-insert"
 	Submenu "Floats|a" "insert_floats"
 	Separator
-	Item "Include File|e" "buffer-child-insert"
-	Submenu "Insert File|t" "insert_file"
+	Item "Include File|d" "buffer-child-insert"
+	Submenu "Insert File|e" "insert_file"
 	Item "External Material...|x" "external-insert"
     End

Reply via email to