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