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