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