Mercurial > emacs
changeset 70399:8e37e8952f21
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 05 May 2006 12:35:31 +0000 |
parents | 5c3e7e42952a |
children | ecfaf1d192c9 |
files | lisp/ChangeLog man/ChangeLog |
diffstat | 2 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri May 05 12:34:51 2006 +0000 +++ b/lisp/ChangeLog Fri May 05 12:35:31 2006 +0000 @@ -1,3 +1,16 @@ +2006-05-05 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> + + * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload' + argument to avoid the call to `ispell-internal-change-dictionary' + when not needed. + (ispell-change-dictionary): Use this argument and call + `ispell-internal-change-dictionary' after the possible change + to `ispell-local-dictionary'. + (ispell-internal-change-dictionary): Check for a change in + personal dictionary use too. + Cosmetic changes from Agustin Martin + <agustin.martin@hispalinux.es>. + 2006-05-05 Eli Zaretskii <eliz@gnu.org> * startup.el (command-line): On MS-Windows, probe "~", not
--- a/man/ChangeLog Fri May 05 12:34:51 2006 +0000 +++ b/man/ChangeLog Fri May 05 12:35:31 2006 +0000 @@ -1,3 +1,11 @@ +2006-05-05 Eli Zaretskii <eliz@gnu.org> + + * files.texi (File Names): Add a footnote about limited support of + ~USER on MS-Windows. + + * cmdargs.texi (Initial Options): Add a footnote about limited + support of ~USER on MS-Windows. + 2006-05-03 Richard Stallman <rms@gnu.org> * files.texi (Diff Mode): Node moved here.