File: ChangeLog

package info (click to toggle)
see 0.61-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 768 kB
  • ctags: 312
  • sloc: ansic: 2,155; sh: 1,094; makefile: 58
file content (37 lines) | stat: -rw-r--r-- 1,501 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
34
35
36
37
0.51 	- replaced popen() with pipe/fork/exec model when 
	  checking manpage section (caused segfault on some 
	  large gzipped manpages)
	- also fixed bug loading non-system manpages with 
	  fullpaths (section ***) from file list

0.52 	added "tailing" for watch on very large text files

0.53 	fixed bug (incurred in 0.51) loading files at start-up 

0.6 	several major and numerous minor changes
	(the source and executable increased 30% in size):
	- the executable is now "seetxt", with a softlink "seeman" 
	  to induce the loading of manpages (so no more -f or -m)
	- added cross application drag n' drop support
	- returned to popen() model for man check, this time using 
	  the return value for compatibility on non-english 
	  language systems
	- added "reconfigure", "copy out" and "execute" menu options
	- added "background", "editor", "tail at", and "copy to" 
	  configuration options
	- begins by default as server, so no more -S
	- fixed possible bug with character counts in regexp searches
	- fixed bug with saved highlight data in manpages
	- added preserve position when loading from filelist, 
	  to simulate simple tabbing
	- "-x" implimented for server calls
	- added ctrl-/ to activate search entry
	- eliminated use of GNU extensions to make see POSIX compliant
	- dialog windows now center on parent instead of with mouse
	- bookmarks and highlighting are auto-saved	

0.61	- added "copy selection" and "copy all" menu options
	- improved drag n' drop functionality