From: Jürgen Spitzmüller Date: Tue, 25 Mar 2008 09:26:45 +0000 (+0000) Subject: * RELEASE_NOTES: X-Git-Tag: 1.6.10~5445 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=678a72f54909325ee7ade275ff0a7b1aa1392305;p=lyx.git * RELEASE_NOTES: - document lfuns change. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23943 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d9ac37a72f..b2d6bd659e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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.