diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f5b81cff88e..22e64fb409a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-06-13 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-06-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * editfns.c (Ftranslate_region_internal): Omit redundant test. | ||
| 4 | |||
| 3 | * fns.c (concat): Minor tuning based on overflow analysis. | 5 | * fns.c (concat): Minor tuning based on overflow analysis. |
| 4 | This doesn't fix any bugs. Use int to hold character, instead | 6 | This doesn't fix any bugs. Use int to hold character, instead |
| 5 | of constantly refetching from Emacs object. Use XFASTINT, not | 7 | of constantly refetching from Emacs object. Use XFASTINT, not |