]> git.lyx.org Git - lyx.git/blob - src/support/ChangeLog
More fixes to the autocollapsing of paragraphs.
[lyx.git] / src / support / ChangeLog
1 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2
3         * filetools.C:
4         * lstrings.C:
5         * lyxstring.C: change "while(" to "while ("
6
7 2001-12-03  Ben Stanley <bds02@uow.edu.au>
8
9         * lyxsum.C: Added mmap version of CRC and made it selected 
10         by default where available. Used process_block for crc for speedup.
11         
12 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
13
14         * filetools.C: more robust failure for DirList()
15
16 2001-11-29  André Pönitz <poenitz@gmx.net>
17         
18         * types.h: introduce types for textclass numbers and layout numbers
19
20 2001-11-28  André Pönitz <poenitz@gmx.net>
21         
22         * Makefile.am: put types.h in
23
24 2001-11-26  André Pönitz <poenitz@gmx.net>
25         
26         * types.h: introduce types for paragraph positions and layout numbers
27
28 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
29
30         * filetools.C: remove dead code
31  
32         * syscall.C: show prog in fail case
33  
34 2001-10-24  Andre Poenitz  <poenitz@HTWM.De>
35
36         * filetools.C: code style cleanup
37
38 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
39
40         * os.h: remove spurious punctuation.
41
42 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
43
44         * LAssert.h:
45         * LAssert.C: use new emergencyCleanup()
46  
47 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
48
49         * filetools.C (i18nLibFileSearch): check also LANGUAGE and LC_ALL,
50         like GNU gettext does.
51
52 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
53
54         * filetools.C (AbsolutePath): Use os::is_absolute_path() (also in
55         several methods)
56         (findtexfile): oops! the change from last friday was wrong...
57
58         * os_win32.C (is_absolute_path): 
59         * os_unix.C (is_absolute_path): 
60         * os_os2.C (is_absolute_path): new method       
61
62 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
63
64         * filetools.C (findtexfile): apply os::internal_path to the result.
65
66 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
67
68         * os_win32.C: 
69         * os_unix.C:
70         * os_os2.C:
71         * os.h: add internal_path method, which converts a unix-type file
72         name to the type known to the underlying file system (currently
73         only useful on cygwin) [from Ruurd A. Reitsma and Claus Hentschel]
74
75 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
76
77         * smart_ptr.h: new file
78
79         * utility.h: new file
80
81 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
82
83         * filetools.h:
84         * filetools.C (IsDirWriteable): fix this
85  
86 2001-07-26  Baruch Even  <baruch@lyx.org>
87
88         * lyxlib.h (float_equal): Added function to compare floats almost equal
89         (see function comment).
90
91 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
92
93         Consistent use of Lsstream.h:
94         * filetools.C (GetFileContents): std::ostringstream -> ostringstream.
95
96 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
97
98         * translator.h: (*it). -> it->
99
100 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
101
102         * filetools.C (DeleteAllFilesInDir): send debug output to
103         Debug::FILES instewad of Debug::ANY.
104
105         * DebugStream.h: remove gcc 2.8.x hack.
106
107 2001-06-26  The LyX Project  <jug@sad.it>
108
109         * lstrings.h:
110         * lstrings.C (escape): move method to escape non ascii characters
111         from insets label and ref to here.
112
113 2001-06-25  The LyX Project  <jug@sad.it>
114
115         * filetools.C (IsLyXFilename): 
116         (IsSGMLFilename): do case insensitive name matching
117
118 2001-06-24  The LyX Project  <jug@sad.it>
119
120         * lstrings.C (compare_ascii_no_case): version of compare_no_case
121         which only considers case of ascii characters
122
123         * lyxstring.C (replace): added for compatibility with gcc 2.95.3+
124         sstream header.
125
126 2001-06-23  The LyX Project  <jug@sad.it>
127
128         * textutils.h (IsPrintable): take into account unprintable spaces
129         above 127.
130         (IsDigit): new function
131         (IsLetterCharOrDigit): use IsDigit
132
133 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
134
135         * filetools.C (findtexfile): strip final \r if necessary (for
136         cygwin)
137
138 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
139
140         * FileInfo.C:
141         * StrPool.C: removed // -*- C++ -*- as first line.
142
143 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
144
145         * lyxsum.C (do_crc): switch to use boost::crc for generating the
146         checksum.
147
148 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
149
150         * lstrings.C: 
151         * syscall.C:
152         * syscontr.C: 
153         * LSubstring.C: bring C functions in global namespace if
154         necessary. 
155
156         * lstrings.h (compare): use the std:: version of str[n]cmp only
157         when it exists.
158
159 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
160
161         * syscontr.C: add std::
162
163         * syscall.C: add std::
164
165         * lstrings.h (compare): add std::
166
167         * lstrings.C (prefixIs): add std::
168         (suffixIs): ditto
169         (subst): ditto
170
171         * LSubstring.C (LSubstring): add std::
172
173 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
174
175         * lyxsum.C (sum): use istreambuf_iterator when available.
176
177 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
178
179         * lyxsum.C (sum): don't use sstream anymore, use istream_iterator
180         directly instead.
181
182         * lyxstring.C (operator): make const operator[] behave as
183         non-const and at.
184
185 2001-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
186
187         * Makefile.am (EXTRA_DIST): add the os_*.C files.
188
189 2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
190
191         * filetools.C (MakeAbsPath): remove debugging statement
192
193 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
194
195         * FileInfo.h: X_OK workaround for cygwin
196
197         * Makefile.am:
198         * os.C:
199         * os.h:
200         * os_os2.C:
201         * os_unix.C:
202         * os_win32.C:
203         * filetools.C:
204         * filetools.h: Added os:: class.
205
206         * rename.C:
207         * syscall.C:
208         * tempname.C: OS/2 fixes
209
210 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
211
212         * textutils.h: remvoe !NEW_INSETS cruft
213
214 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
215
216         * fmt.C: 
217         * atoi.C: add using directives when needed for C functions
218         declared in std:: namespace.
219
220 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
221
222         * lstrings.C : add two helper structs, local_lowercase and
223         local_uppercase. 
224         (lowercase): change to use std::transform
225         (uppercase): change to use std::transform
226
227 2001-04-25  Allan Rae  <rae@lyx.org>
228
229         * lyxstring.C : Assert got moved and Lars missed a few.
230
231 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
232
233         * LAssert.h (Assert): put into namespace lyx
234
235         * lyxfunctional.h: put into namespace lyx
236         * translator.h: adjust
237
238 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
239
240         * lyxalgo.h: put into namespace lyx, add firster and copy_if
241
242         * FileInfo.h: inherit privately from noncopyable
243         * path.h: ditto
244
245 2001-04-16  Allan Rae  <rae@lyx.org>
246
247         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
248         as an unrecognised preprocessor directive.  So ensure they're wrapped. 
249
250 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
251
252         * several files: remove CXX_WORKING_NAMESPACES
253
254         * FileInfo.h: noncopyable is in namespace boost
255         * path.h: ditto
256
257 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
258
259         * syscontr.h: fix header include
260
261 2001-02-28  Baruch Even  <baruch@ev-en.org>
262
263         * filetools.C: Removed dependency on syscall.h
264
265         * syscall.h:
266         * syscall.C: Minor cleanings before I start to touch this code.
267
268 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
269
270         * filetools.C (CreateTmpDir): change umask to 0700.
271
272 2001-02-27  José Matos  <jamatos@fep.up.pt>
273
274         * filetools.h (BasePath):
275         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
276
277         * filetools.C (IsLyXFilename):
278         * filetools.C (IsSGMLFilename): test if extension is suffix and not
279         only contained.
280
281 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
282
283         * fmt.C: 
284         * filetools.C: 
285         * atoi.C: remove cruft
286
287 2001-02-06  albert chin  <china@thewrittenword.com>
288
289         * snprintf.h: 
290         * fmt.C: use HAVE_DECL_SNPRINTF
291         
292 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
293
294         * lyxstring.C: Fix some assertions.
295
296 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
297
298         * lstrings.C (strip): Add a fix for compilers with broken
299         string::find_last_not_of.
300
301         * filetools.C (AddPath): Simplify by using strip and frontStrip.
302
303 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
304
305         * lyxstring.C (rfind): Fix broken functions.
306         (find): Few optimizations.