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