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