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