* math_hullinset.h (canTrackChanges): remove, since math insets do

not implement (yet) change tracking (bug 2214).



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@13868 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2006-05-18 21:30:06 +00:00
parent 762ea11579
commit 59810902b9
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2006-05-18 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* math_hullinset.h (canTrackChanges): remove, since math insets do
not implement (yet) change tracking (bug 2214).
2006-04-14 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
* math_fonzinset.C (validate): textipa requires tipa.

View File

@ -189,8 +189,6 @@ public:
/// what appears in the minibuffer when opening
virtual std::string const editMessage() const;
///
virtual bool canTrackChanges() const { return true; }
///
virtual void mutateToText();
///
virtual void revealCodes(LCursor & cur) const;

View File

@ -53,13 +53,16 @@ What's new
- Load the tipa package automatically when needed.
- Properly strike out deleted math formulas when change tracking is
active (bug 2214).
- Don't get confused by 0-Characters in MikTeX logfiles anymore
- Always honor the "Requirement" tag in External Template Definitions
- Fix tex2lyx to handle whitespace in front of required arguments (bug 2546)
- Fix tex2lyx to handle whitespace in front of required arguments (bug 2546).
- Update templates and examples to latest file format
- Update templates and examples to latest file format.
* Math editor: