# HG changeset patch # User Eli Zaretskii # Date 1146832531 0 # Node ID 8e37e8952f210b998b93dba28fe33144ae7fea8a # Parent 5c3e7e42952ad618735a545ec095cbd7157d163d *** empty log message *** diff -r 5c3e7e42952a -r 8e37e8952f21 lisp/ChangeLog --- 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 + + * 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 -r 5c3e7e42952a -r 8e37e8952f21 man/ChangeLog --- 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 + + * 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.