diff options
| author | Paul Eggert | 2011-05-27 12:30:12 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-05-27 12:30:12 -0700 |
| commit | f1b54466e9f3b0d0037f161157a8b27dd0fb283f (patch) | |
| tree | c2c3d9c5d84d640fd6eb371ebbc309c5d823fb11 /src/ChangeLog | |
| parent | 842b28a0658be1d3afdf0dbda876c4c354d3672c (diff) | |
| download | emacs-f1b54466e9f3b0d0037f161157a8b27dd0fb283f.tar.gz emacs-f1b54466e9f3b0d0037f161157a8b27dd0fb283f.zip | |
* fns.c: Fix minor problems prompted by GCC 4.6.0 warnings.
(crypto_hash_function): Now static.
Fix pointer signedness problems. Avoid unnecessary initializations.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 93496a6cd86..2373dd81ad1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-05-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * fns.c: Fix minor problems prompted by GCC 4.6.0 warnings. | ||
| 4 | (crypto_hash_function): Now static. | ||
| 5 | Fix pointer signedness problems. Avoid unnecessary initializations. | ||
| 6 | |||
| 1 | 2011-05-27 Chong Yidong <cyd@stupidchicken.com> | 7 | 2011-05-27 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 8 | ||
| 3 | * termhooks.h (Vselection_alist): Make it terminal-local. | 9 | * termhooks.h (Vselection_alist): Make it terminal-local. |