Document change to LFUN_WORD_REPLACE.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30361 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2009-07-04 23:17:38 +00:00
parent b8e5440bef
commit 35712af243

View File

@ -72,6 +72,10 @@ The following LyX functions have been changed:
- LFUN_INSET_TOGGLE ("inset-toggle"): For some insets, this function was used
to show the settings dialog. This is no longer possible and one should use
inset-settings for this purpose.
- LFUN_WORD_REPLACE ("word-replace"): The replacement and searched strings
arguments have been inverted in order to allow the replacement of the word
at current cursor position, even if it is not selected.
Known issues in version 2.0.0
-----------------------------