From: Nick Roberts Date: Thu, 28 Jun 2007 01:30:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~12088 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8315a3b58fd1bed5e28a7835fe310da92064930c;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a71e3897412..c20c546db3c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2007-06-28 Nick Roberts + + * pcvs-util.el (cvs-strings->string, cvs-string->strings): Rename + and move to... + + * subr.el (strings->string, string->strings): ...here. + + * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout) + (cvs-mode-checkout, cvs-execute-single-file): Use new function names. + + * progmodes/gud.el (gud-common-init): Call string->strings instead + of split-string. + 2007-06-27 Michael Albinus * dired-aux.el: Remove `dired-call-process'.