From b1f13a8a4331c01de10cff16a8f1ded8030c89a8 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 26 Jul 2012 18:30:45 -0400 Subject: Updated migration guide; doc/14_Appendix.md --- doc/14_Appendix.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md index d6e8e344..0c1d98ed 100644 --- a/doc/14_Appendix.md +++ b/doc/14_Appendix.md @@ -362,6 +362,8 @@ properties: `buffer.lexer_language = language_name` * `buffer:style_get_font(style_num)` -> `buffer.style_font[style_num]` +These changes will affect custom themes. + ##### `goto_required` `_M.lua.goto_required()`, `_M.php.goto_required()`, and @@ -370,8 +372,8 @@ projects re-define or define their own search paths. ##### `prepare_for_save` -`_M.textadept.editing.prepare_for_save()` moved directly into an event handler -and cannot be called separately anymore. +`_M.textadept.editing.prepare_for_save()` was moved directly into an event +handler and cannot be called separately anymore. ##### Sessions -- cgit v1.2.3