-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
144 lines (98 loc) · 4.36 KB
/
ChangeLog
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
======= version 1.0.1 =======
2024-03-16 Ulrik Sandborg-Petersen <ulrikp@scripturesys.com>
* configure.ac: Upgrade AC_PREREQ from 2.69 to 2.71.
* configure.ac: Bump version to 1.0.1.
* m4/: Update to latest from the main emdros/emdros GitHub repository.
modified: m4/emdros_buildenv.m4
modified: m4/emdros_macos.m4
deleted: m4/emdros_solaris.m4
modified: m4/emdros_wx.m4
* Remove support for old versions of Sun Solaris.
modified: src/cli/HAL/Makefile.am
modified: src/gui/chunkingtool/Makefile.am
* Update docs to support Python 3, not Python 2.
* emdros-example-programs-config.h.in: Update to the latest
version from autotools.
* src/cli/HAL/Makefile.am: Do 'ARFLAGS = cru', not ARFLAGS =
@ARFLAGS@. The need to have a special ARFLAGS autoconf AC_SUBST
variable went away when we removed the support for old versions of
Solaris.
* src/gui/chunkingtool/Makefile.am: Use WITH_WX_PROGRAMS, not
WX_DO_UNICODE.
* src/cli/HAL/Makefile.am: Don't attempt to link against
emdrosguiu, since this is a CLI app, not a GUI app.
======= version 1.0.0 =======
2019-01-16 Ulrik Sandborg-Petersen <ulrikp@scripturesys.com>
* src/cli/HAL/: Update the HAL example, with MIT license, from
Emdros version 3.7.0.pre04 (before removal from that version).
Files affected:
modified: src/cli/HAL/HALSpace.cpp
modified: src/cli/HAL/HALSpace.h
modified: src/cli/HAL/Makefile.am
modified: src/cli/HAL/doc/Makefile.am
modified: src/cli/HAL/hal.cpp
modified: src/cli/HAL/hal_build_database.cpp
modified: src/cli/HAL/hal_build_database.h
modified: src/cli/HAL/hal_defines.h
modified: src/cli/HAL/hal_execution_environment.cpp
modified: src/cli/HAL/hal_execution_environment.h
modified: src/cli/HAL/hal_schema.cpp
modified: src/cli/HAL/hal_schema.h
modified: src/cli/HAL/hal_string_func.cpp
modified: src/cli/HAL/hal_string_func.h
modified: src/cli/HAL/halblddb.cpp
modified: src/cli/HAL/hallexer.h
modified: src/cli/HAL/hallexer.re
modified: src/cli/HAL/mingw.mak
modified: src/cli/HAL/win32.mak
* src/gui/chunkingtool/: Update the ChunkingTool example, with MIT
license, from Emdros version 3.7.0.pre04 (before removal from that
version).
Files affected:
modified: src/gui/chunkingtool/ctdoc.cpp
modified: src/gui/chunkingtool/ctdoc.h
modified: src/gui/chunkingtool/ctmf.cpp
modified: src/gui/chunkingtool/ctmf.h
modified: src/gui/chunkingtool/ctwx.cpp
modified: src/gui/chunkingtool/ctwx.h
* m4/emdros_wx.m4: Update with the latest from Emdros.
* src/cli/HAL/doc/Makefile.am: Work with the directory
structure in this repo again.
* src/cli/HAL/Makefile.am: Adjust to this directory structure.
* src/cli/HAL/hallexer.h: Remove obsolete distinction between
<istream> and <istream.h>.
* src/gui/chunkingtool/: Adjust to this directory structure, and
the absence of TECkit.
Files affected:
modified: src/gui/chunkingtool/Makefile.am
modified: src/gui/chunkingtool/ctmf.cpp
modified: src/gui/chunkingtool/ctmf.h
modified: src/gui/chunkingtool/ctwx.cpp
modified: src/gui/chunkingtool/mingw.mak
modified: src/gui/chunkingtool/win32.mak
* src/gui/chunkingtool/cfg/wihebrew.cfg: Don't include TECkit variables.
* emdros-example-programs.spec.in: %define prefix to be /usr, and
use it.
2018-05-31 Ulrik Sandborg-Petersen <ulrikp@scripturesys.com>
* rmfile.sh: Initial addition.
* doc/Makefile.am: Remove GNU-Make-isms, thus moving towards
better POSIX compliance and greater portability.
2017-12-30 Ulrik Sandborg-Petersen <ulrikp@scripturesys.com>
* Add emdros-example-programs.spec.in.
* Makefile.am: EXTRA_DIST the following files:
emdros-example-programs.spec.in
emdros-example-programs.spec
* configure.ac: Generate emdros-example-programs.spec from
emdros-example-programs.spec.in.
* src/cli/HAL/Makefile.am: Change the install directory from
@prefix@/share/emdros/hal to
@prefix@/share/emdros-example-programs/hal
* src/gui/chunkingtool/Makefile.am: Change the install directory
from $(prefix)/share/emdros/chunkingtool to
$(prefix)/share/emdros-example-programs/chunkingtool
* src/gui/chunkingtool/doc/Makefile.am: Change the install
directory from $(prefix)/share/emdros/chunkingtool to
$(prefix)/share/emdros-example-programs/chunkingtool
* doc/mqlhal.1.in: Initial addition.
* doc/hal_build_db.1: Initial addition.
* doc/Makefile.am: Distribute these new man-files.