aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-06-22 23:19:20 +0000
committerKim F. Storm2005-06-22 23:19:20 +0000
commit9d12e52b0d184845023e943bec7fcb6a445017e8 (patch)
tree97aed0a4f6dc9fbd8d310af217fae1635a93230d
parent51f10faa1790cd6fd5abcd669bbf95e3f263bc07 (diff)
downloademacs-9d12e52b0d184845023e943bec7fcb6a445017e8.tar.gz
emacs-9d12e52b0d184845023e943bec7fcb6a445017e8.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lispref/ChangeLog5
-rw-r--r--src/ChangeLog2
3 files changed, 11 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 030cdbe22af..abf0077c48e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-06-23 Kim F. Storm <storm@cua.dk>
2
3 * subr.el (save-match-data): Add comment about using evaporate arg
4 to set-match-data.
5
12005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk> 62005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2 7
3 * cus-edit.el (customize-face) 8 * cus-edit.el (customize-face)
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 3180955626a..6d5ff8649b3 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12005-06-23 Kim F. Storm <storm@cua.dk>
2
3 * searching.texi (Entire Match Data): Remove evaporate option for
4 match-data. Do not mention evaporate option for set-match-data.
5
12005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk> 62005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2 7
3 * display.texi (Face Functions): Mention face aliases. 8 * display.texi (Face Functions): Mention face aliases.
diff --git a/src/ChangeLog b/src/ChangeLog
index 72890cbc545..62e5f9d3b2f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,7 @@
12005-06-23 Kim F. Storm <storm@cua.dk> 12005-06-23 Kim F. Storm <storm@cua.dk>
2 2
3 * search.c (Fmatch_data): Remove evaporate option. 3 * search.c (Fmatch_data): Remove evaporate option.
4 (Fmatch_data): Do not mention evaporate option in doc string. 4 (Fset_match_data): Do not mention evaporate option in doc string.
5 Add commentary explaining evaporate arg (for internal use only). 5 Add commentary explaining evaporate arg (for internal use only).
6 (unwind_set_match_data): Add comment on evaporate use. 6 (unwind_set_match_data): Add comment on evaporate use.
7 7