File: ChangeLog

package info (click to toggle)
lyx 1.3.4-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 41,996 kB
  • ctags: 28,239
  • sloc: cpp: 169,428; sh: 11,309; ansic: 6,029; perl: 3,828; python: 1,659; makefile: 1,554; yacc: 356; tcl: 163; sed: 72
file content (224 lines) | stat: -rw-r--r-- 6,708 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
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
2004-02-03  Angus Leeming  <leeming@lyx.org>

	* boost/detail/limits.hpp: add support for Itanium machines.

2003-10-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>

	* boost/config/user.hpp (BOOST_REGEX_NARROW_INSTANTIATE): only
	define for gcc 2.x

2003-10-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>

	* boost/config/user.hpp (BOOST_REGEX_NARROW_INSTANTIATE): define
	on OSX

2003-05-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>

	* boost/config/compiler/gcc.hpp: accept gcc 3.3 as valid compiler

2003-03-31  Adrian Bunk  <bunk@fs.tum.de>

	* boost/integer_traits.hpp: compilation fix for NetBSD

2003-02-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>

	* boost/regex/detail/regex_match.hpp (string_compare): do not
	declare a version for wstring is BOOST_NO_WREGEX is defined.

	* boost/regex/config.hpp: do not try to include <cwchar> and
	<cwctype> when BOOST_NO_WREGEX is defined.

	* boost/integer_traits.hpp (integer_traits): add support for
	OpenBSD (something like that is already in boost cvs tree)

2002-11-21  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* boost/format/format_implementation.hpp (clear_bind): use
	io::out_of_range 

	* boost/config/user.hpp (BOOST_FUNCTION_NO_DEPRECATED): define it.

2002-11-20  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* Boost.Format: add files so that this boost lib can be used.

2002-11-07  Angus Leeming  <leeming@lyx.org>

	* libs/regex/src/Makefile.am: add cregex.cpp and fileiter.cpp

2002-10-15  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* update boost to version 1.29.0.

2002-08-20  Lars Gullik Bjnnes  <larsbj@gullik.net>

	* update boost, we have almost no local changes to the boost files
	now.
	[But still: Remember that all changes to boost code _must_ go
	through me, then I can sync up with my boost tree, and also
	request changes on the boost developers list.]

2002-08-09  Lars Gullik Bjnnes  <larsbj@gullik.net>

	* update boost
	[Remember that all changes to boost code _must_ go through me,
	then I can sync up with my boost tree, and also request changes on
	the boost developers list.]

2002-07-29  Lars Gullik Bjnnes  <larsbj@gullik.net>

	* update boost
	[Remember that all changes to boost code _must_ go through me,
	then I can sync up with my boost tree, and also request changes on
	the boost developers list.]

2002-06-18  Angus Leeming  <leeming@lyx.org>

	Reapplied:
	* boost/signals/connection.hpp:
	* libs/signals/src/connection.cpp: c-assert expects an int, so don't
	pass it a pointer.

2002-06-16  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* update boost. (prev commit lost).

2002-06-12  Angus Leeming  <leeming@lyx.org>

	* boost/signals/connection.hpp:
	* libs/signals/src/connection.cpp: c-assert expects an int, so don't
	pass it a pointer.

2002-06-03  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* libs/regex/src/Makefile.am: only compile the source files that
	we actually have to.

2002-05-28  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* libs/regex/src/.cvsignore: ignore .lo, .deps and .libs
	* libs/signals/src/.cvsignore: ditto

2002-05-26  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* libs/signals/Makefile.am: new file
	* libs/signals/.cvsignore: ditto
	* libs/signals/src/.cvsignore: ditto
	* libs/signals/src/Makefile.am: ditto
	* libs/signals/src/connection.cpp: ditto
	* libs/signals/src/signal_base.cpp: ditto
	* libs/signals/src/slot.cpp: ditto
	* libs/signals/src/trackable.cpp: ditto

	* libs/regex/src/.cvsignore: add libboostregex.la

	* libs/Makefile.am (SUBDIRS): add signals

2002-05-24  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* libs/regex/src/Makefile.am (libboostregex_la_SOURCES): add a
	missing \ that made the lib incomplete.

	* update and enable use of exceptions again.

2002-05-22  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* boost/detail/shared_count.hpp: never throw, assert or ponder on
	instead.

	* major boost update. (a bit more is comming)

2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>

	* boost/crc.hpp (detail): re-apply the cxx patch from 2001-06-07.

2001-07-07  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* boost/config.hpp: update

2001-06-07  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* boost/limits.hpp: completely bogus jug addon removed.

	* boost/crc.hpp: possible fix for the cxx compilation problems, as
	suggested on the boost list.

2001-06-01  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* boost/config.hpp: remove hack moved to config.h

2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>

	* boost/config.hpp (BOOST_NO_LIMITS): fix the hack mentionned
	below.

2001-06-01  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* boost/utility.hpp: update
	* boost/static_assert.hpp: update
	* boost/smart_ptr.hpp: update
	* boost/config.hpp: update
	(BOOST_NO_LIMITS): add a hack so that we can continue to use
	lyxstring.

	* boost/detail/limits.hpp: new file
	* boost/limits.hpp: new file
	* boost/integer.hpp: new file
	* boost/crc.hpp: new file

2001-05-31  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* boost/re_detail/regex_synch.hpp: delete file
	* boost/re_detail/regex_stack.hpp: delete file
	* boost/re_detail/regex_split.hpp: delete file
	* boost/re_detail/regex_raw_buffer.hpp: delete file
	* boost/re_detail/regex_options.hpp: delete file
	* boost/re_detail/regex_match.hpp: delete file
	* boost/re_detail/regex_library_include.hpp: delete file
	* boost/re_detail/regex_kmp.hpp: delete file
	* boost/re_detail/regex_format.hpp: delete file
	* boost/re_detail/regex_cstring.hpp: delete file
	* boost/re_detail/regex_config.hpp: delete file
	* boost/re_detail/regex_compile.hpp: delete file
	* boost/re_detail/fileiter.hpp: delete file

	* boost/regex_traits.hpp: delete file
	* boost/regex.hpp: delete file
	* boost/regex.h: delete file
	* boost/cregex.hpp: delete file
	* boost/config.h.in: delete file

	* mkinstalldirs: delete file
	* missing: delete file
	* ltmain.sh delete file
	* ltconfig: delete file
	* install-sh: delete file
	* configure.in: delete file
	* config.sub: delete file
	* config.guess: delete file
	* aclocal.m4: delete file
	* acinclude.m4: delete file

2001-05-30  Juergen Vigna  <jug@sad.it>

	* boost/config.hpp: change include of <string> to "LString.h".

2001-05-29  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* boost/utility.hpp: update

	* boost/smart_ptr.hpp: update... not finished

	* boost/config.hpp: update

2001-04-17  Lars Gullik Bjnnes  <larsbj@birdstep.com>

	* boost/array.hpp: move array back into namespace boost

2001-03-15  Lars Gullik Bjnnes  <larsbj@trylle.birdstep.com>

	* boost/utility.hpp: remove lyx specific modifications.

2001-02-20  Angus Leeming  <a.leeming@ic.ac.uk>

	* .cvsignore: added various files