diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index c2abbc11925..698e7b60a7a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-02-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Declare file-scope functions and variables static if not exported. | ||
| 4 | This is more consistent, and is nicer with gcc -Wstrict-prototypes. | ||
| 5 | * ebrowse.c, emacsclient.c, fakemail.c, make-docfile.c, movemail.c: | ||
| 6 | * profile.c, test-distrib.c, update-game-score.c: | ||
| 7 | Declare non-'main' functions and variables to be static. | ||
| 8 | * ebrowse.c: Omit redundant function prototypes. | ||
| 9 | |||
| 1 | 2011-02-20 Juanma Barranquero <lekktu@gmail.com> | 10 | 2011-02-20 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 11 | ||
| 3 | * makefile.w32-in (obj): Remove md5.o. | 12 | * makefile.w32-in (obj): Remove md5.o. |