mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
30afece93d
* src/LyXAction.h: introduce new function attribute AtPoint: this is for lfuns that should first look at cursor postion whether there is an inset, before dispatching to container inset. * src/LyXAction.cpp: remove LFUN_NEXT_INSET_TOGGLE; mark LFUN_INSET_TOGGLE as AtPoint. * src/BufferView.cpp (dispatch, getStatus): remove handling of LFUN_NEXT_INSET_TOGGLE. * src/LyXFunc.cpp (dispatch, getStatus): handle functions marked AtPoint. * lib/*/*: replace next-inset-toggle with inset-toggle. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28980 a592a061-630c-0410-9148-cb99ea01b6c8
46 lines
1.2 KiB
Plaintext
46 lines
1.2 KiB
Plaintext
This file lists interface changes that might affect users in 2.0.0, some
|
|
known problems in LyX 2.0.0 and some things you have to take into account
|
|
when upgrading from earlier versions to a version of the 2.0.x series.
|
|
Note that fixes are available for some of these, but they have not yet
|
|
been applied because of incomplete testing.
|
|
|
|
|
|
Interface changes
|
|
-----------------
|
|
|
|
The following variables are obsoleted in 2.0
|
|
|
|
- \plaintext_roff_command (was not used anymore)
|
|
- \spell_command and \use_spell_lib (ispell support has been removed)
|
|
|
|
|
|
The following new LyX functions have been introduced:
|
|
|
|
- LFUN_WORD_FINDAD ("word-findadv").
|
|
|
|
- LFUN_REGEXP_MODE ("regexp-mode").
|
|
|
|
- LFUN_COPY_LABEL_AS_REF ("copy-label-as-reference").
|
|
|
|
The following LyX functions have been removed:
|
|
|
|
- LFUN_NEXT_INSET_TOGGLE (next-inset-toggle): use "inset-toggle" instead.
|
|
|
|
Known issues in version 2.0.0
|
|
-----------------------------
|
|
|
|
|
|
Caveats when upgrading from earlier versions to 2.0.x
|
|
-------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
Note: There may later be an updated list of known issues online at
|
|
http://wiki.lyx.org/LyX/ReleaseNotes
|
|
|
|
TODO
|
|
----
|
|
Somebody should create a rc2rc script...
|
|
http://www.lyx.org/trac/changeset/27531
|