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