wenzelm [Fri, 02 Jan 2009 23:12:26 +0100] rev 29327
removed obsolete XML mode;
tuned comments;
tuned;
wenzelm [Fri, 02 Jan 2009 23:01:37 +0100] rev 29326
xsymbols: use plain Symbol.output;
explicit rendering of message body: print mode is always YXML, markup is only observed for singleton text (avoids overlap of inner tokens with certain status messages), test XML markup is outermost (allows Proof General font-lock);
Markup.no_output;
wenzelm [Fri, 02 Jan 2009 22:54:04 +0100] rev 29325
Markup.no_output;
wenzelm [Fri, 02 Jan 2009 22:52:42 +0100] rev 29324
added output;
improved encode_raw: map empty to empty;
tuned;
wenzelm [Fri, 02 Jan 2009 22:42:08 +0100] rev 29323
removed unused add_substring;
back to simple list implementation;
wenzelm [Fri, 02 Jan 2009 22:41:42 +0100] rev 29322
renamed syntax constant "_var" to "_variable", to avoid clash with internal token marker;
wenzelm [Fri, 02 Jan 2009 19:59:26 +0100] rev 29321
removed print mode "PGASCII" -- 7-bit ASCII communication now always enabled;
wenzelm [Fri, 02 Jan 2009 19:38:14 +0100] rev 29320
updated rendering of inner token markup;