Mercurial > emacs
changeset 99692:8b12949a4a19
* windows.texi (Window Hooks): Remove *-end-trigger-functions
vars, which are obsolete. Mention jit-lock-register.
* modes.texi (Other Font Lock Variables): Document
jit-lock-register and jit-lock-unregister.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 18 Nov 2008 18:08:43 +0000 |
parents | 9df07af84d04 |
children | 3c7c38bba785 |
files | doc/lispref/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/ChangeLog Tue Nov 18 16:27:06 2008 +0000 +++ b/doc/lispref/ChangeLog Tue Nov 18 18:08:43 2008 +0000 @@ -1,5 +1,11 @@ 2008-11-18 Chong Yidong <cyd@stupidchicken.com> + * windows.texi (Window Hooks): Remove *-end-trigger-functions + vars, which are obsolete. Mention jit-lock-register. + + * modes.texi (Other Font Lock Variables): Document + jit-lock-register and jit-lock-unregister. + * frames.texi (Color Parameters): Document alpha parameter. 2008-11-16 Martin Rudalics <rudalics@gmx.at>