Author: uwestoehr Date: Fri Jun 17 15:53:42 2011 New Revision: 39128 URL: http://www.lyx.org/trac/changeset/39128
Log: Makefile.am: distribute the autocorrection file (backport of r39116), thanks Enrico Modified: lyx-devel/branches/BRANCH_2_0_X/lib/Makefile.am lyx-devel/branches/BRANCH_2_0_X/status.20x Modified: lyx-devel/branches/BRANCH_2_0_X/lib/Makefile.am ============================================================================== --- lyx-devel/branches/BRANCH_2_0_X/lib/Makefile.am Fri Jun 17 06:45:21 2011 (r39127) +++ lyx-devel/branches/BRANCH_2_0_X/lib/Makefile.am Fri Jun 17 15:53:42 2011 (r39128) @@ -4,8 +4,9 @@ CHMOD = chmod -dist_pkgdata_DATA = CREDITS chkconfig.ltx external_templates encodings \ - layouttranslations languages symbols syntax.default unicodesymbols +dist_pkgdata_DATA = CREDITS autocorrect chkconfig.ltx external_templates \ + encodings layouttranslations languages symbols syntax.default \ + unicodesymbols # Note that we "chmod 755" manually this file in install-data-hook. dist_pkgdata_PYTHON = configure.py Modified: lyx-devel/branches/BRANCH_2_0_X/status.20x ============================================================================== --- lyx-devel/branches/BRANCH_2_0_X/status.20x Fri Jun 17 06:45:21 2011 (r39127) +++ lyx-devel/branches/BRANCH_2_0_X/status.20x Fri Jun 17 15:53:42 2011 (r39128) @@ -166,6 +166,8 @@ - Fix problem that LyX complained about unkown flexible insets after changing the document settings (bug 7630). +- Enable the autocorrection option for math. + * ADVANCED FIND AND REPLACE
