2002-08-30  Christoph Wedler  <wedler@users.sourceforge.net>

	* X-Symbol 4.4.3-beta.

 * Token language `sgml': always encode characters to
   entity references by default.  Not possible with most
   Latin-N chars, where we still use character entities.
   Token classes symbol and noname replace class non-l1.
 * Token languages `tex'/`bibtex': support some symbols of
   package "stmaryrd", i.e., add \bigsqcap, use \llbracket,
   \rrbracket, \llparenthesis, \rrparenthesis instead
   \lsemantics, \rsemantics, \lcata, \rcata.
 * Include xml-mode, hm--html-mode and html-helper-mode as
   typical major-modes for token language sgml.
 * Change the auto-style, formerly auto-mode, mechanism.
   Introduce language-specific auto-styles to make the
   registration of external language easier.
 * New input method QUAIL, a usual Mule input method.
 * Slightly changed/extended contexts and keybindings,
   allow digits in contexts.
 * Allow to use "Turkish" encoding on XEmacs/NT which is
   the same as Latin-5.  Since "Central European" is not
   the same as Latin-2, there is still no support there for
   iso8859-2, iso8859-3, and xsymb1 characters.
 * Super-/subscript matching of token languages has
   changed: languages specify a matcher functions, not
   extra font-lock keywords anymore.
 * font-lock keywords are not language specific anymore,
   matching is independent of whether to use faces or
   Emacs-21's display properties `raise', `height', and
   `invisible' with the new font-lock of Emacs-21.4.
 * Make it possibible to compile language files without
   package X-Symbol, useful for external languages.
 * Some language accesses are optional now.
 * Make it easier to set fonts.
 * Makefile for Emacs, manual uses variables for references
   to the Emacs/XEmacs Manual, AucTeX, RefTeX etc.

2002-07-08  Christoph Wedler  <wedler@users.sourceforge.net>

	* X-Symbol 4.4.2-beta.

 * Bug fix: would mess up encoding of math-mode characters
   with token language bib, or more generally, of tokens
   with a non-nil shape in a language using the default
   encode function.  Fortunately with an error message...
 * Make it easier to change the font size.

2002-06-20  Christoph Wedler  <wedler@users.sourceforge.net>

	* X-Symbol 4.4.1-beta.

 * Image support when running on Emacs.
 * Would signal error with XEmacs-21.1.
 * X-Symbol's auto-conversion can be based on corrected
   version of package format, in Emacs-21.4.

2002-06-07  Christoph Wedler  <wedler@users.sourceforge.net>

	* X-Symbol 4.4-beta.

 * Updated manual.  "X-Symbol Internals" still outdated.
 * Make X-Symbol really work with WhizzyTeX, see 4.3.3.
 * Various minor changes.

2002-05-16  Christoph Wedler  <wedler@users.sourceforge.net>

	* X-Symbol 4.3.3-beta.

 * Separate unique decoding from 8bit encoding, it is
   independent.  Make safer for undefined latin charsets.
 * Would break WhizzyTeX, i.e., would ignore annotations of
   previous functions in write-region-annotate-functions.
 * Would always show the charsym names in menus.
 * Menu reorganization: "Conversion" submenu, radio options.
 * Interactive conversion with and without recoding.
 * Would not decode @{ and @} in texi.
 * Define the 7 unused character in latin-3 as unused, for
   recoding.

2002-04-26  Christoph Wedler  <wedler@users.sourceforge.net>

	* X-Symbol 4.3.2-alpha.

 * Latin-9 support.  Latin-9 font included in distribution.
   Cannot be used as default coding on XEmacs before v21.5.
 * Works with XEmacs-21.4+ on MS-Windows.  Of course, it
   just supports a limited number of characters and no
   super- and subscripts there due to missing fonts.
 * LaTeX buffers inherit the 8bit encoding from `TeX-master'
   if not disabled via `x-symbol-tex-use-master-coding'.
 * Safety improvements if not all Latin charsets are
   supported: unique decoding, modeline additition,...
 * Changed final bytes of ISO 2022 escape sequence for
   X-Symbol charsets since Emacs reserves the characters
   [0-9] for itself.  XEmacs also uses [?].
 * Info for token: unify classes inputenc and new-inputenc.
 * Dropped workaround for list-mode bug in XEmacs-20.X.

2002-04-23  Christoph Wedler  <wedler@users.sourceforge.net>

	* X-Symbol 4.3.1-alpha.

 * Would not be able to turn on X-Symbol in _region_.tex if
   created from a buffer where X-Symbol was never turned on.
 * In XEmacs, would set standard default font according to
   buffer default font where X-Symbol was first initialized.
 * In XEmacs, again specify :size for `x-symbol-info-face',
   would get huge fonts otherwise in some situations.
 * In XEmacs, allow button3 on modeline to enable X-Symbol
   before X-Symbol has been initialized.
 * Encoding characters with an odd number of preceeding
   escape chars induce an additional space.  E.g., in tex,
   "\"+`arrowright' is encoded to "\ \to" instead "\\to".
 * Internal: unify before-context and escape-char handling.

2002-04-17  Christoph Wedler  <wedler@users.sourceforge.net>

	* X-Symbol 4.2.3-alpha.

 * Corrected input method TOKEN for TeX, and READ TOKEN.
 * New commands "Copy Encoded" and "Paste Decoded", in menu.
 * New value `unique' for `x-symbol-8bits' is now also used
   for input method token, and automatically set, in menu.
 * Use 8bit if 8bit chars are in the file originally.
 * Internal: extra language access for input method TOKEN.

2002-04-15  Christoph Wedler  <wedler@users.sourceforge.net>

	* X-Symbol 4.2.2-alpha.

 * New token language "BibTeX macro" (bib), similar to old
   "TeX macro" (tex).
 * Changes in token language (tex): deleted \slash, \ldots,
   \vdots back to math-mode, but with info "gobbles space".
 * Deleted token language (utex), instead: new value
   `unique' for `x-symbol-8bits' which is more general.
 * The interface for defining a token language has changed,
   it is also much more general, useful for ProofGeneral.
 * Nuked executables, the lisp conversion for all languages
   is now 2-5 times faster.
 * Special coding for preview-latex.  Using X-Symbol now
   only gives a 10% overhead of preview's parsing time.

2002-03-28  Christoph Wedler  <wedler@users.sourceforge.net>

	* X-Symbol 4.2.1-alpha.

 * Token language TeX has changed, special conversion: no
   exessive use of braces anymore, no excessive
   normalization, much faster, and aware of {tabbing},
   {verbatim} and \verb.
 * Reading and saving old files should work without TeX code
   change except for \ldots, \vdots, \angle, \slash: they are
   space-aware.
 * Removed unwanted braces around accented chars and other
   text-mode TeX macros via M-x x-symbol-conv-decode-old-tex
   RET.
 * Other TeX macro changes: added \texteuro, corrected \^\j,
   nuked alternatives \lbrace, \rbrace, \Vert.

	* X-Symbol (sync w/ v3.4.2).

 * Would signal error during encoding when executables are
   enabled.

2002-03-21  Christoph Wedler  <wedler@users.sourceforge.net>

	* X-Symbol 4.1.1-beta (sync w/ v3.4.1).

 * Corrected and better "locale" handling.

2002-03-12  Christoph Wedler  <wedler@users.sourceforge.net>

	* X-Symbol 4.1-beta (sync w/ v3.4).

 * Moved to SourceForge.net.
 * Bug fix: writing a remote file via ange-ftp would not work.
 * Automatically deduce default coding via "locale -ck LC_CTYPE".

2002-01-09  Christoph Wedler  <wedler@fmi.uni-passau.de>

	* X-Symbol 4.0h/beta (sync w/ v3.3i).
	
 * Bug fix write-region would always save the whole buffer
   if X-Symbol is enabled for that buffer.

2001-12-09  Christoph Wedler  <wedler@fmi.uni-passau.de>

	* X-Symbol 4.0g/beta (sync w/ v3.3h).

 * isearch+KEYBOARD also work in Emacs, isearch+MENU/GRID
   still fails.
 * Super-/subscript commands are also invisible in Emacs on Unix.
 * Dropped support for Emacs-20.
 * Make sure to convert just the first part of a multi-part image.
 * Don't define `locate-data-directory', interference with
   ps-print on Emacs.
 * New characters zero1 to nine1 for language "Isabelle Symbol".
 * Better support for other packages, preview-latex.
 * Miscellaneous.

2001-07-24  Christoph Wedler  <wedler@fmi.uni-passau.de>

	* X-Symbol 4.0f/beta (sync w/ v3.3g)

 * Distributed with latin-3 font which also works on
   Emacs/Windows.
 * Distributed empty font for super-/subscripts on Emacs.
 * Binary distribution with generated super- and subscript
   bdf files for Emacs/Windows.
 * Show super- and subscripts in TeX's math region also on
   Emacs.
 * When saving, ask for coding system less often (Emacs-21.0.104+).
 * Show correct double separator lines on Windows (Emacs-21.0.104+).
 * Corrected syntax def for cataleft/cataright as matching parens.
 * Adopted image converter recognition to newer releases of
   ImageMagick.

2001-06-19  Christoph Wedler  <wedler@fmi.uni-passau.de>

	* X-Symbol 4.0e/beta (sync w/ v3.3f).

 * Workaround for global-flyspell-mode.
 * Integration of package "completion".
 * Warning when using XEmacs-21.0 to XEmacs-21.1.8
 * Easier installation when using Emacs-21.0 on MS-Windows.
        
2000-11-22  Christoph Wedler  <wedler@fmi.uni-passau.de>

	* X-Symbol 4.0d/beta.

 * Make the highlighting in the grid buffer look nicer with Emacs.

2000-10-26  Christoph Wedler  <wedler@fmi.uni-passau.de>

	* X-Symbol 4.0c/beta.

 * Token language "TeXinfo command".
 * Slightly different definition of "valid character".
 * Minor changes.

2000-10-13  Christoph Wedler  <wedler@fmi.uni-passau.de>

	* X-Symbol 4.0b/beta (sync w/ v3.3e).

 * In XEmacs, the grid looks the same as with the stable version.
 * Remove the "local if set" and "default: ..." submenu stuff.

2000-09-14  Christoph Wedler  <wedler@fmi.uni-passau.de>

	* X-Symbol 4.0a/beta.

 * Distribution contains the right files.

2000-09-03  Christoph Wedler  <wedler@fmi.uni-passau.de>

	* X-Symbol 4.0/beta (sync w/ v3.3d).

### Local Variables:
### filladapt-mode: t
### left-margin: 0
### fill-column: 59
### End:
