]> git.lyx.org Git - lyx.git/blobdiff - RELEASE-NOTES
fix wrong tex2lyx hack
[lyx.git] / RELEASE-NOTES
index e29baa0c1bee1e6925e430ac5f32206079972f42..dba1cfd315a8d3d69fa8e359963e7368b691ab28 100644 (file)
@@ -8,7 +8,26 @@ 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"
+
+- new function LFUN_LINE_BREAK, "line-break"
+- new function LFUN_PAGEBREAK_INSERT, "pagebreak-insert"
+- function LFUN_BREAK_LINE, "break-line" has been renamed to LFUN_NEW_LINE, "new-line"
+- function LFUN_PAGEBREAK_INSERT, "pagebreak-insert" has been renamed to LFUN_NEWPAGE_INSERT, "newpage-insert"
 
 
 Known issues in version 1.5.2