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