From: Chong Yidong Date: Sat, 6 Sep 2008 20:07:40 +0000 (+0000) Subject: * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the X-Git-Tag: emacs-pretest-23.0.90~2986 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=269feb23db62b0535b0088eb3325ad385f1d269b;p=emacs.git * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the user enters a mouse event in another frame, or a special event. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 71c10d6ceb8..a3b2a16b216 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -11,6 +11,9 @@ 2008-09-06 Chong Yidong + * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the + user enters a mouse event in another frame, or a special event. + * server.el (server-switch-buffer): New arg. (server-execute): If reusing an existing window, set file position if required.