]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
move getParFromID to Buffer
[lyx.git] / src / ChangeLog
1 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2
3         * text2.C (getParFromID): removed
4
5         * buffer.C (getParFromID): new method moved form lyxtext.
6         * BufferView2.C (insertErrors): adjust
7         (setCursorFromRow): adjust
8         * BufferView_pimpl.C (restorePosition): adjust
9         * lyxfunc.C (Dispatch): adjust
10         * undo_funcs.C (textUndo): adjust
11         (textRedo): adjust
12         (textHandleUndo): adjust
13         (textHandleUndo): adjust
14
15 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16
17         * buffer.C: up' the LYX_FORMAT
18
19         * lyxfont.h: turn NO_LATEX on as default
20
21         * buffer.C (insertErtContents): new methods of tex style compability.
22         (parseSingleLyXformat2Token): use it several places.
23         * tabular.C (OldFormatRead): and here
24
25 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
26
27         * text2.C: remove some commented code.
28         reindent file.
29
30         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
31         * trans.C: changes because of the above.
32
33 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
34
35         * text2.C (setCounter): Fix counters bug with bibliography layout.
36
37 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
38
39         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
40         own member functions
41         (simpleTeXSpecialChars): ditto
42
43 2001-07-06  Juergen Vigna  <jug@sad.it>
44
45         * a lot of files: changed the access to LyXText::status and the
46         call of undo-functions.
47         
48         * undo.[Ch]: added a inset_id to the undo informations.
49
50         * undo_funcs.[Ch]: added and moved here all undo functions.
51
52         * lyxtext.h: give the status enum a weight, made status_ a private
53         variable and made accessor functions for it, removed the whole bunch
54         of undo-functions as they are now in their own file, make some
55         functions publically available. Added function ownerParagraph with
56         int parameter.
57
58         * paragraph.[Ch]: added "bool same_ids" to the constructor,
59         made InInset() a const function, added getParFromID() function.
60
61         * buffer.[Ch]: added const version for inset_iterator functions,
62         added getInsetFromID() function.
63
64         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
65         changed undo functions for new version.
66
67 2001-07-05  Juergen Vigna  <jug@sad.it>
68
69         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
70         unknow mechanism does not call the proper consturctor but only this
71         one also if I request the other!?
72
73 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
74
75         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
76
77         * text2.C (LyXText): use initialization lists.
78
79         * lyxtext.h (Selection): initialize set_ and mark_
80         (init): remove method
81
82 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
83
84         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
85
86 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
87
88         * screen.[Ch]: change method names to begin with lowercase 
89
90         * BufferView_pimpl.C (updateScrollbar): simplify further and
91         hopefully make it a bit faster.
92
93 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
94
95         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
96         calling directly xforms functions.
97
98         * Painter.C (Painter): 
99         * lyx_cb.C (MenuWrite): 
100         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
101         fl_display.
102
103         * lyx_gui.C: remove bogus guiruntime extern declaration.
104
105 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
106
107         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
108         in NEW_INSETS
109         (redoDrawingOfParagraph): ditto
110         (redoParagraphs): ditto
111         (cutSelection): don't create a object for CutAndPaste use the
112         static method directly
113         (pasteSelection): ditto
114
115         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
116         LyXview (+ rename)
117
118 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
119
120         * modifications to some other files because of this.
121         
122         * Makefile.am (lyx_SOURCES): add XFormsView
123
124         * XFormsView.[Ch]: new files
125
126         * LyXView.[Ch]: make LyXView a base class for the gui handling for
127         the main window. Move the gui dependent stuff to XFormsView
128
129 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
130
131         * tabular.C (GetCellInset): update cur_cell also in the row/col
132         version of this function.
133
134         * lyxfunc.C: no need to include figure_form.h here.
135
136         * FontLoader.h: 
137         * lyxfunc.h: 
138         * lyxscreen.h: 
139         * text2.C: 
140         * lyxvc.C: no need to include forms.h here.
141
142 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
143
144         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
145
146         * lyxfunc.C (Dispatch): 
147         * Spacing.C (set): 
148         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
149         constructor argument.
150
151 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
152
153         * paragraph.C (Paragraph): dont't clear, and just set layout.
154         (makeSameLayout): use params's copy contructor.
155
156         * ParagraphParameters.[Ch] (makeSame): delete method
157
158 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
159
160         * Variables.[Ch]: fix indentation, rename set to isSet
161
162 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
163
164         * lyxfunc.C (Dispatch): fix typo
165
166 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
167
168         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
169         upper_bound. 
170
171         * bufferlist.C: include assert.h for emergencyWrite().
172
173 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
174
175         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
176           give up at last (bug #425202) !
177  
178 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
179
180         * lyx_gui_misc.C:
181         * sp_form.h:
182         * sp_form.C:
183         * spellchecker.h:
184         * spellchecker.C: strip spellchecker options and bring up
185           preferences tab instead
186          
187 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
188
189         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
190         the istringstream constructor
191
192 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
193
194         * paragraph.C (getLayout): fix return value
195
196         * paragraph.h: do not declare getLayout as inline.
197
198         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
199
200 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
201
202         * lyxcursor.h (operator<): new func
203         (operator>): new func
204         (operator>=): new func
205         (operator<=): new func
206
207         * text.C (changeCase): use selection.start and selection.end
208         (changeRegionCase): require from to be <= to. Require par to be a
209         valid paragraph.
210
211         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
212
213 2001-06-27  Juergen Vigna  <jug@sad.it>
214
215         * text.C (cursorLeftOneWord): changed to return the cursor and added
216         overlay with BufferView * parameter which calls this one.
217         (getWord): added
218         (selectWord): use new getWord function.
219         (changeCase): renamed from changeWordCase as and extended to work
220         also on selections.
221
222         * lyxtext.h: added enum word_location
223
224         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
225         changeCase as this operates now also on selections.
226
227 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
228
229         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
230
231         * many files: send debug output to Debug::INFO instead of
232         Debug::ANY. 
233
234         * converter.C (View): 
235         (Convert): 
236         (Move): send debug output to Debug::FILES instead of console.
237
238 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
239
240         * lyxfunc.C (getStatus): use func_status
241
242         * func_status.h: new header, describing the results of
243         LyXFunc::getStatus;
244
245         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
246         LFUN_MATH_HALIGN.
247
248 2001-06-25  The LyX Project  <jug@sad.it>
249
250         * buffer.C (sgmlOpenTag):
251         (sgmlCloseTag):
252         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
253
254 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
255
256         * text2.C: remove some dead code
257
258         * tabular.C (GetCellInset): store the last cell checked (gotten)
259
260         * tabular.h: add the helper for the speedup
261
262         * lyxtext.h: remove some dead code
263
264 2001-06-26  The LyX Project  <Asger>
265
266         * paragraph.C: Change export to LaTeX of alignment to
267         \begin{center} and family for better roundtrip work with reLyX.
268
269         * Tune the math drawing a bit.
270
271 2001-06-25  The LyX Project  <Asger>
272
273         * LColor.C (LColor): New color for math background. New color
274         for buttons.
275
276 2001-06-25  The LyX Project  <jug@sad.it>
277
278         * lyxfunc.C (MenuNew): remove extra check for .lyx file
279
280         * lyxfunc.C (Open): 
281         * bufferlist.C (newFile): do not restrict to files ending with
282         .lyx
283
284         * BufferView_pimpl.C (MenuInsertLyXFile): 
285
286 2001-06-24  The LyX Project  <jug@sad.it>
287
288         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
289         of compare_no_case
290
291 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
292
293         * lyxtext.h: rename most methods to begin with a small char.
294         Lots of changes because of this.
295
296         * paragraph.C (Paragraph): do not call fitToSize
297         (erase): call Pimpl::erase
298         (insertChar): call Pimpl::insertChar
299         (insertInset): call Pipl::insertInset
300         (breakParagraph): do not call fitToSize
301         (breakParagraphConservative): do not call fitToSize
302         (fitToSize): remove method
303
304         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
305
306 2001-06-24  The LyX Project  <Asger>
307
308         * Fix Qt compilation^2
309
310 2001-06-24  The LyX Project  <jug@sad.it>
311
312         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
313         depthHook(getDepth()-1).
314
315         * paragraph.h: 
316         * ParagraphParameters.h: 
317         * ParameterStruct.h: change type of depth to unsigned int ==
318         depth_type. Many adaptations to other files before of that.
319
320 2001-06-24  The LyX Project  <Asger>
321
322         * Fix Qt compilation.
323
324 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
325
326         * paragraph.h: renamed several methods to begin with small letter.
327         several changes to many parts of the code because of this.
328
329 2001-06-23  The LyX Project  <jug@sad.it>
330
331         * text2.C (InsertStringAsLines): renamed from InsertStringA;
332         rewritten to discard all double spaces when KeepEmpty is off
333         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
334         to only handle newlines but not fiddle with spaces and friends.
335
336         * lyxfunc.C (MenuNew): when doing 'new from template', use
337         template_path as default directory
338
339 2001-06-23  The LyX Project  <Asger>
340
341         * Clean-up of header file includes all over
342         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
343         
344 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
345
346         * paragraph.h: renamed from lyxparagraph.h
347
348 2001-06-23  Asger  <lyx@violet.home.sad.it>
349
350         * Buffer.h: Removed Buffer::resize
351         * BufferList.h: Removed BufferList::resize
352         * LyXView.h: Added LyXView::resize. This way, we will only reflow 
353         the document lazily when we change the width, or the font settings.
354
355 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
356
357         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
358
359 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
360
361         * buffer.h: remove out of date comment
362
363 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
364
365         * lyxscreen.h:
366         * screen.C: fix "theoretical" GC leak
367  
368 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
369
370         * LaTeX.C (scanAuxFile):
371         (deplog): remove trailing \r when reading stream (useful under
372         win32)  
373
374 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
375
376         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
377         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
378         and BufferView::theLockingInset(Inset*), so should use them and not
379         access bv_->text->the_locking_inset directly.
380
381         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
382
383 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
384
385         * Makefile.am:
386         * tex-defs.h: remove old unused file
387          
388 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
389
390         * BufferView_pimpl.C: fix typo, remove minibuffer message
391           when buffer has loaded
392
393 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
394
395         * lyxfunc.C (Dispatch): use stringstream
396         (MenuNew): use stringstream
397         (Open): use stringstream
398
399         * importer.C (Import): use stringstream
400
401         * bufferview_funcs.C (CurrentState): use stringstream
402
403         * LaTeX.C (run): use stringstream
404
405         * BufferView_pimpl.C (savePosition): use stringstream
406         (restorePosition): use stringstream
407         (MenuInsertLyXFile): use stringstream
408
409 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
410
411         * BufferView.C:
412         * Bullet.C:
413         * ColorHandler.C:
414         * FontInfo.C:
415         * FontLoader.C:
416         * LColor.C:
417         * LaTeXFeatures.C:
418         * Painter.C:
419         * gettext.C:
420         * lyx_gui_misc.C:
421         * lyxserver.C:
422         * vspace.C: removed // -*- C++ -*- as first line.
423
424         * lyxfind.h:
425         * version.h: added // -*- C++ -*- as first line.
426
427 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
428
429         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
430
431         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
432         of string
433
434 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
435
436         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
437         of floats.
438
439 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
440
441         * gettext.C: include LString.h even when --disable-nls is on. 
442
443 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
444
445         * converter.h (Get): changed argument type from int to
446         FormatList::size_type to avoid unnecessary conversion.
447
448         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
449         before using it.
450
451 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
452
453         * gettext.h: include LString.h even when --disable-nls is on. 
454
455 2001-06-07  Juergen Vigna  <jug@sad.it>
456
457         * text.C (BreakAgain): subst spaces with tabs.
458
459         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
460         (resizeInsetsLyXText): set force on resizeLyXText.
461
462 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
463
464         * gettext.h (gettext_init): 
465         (locale_init): use a real definition instead of a macro
466
467 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
468
469         * Bufferview_pimpl.C:
470         * LColor.h:
471         * LColor.C: further lcolor tidies
472
473 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
474
475         * BufferView_pimpl.C (updateScrollbar): simplify.
476
477         * BufferView2.C: don't include insets/insetinfo.h, change
478         prototype for insertInset and call the Pimpl version. let
479         updateInset call Pimpl version.
480
481         * BufferView.h: move inset_slept to BufferView::Pimpl, move
482         gotoInset to BufferView::Pimpl
483
484 2001-06-01  Juergen Vigna  <jug@sad.it>
485
486         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
487         inside a LockingInset (is the update needed at all?).
488
489 2001-05-31  Juergen Vigna  <jug@sad.it>
490
491         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
492         here not the old one otherwise how should we compare it afterwards
493         if it's the same!
494
495 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
496
497         * lyxfont.C: 
498         * tabular.C:
499         * tabular-old.C: 
500         * FontInfo.C: bring C functions into global namespace when
501         necessary
502
503 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
504
505         * LString.h: make sure config.h has been loaded before LString.h.
506
507         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
508         (one for each char read by EatLine!).
509
510         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
511         variables. 
512
513 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
514
515         * paragraph.C (BreakParagraph): set the inset_owner in the new par
516         to the same as the par we break from
517
518 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
519
520         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
521
522         * MenuBackend.C (expand): also create menu entries for wide
523         versions of the floats.
524
525         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
526
527         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
528
529         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
530         frontends/Makefile.am
531
532         * text2.C: adjust
533         * text.C: adjust
534         
535
536         * tabular.C (getTokenValue): add std::
537
538         * tabular-old.C (getTokenValue): add std::
539         (getTokenValue): ditto
540         (getTokenValue): ditto
541
542         * screen.C (ToggleSelection): adjust
543
544         * lyxtext.h: put selection cursors inside a Selection struct.
545
546         * lyxfunc.C (moveCursorUpdate): adjust
547
548         * lyxfont.C (latexWriteStartChanges): add std::
549
550         * lyxfind.C: adjust
551
552         * font.h: delete with(char const *, LyXFont const &)
553
554         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
555
556         * FontInfo.C (getFontname): add std::
557
558         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
559         (workAreaButtonPress): adjust
560         (tripleClick): adjust
561         (update): adjust
562         (moveCursorUpdate): adjust
563         (Dispatch): adjust
564
565         * BufferView2.C (gotoInset): adjust
566
567 2001-05-30  Juergen Vigna  <jug@sad.it>
568
569         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
570         to check pspell I add this as default as I now have new pspell
571         libraries and they seem to use this.
572
573 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
574
575         * text2.C (CutSelection): make the cursor valid before the call to
576         ClearSelection.
577
578 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
579
580         * kbsequence.C (parse): de-uglify a bit the parsing code, which
581         relied on 0 terminated strings and other horrors. Bug found due to
582         the new assert in lyxstring!
583
584         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
585         KP_ keys.
586
587 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
588
589         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
590         to latinkeys.bind.
591
592         * lyxfunc.C (processKeySym): change method of getting to the
593         self-insert char.
594
595         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
596         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
597         * BufferView_pimpl.[Ch]: here as private methods.
598
599 2001-05-28  Juergen Vigna  <jug@sad.it>
600
601         * text.C (SetHeightOfRow): added the update() call again as it is
602         needed to initialize inset dimensions!
603
604 2001-05-16  Juergen Vigna  <jug@sad.it>
605
606         * text2.C (SetCharFont): Add new function with BufferView * and
607         bool toggleall parameters for setting insets internal fonts.
608         (SetFont): Freeze the undo as we may change fonts in Insets and
609         all this change should be inside only one Undo!
610
611         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
612         setting font's in insets as for them we have the SetFont function!
613
614 2001-05-15  Juergen Vigna  <jug@sad.it>
615
616         * text2.C (ClearSelection): to be sure we REALLY don't have any
617         selection anymore!
618
619         * tabular.C (TeXCellPreamble): fixed the left border problem for
620         multicolumn cells.
621
622 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
623
624         * LaTeX.C (deplog): Make sure that the main .tex file is in the
625         dependancy file
626
627 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
628
629         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
630         LFUN_BREAKPARAGRAPH.
631
632         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
633         help test to "internal only", similar for LFUN_INSERT_URL
634
635         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
636         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
637         auto_region_delete and deadkeys. 
638
639 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
640
641         * LColor.h:
642         * LColor.C: remove some dead entries, tidy a little
643  
644 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
645
646         * lyxfunc.C (processKeySym): comment the Escape handling, remove
647         commented code.
648         (Dispatch): implement LFUN_ESCAPE
649
650         * commandtags.h: add LFUN_ESCAPE
651
652         * LyXAction.C (init): add entry for LFUN_ESCAPE
653
654         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
655         Remove commented code.
656         (insertNote): moved here
657         (open_new_inset): moved here
658
659         * BufferView[2].[Ch]: move insertNote and open_new_inset to
660         BufferView_pimpl
661
662 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
663
664         * kbmap.C (findbinding): clean it up and make it work correctly.
665
666         * lyx_main.C (init): do not pass argc and argv as parameters
667
668 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
669
670         * buffer.C: fix path for OS/2 & Win32
671
672         * lyx_gui.C:
673         * lyx_main:
674         * lyx_main.C: Added os:: class.
675         
676         * os2_defines.h: update
677
678 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
679
680         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
681         better by trying again with reduced state.
682
683 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
684
685         * lyxrc.C (read): print error about invalid key sequence only when
686         debugging (because not all latinX keysyms are known to some X
687         servers)
688
689         * kbsequence.C (getiso): add a few std:: qualifiers
690         (getiso): comment out extra return statement.
691
692 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
693
694         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
695         handling.
696         (Dispatch): enhance the accent inset a bit. (not perfect)
697
698 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
699
700         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
701
702 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
703
704         * bufferlist.C (emergencyWrite): fix assert() call
705
706 2001-05-04  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
707
708         * text.C (InsertChar): Added trivial patch to only send the "you
709         can not do multiple spaces this way" message once during a
710         session.
711
712 2001-05-08  Baruch Even  <baruch@lyx.org>
713
714         * Makefile.am: Changed order of libraries to get LyX to link properly
715         with the gnome frontend.
716
717 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
718
719         * LaTeXFeatures.h: add a std:: qualifier
720
721 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
722
723         * paragraph.C (String): use stringstream
724
725 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
726
727         * paragraph.C (writeFile): remove footflag arg
728
729         * buffer.C (makeLaTeXFile): use stringstream
730         (latexParagraphs): remove footnot gurba
731
732         * LaTeXFeatures.C (getPackages): use stringstream
733         (getMacros): likewise
734         (getTClassPreamble): likewise
735         (getFloatDefinitions): new method
736
737         * paragraph.C (writeFile): reindent
738         (Erase): reindent
739
740         * WorkArea.h: revert the xpos + etc changes.
741
742         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
743
744         * lyxparagraph.[Ch]: add copy constructor, remove Clone
745
746         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
747         (pasteSelection): likewise
748         * text2.C (CreateUndo): likewise
749
750 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
751
752         * minibuffer.C (peek_event): temporarily reduce the functionality
753         of the minibuffer (to allow args on lfuns)
754
755         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
756         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
757
758         * buffer.C (readInset): add compability reading of old float
759         lists, add reading of new style float list.
760         (readInset): avoid reevaluation of inscmd.getCmdName()
761         (getLists): reindent
762
763         * MenuBackend.C (MenuItem): implement parsing of
764         md_floatlistinsert and md_floatinsert.
765         (expand::LastFiles): move initalizaton of iterators out of loop,
766         avoid reevaluation.
767         (expand::Documents): introduce typdedef vector<string> Strings,
768         and use it. 
769         (expand::ExportFormats): introduce typedef vector<Format const *>
770         Formats, and use it.
771         (expand): implement FloatListInsert and FloatInsert.
772
773         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
774         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
775         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
776
777         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
778         handling. 
779         (Dispatch::LFUN_FLOAT_LIST): implement
780
781 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
782  
783         * LaTeX.C (run): Fix problem with --export code.
784  
785 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
786
787         * BufferView.[Ch] (workarea): removed.
788         (getClipboard) new method; wrapper for workarea()->getClipboard()
789
790         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
791         bug.
792
793         * WorkArea.h (width, height, xpos, ypos): These methods all
794         returned the dimensions of the work_area sub-area of WorkArea,
795         resulting in a position error if the WorkArea were resized. Now
796         return the dimensions of the entire WorkArea.
797
798         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
799
800 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
801
802         * LaTeX.C (deplog): correct the syntax of regex reg1
803
804 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
805
806         * undo.C: remove !NEW_INSETS cruft
807
808 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
809
810         * text2.C: remove !NEW_INSETS cruft
811
812         * text.C: remove !NEW_INSETS cruft
813
814         * tabular.C: remove !NEW_INSETS cruft
815
816         * spellchecker.C: remove !NEW_INSETS cruft
817
818         * lyxtext.h: remove !NEW_INSETS cruft
819
820         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
821
822         * lyxfunc.C: remove !NEW_INSETS cruft
823
824         * lyxfind.C: remove !NEW_INSETS cruft
825
826         * lyx_cb.C: remove !NEW_INSETS cruft
827
828         * figureForm.C: remove  !NEW_INSETS cruft
829
830         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
831
832         * buffer.[Ch]: remove !NEW_INSETS cruft
833
834         * ToolbarDefaults.C: remove !NEW_INSETS cruft
835
836         * CutAndPaste.C: remove !NEW_INSETS cruft
837
838         * BufferView_pimpl.C: remove !NEW_INSETS cruft
839
840         * BufferView2.C: remove !NEW_INSETS cruft
841
842         * BufferView.h: remove !NEW_INSETS cruft
843
844 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
845
846         * Lsstream.h: include LString.h before the sstream headers to
847         fix problem with gcc 2.95.3 and lyxstring
848
849 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
850
851         * lyx_main.C: add using directives when needed for C functions
852         declared in std:: namespace.
853
854 2001-04-27  Juergen Vigna  <jug@sad.it>
855
856         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
857         (SetHeightOfRow): comment out the update call should not be needed!
858
859 2001-04-13  Juergen Vigna  <jug@sad.it>
860
861         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
862         (LyXTabular): tried to minimize operator= operations (and realized
863         hopfully Lars wish).
864
865 2001-04-27  Juergen Vigna  <jug@sad.it>
866
867         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
868
869 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
870
871         * lyxfunc.C (Dispatch): hack to make listof algorithm work
872
873         * buffer.C (readInset): hack to make listof algorithm work
874
875         * BufferView_pimpl.C: hack to make listof algorithm work
876
877 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
878
879         * LyXAction.C: removed all !NEW_INSETS cruft
880         (init): moved lfun_item in method
881
882         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
883
884 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
885
886         * BufferView2.C (theLockingInset): white space.
887
888 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
889
890         * minibuffer.C: include <iostream>
891
892         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
893
894         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
895
896         * commandtags.h: add LFUN_TRANSPOSE_CHARS
897
898         * text.[Ch] (TransposeChars): new method
899
900 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
901
902         * call message directly through LyXView instead of through LyXFunc
903         * BufferView2.C: adjust
904         * BufferView_pimpl.C: adjust
905         * FontLoader.C: adjust
906         * buffer.C: adjust
907         * bufferview_funcs.C: adjust
908         * converter.C: adjust
909         * figureForm.C: adjust
910         * importer.C: adjust
911         * lyx_cb.C: adjust
912         * lyx_gui_misc.C: adjust
913         * lyxfunc.C: adjust
914         * lyxvc.C: adjust
915         * text2.C: adjust
916         + more files in subdirs
917         
918         * lyxparagraph.h (size): move up int file
919         (GetLayout): ditto
920
921         * adjust all uses of Assert to lyx::Assert.
922
923         * BufferView2.C (ChangeCitationsIfUnique): adjust for
924         lyxfunctional in namespace lyx
925         * layout.C (hasLayout): ditto
926         (GetLayout): ditto
927         (GetLayout): ditto
928         (delete_layout): ditto
929         (NumberOfClass): ditto
930         * converter.C (GetFormat): ditto
931         (GetNumber): ditto
932         (Add): ditto
933         (Delete): ditto
934         (SetViewer): ditto
935         * bufferlist.C (getFileNames): ditto
936         (emergencyWriteAll): ditto
937         (exists): ditto
938         (getBuffer): ditto
939         * MenuBackend.C (hasSubmenu): ditto
940         (hasMenu): ditto
941         (getMenu): ditto
942         * BufferView_pimpl.C (getInsetByCode): ditto
943
944 2001-04-18  Juergen Vigna  <jug@sad.it>
945
946         * vspace.C (asLatexString): fixed the 100% problem.
947
948 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
949
950         * lyxfunc.C (Dispatch): 
951         * minibuffer.C: 
952         * minibuffer.h: add a few std:: qualifiers
953
954 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
955
956         * minibuffer.[Ch]: reimplement so that commands is initiated and
957         run from lyxfunc, simplified som handling, and made the completion
958         and history code for complete. wip. 
959
960         * lyxfunc.C (processKeySym): call message
961         (miniDispatch): new temporary method
962         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
963         (LFUN_MESSAGE): implement
964         (LFUN_MESSAGE_PUSH): implement
965         (LFUN_MESSAGE_POP): implement
966         (initMiniBuffer): the initial/defualt minibuffer message.
967
968         * lyxfont.[Ch]: inline some more getters
969
970         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
971
972         * lyx_gui_misc.[Ch] (WriteStatus): remove method 
973
974         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
975         (AutoSave): use LFUN_MESSAGE
976         (Reconfigure): ditto
977
978         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
979
980         * figureForm.C: use LFUN_MESSAGE
981
982         * converter.C (runLaTeX): use LFUN_MESSAGE
983
984         * bufferview_funcs.C: use LFUN_MESSAGE
985         (Melt): ditto
986         (changeDepth): ditto
987
988         * bufferparams.h: use boost::
989
990         * bufferlist.h: inherit privately from noncopyable
991
992         * bufferlist.C (loadLyXFile): remove some commented code.
993
994         * buffer.C (runChktex): use LFUN_MESSAGE
995
996         * ShareContainer.h: inherit privately from noncopyable
997
998         * ParagraphParameters.[hC] (depth): inline it.
999
1000         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
1001         methods.
1002         (message): new method
1003         (messagePush): ditto
1004         (messagePop): ditto
1005         (show): init minibuffer
1006         (showState): direct call
1007
1008         * LaTeX.[Ch]: inherit privately from noncopyable
1009         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
1010         instead of WriteStatus.
1011
1012         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
1013
1014         * BufferView_pimpl.C (buffer): don't init minibuffer
1015         (workAreaButtonPress): use LFUN_MESSAGE
1016         (workAreaButtonRelease): ditto
1017         (savePosition): ditto
1018         (restorePosition): ditto
1019         (MenuInsertLyXFile): ditto
1020         (workAreaExpose): don't init minibuffer
1021         (update): remove commented code, simplify
1022
1023         * BufferView2.C (openStuff): use LFUN_MESSAGE
1024         (toggleFloat): ditto
1025         (menuUndo): ditto
1026         (menuRedo): ditto
1027         (copyEnvironment): ditto
1028         (pasteEnvironment): ditto
1029         (copy): ditto
1030         (cut): ditto
1031         (paste): ditto
1032         (gotoInset): ditto
1033         (updateInset): remove some commented code
1034
1035         * lastfiles.h: inherit privately from noncopyable
1036         * layout.h: ditto
1037         * lyx_gui.h: ditto
1038         * lyx_main.h: ditto
1039         * lyxlex.h: ditto
1040         * lyxlex_pimpl.h: ditto
1041
1042         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
1043         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
1044         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
1045
1046         * LyXAction.h: inherit privately from noncopyable, add methods
1047         func_begin, func_end, returning iterators to the func map.
1048
1049         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
1050         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
1051         (func_begin): new method
1052         (func_end): new method
1053
1054         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
1055         and not)
1056         (copySelection): ditto
1057         (pasteSelection): ditto
1058
1059         * BufferView.C: whitespace change
1060         * BufferView.h: inherit privately from noncopyable
1061
1062 2001-04-16  Allan Rae  <rae@lyx.org>
1063
1064         * tabular-old.C (l_getline): 
1065         * spellchecker.C (sc_check_word): 
1066         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
1067         an unrecognised preprocessor directive.  So ensure they're wrapped. 
1068
1069 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
1070
1071         * src/exporter.C (Export): Give an error message when path to file 
1072         contains spaces.
1073
1074 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
1075
1076         * LaTeX.C (deplog): Always check that foundfile exists.
1077
1078 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1079
1080         * lyx_main.h: 
1081         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
1082
1083 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1084
1085         * tabular.[Ch] (getLabelList): implement new method
1086
1087         * minibuffer.h: comment ouf setTiimer
1088
1089         * minibuffer.C (ExecutingCB): constify res
1090         (peek_event): constify s
1091         (Set): constify ntext
1092         (Init): constify nicename
1093
1094         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
1095
1096         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
1097         (savePosition): use two params to Minibuffer::Set
1098         (restorePosition): ditto
1099
1100 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1101
1102         * lyx_main.C: include language.h
1103
1104         * Makefile.am (lyx_main.o): add language.h
1105
1106 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1107
1108         * exporter.C: 
1109         * paragraph.C: 
1110         * screen.C: 
1111         * tabular.C: 
1112         * CutAndPaste.C: include gettext.h
1113
1114         * lyxfont.h: remove old hack with ON and OFF.
1115
1116         * lyxparagraph.h: 
1117         * lyxfont.h: do not include language.h...
1118
1119         * BufferView2.C: 
1120         * LaTeXFeatures.C: 
1121         * Painter.C: 
1122         * bufferview_funcs.C: 
1123         * font.C: 
1124         * lyxfont.C: 
1125         * text.C: 
1126         * text2.C: 
1127         * trans_mgr.C: 
1128         * paragraph.C: ... but do it here instead
1129
1130 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1131
1132         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
1133
1134         * tabular.C: small reformat
1135
1136         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
1137         NEW_INSETS version
1138         (GetChar): ditto
1139         (BreakParagraph): ditto
1140         (SetOnlyLayout): ditto
1141         (SetLayout): ditto
1142
1143         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
1144         with one arg less.
1145
1146         * lastfiles.C: removed most using decl, add std:: where needed
1147
1148         * buffer.C: ws changes
1149
1150         * MenuBackend.C (class compare_format): put into anon namespace
1151         (expand): constify label, names, action, action2
1152         (expand): 
1153
1154         * text.C (SingleWidth): constify font
1155         (IsBoundary): constify rtl2
1156         (GetVisibleRow): constify ww
1157
1158         * LaTeX.C (deplog): constify logfile
1159
1160         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
1161         start_x, end_x
1162         (workAreaExpose): constify widthChange, heightChange
1163
1164         * lyxrow.C (par): moved
1165         (height): moved
1166         (next): moved
1167         * lyxrow.h: as inlines here
1168
1169         * lyxfont.h (shape): moved from lyxfont.C
1170         (emph): moved from lyxfont.C
1171
1172         * lyxfont.C (LyXFont): use initialization list for all
1173         constructors
1174         (shape): move to lyxfont.h as inline
1175         (emph): move to lyxfont.h as inline
1176         
1177
1178 2001-04-04  Juergen Vigna  <jug@sad.it>
1179
1180         * vspace.C: had to include stdio.h for use of sscanf
1181
1182 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
1183
1184         * BufferView.h: 
1185         * BufferView_pimpl.h: remove xforms cruft. Both classes are
1186         independent of xforms.
1187
1188 2001-04-02  Juergen Vigna  <jug@sad.it>
1189
1190         * spellchecker.C: fixed namespace placing!
1191
1192 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1193
1194         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
1195         the LyXParagraph * is 0.
1196
1197 2001-03-29  Juergen Vigna  <jug@sad.it>
1198
1199         * vspace.C: added support for %, c%, p%, l%.
1200         (stringFromUnit): added helper function.
1201         (asLatexString): changed to give right results for the %-values.
1202
1203         * buffer.C: convert the widthp in a width%.
1204
1205 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
1206
1207         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
1208         figureForm.[Ch].
1209
1210         * figureForm.[Ch]: stripped the FD_from_figure manipulation
1211         code out of lux_cb.[Ch], ready for its (imminent?) removal.
1212
1213         * lyx_cb.[Ch]: see above.
1214
1215         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
1216         form1.[Ch].
1217
1218         * form1.[Ch]:
1219         * lyx.[Ch]: replaced by figure_form.[Ch].
1220
1221         * lyx_gui.C:
1222         * lyx_gui_misc.C:
1223         * lyxfunc.C: changed headers associated with above changes.
1224
1225 2001-03-27  Juergen Vigna  <jug@sad.it>
1226
1227         * BufferView_pimpl.C: set the temporary cursor right!
1228
1229 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
1230
1231         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
1232
1233 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1234
1235         * LString.h: removed "using std::getline"!
1236
1237         * BufferView_pimpl.C (Dispatch): changes due to changes in
1238         InsetInclude::Params.
1239
1240         * buffer.C (tag_name): removed redundant break statements as they were
1241         producing lots of warnings with my compiler.
1242
1243 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1244
1245         * LString.h: add "using std::getline" when using the real <string>.
1246
1247 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
1248
1249         * buffer.C: removed bitset usage.
1250         PAR_TAG moved to an anonymous name space.
1251         (tag_name): new funtion, also in the anonymous namespace.
1252         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
1253         (makeDocBookFile): clean code. Completed transition from string arrays
1254         to string vectors.
1255         (SimpleDocBookOnePar): code clean.
1256
1257 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1258
1259         * tabular.C: add some comments.
1260
1261 2001-03-22  Juergen Vigna  <jug@sad.it>
1262
1263         * buffer.C (parseSingleLyXformat2Token): redone the minipage
1264         compatibility read a bit and fixed bug with minipage in different
1265         depth.
1266
1267 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
1268
1269         * buffer.C (pop_tag): removed.
1270         (push_tag): removed.
1271         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
1272         array replaced with vector. Added support for CDATA sections.
1273         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
1274         at any nest level.
1275         (makeDocBookFile): XML conformant declaration of CDATA section,
1276         fixed bug related to <emphasis> in the first paragraph char.
1277         (sgmlOpenTag): exclude empty tags.
1278         (sgmlCloseTag): ditto.
1279         
1280         * buffer.h (pop_tag): removed.
1281         (push_tag): removed.
1282
1283 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1284
1285         * language.h (Languages): added size_type and size().
1286
1287 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1288
1289         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
1290         response on compability reading of minipages. One probliem is that
1291         the old usage of minipages was «flertydig» 
1292
1293         * several files here and in subdirs: don't use static at file
1294         scope use anon namespaces instead.
1295
1296 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
1297
1298         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
1299         LaTeX output. This is necessary for Literate document
1300         processing.
1301
1302 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1303
1304         * buffer.C: insert hfill when needed.
1305
1306         * tabular.C (l_getline): use string::erase, small whitespace change.
1307
1308         * BufferView_pimpl.C: try the anon namespace.
1309         * WorkArea.C: ditto
1310
1311 2001-03-16  Juergen Vigna  <jug@sad.it>
1312
1313         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
1314         otherwise it won't open options-dialogs.
1315
1316         * buffer.C: honor pextraWidth(p) on converting minipages.
1317
1318         * tabular.C (l_getline): changed the functions to strip trailing \r.
1319
1320 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
1321
1322         * BufferView_pimpl.C:
1323         * minibuffer..C: added "using SigC::slot" declaration.
1324
1325 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1326
1327         * lyxlex_pimpl.h: noncopyable is in namespace boost.
1328
1329         * text2.C: ditto
1330
1331         * text.C: ditto
1332
1333         * paragraph.C: ditto
1334
1335         * lyxtext.h: NO_PEXTRA
1336
1337         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
1338
1339         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
1340         * ParameterStruct.h: ditto
1341         * ParagraphParameters.h: ditto 
1342         * lyxparagraph.h: ditto
1343
1344 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1345
1346         * buffer.C: add compability for minipage alignment.
1347         (latexParagraphs): remove unwanted pextra check.
1348
1349         * several files: remove CXX_WORKING_NAMESPACES
1350
1351         * buffer.C (pop_tag): tie is in namespace boost
1352
1353         * BufferView.h: noncopyable is in namespace boost
1354         * lyxlex.h: ditto
1355         * lyx_main.h: ditto
1356         * lyx_gui.h: ditto
1357         * layout.h: ditto
1358         * lastfiles.h: ditto
1359         * bufferlist.h: ditto
1360         * ShareContainer.h: ditto
1361         * LyXView.h: ditto
1362         * LyXAction.h: ditto
1363         * LaTeX.h: ditto
1364
1365 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1366
1367         * Merging changes from BRANCH_MVC back into HEAD.
1368
1369         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
1370
1371 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
1372
1373         * BufferView_pimpl.C: change from intl.C
1374
1375         * combox.h:
1376         * combox.C:
1377         * Makefile.am: move combox.*
1378
1379         * form1.h:
1380         * form1.C:
1381         * lyx_gui.C:
1382         * intl.h:
1383         * intl.C: remove dialog (covered by prefs)
1384
1385 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1386
1387         * lyxfunc.C (Dispatch): removed redundant break statement.
1388         
1389 2001-03-14  Juergen Vigna  <jug@sad.it>
1390
1391         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
1392
1393 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1394
1395         * buffer.C: add hack to fix compability reading of minipages.
1396
1397 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
1398
1399         * buffer.C (getLists): Cleanup.
1400
1401 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1402
1403         * lyxfont.C (update): don't honor toggleall on font size.
1404
1405 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
1406
1407         * bmtable.c:
1408         * bmtable.h:
1409         * Makefile.am: moved to frontends/xforms/
1410
1411         * lyx_gui_misc.C:
1412         * lyxfunc.C:
1413         * BufferView_pimpl.C: changes for moved mathpanel
1414
1415 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1416
1417         * gettext.h: fix gettext_init() in --disable-nls
1418
1419 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1420
1421         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
1422
1423 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
1424
1425         * lyx.C:
1426         * lyx.h: strip external form
1427
1428 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1429
1430         * BufferView_pimpl.C: add comment, destroySplash()
1431
1432 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1433
1434         * BufferView_pimpl.C:
1435         * LyXAction.C:
1436         * buffer.C:
1437         * commandtags.h:
1438         * lyxfunc.C: use re-worked insetinclude
1439
1440 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1441
1442         * buffer.C: add using std::stringstream.
1443
1444         * lyx_cb.C: readd using std::ios.
1445
1446         * buffer.C: add using std::map.
1447
1448         * BufferView_pimpl.C: add using std::vector.
1449
1450         * ShareContainer.h: add std:: to swap.
1451
1452         * buffer.h: add some typedefs
1453         * buffer.C (getLists): use them
1454         (getLists): renamed from getTocList.
1455         add a counter for the different float types and use it in the
1456         generated string.
1457         (getLists): use the same counter for the NEW_INSETS and the "non"
1458         NEW_INSETS
1459
1460         * lyx_cb.h: remove unused items, includes, using etc.
1461
1462         * ShareContainer.h: remove some commented code, add more comments
1463         and "documentation".
1464
1465 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1466
1467         * buffer.C (getTocList): make the list also when NEW_INSETS is
1468         defined.
1469
1470         * buffer.h: remove TocType
1471
1472         * buffer.C (getTocList): change to return a map<string,
1473         vector<TocItem> >, implement for dynamic number of list.
1474
1475         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
1476         * text2.C (PasteSelection): adjust
1477         * CutAndPaste.C (pasteSelection): adjust
1478
1479         * FloatList.C (FloatList): update from the new_insets branch.
1480         * Floating.[Ch]: ditto
1481         * LaTeXFeatures.C: ditto
1482         * buffer.C: ditto
1483         * lyxlex_pimpl.C: ditto
1484         
1485         * paragraph.C (Last): remove when NEW_INSETS is defined.
1486
1487         * other file: changes because of the above.
1488
1489 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1490
1491         * lyxparagraph.h: rename next to next_, previous to previous_,
1492         make them private for NEW_INSETS. Rename Next() to next(),
1493         Previous() to previous().
1494
1495         * other files: changes because of the above.
1496
1497 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
1498
1499         * BufferView.h: 
1500         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
1501         problem.
1502
1503 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1504
1505         * main.C (main): pass lyx_localedir to gettext_init().
1506
1507         * gettext.h: remove locale_init and gettext_init macros
1508
1509         * gettext.C (locale_init): new function
1510         (gettext_init): new function
1511
1512         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
1513         setlocale().
1514
1515 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
1516
1517         * Moved credits to frontends:
1518         * credits.[Ch]: removed
1519         * credits_form.[Ch]: removed
1520         * lyx_gui_misc.C: remove credits stuff
1521         * Makefile.am:
1522
1523 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1524
1525         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
1526
1527         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
1528         unneeded destructor.
1529
1530         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
1531         a standalone pointer again.
1532
1533         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
1534
1535 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
1536
1537         * Makefile.am:
1538         * filedlg.h:
1539         * filedlg.C:
1540         * LyXAction.C:
1541         * ToolbarDefaults.C:
1542         * bufferlist.C:
1543         * commandtags.h:
1544         * form1.C:
1545         * form1.h:
1546         * lyx_cb.C:
1547         * lyx_cb.h:
1548         * lyxfunc.h:
1549         * lyxfunc.C:
1550         * BufferView_pimpl.C: use new file dialog in GUII
1551
1552         * lyx_cb.h:
1553         * lyx_cb.C: remove LayoutsCB to Toolbar
1554
1555 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1556
1557         * ShareContainer.h (get): add std:: qualifier
1558
1559 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1560
1561         * ShareContainer.h: define a proper ShareContainer::value_type
1562         type (and use typename to please compaq cxx)
1563
1564 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1565
1566         * lyxparagraph.h: move serveral local vars to
1567         ParameterStruct/ParagraphParameters., use ShareContainer in
1568         FontTable., make vars in FontTable private and add getter and
1569         setter.
1570
1571         * paragraph.C: changes because of the above.
1572
1573         * lyxfont.h: remove copy constructor and copy assignment. (the
1574         default ones is ok), move number inside FontBits. move inlines to
1575         lyxfont.C 
1576
1577         * lyxfont.C: add number to initializaton of statics, move several
1578         inlines here. constify several local vars. some whitespace
1579         cleanup. Dont hide outerscope variables.
1580
1581         * Spacing.h: add two new constructors to match the set methods.
1582
1583         * ShareContainer.h: new file, will perhaps be moved to support
1584
1585         * ParameterStruct.h: new file
1586
1587         * ParagraphParameters.h: new file
1588
1589         * ParagraphParameters.C: new file
1590
1591         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
1592         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
1593
1594         * BufferView_pimpl.C: ParagraphParameter changes.
1595         * buffer.C: Likewise.
1596         * bufferview_funcs.C: Likewise.
1597         * text.C: Likewise.
1598         * text2.C: Likewise.
1599         
1600 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1601
1602         * lyxfind.C (LyXReplace): do not redefine default argument in
1603         implementation. 
1604         (IsStringInText): ditto
1605         (SearchForward): ditto
1606         (SearchBackward): ditto
1607
1608 2001-03-06  Juergen Vigna  <jug@sad.it>
1609
1610         * lyxfind.C (IsStringInText): put parentes around expressions.
1611
1612 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
1613
1614         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
1615         
1616 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
1617
1618         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
1619
1620         * stl_string_fwd.h: add comment
1621
1622         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
1623
1624         * tabular.h:
1625         * tabular.C: remove unused DocBook methods
1626
1627         * intl.C:
1628         * language.C:
1629         * paragraph.C:
1630         * buffer.C:
1631         killed DO_USE_DEFAULT_LANGUAGE
1632
1633 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1634
1635         * lyx_gui.C: do not include language.h.
1636
1637         * bufferview_funcs.C (ToggleAndShow): do not provide optional
1638         arguments in function implementation.
1639
1640 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1641
1642         * BufferView_pimpl.C: add <ctime>
1643
1644 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1645
1646         * BufferView_pimpl.C: add using std::find_if
1647
1648 2001-02-27  José Matos  <jamatos@fep.up.pt>
1649         
1650         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
1651         by OnlyPath.
1652         
1653 2001-02-11  José Matos  <jamatos@fep.up.pt>
1654
1655         * buffer.C (makeDocBookFile): command styles now have a parameter as
1656         "title" by default.
1657
1658 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
1659
1660         * layout_forms.[Ch]: removed
1661         * lyx_cb.[Ch]: out character
1662         * lyx_gui.C: out character
1663         * lyx_gui_misc.C: out character
1664         * bufferview_funcs.C: : out character,
1665         added toggleall as parameter in ToggleAndShow
1666                    
1667 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
1668
1669         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
1670
1671         * text2.C (SetCurrentFont): Disable number property at boundary.
1672
1673 2001-02-26  Juergen Vigna  <jug@sad.it>
1674
1675         * lyxfunc.C (getStatus): added a string argument override function so
1676         that this is correctly called from LyXFunc::Dispatch if it contains a
1677         do_not_use_argument which is used!
1678         (Dispatch): added check for "custom" export and call appropriate func.
1679
1680 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
1681
1682         * lyxrc.C: Add language_command_local, language_use_babel and
1683         language_global_options.
1684
1685         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
1686
1687         * buffer.C (makeLaTeXFile): Use language_use_babel and 
1688         language_global_options.
1689
1690 2001-02-23  Juergen Vigna  <jug@sad.it>
1691
1692         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
1693         which works with LyXText and putted it inside BufferView. Here now we
1694         only call for that part the BufferView::Dispatch() function.
1695
1696         * BufferView.C (Dispatch): added.
1697
1698         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
1699         functions which needs to use a LyXText over from LyXFunc.
1700         (MenuInsertLyXFile): added
1701         (getInsetByCode): added
1702         (moveCursorUpdate): added
1703         (static TEXT): added
1704
1705 2001-02-22  Juergen Vigna  <jug@sad.it>
1706
1707         * BufferView_pimpl.C (update): call a status update to see if LyXText
1708         needs it.
1709
1710 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1711
1712         * vc-backend.C (revert): implement for CVS
1713         (getLog): implement for CVS
1714
1715 2001-02-20  Juergen Vigna  <jug@sad.it>
1716
1717         * text2.C (ClearSelection): added BufferView param for inset_owner call
1718
1719         * lyxfunc.C (TEXT): added this function and use it instead of
1720         directly owner->view()-text of getLyXText().
1721
1722 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
1723
1724         * src/layout_forms.C: out preamble
1725         * src/layout_forms.h: out preamble
1726         * src/lyx_cb.C: out preamble
1727         * src/lyx_cb.h: out preamble
1728         * src/lyx_gui.C: out preamble
1729         * src/lyx_gui_misc.C: out preamble
1730         * src/lyxfunc.C: connect with guii preamble
1731
1732 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
1733
1734         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
1735
1736 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
1737
1738         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
1739         whether to run bibtex.
1740
1741 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
1742
1743         * Makefile.am (lyx_SOURCES): Remove BackStack.h
1744
1745 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1746
1747         * Makefile.am (lyx_SOURCES): removed bibforms.h
1748
1749         * vspace.h: doxygen
1750
1751         * text.C (GetVisibleRow): make several local vars const
1752
1753         * tabular.C: small cleanup.
1754
1755         * lyxserver.C (callback): use compare instead of strncmp
1756
1757         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
1758         inlines to after class or to paragraph.C
1759
1760         * lyxfont.h: remove friend operator!=
1761
1762         * converter.h: move friend bool operator< to non friend and after
1763         class def.
1764
1765         * combox.h: small cleanup
1766
1767         * buffer.h: doxygen, remove unused constructor, move inclas inlies
1768         to inlines after class def.
1769
1770         * buffer.C (pop_tag): use string operations instead of strcmp
1771
1772         * bmtable.c: doxygen, small cleanup
1773
1774         * LaTeX.h: remove friend operator==
1775
1776 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1777
1778         * screen.C: 
1779         * lyxrc.[Ch]:
1780         * lyxfunc.C: 
1781         * lyxfont.[Ch]: 
1782         * lyx_cb.C: 
1783         * intl.[Ch]: 
1784         * commandtags.h: 
1785         * buffer.C: 
1786         * WorkArea.[Ch]: 
1787         * LyXAction.C: 
1788         * BufferView_pimpl.C:
1789         * BufferView.[Ch]: remove cruft
1790
1791 2001-02-14  Juergen Vigna  <jug@sad.it>
1792
1793         * lyxfunc.C: removed #if 0 unused code
1794
1795         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
1796
1797         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
1798
1799         * text2.C (SetSelection): added a BufferView * parameter
1800
1801 2001-02-13  Juergen Vigna  <jug@sad.it>
1802
1803         * lyxfunc.C (Dispatch): fixed protected blank problem.
1804         * BufferView2.C (protectedBlank): added LyxText * parameter.
1805
1806         * tabular.C (AppendRow): forgot to set row_info of newly added row.
1807         (AppendColumn): same as above for column_info.
1808
1809         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
1810         (moveCursorUpdate): use a LyXText param for support of InsetText.
1811
1812         * BufferView_pimpl.C (doubleClick): added support for InsetText.
1813         (tripleClick): ditto
1814
1815         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
1816
1817         * BufferView_pimpl.C (update): added LyXText param to honor insets.
1818
1819         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
1820
1821         * text2.C (SetSelection): set correct update status if inset_owner
1822         (ToggleFree): ditto
1823
1824 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1825
1826         * tabular.C: remove some commented code.
1827
1828 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
1829
1830         * BufferView_pimpl.C: call hideSplash()
1831
1832         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
1833
1834         * include_form.h:
1835         * bibforms.h: remove
1836
1837         * lyxfunc.C:
1838         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
1839           add LFUN_CHILD_CREATE
1840
1841         * counters.h: fix tiny typo
1842         
1843         * lyx_cb.C:
1844         * lyx.h:
1845         * lyx_gui.C:
1846         * lyx.C: move splash to frontends/xforms/
1847
1848         * lyx_gui_misc.C: move Include and Bibform to frontends
1849
1850         * lyxvc.h: clarify comment
1851
1852         * vspace.C: tiny housekeeping
1853
1854 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
1855
1856         * text.C (PrepareToPrint): RTL Fix.
1857
1858         * paragraph.C (GetUChar): New method.
1859         (String):  Use GetUChar.
1860
1861         * buffer.C (asciiParagraph): Use GetUChar.
1862
1863 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
1864
1865         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
1866
1867 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
1868
1869         * buffer.h:
1870         * buffer.C: rename to getLogName(), handle
1871           build log / latex log nicely
1872
1873 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1874
1875         * MenuBackend.C: 
1876         * MenuBackend.h: remove support for reference menuitem type.
1877
1878 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
1879
1880         * BufferView_pimpl.C: housekeeping
1881         * BufferView_pimpl.h:
1882         * LyXView.h:
1883         * Makefile.am:
1884         * Timeout.C:
1885         * Timeout.h:
1886         * minibuffer.h: move Timeout GUI-I
1887                           
1888 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
1889
1890         * lyxrc.C (read): Update converters data-structures.
1891
1892 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
1893
1894         * LaTeX.h (operator!=): add operator != for Aux_Info 
1895
1896 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
1897
1898         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
1899
1900         * LaTeXLog.C: deleted, useful code moved to Buffer
1901
1902         * buffer.h:
1903         * buffer.C: new function getLatexLogName()
1904
1905         * lyx_gui_misc.C:
1906         * lyx_gui.C:
1907         * lyxvc.C:
1908         * lyxvc.h:
1909         * lyxfunc.C: use frontends for LaTeX and VC logs
1910
1911 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1912
1913         * LaTeX.h: yet another std:: that Allan forgot.
1914
1915         * Variables.C (set): renamed from isset(), because this clashes
1916         with some HP-UX macros (grr).
1917
1918 2001-02-06  Allan Rae  <rae@lyx.org>
1919
1920         * LaTeX.h: Another bug fix.  Missing std:: this time.
1921
1922 2001-02-04  Allan Rae  <rae@lyx.org>
1923
1924         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
1925         floats problem. I've left it commented out because it's not quite
1926         correct.  It should also test that the current object is a table or
1927         figure inset.  But I haven't gotten around to figuring out how to do
1928         that.  I *think* it'll be something like: "table" == inset.type()
1929
1930         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
1931         bool.
1932
1933 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
1934
1935         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
1936         all the citation/databases/styles in the auxilary file. 
1937         (run): Rerun latex if there was a babel language error.
1938
1939 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
1940
1941         * text.C (Backspace): Preserve the font when changing newline char
1942         with a space.
1943         (BreakParagraph): If the cursor is before a space, delete the space.
1944
1945         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
1946
1947 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
1948
1949         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
1950         new argument (code).
1951         (ChangeCitationsIfUnique): New method.
1952
1953         * paragraph.C (GetPositionOfInset): Handle bibkey.
1954
1955 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1956
1957         * BufferView_pimpl.h: change type of Position::par_pos to
1958         LyXParagraph::size_type. 
1959
1960 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
1961
1962         * BufferView_pimpl.C (savePosition, restorePosition): Write
1963         messages to minibuffer.
1964
1965 2001-01-28  José Matos  <jamatos@fep.up.pt>
1966
1967         * buffer.C (makeDocBookFile): adds support for document language.
1968         A silly restriction on the name of LatexCommand types where removed.
1969         Added support for CDATA sections, allows to chars unescaped, used
1970         among others in code, to avoid escape < and >.
1971         
1972 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
1973
1974         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
1975         saved positions instrad of a stack. Furthermore, a position is
1976         stored using paragraph id/paragraph position.
1977
1978         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
1979         Remove LFUN_REF_BACK.
1980
1981 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
1982
1983         * converter.C (dvipdfm_options): New method.
1984
1985 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1986
1987         * vspace.C (isValidLength): Fix for empty input string.
1988
1989 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1990
1991         * LyXAction.C (init): change description of LFUN_FIGURE to
1992         "Insert Graphics"
1993
1994 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1995
1996         * LaTeX.C: add using directive
1997
1998 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
1999
2000         * MenuBackend.C (expand): Fix the sorting of the formats.
2001
2002 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
2003
2004         * lyx_main.C: tiny error message fix
2005
2006 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2007
2008         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
2009         calling fl_initialize(). This fixes the problem with ',' as
2010         decimal separator in text files.
2011
2012 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
2013
2014         * trans.C (process): Fix the keymap bug.
2015
2016 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
2017
2018         * LaTeX.C (scanAuxFiles): New method. Provides support for
2019         multiple bibliographies (when using the bibtopic/bibunits pacakges).
2020         (scanLogFile) Scan for "run BibTeX" messages.
2021
2022         * buffer.C (makeLaTeXFile): Do not load the ae package when using
2023         OT1 font encoding. Also, load the aecompl package if the ae
2024         package is loaded.
2025
2026         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
2027
2028 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2029
2030         * texrow.C (increasePos): turn two error messages into debug
2031         messages. 
2032
2033 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
2034
2035         * LaTeX.C (scanAux): Handle the \@input macro.
2036         (runBibTeX): Use scanAux().
2037
2038         * language.C (latex_options_): New field.
2039
2040         * LaTeXFeatures.C (getMacros): Add language macros.
2041
2042         * buffer.C (makeLaTeXFile): Small fix.
2043
2044 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2045
2046         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
2047
2048         * text2.C: add a using directive.
2049
2050 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
2051
2052         * BufferView2.C:
2053         * lyx_gui_misc.h:
2054         * lyxfr1.C:
2055         * lyxfunc.C: kill LyXBell.
2056
2057 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
2058
2059         * text.C (IsBoundary): Remove the error message
2060         
2061         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
2062
2063         * lyxrc.C (setDefaults): Correct initialization value for
2064         font_norm_type.
2065
2066 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
2067
2068         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
2069         gotoError().
2070
2071         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
2072         and GotoNextNote().
2073
2074         * src/LyXAction.C: Added reference-next.
2075
2076         * text.C (InsertChar): Use contains instead of strchr.
2077
2078         * lyx_cb.C (MenuInsertLabel): Enable default value code.
2079
2080 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
2081
2082         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
2083         alignment commands (when needed).
2084
2085         * text.C (InsertChar): Add ':' to number separator chars.