File: ChangeLog

package info (click to toggle)
gkrelluim 0.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 580 kB
  • ctags: 108
  • sloc: sh: 1,147; ansic: 711; makefile: 12
file content (145 lines) | stat: -rw-r--r-- 3,240 bytes parent folder | download | duplicates (4)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
2010-07-14 dai <d+gkrelluim@vdr.jp>

	* Release 0.3.1
	* src/*.[ch]
	  - updated the year part of the copyright notice
	* mainly fix for Debian packaging
	* Makefile.am, configure.ac
	  - use glib-gettextize and intltool instead of gettextize
	* intl/, m4/
	  - removed
	* po/gkrelluim.pot
	  - included

2008-05-24 dai <d+gkrelluim@vdr.jp>

	* Release 0.3.0
	* src/uim-helper.h
	  - include uim/uim-scm.h instead of uim/uim-compat-scm.h
	  - see uim r4830

2008-03-15 dai <d+gkrelluim@vdr.jp>

	* Release 0.2.0
	* Copyright update
	* several codes taken from uim-1.4.2

2006-06-11 dai <d+gkrelluim@vdr.jp>

	* Release 0.1.1
	* uim-helper.c
	  - helper_toolbar_prop_list_update
	  	add uim_init

2006-06-09 dai <d+gkrelluim@vdr.jp>

	* Release 0.1.0
	* gkrelluim.c
	  - add cb_mode_button
		cb_input_button
	  - remove command[]
	           apply_gkrelluim_config
		   save_gkrelluim_config
		   load_gkrelluim_config
	  - modify exec_command
	           cb_menu_button
		   create_gkrelluim
		   create_gkrelluim_tab
		   plugin_gkrelluim
	* uim-helper.c
	  - add _CommandEntry
	        get_command_entry_desc
		get_command_entry_command
		get_command_entry_custom_button_show_symbol
		helper_toolbar_check_custom
		safe_gettext
		has_n_strs
		prop_menu_activate
		create_prop_menu (popup_prop_menu)
		create_mode_menu
		create_input_menu
		create_im_menu
		list_data_free
		prop_data_flush
		mode_data_flush
		input_data_flush
		im_data_flush
		prop_button_append_menu
		im_button_append_menu
		mode_button_append_menu
		input_button_append_menu
		is_icon_registered
		register_icon
		init_icon
		helper_init
	  - sync svn get_charset
	             convert_charset
		     helper_toolbar_prop_list_update
		     helper_toolbar_prop_label_update
		     uim_toolbar_get_im_list
		     helper_toolbar_parse_helper_str
		     fd_read_cb
		     uim_toolbar_check_helper_connection
	* ja.po
	  - update

2005-10-29 dai <d+gkrelluim@vdr.jp>

	* Release 0.0.6
	* configure.ac, gkrelluim.c, uim-helper.c
	  - use config.h
	* gkrelluim.c
	  - gettextize
	  - change license X/MIT to GPL
	* ja.po
	  - update

2005-09-28 dai <d+gkrelluim@vdr.jp>

	* Release 0.0.5
	* gkrelluim.c, uim-helper.c
	  - add license
	  - include some header files
	* gkrelluim.c
	  - refer launch menu to ~/.uim.d/customs/custom-toolbar.scm
	  - some cosmetic changes
	* src/Makefile.am
	  - s/CFLAGS/AM_CFLAGS/ s/LDFLAGS/AM_LDFLAGS/

2005-06-27 dai <d+gkrelluim@vdr.jp>

	* Release 0.0.4
	* rename from configure.in to configure.ac
	* add input label
	* remove unused functions and variables
	* fix typo my mail address
	* remove GtkItemFactory
	* split gkrelluim.c

2005-02-27 dai <d+gkrelluim@vdr.jp>

	* Release 0.0.3
	* remove launch button
	* add launch menu
	* apply gkrelluim-0.0.2-status_text.diff (by Konosuke Watanabe, thx!)
	* parts taken from toolbar-common-gtk.c (0.4.6beta2),
	  replace parts taken from old helper-toolbar-common-gtk.c

2004-10-20 dai <d+gkrelluim@vdr.jp>

	* Release 0.0.2
	* add launch button uim-im-switcher

2004-09-23 dai <d+gkrelluim@vdr.jp>

	* Release 0.0.1
	* autoconficate

2004-09-11 dai <d+gkrelluim@vdr.jp>

	* Release 0.0.0 (20040911.1)
	* s/strdup/g_strdup/

2004-09-10 dai <d+gkrelluim@vdr.jp>

	* Release 0.0.0 (20040910.1)