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