2005-10-16 Norbert Koch <viteno@xemacs.org> * Makefile (VERSION): XEmacs package 1.32 released. 2005-10-15 Adrian Aichner <adrian@xemacs.org> * ispell.el (ispell-buffer-local-dict): Patch submitted by Mike FABIAN to fix following bug: "when you change the dictionary once, ispell is killed and rerun everytime you invoke it"; originally suggested verbatim by Fabrice Popineau. See also: http://bugzilla.novell.com/show_bug.cgi?id=106703. 2005-02-13 Norbert Koch <viteno@xemacs.org> * Makefile (VERSION): XEmacs package 1.31 released. 2005-02-13 Michael Sperber <mike@xemacs.org> * ispell.el (ispell-command-loop): Don't rely on `save-window-excursion' to preserve window identity. This makes r)eplace work on XEmacs 21.5. 2005-01-23 Norbert Koch <viteno@xemacs.org> * Makefile (VERSION): XEmacs package 1.30 released. 2005-01-14 Aidan Kehoe <kehoea@parhasard.net> * ispell.el (ispell-change-dictionary): Don't necessarily nuke ispell-dictionary on every call from ispell-buffer-local-dict. This allows the advertised method of defaulting the dictionary-- (setq ispell-dictionary "language-name") --to actually work. 2004-01-14 Norbert Koch <viteno@xemacs.org> * Makefile (VERSION): XEmacs package 1.29 released. 2004-01-08 Jerry James <james@xemacs.org> * ispell.el (ispell-library-path): Do not look for the ispell executable at compile time. 2003-12-31 Norbert Koch <viteno@xemacs.org> * Makefile (VERSION): XEmacs package 1.28 released. 2003-12-31 Ville Skyttä <scop@xemacs.org> * Makefile (AUTHOR_VERSION): This is upstream 3.6. 2003-12-30 Norbert Koch <viteno@xemacs.org> * Makefile (VERSION): XEmacs package 1.27 released. 2003-12-20 Jerry James <james@xemacs.org> * ispell.el: Upgrade to version 3.6 from Ken Stevens <k.stevens@ieee.org>. 2003-11-02 Norbert Koch <viteno@xemacs.org> * Makefile (VERSION): XEmacs package 1.26 released. 2003-11-01 Ville Skyttä <scop@xemacs.org> * Makefile (AUTHOR_VERSION): This is 3.3. 2003-10-31 Norbert Koch <viteno@xemacs.org> * Makefile (VERSION): XEmacs package 1.25 released. 2003-03-09 Ben Wing <ben@xemacs.org> * Makefile: Delete explicit compile:: and binkit: rules. Don't add custom-load.elc to the list of generated elc's. Use STANDARD_DOCS instead of explicitly giving the targets and dependencies. 2002-11-29 Ben Wing <ben@xemacs.org> * .cvsignore: Remove files now handled automatically by CVS. * Makefile: Use `compile' instead of hard-coded `all'. 2002-10-15 Ville Skyttä <scop@xemacs.org> * Makefile (srckit): Remove. 2002-10-14 Ville Skyttä <scop@xemacs.org> * Makefile (MANUAL): Removed (unused). 2002-07-16 Adrian Aichner <adrian@xemacs.org> * .cvsignore: Add generated .info* and .html files. 2002-01-07 Adrian Aichner <adrian@xemacs.org> * Makefile (HTML_FILES): New. * Makefile (HTML_DEP): New. 2001-08-02 Robert Pluim <rpluim@bigfoot.com> * ispell.el (ispell-command-loop): check for scrollbar support before using them. 2000-10-26 Jonathan Marten <jonathan.marten@uk.sun.com> * ispell.el (ispell-command-loop): suppress horizontal scroll bar in choices window. 2000-10-05 Martin Buchholz <martin@xemacs.org> * *: Mega typo fix. 2000-07-27 Ben Wing <ben@xemacs.org> * ispell.el (ispell-menu-xemacs): rewrite using filter. (ispell-library-path): don't establish at load time, but at init time, to make sure the library can be both compiled and required without an ispell exe present. 1999-12-15 Gunnar Evermann <ge204@eng.cam.ac.uk> * ispell.el (ispell-kill-ispell): In XEmacs sleep-for takes only one argument. 1999-11-30 Andreas Jaeger <aj@suse.de> * ispell.el: Added version 3.3 from Ken Stevens <k.stevens@ieee.org>. 1999-11-27 Andreas Jaeger <aj@suse.de> * ispell.el (ispell-xemacs): Autoload it. 1999-09-29 Didier Verna <didier@xemacs.org> * ispell.el (ispell-xemacs): new variable. (ispell-menu-map-needed): use it. (ispell-help): ditto. (ispell-highlight-spelling-error): ditto. (ispell-overlay-window): ditto. (ispell-enable-multibyte-characters): new function. (ispell-decode-string): use it. (ispell-init-process): ditto. 1999-07-22 SL Baur <steve@miho> * ispell.el (ispell-kill-ispell): sleep-for only takes one parameter. From Steve Carney <carney@altavista.com> 1999-05-13 SL Baur <steve@gneiss.etl.go.jp> * ispell.el: Synch with ispell-3.2. (ispell-local-dictionary-alist): Autoload. 1998-12-09 SL Baur <steve@altair.xemacs.org> * Sync with ispell-3.1. 1998-09-15 Jan Vroonhof <vroonhof@math.ethz.ch> * ispell.el (ispell-parse-output): Return guesses in the same order as ispell. 1998-09-06 Didier Verna <verna@inf.enst.fr> * ispell.el: changed *-latin-* symbols to *-8859-* so that ispell can find the related coding systems. 1998-04-01 SL Baur <steve@altair.xemacs.org> * ispell.el (ispell-highlight-spelling-error): Fix typo in version detection regexp. 1998-03-21 SL Baur <steve@altair.xemacs.org> * ispell.el-3.0 1998-03-09 Carsten Leonhardt <leo@arioch.oche.de> * ispell.el: don't try to set up menus in XEmacs if they are not supported 1998-02-25 SL Baur <steve@altair.xemacs.org> * ispell.texi: add direntry section. * ispell.el: New variable `ispell-int-char' for XEmacs 20. (ispell-command-loop): Use it. 1998-01-25 SL Baur <steve@altair.xemacs.org> * Makefile (VERSION): Update to package standard 1.0. 1998-01-12 SL Baur <steve@altair.xemacs.org> * Makefile: Update to newer package interface. 1998-01-03 SL Baur <steve@altair.xemacs.org> * Makefile: Update to newer package interface. 1997-12-30 SL Baur <steve@altair.xemacs.org> * Makefile: Fix info installation typos. 1997-12-24 SL Baur <steve@altair.xemacs.org> * Makefile: Created.