12013-10-06  Dimitar Zhekov  <dimitar.zhekov@gmail.com>
2
3 * src/insertnum.c:
4   Small improvements, increased the maximum number of lines
5   to 250000.
6
72013-10-06  Dimitar Zhekov  <dimitar.zhekov@gmail.com>
8
9 * src/insertnum.c:
10   Undefined GTK_COMPAT_H and fixed compilation with
11   Geany >= 2013-03-11 && gtk+ <= 2.22. Let's hope it won't
12   break anything.
13
142013-04-06  Dimitar Zhekov  <dimitar.zhekov@gmail.com>
15
16 * src/insertnum.c:
17   Fixed some space indentation.
18   Changes to use GtkGrid under GTK+ 3.
19   Defined GTK_COMPAT_H to avoid inclusion of gtkcompat.h and
20   defined the macros required for GTK+ 2/3 compatibility.
21
222013-04-06  Quentin Glidic <sardemff7+git@sardemff7.net>
23
24 * src/insertnum.c:
25   Changes to compile with GTK+ 3: GtkComboBoxText and
26   gtk_widget_set_can_default().
27
282011-02-23  Dimitar Zhekov  <dimitar.zhekov@gmail.com>
29
30 * src/insertnum.c:
31   Another small memory leak fix, by Colomban Wendling.
32
332011-02-06  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
34
35 * src/insertnum.c:
36   Fix a little memory leak.
37
382010-12-07  Dimitar Zhekov  <dimitar.zhekov@gmail.com>
39
40 * src/insertnum.c:
41   Added thin selection support. Increased the required API version
42   to that of Geany 0.19 (the first that includes thin selection).
43
442010-10-06  Dimitar Zhekov  <dimitar.zhekov@gmail.com>
45
46 * src/insertnum.c:
47   Replaced start and step entries with spins.
48   Decreased the number of lines to 100000.
49
502010-03-12  Dimitar Zhekov  <hamster@mbox.contact.bg>
51
52 * src/insertnum.c:
53   Small changes to compile with GTK+ 2.8 / Win32.
54