]> git.lyx.org Git - features.git/blob - ChangeLog
041cf8420209ad8a6fdbb5011f1d19fe62c8e949
[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         * autogen.sh (AUTOCONF): let the autogen script create the
14         POTFILES.in file too. POTFILES.in should perhaps now not be
15         included in the cvs module.
16
17         * some more files changed to use C++ includes instead of C ones.
18
19         * src/filedlg.C (Reread): fixed a bug wrt Time. It was appended
20         not assigned.
21         (Reread): added tostr to nlink. buggy output otherwise.
22         (Reread): added a string() around szMode when assigning to Buffer,
23         without this I got a log of garbled info strings.
24
25         * acconfig.h: commented out the PTR_AS_INT macros. They should not
26         be needed.
27
28         * I have added several ostream & operator<<(ostream &, some_type)
29         functions. This has been done to avoid casting and warnings when
30         outputting enums to lyxerr. This as thus eliminated a lot of
31         explicit casts and has made the code clearer. Among the enums
32         affected: kb_action, InsetLatexAccent::ACCENT_TYPE, a couple of
33         mathed enums, some font enum the Debug::type enum. 
34
35         * src/support/lyxstring.h (clear): missing method. equivalent of
36         erase(0, npos).
37
38         * all files that contained "stderr": rewrote constructs that used
39         stderr to use lyxerr instead. (except bmtable)
40
41         * src/support/DebugStream.h (level): and the passed t with
42         Debug::ANY to avoid spurious bits set.
43
44         * src/debug.h (Debug::type value): made it accept strings of the
45         type INFO,INIT,KEY.
46
47         * configure.in (Check for programs): Added a check for kpsewhich,
48         the latex generation will use this later to better the dicovery of
49         all used files. 
50
51         * src/BufferView.C (create_view): we don't need to cast this to
52         (void*) that is done automatically.
53         (WorkAreaButtonPress): removed some dead code.
54
55 1999-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
56
57         * src/minibuffer.C (Init): make sure that the "Welcome to LyX!"
58         is not overwritten when translated (David Sua'rez de Lis).
59
60         * lib/CREDITS: Added David Sua'rez de Lis
61
62         * lib/reLyX/configure.in: setup LYX_DIR correctly in reLyX.
63
64         * src/bufferparams.C (BufferParams): default input encoding is now
65         "latin1" 
66
67         * acinclude.m4 (cross_compiling): comment out macro
68         LYX_GXX_STRENGTH_REDUCE. 
69
70         * acconfig.h: make sure that const is not defined (to empty) when
71         we are compiling C++. Remove commented out code using SIZEOF_xx
72         macros.
73         
74         * configure.in : move the test for const and inline as late as
75         possible so that these C tests do not interefere with C++ ones.
76         Remove the call to LYX_GXX_STRENGTH_REDUCE, since its usefulness
77         has not been proven. 
78
79 1999-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
80
81         * src/table.C (getDocBookAlign): remove bad default value for
82         isColumn parameter.
83
84         * src/menus.C (ShowFileMenu): add a missing tostr() for lastfiles
85         shortcut. 
86         (ShowFileMenu2): ditto.
87
88         * lib/reLyX/.cvsignore: add configure and aclocal.m4 to the list
89         of files to ignore.
90
91 1999-10-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
92
93         * Most files: finished the change from the old error code to use
94         DebugStream for all lyxerr debugging. Only minor changes remain
95         (e.g. the setting of debug levels using strings instead of number) 
96
97 1999-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
98
99         * src/layout.C (Add): Changed to use compare_no_case instead of
100         strcasecmp.
101
102         * src/FontInfo.C: changed loop variable type too string::size_type.
103
104 1999-10-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
105
106         * src/support/Makefile.am: added -I${srcdir}/../ to INCLUDES and
107         set ETAGS_ARGS to --c++ 
108
109 1999-09-30  Lars Gullik Bjønnes  <larsbj@lyx.org>
110
111         * src/table.C (DocBookEndOfCell): commented out two unused variables
112
113         * src/paragraph.C: commented out four unused variables. 
114
115         * src/lyx_cb.C (TocUpdateCB): moved variable i and added a new i
116         insed a if clause with type string::size_type.
117
118         * src/lyxfr1.C (IsSearchStringInText): changed iSrch from int to
119         string::size_type.
120
121         * src/lyxfunc.C (Dispatch): use string::size_type as loop variable.
122
123         * src/lyx_cb.C (ReplaceWord): use string::size_type as loop
124         variable, also changed loop to go from 0 to lenght + 1, instead of
125         -1 to length. This should be correct.
126
127         * src/LaTeX.C (scanError): use string::size_type as loop variable
128         type.
129
130         * src/BufferView.C (WorkAreaButtonPress): moved #if 0 up two lines
131         (l.896) since y_tmp and row was not used anyway.
132
133         * src/insets/insetref.C (escape): use string::size_type as loop
134         variable type.
135
136         * src/insets/insetquotes.C (Width): use string::size_type as loop
137         variable type.
138         (Draw): use string::size_type as loop variable type.
139
140         * src/insets/insetlatexaccent.C (checkContents): use
141         string::size_type as loop variable type.
142
143         * src/insets/insetlabel.C (escape): use string::size_type as loop
144         variable type.
145
146         * src/insets/insetinfo.C: added an extern for current_view.
147
148         * src/insets/insetcommand.C (scanCommand): use string::size_type
149         as loop variable type.
150
151         * most files: removed the RCS tags. With them we had to recompile
152         a lot of files after a simple cvs commit. Also we have never used
153         them for anything meaningful. 
154
155         * most files: tags-query-replace NULL 0. As adviced several plases
156         we now use "0" instead of "NULL" in our code. 
157
158         * src/support/filetools.C (SpaceLess): use string::size_type as
159         loop variable type.
160
161 1999-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
162
163         * src/paragraph.C: fixed up some more string stuff.
164
165 1999-09-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
166
167         * src/support/filetools.h: make modestr a std::string.
168
169         * src/filetools.C (GetEnv): made ch really const.
170
171         * src/lyxlib.h: removed the Maximum and Minimum inline functions,
172         made code that used these use max/min from <algorithm> instead.
173
174         * changed several c library include files to their equivalent c++
175         library include files. All is not changed yet.
176
177         * created a support subdir in src, put lyxstring and lstrings
178         there + the extra files atexit, fileblock, strerror. Created
179         Makefile.am. edited configure.in and src/Makefile.am to use this
180         new subdir. More files moved to support.
181
182         * imported som of the functions from repository lyx, filetools
183         
184         * ran tags-query-replace on LString -> string, corrected the bogus
185         cases. Tried to make use of lstrings.[hC], debugged a lot. There
186         is still some errors in there. This is errors where too much or
187         too litle get deleted from strings (string::erase, string::substr,
188         string::replace), there can also be some off by one errors, or
189         just plain wrong use of functions from lstrings. Viewing of quotes
190         is wrong. 
191
192         * LyX is now running fairly well with string, but there are
193         certainly some bugs yet (see above) also string is quite different
194         from LString among others in that it does not allow null pointers
195         passed in and will abort if it gets any.
196         
197         * Added the revtex4 files I forgot when setting up the repository.
198
199 1999-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
200
201         * All over: Tried to clean everything up so that only the files
202           that we really need are included in the cvs repository.
203         * Switched to use automake.
204         * Generaton of reLyX is not perfect, LYX_DIR does not get substituted.
205         * Install has not been checked.
206
207 1999-09-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
208
209         * po/pt.po: Three errors:
210                l.533 and l.538 format specification error
211                l. 402 duplicate entry, I just deleted it.
212