changeset 39745:d55d18a2c64b

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 10 Oct 2001 12:22:18 +0000
parents 03cf4a916248
children 67386e5484d6
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Oct 10 12:21:58 2001 +0000
+++ b/lisp/ChangeLog	Wed Oct 10 12:22:18 2001 +0000
@@ -1,5 +1,8 @@
 2001-10-10  Gerd Moellmann  <gerd@gnu.org>
 
+	* simple.el (end-of-buffer): Fix code scrolling specially
+	for the buffer end.
+
 	* startup.el (command-line-1): Bind tab-width to 8.
 
 2001-10-10  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>
--- a/src/ChangeLog	Wed Oct 10 12:21:58 2001 +0000
+++ b/src/ChangeLog	Wed Oct 10 12:22:18 2001 +0000
@@ -1,3 +1,8 @@
+2001-10-10  Gerd Moellmann  <gerd@gnu.org>
+
+	* s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Add `-nointrinsics'
+	options.  From Dave Love <d.love@dl.ac.uk>.
+
 2001-10-09  Gerd Moellmann  <gerd@gnu.org>
 
 	* regex.c (WIDE_CHAR_SUPPORT): Do not use defined() in macro.