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