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