aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-04-09 23:05:19 +0000
committerKim F. Storm2006-04-09 23:05:19 +0000
commit6c23041776a67f2390b81dea710fbf65ecc8875f (patch)
tree19b413baa49a631d6ff1ae91f96e614fe01f705c
parent1f8a33db8c92c2bae36c26588cfcdb46f8aed873 (diff)
downloademacs-6c23041776a67f2390b81dea710fbf65ecc8875f.tar.gz
emacs-6c23041776a67f2390b81dea710fbf65ecc8875f.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog16
-rw-r--r--lispref/ChangeLog5
2 files changed, 20 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index be7923765ce..cb736c59738 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,17 @@
12006-04-10 Kim F. Storm <storm@cua.dk>
2
3 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
4 it can also replace buffer-substring-no-properties.
5
6 * emulation/cua-base.el (cua-delete-region, cua-paste)
7 (cua-repeat-replace-region): Use filter-buffer-substring.
8
9 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10 (cua-cut-region-to-global-mark): Likewise.
11
12 * emulation/cua-rect.el (cua--extract-rectangle)
13 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
14
12006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 152006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2 16
3 * textmodes/bibtex.el (bibtex-entry-update): New optional arg 17 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
@@ -9,7 +23,7 @@
9 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element 23 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
10 string-const to return value. 24 string-const to return value.
11 (bibtex-remove-delimiters): Use it. 25 (bibtex-remove-delimiters): Use it.
12 26
132006-04-08 Stefan Monnier <monnier@iro.umontreal.ca> 272006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14 28
15 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call 29 * 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 @@
12006-04-10 Kim F. Storm <storm@cua.dk>
2
3 * text.texi (Buffer Contents): Add NOPROPS arg to
4 filter-buffer-substring.
5
12006-04-08 Kevin Ryde <user42@zip.com.au> 62006-04-08 Kevin Ryde <user42@zip.com.au>
2 7
3 * os.texi (Command-Line Arguments): Update xref to emacs manual 8 * os.texi (Command-Line Arguments): Update xref to emacs manual