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