summaryrefslogtreecommitdiff
path: root/lisp/textmodes/ispell.el
Commit message (Expand)AuthorAgeFilesLines
...
* textmodes/ispell.el: Fix variable name. Show spellchecker on process start.Agustín Martín2012-05-281-3/+4
* * lisp/textmodes/flyspell.el: Commenting style, plus code simplifications.Stefan Monnier2012-05-181-23/+24
* ispell.el,flyspell.el: Preserve session localwords when switching back buffers.Agustín Martín2012-04-231-4/+22
* Remove obsolete usage of (ispell-insert-word)Agustín Martín2012-04-231-13/+3
* (ispell-dictionary-base-alist): Revert to original XEmacs friendly default va...Agustín Martín2012-04-161-3/+3
* ispell.el (ispell-set-spellchecker-params): Make dicts use [:alpha:] ifAgustín Martín2012-04-161-4/+28
* Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.orgGlenn Morris2012-04-131-1/+2
|\
| * Support Hebrew spell-checking in ispell.el.Eli Zaretskii2012-04-081-1/+2
* | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-27/+27
* | Fix invocation of Hunspell by ispell.el.Eli Zaretskii2012-04-081-4/+7
|/
* ispell.el (ispell-get-extended-character-mode): Make sure extended-character-...Agustín Martín2012-03-301-2/+4
* Spelling fixes.Paul Eggert2012-03-281-1/+1
* Fix doc strings in ispell.el/.Eli Zaretskii2012-03-171-41/+46
* Improve error message in ispell-get-decoded-string.Eli Zaretskii2012-03-171-1/+2
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-041-2/+2
* Spelling fixes.Paul Eggert2011-11-261-2/+3
* Fix typos.Juanma Barranquero2011-11-161-1/+1
* Fix typos.Juanma Barranquero2011-11-141-1/+1
* Spelling fixes.Paul Eggert2011-11-121-1/+1
* Fix more minor mode docstrings.Chong Yidong2011-10-191-7/+13
* * lisp/textmodes/ispell.el (ispell-word): Add to the error messageJuri Linkov2011-09-171-2/+6
* * lisp/textmodes/ispell.el (ispell-command-loop): Add newlineJuri Linkov2011-08-251-1/+1
* ispell.el (ispell-add-per-file-word-list): Use `concat' to create string for ...Agustín Martín2011-05-031-1/+1
* ispell.el (ispell-add-per-file-word-list): Protect against `nil' value of `c...Agustín Martín2011-05-031-8/+12
* * lisp/textmodes/ispell.el (lookup-words): Use with-temp-buffer; signalStefan Monnier2011-05-021-39/+33
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Refill some copyright headers.Glenn Morris2011-01-151-1/+2
* Merge from emacs-23Stefan Monnier2011-01-141-2/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Replace still more end-of-line etc with line-end-position, etc.Glenn Morris2010-11-081-2/+1
* | Replace end-of-line, save-excursion etc with point-at-eol, point-at-bol.Glenn Morris2010-11-061-4/+4
* | Silence ispell.el compilation.Glenn Morris2010-11-031-2/+4
* | * lisp/textmodes/ispell.el (comment-add): Declare.Glenn Morris2010-10-311-2/+5
* | ispell.el (ispell-aspell-find-dictionary): Fix aspell data file search (bug#7...Agustín Martín2010-10-181-14/+25
* | * lisp/textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'Stefan Monnier2010-09-201-21/+24
* | * lisp/textmodes/ispell.el: Fix commenting convention.Stefan Monnier2010-09-201-85/+54
* | ispell.el: Improve comments. XEmacs compatibility changes.Agustín Martín2010-09-101-14/+19
* | textmodes/ispell.el (ispell-valid-dictionary-list): Simplify logic.Agustín Martín2010-09-081-11/+9
* | Make sure original ispell arg list is initialized in (ispell-start-process).Agustín Martín2010-09-071-3/+4
* | Avoid global recursive calls to kill-buffer-hooks, and fit into 80 cols.Stefan Monnier2010-09-041-92/+102
* | ispell.el: better `default-directory' and kill-ispell-on-exit handlingAgustín Martín2010-09-021-73/+94
* | Improve ispell.el word completion handling. Agustín Martín2010-07-071-17/+28
* | ispell.el (ispell-init-process): Make sure ispell and default directories are...Agustín Martín2010-06-251-3/+3
* | ispell.el (ispell-aspell-find-dictionary): Fix regexp for full xx_YY search.Agustín Martín2010-06-171-2/+2
* | ispell.el: Fix portuguese casechars/not-casechars for missing 'çÇ'. (bug#64...Agustín Martín2010-06-161-2/+2
* | Do not ispell-kill-ispell over and over when spellchecking minibuffer contents.Agustín Martín2010-05-131-3/+14
* | ispell.el: Kill ispell process when killing its associated buffer.Agustín Martín2010-04-271-1/+11
* | ispell.el (ispell-init-process): Fix personal dictionary condition in default...Agustín Martín2010-04-271-3/+5
|/