aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6b1a203df2a..1fee51b822c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -8,6 +8,15 @@
8 8
92002-04-01 Richard M. Stallman <rms@gnu.org> 92002-04-01 Richard M. Stallman <rms@gnu.org>
10 10
11 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
12
13 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
14 tool-bar-add-item, and new arg MAP.
15 (tool-bar-add-item): Now calls tool-bar-local-item.
16 (tool-bar-local-item-from-menu): Renamed from
17 tool-bar-add-item-from-menu, and new arg IN-MAP.
18 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
19
11 * help-fns.el (help-with-tutorial): Allow various ways 20 * help-fns.el (help-with-tutorial): Allow various ways
12 to specify the text in the [...] line, in handling the <...> line. 21 to specify the text in the [...] line, in handling the <...> line.
13 22