Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 919:111c4f2ed9c9
[xemacs-hg @ 2002-07-14 09:43:52 by adrian]
[S] [PATCH] xemacs-21.5: Hrvoje's `functionp' fix
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2002-07-08 Stephen J. Turnbull <stephen@xemacs.org>
* lisp.h: Declare Fcdr_safe to be callable from C.
2002-07-08 Hrvoje Niksic <hniksic@xemacs.org>
* eval.c (Ffunctionp): Return nil for autoloaded macros and
keymaps.
author | adrian |
---|---|
date | Sun, 14 Jul 2002 09:43:54 +0000 |
parents | 44e6e64b1cf2 |
children | 3b122a8e1d51 |
comparison
equal
deleted
inserted
replaced
918:bc2d7b06db9f | 919:111c4f2ed9c9 |
---|---|
1 2002-07-08 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * lisp.h: Declare Fcdr_safe to be callable from C. | |
4 | |
5 2002-07-08 Hrvoje Niksic <hniksic@xemacs.org> | |
6 | |
7 * eval.c (Ffunctionp): Return nil for autoloaded macros and | |
8 keymaps. | |
9 | |
1 2002-07-08 Daiki Ueno <daiki@xemacs.org> | 10 2002-07-08 Daiki Ueno <daiki@xemacs.org> |
2 | 11 |
3 * glyphs-x.c (x_unmap_subwindow): Deal with the substantial windows. | 12 * glyphs-x.c (x_unmap_subwindow): Deal with the substantial windows. |
4 (x_map_subwindow): Likewise. | 13 (x_map_subwindow): Likewise. |
5 | 14 |