log lisp/textmodes/ispell.el @ 112453:06719a229a46 default tip

age author description
Sat, 15 Jan 2011 18:21:30 -0800 Glenn Morris Refill some copyright headers.
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Mon, 08 Nov 2010 21:33:07 -0800 Glenn Morris Replace still more end-of-line etc with line-end-position, etc.
Sat, 06 Nov 2010 18:36:33 -0700 Glenn Morris Replace end-of-line, save-excursion etc with point-at-eol, point-at-bol.
Wed, 03 Nov 2010 00:42:27 -0700 Glenn Morris Silence ispell.el compilation.
Sun, 31 Oct 2010 22:55:40 -0700 Glenn Morris * lisp/textmodes/ispell.el (comment-add): Declare.
Mon, 18 Oct 2010 18:01:43 +0200 Agustin Martin ispell.el (ispell-aspell-find-dictionary): Fix aspell data file search (bug#7230).
Mon, 20 Sep 2010 16:15:27 +0200 Stefan Monnier * lisp/textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
Mon, 20 Sep 2010 13:53:42 +0200 Stefan Monnier * lisp/textmodes/ispell.el: Fix commenting convention.
Fri, 10 Sep 2010 13:20:51 +0200 Agustin martin ispell.el: Improve comments. XEmacs compatibility changes.
Wed, 08 Sep 2010 16:54:00 +0200 Agustin martin textmodes/ispell.el (ispell-valid-dictionary-list): Simplify logic.
Tue, 07 Sep 2010 20:01:23 +0200 Agustin martin Make sure original ispell arg list is initialized in (ispell-start-process).
Sat, 04 Sep 2010 20:47:29 +0200 Stefan Monnier Avoid global recursive calls to kill-buffer-hooks, and fit into 80 cols.