diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cca73c2d2a8..555e57110f2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-05-31 Kim F. Storm <storm@cua.dk> | 8 | 2006-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 |