From 7e388eb7a2b33e35f1f7b2d2067599ff8338a49f Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 8 Sep 2004 20:14:58 +0000 Subject: [PATCH] *** empty log message *** --- lispref/ChangeLog | 4 ++++ man/ChangeLog | 4 ++++ src/ChangeLog | 6 ++++++ 3 files changed, 14 insertions(+) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 7eb522400d6..56edf46be59 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2004-09-08 Juri Linkov + + * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'. + 2004-09-07 Luc Teirlinck * locals.texi (Standard Buffer-Local Variables): Add diff --git a/man/ChangeLog b/man/ChangeLog index 1096a3e8001..09d273e1d33 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2004-09-08 Juri Linkov + + * mini.texi (Minibuffer History): Add `history-delete-duplicates'. + 2004-09-08 Dhruva Krishnamurthy (tiny change) * makefile.w32-in: Fix PGG and Sieve entries. diff --git a/src/ChangeLog b/src/ChangeLog index 2c3336df2f7..aa8bf90c906 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2004-09-08 Dan Nicolaescu + + * minibuf.c (history_delete_duplicates): New variable. + (read_minibuf): Use it. + (syms_of_minibuf): Create the corresponding lisp variable. + 2004-09-08 Kim F. Storm * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in -- 2.39.5