Mercurial > emacs
changeset 33755:3ffc60a19eef
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 22 Nov 2000 15:11:36 +0000 |
parents | 991b61fbf26f |
children | b7c2175f13ac |
files | lisp/ChangeLog lisp/gnus/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 12 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Nov 22 15:10:47 2000 +0000 +++ b/lisp/ChangeLog Wed Nov 22 15:11:36 2000 +0000 @@ -8,8 +8,8 @@ 2000-11-22 Andre Spiegel <spiegel@gnu.org> - * ediff-util.el: (ediff-file-checked-out-p, - ediff-file-checked-in-p): Call vc-state instead of + * ediff-util.el (ediff-file-checked-out-p) + (ediff-file-checked-in-p): Call vc-state instead of vc-locking-user, which no longer exists. * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
--- a/lisp/gnus/ChangeLog Wed Nov 22 15:10:47 2000 +0000 +++ b/lisp/gnus/ChangeLog Wed Nov 22 15:11:36 2000 +0000 @@ -1,3 +1,7 @@ +2000-11-22 Gerd Moellmann <gerd@gnu.org> + + * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo. + 2000-11-22 ShengHuo ZHU <zsh@cs.rochester.edu> * message.el (message-send-mail): Use buffer-substring-no-properties.
--- a/src/ChangeLog Wed Nov 22 15:10:47 2000 +0000 +++ b/src/ChangeLog Wed Nov 22 15:11:36 2000 +0000 @@ -1,3 +1,8 @@ +2000-11-22 Gerd Moellmann <gerd@gnu.org> + + * xfns.c (x_set_tool_bar_lines): Clear internal border when + making tool bar smaller. + 2000-11-22 Dave Love <fx@gnu.org> * s/sol2-5.h (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define. @@ -8,7 +13,7 @@ (command_loop_1): Use it to determine message timeout. (syms_of_keyboard): Initialize it. - * xdisp.c (syms_of_xdisp): `mode-line-inverse-video' defualts to nil. + * xdisp.c (syms_of_xdisp): `mode-line-inverse-video' defaults to nil. 2000-11-22 Kenichi Handa <handa@etl.go.jp>