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