diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c44cd507693..9100259c978 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2010-10-13 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * emacs.c (Vdynamic_library_alist) | ||
| 4 | (syms_of_emacs) <dynamic-library-alist>: Move from image.c and rename. | ||
| 5 | Doc fix. | ||
| 6 | |||
| 7 | * lisp.h (Vdynamic_library_alist): Declare extern. | ||
| 8 | |||
| 9 | * image.c (Vimage_library_alist) | ||
| 10 | (syms_of_image) <image-library-alist>: Move to emacs.c and rename. | ||
| 11 | (lookup_image_type): Use Vdynamic_library_alist. | ||
| 12 | (Finit_image_library): Doc fix. | ||
| 13 | |||
| 1 | 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu> | 14 | 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 15 | ||
| 3 | * Makefile.in (lispsource, libsrc, etc, oldxmenudir, lwlibdir) | 16 | * Makefile.in (lispsource, libsrc, etc, oldxmenudir, lwlibdir) |