comparison src/ChangeLog @ 3380:72f5451ab2f0

[xemacs-hg @ 2006-05-06 08:46:38 by aidan] Add a ChangeLog entry for the creation of Fsubr_name, and for making various file name macros available to make-docfile in sysfile.h.
author aidan
date Sat, 06 May 2006 08:46:38 +0000
parents b544987e2eca
children 374186f156d5
comparison
equal deleted inserted replaced
3379:b544987e2eca 3380:72f5451ab2f0
10 10
11 2006-04-30 Stephen J. Turnbull <stephen@xemacs.org> 11 2006-04-30 Stephen J. Turnbull <stephen@xemacs.org>
12 12
13 * font-mgr.c (string_list_to_fcobjectset): Remove debugging output. 13 * font-mgr.c (string_list_to_fcobjectset): Remove debugging output.
14 14
15 2006-04-29 Aidan Kehoe <kehoea@parhasard.net>
16
17 * symbols.c (Fsubr_name): New.
18 Taken from the FSF. Needed to find the real name of a possibly
19 aliased subr, in order to get its docstring.
20 * sysfile.h:
21 Make various file name primitives available to make-docfile and
22 other non-emacs environments; define a constant that says how long
23 a source filename can be in lib-src/DOC.
24
15 2006-04-29 Aidan Kehoe <kehoea@parhasard.net> 25 2006-04-29 Aidan Kehoe <kehoea@parhasard.net>
16 26
17 * doc.c: 27 * doc.c:
18 * doc.c (extract_object_file_name): 28 * doc.c (extract_object_file_name):
19 * doc.c (get_object_file_name): 29 * doc.c (get_object_file_name):