# HG changeset patch # User Richard M. Stallman # Date 1128457882 0 # Node ID e7add15f0f5992bd616ce7ae3b627588187e95d2 # Parent 3a0debccbfeabec9d80dd554ee8d25ce1a2fb208 *** empty log message *** diff -r 3a0debccbfea -r e7add15f0f59 lisp/ChangeLog --- a/lisp/ChangeLog Tue Oct 04 20:31:13 2005 +0000 +++ b/lisp/ChangeLog Tue Oct 04 20:31:22 2005 +0000 @@ -1,3 +1,27 @@ +2005-10-04 Richard M. Stallman + + * wid-edit.el (widget-file-complete): Get the widget start point + the right way. Default directory to `/' if file has none. + + * x-dnd.el (x-dnd-drop-data): Check for dedicated windows. + + * textmodes/flyspell.el (flyspell-mode-on): + Call ispell-maybe-find-aspell-dictionaries. + + * textmodes/ispell.el (ispell-word, ispell-region): + Call ispell-maybe-find-aspell-dictionaries. + (ispell-accept-buffer-local-defs): + Don't call ispell-maybe-find-aspell-dictionaries + +2005-10-04 Richard M. Stallman + + * iswitchb.el (iswitchb-buffer-ignore): Label it risky. + +2005-10-04 Emilio C. Lopes + + * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp' + instead of `fboundp' in order to allow for anonymous functions. + 2005-10-04 Chong Yidong * info.el (Info-next, Info-prev, Info-up): Select info buffer, in @@ -50,6 +74,7 @@ * ido.el (ido-mode): Use custom-initialize-set. +>>>>>>> 1.8276 2005-10-02 Richard M. Stallman * progmodes/ebnf2ps.el (ebnf-eps-production-list):