diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1df4f6ae0ba..9378c9df4e2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2015-01-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Use bool, not int, to track face changes | ||
| 4 | * xfaces.c (face_change): Rename from face_change_count, and | ||
| 5 | change from int to bool. The var is now true (instead of nonzero) | ||
| 6 | if attributes have changed; this is simpler. All uses changed. | ||
| 7 | Fixes: bug#19698 | ||
| 8 | |||
| 1 | 2015-01-27 Eli Zaretskii <eliz@gnu.org> | 9 | 2015-01-27 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * dired.c (directory_files_internal) [WINDOWSNT]: If readdir | 11 | * dired.c (directory_files_internal) [WINDOWSNT]: If readdir |