summaryrefslogtreecommitdiff
path: root/lisp/textmodes/ispell.el
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* * textmodes/ispell.el (ispell-message-text-end): Remove final newlineJuri Linkov2010-02-031-1/+1
* Fix typos in docstrings.Juanma Barranquero2010-01-141-9/+9
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * textmodes/ispell.el (ispell-skip-region-alist):Dan Nicolaescu2009-11-121-1/+1
* * textmodes/tex-mode.el (tex-alt-dvi-print-command)Dan Nicolaescu2009-11-061-2/+3
* * puresize.h (BASE_PURESIZE): Increase to 1470000.Dan Nicolaescu2009-10-301-6/+6
* * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnishChong Yidong2009-10-231-0/+4
* * puresize.h (BASE_PURESIZE): Increase to 1430000.Dan Nicolaescu2009-10-231-28/+28
* Jari Aalto <jari.aalto at cante.net>Glenn Morris2009-10-171-1/+2
* Fix typos.Juanma Barranquero2009-09-241-1/+1
* (ispell-command-loop): Improve last fix, using the new read-key function.Stefan Monnier2009-09-131-4/+1
* * textmodes/ispell.el (ispell-command-loop): Convert keys such asChong Yidong2009-09-131-0/+3
* (ispell-accept-output, ispell-command-loop): Use with-current-buffer.Stefan Monnier2009-08-291-9/+5
* * textmodes/ispell.el (ispell-check-version, ispell-send-string):Stefan Monnier2009-08-281-12/+8
* (ispell-looking-back): Update declaration.Glenn Morris2009-07-211-1/+2
* ispell.el: Add `ispell-looking-back' XEmacs compatibility function for `looki...Agustín Martín2009-06-251-2/+18
* (ispell-local-dictionary): Doc fix.Glenn Morris2009-06-231-1/+1
* ispell.el: Make `ispell-dictionary' customizable (#2555)Agustín Martín2009-06-091-3/+6
* * textmodes/ispell.el (ispell-check-version): Handle dashes inChong Yidong2009-05-241-2/+2
* ispell.el (ispell-get-word): Initialize spellchecker params.Agustín Martín2009-03-131-0/+1
* * textmodes/ispell.el (ispell-region): Adapt "done" messageJuanma Barranquero2009-02-241-1/+1
* (ispell-insert-word): Use `with-no-warnings' around forms that referEli Zaretskii2009-02-141-5/+6
* (ispell-find-aspell-dictionaries): Use aspell default dict.Agustín Martín2009-01-201-4/+1
* Protect against declare-function undefined in xemacs.Agustín Martín2009-01-161-5/+10
* * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)Juanma Barranquero2009-01-091-16/+16
* ispell.el (ispell-encoding8-command): New variableAgustín Martín2009-01-081-18/+28
* (ispell-check-minver): Declare.Glenn Morris2009-01-081-2/+4