changeset 57990:8e0225db36a1

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 06 Nov 2004 17:04:23 +0000
parents 2f160b3f3283
children 3d41de3e3850
files ChangeLog lisp/ChangeLog lispref/ChangeLog src/ChangeLog
diffstat 4 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Nov 06 17:03:18 2004 +0000
+++ b/ChangeLog	Sat Nov 06 17:04:23 2004 +0000
@@ -1,6 +1,7 @@
 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
 
 	* configure.in: Add check for getrusage.
+	* configure: Regenerate.
 
 2004-11-02  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
 
--- a/lisp/ChangeLog	Sat Nov 06 17:03:18 2004 +0000
+++ b/lisp/ChangeLog	Sat Nov 06 17:04:23 2004 +0000
@@ -1,3 +1,8 @@
+2004-11-06  Eli Zaretskii  <eliz@gnu.org>
+
+	* progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
+	display doesn't support images.
+
 2004-11-06  Andreas Schwab  <schwab@suse.de>
 
 	* tempo.el (tempo-match-finder): Doc fix.
--- a/lispref/ChangeLog	Sat Nov 06 17:03:18 2004 +0000
+++ b/lispref/ChangeLog	Sat Nov 06 17:04:23 2004 +0000
@@ -1,3 +1,8 @@
+2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
+
+	* os.texi (Processor Run Time): New section documenting
+	get-internal-run-time.
+
 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
 
 	* Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
--- a/src/ChangeLog	Sat Nov 06 17:03:18 2004 +0000
+++ b/src/ChangeLog	Sat Nov 06 17:04:23 2004 +0000
@@ -1,6 +1,10 @@
 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
 
 	* config.in: Regenerate (add HAVE_GETRUSAGE).
+	* editfns.c (Fget_internal_run_time): New function.
+	(syms_of_data): Defsubr it.
+	* fns.c (sxhash): As far as possible, merge calculation of
+	hash code for symbols and strings.
 
 2004-11-06  Eli Zaretskii  <eliz@gnu.org>