mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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:
parent
c7b495326e
commit
f48e8300e1
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user