]> git.lyx.org Git - lyx.git/blobdiff - RELEASE-NOTES
InsetTabular.cpp: fix the logic when \linebreaks are allowed in table cells, fixes...
[lyx.git] / RELEASE-NOTES
index 19da9b578f90908f47f2788cd00fb34a92b674dc..d8b626ea5478741e646ddc06a5c4570d4287d962 100644 (file)
@@ -126,8 +126,6 @@ The following new LyX functions have been introduced:
 
 - LFUN_FINISHED_BACKWARD, "".
 
-- LFUN_BUFFER_TOGGLE_EMBEDDING, "buffer-toggle-embedding".
-
 - LFUN_INFO_INSERT, "info-insert".
 
 - LFUN_LAYOUT_RELOAD, "layout-reload".
@@ -138,6 +136,11 @@ The following new LyX functions have been introduced:
 
 - LFUN_NEXT_INSET_MODIFY, "next-inset-modify"
 
+- LFUN_INSET_EDIT, "inset-edit"
+
+- LFUN_SET_GRAPHICS_GROUP, "set-graphics-group"
+
+- LFUN_GRAPHICS_GROUPS_UNIFY, "graphics-groups-unify"
 
 The following new LyX functions have been removed:
 
@@ -156,6 +159,14 @@ The following new LyX functions have been removed:
 
 - LFUN_SERVER_GET_FONT.
 
+- LFUN_EXTERNAL_EDIT. Superseded by the more general LFUN_INSET_EDIT.
+
+- LFUN_GRAPHICS_EDIT. Superseded by the more general LFUN_INSET_EDIT.
+
+- LFUN_ACCENT_SPECIAL_CARON.
+
+- LFUN_INSET_REFRESH.
+
 For the detailed description of LyX functions look into doxygen documentation.