Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 231:557eaa0339bf r20-5b14
Import from CVS: tag r20-5b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:13:48 +0200 |
parents | 434959a2fba3 |
children | 52952cbfc5b5 |
comparison
equal
deleted
inserted
replaced
230:39ed1d2bdd9d | 231:557eaa0339bf |
---|---|
1 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> | |
2 | |
3 * help.el (help-mode-bury): Now a call to `help-mode-quit' with | |
4 argument. | |
5 (help-mode-quit): New optional arg to control whether it kills or | |
6 buries. Tidied up. | |
7 (with-displaying-help-buffer): Don't kill buffer initially, even | |
8 if it exists: it is erased by `with-output-to-temp-buffer' anyway. | |
9 (help-pretty-print-value): Rename back from | |
10 `help-maybe-pretty-print-value'! If `pp-internal' is available | |
11 use it, otherwise use dumped `cl-prettyprint'. | |
12 (describe-variable): Use `help-pretty-print-value' again. | |
13 (find-func): Removed reference to "find-func" at end. | |
14 | |
15 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru> | |
16 | |
17 * dumped-lisp.el: x-menubar.el dumped along with mswindows native | |
18 GUI XEmacs. Rename? x-menubar is rather window system | |
19 independant, except for a couple of items. | |
20 | |
21 1997-12-26 SL Baur <steve@altair.xemacs.org> | |
22 | |
23 * x-menubar.el (default-menubar): Remove hyperbole and oobr | |
24 entries as they will no longer be distributed with XEmacs. | |
25 | |
26 * format.el (format-alist): Fix image/tiff regexps. | |
27 From P. E. Jareth Hein <jareth@camelot-soft.com> | |
28 | |
29 * help.el (help-maybe-pretty-print-value): Rename. | |
30 (describe-variable): Use it. | |
31 (describe-variable): Add trailing linefeed. | |
32 | |
33 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> | |
34 | |
35 * help.el (describe-function-1): Don't output anything for | |
36 arglist of autoload functions. | |
37 | |
38 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> | |
39 | |
40 * help.el (describe-function-1): Don't output anything for | |
41 arglist of autoload functions. | |
42 | |
43 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> | |
44 | |
45 * help.el (help-mode-map): New bindings for `help-mode-bury', | |
46 `describe-function-at-point', `describe-variable-at-point', | |
47 `Info-elisp-ref', `customize-variable', `help-next-section' and | |
48 `help-prev-section'. | |
49 (help-next-section): New function. | |
50 (help-prev-section): New function. | |
51 (help-mode-quit): Changed to kill the help buffer. | |
52 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer | |
53 correctly. | |
54 (help-buffer-name): New function to generate the name of help | |
55 buffers. | |
56 (with-displaying-help-buffer): Is now a macro. Takes an new first | |
57 argument giving the name of the help buffer. | |
58 (describe-key): Use `with-displaying-help-buffer' with name. | |
59 (describe-mode): Ditto. | |
60 (describe-bindings): Ditto. | |
61 (describe-prefix-bindings): Ditto. | |
62 (view-lossage): Ditto. | |
63 (with-syntax-table): New macro. | |
64 (function-called-at-point): Use `ignore-errors' and | |
65 `with-syntax-table'. | |
66 (function-at-point): Ditto. | |
67 (describe-function): Use `with-displaying-help-buffer' with name. | |
68 (function-arglist): Extracted from `describe-function-1'. Returns | |
69 function's arglist as string. | |
70 (function-documentation): Extracted from `describe-function-1'. | |
71 Returns function's docstring. | |
72 (describe-function-1): Remove all the "stream" garbage, including | |
73 the stream argument. Use `function-arglist' and | |
74 `function-documentation'. | |
75 (describe-function-arglist): Just use `function-arglist'. | |
76 (variable-at-point): Use `ignore-errors' and `with-syntax-table'. | |
77 (help-pretty-print-value): New function to help with | |
78 pretty-printing variable values. Knows about `#<...>'. Needs | |
79 `pp-internal'. | |
80 (describe-variable): Use `with-displaying-help-buffer' with name. | |
81 Formatting improved. Display file where variable is defined, if | |
82 known. Use `help-pretty-print-value'. | |
83 (describe-syntax): Use `with-displaying-help-buffer' with name. | |
84 (list-processes): Remove "stream" garbage. | |
85 | |
1 1997-12-25 SL Baur <steve@altair.xemacs.org> | 86 1997-12-25 SL Baur <steve@altair.xemacs.org> |
2 | 87 |
3 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files, | 88 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files, |
4 call a dumped routine instead. | 89 call a dumped routine instead. |
5 | 90 |