Mercurial > hg > xemacs-beta
comparison man/ChangeLog @ 2135:e6d43c299b9c
[xemacs-hg @ 2004-06-17 03:01:10 by james]
Synch with Emacs 21.3 derived.el, plus new stuff in subr.el to support it,
as well as some documentation.
author | james |
---|---|
date | Thu, 17 Jun 2004 03:01:17 +0000 |
parents | 4657b5a54253 |
children | 6bca5896aab2 |
comparison
equal
deleted
inserted
replaced
2134:ab08d33c34e5 | 2135:e6d43c299b9c |
---|---|
1 2004-06-07 Jerry James <james@xemacs.org> | |
2 | |
3 * lispref/modes.texi (Major Modes): Document -mode functions, and | |
4 the use of a nil argument to defined-derived mode. | |
5 * lispref/modes.texi (Major Mode Conventions): Describe the use of | |
6 delay-mode-hooks and define-derived-mode. | |
7 * lispref/modes.texi (Derived Modes): Warn against the use of | |
8 interactive specs in derived mode definitions. | |
9 * lispref/modes.texi (Hooks): Document run-mode-hooks, | |
10 delay-mode-hooks, run-hook-with-args, | |
11 run-hook-with-args-until-failure, and0 | |
12 run-hook-with-args-until-success. | |
13 | |
1 2004-06-14 Stephen J. Turnbull <stephen@xemacs.org> | 14 2004-06-14 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 15 |
3 * lispref/glyphs.texi (Creating Glyphs): Improve discussion, fix a | 16 * lispref/glyphs.texi (Creating Glyphs): Improve discussion, fix a |
4 couple of typos. | 17 couple of typos. |
5 | 18 |