diff options
author | Dave Love <fx@gnu.org> | 2000-11-10 23:34:59 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-10 23:34:59 +0000 |
commit | 6d50239620420bed3de55b5308edab226bc7cabb (patch) | |
tree | 86e4d239aec262645e6641f95dd62205674600d0 | |
parent | 10b3dd257b0de180545a88b66210adb88bd4bc29 (diff) | |
download | emacs-6d50239620420bed3de55b5308edab226bc7cabb.tar.gz emacs-6d50239620420bed3de55b5308edab226bc7cabb.tar.bz2 emacs-6d50239620420bed3de55b5308edab226bc7cabb.zip |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 18 | ||||
-rw-r--r-- | lisp/gnus/ChangeLog | 4 |
2 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b457ff2ec65..f2adfe0f6c7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,21 @@ +2000-11-10 Dave Love <fx@gnu.org> + + * ediff.el (ediff-regions-internal, ediff-documentation): + * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into + fundamental mode. + + * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp + buffer into fundamental mode. + (ediff-set-difference): Use copy-sequence if available. + + * ediff-ptch.el (ediff-dispatch-file-patching-job): Check + ediff-patch-map non-nil. + (ediff-fixup-patch-map, ediff-fixup-patch-map) + (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp + buffer into fundamental mode. + + * ediff-merg.el (state-or-merge): Defvar when compiling. + 2000-11-10 Jason Rumney <jasonr@gnu.org> * w32-fns.el (w32-add-charset-info): New function. diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index aabe1de012b..9d1afa55f77 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br> + + * gnus-mlspl.el: Documentation tweaks. + 2000-11-10 Dave Love <fx@gnu.org> * gnus-agent.el (gnus-agent-confirmation-function): Add :version. |