mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 14:32:04 +00:00
1070702ea4
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3255 a592a061-630c-0410-9148-cb99ea01b6c8
20 lines
572 B
Plaintext
20 lines
572 B
Plaintext
2001-12-19 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
|
|
|
* LyXImage.h: do not include <config.h> in header files
|
|
|
|
2001-06-14 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
* LyXImage.C:
|
|
* LyXImage_X.C: removed // -*- C++ -*- as first line.
|
|
|
|
2001-01-21 Baruch Even <baruch@ev-en.org>
|
|
|
|
* LyXImage.h:
|
|
* LyXImage.C: Removal of the #pragma interface/implementation because of
|
|
bad interaction with the inclusion of the real implementation, it resulted
|
|
in errors while linking.
|
|
|
|
* LyXImage_X.h:
|
|
* LyXImage_X.C: Stored the width and height of the image in the image
|
|
object.
|