]> git.lyx.org Git - lyx.git/blob - src/support/ChangeLog
better key handling, move some methods closer to caller, fix in lyxstring, change...
[lyx.git] / src / support / ChangeLog
1 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2
3         * lyxsum.C (sum): don't use sstream anymore, use istream_iterator
4         directly instead.
5
6         * lyxstring.C (operator): make const operator[] behave as
7         non-const and at.
8
9 2001-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10
11         * Makefile.am (EXTRA_DIST): add the os_*.C files.
12
13 2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14
15         * filetools.C (MakeAbsPath): remove debugging statement
16
17 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
18
19         * FileInfo.h: X_OK workaround for cygwin
20
21         * Makefile.am:
22         * os.C:
23         * os.h:
24         * os_os2.C:
25         * os_unix.C:
26         * os_win32.C:
27         * filetools.C:
28         * filetools.h: Added os:: class.
29
30         * rename.C:
31         * syscall.C:
32         * tempname.C: OS/2 fixes
33
34 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
35
36         * textutils.h: remvoe !NEW_INSETS cruft
37
38 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
39
40         * fmt.C: 
41         * atoi.C: add using directives when needed for C functions
42         declared in std:: namespace.
43
44 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
45
46         * lstrings.C : add two helper structs, local_lowercase and
47         local_uppercase. 
48         (lowercase): change to use std::transform
49         (uppercase): change to use std::transform
50
51 2001-04-25  Allan Rae  <rae@lyx.org>
52
53         * lyxstring.C : Assert got moved and Lars missed a few.
54
55 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
56
57         * LAssert.h (Assert): put into namespace lyx
58
59         * lyxfunctional.h: put into namespace lyx
60         * translator.h: adjust
61
62 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
63
64         * lyxalgo.h: put into namespace lyx, add firster and copy_if
65
66         * FileInfo.h: inherit privately from noncopyable
67         * path.h: ditto
68
69 2001-04-16  Allan Rae  <rae@lyx.org>
70
71         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
72         as an unrecognised preprocessor directive.  So ensure they're wrapped. 
73
74 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
75
76         * several files: remove CXX_WORKING_NAMESPACES
77
78         * FileInfo.h: noncopyable is in namespace boost
79         * path.h: ditto
80
81 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
82
83         * syscontr.h: fix header include
84
85 2001-02-28  Baruch Even  <baruch@ev-en.org>
86
87         * filetools.C: Removed dependency on syscall.h
88
89         * syscall.h:
90         * syscall.C: Minor cleanings before I start to touch this code.
91
92 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
93
94         * filetools.C (CreateTmpDir): change umask to 0700.
95
96 2001-02-27  José Matos  <jamatos@fep.up.pt>
97
98         * filetools.h (BasePath):
99         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
100
101         * filetools.C (IsLyXFilename):
102         * filetools.C (IsSGMLFilename): test if extension is suffix and not
103         only contained.
104
105 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
106
107         * fmt.C: 
108         * filetools.C: 
109         * atoi.C: remove cruft
110
111 2001-02-06  albert chin  <china@thewrittenword.com>
112
113         * snprintf.h: 
114         * fmt.C: use HAVE_DECL_SNPRINTF
115         
116 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
117
118         * lyxstring.C: Fix some assertions.
119
120 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
121
122         * lstrings.C (strip): Add a fix for compilers with broken
123         string::find_last_not_of.
124
125         * filetools.C (AddPath): Simplify by using strip and frontStrip.
126
127 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
128
129         * lyxstring.C (rfind): Fix broken functions.
130         (find): Few optimizations.