From: Eli Zaretskii Date: Fri, 5 May 2006 12:35:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~2796 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9de0eeda6d8698f3378687797d560eb32aa85e34;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 07531c46810..123f8eb71dd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2006-05-05 Micha,Ak(Bl Cadilhac + + * 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 + . + 2006-05-05 Eli Zaretskii * startup.el (command-line): On MS-Windows, probe "~", not diff --git a/man/ChangeLog b/man/ChangeLog index 3e220fa5f4c..2c7c63c2d2a 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,11 @@ +2006-05-05 Eli Zaretskii + + * 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 * files.texi (Diff Mode): Node moved here.