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 (75 lines) | stat: -rw-r--r-- 2,132 bytes parent folder | download | duplicates (5)
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
(Recent changelogs are integrated to ../../../ChangeLog)

2010-02-28  Araki Ken  <arakiken@users.sf.net>

	* data_entry_string.c: If data->initial is NULL, mlterm_set_param is called
	  with "" instead of data->initial in entry_string_reset(). (This bug caused
	  segmentation fault in exiting mlcc in OpenSolaris 2009.06.)

2010-02-02  Araki Ken  <arakiken@users.sf.net>

	* Font and color configuration protocol is supported in
	  non-interactive mode.
	  ex) mlcc font ISO8859_1 *--%d-*-iso8859-1
	      mlcc font ISO8859_1,12

2005-11-18 MINAMI Hirokazu   <minami@mistfall.net>

	*minor cleanups for 2.9.3

2004-11-21  MINAMI Hirokazu  <minami@mistfall.net>

        * added a dummy manpage (mlcc.1).

2004-11-21  MINAMI Hirokazu  <minami@mistfall.net>

	* added non-interactive mode.
	ex)
	 mlcc fg_color blue

2004-10-04  Seiichi SATO <ssato@sh.rim.or.jp>

	* new input method option.

2003-06-29  MINAMI Hirokazu  <minami@mistfall.net>

	* re-introduced mlcc
	 - adopted new configuration scheme.

2002-09-04  MINAMI Hirokazu  <minami@chem.s.u-tokyo.ac.jp>

	* lots of minor fix/enhancements. 2.6.0 ready.

2002-07-08  MINAMI Hirokazu  <minami@chem.s.u-tokyo.ac.jp>

	* gamma/contrast are now supported.

2002-06-24  MINAMI Hirokazu  <minami@chem.s.u-tokyo.ac.jp>

	* code cleanup & bugfix (wall paper support was broken).

2002-06-14  MINAMI Hirokazu  <minami@chem.s.u-tokyo.ac.jp>

	* rewrite input handling to lower CPU load.

2002-06-13  MINAMI Hirokazu  <minami@chem.s.u-tokyo.ac.jp>

	* modified comm.c for compatibility 
	(now VMIN=0, VTIME=0. Does this works under NetBSD?)

	* added contrib/tool/LICENE, contrib/tool/Changelog

2002-06-12 20:41  h_minami

	* main.c: removed SA_SIGINFO which is not compatible with
	sa_handler.

2002-06-12 20:36  h_minami

	* Makefile.in, comm.c, comm.h, config.h.in, configure,
	configure.in, data.c, data.h, data_entry_bool.c, data_entry_bool.h,
	data_entry_color.c, data_entry_color.h, data_entry_numeric.c,
	data_entry_numeric.h, data_entry_radio.c, data_entry_radio.h,
	data_entry_string.c, data_entry_string.h, install-sh, main.c: mlcc
	(console based config tool) is added.