]> git.lyx.org Git - features.git/blob - ChangeLog
Updated REAMDE and INSTALL a tiny bit
[features.git] / ChangeLog
1 1999-10-06  Asger Alstrup Nielsen  <alstrup@diku.dk>
2
3         * Updated README and INSTALL a bit, mostly to check that my
4         CVS rights are correctly set up.
5
6 1999-10-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
7
8         * src/support/lyxstring.C (helper): removed bogus Assert. strlen
9         does not allow '\0' chars but lyxstring and std::string does.
10
11 1999-10-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
12
13         * configure.in (Check for programs): Added a check for kpsewhich,
14         the latex generation will use this later to better the dicovery of
15         all used files. 
16
17         * src/BufferView.C (create_view): we don't need to cast this to
18         (void*) that is done automatically.
19         (WorkAreaButtonPress): removed some dead code.
20
21 1999-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
22
23         * src/minibuffer.C (Init): make sure that the "Welcome to LyX!"
24         is not overwritten when translated (David Sua'rez de Lis).
25
26         * lib/CREDITS: Added David Sua'rez de Lis
27
28         * lib/reLyX/configure.in: setup LYX_DIR correctly in reLyX.
29
30         * src/bufferparams.C (BufferParams): default input encoding is now
31         "latin1" 
32
33 1999-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
34
35         * src/table.C (getDocBookAlign): remove bad default value for
36         isColumn parameter.
37
38         * src/menus.C (ShowFileMenu): add a missing tostr() for lastfiles
39         shortcut. 
40         (ShowFileMenu2): ditto.
41
42         * lib/reLyX/.cvsignore: add configure and aclocal.m4 to the list
43         of files to ignore.
44
45 1999-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
46
47         * src/layout.C (Add): Changed to use compare_no_case instead of
48         strcasecmp.
49
50         * src/FontInfo.C: changed loop variable type too string::size_type.
51
52 1999-10-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
53
54         * src/support/Makefile.am: added -I${srcdir}/../ to INCLUDES and
55         set ETAGS_ARGS to --c++ 
56
57 1999-09-30  Lars Gullik Bjønnes  <larsbj@lyx.org>
58
59         * src/table.C (DocBookEndOfCell): commented out two unused variables
60
61         * src/paragraph.C: commented out four unused variables. 
62
63         * src/lyx_cb.C (TocUpdateCB): moved variable i and added a new i
64         insed a if clause with type string::size_type.
65
66         * src/lyxfr1.C (IsSearchStringInText): changed iSrch from int to
67         string::size_type.
68
69         * src/lyxfunc.C (Dispatch): use string::size_type as loop variable.
70
71         * src/lyx_cb.C (ReplaceWord): use string::size_type as loop
72         variable, also changed loop to go from 0 to lenght + 1, instead of
73         -1 to length. This should be correct.
74
75         * src/LaTeX.C (scanError): use string::size_type as loop variable
76         type.
77
78         * src/BufferView.C (WorkAreaButtonPress): moved #if 0 up two lines
79         (l.896) since y_tmp and row was not used anyway.
80
81         * src/insets/insetref.C (escape): use string::size_type as loop
82         variable type.
83
84         * src/insets/insetquotes.C (Width): use string::size_type as loop
85         variable type.
86         (Draw): use string::size_type as loop variable type.
87
88         * src/insets/insetlatexaccent.C (checkContents): use
89         string::size_type as loop variable type.
90
91         * src/insets/insetlabel.C (escape): use string::size_type as loop
92         variable type.
93
94         * src/insets/insetinfo.C: added an extern for current_view.
95
96         * src/insets/insetcommand.C (scanCommand): use string::size_type
97         as loop variable type.
98
99         * most files: removed the RCS tags. With them we had to recompile
100         a lot of files after a simple cvs commit. Also we have never used
101         them for anything meaningful. 
102
103         * most files: tags-query-replace NULL 0. As adviced several plases
104         we now use "0" instead of "NULL" in our code. 
105
106         * src/support/filetools.C (SpaceLess): use string::size_type as
107         loop variable type.
108
109 1999-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
110
111         * src/paragraph.C: fixed up some more string stuff.
112
113 1999-09-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
114
115         * src/support/filetools.h: make modestr a std::string.
116
117         * src/filetools.C (GetEnv): made ch really const.
118
119         * src/lyxlib.h: removed the Maximum and Minimum inline functions,
120         made code that used these use max/min from <algorithm> instead.
121
122         * changed several c library include files to their equivalent c++
123         library include files. All is not changed yet.
124
125         * created a support subdir in src, put lyxstring and lstrings
126         there + the extra files atexit, fileblock, strerror. Created
127         Makefile.am. edited configure.in and src/Makefile.am to use this
128         new subdir. More files moved to support.
129
130         * imported som of the functions from repository lyx, filetools
131         
132         * ran tags-query-replace on LString -> string, corrected the bogus
133         cases. Tried to make use of lstrings.[hC], debugged a lot. There
134         is still some errors in there. This is errors where too much or
135         too litle get deleted from strings (string::erase, string::substr,
136         string::replace), there can also be some off by one errors, or
137         just plain wrong use of functions from lstrings. Viewing of quotes
138         is wrong. 
139
140         * LyX is now running fairly well with string, but there are
141         certainly some bugs yet (see above) also string is quite different
142         from LString among others in that it does not allow null pointers
143         passed in and will abort if it gets any.
144         
145         * Added the revtex4 files I forgot when setting up the repository.
146
147 1999-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
148
149         * All over: Tried to clean everything up so that only the files
150           that we really need are included in the cvs repository.
151         * Switched to use automake.
152         * Generaton of reLyX is not perfect, LYX_DIR does not get substituted.
153         * Install has not been checked.
154
155 1999-09-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
156
157         * po/pt.po: Three errors:
158                l.533 and l.538 format specification error
159                l. 402 duplicate entry, I just deleted it.
160