diff options
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index efff4c2d2d7..8faf19d0beb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,12 @@ | |||
| 1 | 2006-09-12 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * subr.el (sit-for): Rework to use input-pending-p and cond. | ||
| 4 | Return nil input is pending on entry also for SECONDS <= 0. | ||
| 5 | (while-no-input): Use input-pending-p instead of sit-for. | ||
| 6 | |||
| 1 | 2006-09-11 Richard Stallman <rms@gnu.org> | 7 | 2006-09-11 Richard Stallman <rms@gnu.org> |
| 2 | 8 | ||
| 3 | * simple.el (next-error-highlight, next-error-highlight-no-select): | 9 | * simple.el (next-error-highlight, next-error-highlight-no-select): |
| 4 | Fix custom type and doc strings. | 10 | Fix custom type and doc strings. |
| 5 | 11 | ||
| 6 | 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca> | 12 | 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca> |