]> git.lyx.org Git - features.git/blob - ChangeLog
merge from the string-switch branch and ready for a prelease.
[features.git] / ChangeLog
1 1999-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2
3         * src/layout.C (Add): Changed to use compare_no_case instead of
4         strcasecmp.
5
6         * src/FontInfo.C: changed loop variable type too string::size_type.
7
8 1999-10-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
9
10         * src/support/Makefile.am: added -I${srcdir}/../ to INCLUDES and
11         set ETAGS_ARGS to --c++ 
12
13 1999-09-30  Lars Gullik Bjønnes  <larsbj@lyx.org>
14
15         * src/table.C (DocBookEndOfCell): commented out two unused variables
16
17         * src/paragraph.C: commented out four unused variables. 
18
19         * src/lyx_cb.C (TocUpdateCB): moved variable i and added a new i
20         insed a if clause with type string::size_type.
21
22         * src/lyxfr1.C (IsSearchStringInText): changed iSrch from int to
23         string::size_type.
24
25         * src/lyxfunc.C (Dispatch): use string::size_type as loop variable.
26
27         * src/lyx_cb.C (ReplaceWord): use string::size_type as loop
28         variable, also changed loop to go from 0 to lenght + 1, instead of
29         -1 to length. This should be correct.
30
31         * src/LaTeX.C (scanError): use string::size_type as loop variable
32         type.
33
34         * src/BufferView.C (WorkAreaButtonPress): moved #if 0 up two lines
35         (l.896) since y_tmp and row was not used anyway.
36
37         * src/insets/insetref.C (escape): use string::size_type as loop
38         variable type.
39
40         * src/insets/insetquotes.C (Width): use string::size_type as loop
41         variable type.
42         (Draw): use string::size_type as loop variable type.
43
44         * src/insets/insetlatexaccent.C (checkContents): use
45         string::size_type as loop variable type.
46
47         * src/insets/insetlabel.C (escape): use string::size_type as loop
48         variable type.
49
50         * src/insets/insetinfo.C: added an extern for current_view.
51
52         * src/insets/insetcommand.C (scanCommand): use string::size_type
53         as loop variable type.
54
55         * most files: removed the RCS tags. With them we had to recompile
56         a lot of files after a simple cvs commit. Also we have never used
57         them for anything meaningful. 
58
59         * most files: tags-query-replace NULL 0. As adviced several plases
60         we now use "0" instead of "NULL" in our code. 
61
62         * src/support/filetools.C (SpaceLess): use string::size_type as
63         loop variable type.
64
65 1999-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
66
67         * src/paragraph.C: fixed up some more string stuff.
68
69 1999-09-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
70
71         * src/support/filetools.h: make modestr a std::string.
72
73         * src/filetools.C (GetEnv): made ch really const.
74
75         * src/lyxlib.h: removed the Maximum and Minimum inline functions,
76         made code that used these use max/min from <algorithm> instead.
77
78         * changed several c library include files to their equivalent c++
79         library include files. All is not changed yet.
80
81         * created a support subdir in src, put lyxstring and lstrings
82         there + the extra files atexit, fileblock, strerror. Created
83         Makefile.am. edited configure.in and src/Makefile.am to use this
84         new subdir. More files moved to support.
85
86         * imported som of the functions from repository lyx, filetools
87         
88         * ran tags-query-replace on LString -> string, corrected the bogus
89         cases. Tried to make use of lstrings.[hC], debugged a lot. There
90         is still some errors in there. This is errors where too much or
91         too litle get deleted from strings (string::erase, string::substr,
92         string::replace), there can also be some off by one errors, or
93         just plain wrong use of functions from lstrings. Viewing of quotes
94         is wrong. 
95
96         * LyX is now running fairly well with string, but there are
97         certainly some bugs yet (see above) also string is quite different
98         from LString among others in that it does not allow null pointers
99         passed in and will abort if it gets any.
100         
101         * Added the revtex4 files I forgot when setting up the repository.
102
103 1999-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
104
105         * All over: Tried to clean everything up so that only the files
106           that we really need are included in the cvs repository.
107         * Switched to use automake.
108         * Generaton of reLyX is not perfect, LYX_DIR does not get substituted.
109         * Install has not been checked.
110
111 1999-09-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
112
113         * po/pt.po: Three errors:
114                l.533 and l.538 format specification error
115                l. 402 duplicate entry, I just deleted it.
116