Mercurial > emacs
comparison etc/NEWS @ 110967:188673195616
Rename `image-library-alist' to `dynamic-library-alist'.
* etc/NEWS: Mention `dynamic-library-alist'.
* lisp/image.el (image-library-alist): Declare as obsolete alias.
(image-type-available-p): Use `dynamic-library-alist'.
* lisp/term/w32-win.el (dynamic-library-alist):
Use instead of `image-library-alist'.
* nt/INSTALL: Refer to `dynamic-library-alist'.
* src/image.c (Vimage_library_alist)
(syms_of_image) <image-library-alist>: Move to src/emacs.c and rename.
(lookup_image_type): Use Vdynamic_library_alist.
(Finit_image_library): Doc fix.
* src/emacs.c (Vdynamic_library_alist)
(syms_of_emacs) <dynamic-library-alist>: Move from src/image.c and rename.
Doc fix.
* src/lisp.h (Vdynamic_library_alist): Declare extern.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 13 Oct 2010 16:50:06 +0200 |
parents | 3cc0fb6085b0 |
children | 12469ef7a0a9 |
comparison
equal
deleted
inserted
replaced
110966:0272ba632fc2 | 110967:188673195616 |
---|---|
576 sc.el, x-menu.el, rnews.el, rnewspost.el | 576 sc.el, x-menu.el, rnews.el, rnewspost.el |
577 | 577 |
578 | 578 |
579 * Lisp changes in Emacs 24.1 | 579 * Lisp changes in Emacs 24.1 |
580 | 580 |
581 ** `image-library-alist' is renamed to `dynamic-library-alist'. | |
582 The variable is now used to load all kind of supported dynamic libraries, | |
583 not just image libraries. The previous name is still available as an | |
584 obsolete alias. | |
585 | |
581 ** New variable syntax-propertize-function to set syntax-table properties. | 586 ** New variable syntax-propertize-function to set syntax-table properties. |
582 Replaces font-lock-syntactic-keywords which are now obsolete. | 587 Replaces font-lock-syntactic-keywords which are now obsolete. |
583 This allows syntax-table properties to be set independently from font-lock: | 588 This allows syntax-table properties to be set independently from font-lock: |
584 just call syntax-propertize to make sure the text is propertized. | 589 just call syntax-propertize to make sure the text is propertized. |
585 Together with this new variable come a new hook | 590 Together with this new variable come a new hook |