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