From f48e8300e1fae6d7e74af35ec00a02aa6a0b03fa Mon Sep 17 00:00:00 2001 From: John Levon Date: Sat, 3 May 2003 19:21:50 +0000 Subject: [PATCH] Two small fixes git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6931 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 12 ++++++++++++ lib/bind/xemacs.bind | 2 +- lib/ui/stdmenus.ui | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 08fe52559a..e76918f10c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,15 @@ +2003-05-02 Michael Schmitt + + * 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 + + * ui/stdmenus.ui: Child Document not Child document + + * bind/xemacs.bind: fix insert graphics binding + 2003-05-02 André Pönitz * layouts/*: re-indent according to LyX style diff --git a/lib/bind/xemacs.bind b/lib/bind/xemacs.bind index eb5e62e48e..838fbb3663 100644 --- a/lib/bind/xemacs.bind +++ b/lib/bind/xemacs.bind @@ -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" diff --git a/lib/ui/stdmenus.ui b/lib/ui/stdmenus.ui index cc18482611..957f97d674 100644 --- a/lib/ui/stdmenus.ui +++ b/lib/ui/stdmenus.ui @@ -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" -- 2.39.2