diff src/ChangeLog.1 @ 39622:597f4c6fd1a0

Format cleanups for old entries.
author Richard M. Stallman <rms@gnu.org>
date Sat, 06 Oct 2001 02:18:09 +0000
parents 8f14d08e19f7
children 218f185269b8
line wrap: on
line diff
--- a/src/ChangeLog.1	Fri Oct 05 16:48:46 2001 +0000
+++ b/src/ChangeLog.1	Sat Oct 06 02:18:09 2001 +0000
@@ -1,4 +1,3 @@
-
 1986-05-18  Richard M. Stallman  (rms at prep)
 
 	* alloc.c (malloc_warning_1): Add some advice on
@@ -3488,32 +3487,40 @@
 	Fsignal clears immediate_quit.
 
 1985-05-12  Richard M. Stallman  (rms at mit-prep)
-	cmds.c: modified `newline' to insert before an existing
-		newline before dot.  This produces better redisplay.
-	xdisp.c: fixed bug that modifying buffer displayed in two windows
-		failed to redisplay both mode lines with stars.
-	xdisp.c: try_window_id: if scrolling upward and changed text is empty
-		scroll up all the lines that fit below bp.
-	xdisp.c: introduce num_contin, to display tabs right in contin. lines
-	doc.c: define substitute-command-keys, using crl@purdue's code.
-		Make `documentation' call it.
-	eval.c, fns.c, bytecode.c: put in register decls for Lisp_Objects.
-		saved 2500 bytes of object code.
+
+	* cmds.c: modified `newline' to insert before an existing
+	newline before dot.  This produces better redisplay.
+	
+	* xdisp.c: fixed bug that modifying buffer displayed in two windows
+	failed to redisplay both mode lines with stars.
+
+	* xdisp.c: try_window_id: if scrolling upward and changed text is empty
+	scroll up all the lines that fit below bp.
+
+	* xdisp.c: introduce num_contin, to display tabs right in contin. lines
+
+	* doc.c: define substitute-command-keys, using crl@purdue's code.
+	Make `documentation' call it.
+
+	* eval.c, fns.c, bytecode.c: put in register decls for Lisp_Objects.
+	Saved 2500 bytes of object code.
 
 1985-05-11  Richard M. Stallman  (rms at mit-prep)
-	editfns.c: Put in code for & in fullname,
-		under AMPERSAND_FULL_NAME flag.
-	lisp.h: Install NO_UNION_TYPE flag in lisp.h.
-		This means XMARKBIT can no longer be on left side of =.
-		New macros XMARK and XUNMARK and XSETMARKBIT are used
-		instead.
-	alloc.c, marker.c: use XMARK, XUNMARK, XSETMARKBIT where needed.
-	TrmTERM.c: Ignore `xs' termcap flag.
-		Always use the SEstr on sg >= 0 terminals.
-	minibuf.c: Don't allow entry to minibuffer
-		while minibuffer is selected.
-
-
+
+	* editfns.c: Put in code for & in fullname,
+	under AMPERSAND_FULL_NAME flag.
+
+	* lisp.h: Install NO_UNION_TYPE flag in lisp.h.
+	This means XMARKBIT can no longer be on left side of =.
+	New macros XMARK and XUNMARK and XSETMARKBIT are used instead.
+
+	* alloc.c, marker.c: use XMARK, XUNMARK, XSETMARKBIT where needed.
+
+	* TrmTERM.c: Ignore `xs' termcap flag.
+	Always use the SEstr on sg >= 0 terminals.
+
+	* minibuf.c: Don't allow entry to minibuffer
+	while minibuffer is selected.
 
 Local Variables:
 mode: indented-text