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