* RELEASE_NOTES:

- document lfuns change.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23943 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-03-25 09:26:45 +00:00
parent d2a4c97ab8
commit 678a72f549

View File

@ -28,7 +28,16 @@ Some of the LyX functions have changed names:
"new-line".
- The function LFUN_PAGEBREAK_INSERT, "pagebreak-insert" has been renamed to
LFUN_NEWPAGE_INSERT, "newpage-insert".
LFUN_NEWPAGE_INSERT, "newpage-insert". It obsololetes the following functions:
* LFUN_PAGEBREAK_INSERT: removed. "pagebreak-insert" has been replaced by
"newpage-insert pagebreak"
* LFUN_CLEARPAGE_INSERT: removed. "clearpage-insert" has been replaced by
"newpage-insert clearpage"
* LFUN_CLEARDOUBLEPAGE_INSERT: removed. "clearpage-insert" has been replaced
by "newpage-insert cleardoublepage"
- The function LFUN_WORDS_COUNT, "words-count", has been replaced by
LFUN_STATISTICS, "statistics", which counts more than words.
@ -60,8 +69,6 @@ The following new LyX functions have been introduced:
- LFUN_LINE_BREAK, "line-break".
- LFUN_PAGEBREAK_INSERT, "pagebreak-insert".
- LFUN_COMPLETION_INLINE, "completion-inline".
- LFUN_COMPLETION_POPUP, "completion-popup".
@ -144,6 +151,11 @@ The following new LyX functions have been removed:
- LFUN_HFILL_INSERT. HFills are now part of InsetSpace and have to be inserted
via "space-insert hfill".
- LFUN_CLEARPAGE_INSERT. Now part of LFUN_NEWPAGE_INSERT (see above).
- LFUN_CLEARDOUBLEPAGE_INSERT. Now part of LFUN_NEWPAGE_INSERT (see above).
For the detailed description of LyX functions look into doxygen documentation.