diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 039c225c1f6..4df4455e862 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2011-08-08 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * ftfont.c (ftfont_pattern_entity): Copy the extras argument to | ||
| 4 | the font entity extracted from the cache (Bug#8109). | ||
| 5 | |||
| 6 | 2011-08-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 7 | |||
| 8 | * composite.c (autocmp_chars): Don't reset point. That is done by | ||
| 9 | restore_point_unwind (Bug#5984). | ||
| 10 | |||
| 11 | 2011-08-07 Juri Linkov <juri@jurta.org> | ||
| 12 | |||
| 13 | * editfns.c (Fformat_time_string): Doc fix, add tag `usage:' | ||
| 14 | to show the arg `TIME' instead of `TIMEVAL'. | ||
| 15 | |||
| 1 | 2011-08-06 Eli Zaretskii <eliz@gnu.org> | 16 | 2011-08-06 Eli Zaretskii <eliz@gnu.org> |
| 2 | 17 | ||
| 3 | * xdisp.c (set_cursor_from_row): Fix cursor positioning when a | 18 | * xdisp.c (set_cursor_from_row): Fix cursor positioning when a |