diff doc/lispref/ChangeLog @ 103149:a8c9fae0b19d

* hooks.texi (Standard Hooks): Add abbrev-expand-functions. Remove obsoleted pre-abbrev-expand-hook. * locals.texi (Standard Buffer-Local Variables): Consolidate table entries. * internals.texi (Window Internals): Synch field names to window.h. (Process Internals): Synch field names to process.h.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 04 May 2009 23:25:38 +0000
parents 07abc555283e
children 622683e27798
line wrap: on
line diff
--- a/doc/lispref/ChangeLog	Mon May 04 19:43:22 2009 +0000
+++ b/doc/lispref/ChangeLog	Mon May 04 23:25:38 2009 +0000
@@ -1,8 +1,16 @@
 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
 
+	* hooks.texi (Standard Hooks): Add abbrev-expand-functions.
+	Remove obsoleted pre-abbrev-expand-hook.
+
+	* locals.texi (Standard Buffer-Local Variables): Consolidate table
+	entries.
+
 	* internals.texi (Object Internals): Don't assume 32-bit machines
 	are the norm.
 	(Buffer Internals): Consolidate table entries for readability.
+	(Window Internals): Synch field names to window.h.
+	(Process Internals): Synch field names to process.h.
 
 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>