From: Gerd Moellmann Date: Wed, 22 Nov 2000 15:11:36 +0000 (+0000) Subject: Remove autoload cookied, add author, X-Git-Tag: emacs-pretest-21.0.92~177 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=60e8e0a5fc8d9fad216588dd31df5b89d38a383b;p=emacs.git Remove autoload cookied, add author, maintainer, keywords tags. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f5b12c939e6..845ea7eacf6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,12 +1,15 @@ 2000-11-22 Gerd Moellmann + * emacs-lisp/authors.el: Remove autoload cookies, add author, + maintainer, keywords tags. + * rect.el (replace-rectangle): Don't call string-rectangle-line with too many arguments. 2000-11-22 Andre Spiegel - * 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. diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index 1e5c48323e8..e818ca88d6c 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el @@ -2,6 +2,10 @@ ;; Copyright (C) 2000 Free Software Foundation, Inc. +;; Author: Gerd Moellmann +;; Maintainer: FSF +;; Keywords: maint + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify @@ -418,7 +422,6 @@ CHANGES is an alist of entries (FILE ACTION...), as produced by (insert author " (changed) " file "\n")))))))) -;;;###autoload (defun authors (root) "Extract author information from change logs and Lisp source files. ROOT is the root directory under which to find the files. If called @@ -451,7 +454,6 @@ buffer *Authors* containing authorship information." (pop-to-buffer buffer-name)))) -;;;###autoload (defun batch-update-authors () "Produce an AUTHORS file. Call this function in batch mode with two command line arguments FILE diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 595c39a49f9..2728b386d79 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2000-11-22 Gerd Moellmann + + * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo. + 2000-11-22 ShengHuo ZHU * message.el (message-send-mail): Use buffer-substring-no-properties. diff --git a/src/ChangeLog b/src/ChangeLog index c5e20cdfa9b..05a05d6e0c0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-11-22 Gerd Moellmann + + * xfns.c (x_set_tool_bar_lines): Clear internal border when + making tool bar smaller. + 2000-11-22 Dave Love * 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