]> git.lyx.org Git - lyx.git/blobdiff - RELEASE-NOTES
Fix PageUp/Down select when at the top/bottom of a document.
[lyx.git] / RELEASE-NOTES
index cf1747e45e6a75335a1f6529becfa012e853b89c..02ff8b2a56bbb1c8f654bbb5f2e2d41fd20ce8e2 100644 (file)
@@ -24,6 +24,33 @@ Some of the LyX functions have changed names:
   * 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
 ------------------------------------