diff options
| author | Juri Linkov | 2004-09-08 20:14:58 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-09-08 20:14:58 +0000 |
| commit | 7e388eb7a2b33e35f1f7b2d2067599ff8338a49f (patch) | |
| tree | 51ca757215a15934bb3866412421b18aaa68919b | |
| parent | fbb2f03dc88a24097039253884d9809e227a761e (diff) | |
| download | emacs-7e388eb7a2b33e35f1f7b2d2067599ff8338a49f.tar.gz emacs-7e388eb7a2b33e35f1f7b2d2067599ff8338a49f.zip | |
*** empty log message ***
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
3 files changed, 14 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 7eb522400d6..56edf46be59 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-09-08 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'. | ||
| 4 | |||
| 1 | 2004-09-07 Luc Teirlinck <teirllm@auburn.edu> | 5 | 2004-09-07 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 6 | ||
| 3 | * locals.texi (Standard Buffer-Local Variables): Add | 7 | * 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 @@ | |||
| 1 | 2004-09-08 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * mini.texi (Minibuffer History): Add `history-delete-duplicates'. | ||
| 4 | |||
| 1 | 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change) | 5 | 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change) |
| 2 | 6 | ||
| 3 | * makefile.w32-in: Fix PGG and Sieve entries. | 7 | * 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 @@ | |||
| 1 | 2004-09-08 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * minibuf.c (history_delete_duplicates): New variable. | ||
| 4 | (read_minibuf): Use it. | ||
| 5 | (syms_of_minibuf): Create the corresponding lisp variable. | ||
| 6 | |||
| 1 | 2004-09-08 Kim F. Storm <storm@cua.dk> | 7 | 2004-09-08 Kim F. Storm <storm@cua.dk> |
| 2 | 8 | ||
| 3 | * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in | 9 | * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in |