Mercurial > emacs
comparison lisp/ChangeLog @ 32287:9d63959616b7
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Sun, 08 Oct 2000 15:52:38 +0000 |
parents | f00f5d5c966a |
children | 0e46ff2f2582 |
comparison
equal
deleted
inserted
replaced
32286:c0b19a2770ca | 32287:9d63959616b7 |
---|---|
1 2000-10-08 Dave Love <fx@gnu.org> | |
2 | |
3 * info.el (Info-goto-node, Info-menu): Doc fix. | |
4 (Info-mode-menu): Bind beginning-of-buffer, Info-edit | |
5 (info-tool-bar-map): New variable. | |
6 (Info-mode): Use it. | |
7 (Info-edit-map): Define all in defvar. | |
8 (speedbar-attached-frame): Avoid compiler warning. | |
9 | |
10 * toolbar/tool-bar.el (tool-bar-map): Define it empty. | |
11 (global-map): Bind [tool-bar] to a filtered map. | |
12 (tool-bar-add-item): Remove MAP arg. Allow PBM icons. | |
13 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map. | |
14 Allow PBM icons. | |
15 (tool-bar-setup): Adjust calls of tool-bar-add-item. | |
16 | |
17 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm: | |
18 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm: | |
19 * toolbar/right_arrow.xpm: New files. Renamed from tigert's | |
20 icons, except up_arrow, which is left-arrow rotated. | |
21 | |
22 * imenu.el (imenu-add-to-menubar): Fix last change. | |
23 | |
1 2000-10-08 Peter Breton <pbreton@ne.mediaone.net> | 24 2000-10-08 Peter Breton <pbreton@ne.mediaone.net> |
2 | 25 |
3 * generic-x.el (rul-generic-mode): Remove eval-when-compile | 26 * generic-x.el (rul-generic-mode): Remove eval-when-compile |
4 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>. | 27 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>. |
5 | 28 |