]> git.lyx.org Git - features.git/blob - src/ChangeLog
Include stdio in vspace.C and reindent insettabular.
[features.git] / src / ChangeLog
1 2001-04-04  Juergen Vigna  <jug@sad.it>
2
3         * vspace.C: had to include stdio.h for use of sscanf
4
5 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
6
7         * BufferView.h: 
8         * BufferView_pimpl.h: remove xforms cruft. Both classes are
9         independent of xforms.
10
11 2001-04-02  Juergen Vigna  <jug@sad.it>
12
13         * spellchecker.C: fixed namespace placing!
14
15 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
16
17         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
18         the LyXParagraph * is 0.
19
20 2001-03-29  Juergen Vigna  <jug@sad.it>
21
22         * vspace.C: added support for %, c%, p%, l%.
23         (stringFromUnit): added helper function.
24         (asLatexString): changed to give right results for the %-values.
25
26         * buffer.C: convert the widthp in a width%.
27
28 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
29
30         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
31         figureForm.[Ch].
32
33         * figureForm.[Ch]: stripped the FD_from_figure manipulation
34         code out of lux_cb.[Ch], ready for its (imminent?) removal.
35
36         * lyx_cb.[Ch]: see above.
37
38         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
39         form1.[Ch].
40
41         * form1.[Ch]:
42         * lyx.[Ch]: replaced by figure_form.[Ch].
43
44         * lyx_gui.C:
45         * lyx_gui_misc.C:
46         * lyxfunc.C: changed headers associated with above changes.
47
48 2001-03-27  Juergen Vigna  <jug@sad.it>
49
50         * BufferView_pimpl.C: set the temporary cursor right!
51
52 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
53
54         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
55
56 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
57
58         * LString.h: removed "using std::getline"!
59
60         * BufferView_pimpl.C (Dispatch): changes due to changes in
61         InsetInclude::Params.
62
63         * buffer.C (tag_name): removed redundant break statements as they were
64         producing lots of warnings with my compiler.
65
66 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
67
68         * LString.h: add "using std::getline" when using the real <string>.
69
70 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
71
72         * buffer.C: removed bitset usage.
73         PAR_TAG moved to an anonymous name space.
74         (tag_name): new funtion, also in the anonymous namespace.
75         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
76         (makeDocBookFile): clean code. Completed transition from string arrays
77         to string vectors.
78         (SimpleDocBookOnePar): code clean.
79
80 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
81
82         * tabular.C: add some comments.
83
84 2001-03-22  Juergen Vigna  <jug@sad.it>
85
86         * buffer.C (parseSingleLyXformat2Token): redone the minipage
87         compatibility read a bit and fixed bug with minipage in different
88         depth.
89
90 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
91
92         * buffer.C (pop_tag): removed.
93         (push_tag): removed.
94         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
95         array replaced with vector. Added support for CDATA sections.
96         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
97         at any nest level.
98         (makeDocBookFile): XML conformant declaration of CDATA section,
99         fixed bug related to <emphasis> in the first paragraph char.
100         (sgmlOpenTag): exclude empty tags.
101         (sgmlCloseTag): ditto.
102         
103         * buffer.h (pop_tag): removed.
104         (push_tag): removed.
105
106 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
107
108         * language.h (Languages): added size_type and size().
109
110 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
111
112         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
113         response on compability reading of minipages. One probliem is that
114         the old usage of minipages was «flertydig» 
115
116         * several files here and in subdirs: don't use static at file
117         scope use anon namespaces instead.
118
119 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
120
121         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
122         LaTeX output. This is necessary for Literate document
123         processing.
124
125 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
126
127         * buffer.C: insert hfill when needed.
128
129         * tabular.C (l_getline): use string::erase, small whitespace change.
130
131         * BufferView_pimpl.C: try the anon namespace.
132         * WorkArea.C: ditto
133
134 2001-03-16  Juergen Vigna  <jug@sad.it>
135
136         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
137         otherwise it won't open options-dialogs.
138
139         * buffer.C: honor pextraWidth(p) on converting minipages.
140
141         * tabular.C (l_getline): changed the functions to strip trailing \r.
142
143 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
144
145         * BufferView_pimpl.C:
146         * minibuffer..C: added "using SigC::slot" declaration.
147
148 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
149
150         * lyxlex_pimpl.h: noncopyable is in namespace boost.
151
152         * text2.C: ditto
153
154         * text.C: ditto
155
156         * paragraph.C: ditto
157
158         * lyxtext.h: NO_PEXTRA
159
160         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
161
162         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
163         * ParameterStruct.h: ditto
164         * ParagraphParameters.h: ditto 
165         * lyxparagraph.h: ditto
166
167 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
168
169         * buffer.C: add compability for minipage alignment.
170         (latexParagraphs): remove unwanted pextra check.
171
172         * several files: remove CXX_WORKING_NAMESPACES
173
174         * buffer.C (pop_tag): tie is in namespace boost
175
176         * BufferView.h: noncopyable is in namespace boost
177         * lyxlex.h: ditto
178         * lyx_main.h: ditto
179         * lyx_gui.h: ditto
180         * layout.h: ditto
181         * lastfiles.h: ditto
182         * bufferlist.h: ditto
183         * ShareContainer.h: ditto
184         * LyXView.h: ditto
185         * LyXAction.h: ditto
186         * LaTeX.h: ditto
187
188 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
189
190         * Merging changes from BRANCH_MVC back into HEAD.
191
192         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
193
194 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
195
196         * BufferView_pimpl.C: change from intl.C
197
198         * combox.h:
199         * combox.C:
200         * Makefile.am: move combox.*
201
202         * form1.h:
203         * form1.C:
204         * lyx_gui.C:
205         * intl.h:
206         * intl.C: remove dialog (covered by prefs)
207
208 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
209
210         * lyxfunc.C (Dispatch): removed redundant break statement.
211         
212 2001-03-14  Juergen Vigna  <jug@sad.it>
213
214         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
215
216 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
217
218         * buffer.C: add hack to fix compability reading of minipages.
219
220 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
221
222         * buffer.C (getLists): Cleanup.
223
224 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
225
226         * lyxfont.C (update): don't honor toggleall on font size.
227
228 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
229
230         * bmtable.c:
231         * bmtable.h:
232         * Makefile.am: moved to frontends/xforms/
233
234         * lyx_gui_misc.C:
235         * lyxfunc.C:
236         * BufferView_pimpl.C: changes for moved mathpanel
237
238 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
239
240         * gettext.h: fix gettext_init() in --disable-nls
241
242 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
243
244         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
245
246 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
247
248         * lyx.C:
249         * lyx.h: strip external form
250
251 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
252
253         * BufferView_pimpl.C: add comment, destroySplash()
254
255 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
256
257         * BufferView_pimpl.C:
258         * LyXAction.C:
259         * buffer.C:
260         * commandtags.h:
261         * lyxfunc.C: use re-worked insetinclude
262
263 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
264
265         * buffer.C: add using std::stringstream.
266
267         * lyx_cb.C: readd using std::ios.
268
269         * buffer.C: add using std::map.
270
271         * BufferView_pimpl.C: add using std::vector.
272
273         * ShareContainer.h: add std:: to swap.
274
275         * buffer.h: add some typedefs
276         * buffer.C (getLists): use them
277         (getLists): renamed from getTocList.
278         add a counter for the different float types and use it in the
279         generated string.
280         (getLists): use the same counter for the NEW_INSETS and the "non"
281         NEW_INSETS
282
283         * lyx_cb.h: remove unused items, includes, using etc.
284
285         * ShareContainer.h: remove some commented code, add more comments
286         and "documentation".
287
288 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
289
290         * buffer.C (getTocList): make the list also when NEW_INSETS is
291         defined.
292
293         * buffer.h: remove TocType
294
295         * buffer.C (getTocList): change to return a map<string,
296         vector<TocItem> >, implement for dynamic number of list.
297
298         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
299         * text2.C (PasteSelection): adjust
300         * CutAndPaste.C (pasteSelection): adjust
301
302         * FloatList.C (FloatList): update from the new_insets branch.
303         * Floating.[Ch]: ditto
304         * LaTeXFeatures.C: ditto
305         * buffer.C: ditto
306         * lyxlex_pimpl.C: ditto
307         
308         * paragraph.C (Last): remove when NEW_INSETS is defined.
309
310         * other file: changes because of the above.
311
312 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
313
314         * lyxparagraph.h: rename next to next_, previous to previous_,
315         make them private for NEW_INSETS. Rename Next() to next(),
316         Previous() to previous().
317
318         * other files: changes because of the above.
319
320 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
321
322         * BufferView.h: 
323         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
324         problem.
325
326 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
327
328         * main.C (main): pass lyx_localedir to gettext_init().
329
330         * gettext.h: remove locale_init and gettext_init macros
331
332         * gettext.C (locale_init): new function
333         (gettext_init): new function
334
335         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
336         setlocale().
337
338 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
339
340         * Moved credits to frontends:
341         * credits.[Ch]: removed
342         * credits_form.[Ch]: removed
343         * lyx_gui_misc.C: remove credits stuff
344         * Makefile.am:
345
346 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
347
348         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
349
350         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
351         unneeded destructor.
352
353         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
354         a standalone pointer again.
355
356         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
357
358 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
359
360         * Makefile.am:
361         * filedlg.h:
362         * filedlg.C:
363         * LyXAction.C:
364         * ToolbarDefaults.C:
365         * bufferlist.C:
366         * commandtags.h:
367         * form1.C:
368         * form1.h:
369         * lyx_cb.C:
370         * lyx_cb.h:
371         * lyxfunc.h:
372         * lyxfunc.C:
373         * BufferView_pimpl.C: use new file dialog in GUII
374
375         * lyx_cb.h:
376         * lyx_cb.C: remove LayoutsCB to Toolbar
377
378 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
379
380         * ShareContainer.h (get): add std:: qualifier
381
382 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
383
384         * ShareContainer.h: define a proper ShareContainer::value_type
385         type (and use typename to please compaq cxx)
386
387 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
388
389         * lyxparagraph.h: move serveral local vars to
390         ParameterStruct/ParagraphParameters., use ShareContainer in
391         FontTable., make vars in FontTable private and add getter and
392         setter.
393
394         * paragraph.C: changes because of the above.
395
396         * lyxfont.h: remove copy constructor and copy assignment. (the
397         default ones is ok), move number inside FontBits. move inlines to
398         lyxfont.C 
399
400         * lyxfont.C: add number to initializaton of statics, move several
401         inlines here. constify several local vars. some whitespace
402         cleanup. Dont hide outerscope variables.
403
404         * Spacing.h: add two new constructors to match the set methods.
405
406         * ShareContainer.h: new file, will perhaps be moved to support
407
408         * ParameterStruct.h: new file
409
410         * ParagraphParameters.h: new file
411
412         * ParagraphParameters.C: new file
413
414         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
415         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
416
417         * BufferView_pimpl.C: ParagraphParameter changes.
418         * buffer.C: Likewise.
419         * bufferview_funcs.C: Likewise.
420         * text.C: Likewise.
421         * text2.C: Likewise.
422         
423 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
424
425         * lyxfind.C (LyXReplace): do not redefine default argument in
426         implementation. 
427         (IsStringInText): ditto
428         (SearchForward): ditto
429         (SearchBackward): ditto
430
431 2001-03-06  Juergen Vigna  <jug@sad.it>
432
433         * lyxfind.C (IsStringInText): put parentes around expressions.
434
435 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
436
437         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
438         
439 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
440
441         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
442
443         * stl_string_fwd.h: add comment
444
445         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
446
447         * tabular.h:
448         * tabular.C: remove unused DocBook methods
449
450         * intl.C:
451         * language.C:
452         * paragraph.C:
453         * buffer.C:
454         killed DO_USE_DEFAULT_LANGUAGE
455
456 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
457
458         * lyx_gui.C: do not include language.h.
459
460         * bufferview_funcs.C (ToggleAndShow): do not provide optional
461         arguments in function implementation.
462
463 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
464
465         * BufferView_pimpl.C: add <ctime>
466
467 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
468
469         * BufferView_pimpl.C: add using std::find_if
470
471 2001-02-27  José Matos  <jamatos@fep.up.pt>
472         
473         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
474         by OnlyPath.
475         
476 2001-02-11  José Matos  <jamatos@fep.up.pt>
477
478         * buffer.C (makeDocBookFile): command styles now have a parameter as
479         "title" by default.
480
481 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
482
483         * layout_forms.[Ch]: removed
484         * lyx_cb.[Ch]: out character
485         * lyx_gui.C: out character
486         * lyx_gui_misc.C: out character
487         * bufferview_funcs.C: : out character,
488         added toggleall as parameter in ToggleAndShow
489                    
490 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
491
492         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
493
494         * text2.C (SetCurrentFont): Disable number property at boundary.
495
496 2001-02-26  Juergen Vigna  <jug@sad.it>
497
498         * lyxfunc.C (getStatus): added a string argument override function so
499         that this is correctly called from LyXFunc::Dispatch if it contains a
500         do_not_use_argument which is used!
501         (Dispatch): added check for "custom" export and call appropriate func.
502
503 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
504
505         * lyxrc.C: Add language_command_local, language_use_babel and
506         language_global_options.
507
508         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
509
510         * buffer.C (makeLaTeXFile): Use language_use_babel and 
511         language_global_options.
512
513 2001-02-23  Juergen Vigna  <jug@sad.it>
514
515         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
516         which works with LyXText and putted it inside BufferView. Here now we
517         only call for that part the BufferView::Dispatch() function.
518
519         * BufferView.C (Dispatch): added.
520
521         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
522         functions which needs to use a LyXText over from LyXFunc.
523         (MenuInsertLyXFile): added
524         (getInsetByCode): added
525         (moveCursorUpdate): added
526         (static TEXT): added
527
528 2001-02-22  Juergen Vigna  <jug@sad.it>
529
530         * BufferView_pimpl.C (update): call a status update to see if LyXText
531         needs it.
532
533 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
534
535         * vc-backend.C (revert): implement for CVS
536         (getLog): implement for CVS
537
538 2001-02-20  Juergen Vigna  <jug@sad.it>
539
540         * text2.C (ClearSelection): added BufferView param for inset_owner call
541
542         * lyxfunc.C (TEXT): added this function and use it instead of
543         directly owner->view()-text of getLyXText().
544
545 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
546
547         * src/layout_forms.C: out preamble
548         * src/layout_forms.h: out preamble
549         * src/lyx_cb.C: out preamble
550         * src/lyx_cb.h: out preamble
551         * src/lyx_gui.C: out preamble
552         * src/lyx_gui_misc.C: out preamble
553         * src/lyxfunc.C: connect with guii preamble
554
555 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
556
557         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
558
559 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
560
561         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
562         whether to run bibtex.
563
564 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
565
566         * Makefile.am (lyx_SOURCES): Remove BackStack.h
567
568 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
569
570         * Makefile.am (lyx_SOURCES): removed bibforms.h
571
572         * vspace.h: doxygen
573
574         * text.C (GetVisibleRow): make several local vars const
575
576         * tabular.C: small cleanup.
577
578         * lyxserver.C (callback): use compare instead of strncmp
579
580         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
581         inlines to after class or to paragraph.C
582
583         * lyxfont.h: remove friend operator!=
584
585         * converter.h: move friend bool operator< to non friend and after
586         class def.
587
588         * combox.h: small cleanup
589
590         * buffer.h: doxygen, remove unused constructor, move inclas inlies
591         to inlines after class def.
592
593         * buffer.C (pop_tag): use string operations instead of strcmp
594
595         * bmtable.c: doxygen, small cleanup
596
597         * LaTeX.h: remove friend operator==
598
599 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
600
601         * screen.C: 
602         * lyxrc.[Ch]:
603         * lyxfunc.C: 
604         * lyxfont.[Ch]: 
605         * lyx_cb.C: 
606         * intl.[Ch]: 
607         * commandtags.h: 
608         * buffer.C: 
609         * WorkArea.[Ch]: 
610         * LyXAction.C: 
611         * BufferView_pimpl.C:
612         * BufferView.[Ch]: remove cruft
613
614 2001-02-14  Juergen Vigna  <jug@sad.it>
615
616         * lyxfunc.C: removed #if 0 unused code
617
618         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
619
620         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
621
622         * text2.C (SetSelection): added a BufferView * parameter
623
624 2001-02-13  Juergen Vigna  <jug@sad.it>
625
626         * lyxfunc.C (Dispatch): fixed protected blank problem.
627         * BufferView2.C (protectedBlank): added LyxText * parameter.
628
629         * tabular.C (AppendRow): forgot to set row_info of newly added row.
630         (AppendColumn): same as above for column_info.
631
632         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
633         (moveCursorUpdate): use a LyXText param for support of InsetText.
634
635         * BufferView_pimpl.C (doubleClick): added support for InsetText.
636         (tripleClick): ditto
637
638         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
639
640         * BufferView_pimpl.C (update): added LyXText param to honor insets.
641
642         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
643
644         * text2.C (SetSelection): set correct update status if inset_owner
645         (ToggleFree): ditto
646
647 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
648
649         * tabular.C: remove some commented code.
650
651 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
652
653         * BufferView_pimpl.C: call hideSplash()
654
655         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
656
657         * include_form.h:
658         * bibforms.h: remove
659
660         * lyxfunc.C:
661         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
662           add LFUN_CHILD_CREATE
663
664         * counters.h: fix tiny typo
665         
666         * lyx_cb.C:
667         * lyx.h:
668         * lyx_gui.C:
669         * lyx.C: move splash to frontends/xforms/
670
671         * lyx_gui_misc.C: move Include and Bibform to frontends
672
673         * lyxvc.h: clarify comment
674
675         * vspace.C: tiny housekeeping
676
677 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
678
679         * text.C (PrepareToPrint): RTL Fix.
680
681         * paragraph.C (GetUChar): New method.
682         (String):  Use GetUChar.
683
684         * buffer.C (asciiParagraph): Use GetUChar.
685
686 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
687
688         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
689
690 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
691
692         * buffer.h:
693         * buffer.C: rename to getLogName(), handle
694           build log / latex log nicely
695
696 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
697
698         * MenuBackend.C: 
699         * MenuBackend.h: remove support for reference menuitem type.
700
701 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
702
703         * BufferView_pimpl.C: housekeeping
704         * BufferView_pimpl.h:
705         * LyXView.h:
706         * Makefile.am:
707         * Timeout.C:
708         * Timeout.h:
709         * minibuffer.h: move Timeout GUI-I
710                           
711 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
712
713         * lyxrc.C (read): Update converters data-structures.
714
715 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
716
717         * LaTeX.h (operator!=): add operator != for Aux_Info 
718
719 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
720
721         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
722
723         * LaTeXLog.C: deleted, useful code moved to Buffer
724
725         * buffer.h:
726         * buffer.C: new function getLatexLogName()
727
728         * lyx_gui_misc.C:
729         * lyx_gui.C:
730         * lyxvc.C:
731         * lyxvc.h:
732         * lyxfunc.C: use frontends for LaTeX and VC logs
733
734 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
735
736         * LaTeX.h: yet another std:: that Allan forgot.
737
738         * Variables.C (set): renamed from isset(), because this clashes
739         with some HP-UX macros (grr).
740
741 2001-02-06  Allan Rae  <rae@lyx.org>
742
743         * LaTeX.h: Another bug fix.  Missing std:: this time.
744
745 2001-02-04  Allan Rae  <rae@lyx.org>
746
747         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
748         floats problem. I've left it commented out because it's not quite
749         correct.  It should also test that the current object is a table or
750         figure inset.  But I haven't gotten around to figuring out how to do
751         that.  I *think* it'll be something like: "table" == inset.type()
752
753         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
754         bool.
755
756 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
757
758         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
759         all the citation/databases/styles in the auxilary file. 
760         (run): Rerun latex if there was a babel language error.
761
762 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
763
764         * text.C (Backspace): Preserve the font when changing newline char
765         with a space.
766         (BreakParagraph): If the cursor is before a space, delete the space.
767
768         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
769
770 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
771
772         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
773         new argument (code).
774         (ChangeCitationsIfUnique): New method.
775
776         * paragraph.C (GetPositionOfInset): Handle bibkey.
777
778 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
779
780         * BufferView_pimpl.h: change type of Position::par_pos to
781         LyXParagraph::size_type. 
782
783 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
784
785         * BufferView_pimpl.C (savePosition, restorePosition): Write
786         messages to minibuffer.
787
788 2001-01-28  José Matos  <jamatos@fep.up.pt>
789
790         * buffer.C (makeDocBookFile): adds support for document language.
791         A silly restriction on the name of LatexCommand types where removed.
792         Added support for CDATA sections, allows to chars unescaped, used
793         among others in code, to avoid escape < and >.
794         
795 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
796
797         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
798         saved positions instrad of a stack. Furthermore, a position is
799         stored using paragraph id/paragraph position.
800
801         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
802         Remove LFUN_REF_BACK.
803
804 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
805
806         * converter.C (dvipdfm_options): New method.
807
808 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
809
810         * vspace.C (isValidLength): Fix for empty input string.
811
812 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
813
814         * LyXAction.C (init): change description of LFUN_FIGURE to
815         "Insert Graphics"
816
817 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
818
819         * LaTeX.C: add using directive
820
821 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
822
823         * MenuBackend.C (expand): Fix the sorting of the formats.
824
825 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
826
827         * lyx_main.C: tiny error message fix
828
829 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
830
831         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
832         calling fl_initialize(). This fixes the problem with ',' as
833         decimal separator in text files.
834
835 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
836
837         * trans.C (process): Fix the keymap bug.
838
839 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
840
841         * LaTeX.C (scanAuxFiles): New method. Provides support for
842         multiple bibliographies (when using the bibtopic/bibunits pacakges).
843         (scanLogFile) Scan for "run BibTeX" messages.
844
845         * buffer.C (makeLaTeXFile): Do not load the ae package when using
846         OT1 font encoding. Also, load the aecompl package if the ae
847         package is loaded.
848
849         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
850
851 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
852
853         * texrow.C (increasePos): turn two error messages into debug
854         messages. 
855
856 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
857
858         * LaTeX.C (scanAux): Handle the \@input macro.
859         (runBibTeX): Use scanAux().
860
861         * language.C (latex_options_): New field.
862
863         * LaTeXFeatures.C (getMacros): Add language macros.
864
865         * buffer.C (makeLaTeXFile): Small fix.
866
867 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
868
869         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
870
871         * text2.C: add a using directive.
872
873 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
874
875         * BufferView2.C:
876         * lyx_gui_misc.h:
877         * lyxfr1.C:
878         * lyxfunc.C: kill LyXBell.
879
880 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
881
882         * text.C (IsBoundary): Remove the error message
883         
884         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
885
886         * lyxrc.C (setDefaults): Correct initialization value for
887         font_norm_type.
888
889 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
890
891         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
892         gotoError().
893
894         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
895         and GotoNextNote().
896
897         * src/LyXAction.C: Added reference-next.
898
899         * text.C (InsertChar): Use contains instead of strchr.
900
901         * lyx_cb.C (MenuInsertLabel): Enable default value code.
902
903 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
904
905         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
906         alignment commands (when needed).
907
908         * text.C (InsertChar): Add ':' to number separator chars.