diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 68138e46b6b..c503da29732 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2013-06-20 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * floatfns.c (Flog10): Move to Lisp (marked obsolete there). | ||
| 4 | |||
| 5 | 2013-06-20 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> | ||
| 6 | |||
| 7 | * floatfns.c (Flog) [HAVE_LOG2]: Use log2 if available and if the | ||
| 8 | base is 2; this is more accurate. | ||
| 9 | |||
| 1 | 2013-06-19 Juanma Barranquero <lekktu@gmail.com> | 10 | 2013-06-19 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 11 | ||
| 3 | * sound.c (string_default): Move to !WINDOWSNT section. | 12 | * sound.c (string_default): Move to !WINDOWSNT section. |