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