TODO ==== + Finish plugins migration, including collab and develop. + --enable-plugins=auto for all plugins that have satisfied deps? + Ensure building on win32 works. + Ensure building on OSX works. + Support tests. Done ---- - Support EMBEDDED_TARGET stuff and EMBEDDED_MENUBUTTON - Export-only plugins need not link to libgsf. - Find out whether xhtml plugin still relevant -- it is, renamed to `mht'. - Check for config.h dependencies and include in the relevant files. - Support embedded/minimal configuration: spell, print, statusbar (check abiword/abi-embedded.m4) - Support gucharmap - Install strings files and abiword icon. - Fold ap_types.h into FV_View. Merge TODO ---------- + svn rename abiword/src/wp/impexp/unix src/wp/impexp/gtk + svn rename abiword/src/wp/ap/unix src/wp/ap/gtk + svn rename abiword/src/af/ev/unix src/af/ev/gtk + svn rename abiword/src/af/xap/unix src/af/xap/gtk + svn rename abiword/src/af/gr/unix src/af/gr/gtk + svn rename abiword/src/fmt/unix src/text/fmt/gtk + rename all .mm files to .cpp and get rid of the symlinking + renamed xsl-fo plugin to xslfo + renamed xhtml plugin to mht After merge cleanup ------------------- + Get rid of all ABI_BUILD_VERSION instances and use VERSION or PACKAGE_VERSION instead. + Move goffice-bits to src/other/goffice? More optional cleanups + Check for redundancy: XP_SIMPLE_MENU/ap_Menu_Layouts_Embedded.h, XP_SIMPLE_TOOLBAR + In the abiword source tree move af_UnixStockIcons.* to src/af/ev/unix and the included toolbar XPMs to src/af/ev/xp for consistency. Or, even better, move the stuff that depends on WP away from AF. Win32 ----- + svn move abiword-extras/AbiWord.exe.MANIFEST to abiword/ and fix include path + check whether using / in ap_Win32Res_Icons.rc2 paths works on win32 -> jordimas will fix for win32/VC