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