summaryrefslogtreecommitdiff
path: root/lisp/textmodes/ispell.el
Commit message (Expand)AuthorAgeFilesLines
* Fix errors in flyspell-post-command-hookEli Zaretskii2017-09-191-2/+4
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Avoid using string-to-multibyte in ispell.elReuben Thomas2017-08-241-13/+3
* ; * lisp/textmodes/ispell.el: `subr-x' is only needed at compile time.Noam Postavsky2017-08-201-1/+1
* Add missing requireReuben Thomas2017-08-201-0/+1
* Remove old comments and a redundant FIXMEReuben Thomas2017-08-201-26/+4
* Add Enchant support to ispell.el (Bug#17742)Reuben Thomas2017-08-201-14/+78
* Revert "Add Enchant support to ispell.el (Bug#17742)"Reuben Thomas2017-08-071-65/+14
* Add Enchant support to ispell.el (Bug#17742)Reuben Thomas2017-08-071-14/+65
* ispell.el: use user-error rather than debug-ignored-errorsGlenn Morris2017-04-171-4/+1
* Support in ispell.el multiple dictionaries loaded by HunspellEli Zaretskii2017-03-251-11/+21
* Avoid infloop in 'ispell-region'Eli Zaretskii2017-01-071-1/+8
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Keep default CASECHARS/NOT-CASECHARS for ispell built-in dictionariesReuben Thomas2016-12-211-2/+2
* | Reinstate ispell character offset (bug#25219)Alan Third2016-12-181-1/+4
* | Remove support for aspell < 0.60 (from 2004)Reuben Thomas2016-12-131-19/+16
* | Minor docstring and comment fixes to ispell.elReuben Thomas2016-12-131-2/+2
* | Remove unused variableReuben Thomas2016-12-131-2/+0
* | Remove XEmacs-specific ispell-with-no-warningsReuben Thomas2016-12-131-8/+4
* | Remove meaningless defconst ispell-versionReuben Thomas2016-12-131-10/+3
* | Remove boundp test for always-bound symbolReuben Thomas2016-12-131-2/+1
* | Remove support for ispell < 3.1.12Reuben Thomas2016-12-131-8/+2
* | Remove unused constantReuben Thomas2016-12-131-4/+0
* | Remove support for old versions of supercite and GNUS from ispell.elReuben Thomas2016-12-131-7/+2
* | Remove remaining mentions of XEmacs from ispell.elReuben Thomas2016-12-131-3/+2
* | Remove XEmacs-specific minibuffer handling code from ispell.elReuben Thomas2016-12-131-7/+5
* | Remove XEmacs-specific horizontal scrollbar handling in ispell.elReuben Thomas2016-12-131-8/+2
* | Remove XEmacs-specific code dealing with enable-multibyte-charactersReuben Thomas2016-12-131-16/+3
* | Remove XEmacs-specific code from ispell.elReuben Thomas2016-12-131-45/+10
* | Remove some commented-out codeReuben Thomas2016-12-131-6/+1
* | Remove XEmacs and old Emacs highlighting codeReuben Thomas2016-12-131-19/+3
* | Assume Emacs supports [:alpha:] in regexpsReuben Thomas2016-12-131-33/+22
* | Remove some XEmacs-specific code from ispell.elReuben Thomas2016-12-131-63/+6
* | Generalise over-specific documentationReuben Thomas2016-12-131-3/+1
* | Remove tests for built-in functionsReuben Thomas2016-12-131-20/+12
* | Remove unused ispell-looking-backReuben Thomas2016-12-131-15/+0
* | Assume we have version<= for checking ispell versionReuben Thomas2016-12-131-41/+5
* | Remove ispell.el pre-GNU Emacs commentsReuben Thomas2016-12-131-77/+0
* | Extend dictionary and library-directory handling for IspellLaimonas VÄ—bra2016-10-081-19/+34
* | Prefer grep -E/-F to egrep/fgrepPaul Eggert2016-05-071-9/+5
* | Merge from origin/emacs-25Paul Eggert2016-05-011-1/+1
|\ \ | |/
| * Fix the MSDOS buildEli Zaretskii2016-04-301-1/+1
* | * lisp/textmodes/ispell.el: Compile with lexical-bindingStefan Monnier2016-04-181-109/+104
* | Don't spell-check argument of 'cref' TeX macroMatthew Leach2016-04-161-0/+1
|/
* Expunge "allow" + infinitive without direct object from source and doc.Alan Mackenzie2016-01-241-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Merge branch 'scratch/follow' into emacs-25Alan Mackenzie2015-12-201-8/+71
|\
| * Ispell: Bind isearch-regexp-function to nil around call to isearch..-new-loopAlan Mackenzie2015-12-141-0/+1
| * Enhance ispell-skip-region-alist by generating part of it at runtime.Alan Mackenzie2015-12-141-5/+54