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