changeset 78080:2d0a04290972

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Sun, 08 Jul 2007 06:44:45 +0000
parents 79bd1f45dd4f
children d53cb34bfd32
files lisp/ChangeLog
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Jul 07 11:25:15 2007 +0000
+++ b/lisp/ChangeLog	Sun Jul 08 06:44:45 2007 +0000
@@ -1,3 +1,16 @@
+2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
+
+	* 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-07-07  Eli Zaretskii  <eliz@gnu.org>
 
 	* term/w32-win.el (menu-bar-open): New function.