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