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