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