diff options
| author | Eli Zaretskii | 2001-12-18 17:56:11 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-12-18 17:56:11 +0000 |
| commit | e4e34e31efed7f561a780e52c4483f39876332b3 (patch) | |
| tree | d596635bc1c115873f7e43a8695960283896fa19 | |
| parent | 64b4e1f11b58808211ca20ca24539b6d76455510 (diff) | |
| download | emacs-e4e34e31efed7f561a780e52c4483f39876332b3.tar.gz emacs-e4e34e31efed7f561a780e52c4483f39876332b3.zip | |
*** empty log message ***
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 93fca7cc553..4159da65173 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * yow.c (main): Use time_t, not long, to avoid a compiler warning. | ||
| 4 | |||
| 1 | 2001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 5 | 2001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 6 | ||
| 3 | * test-distrib.c: Fix previous change. | 7 | * test-distrib.c: Fix previous change. |
diff --git a/src/ChangeLog b/src/ChangeLog index e001f967382..4e2547382de 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * Makefile.in (lisp, shortlisp): Synchronize with changes to | ||
| 4 | lisp/Makefile.in:DONTCOMPILE. | ||
| 5 | |||
| 1 | 2001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 6 | 2001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 7 | ||
| 3 | * xdisp.c (window_box_height): Do not return negative values. | 8 | * xdisp.c (window_box_height): Do not return negative values. |