* RELEASE_NOTES:

- document lfuns change.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23967 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-03-26 08:19:11 +00:00
parent c876a2e7c7
commit edab6d958a

View File

@ -24,8 +24,9 @@ Some of the LyX functions have changed names:
* LFUN_MENU_SEPARATOR_INSERT: removed. "menu-separator-insert"
has been replaced by "specialchar-insert menu-separator"
- The function LFUN_BREAK_LINE, "break-line" has been renamed to LFUN_NEW_LINE,
"new-line".
- The function LFUN_BREAK_LINE, "break-line" has been renamed to LFUN_NEWLINE_INSERT,
"newline-insert", and it now allows two options: "newline-insert newline" inserts
a \newline, "newline-insert linebreak" inserts a \linebreak.
- The function LFUN_PAGEBREAK_INSERT, "pagebreak-insert" has been renamed to
LFUN_NEWPAGE_INSERT, "newpage-insert". It obsololetes the following functions:
@ -67,8 +68,6 @@ The following new LyX functions have been introduced:
- LFUN_SPECIALCHAR_INSERT, "specialchar-insert" (see above).
- LFUN_LINE_BREAK, "line-break".
- LFUN_COMPLETION_INLINE, "completion-inline".
- LFUN_COMPLETION_POPUP, "completion-popup".