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