# HG changeset patch # User Richard M. Stallman # Date 1186942212 0 # Node ID 4e38ef7efd76ce04980359678e58f88f1f1efa4f # Parent 651c50f01f5ffbf5985197f8948ed6b563b0ae90 *** empty log message *** diff -r 651c50f01f5f -r 4e38ef7efd76 lisp/ChangeLog --- a/lisp/ChangeLog Sun Aug 12 18:07:07 2007 +0000 +++ b/lisp/ChangeLog Sun Aug 12 18:10:12 2007 +0000 @@ -1,3 +1,23 @@ +2007-08-12 Richard Stallman + + * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout) + (cvs-execute-single-file): Use new name split-string-and-unquote. + (cvs-header-msg): Use new name combine-and-quote-strings. + + * emulation/vi.el (vi-next-line): Ignore return value of line-move. + + * progmodes/gud.el (gud-common-init): Use new name + split-string-and-unquote. + + * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop + in javac regexp. + + * pcvs-util.el (cvs-qtypedesc-strings): Use new names + combine-and-quote-strings and split-string-and-unquote. + + * subr.el (combine-and-quote-strings): Renamed from strings->string. + (split-string-and-unquote): Renamed from string->strings. + 2007-08-10 Stefan Monnier * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt