summaryrefslogtreecommitdiff
path: root/obsolete/dviware/tkdvi/ChangeLog-0.1-0.2
blob: 06148bea62c51306ce7f93f72ab4bc5c0f0abf96 (plain)
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
1999-06-18  Anselm Lingnau  <lingnau@tm.informatik.uni-frankfurt.de>

	* Released version 0.2. 

	* lib/browser.tcl, lib/pagesel.tcl: Made sure the current page
	  is highlighted in the page selector even after a DVI file
	  reload.

	* dvi/dviFile.c: Fixed reference count bug which resulted in
	  files not being closed properly when opened multiple times.

	* lib/browser.tcl: Browser monster fix: Made measuring device
	  appear only in non-overview display modes. Fixed bug relating to
	  measuring device in scrolled canvas. Added keyboard shortcuts to
	  switch between display modes. Fixed wrap-around bug in paging
	  via keyboard and/or page selector arrow buttons where pages
	  would appear multiple times in non-single display modes. Changed
	  arrow buttons/keyboard scroll increment to scroll 16 pages in
	  overview mode.

1999-06-16  Anselm Lingnau  <lingnau@tm.informatik.uni-frankfurt.de>

        * configure.in: Bumped version number to 0.2 in preparation for
	  release.

	* tkdvi.in: Obtain program version number from configure.in.

1999-06-15  Anselm Lingnau  <lingnau@tm.informatik.uni-frankfurt.de>

	* Fixed segmentation fault during de-allocation of PK fonts,
	  which was due to uninitialized *charInfoPtr entries.
	  (dvi/fontPK.c)

	* Fixed bug where fonts would not be changed during a DVI file
	  reload. Now a DVI file carries a `generation number' which
	  counts the reloads, and this is checked during the reloading
	  operation to free and re-read the fonts if necessary.
	  (dvi/dvi.h, dvi/dviFile.c, dvi/image.c)

1999-06-13  Anselm Lingnau  <lingnau@tm.informatik.uni-frankfurt.de>

	* Prototype virtual font implementation. (touched lots of files
	  in dvi subdirectory)

1999-06-14  Anselm Lingnau  <lingnau@tm.informatik.uni-frankfurt.de>

	* Fixed error where it would not be possible to `make dist' in
	  a separate build directory -- the tests and test dvi files
	  would be looked for below the current directory rather than
	  $(srcdir). (Makefile.am)

1999-06-12  Anselm Lingnau  <lingnau@tm.informatik.uni-frankfurt.de>

	* Made build environment libtool-free, in favor of the Tcl
	  build information from tclConfig.sh. (configure.in,
	  dvi/Makefile.am)

1999-06-11  Anselm Lingnau  <lingnau@tm.informatik.uni-frankfurt.de>

	* Quoted the message in the 4-byte data type #error directive.
	  Thanks to Oliver Pust for pointing this out. (dvi/dvi.h)

1999-06-10  Anselm Lingnau  <lingnau@tm.informatik.uni-frankfurt.de>

	* Added configuration option `--with-kpathseainc=DIR' and extended
	  include path guessing conditionals to cope better with teTeX
	  being installed with differing `prefix' and `exec-prefix'.
	  Thanks to Jan Braun for helping to debug this. (configure.in,
	  dvi/Makefile.am, dvi/findFont.c, dvi/init.c)