diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 86dec69e094..084f41fc974 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-04-09 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-09 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xmenu.c (set_frame_menubar): Allocate smaller local vectors. | ||
| 4 | This also lets GCC 4.6.0 generate slightly better loop code. | ||
| 5 | |||
| 3 | * callint.c (Fcall_interactively): <, not <=, for optimization. | 6 | * callint.c (Fcall_interactively): <, not <=, for optimization. |
| 4 | (Fcall_interactively): Count the number of arguments produced, | 7 | (Fcall_interactively): Count the number of arguments produced, |
| 5 | not the number of arguments given. This is simpler and lets GCC | 8 | not the number of arguments given. This is simpler and lets GCC |