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