mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
* src/support/docstring.h: include <cstring>
* src/frontends/qt4/TocModel.cpp: include <climits> - both needed on Mac OS 10.5.1/Xtools 3.0 (reported by Roger McMurtrie) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21936 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
63602f67db
commit
2aee7c7b38
@ -15,6 +15,7 @@
|
||||
|
||||
#include "debug.h"
|
||||
|
||||
#include <climits>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
#include "support/types.h"
|
||||
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
#include <typeinfo>
|
||||
|
||||
|
@ -106,6 +106,7 @@ What's new
|
||||
- If there exists a local layout file, use the local copy instead of the
|
||||
system one.
|
||||
|
||||
|
||||
* USER INTERFACE:
|
||||
|
||||
- Fix a crash when using bookmarks in insets (bug 4301).
|
||||
@ -197,7 +198,7 @@ What's new
|
||||
- Make sure that the Chapter* layout appears in outline and naviagtion menu
|
||||
(bug 3888).
|
||||
|
||||
- Fix handling of Insert Plain Text dialog cancel
|
||||
- Fix problem after cancelling the Insert Plain Text dialog.
|
||||
|
||||
|
||||
* DOCUMENTATION
|
||||
@ -225,3 +226,5 @@ What's new
|
||||
|
||||
- Make sure that all the files created when compiling are removed by
|
||||
"make clean".
|
||||
|
||||
- Fix build problem on MacOS 10.5.1.
|
||||
|
Loading…
Reference in New Issue
Block a user