changeset 39778:939f548d08cd

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 11 Oct 2001 17:26:04 +0000
parents cb878b38afc6
children 15e432be013a
files etc/NEWS lisp/ChangeLog
diffstat 2 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Thu Oct 11 17:25:26 2001 +0000
+++ b/etc/NEWS	Thu Oct 11 17:26:04 2001 +0000
@@ -42,6 +42,10 @@
 
 * Lisp Changes in Emacs 21.2
 
+** Functions `user-uid' and `user-real-uid' now return floats if the
+user UID doesn't fit in a Lisp integer.  Function `user-full-name'
+accepts a float as UID parameter.
+
 ** `define-key-after' now accepts keys longer than 1.
 
 ** `define-derived-mode' now accept nil as the parent.
--- a/lisp/ChangeLog	Thu Oct 11 17:25:26 2001 +0000
+++ b/lisp/ChangeLog	Thu Oct 11 17:26:04 2001 +0000
@@ -1,7 +1,11 @@
+2001-10-11  Dave Love  <fx@gnu.org>
+
+	* emacs-lisp/byte-opt.el (byte-optimize-lapcode)
+	<byte-constref-ops>: Consider byte-constant2 and clarify the code.
+	<const-C varset-X const-C>: Fix car/cdr typo.
+
 2001-10-11  Gerd Moellmann  <gerd@gnu.org>
 
-	* emacs-lisp/byte-opt.el: Downcase error messages.
-
 	* emacs-lisp/bytecomp.el (byte-compile-display-log-head-p): New
 	function extracted from byte-compile-log-1.
 	(byte-compile-log-1): Change output to be more in line with