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