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