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