Mercurial > emacs
changeset 69904:9b1e68fb87f9
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 09 Apr 2006 23:05:19 +0000 |
parents | 5b6c4153d145 |
children | b45b825f9e2a |
files | lisp/ChangeLog lispref/ChangeLog |
diffstat | 2 files changed, 20 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Apr 09 23:05:07 2006 +0000 +++ b/lisp/ChangeLog Sun Apr 09 23:05:19 2006 +0000 @@ -1,3 +1,17 @@ +2006-04-10 Kim F. Storm <storm@cua.dk> + + * 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 <Roland.Winkler@physik.uni-erlangen.de> * 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 <monnier@iro.umontreal.ca> * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
--- a/lispref/ChangeLog Sun Apr 09 23:05:07 2006 +0000 +++ b/lispref/ChangeLog Sun Apr 09 23:05:19 2006 +0000 @@ -1,3 +1,8 @@ +2006-04-10 Kim F. Storm <storm@cua.dk> + + * text.texi (Buffer Contents): Add NOPROPS arg to + filter-buffer-substring. + 2006-04-08 Kevin Ryde <user42@zip.com.au> * os.texi (Command-Line Arguments): Update xref to emacs manual