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