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

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

RELEASE-NOTES

index b2d6bd659ec2447b7b21c0da7fffe202e1856d24..f6330a0e3a06a626b9f6156e66d151f29eb785c8 100644 (file)
@@ -24,8 +24,9 @@ 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_BREAK_LINE, "break-line" has been renamed to LFUN_NEWLINE_INSERT,
+  "newline-insert", and it now allows two options: "newline-insert newline" inserts
+  a \newline, "newline-insert linebreak" inserts a \linebreak.
 
 - The function LFUN_PAGEBREAK_INSERT, "pagebreak-insert" has been renamed to
   LFUN_NEWPAGE_INSERT, "newpage-insert". It obsololetes the following functions:
@@ -67,8 +68,6 @@ The following new LyX functions have been introduced:
 
 - LFUN_SPECIALCHAR_INSERT, "specialchar-insert" (see above).
 
-- LFUN_LINE_BREAK, "line-break".
-
 - LFUN_COMPLETION_INLINE, "completion-inline".
 
 - LFUN_COMPLETION_POPUP, "completion-popup".