diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2004-06-09 22:05:15 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2004-06-09 22:05:15 +0000 |
commit | 2736c905014ad42b0d8836b6692e96d63d14c90a (patch) | |
tree | 199927256d87d665260e8cce0195c28126bfb4d2 | |
parent | 45811c12c081e76bbfb282e4e82fe079685d85de (diff) | |
download | emacs-2736c905014ad42b0d8836b6692e96d63d14c90a.tar.gz |
* toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item): Use
lc-*.xpm as prefix instead of *-locol.xpm.
-rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 80e502f4e5c..802a20ceea0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,20 @@ +2004-06-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> + + * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item): Use + lc-*.xpm as prefix instead of *-locol.xpm. + + * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm + * toolbar/lc-help.xpm, toolbar/lc-home.xpm + * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm + * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm + * toolbar/lc-open.xpm, toolbar/lc-paste.xpm + * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm + * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm + * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm + * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm + * toolbar/lc-up_arrow.xpm: + Renamed from *-locol.xpm. + 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org> * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to |