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