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