These were neglected too

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29667 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-05-14 13:15:23 +00:00
parent 6e6d34b52f
commit ee39b28f99

View File

@ -30,6 +30,22 @@ The following new LyX functions have been introduced:
- LFUN_REGEXP_MODE ("regexp-mode").
- LFUN_PHANTOM_INSERT ("phantom-insert").
- LFUN_INSET_BEGIN ("inset-begin").
- LFUN_INSET_END (""inset-end"").
- LFUN_INSET_BEGIN_SELECT ("inset-begin-select").
- LFUN_INSET_END_SELECT ("inset-end-select").
- LFUN_CHANGE_PREVIOUS ("change-previous").
- LFUN_INSERT_LABEL_AS_REF ("insert-label-as-reference").
- LFUN_SECTION_SELECT ("section-select").
- LFUN_FONT_UNDERLINE ("font-underline").
- LFUN_FONT_STRIKEOUT ("font-strikeout").
@ -38,6 +54,7 @@ The following new LyX functions have been introduced:
- LFUN_FONT_UWAVE ("font-underwave").
The following LyX functions have been removed:
- LFUN_NEXT_INSET_TOGGLE ("next-inset-toggle"): use "inset-toggle" instead.