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