summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b64d20..ecca861 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+12-09-23 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/common/fnv1a.c:
+ * src/common/fnv1a.h:
+ New entries: compute hashes of string values.
+
+ * src/common/Makefile.am:
+ Add the fnv1a.[ch] files to libcommon_la_SOURCES.
+
+ * src/glibext/gbufferline.c:
+ * src/glibext/gbufferline.h:
+ * src/glibext/gbuffersegment.c:
+ * src/glibext/gbuffersegment.h:
+ * src/glibext/gcodebuffer.c:
+ * src/glibext/gcodebuffer.h:
+ Select segments for highlighting.
+
+ * src/gtkext/gtkblockview.c:
+ * src/gtkext/gtkbufferview.c:
+ * src/gtkext/gtkbufferview-int.h:
+ When selecting segments, highlight all the same content.
+
12-09-17 Cyrille Bagard <nocbos@gmail.com>
* plugins/python/androperms/androperms.py: