From: Richard M. Stallman Date: Thu, 11 Aug 2005 14:01:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~7633 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e2d14c82468c52831d2d6c513d6bd4ef6afc406;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8d8f3e0f6ca..b1b69bca123 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2005-08-11 Richard M. Stallman + * 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 diff --git a/src/ChangeLog b/src/ChangeLog index 68614d7c8c4..7a572c8271c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2005-08-11 Richard M. Stallman + + * image.c (syms_of_image): Init image_types here, and call define_image_type. + (init_image): Not here. + 2005-08-09 Richard M. Stallman * bytecode.c (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.