]> git.lyx.org Git - lyx.git/commitdiff
* RELEASE_NOTES: document interface changes.
authorJürgen Spitzmüller <spitz@lyx.org>
Thu, 6 Dec 2007 11:16:46 +0000 (11:16 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Thu, 6 Dec 2007 11:16:46 +0000 (11:16 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21990 a592a061-630c-0410-9148-cb99ea01b6c8

RELEASE-NOTES

index e29baa0c1bee1e6925e430ac5f32206079972f42..cf1747e45e6a75335a1f6529becfa012e853b89c 100644 (file)
@@ -8,7 +8,21 @@ been applied because of incomplete testing.
 Interface changes
 -----------------
 
-Some of the LyX functions have changed names :
+Some of the LyX functions have changed names:
+
+- A new LFUN_SPECIALCHAR_INSERT has been implemented that obsoletes the
+  different LFUNs for single special characters:
+
+  * LFUN_HYPHENATION_POINT_INSERT: removed. "hyphenation-point-insert" 
+    has been replaced by "specialchar-insert hyphenation-point"
+  * LFUN_LIGATURE_BREAK_INSERT: removed. "ligature-break-insert" 
+    has been replaced by "specialchar-insert ligature-break"
+  * LFUN_DOTS_INSERT: removed. "dots-insert" 
+    has been replaced by "specialchar-insert dots"
+  * LFUN_END_OF_SENTENCE_PERIOD_INSERT: removed. "end-of-sentence-period-insert" 
+    has been replaced by "specialchar-insert end-of-sentence"
+  * LFUN_MENU_SEPARATOR_INSERT: removed. "menu-separator-insert" 
+    has been replaced by "specialchar-insert menu-separator"
 
 
 Known issues in version 1.5.2