]> git.lyx.org Git - lyx.git/blobdiff - RELEASE-NOTES
Get rid of 'quitting' global variable. It is not needed anymore because all windows...
[lyx.git] / RELEASE-NOTES
index e29baa0c1bee1e6925e430ac5f32206079972f42..02ff8b2a56bbb1c8f654bbb5f2e2d41fd20ce8e2 100644 (file)
@@ -8,7 +8,48 @@ 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"
+
+- The function LFUN_BREAK_LINE, "break-line" has been renamed to LFUN_NEW_LINE,
+  "new-line".
+
+- The function LFUN_PAGEBREAK_INSERT, "pagebreak-insert" has been renamed to
+  LFUN_NEWPAGE_INSERT, "newpage-insert".
+
+- The function LFUN_WORDS_COUNT, "words-count", has been replaced by
+  LFUN_STATISTICS, "statistics", which counts more than words.
+
+- The function LFUN_MATH_NUMBER, "math-number", has been renamed to
+  LFUN_MATH_NUMBER_TOGGLE.
+
+- The function LFUN_MATH_NONUMBER, "math-nonumber", has been renamed to
+  LFUN_MATH_NUMBER_LINE_TOGGLE.
+
+- The function LFUN_CHARSTYLE_INSERT, "charstyle-insert", has been renamed to 
+  LFUN_FLEX_INSERT, "flex-insert". It now handles beside charstyles, also 
+  custom insets and XML short element insets.
+
+The following new LyX functions have been introduced:
+
+- LFUN_SPECIALCHAR_INSERT, "specialchar-insert" (see above).
+
+- LFUN_LINE_BREAK, "line-break".
+
+- LFUN_PAGEBREAK_INSERT, "pagebreak-insert".
 
 
 Known issues in version 1.5.2