From: Kim F. Storm Date: Sun, 9 Apr 2006 23:05:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~3240 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c23041776a67f2390b81dea710fbf65ecc8875f;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index be7923765ce..cb736c59738 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2006-04-10 Kim F. Storm + + * simple.el (filter-buffer-substring): Add NOPROPS arg, so + it can also replace buffer-substring-no-properties. + + * emulation/cua-base.el (cua-delete-region, cua-paste) + (cua-repeat-replace-region): Use filter-buffer-substring. + + * emulation/cua-gmrk.el (cua-copy-region-to-global-mark) + (cua-cut-region-to-global-mark): Likewise. + + * emulation/cua-rect.el (cua--extract-rectangle) + (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise. + 2006-04-09 Roland Winkler * textmodes/bibtex.el (bibtex-entry-update): New optional arg @@ -9,7 +23,7 @@ * textmodes/bibtex.el (bibtex-find-text-internal): Add new element string-const to return value. (bibtex-remove-delimiters): Use it. - + 2006-04-08 Stefan Monnier * emacs-lisp/bytecomp.el (byte-compile-form): Don't call diff --git a/lispref/ChangeLog b/lispref/ChangeLog index b42cbcad5a1..43fcd1e406d 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2006-04-10 Kim F. Storm + + * text.texi (Buffer Contents): Add NOPROPS arg to + filter-buffer-substring. + 2006-04-08 Kevin Ryde * os.texi (Command-Line Arguments): Update xref to emacs manual