aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-05-27 13:20:48 +0000
committerJuanma Barranquero <[email protected]>2005-05-27 13:20:48 +0000
commitd5e1a786b7c9543d56f1a84c1695943fd90c6da1 (patch)
tree81f1d02d319b211c5fe2b8fec63083c9dde53838
parentc6d1b44698df6d501f4130e72887cb9fb25a3d1d (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog7
-rw-r--r--src/ChangeLog4
2 files changed, 10 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f795ead42f..49972c0767 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-27 Juanma Barranquero <[email protected]>
+
+ * image.el (image-library-alist): Moved to image.c.
+ (image-type-available-p): Doc fix.
+
2005-05-27 Lute Kamstra <[email protected]>
* calc/calc.el (calc):
@@ -180,7 +185,7 @@
2005-05-26 Carsten Dominik <[email protected]>
- * textmodes/org.el: (org-mode): Use `define-derived-mode' to
+ * textmodes/org.el (org-mode): Use `define-derived-mode' to
define `org-mode'.
(org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
diff --git a/src/ChangeLog b/src/ChangeLog
index d85709e4c3..a5aee6ad56 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -17,6 +17,10 @@
2005-05-27 Juanma Barranquero <[email protected]>
+ * image.c (Vimage_library_alist): Moved from image.el.
+ (syms_of_image): Defvar it.
+ (lookup_image_type): Use it.
+
* buffer.c (Fbuffer_local_value): Make argument name match its use
in docstring.