# HG changeset patch # User Nick Roberts # Date 1182994251 0 # Node ID 67135a46736aaab95aafc9bef76835930823c94d # Parent d55d321aa5445c3bff0a7b66c6e963d8699e1ae2 *** empty log message *** diff -r d55d321aa544 -r 67135a46736a lisp/ChangeLog --- a/lisp/ChangeLog Wed Jun 27 23:30:08 2007 +0000 +++ b/lisp/ChangeLog Thu Jun 28 01:30:51 2007 +0000 @@ -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'.