aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2006-05-31 22:07:21 +0000
committerJuri Linkov2006-05-31 22:07:21 +0000
commit82db8fa7c5ef973cb17c82d90bd2d2f7900b428f (patch)
tree70e83f01594df6e1613f39fcd35a0bec502b0477
parenta8ccd062c46e6a23555422f27d0bb9102f354619 (diff)
downloademacs-82db8fa7c5ef973cb17c82d90bd2d2f7900b428f.tar.gz
emacs-82db8fa7c5ef973cb17c82d90bd2d2f7900b428f.zip
*** empty log message ***
-rw-r--r--lispref/ChangeLog4
-rw-r--r--src/ChangeLog7
2 files changed, 11 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 03fc486ae5a..e0f53dd26e1 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12006-05-31 Juri Linkov <juri@jurta.org>
2
3 * minibuf.texi (Minibuffer History): Add history-add-new-input.
4
12006-05-30 Richard Stallman <rms@gnu.org> 52006-05-30 Richard Stallman <rms@gnu.org>
2 6
3 * display.texi (Line Height): Fix errors in description of 7 * display.texi (Line Height): Fix errors in description of
diff --git a/src/ChangeLog b/src/ChangeLog
index cca73c2d2a8..555e57110f2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12006-05-31 Juri Linkov <juri@jurta.org>
2
3 * minibuf.c (Vhistory_add_new_input): New variable.
4 (read_minibuf): Use it.
5 (syms_of_minibuf) <history-add-new-input>: New Lisp variable.
6 (syms_of_minibuf) <history-delete-duplicates>: Doc fix.
7
12006-05-31 Kim F. Storm <storm@cua.dk> 82006-05-31 Kim F. Storm <storm@cua.dk>
2 9
3 * process.c (select_wrapper): Add wrapper around select to work around 10 * process.c (select_wrapper): Add wrapper around select to work around