changeset 64912:cf610b797357

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 11 Aug 2005 14:01:38 +0000
parents 08a222d72566
children 989a5fc8da03
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Aug 11 13:58:59 2005 +0000
+++ b/lisp/ChangeLog	Thu Aug 11 14:01:38 2005 +0000
@@ -1,5 +1,7 @@
 2005-08-11  Richard M. Stallman  <rms@gnu.org>
 
+	* simple.el (pop-global-mark): Reverse test of widen-automatically.
+
 	* battery.el (battery-status-function): Don't use ignore-errors.
 
 2005-08-11  Lute Kamstra  <lute@gnu.org>
--- a/src/ChangeLog	Thu Aug 11 13:58:59 2005 +0000
+++ b/src/ChangeLog	Thu Aug 11 14:01:38 2005 +0000
@@ -1,3 +1,8 @@
+2005-08-11  Richard M. Stallman  <rms@gnu.org>
+
+	* image.c (syms_of_image): Init image_types here, and call define_image_type.
+	(init_image): Not here.
+
 2005-08-09  Richard M. Stallman  <rms@gnu.org>
 
 	* bytecode.c (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.