diff options
| author | Chong Yidong | 2012-08-20 00:19:05 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-08-20 00:19:05 +0800 |
| commit | 450809af98c857e5161aa28f31871e52a22dacad (patch) | |
| tree | 156c14718baa8be7dd9f866af3b959e33eb8be38 /src/ChangeLog | |
| parent | 6b1319cec2cc1753ca527533f78fe45069342dfa (diff) | |
| download | emacs-450809af98c857e5161aa28f31871e52a22dacad.tar.gz emacs-450809af98c857e5161aa28f31871e52a22dacad.zip | |
* src/xdisp.c (handle_invisible_prop): Fix ellipses at overlay string ends.
* test/redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
Fixes: debbugs:3874
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a287474ec06..63b968c8bb5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-08-19 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (handle_invisible_prop): Fix ellipses at overlay string | ||
| 4 | ends (Bug#3874). | ||
| 5 | |||
| 1 | 2012-08-19 Andreas Schwab <schwab@linux-m68k.org> | 6 | 2012-08-19 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 7 | ||
| 3 | * .gdbinit: Use call instead of set when calling a function in the | 8 | * .gdbinit: Use call instead of set when calling a function in the |