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