diff options
| author | Nick Roberts | 2007-06-28 01:30:51 +0000 |
|---|---|---|
| committer | Nick Roberts | 2007-06-28 01:30:51 +0000 |
| commit | 8315a3b58fd1bed5e28a7835fe310da92064930c (patch) | |
| tree | fcfe200dac2f8f2e99ad95a876bc18e07e0288db | |
| parent | 0cf9f5b5e9deeb50366e9f325081a178988bcf21 (diff) | |
| download | emacs-8315a3b58fd1bed5e28a7835fe310da92064930c.tar.gz emacs-8315a3b58fd1bed5e28a7835fe310da92064930c.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a71e3897412..c20c546db3c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2007-06-28 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * pcvs-util.el (cvs-strings->string, cvs-string->strings): Rename | ||
| 4 | and move to... | ||
| 5 | |||
| 6 | * subr.el (strings->string, string->strings): ...here. | ||
| 7 | |||
| 8 | * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout) | ||
| 9 | (cvs-mode-checkout, cvs-execute-single-file): Use new function names. | ||
| 10 | |||
| 11 | * progmodes/gud.el (gud-common-init): Call string->strings instead | ||
| 12 | of split-string. | ||
| 13 | |||
| 1 | 2007-06-27 Michael Albinus <michael.albinus@gmx.de> | 14 | 2007-06-27 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 15 | ||
| 3 | * dired-aux.el: Remove `dired-call-process'. | 16 | * dired-aux.el: Remove `dired-call-process'. |