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