]> git.lyx.org Git - features.git/commitdiff
Two small fixes
authorJohn Levon <levon@movementarian.org>
Sat, 3 May 2003 19:21:50 +0000 (19:21 +0000)
committerJohn Levon <levon@movementarian.org>
Sat, 3 May 2003 19:21:50 +0000 (19:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6931 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/bind/xemacs.bind
lib/ui/stdmenus.ui

index 08fe52559a72b8713faf6fc63b31f16c2a8b7bf4..e76918f10c3898e01977480aa093b0fe589f468a 100644 (file)
@@ -1,3 +1,15 @@
+2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
+       * chkconfig.ltx: add layout even if the TeX class is missing;
+       introduce a forth field in the textclass.lst file that 
+       keeps track whether the TeX class is available
+
+2003-05-03  John Levon  <levon@movementarian.org>
+
+       * ui/stdmenus.ui: Child Document not Child document
+
+       * bind/xemacs.bind: fix insert graphics binding
+
 2003-05-02 André Pönitz <poenitz@gmx.net>
 
        * layouts/*: re-indent according to LyX style
index eb5e62e48e790125b238f1fbcc92446cc316142f..838fbb366332b56873dbb44741c12ee3db224298 100644 (file)
 \bind "C-c C-e S-q"            "layout Quotation"
 \bind "C-c C-e v"              "layout Quote"
 
-\bind "C-c C-e f"              "graphics-insert"  ## should be figure-float
+\bind "C-c C-e f"              "dialog-show-new-inset graphics"  ## should be figure-float
 \bind "C-c C-e t"              "tabular-insert" ## should be table-float
 
 \bind "C-c percent"            "layout Comment"
index cc184826112db31d1ad91f1078cb14ccf8ef7062..957f97d674b5c939d35ec24a8940ffde65cc7457 100644 (file)
@@ -234,7 +234,7 @@ Menuset
        Item "Short Title" "optional-insert"
        Item "TeX|X" "ert-insert"
        Item "External Material...|x" "dialog-show-new-inset external"
-       Item "Child document...|d" "dialog-show-new-inset include"
+       Item "Child Document...|d" "dialog-show-new-inset include"
     End
 
     Menu "insert_special"