Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4372:ebb35ddea76a
Byte-compile menu lambdas; make the menu of available tutorials more readable.
2007-12-31 Aidan Kehoe <kehoea@parhasard.net>
* menubar-items.el (default-menubar):
Byte compile the specified lambdas. Correct some compile time
warnings uncovered by this.
* menubar-items.el (tutorials-menu-filter):
If a language environment doesn't have an associated POSIX locale
specified--which indicates we don't want it used except by those
who know what they're doing--don't show its tutorial in the menu.
* behavior.el (behavior-menu-filter):
Byte compile the lambdas in the generated menu.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 31 Dec 2007 21:34:45 +0100 |
parents | d2f4dd8611d9 |
children | 713ca3d356b4 |
comparison
equal
deleted
inserted
replaced
4353:4143b78d0df0 | 4372:ebb35ddea76a |
---|---|
1 2007-12-31 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * menubar-items.el (default-menubar): | |
4 Byte compile the specified lambdas. Correct some compile time | |
5 warnings uncovered by this. | |
6 * menubar-items.el (tutorials-menu-filter): | |
7 If a language environment doesn't have an associated POSIX locale | |
8 specified--which indicates we don't want it used except by those | |
9 who know what they're doing--don't show its tutorial in the menu. | |
10 * behavior.el (behavior-menu-filter): | |
11 Byte compile the lambdas in the generated menu. | |
12 | |
1 2007-12-22 Stephen J. Turnbull <stephen@xemacs.org> | 13 2007-12-22 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 14 |
3 Factor out lists of operators specially treated by `make-autoload'. | 15 Factor out lists of operators specially treated by `make-autoload'. |
4 | 16 |
5 * autoload.el (autoload-make-autoload-operators): New. | 17 * autoload.el (autoload-make-autoload-operators): New. |