diff options
| author | Eli Zaretskii | 2001-11-03 17:02:03 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-11-03 17:02:03 +0000 |
| commit | aed29b9702de7654a9c0429edc5fc6e8a64ed824 (patch) | |
| tree | cf1eb9d87f6e8bd3f0ed866521ff2f554afe50ad | |
| parent | 88751b110033984761630fbb729c5894974acb7b (diff) | |
| download | emacs-aed29b9702de7654a9c0429edc5fc6e8a64ed824.tar.gz emacs-aed29b9702de7654a9c0429edc5fc6e8a64ed824.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6b471638a31..d7a6b6d59a5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * tooltip.el (tooltip-delay): Decrease to 0.7. | ||
| 4 | (tooltip-hide-delay): Enlarge to 10. | ||
| 5 | |||
| 1 | 2001-11-03 Richard M. Stallman <rms@gnu.org> | 6 | 2001-11-03 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * startup.el (fancy-splash-tail): Explain how to recover | 8 | * startup.el (fancy-splash-tail): Explain how to recover |
diff --git a/src/ChangeLog b/src/ChangeLog index 2796574628b..7279cfa9cf5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE. | ||
| 4 | |||
| 5 | * syssignal.h (sigunblock): Don't define if already defined. | ||
| 6 | |||
| 1 | 2001-11-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 7 | 2001-11-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 8 | ||
| 3 | * eval.c (debugger_may_continue, Vdebug_ignored_errors) | 9 | * eval.c (debugger_may_continue, Vdebug_ignored_errors) |