Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 3655:6f7f27dd257f
[xemacs-hg @ 2006-11-01 23:14:31 by adrian]
xemacs-21.5-clean: Sync font-lock-add-keywords and font-lock-remove-keywords from GNU Emacs
-------------------- ChangeLog entries follow: --------------------
lisp/ChangeLog addition:
2006-11-02 Adrian Aichner <adrian@xemacs.org>
* font-lock.el: Sync font-lock-add-keywords and
font-lock-remove-keywords from GNU Emacs.
* font-lock.el (font-lock-keywords-alist): New.
* font-lock.el (font-lock-removed-keywords-alist): New.
* font-lock.el (font-lock-add-keywords): New.
* font-lock.el (font-lock-update-removed-keyword-alist): New.
* font-lock.el (font-lock-remove-keywords): New.
author | adrian |
---|---|
date | Wed, 01 Nov 2006 23:14:33 +0000 |
parents | bd7189f2e967 |
children | 98af8a976fc3 |
comparison
equal
deleted
inserted
replaced
3654:3003e38e1c10 | 3655:6f7f27dd257f |
---|---|
1 2006-11-02 Adrian Aichner <adrian@xemacs.org> | |
2 | |
3 * font-lock.el: Sync font-lock-add-keywords and | |
4 font-lock-remove-keywords from GNU Emacs. | |
5 * font-lock.el (font-lock-keywords-alist): New. | |
6 * font-lock.el (font-lock-removed-keywords-alist): New. | |
7 * font-lock.el (font-lock-add-keywords): New. | |
8 * font-lock.el (font-lock-update-removed-keyword-alist): New. | |
9 * font-lock.el (font-lock-remove-keywords): New. | |
10 | |
1 2006-10-28 Adrian Aichner <adrian@xemacs.org> | 11 2006-10-28 Adrian Aichner <adrian@xemacs.org> |
2 | 12 |
3 * simple.el (raw-append-message): Implement minibuffer resizing | 13 * simple.el (raw-append-message): Implement minibuffer resizing |
4 based on requirements of echo area content. | 14 based on requirements of echo area content. |
5 | 15 |