File: ChangeLog

package info (click to toggle)
curves 0.8.7
  • links: PTS
  • area: main
  • in suites: slink
  • size: 704 kB
  • ctags: 1,001
  • sloc: cpp: 6,197; ansic: 519; makefile: 270; sh: 192; fortran: 149
file content (58 lines) | stat: -rw-r--r-- 2,001 bytes parent folder | download | duplicates (2)
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
1998-10-08  Marc Singer  <elf@netcom.netcom.com>

	* termcap.cxx (_compose_i): Error in the constant pushing code
	that incorrectly terminated the constant entry state after reading
	the first character of the it.  Fixes assert failure when
	displaying on rxvt.

1998-09-10  Marc Singer  <elf@netcom.netcom.com>

	* main.cxx (do_version): Added --version and --help switches.
	This fixes a peculiar crash bug, too.
	(main): Added hook for cvs update to use the -H switch, too.  I
	think this is OK, but I haven't checked it with cvs yet.  The
	fallback is to use the non-'-H' version.

1998-09-06  Marc Singer  <elf@netcom.netcom.com>

	* curves.1: Documented the search commands.

	* Makefile.in ($(DEPEND) depend): Fixed dependency generation.
	Calling C++ compiler to do the work instead of the C compiler.

	* curves.1: Proofreading man pages.  Added help on the built-in
	line editor.

	* curves.cxx (_classify): Added conflict status.  How could I
	forget it?

Sun Jul 26 22:39:26 1998  Marc Singer  <elf@florence.straylight.com>

	* porting.cxx (vsnprintf): Added this portability function.
	(rindex): And this one, too.

	* debug.h (assert_): Renamed assert macro to assert_ in order to
	avoid a collision with the STL libraries unfriendly inclusion of
	the standard assert macro.

Mon Jul  6 22:43:57 1998  Marc Singer  <elf@florence.straylight.com>

	* blue6.cxx (reconcile): Check for non-ansi color setting
	commands.  This makes color work in Debian 2.0.

Mon Jun 22 00:35:36 1998  Marc Singer  <elf@florence.straylight.com>

	* curves.cxx (do_directory_move): Force redraw of directory window
	if scroll isn't working.

	* blue6.cxx (do_draw_line): Detect lack of graphics charset.

	* curves.cxx (init_colors): Monochrome color scheme automatically
	selected when appropriate.

Fri Jun 19 19:18:05 1998  Marc Singer  <elf@florence.straylight.com>

	* mktime.c: __mon_lengths made static to avoid conflict with
	standard library.  I wish they'd implement the function I need
	instead.