summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2012-08-06 12:22:43 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2012-08-06 12:22:43 -0400
commitcbcc70072ca522afbf01a6bcd0890a5ffaa730aa (patch)
tree932d1cc993202e6c4a18748b45fb9146ed67d3b6 /src/ChangeLog
parent4d365fa4cc083c4f84d1af8bcefc8852c9530307 (diff)
* src/buffer.h (struct buffer): Revert `indirections' to a simple int;
that should be sufficient for everyone.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3eb47219f30..e33a080cdda 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * buffer.h (struct buffer): Revert `indirections' to a simple int;
+ that should be sufficient for everyone.
+
2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
* keyboard.c (timer_check_2): Add break so timer_check returns next