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