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 5007995e14e..eed9dc916b9 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-04-06 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix more problems found by GCC 4.6.0's static checks. | ||
| 4 | |||
| 5 | * emacsclient.c (message): Mark it as a printf-like function. | ||
| 6 | |||
| 7 | * make-docfile.c (IF_LINT): New macro, copied from emacsclient.c. | ||
| 8 | (write_c_args): Use it to suppress GCC warning. | ||
| 9 | |||
| 1 | 2011-03-30 Paul Eggert <eggert@cs.ucla.edu> | 10 | 2011-03-30 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 11 | ||
| 3 | Fix a problem found by GCC 4.6.0's static checks. | 12 | Fix a problem found by GCC 4.6.0's static checks. |