diff options
| author | Eli Zaretskii | 2001-01-02 14:27:49 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-01-02 14:27:49 +0000 |
| commit | 315f5865d494fdc6c74f92a88eae944b253675d3 (patch) | |
| tree | f9f5eae35c6dce2cfba4532f58d409d60665250f /lib-src/ChangeLog | |
| parent | da55a2b79af1cf83fa661e26e8932b3f6a26d7f4 (diff) | |
| download | emacs-315f5865d494fdc6c74f92a88eae944b253675d3.tar.gz emacs-315f5865d494fdc6c74f92a88eae944b253675d3.zip | |
*** empty log message ***
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index b75e9ed78a8..1deb9b82216 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2001-01-02 Eli Zaretskii <a34785@is.elta.co.il> | ||
| 2 | |||
| 3 | * ebrowse.c (enter_namespace, main): Cast variables to shut up | ||
| 4 | compiler warnings. | ||
| 5 | (yyerror): Change parameter declarations to be of type long, so | ||
| 6 | that they can take pointers on 64-bit platforms. | ||
| 7 | |||
| 8 | * emacsclient.c (main): Remove unused local variable statbfr. | ||
| 9 | (main) <homedir>: Make its declaration conditional on | ||
| 10 | SERVER_HOME_DIR, to avoid compiler warnings. | ||
| 11 | |||
| 12 | * emacsserver.c (main) <homedir>: Make its declaration conditional | ||
| 13 | on SERVER_HOME_DIR, to avoid compiler warnings. | ||
| 14 | |||
| 15 | * fakemail.c (readline): Cast buffer to "long *" to pacify | ||
| 16 | over-zealous compilers. | ||
| 17 | |||
| 1 | 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il> | 18 | 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 19 | ||
| 3 | * etags.c (canonicalize_filename) [DOS_NT]: Fix last change. | 20 | * etags.c (canonicalize_filename) [DOS_NT]: Fix last change. |