File: ChangeLog

package info (click to toggle)
mlterm 3.9.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,340 kB
  • sloc: ansic: 154,713; sh: 5,302; cpp: 2,953; objc: 2,776; java: 2,472; makefile: 2,445; perl: 1,674; xml: 44
file content (44 lines) | stat: -rw-r--r-- 1,343 bytes parent folder | download | duplicates (3)
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
2003-02-02 Seiichi SATO <ssato@sh.rim.or.jp>

	* next.c, mozmodern.c, athena.c, motif.c:
	  replaced the old plugin-interface (vt_*_sb_view_new()) with the new
	  interface (x_*_sb_view_new()) which has been supported since
	  version 2.4.0

2002-09-15 Seiichi SATO <ssato@sh.rim.or.jp>

	* next.c: minor cleanup

2002-09-07 Seiichi SATO <ssato@sh.rim.or.jp>

	* next.c: fixed memory leak in create_bg().

2002-05-05 Seiichi SATO <ssato@sh.rim.or.jp>

	* mozmodern.c: added a cache for pixel values.

2002-05-01 Seiichi SATO <ssato@sh.rim.or.jp>

	* exsb_common.c: fixed minor bug in get_closest_xcolor_pseudo()
	* athena.c, motif.c: removed unused variables

2002-05-01 Seiichi SATO <ssato@sh.rim.or.jp>

	* exsb_common.c: renamed nearest_color to closest_color

2002-04-30 Seiichi SATO <ssato@sh.rim.or.jp>

	* ChangeLog: This file, initial import.
	* LICENCE: Initial import.
	* fixed some bugs related to destroy pixmaps and/or graphic contexts.
	* added initialization for graphic contexts
	* exsb_common.c: Initial import, common functions to manipulate color

2002-04-26 Seiichi SATO <ssato@sh.rim.or.jp>

	* next.c: bugfix in flag initialization in vt_*_sb_view_new()

2002-04-25 Seiichi SATO <ssato@sh.rim.or.jp>

	* Makefile.in, athena.c, motif.c, motif_data.h, mozmodern.c,
	  mozmodern_data.h, next.c, next_data.h : Initial import