diff options
| author | Kim F. Storm | 2004-06-10 08:41:13 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-06-10 08:41:13 +0000 |
| commit | d82baff9bd95b64b89e3a10072f292647f8b2b87 (patch) | |
| tree | c44dc6515d1f6739c1f17d90d45e07ac716d0e85 /lisp | |
| parent | 47ce55fec9f4ba4332059a1a24edbba1727e9406 (diff) | |
| download | emacs-d82baff9bd95b64b89e3a10072f292647f8b2b87.tar.gz emacs-d82baff9bd95b64b89e3a10072f292647f8b2b87.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6ecc8b61b93..1e04651a097 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2004-06-10 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * pcvs.el (cvs-mode-diff-yesterday): New command. | ||
| 4 | |||
| 5 | * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday. | ||
| 6 | |||
| 1 | 2004-06-10 Juri Linkov <juri@jurta.org> | 7 | 2004-06-10 Juri Linkov <juri@jurta.org> |
| 2 | 8 | ||
| 3 | * emacs-lisp/edebug.el (edebug-eval-defun): | 9 | * emacs-lisp/edebug.el (edebug-eval-defun): |
| @@ -15,8 +21,8 @@ | |||
| 15 | 21 | ||
| 16 | 2004-06-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 22 | 2004-06-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 17 | 23 | ||
| 18 | * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item): Use | 24 | * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item): |
| 19 | lc-*.xpm as prefix instead of *-locol.xpm. | 25 | Use lc-*.xpm as prefix instead of *-locol.xpm. |
| 20 | 26 | ||
| 21 | * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm | 27 | * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm |
| 22 | * toolbar/lc-help.xpm, toolbar/lc-home.xpm | 28 | * toolbar/lc-help.xpm, toolbar/lc-home.xpm |
| @@ -131,7 +137,7 @@ | |||
| 131 | 137 | ||
| 132 | 2004-06-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 138 | 2004-06-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 133 | 139 | ||
| 134 | * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm, | 140 | * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm |
| 135 | * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm | 141 | * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm |
| 136 | * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm | 142 | * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm |
| 137 | * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm | 143 | * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm |