summaryrefslogtreecommitdiff
path: root/lisp/textmodes/ispell.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2006-11-071-6/+6
|\
| * (ispell, ispell-local-dictionary-alist, ispell-help): Fix typos in docstrings.Juanma Barranquero2006-11-061-6/+6
* | Merge from emacs--devo--0Miles Bader2006-10-031-2/+3
|\ \ | |/
| * * textmodes/ispell.el (ispell-change-dictionary): Don't check theChong Yidong2006-09-231-2/+3
* | Merge from emacs--devo--0Miles Bader2006-08-031-2/+8
|\ \ | |/
| * (ispell-word): If we replace the word, move point to the end.Richard M. Stallman2006-07-261-2/+8
* | Merge from emacs--devo--0Miles Bader2006-06-171-10/+2
|\ \ | |/
| * (ispell-kill-ispell): If ispell has beenKim F. Storm2006-06-091-10/+2
* | Merge from emacs--devo--0Miles Bader2006-06-071-6/+9
|\ \ | |/
| * (ispell-format-word): Make this the alias for the following variable.Roland Winkler2006-05-211-6/+9
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60Miles Bader2006-05-101-13/+17
|\ \ | |/
| * (ispell-buffer-local-dict): Add a `no-reload' argument to avoid the call toEli Zaretskii2006-05-051-13/+17
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-54Miles Bader2006-04-091-0/+2
|\ \ | |/
| * * subr.el (string-or-null-p): New function.Reiner Steib2006-04-061-1/+1
| * * files.el: Move some `safe-local-variable' declarations to theReiner Steib2006-04-061-0/+2
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-46Miles Bader2006-03-191-3/+4
|\ \ | |/
| * (ispell-skip-region-alist): Add "_+" to the part that matches email addresses,Eli Zaretskii2006-03-181-3/+4
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-43Miles Bader2006-03-131-7/+11
|\ \ | |/
| * (ispell-find-aspell-dictionaries): Add aliases before merging elements from theEli Zaretskii2006-03-111-7/+10
| * (ispell-menu-map-needed) [ispell-message]: Be visible only if major modeEli Zaretskii2006-03-111-0/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-21Miles Bader2006-02-221-8/+4
|\ \ | |/
| * (ispell-local-dictionary-alist): Accept as valid any coding-systemEli Zaretskii2006-02-171-7/+3
| * (ispell-change-dictionary): Call ispell-buffer-local-dict instead ofEli Zaretskii2006-02-171-1/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-9Miles Bader2006-02-011-1/+3
|\ \ | |/
| * (ispell-find-aspell-dictionaries): If no English aspell dictionary isEli Zaretskii2006-01-271-1/+3
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-67/+95
|\ \ | |/
| * (ispell-internal-change-dictionary, ispell-change-dictionary):Stefan Monnier2006-01-151-17/+3
| * (ispell-kill-ispell): Run new hook ispell-kill-ispell-hook.Stefan Monnier2006-01-151-1/+4
| * (ispell-init-process): Include the used dictionary in ispell processEli Zaretskii2006-01-131-3/+17
| * (ispell-current-personal-dictionary): New variable.Richard M. Stallman2005-12-161-14/+24
| * (ispell-highlight-spelling-error-overlay):Juri Linkov2005-12-091-3/+5
| * (ispell-command-loop): Change `i' description not to assume itRichard M. Stallman2005-11-031-2/+1
| * (ispell-dictionary-alist-5): Add . as boundarychar for Polish.Richard M. Stallman2005-10-301-4/+4
| * (ispell-local-dictionary-overridden): Fix theRichard M. Stallman2005-10-231-38/+52
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-91Miles Bader2005-10-151-1/+1
|\ \ | |/
| * (ispell-check-version): Fix last change.Romain Francoise2005-10-091-1/+0
| * (ispell-check-version):Richard M. Stallman2005-10-081-0/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-88Miles Bader2005-10-071-2/+2
|\ \ | |/
| * (ispell-word, ispell-region): Call ispell-maybe-find-aspell-dictionaries.Richard M. Stallman2005-10-041-1/+2
| * (ispell-find-aspell-dictionaries): Remove interactive spec.Stefan Monnier2005-10-031-1/+0
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-85Miles Bader2005-09-251-7/+12
|\ \ | |/
| * (ispell-maybe-find-aspell-dictionaries): New function, code extracted fromEli Zaretskii2005-09-241-7/+12
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82Miles Bader2005-09-191-6/+15
|\ \ | |/
| * Message format spec fixes (2)Deepak Goel2005-09-181-2/+2
| * (ispell-aspell-supports-utf8): New variable.Eli Zaretskii2005-09-171-4/+13
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-81Miles Bader2005-09-111-1/+4
|\ \ | |/
| * (ispell-check-version): Signal an error if aspell version is less than 0.60.Eli Zaretskii2005-09-101-1/+4
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-79Miles Bader2005-09-061-2/+4
|\ \ | |/
| * (mail-yank-prefix): Add defvar.Juanma Barranquero2005-08-311-2/+4
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-37/+125
|\ \ | |/