]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Fix crash after reconfigure.
[lyx.git] / src / ChangeLog
1 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
2
3         * lyxrc.C (read): Update converters data-structures.
4
5 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
6
7         * LaTeX.h (operator!=): add operator != for Aux_Info 
8
9 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
10
11         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
12
13         * LaTeXLog.C: deleted, useful code moved to Buffer
14
15         * buffer.h:
16         * buffer.C: new function getLatexLogName()
17
18         * lyx_gui_misc.C:
19         * lyx_gui.C:
20         * lyxvc.C:
21         * lyxvc.h:
22         * lyxfunc.C: use frontends for LaTeX and VC logs
23
24 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
25
26         * LaTeX.h: yet another std:: that Allan forgot.
27
28         * Variables.C (set): renamed from isset(), because this clashes
29         with some HP-UX macros (grr).
30
31 2001-02-06  Allan Rae  <rae@lyx.org>
32
33         * LaTeX.h: Another bug fix.  Missing std:: this time.
34
35 2001-02-04  Allan Rae  <rae@lyx.org>
36
37         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
38         floats problem. I've left it commented out because it's not quite
39         correct.  It should also test that the current object is a table or
40         figure inset.  But I haven't gotten around to figuring out how to do
41         that.  I *think* it'll be something like: "table" == inset.type()
42
43         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
44         bool.
45
46 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
47
48         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
49         all the citation/databases/styles in the auxilary file. 
50         (run): Rerun latex if there was a babel language error.
51
52 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
53
54         * text.C (Backspace): Preserve the font when changing newline char
55         with a space.
56         (BreakParagraph): If the cursor is before a space, delete the space.
57
58         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
59
60 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
61
62         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
63         new argument (code).
64         (ChangeCitationsIfUnique): New method.
65
66         * paragraph.C (GetPositionOfInset): Handle bibkey.
67
68 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
69
70         * BufferView_pimpl.h: change type of Position::par_pos to
71         LyXParagraph::size_type. 
72
73 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
74
75         * BufferView_pimpl.C (savePosition, restorePosition): Write
76         messages to minibuffer.
77
78 2001-01-28  José Matos  <jamatos@fep.up.pt>
79
80         * buffer.C (makeDocBookFile): adds support for document language.
81         A silly restriction on the name of LatexCommand types where removed.
82         Added support for CDATA sections, allows to chars unescaped, used
83         among others in code, to avoid escape < and >.
84         
85 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
86
87         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
88         saved positions instrad of a stack. Furthermore, a position is
89         stored using paragraph id/paragraph position.
90
91         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
92         Remove LFUN_REF_BACK.
93
94 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
95
96         * converter.C (dvipdfm_options): New method.
97
98 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
99
100         * vspace.C (isValidLength): Fix for empty input string.
101
102 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
103
104         * LyXAction.C (init): change description of LFUN_FIGURE to
105         "Insert Graphics"
106
107 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
108
109         * LaTeX.C: add using directive
110
111 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
112
113         * MenuBackend.C (expand): Fix the sorting of the formats.
114
115 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
116
117         * lyx_main.C: tiny error message fix
118
119 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
120
121         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
122         calling fl_initialize(). This fixes the problem with ',' as
123         decimal separator in text files.
124
125 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
126
127         * trans.C (process): Fix the keymap bug.
128
129 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
130
131         * LaTeX.C (scanAuxFiles): New method. Provides support for
132         multiple bibliographies (when using the bibtopic/bibunits pacakges).
133         (scanLogFile) Scan for "run BibTeX" messages.
134
135         * buffer.C (makeLaTeXFile): Do not load the ae package when using
136         OT1 font encoding. Also, load the aecompl package if the ae
137         package is loaded.
138
139         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
140
141 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
142
143         * texrow.C (increasePos): turn two error messages into debug
144         messages. 
145
146 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
147
148         * LaTeX.C (scanAux): Handle the \@input macro.
149         (runBibTeX): Use scanAux().
150
151         * language.C (latex_options_): New field.
152
153         * LaTeXFeatures.C (getMacros): Add language macros.
154
155         * buffer.C (makeLaTeXFile): Small fix.
156
157 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
158
159         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
160
161         * text2.C: add a using directive.
162
163 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
164
165         * BufferView2.C:
166         * lyx_gui_misc.h:
167         * lyxfr1.C:
168         * lyxfunc.C: kill LyXBell.
169
170 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
171
172         * text.C (IsBoundary): Remove the error message
173         
174         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
175
176         * lyxrc.C (setDefaults): Correct initialization value for
177         font_norm_type.
178
179 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
180
181         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
182         gotoError().
183
184         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
185         and GotoNextNote().
186
187         * src/LyXAction.C: Added reference-next.
188
189         * text.C (InsertChar): Use contains instead of strchr.
190
191         * lyx_cb.C (MenuInsertLabel): Enable default value code.
192
193 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
194
195         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
196         alignment commands (when needed).
197
198         * text.C (InsertChar): Add ':' to number separator chars.