forked from shirok/Gauche-gtk2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
33 lines (24 loc) · 1.19 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
2012-04-02 Shiro Kawai <[email protected]>
* src/gtk-lib.hints (gtk-tree-model-get-column-type): Fixed mismatch
of arguments - the function body referred to global function 'index'
instead of the argument 'index_'.
(gtk-ui-manager-add-ui-from-string): Use u_int instead of uint for
the portability.
Also fixed several places to suppress warnings.
* src/gauche-gtk.h: Added a couple of missing prototypes.
2011-11-23 Akinori Hattori <[email protected]>
* src/h2s-gtk.scm: Added gdk-pixbuf-directory.
* src/gtk-lib.hints: Fixed function redefinition errors.
* lib/h2s/parse.scm: Skip preprocessor directive inside the
enum definition.
2011-07-25 Shiro Kawai <[email protected]>
* lib/h2s/parse.scm (parse-struct): Strip GSEAL() macro for now,
in order to keep the backward compatibility---some time near
future we should discurage accessing gtk objects with slots.
2011-02-28 Shiro Kawai <[email protected]>
* src/h2s-gtk.scm (*header-search-paths*): Bail out with proper
error message when gtk and pango development environment can't
be found.
2010-05-25 Shiro Kawai <[email protected]>
* Imported CVS HEAD of Gauche-gtk and changed various parts
to catch up the latest Gauche.