diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e71fe85bfad..1921e2e4f38 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 8d9173344ab..6171082e6ec 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -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.