]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/TODO.txt
Add missing revert routine to lyx_2_0.py
[lyx.git] / development / cmake / TODO.txt
index 4a8af92fd20bad716fd82c01da624a5b8aa0405d..32cf54b2924e8a83ae0f8b8901ce1baea29ade28 100644 (file)
@@ -20,14 +20,12 @@ Bug fixing
      This is what I do: copy them from an autotools install into the cmake project.
         Package.cpp and config.h.cmake has to be fixed.
   * check that .tar.gz and .xz are identical to those from autotools
-  * DONE: Fix libintl, LYX_EXTERNAL_LIBINTL=OFF triggers compilation in intl even when LYX_NLS is OFF
-  * *.po are too often generated by Visual Studio 
+  * *.po are too often generated by Visual Studio
+  * show correct values in cmake-gui: write forced to cache
 
 
 Documentation
   * Better documentation, variable naming, more automake-like
-  * what does LYX_DEVEL_VERSION do?
-  * What is the difference with LYX_RELEASE=OFF?
   * how do I specify whether I want debug informations (-g flag) for unix?
 
 
@@ -46,6 +44,7 @@ Features
       - DONE: target for regenaration of lfuns manual would be nice (ie make lfundoc)
       - DONE: target for doxygen generation (ie make doxydoc)
   * DONE: get patch version from configure.ac (regex)
+  * DONE: Automatically generate package dependencies for debian
 
 
 Cleanup