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