File: ChangeLog

package info (click to toggle)
gauche-gtk 0.6~pre1%2Bgit20121223-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,716 kB
  • ctags: 1,355
  • sloc: ansic: 7,137; lisp: 5,659; makefile: 341; sh: 186
file content (33 lines) | stat: -rw-r--r-- 1,219 bytes parent folder | download
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  <shiro@acm.org>

	* 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 <hattya@gmail.com>

	* 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  <shiro@acm.org>

	* 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  <shiro@acm.org>

	* 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  <shiro@acm.org>

	* Imported CVS HEAD of Gauche-gtk and changed various parts
	  to catch up the latest Gauche.