]> git.lyx.org Git - lyx.git/commitdiff
* RELEASE_NOTES:
authorJürgen Spitzmüller <spitz@lyx.org>
Tue, 25 Mar 2008 09:26:45 +0000 (09:26 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Tue, 25 Mar 2008 09:26:45 +0000 (09:26 +0000)
- document lfuns change.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23943 a592a061-630c-0410-9148-cb99ea01b6c8

RELEASE-NOTES

index d9ac37a72fee76b262c8ba60d91133386fdf399c..b2d6bd659ec2447b7b21c0da7fffe202e1856d24 100644 (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.