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