diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b89bfc41298..bc486a99bd4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Swap buffer text indirection counters in Fbuffer_swap_text. | ||
| 4 | * buffer.c (Fbuffer_swap_text): Swap indirections too. | ||
| 5 | This avoids crash reported by Christoph Scholtes at | ||
| 6 | http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00785.html. | ||
| 7 | |||
| 1 | 2012-07-22 Jan Djärv <jan.h.d@swipnet.se> | 8 | 2012-07-22 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 9 | ||
| 3 | * nsmenu.m (Popdown_data): New struct. | 10 | * nsmenu.m (Popdown_data): New struct. |