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