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