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