diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 90ffce575f9..3f0c4196afd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2013-09-24 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-09-24 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * dispnew.c (clear_glyph_row, copy_row_except_pointers): Use enums | ||
| 4 | instead of ints, as it's the usual style for offsetof constants. See: | ||
| 5 | http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00478.html | ||
| 6 | |||
| 3 | * data.c (POPCOUNT_STATIC_INLINE): New macro, as a hack for popcount. | 7 | * data.c (POPCOUNT_STATIC_INLINE): New macro, as a hack for popcount. |
| 4 | This is ugly, but it should fix the performance problem for older | 8 | This is ugly, but it should fix the performance problem for older |
| 5 | GCC versions in the short run. I'll look into integrating the | 9 | GCC versions in the short run. I'll look into integrating the |