fix bug 2361

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@13383 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-03-15 16:05:24 +00:00
parent a4bdff534b
commit 5bd1399946
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2006-03-15 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* symbols: Comment out unused insets
2006-03-11 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* configure.py: fix off-by-one error in version_suffix handling

View File

@ -121,11 +121,9 @@ parbox parbox none
protect protect none
mbox mbox forcetext
newcommand newcommand none
label label none
#label label none
left left none
end end none
fbox fbox none
boxed fbox none
#

View File

@ -50,5 +50,7 @@ What's new
- Fix drawing of inset buttons (bug 2328)
- Fix drawing of \boxed and \fbox in formulas (bug 2361).
* Configuration/Installation: