# HG changeset patch # User Dave Love # Date 969528564 0 # Node ID 1430a37286eb6a4f75223d59faaf17aaed932d3a # Parent c182c9b42c866223a560a9a3cee7dd3f02af6081 *** empty log message *** diff -r c182c9b42c86 -r 1430a37286eb lisp/ChangeLog --- a/lisp/ChangeLog Thu Sep 21 09:23:32 2000 +0000 +++ b/lisp/ChangeLog Thu Sep 21 09:29:24 2000 +0000 @@ -32,6 +32,20 @@ (diff-apply-hunk): Use the new result from diff-find-source-location. (diff-goto-source): Use the new diff-find-source-location. +2000-09-20 Dave Love + + * iswitchb.el: Some doc fixes. + (iswitchb-mode-map): Define completely initially. Inherit + minibuffer-local-map. + (iswitchb-completion-help) : Use + fundamental-mode. + (iswitchb-global-map): New variable. + (iswitchb-summaries-to-end): Amalgamate regexps. + (iswitchb-mode): New. + (iswitchb-mode-hook): New variable. + (iswitchb) : Add URL link. Use group `completion', not + `extensions'. + 2000-09-20 Gerd Moellmann * ehelp.el (electric-help): New defgroup. diff -r c182c9b42c86 -r 1430a37286eb lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Thu Sep 21 09:23:32 2000 +0000 +++ b/lisp/gnus/ChangeLog Thu Sep 21 09:29:24 2000 +0000 @@ -1,3 +1,8 @@ +2000-09-21 Dave Love + + * gnus-ems.el (gnus-article-display-xface): Use unibyte for the + image processing. Rationalize logic somewhat. + 2000-09-20 Dave Love * smiley-ems.el, frown.xbm, smile.xbm, wry.xbm: New files.