maintainer, keywords tags.
2000-11-22 Gerd Moellmann <gerd@gnu.org>
+ * 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 <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.
;; Copyright (C) 2000 Free Software Foundation, Inc.
+;; Author: Gerd Moellmann <gerd@gnu.org>
+;; Maintainer: FSF
+;; Keywords: maint
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
(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
(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
+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.
+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.
(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>