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