comparison lisp/ChangeLog @ 78536:4e38ef7efd76

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 12 Aug 2007 18:10:12 +0000
parents 33690fc4e175
children 9e51e0719eae
comparison
equal deleted inserted replaced
78535:651c50f01f5f 78536:4e38ef7efd76
1 2007-08-12 Richard Stallman <rms@gnu.org>
2
3 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
4 (cvs-execute-single-file): Use new name split-string-and-unquote.
5 (cvs-header-msg): Use new name combine-and-quote-strings.
6
7 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
8
9 * progmodes/gud.el (gud-common-init): Use new name
10 split-string-and-unquote.
11
12 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
13 in javac regexp.
14
15 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
16 combine-and-quote-strings and split-string-and-unquote.
17
18 * subr.el (combine-and-quote-strings): Renamed from strings->string.
19 (split-string-and-unquote): Renamed from string->strings.
20
1 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca> 21 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2 22
3 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt 23 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
4 to buffer-local settings. 24 to buffer-local settings.
5 25