Two small fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6931 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-05-03 19:21:50 +00:00
parent c7b495326e
commit f48e8300e1
3 changed files with 14 additions and 2 deletions

View 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

View File

@ -300,7 +300,7 @@
\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"

View 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"