From 94cc6560d376a1a2059a7e386b501adfd4c35294 Mon Sep 17 00:00:00 2001
From: Gerd Moellmann <gerd@gnu.org>
Date: Thu, 4 Oct 2001 09:46:28 +0000
Subject: [PATCH] *** empty log message ***

---
 etc/NEWS          |  4 ++--
 lispref/ChangeLog |  4 ++++
 src/ChangeLog     | 10 ++++++++++
 3 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index d15bd07d70d..4e0ae7d247b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -13,14 +13,14 @@ For older news, see the file ONEWS
 
 ** Variable aliases have been implemented
 
-- macro: defvaralias ALIAS-VAR BASE-VAR
+- Macro: defvaralias ALIAS-VAR BASE-VAR
 
 This defines the symbol ALIAS-VAR as a variable alias for symbol
 BASE-VAR.  This means that retrieving the value of ALIAS-VAR returns
 the value of BASE-VAR, and changing the value of ALIAS-VAR changes the
 value of BASE-VAR.
 
-- function: indirect-variable VARIABLE
+- Function: indirect-variable VARIABLE
 
 This function returns the variable at the end of the chain of aliases
 of VARIABLE.  If VARIABLE is not a symbol, or if VARIABLE is not
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 6061a9fa20e..37bb1c93af1 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-04  Gerd Moellmann  <gerd@gnu.org>
+
+	* variables.texi (Variable Aliases): New node.
+
 2001-10-02  Miles Bader  <miles@gnu.org>
 
 	* minibuf.texi (Minibuffer Misc): Add entries for
diff --git a/src/ChangeLog b/src/ChangeLog
index 268d0b4c186..a94a9a10a04 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
+2001-10-04  Gerd Moellmann  <gerd@gnu.org>
+
+	This adds a post-gc-hook that's run with GC inhibited.  Requested
+	by Francois Pinard.  XEmacs has it.
+
+	* alloc.c (Vpost_gc_hook, Qpost_gc_hook): New variables.
+	(syms_of_alloc): DEFVAR_LISP post-gc-hook, initialize 
+	Qpost_gc_hook.
+	(Fgarbage_collect): Run post-gc-hook.
+
 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
 
 	This adds `defvaralias' and `indirect-variable'.  Changes not
-- 
2.39.5