comparison lisp/ChangeLog @ 3368:959746c534f6

[xemacs-hg @ 2006-04-29 16:15:21 by aidan] Support builtin functions in find-function.
author aidan
date Sat, 29 Apr 2006 16:15:31 +0000
parents 9fddb79e8a88
children 2c5142751000
comparison
equal deleted inserted replaced
3367:84ee3ca77e7f 3368:959746c534f6
1 2006-04-29 Aidan Kehoe <kehoea@parhasard.net>
2
3 * dumped-lisp.el (preloaded-file-list):
4 Move loadhist earlier in the preloaded-file list.
5 * help.el:
6 * help.el (help-mode-map): Add bindings to find the source code of
7 a function, notably when that function's in C.
8 * help.el (describe-function-find-file, describe-symbol-find-file):
9 Removed. Use symbol-file from loadhist.el instead.
10 * help.el (frob-help-extents):
11 * help.el (describe-function-1):
12 Allow built-in function file names to be hyperlinks.
13 * help.el (describe-variable):
14 * help.el (help-find-source-or-scroll-up): New.
15 * help.el (help-mouse-find-source-or-track): New.
16 Make describe-function a bit more mouse-friendly, basically.
17 * loadhist.el (symbol-file):
18 Support looking up builtin symbols using built-in-symbol-file.
19
1 2006-04-23 Ville Skyttä <scop@xemacs.org> 20 2006-04-23 Ville Skyttä <scop@xemacs.org>
2 21
3 * simple.el (goto-line): Add optional `buffer' argument, from 22 * simple.el (goto-line): Add optional `buffer' argument, from
4 GNU Emacs CVS. 23 GNU Emacs CVS.
5 (next-line-add-newlines): Remove obsolete comments from the docs. 24 (next-line-add-newlines): Remove obsolete comments from the docs.