]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
compilation fix
[lyx.git] / src / ChangeLog
1 2002-06-12  "Andrew Zabolotny"  <zap@cobra.ru>
2
3         * kbmap.C (getiso): add support for cyrillic and greek
4
5 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6
7         * BufferView.h:
8         * BufferView.C:
9         * BufferView_pimpl.h:
10         * BufferView_pimpl.C: move bogus scrolling logic
11           to xforms
12  
13 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
14
15         * lyxfunc.C:
16         * BufferView_pimpl.C: view->resize() change
17  
18 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
19
20         * BufferView_pimpl.C: topCursorVisible
21           prototype change
22  
23 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
24
25         * Makefile.am:
26         * lyx_gui.h:
27         * lyx_gui.C: move to frontends/
28  
29         * main.C:
30         * lyx_main.h:
31         * lyx_main.C: changes from above
32  
33 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
34
35         * intl.C:
36         * intl.h:
37         * kbmap.C:
38         * kbsequence.C:
39         * lyx_cb.C:
40         * lyx_main.C: minor tidy
41  
42 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
43
44         * BufferView_pimpl.h:
45         * BufferView_pimpl.C:
46         * BufferView.h:
47         * BufferView.C: make painter() const,
48           remove dead code
49  
50         * BufferView2.C: use screen() accessor
51  
52         * lyx_main.h:
53         * lyx_main.C: some minor cleanup
54  
55 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
56
57         * BufferView_pimpl.h:
58         * BufferView_pimpl.C: remove enter/leaveView,
59           use workHeight()
60  
61 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
62
63         * BufferView.h:
64         * BufferView.C:
65         * BufferView2.C:
66         * BufferView_pimpl.h:
67         * BufferView_pimpl.C: only construct screen once,
68           rename
69
70         * lyxrc.C: remove pointless comment
71  
72 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
73
74         * BufferView.h: 
75         * BufferView.C: remove active() and belowMouse()
76
77         * BufferView_pimpl.h:
78         * BufferView_pimpl.C: use workarea() not workarea_,
79           and make it use a scoped_ptr instead
80
81 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
82
83         * lyx_gui.C: add debug message on BadWindow
84  
85 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
86
87         * sp_spell.C: fdopen is not part of the C++ standard.
88
89         * paragraph.C (InsetIterator): use >= instead of ==
90
91 2002-06-07  Angus Leeming  <leeming@lyx.org>
92
93         Fixes needed to compile with Compaq cxx 6.5.
94         * BufferView_pimpl.C:
95         * DepTable.C:
96         * buffer.C:
97         * converter.C:
98         * encoding.C:
99         * lyx_gui.C:
100         * lyx_main.C:
101         * lyxtextclasslist.C:
102         * minibuffer.C:
103         * sp_spell.C:
104         * tabular_funcs.C:
105         * vc-backend.C:
106         all c-library variables have been moved into namespace std. Wrap
107         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
108
109         * lyxlength.C:
110         * tabular-old.C:
111         * tabular.C:
112         Add a using std::abs declaration.
113
114         * kbmap.h (modifier_pair):
115         * paragraph.h (InsetTable, InsetList):
116         * lyxfont.h (FontBits):
117         type definition made public.
118
119         * bufferlist.C (emergencyWriteAll): the compiler complains that
120         there is more than one possible lyx::class_fun template to choose from.
121         I re-named the void specialisation as lyx::void_class_fun.
122
123         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
124
125         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
126         the compiler is is unable to find tostr in write_attribute.
127
128 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
129
130         * buffer.C (sgmlError): hide #warning
131
132 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
133
134         * xtl/*: get rid of xtl, which is not in use anyway
135
136         * LyXAction.C (init):
137         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
138         were unimplemented xtl experimentation
139
140 2002-06-04  André Pönitz <poenitz@gmx.net>
141
142         * lyxfunc.C: disable array operation on simple formulae
143
144 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
145
146         * converter.C: constify a bit
147
148 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
149
150         * lyx_gui.C: check xforms version correctly
151
152 2002-04-30  Herbert Voss  <voss@lyx.org>
153
154         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
155         "keep" option
156
157 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
158
159         * lyxvc.C: fix bug 416 (make sure buffer is saved before
160           attempt to register it with a VCS)
161
162 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
163
164         * lyx_main.C (init): honor variables LYX_DIR_13x and
165         LYX_USERDIR_13x
166
167 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
168
169         * buffer.h:
170         * buffer.C:
171         * lyx_main.C: fix a crash on bad command line,
172           and give a useful exit status on error
173
174         * lyxfunc.C (doImport): allow -i lyx to work
175
176 2002-03-30  André Pönitz <poenitz@gmx.net>
177
178         * lyxfunc.C: mathed font changes
179
180 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
181
182         * LaTeX.C:
183         * importer.h:
184         * importer.C:
185         * lyx_sty.h:
186         * lyx_sty.C:
187         * lyxlex.C:
188         * lyxrow.h:
189         * lyxtext.h:
190         * paragraph.h:
191         * paragraph.C:
192         * texrow.h:
193         * texrow.C:
194         * text.C:
195         * trans_mgr.h: srcdocs, and some minor cleanups
196
197 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
198
199         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
200         call getFont all the time)
201
202 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
203
204         * switch from SigC signals to boost::signals
205
206 2002-05-29  André Pönitz <poenitz@gmx.net>
207
208         * paragraph_pimpl.C (getChar): don't call size() too often...
209
210 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
211
212         * paragraph_pimpl.C (insertChar): do not try to update tables when
213         appending (pos == size())
214
215         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
216         in order to reduce drastically the number of comparisons needed to
217         parse a large document
218
219 2002-05-29  André Pönitz <poenitz@gmx.net>
220
221         * text.C:
222         * text2.C:
223         * lyxtextclass.C:
224         * sp_pspell.h:
225         * textclasslist.[Ch]:
226         * sp_ispell.h: whitespace change
227
228 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
229
230         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
231         lyxaction directly now.
232
233 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
234
235         * trans.C:
236         * lyxfont.C:
237         * lyxvc.C: remove unused headers
238
239 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
240
241         * Makefile.am:
242         * buffer.h:
243         * undostack.h:
244         * undostack.C:
245         * undo_funcs.h:
246         * undo_funcs.C: some cleanups. Use shared_ptr
247           and a template for the undo stacks.
248
249 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
250
251         * BufferView_pimpl.h:
252         * BufferView_pimpl.C:
253         * kbmap.h:
254         * kbmap.C:
255         * kbsequence.h:
256         * kbsequence.C:
257         * lyxfunc.h:
258         * lyxfunc.C:
259         * text2.C: use key_state/mouse_state
260
261 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
262
263         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
264         and LSubstring
265
266         * chset.C: change include order
267         (loadFile): use boost regex and get rid of LRegex and LSubstring
268
269         * Makefile.am (BOOST_LIBS): new variable
270         (lyx_LDADD): use it
271
272         * LaTeX.C: change include order.
273         (scanAuxFile): use boost regex and get rid of LRegex and
274         LSubstring
275         (deplog): ditto
276
277 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
278
279         * ColorHandler.h:
280         * ColorHandler.C:
281         * FontInfo.h:
282         * FontInfo.C: moved to frontends/xforms/
283
284         * FontLoader.h:
285         * FontLoader.C: moved into frontends for GUIIzation
286
287         * Makefile.am:
288         * lyx_gui.C:
289         * lyxfont.C:
290         * lyxfunc.C: changes from above
291
292 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
293
294         * LColor.C: remove spurious X include
295
296         * BufferView_pimpl.C:
297         * Makefile.am:
298         * font.h:
299         * font.C:
300         * text.C:
301         * text2.C: move font metrics to frontends/
302
303 2002-05-24  Juergen Vigna  <jug@sad.it>
304
305         * undo_funcs.C (textHandleUndo): fix the cursor selection after
306         setting the undo_cursor.
307
308         * ParagraphParameters.h: include local includes first.
309
310 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
311
312         * BufferView_pimpl.C:
313         * BufferView_pimpl.h:
314         * Makefile.am:
315         * WorkArea.h:
316         * WorkArea.C:
317         * screen.C: move WorkArea into frontends/
318
319         * lyxscreen.h:
320         * screen.C:
321         * text.C:
322         * BufferView.C:
323         * BufferView2.C: move LyXScreen into frontends/
324
325         * lyxlookup.h:
326         * lyxlookup.C:
327         * lyx_gui.C: move lyxlookup into frontends/xforms/
328
329 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
330
331         * BufferView2.C:
332         * BufferView_pimpl.C:
333         * FontLoader.C:
334         * LyXView.h:
335         * LyXView.C:
336         * Makefile.am:
337         * WorkArea.C:
338         * XFormsView.h:
339         * XFormsView.C:
340         * buffer.C:
341         * bufferlist.C:
342         * bufferview_funcs.C:
343         * converter.C:
344         * importer.C:
345         * lyx_cb.C:
346         * lyx_gui.C:
347         * lyx_main.C:
348         * lyx_find.C:
349         * lyxfunc.C:
350         * lyxvc.C:
351         * minibuffer.C:
352         * text.C:
353         * text2.C:
354         * trans.C:
355         * vc-backend.C: move LyX/XFormsView into frontends/
356
357 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
358
359         * Makefile.am:
360         * PainterBase.C:
361         * PainterBase.h:
362         * Painter.C:
363         * Painter.h:
364         * WorkArea.C:
365         * WorkArea.h:
366         * screen.C:
367         * tabular.C:
368         * text.C:
369         * text2.C: move Painter to frontends/
370
371 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
372
373         * buffer.C: comment out some some code that depend upon lyx_format
374         < 220
375
376         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
377         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
378
379         * buffer.h (NO_COMPABILITY): turn off compability
380
381         * ColorHandler.C: include scoped_array.hpp
382
383         * font.C: Use more specific smart_ptr header.
384         * Painter.C: ditto
385         * gettext.C: ditto
386         * ShareContainer.h: ditto
387         * lyx_main.h: ditto
388         * kbmap.h: ditto
389         * FontInfo.h: ditto
390         * BufferView_pimpl.h: ditto
391         * ColorHandler.h: ditto
392
393         * kbmap.C (defkey): change call to shared_ptr::reset
394
395 2002-05-21  Juergen Vigna  <jug@sad.it>
396
397         * buffer.C (insertErtContents): fix to insert ert asis if it is
398         non empty. Skip it completely if it contains only whitespaces.
399
400 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
401
402         * BufferView_pimpl.C:
403         * BufferView2.C: clear selection on paste (bug 393)
404
405 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
406
407         * DepTable.C: include ctime
408
409 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
410
411         * buffer.C (latexParagraphs): Add new argument (moving_arg).
412
413 2002-05-14  Juergen Vigna  <jug@sad.it>
414
415         * text.C (breakParagraph): fixed function to honor the keepempty
416         layout in the right maner and also to permit the right breaking
417         algorithm on empty or non empyt keepempty paragraphs.
418
419         * paragraph.C (breakParagraph): we have to check also if the par
420         is really empty (!size()) for isempty otherwise we do the wrong
421         paragraph break.
422
423 2002-05-10  Juergen Vigna  <jug@sad.it>
424
425         * buffer.[Ch] : The following are only changes to the ert
426         compatibility read reading old LaTeX layout and font stuff and
427         convert it to ERTInsets.
428
429         * buffer.h: added isErtInset().
430
431         * buffer.C (struct ErtComp): add a fromlayout bool to check
432         if we're inside a LaTeX layout.
433         (isErtInset): new helper function.
434         (insertErtContents): look for other ert insets before this one
435         and insert the contents there, so that we don't have subsequent
436         ERT insets with nothing between them. This way we create only one
437         inset with multiple paragraphs. Also check if we don't insert only
438         spaces ' ' as they are ignored anyway afterwards in the .tex file
439         so if we have only spaces we will ignore this latex part in the
440         new file.
441         (parseSingleLyXformat2Token \\layout): better compatibility when
442         reading layout-latex stuff.
443         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
444         language tag.
445         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
446         stuff after reading the inset only get the information back from
447         the stack.
448
449 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
450
451         * buffer.C (makeLaTeXFile): Put language options after loading babel.
452
453         * LaTeXFeatures.C (getBabelOptions): New method.
454
455 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
456
457         * BufferView_pimpl.C (Dispatch): work around missing argument for
458         'layout'
459
460 2002-05-08  Juergen Vigna  <jug@sad.it>
461
462         * text.C (leftMargin): handle paragraph leftindent.
463
464         * paragraph.C (writeFile): write the new \\leftindent tag.
465         (validate): handle leftindent code.
466         (TeXEnvironment): handle paragraphleftindent code again.
467
468         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
469
470         * buffer.C (parseSingleLyXformat2Token): added compatibility code
471         for paragrap_extra indent code and new token \\leftindent.
472         (latexParagraphs): handle the leftindent as environment.
473
474         * ParameterStruct.h: added leftindent support.
475
476         * ParagraphParameters.C (leftIndent): added support functions for
477         the paragraph left indent.
478
479         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
480         more appropriate.
481
482 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
483
484         * paragraph.C (isRightToLeftPar): Return false for a paragraph
485         inside insetERT.
486
487         * text.C (computeBidiTables): No bidi in insetERT.
488
489         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
490         in RTL documents.
491
492 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
493
494         * version.C.in: pre 5
495
496 2002-05-02  José Matos  <jamatos@fep.up.pt>
497         * buffer.C (makeDocBookFile): white space changes, add newline to
498         command styles.
499         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
500
501         * tabular.C (docBook): fix typo.
502
503 2002-05-03  Juergen Vigna  <jug@sad.it>
504
505         * screen.C (drawFromTo): recalculate the rowpointer if we had a
506         change in LyXText as we can not be sure it was not freed.
507         (drawOneRow): remove unused code.
508
509         * text.C (drawInset): redo the calculation of the need_break_row as
510         it could have a row which was already freed.
511         (draw): look at the return value of drawInset and return false if
512         it also returned false.
513         (paintRowText): look at the return value of draw and return false if
514         it also returned false.
515
516         * lyxtext.h: added bool return type to drawInset() and draw() so that
517         if we have a change in the row so that the rowbreak has to be redone
518         we abort drawing as it will be called again.
519
520 2002-05-02  Juergen Vigna  <jug@sad.it>
521
522         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
523         a change in the maintext also if we're inside an inset.
524         (Dispatch): set the cursor again after a break line and after the
525         screen has been updated as it could be we're in a different row.
526
527         * text2.C (fixCursorAfterDelete): check to make sure we don't request
528         to set the cursor behind the pargraph with > size().
529         (setCursor): check also for the same paragraph when checking where
530         to put the cursor if we have a NFR inset.
531
532         * buffer.C (parseSingleLyXformat2Token): move the compatibility
533         parts of layout read further up as it still was in the wrong
534         position.
535
536 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
537
538         * screen.C (drawFromTo): change sine fullRebreak always return
539         true.
540
541         * buffer.C (parseSingleLyXformat2Token): reindent some
542
543         * BufferView_pimpl.C (update): change since fullRebreak always
544         return true.
545         (Dispatch): git rid of the last hardcoded "Standard"s.
546
547 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
548
549         * text2.[Ch] (fullRebreak): make it return void now that we always
550         returned true.
551
552 2002-04-30  Juergen Vigna  <jug@sad.it>
553
554         * buffer.C (parseSingleLyXformat2Token): reset the font before the
555         ert compatibility check for "latex" layout.
556
557 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
558
559         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
560         minipages: use col% instead of p%, and also use the current font.
561         (makeLaTeXFile): Fix use babel condition.
562         (parseSingleLyXformat2Token): Correct font when reading old floats.
563
564 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
565
566         * BufferView_pimpl.C (Dispatch): Check that float type exists when
567         inserting list of floats.
568
569 2002-04-25  Herbert Voss  <voss@lyx.org>
570
571         * MenuBackend.C (expand): don't add the graphics extensions to the
572         export menu
573
574 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
575
576         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
577         non-existing layout, do not complain if it was the default layout
578         of the original class (bug #342)
579
580 2002-04-24  Juergen Vigna  <jug@sad.it>
581
582         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
583         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
584
585 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
586
587         * buffer.C (getBibkeyList): If using \bibliography, return the
588         option field with the reference itself. Enables us to provide natbib
589         support when using \bibliography.
590
591 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
592
593         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
594
595         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
596         natbib is provided by the LaTeX class.
597
598 2002-04-23  Juergen Vigna  <jug@sad.it>
599
600         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
601         Wakeup functions.
602
603         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
604
605 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
606
607         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
608
609         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
610         ensuremath around textordmasculine, textordfeminine and
611         textdegree.
612
613 2002-04-19  Juergen Vigna  <jug@sad.it>
614
615         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
616         reinitializing the buffer otherwise row-dimensions may be wrong.
617         (update): reset also the selection cursors if they do exits otherwise
618         their x/y positions may be wrong.
619
620         * text2.C (cursorDown): don't enter the inset if we came from a row
621         above and are one row over the inset.
622
623         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
624         really leaving an inset.
625
626 2002-04-18  Juergen Vigna  <jug@sad.it>
627
628         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
629         of the selected paragraph does not have the selected layout also if
630         the last one had!
631
632         * text2.C (setLayout): fixed bug which did not change last selected
633         paragraph.
634
635         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
636         changed the read and substituted \\end_float with \\end_inset!
637
638         * BufferView_pimpl.C (cursorPrevious):
639         (cursorNext): fixed to make it work with rows heigher than the work
640         area without moving the cursor only the draw of the row.
641         (workAreaMotionNotify): fix jumping over high rows.
642
643 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
644
645         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
646         Ressler.
647
648 2002-04-16  Juergen Vigna  <jug@sad.it>
649
650         * text2.C (setCursor): set also the irow().
651         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
652         (cursorUp):
653         (cursorDown): support for locking an inset if the x_fix value goes
654         inside it. That way I can transverse insets too with cursor up/down.
655
656         * lyxrow.h: added irow helper function same as other (i) functions.
657
658         * BufferView_pimpl.C (cursorPrevious):
659         (cursorNext): fixed for insets!
660
661 2002-04-15  Juergen Vigna  <jug@sad.it>
662
663         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
664         position otherwise it is wrong in some cases.
665
666         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
667         inside the inset before the call.
668
669 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
670
671         * buffer.[Ch] (getBibkeyList): make it const.
672
673 2002-04-12  Juergen Vigna  <jug@sad.it>
674
675         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
676
677         * text2.C (getCursorX): new helper function
678         (setCursor): compute also ix_
679         (setCursorFromCoordinates): set also ix.
680
681         * lyxcursor.h: added ix_ and helper functions.
682
683         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
684
685         * buffer.C (insertStringAsLines): dont break paragraph if the this
686         paragraph is inside an inset which does not permit it!
687
688         * text.C (breakParagraph): honor keepempty flag and break the paragraph
689         also with no chars on this paragraph.
690         (paintRowText): only paint stuff if it's inside the workarea!
691
692         * paragraph.C (breakParagraph): honor keepempty flag and break the
693         paragraph always below not above.
694
695         * BufferView2.C (unlockInset): update the paragraph layout on inset
696         unlock as we changed paragraph in such a case.
697
698         * lyxfind.C (LyXFind): clear the former selection if not found!
699
700         * text2.C (insertInset): freeze Undo after setUndo so that it is not
701         again called in insertChar().
702
703         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
704         an inset which uses the whole row!
705         (rightMargin): ditto.
706         (insertChar): force a rebreak if we inserted an inset!
707
708 2002-03-28  Herbert Voss  <voss@lyx.org>
709
710         * lyxlength.[Ch]: add inBP() to get the right PS-point
711         units (BigPoint). With inPixels we have rounding errors
712
713 2002-04-11  Juergen Vigna  <jug@sad.it>
714
715         * text2.C (setCursorFromCoordinates): set iy to the right value.
716         (setCursor): add check if row->previous exists!
717
718         * buffer.C (parseSingleLyXformat2Token): reset font after read of
719         an old float_type as this was the case in the old code!
720
721         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
722
723         * BufferView2.C (showLockedInsetCursor): use iy
724         (fitLockedInsetCursor): ditto
725
726         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
727         locked insets as there we have the right value now.
728
729         * lyxcursor.C: added iy_ variable and iy functions to set to the
730         baseline of cursor-y of the locked inset.
731
732         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
733         (setCursor): fixed for insets which need a full row.
734
735         * text.C (rowLastPrintable): don't ignore the last space when before
736         an inset which needs a full row.
737         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
738         as last character of a row when before a inset which needs a full row.
739
740 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
741
742         * version.C.in: update date
743
744         * text2.C (fullRebreak): try to always return true and see what
745         happens...
746
747 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
748
749         * MenuBackend.C (expand): use Floating::listName
750
751         * FloatList.C (FloatList): add listName argument to the built-in
752         floats
753
754         * Floating.[Ch]: add listName member, which is the 'List of XXX'
755         text associated with the float.
756
757 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
758
759         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
760
761 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
762
763         * ShareContainer.h: add a couple of missing typenames.
764
765 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
766
767         * lyxrc.C (getDescription): use _() correctly rather than N_().
768
769 2002-03-28  Herbert Voss  <voss@lyx.org>
770
771         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
772         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
773
774 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
775
776         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
777         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
778
779 2002-03-29  Juergen Vigna  <jug@sad.it>
780
781         * lyxfunc.C (dispatch): add a missing fitCursor call.
782
783         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
784         it was scrolled by a cursor move, so return the bool status.
785
786         * BufferView.C (fitCursor): return the bool flag also to the outside
787         world as this is needed.
788
789         * screen.C (toggleToggle): don't subtract the offset if it's positive.
790
791         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
792         call the edit() as it is not needed (and wrong) IMO.
793         (workAreaButtonPress): set the screen_first variable before evt.
794         unlock the inset as this may change screen_first and then we have
795         a wrong y position for the click!
796
797 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
798
799         * MenuBackend.C (expand): another translation that I missed
800
801 2002-03-28  Juergen Vigna  <jug@sad.it>
802
803         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
804
805         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
806
807 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
808
809         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
810
811         * MenuBackend.C (expand): fix export/view/update when there is no
812         document open.
813
814 2002-03-27  Herbert Voss  <voss@lyx.org>
815
816         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
817         and text%
818
819 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
820
821         * bufferview_funcs.C (currentState): only show paragraph number
822         for is DEVEL_VERSION is set.
823
824         * lyxfunc.C (dispatch): put warning in INFO channel
825
826         * MenuBackend.C (expand): translate the name of floats
827
828         * FloatList.C (FloatList): mark the float names for translation
829
830         * converter.C (convert): use LibScriptSearch
831
832 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
833
834         * MenuBackend.C (defaults): fix default menu (we might as well get
835         rid of it...)
836
837 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
838
839         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
840         directory.
841
842 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
843
844         * lyxvc.C: reorder includes.
845
846 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
847
848         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
849           properly
850
851 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
852
853         * CutAndPaste.C: change layouts earlier on paste
854           to avoid crashing when calling getFont()
855
856 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
857
858         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
859         irritating #error.
860
861 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
862
863         * WorkArea.C: remove 'Pending' debug message.
864
865         * most files: ws cleanup
866
867         * buffer.[Ch]: ws changes
868
869         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
870
871 2002-03-21  Juergen Vigna  <jug@sad.it>
872
873         * tabular.C (SetMultiColumn): collapse also the contents of the
874         cells and set the last border right. Added a Buffer const * param.
875
876 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
877
878         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
879         linking or not.
880
881 2002-03-19  Juergen Vigna  <jug@sad.it>
882
883         * text2.C (clearSelection): reset also xsel_cache.
884
885         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
886         where it needs to be called (John tells us to do so too :)
887         (selectionLost): reset sel_cache.
888
889         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
890
891 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
892
893         * text2.C (setCursorIntern): put debuging code in INSETS channel
894
895 2002-03-19  André Pönitz <poenitz@gmx.net>
896
897         * lyxfunc.C: tiny whitespace change
898
899 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
900
901         * ToolbarDefaults.C (init):
902         * LyXAction.C (init):
903         * commandtags.h:
904         * BufferView_pimpl.C (Dispatch):
905         * lyxfunc.C (dispatch): remove LFUN_DEPTH
906
907 2002-03-19  Allan Rae  <rae@lyx.org>
908
909         * exporter.C (Export): removeAutoInsets before doing anything else.
910         While I've just introduced a dependency on BufferView this really is
911         the best place to clean the buffer otherwise you need to cleanup in
912         a dozen places before calling export or cleanup in a dozen functions
913         that export calls.
914
915         * converter.C (runLaTeX):
916         (scanLog): Better handling of removeAutoInsets and screen updates.
917
918         * lyxfunc.C (dispatch): small whitespace changes
919
920 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
921
922         * WorkArea.C (C_WorkAreaEvent): return a value.
923         (event_cb): return 1 if we handled the event, 0 otherwise.
924
925         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
926
927 2002-03-18  Juergen Vigna  <jug@sad.it>
928
929         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
930         (GetAdditionalWidth): ditto.
931         (RightLine): ditto.
932         (LeftLine): ditto.
933
934         * BufferView2.C (copy): use getLyXText() so that we do it inside an
935         inset if we're there actually (probably not used right now but this
936         is the direction to go for unifying code).
937         (paste): disable code to clear the selection.
938
939         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
940         inside an InsetText and move the check further up as it is in the
941         wrong place.
942
943         * text2.C (pasteSelection): set a selection over the pasted text.
944
945 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
946
947         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
948         and libgraphics to build on Cygwin.
949
950 2002-03-15  Juergen Vigna  <jug@sad.it>
951
952         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
953         inserting an Inset into the paragraph. I know this is not the best
954         fix but we already use current_view in CutAndPaste so we will remove
955         all of it's using at the same time.
956
957         * buffer.C (sgmlError): deactivated function till it is rewritten in
958         the right mode, now it can create problems.
959
960         * paragraph.C (isLineSeparator): check if getInset returns != 0,
961         before accessing it.
962
963 2002-03-14  Juergen Vigna  <jug@sad.it>
964
965         * undo_funcs.C (textHandleUndo): do the right thing when updating
966         the inset after the undo/redo.
967
968         * text2.C (setCursor): just some testcode for #44 not ready yet.
969
970         * undo_funcs.C (textHandleUndo): set the next() and previous()
971         pointers of the paragraph to 0 before deleting otherwise we have
972         problems with the Paragraph::[destructor].
973
974         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
975         on a paragraph insertion.
976
977 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
978
979         * buffer.C (asciiParagraph): use += operator for char append to
980         string.
981
982         * paragraph.C (getFontSettings): compare >= not just >
983         (highestFontInRange): ditto
984         (setFont): ditto
985
986 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
987
988         * paragraph.C: change several algorithm to be more appripriate for
989         the problem domain. This is lookip in FontList and in the InsetList.
990
991 2002-03-13  André Pönitz <poenitz@gmx.net>
992
993         * commandtags.h:
994         * LyXAction.C: remove unused LFUN_MATH_MACROARG
995
996 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
997
998         * commandtags.h:
999         * LyXAction.C:
1000         * lyxfunc.C:
1001         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
1002
1003 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1004
1005         * Painter.C (display): anon helper function, adjust code for this
1006         change.
1007         (pixmap): remove function.
1008
1009         * Painter.h: remove private display variable.
1010
1011         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
1012
1013 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
1014
1015         * WorkArea.[Ch]: remove figinset_canvas cruft.
1016
1017 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1018
1019         * lyxtextclass.C (operator): add one item cache optimization.
1020
1021         * bufferlist.h: doxy changes
1022
1023         * bufferlist.C: ws changes
1024
1025         * DepTable.[Ch] (ext_exist): place const in the right spot.
1026
1027         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
1028         call resizeInsets.
1029         (workAreaExpose): call resizeInsets when the with BufferView changes.
1030         (Dispatch): adjust for protectedBlank removal
1031         (specialChar): call updateInset if the insert went ok.
1032
1033         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
1034         specialChar instead.
1035
1036         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
1037
1038         * BufferView.h: doxy change
1039
1040         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
1041
1042         * lyxtextclass.C (operator[]): remove non-const version
1043         (defaultLayout): remove non-const version
1044
1045 2002-03-12  Juergen Vigna  <jug@sad.it>
1046
1047         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
1048         did resize the LyXText too.
1049
1050         * buffer.C (readLyXformat2): set layout information on newly allocated
1051         paragraphs.
1052
1053         * tabular.C (OldFormatRead): set layout information on the paragraph.
1054
1055 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
1056
1057         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
1058
1059 2002-03-11  Juergen Vigna  <jug@sad.it>
1060
1061         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
1062         plainly wrong.
1063         (resizeCurrentBuffer): force also the insets to resize themselfes.
1064         (moveCursorUpdate): fixed up for InsetText.
1065
1066 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
1067
1068         * commandtags.h:
1069         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
1070         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
1071         value of Dialogs::tooltipsEnabled().
1072         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
1073
1074 2002-03-08  Juergen Vigna  <jug@sad.it>
1075
1076         * BufferView_pimpl.C (updateInset): update inset inside inset also
1077         if it isn't inside theLockingInset().
1078
1079 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1080
1081         * buffer.C (asciiParagraph): redo some of the word and line length
1082         handling.
1083         (getLists): look for Caption instead of caption.
1084
1085 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1086
1087         * buffer.C (Buffer): initialize niceFile to true
1088         (makeLaTeXFile):
1089         (makeLinuxDocFile):
1090         (makeDocBookFile): make sure niceFile is true on exit
1091
1092 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1093
1094         * buffer.C (makeLaTeXFile): escape ~ in \input@path
1095
1096 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
1097
1098         * LyXSendto.C: remove.
1099         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
1100         * lyx_gui.C: remove now-redundant comment.
1101         * ColorHandler.h: remove forward declaration of class WorkArea.
1102         * lyxfunc.C: remove #include "WorkArea.h".
1103
1104 2002-03-07  Juergen Vigna  <jug@sad.it>
1105
1106         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
1107         got moved away with the DEPM and also set the inset_owner always
1108         right which before could have been omitted.
1109
1110 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1111
1112         * buffer.C (parseSingleLyXformat2Token): use default layout is the
1113         wanted layout is not found.
1114
1115 2002-03-07  Juergen Vigna  <jug@sad.it>
1116
1117         * CutAndPaste.C (cutSelection): another layout settings forgotten.
1118
1119 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1120
1121         * paragraph.C (breakParagraph): use default layout not layout of
1122         prev paragraph.
1123         (Paragraph): clear ParagraphParameters.
1124
1125 2002-03-06  Juergen Vigna  <jug@sad.it>
1126
1127         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
1128         otherwise it would not be a valid lenght. Fixed a special case in
1129         the minipage compatibility read where we end the document with a
1130         minipage.
1131
1132         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
1133         was set as it could be 0 for InsetTexts first entry.
1134
1135 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1136
1137         * paragraph.C (writeFile): if layout is empty write out
1138         defaultLayoutName().
1139
1140         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
1141         file without named layout we set layout to defaultLayoutName().
1142
1143 2002-03-06  Juergen Vigna  <jug@sad.it>
1144
1145         * CutAndPaste.C (copySelection): set layout for new paragraph.
1146
1147         * text.C (prepareToPrint): leave ERT inset left aligned
1148         (leftMargin): don't indent paragraphs inside ERT insets
1149
1150 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1151
1152         * paragraph.C (breakParagraph): dont call clear do the work manually
1153
1154         * paragraph.[Ch] (clear): remove function
1155
1156 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1157
1158         * paragraph.C (Paragraph): dont call clear, the work has already
1159         been done.
1160
1161         * lyxtextclass.C (operator): assert if n is empty
1162
1163         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
1164         work manually instead.
1165
1166 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
1167
1168         * BufferView_pimpl.C: protect selectionLost against text == 0
1169
1170 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1171
1172         * text.C (breakParagraph): fix a setting layout to '0' problem.
1173
1174 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
1175
1176         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
1177         final location of file, for the included files, and graphics.
1178
1179 2002-03-05  Juergen Vigna  <jug@sad.it>
1180
1181         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
1182
1183 2002-03-04  Juergen Vigna  <jug@sad.it>
1184
1185         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
1186
1187         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
1188         last column of multicolumn cells.
1189         (SetWidthOfMulticolCell): recalculate NMC and real columns.
1190
1191 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
1192
1193         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
1194         file if it doesn't go to a temporary file.
1195
1196         * buffer.C (sgmlOpenTag):
1197         (sgmlCloseTag):  remove extra newline insertion.
1198
1199 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1200
1201         * text.C (getRowNearY): comment out debug msg
1202
1203 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1204
1205         * text2.C: first -> first_y
1206
1207         * text.C (getRowNearY): add some attemts at a possible
1208         optimization, not working.
1209
1210         * tabular.[Ch]: add BufferParams to several function so that newly
1211         created paragraph can be initialized to he default layotu for the
1212         buffers textclass.
1213
1214         * tabular-old.C (ReadOld): add buf->params to call of Init
1215
1216         * screen.C: rename text->first to text->first_y
1217
1218         * paragraph.C (breakParagraph): always set layout in the broken
1219         paragraph
1220
1221         * lyxtextclass.C (Read): remove lowercase
1222         (hasLayout): ditto
1223         (operator): ditto
1224         (delete_layout): ditto
1225
1226         * lyxtext.h: rename first -> first_y
1227
1228         * lyxlayout.C (Read): remove lowercase
1229         (name): ditto
1230         (setName): ditto
1231         (obsoleted_by): ditto
1232
1233         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
1234
1235         * buffer.C (insertErtContents): add params are to InsetERT
1236         (parseSingleLyXformat2Token): add code to check if a paragraphs
1237         layout really exist.
1238         (parseSingleLyXformat2Token): add params to several inset
1239         constructors
1240         (asciiParagraph): remove lowercase, do the layout comparisons with
1241         no_case
1242
1243         * BufferView_pimpl.C (cursorNext): first -> first_y
1244         (resizeCurrentBuffer): first -> first_y
1245         (updateScrollbar): first -> first_y
1246         (scrollCB): first -> first_y
1247         (workAreaMotionNotify): first -> first_y
1248         (workAreaButtonPress): first -> first_y
1249         (checkInsetHit): first -> first_y
1250         (cursorPrevious): first -> first_y
1251         (cursorNext): first -> first_y
1252         (Dispatch): add buffer_->params to severl inset contructors
1253
1254 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1255
1256         * lyxlayout.C (Read): remove some debug info that I forgot.
1257
1258         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
1259         clean up the code slightly.
1260         (makeLinuxDocFile): ditto
1261         (makeDocBookFile): ditto
1262
1263         * text2.C: layout as string
1264
1265         * text.C: layout as string
1266
1267         * paragraph_pimpl.C: layout as string
1268
1269         * paragraph.[Ch]: layout as string
1270
1271         * lyxtextclasslist.[Ch]: layout as string
1272
1273         * lyxtextclass.[Ch]: layout as string
1274
1275         * lyxtext.h: layout as string
1276
1277         * lyxlayout.[Ch]: layout as string
1278
1279         * lyx_cb.C: layout as string
1280
1281         * bufferview_funcs.C: layout as string
1282
1283         * bufferparams.C: layout as string
1284
1285         * buffer.C: layout as string
1286
1287         * LyXView.[Ch]: layout as string
1288
1289         * LaTeXFeatures.[Ch]: layout as string
1290
1291         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
1292
1293         * BufferView_pimpl.C: change current_layout to string, remove
1294         lyx::layout_type.
1295         (Dispatch):
1296         (smartQuote):
1297         (insertInset):
1298         (workAreaButtonRelease): layout as string
1299
1300         * BufferView2.C (unlockInset): adjust
1301
1302         * vspace.C (asLatexCommand): use an explict temp variable.
1303
1304 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
1305
1306         * Makefile.am: use FRONTEND_*
1307
1308 2002-03-01  Juergen Vigna  <jug@sad.it>
1309
1310         * tabular.C (SetWidthOfMulticolCell): changed to something better
1311         I hope but still work in progress.
1312         (recalculateMulticolumnsOfColumn): renamed function from
1313         recalculateMulticolCells as it is more appropriate now.
1314         (SetWidthOfCell): calculate multicols better.
1315
1316 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1317
1318         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
1319
1320         * lyxfunc.C (processKeySym): print sequence also if it is
1321         `deleted' (complete)
1322
1323         * kbsequence.C (print): print sequence even if it is deleted
1324         (complete would be a better word, actually).
1325
1326         * lyxfunc.C (dispatch): print complete options after a prefix key
1327
1328         * vspace.C (asLatexCommand): rewrite in a slightly different form.
1329
1330 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
1331
1332         * text2.C (setCharFont): eliminate setCharFont code duplication.
1333
1334 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1335
1336         * BufferView_pimpl.C (Dispatch): remove bogus handling of
1337         LFUN_TABULAR_FEATURE (bug #177)
1338
1339 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
1340
1341         * Makefile.am: remove figure.h
1342
1343 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
1344
1345         * Bufferview_pimpl.C:
1346         * CutAndPasteC:
1347         * LaTeX.C:
1348         * LyXSendto.C:
1349         * buffer.C:
1350         * bufferlist.C:
1351         * converter.C:
1352         * language.C:
1353         * lyxfunc.C:
1354         * lyxvc.C:
1355         * paragraph.C:
1356         * text.C:
1357         * text2.C: remove #include "lyx_gui_misc.h".
1358
1359         * LaTeX.C: added #include <cstdio>
1360
1361 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1362
1363         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
1364         that the paragraph following this one can have.
1365
1366         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
1367
1368         * vspace.C (asLatexCommand): fix bogus gcc warning
1369
1370         * Makefile.am (lyx_SOURCES): remove vms_defines.h
1371
1372 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
1373
1374         * text2.C (setLayout): get rid of redundant code
1375
1376 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
1377
1378         * text2.C (incDepth): make sure depth cannot be increased beyond
1379         reasonable values.
1380
1381 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
1382
1383         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
1384         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
1385
1386         * PainterBase.h (image):
1387         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
1388         a LyXImage const *.
1389
1390 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
1391
1392         * BufferView.C:
1393         * BufferView.h:
1394         * BufferView_pimpl.C:
1395         * BufferView_pimpl.h:
1396         * LaTeXFeatures.C:
1397         * LyXAction.C:
1398         * LyXView.C:
1399         * Makefile.am:
1400         * UpdateList.h:
1401         * UpdateList.C:
1402         * buffer.C:
1403         * figure.h:
1404         * figureForm.C:
1405         * figureForm.h:
1406         * figure_form.C:
1407         * figure_form.h:
1408         * lyx_cb.C:
1409         * lyx_gui.C:
1410         * lyx_gui_misc.C:
1411         * lyxfunc.C:
1412         * sp_base.h:
1413         * sp_ispell.h:
1414         * sp_pspell.h:
1415         * sp_spell.C: remove fig inset, and the crap house of
1416           cards that follows it
1417
1418 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
1419
1420         * Makefile.am:
1421         * lyxserver.C:
1422         * os2_defines.h:
1423         * os2_errortable.h:
1424         * nt_defines.h: move .h into support/
1425
1426         * vms_defines.h: remove
1427
1428         * WorkArea.C: add space in debug output
1429
1430         * text2.C:
1431         * paragraph.C:
1432         * buffer.C: add WITH_WARNINGS
1433
1434         * vc-backend.h:
1435         * vc-backend.C:
1436         * bufferlist.C: s/retrive/retrieve/, add docs
1437
1438         * vspace.h:
1439         * vspace.C:
1440         * kbmap.h:
1441         * lyxlength.h:
1442         * lyxgluelength.h:
1443         * length_common.h:
1444         * chset.h:
1445         * chset.C: add docs
1446
1447         * lyxgui.C: add ID to X error handler
1448
1449         * lyxtestclass.c: fix typo
1450
1451 2002-02-26  Juergen Vigna  <jug@sad.it>
1452
1453         * tabular_funcs.C (write_attribute): changed so that some default
1454         attributes are not written at all.
1455         (getTokenValue): set default values before trying to read the
1456         value so we have the return value always set as default if we don't
1457         find the token we search for.
1458
1459         * tabular.C (Write): write bools as bools not as strings!
1460
1461 2002-02-22  Juergen Vigna  <jug@sad.it>
1462
1463         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
1464         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
1465
1466         * text.C (leftMargin): don't add an indent for paragraphs inside
1467         tabular cells (fix #208).
1468
1469 2002-02-21  José Matos  <jamatos@fep.up.pt>
1470
1471         * tabular.C (docBook): fixed support for long tables.
1472
1473 2002-02-20  Juergen Vigna  <jug@sad.it>
1474
1475         * text2.C (getFont): get the drawing font of the Inset if this
1476         paragraph is inside an inset (only important for InsetERT for now).
1477
1478         * buffer.C (insertErtContents): use new lanugage params in ERT
1479         constructor.
1480
1481         * CutAndPaste.C: commenting out seemingly uneeded code.
1482
1483 2002-02-19  Allan Rae  <rae@lyx.org>
1484
1485         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
1486         Iterators might be simple to use but they also get invalidated.
1487         (removeAutoInsets): renamed saved cursor tracking variables and added
1488         some comments to clarify what everything does.
1489
1490 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
1491
1492         * Chktex.C:
1493         * LaTeX.C:
1494         * LyXSendto.C:
1495         * converter.C:
1496         * lyx_cb.C:
1497         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
1498         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
1499
1500         * lyxfunc.C:
1501         * vc-backend.h: remove #include "support/syscall.h"
1502
1503         * LaTeX.C:
1504         * LyXSendto.C:
1505         * converter.C: rearrange #includes in Lars' approved fashion.
1506
1507         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
1508         forward declare class Timeout in the header file.
1509
1510         * XFormsView.C: changes due to the above.
1511
1512         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
1513         similar to LyXView.
1514
1515         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
1516         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
1517
1518 2002-02-18  José Matos  <jamatos@fep.up.pt>
1519
1520         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
1521         insets contents.
1522
1523 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1524
1525         * a lot of small ws changes
1526         * add a lot of using std::XXX
1527         * use std construcs some places where approp.
1528         * use some exisint stuff from lyxfunctional where approp.
1529         * Make file changes to use partial linking (lets test this now...)
1530
1531 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
1532
1533         * Chktex.C:
1534         * buffer.C:
1535         remove #include "support/syscontr.h" as it's redundant. Always has been.
1536
1537         * Chktex.C:
1538         * LaTeX.C:
1539         * LyXSendto.C:
1540         * converter.C:
1541         * lyx_cb.C:
1542         * vc-backend.C:
1543         change Systemcalls::System to Systemcalls::Wait and
1544         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
1545         No change of functionality, just reflects the stripped down Systemcalls
1546         class.
1547
1548 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
1549
1550         * debug.[Ch]: add a GRAPHICS type to the enum.
1551
1552 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1553
1554         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
1555
1556         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
1557         there is an inset.
1558
1559 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1560
1561         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
1562         match the changes below.
1563
1564         * text2.C (toggleInset): if there is not editable inset at cursor
1565         position, try to see if cursor is _inside_ a collapsable inset
1566         and close it.
1567
1568 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1569
1570         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
1571         document menu has a nice checkbox
1572
1573 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1574
1575         * lyxlength.C (asLatexString): change PW to output as percent of
1576         \textwidth.
1577
1578         * lengthcommon.C: change '%' to 't%'
1579
1580         * lyxfunc.C (dispatch): a few comments from Martin
1581
1582 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
1583
1584         * WorkArea.h:
1585         * WorkArea.C:
1586         * BufferView_pimpl.h:
1587         * BufferView_pimpl.C: clear our selection when X tells us we've lost
1588           the X selection.
1589
1590 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1591
1592         * vspace.C (inPixels): fix compiler warning
1593
1594 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1595
1596         * lyxfunc.C (getStatus): fix status message for disabled commands.
1597
1598 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
1599
1600         * BufferView_pimpl.C: fix crash on close buffer
1601         during selection (#227)
1602
1603 2002-01-27  Herbert Voss  <voss@lyx.org>
1604
1605         * buffer.C: link old Figure to new graphic inset
1606
1607 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1608
1609         * FontLoader.C (getFontinfo): Change the latex font names in order
1610         to match the names of type1inst.
1611
1612 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1613
1614         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
1615
1616         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
1617         (extchanged): ditto
1618         (ext_exist): ditto
1619         (remove_files_with_extension): ditto
1620         (remove_file): ditto
1621         (write): ditto
1622
1623         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
1624         document is smaller than the work area height. Do not initialize
1625         static variables to 0.
1626
1627 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1628
1629         * lyx_gui.C (init): give the toolbar tooltips a normal font.
1630
1631         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
1632         LFUN_LAYOUT_PARAGRAPHS.
1633
1634         * tabular.C (GetCellFromInset): new method. Finds an inset in a
1635         tabular. It is possible to provide a possible cell, which will
1636         typically be the actcell from the corresponding insettabular
1637
1638         * lyxfunc.C (getStatus): small cleanup; disable
1639         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
1640         true
1641
1642 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1643
1644         * tabular.C (Validate): remove broken optimization (fixes bug #201)
1645
1646         * paragraph.C (startTeXParParams):
1647         (endTeXParParams): new methods. The LaTeX code to
1648         start/end paragraph formatting
1649         (simpleTeXOnePar): call startTeXParParams also when paragraph is
1650         empty (fixes bug #200)
1651
1652         * vspace.C (inPixels): adapt to the change below
1653         (inPixels): [later] more cleanups (remove unused variables)
1654
1655         * lyxlength.C (inPixels): change to use a width and a height as
1656         parameter.
1657
1658 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1659
1660         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
1661         Replaced with \paperwidth
1662
1663         * DepTable.C (insert): add std:: qualifier
1664
1665 2002-01-18  Allan Rae  <rae@lyx.org>
1666
1667         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
1668         updated also?
1669
1670         * text.C (drawInset): Turned out I didn't know enough about how
1671         rebreaking worked.  This fixes most of the redraw problems.  I see
1672         an occasional cursor trail when a line is broken now and the cursor
1673         placement can seem out by a few pixels also after a rebreak.
1674
1675 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1676
1677         * buffer.C (parseSingleLyXformat2Token): update because minipage
1678         width is now a LyXLength
1679
1680         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
1681
1682         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
1683         math insets
1684
1685 2002-01-17  Juergen Vigna  <jug@sad.it>
1686
1687         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
1688
1689         * BufferView2.C (lockInset): call edit() so that theLockingInset()
1690         is set correctly and the inset is updated correctly.
1691
1692 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1693
1694         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
1695         the beginning of the loop.
1696
1697 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
1698
1699         * lyxrc.C: improve help for use_scalable_fonts
1700
1701 2002-01-17  Allan Rae  <rae@lyx.org>
1702
1703         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
1704
1705 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1706
1707         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
1708         make sure to set their inset_owner to the right value (bug #171)
1709
1710 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
1711
1712         * DepTable.h
1713         * DepTable.C: Implement mtime checking to reduce time spent doing
1714         CRCs.
1715
1716 2002-01-16  Juergen Vigna  <jug@sad.it>
1717
1718         * tabular.C (GetAdditionalHeight): one of error fixed.
1719
1720         * lyxrc.C (output): small fix in writing use_pspell.
1721
1722 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
1723
1724         * sp_base.h: #include LString.h
1725
1726 2002-01-16  Allan Rae  <rae@lyx.org>
1727
1728         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
1729         Can someone check this please?
1730
1731         * text.C (drawInset): It was possible that p.row would be removed by
1732         breakAgainOneRow upsetting a few other settings.  There may be another
1733         small tweak possible by setting need_break_row = 0 when p.row has been
1734         removed but I don't know enough about the logic here.
1735
1736 2002-01-15  Allan Rae  <rae@lyx.org>
1737
1738         * text.C (insertChar): removed conditional truism.
1739
1740         * BufferView2.C (removeAutoInsets): More tweaks.
1741         cur_par_prev could be a stray pointer.  Check for trailing empty line
1742         in case last line was cur_par and only had an error inset on it.
1743
1744 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1745
1746         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
1747         absolute
1748
1749         * vc-backend.C (most methods):
1750         * exporter.C (Export):
1751         * converter.C (convert):
1752         (runLaTeX):
1753         * LyXSendto.C (SendtoApplyCB):
1754         * lyxfunc.C (dispatch):
1755         (menuNew):
1756         (open):
1757         (doImport):
1758         * lyx_cb.C (AutoSave):
1759         (InsertAsciiFile):
1760         * BufferView_pimpl.C (MenuInsertLyXFile):
1761         * buffer.C (runChktex): use Buffer::filePath().
1762
1763         * buffer.h: rename filename to filename_; rename filepath to
1764         filepath_ and make it private
1765         (filePath): new method
1766
1767         * buffer.C (writeFile): use fileName()
1768         (getLatexName):
1769
1770         * lyx_main.C (init): fix starting  of LyX when the binary is a
1771         link from so,ewhere else.
1772
1773         * minibuffer.C: include <cctype> for isprint
1774
1775 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1776
1777         * buffer.C (parseSingleLyXformat2Token): changes associated with the
1778         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
1779         name clash with InsetCollapsable's width function.
1780
1781 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1782
1783         * lastfiles.C: include <iterator>
1784
1785 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1786
1787         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
1788         std::count.
1789
1790         * buffer.C (makeLaTeXFile): ditto.
1791         Also make loop operation more transparent.
1792
1793 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1794
1795         * ToolbarDefaults.C: remove trailing comma closing namespace.
1796
1797         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
1798
1799         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
1800         as in WorkArea.
1801
1802         * trans.C (Load): comment out unused variable, allowed.
1803
1804 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
1805
1806         * minibuffer.[Ch] (append_char): new method to recieve input from the
1807         drop-down completion browser. If a key was pressed, then recieve this
1808         char and append it to the existing string.
1809         (peek_event): modify the positioning data passed to the completion
1810         browser so that it can be placed above the minibuffer rather than below.
1811 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1812
1813         * LyXAction.C (init): alloe error-next for readonly documents.
1814
1815         * BufferView2.C (ChangeRefsIfUnique): use standard version of
1816         count.
1817
1818 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1819
1820         * bufferlist.C (readFile): create the buffer _after_ checking that
1821         the file exists.
1822
1823         * lyxfunc.C (verboseDispatch): fix handling of arguments
1824
1825         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
1826
1827         * lyxrc.C: use string::erase() instead of initializing to "".
1828
1829
1830 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
1831
1832         * BufferView_pimpl.h:
1833         * BufferView_pimpl.C:
1834         * WorkArea.h:
1835         * WorkArea.C:
1836         * text2.C: tell X when we have made a selection for copying
1837
1838 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1839
1840         * BufferView_pimpl.C (MenuInsertLyXFile):
1841         * lyxfunc.C (menuNew):
1842         (open):
1843         (doImport): add shortcuts to directory buttons
1844
1845         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
1846         open a float)
1847
1848         * lyxfunc.C (setStatusMessage):
1849         (getStatusMessage): new methods
1850         (getStatus):use setStatusMessage instead of setErrorMessage
1851         (dispatch): when function is disabled, set error message here
1852         [instead of in getStatus previously]
1853
1854         * BufferView_pimpl.C (workAreaButtonRelease): update
1855         toolbar/menubar here too.
1856
1857 2002-01-13  Allan Rae  <rae@lyx.org>
1858
1859         * BufferView2.C (removeAutoInsets): finished off earlier fix.
1860         Now seems indestructible.  Remaining task is to audit all other
1861         code affected by deleteEmptyParagraphMechanism.  One small quirk
1862         left is that an empty document with an error in the preamble can
1863         be made to report an error but no error box appears.  I don't know
1864         where it goes.
1865         (removeAutoInsets): Improved comments.
1866
1867 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
1868
1869         * Thesaurus.h:
1870         * Thesaurus.C: update for Aiksaurus 0.14
1871
1872 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1873
1874         * text2.C (firstParagraph): removed member function, all uses
1875         replaces with ownerParagraph
1876         (redoParagraphs): here
1877         (updateInset): here
1878         (toggleAppendix): here
1879         * BufferView2.C (insertErrors): here
1880         (setCursorFromRow): here
1881
1882 2002-01-13  Allan Rae  <rae@lyx.org>
1883
1884         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
1885         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
1886         There is still a way to segfault this although you may have to do this
1887         multiple times: Have an InsetERT with an unknown command in it.
1888         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
1889         <down-arrow>, <Enter> again, View->DVI, BANG!
1890
1891         * text2.C (setCursor):
1892         (deleteEmptyParagraphMechanism):
1893         * lyxtext.h (setCursor):
1894         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
1895         Making use of the return value may help fix other bugs.
1896
1897 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1898
1899         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
1900
1901         * LyXView.C (updateMenubar): call MenuBar::update here
1902         (updateToolbar): but not here
1903         (showState): do not update toolbar/menubar
1904
1905         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
1906         should need to care about that.
1907
1908         * lyxfunc.C (verboseDispatch): simplify a bit
1909         (getStatus): have a version which takes a pseudoaction, and
1910         another which requires a (kb_action,string).
1911
1912         * LyXAction.C (retrieveActionArg): make it work also when action
1913         is not a pseudo-action.
1914         (getActionName): simplify a bit
1915         (helpText):
1916
1917 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1918
1919         * lyxfunc.C (verboseDispatch): new families of methods with
1920         several ways to specify a command and a bool to indicate whether
1921         the command name and shortcut should be displayed in minibuffer
1922         (eventually, we could extend that to a finer bitmask like
1923         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
1924         (dispatch): the pristine dispatch command which just, well,
1925         dispatchs! Note it still sets its result to minibuffer; I'm not
1926         sure we want that.
1927
1928         * lyxfunc.h: remove setHintMessage
1929
1930         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
1931
1932 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1933
1934         * BufferView_pimpl.C (specialChar): delete new inset if we have
1935         not been able to insert it.
1936
1937         * kbmap.C: revert to using int instead of kb_action, since all we
1938         are dealing with is pseudo-actions.
1939
1940         * LyXAction.C (searchActionArg): change to return int instead of
1941         kb_action, since the result is a pseudoaction.
1942
1943 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
1944
1945         * buffer.C (insertErtContents): Fix (partially) the font bug.
1946
1947 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
1948
1949         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
1950         as the other one is broken on my machine!
1951
1952 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
1953
1954         * commandtags.h:
1955         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
1956
1957 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
1958
1959         * lyxrc.[Ch]: change names and descriptions of popup font variables to
1960         reflect their actual use. Provide compatibility code for older lyxrc
1961         files.
1962
1963         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
1964         FL_NORMAL_STYLE.
1965         change names of popup font variables in line with the changes to lyxrc.C
1966
1967 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1968
1969         * buffer.C (asciiParagraph): avoid outputing a word twice after
1970         an inset.
1971
1972         * lyxrc.C (getDescription): document that document_path and
1973         template_path can be empty.
1974
1975 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1976
1977         * LaTeXFeatures.C (getMacros):
1978         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
1979
1980         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
1981
1982         * LaTeXFeatures.C (useFloat): require "float" here instead of in
1983         getPackages.
1984         (getPackages): rename feature "floats" to "float". Use an array to
1985         iterate over 'simple' features (i.e. just a \usepackage). Add
1986         handling of "amsmath" (renamed from "amsstyle").
1987
1988 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
1989
1990         * LaTeXFeatures.C (require): Prevent duplicate entries in the
1991         features list.
1992
1993 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
1994
1995         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
1996         FuncStaus::FuncStatus & FuncStaus::some_method().
1997
1998 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
1999
2000         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
2001         of the func_satus stuff. Edited and massaged in various ways by
2002         JMarc.
2003
2004         * lyxfunc.C (getStatus): use FuncStatus
2005
2006 2002-01-08  Juergen Vigna  <jug@sad.it>
2007
2008         * text.C (nextBreakPoint): use function Inset::isChar().
2009
2010         * paragraph.C (TeXOnePar): use function
2011         Inset::forceDefaultParagraphs.
2012
2013         * buffer.C (latexParagraphs): use function
2014         Inset::forceDefaultParagraphs.
2015
2016 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2017
2018         * lyx_gui.C (init): set the style of the menu popups to
2019         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
2020
2021 2002-01-07  Juergen Vigna  <jug@sad.it>
2022
2023         * text.C (setHeightOfRow): small fix
2024         (prepareToPrint): don't look at alignment if we don't have the place
2025         for doing it.
2026
2027 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2028
2029         * box.C: New file. Move the Box methods and functions out of box.h,
2030         following Lars' suggestion.
2031
2032 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2033
2034         * box.h: #include "support/LOstream.h", needed for inlined function.
2035
2036         * lyxtextclass.C:
2037         * lyxtextclasslist.C: added some using std declarations.
2038
2039 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
2040
2041         * box.h: make signed dimensions to allow insets wider than
2042           the screen (bug #162)
2043
2044         * BufferView_pimpl.C: add some insetHit debug
2045
2046 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
2047
2048         * vc-backend.C: add FIXME
2049
2050 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2051
2052         * lyxfunc.C (getStatus): enable code for showing math font status
2053         in toolbar/menu.
2054
2055 2002-01-07  Juergen Vigna  <jug@sad.it>
2056
2057         * text.C (nextBreakPoint): removed debug output not needed anymore.
2058
2059 2002-01-06  Juergen Vigna  <jug@sad.it>
2060
2061         * text.C (nextBreakPoint): fixed up this function we had this bug
2062         since ever but now hopefully we break row better.
2063         (insertChar): we have to check if an inset is the next char as it
2064         could now happen that a large inset is causing a break.
2065
2066 2002-01-05  Juergen Vigna  <jug@sad.it>
2067
2068         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
2069         if it doesn't like to be drawed.
2070
2071 2002-01-04  Juergen Vigna  <jug@sad.it>
2072
2073         * BufferView2.C (lockInset): forgot to set a cursor.
2074
2075         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
2076
2077 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
2078
2079         * FormMathsPanel.C:
2080         * FormMathsPanel.h
2081         * MathsSymbols.C:
2082         * form_maths_panel.C:
2083         * form_maths_panel.h:
2084         * form_maths_panel.fd: implemented sub- and super- buttons in math
2085         panel.
2086
2087         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
2088         (or ^ space) to be used as in TeX (req'd by André).
2089
2090         * lyxfunc.C: Allow ^ and _ again to be used both as
2091         super/subscript (mathed) and as themselves (in text).
2092
2093 2002-01-03  Allan Rae  <rae@lyx.org>
2094
2095         * LyXView.C (updateWindowTitle): Setup a short icon title of either
2096         "LyX" or the filename of the current buffer if it has one.  This is a
2097         modified form of John Levon's patch.
2098
2099         * XFormsView.C (setWindowTitle): also set icon title.
2100
2101         * LyXView.h (setWindowTitle): signature changed.
2102         * XFormsView.h (setWindowTitle): ditto.
2103
2104 2002-01-02  Juergen Vigna  <jug@sad.it>
2105
2106         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
2107
2108 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2109
2110         * screen.C (topCursorVisible): introduce a temp var for
2111         text->cursor.row(), handle the case where this row is null. (kindo
2112         hachish)
2113
2114         * text2.C (setCursor): add a couple of asserts.
2115
2116         * paragraph.h (inset_iterator): add -> operator
2117
2118         * paragraph.[Ch] (autoDeleteInsets): remove member function
2119
2120         * BufferView2.C (removeAutoInsets): rewrite to handle the old
2121         cursor pos correctly and handle inset deletion by itself.
2122         (insertErrors): move iterator declaration out of for expression
2123
2124         * lyxtextclass.C: add <algorithm>
2125
2126         * Makefile.am: added the new files to sources, removed layout.C
2127
2128         * layout.C: removed file
2129
2130         * layout.h: remove LYX_DUMMY_LAYOUT
2131
2132         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
2133         layout.
2134
2135         * lyxlayout.[Ch]:
2136         * lyxtextclass.[Ch]:
2137         * lyxtextclasslist.[Ch]: new files
2138
2139         * include order changes to a lot of files, also changes because of
2140         the six new files.
2141
2142 2001-12-27  Juergen Vigna  <jug@sad.it>
2143
2144         * buffer.C (asciiParagraph): more fixes.
2145
2146         * tabular.C (ascii): make ascii export support export of only the
2147         data separated by a column-delimiter.
2148         (ascii): better support for ascii export.
2149
2150         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
2151
2152 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2153
2154         * tabular_funcs.C: use a "using std::getline" instead of the
2155         previous fix from Angus (necessary for cxx + lyxstring)
2156
2157 2001-12-24  Juergen Vigna  <jug@sad.it>
2158
2159         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
2160
2161         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
2162         problems. First check a minipage also if we have some ert-contents
2163         (not only on par->size(), second set the right depth of the paragraph
2164         on the relink to the root-paragraph-list!
2165
2166         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
2167         which then did not anymore update the main paragraphs on undo/redo!
2168
2169 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2170
2171         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
2172         code. Support all font-changing funcs (even those which are not in
2173         menu currently). Support for reporting font settings in
2174         mathed (disabled until Andre provides a function on mathed's side).
2175
2176         * func_status.h (toggle): small helper function to set toggle
2177         state on a flag.
2178
2179 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
2180
2181         * tabular_funcs.C: getline -> std::getline
2182
2183 2001-12-21  Juergen Vigna  <jug@sad.it>
2184
2185         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
2186         accessed and could be 0 (I couldn't generate this but it seems
2187         Michael could!).
2188
2189 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2190
2191         * tabular_funcs.C: add LIstream.h, move write_attribute to..
2192         * tabular_funcs.h: here and include iosfwd
2193
2194 2001-12-20  Juergen Vigna  <jug@sad.it>
2195
2196         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
2197         inside inset but undo_par was.
2198
2199 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2200
2201         * Thesaurus.C: always include <config.h> in sources.
2202
2203         * Painter.h:
2204         * lyxlookup.h:
2205         * box.h: do not include <config.h> in header files
2206
2207         * text.C (paintLastRow): remove unused variable
2208
2209         * text.C (transformChar):
2210         (insertChar):
2211         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
2212
2213         * Painter.C (text):
2214         * font.C (width): rewrite to use uppercase() instead of
2215         islower/toupper.
2216
2217         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
2218
2219 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
2220
2221         * lyxfind.C: clean up of find failure position change
2222
2223 2001-12-20  Juergen Vigna  <jug@sad.it>
2224
2225         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
2226
2227         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
2228         (TeXRow): added to LaTeX a single tabular row.
2229         (TeXLongtableHeaderFooter): added to output LT-h/f data.
2230         (Latex): simplified and finally good LT-h/f support.
2231         (various_functions): just small adaptions for LT-h/f support.
2232
2233         * tabular_funcs.[hC]: added and moved here all not classfunctions
2234         of LyXTabular.
2235
2236 2001-12-19  Juergen Vigna  <jug@sad.it>
2237
2238         * tabular.[Ch]: better support for longtabular options (not finished
2239         yet!)
2240
2241 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2242
2243         * text.C (paintLastRow): use the label font instead of the font of
2244         the last character to compute the size of *_BOX. This makes more
2245         sense and avoids a crash with empty paragraphs.
2246         Use Painter::rectangle to draw EMPTY_BOX.
2247
2248 2001-12-19  Juergen Vigna  <jug@sad.it>
2249
2250         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
2251         the paragraphs if the replaced paragraph is not the first one!
2252         Tried to delete not used paragraphs but does not work yet so for
2253         now it's inside #ifdef's and by default off!
2254
2255 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2256
2257         * MenuBackend.C: include "lyx_main.h" instead of declaring
2258         lastfiles (actually was declared as LastFiles* instead of a
2259         scoped_ptr).
2260
2261 2001-12-17  Juergen Vigna  <jug@sad.it>
2262
2263         * tabular.C (AppendColumn): applied John's fix
2264
2265 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
2266
2267         * BufferView.h:
2268         * BufferView.C:
2269         * BufferView_pimpl.h:
2270         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
2271
2272         * Makefile.am:
2273         * box.h: new start of class for above
2274
2275         * lyxfunc.C: ignore space-only minibuffer dispatches.
2276           Show the command name when it doesn't exist
2277
2278         * minibuffer.C: don't add empty lines to the history
2279
2280         * minibuffer.C: add a space on dropdown completion
2281
2282 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
2283
2284         * text.C: fix line above/below drawing in insets
2285
2286 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2287
2288         * lyxlength.C (LyXLength): Initialize private variables.
2289
2290 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
2291
2292         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
2293         when inserting error insets.
2294
2295 2001-12-13  Juergen Vigna  <jug@sad.it>
2296
2297         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
2298         actually sometimes the before-paragraph.
2299         (setUndo): don't clear the redostack if we're not actually undoing!
2300
2301 2001-12-06  Juergen Vigna  <jug@sad.it>
2302
2303         * undo_funcs.C (textHandleUndo): well after John's hint I got here
2304         and fixed redoing of main paragraph, so we can use it now ;)
2305
2306         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
2307
2308 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2309
2310         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
2311         Juergen's request
2312
2313 2001-12-13  André Pönitz <poenitz@gmx.net>
2314
2315         * undostack.[Ch]:
2316         * undo_func.C: minor cleanup
2317
2318 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2319
2320         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
2321         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
2322         font in urw-fonts package which is marked as -urw-fontspecific and
2323         does not work (incidentally, changing the encoding in the
2324         fonts.dir of this package to -adobe-fontspecific fixes the
2325         problem).
2326
2327         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
2328         is a crash when undoing first paragraph (Juergen, please take a
2329         look). THis does not mean the undo fix is wrong, just that it
2330         uncovers problems.
2331
2332         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
2333         the (Paragraph*) version when needed instead of duplicating the
2334         code.
2335
2336         * text.C (workWidth): use Inset::parOwner to find out where the
2337         inset has been inserted. This is a huge performance gain for large
2338         documents with lots of insets. If Inset::parOwner is not set, fall
2339         back on the brute force method
2340
2341         * paragraph_pimpl.C (insertInset):
2342         * paragraph.C (Paragraph):
2343         (cutIntoMinibuffer): set parOwner of insets when
2344         inserting/removing them
2345
2346         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
2347
2348 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
2349
2350         * commandtags.h:
2351         * LyXAction.C:
2352         * lyx_main.C:
2353         * lyxfunc.C:
2354         * mathed/formulabase.C:
2355         * mathed/math_cursor.[Ch]:
2356         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
2357
2358
2359 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2360
2361         * lyxlength.[Ch] (operator!=): new function
2362
2363 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2364
2365         * text.C (workWidth): use Inset::parOwner to find out where the
2366         inset has been inserted. This is a huge performance gain for large
2367         documents with lots of insets. If Inset::parOwner is not set, fall
2368         back on the brute force method
2369
2370         * paragraph_pimpl.C (insertInset):
2371         * paragraph.C (Paragraph):
2372         (cutIntoMinibuffer): set parOwner of insets when
2373         inserting/removing them
2374
2375         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
2376
2377 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2378
2379         * tabular-old.C (getTokenValue):
2380         * tabular.C (getTokenValue):
2381         (write_attribute): new versions for LyXLength
2382         (everywhere): adjust the use of widths
2383
2384         * tabular.h: change the type of widths from string to LyXLength
2385
2386 2001-12-11  Ben Stanley <bds02@uow.edu.au>
2387
2388         * paragraph.C: fixed missing line number count when exporting
2389         Environments to LaTeX file
2390
2391         * buffer.C: added informational message for checking line numbers.
2392
2393 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2394
2395         * text2.C (deleteEmptyParagraphMechanism): if there is only one
2396         paragraph, do the 'double space' part, but not the 'empty
2397         paragraph' one.
2398
2399         * text.C (workWidth): small optimization
2400         (getLengthMarkerHeight): use minimal size for negative lengths.
2401
2402 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
2403
2404         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
2405
2406         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
2407
2408 2001-12-11  André Pönitz <poenitz@gmx.net>
2409
2410         * FontLoader.C:
2411         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
2412
2413 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
2414
2415         * text2.C: keep selection on a setFont()
2416
2417 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
2418
2419         * lyx_cb.C: another bv->text misuse, from insert label
2420
2421 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
2422
2423         * kbsequence.h:
2424         * kbsequence.C: re-instate nmodifier mask
2425
2426 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
2427
2428         * lyx_main.h: make lyxGUI private.
2429
2430 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
2431
2432         * lyxfind.C: place the cursor correctly on failed search
2433
2434 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2435
2436         * text.C (getLengthMarkerHeight): for small heights, the arrows
2437         are not always on top/bottom of the text
2438         (drawLengthMarker): smaller arrows; take the left margin in
2439         account; draw also vfills.
2440         (paintFirstRow):
2441         (paintLastRow): remove special code for vfill and standard spaces,
2442         since everything is handled in drawLengthMarker now.
2443
2444 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2445
2446         * buffer.C (insertErtContents): try to handle font and language
2447         interaction a bit better.g
2448
2449         * ColorHandler.C (updateColor): change the hash to cover the whole
2450         LColor enum, ws cleanup
2451         (getGCLinepars): ditto
2452         (getGCLinepars): only lookup in the linecache once.
2453
2454 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
2455
2456         * iterators.C (operator++): Make the iterator more robust
2457
2458         * BufferView2.C (removeAutoInsets): Use paragraph iterators
2459         (John's patch)
2460         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
2461
2462 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2463
2464         * lyxtext.h:
2465         * text.C: better added space drawing
2466
2467 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2468
2469         * LyXView.C:
2470         * BufferView2.C: fix layout combo update on inset unlock
2471
2472 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2473
2474         * Makefile.am: don't compile unused files
2475
2476 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2477
2478         * lyxfunc.C:
2479         * commandtags.h:
2480         * LyXAction.C: remove old LFUN_LAYOUTNO
2481
2482 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2483
2484         * paragraph_pimpl.h:
2485         * paragraph_pimpl.C: isTextAt() doesn't need font param
2486
2487 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2488
2489         * lyxlex.h:
2490         * lyxlex.C: little cleanup
2491
2492 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2493
2494         * BufferView_pimpl.C: fix insertAscii for insets
2495
2496 2001-12-05  Juergen Vigna  <jug@sad.it>
2497
2498         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
2499         set the right font on the "multi" paragraph paste!
2500
2501 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2502
2503         * trans_decl.h:
2504         * trans_mgr.[Ch]:
2505         * trans.[Ch]:
2506         * lyxgluelength.C:
2507         * lyxlength.C: remove out-commented code.
2508
2509         * BufferView_pimpl:
2510         * CutAndPaste.C:
2511         * DepTable.C:
2512         * buffer.C:
2513         * chset.C:
2514         * lastfiles.C:
2515         * lyxlex.C:
2516         * lyxlex_pimpl.C:
2517         * lyxserver.C:
2518         * screen.C:
2519         * tabular-old.C:
2520         * tabular.C:
2521         * text.C:
2522         * trans_mgr.C:
2523         * vc-backend.C: change "while(" to "while ("
2524
2525         * lyxlength.[Ch]: add zero function to check if length is zero or
2526         not
2527         * lyxgluelength.C: use it
2528
2529 2001-12-05  Allan Rae  <rae@lyx.org>
2530
2531         * lyxlength.C: Attempted a fix for the abs(int) header selection.
2532         Works for 2.95.3, from what I understand of Garst's reports this should
2533         work for other g++ versions.  We're screwed if the abs(int) definition
2534         changed between bugfix releases of gcc.
2535
2536 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
2537
2538         * text.C: fix chapter label offset !
2539
2540 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
2541
2542         * lyxtext.h:
2543         * text.C: fix hfill at end of line, clean up
2544
2545 2001-12-04  Juergen Vigna  <jug@sad.it>
2546
2547         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
2548         that we force an update of the inset and it's owners if neccessary.
2549
2550 2001-12-03  Juergen Vigna  <jug@sad.it>
2551
2552         * text.C (rowLast): simplified code
2553
2554 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
2555
2556         * lyxfunc.C: fix show options on timeout
2557
2558 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2559
2560         * screen.C (topCursorVisible): scroll half a page when the cursor
2561         reached top of bottom of screen
2562
2563 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
2564
2565         * minibuffer.C: deactivate on loss of focus
2566
2567 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2568
2569         * vspace.[Ch] (operator!=): add operator.
2570
2571 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
2572
2573         * BufferView_pimpl.C: refuse to open an inset when
2574         there's a selection.
2575
2576 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
2577
2578         * BufferView_pimpl.C: allow to click on RHS of full row insets
2579
2580 2001-11-30  Juergen Vigna  <jug@sad.it>
2581
2582         * tabular.C (LyXTabular): add a same_id to set the same id's in the
2583         insets for undo reasons.
2584
2585 2001-11-28  André Pönitz <poenitz@gmx.net>
2586
2587         * vspace.[Ch]: cosmetical changes
2588
2589 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
2590
2591         * LyXAction.h:
2592         * LyXAction.C:
2593         * lyxfunc.h:
2594         * lyxfunc.C:
2595         * kbmap.h:
2596         * kbmap.C:
2597         * lyxrc.C:
2598         * kbsequence.h:
2599         * kbsequence.C: part re-write of old kb code
2600
2601         * Painter.C:
2602         * WorkArea.C: remove Lgb_bug_find_hack
2603
2604 2001-11-30  José Matos <jamatos@fep.up.pt>
2605
2606         * buffer.C (makeDocBookFile): add a comment to point a hack.
2607         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
2608         Fixed a double write of labels.
2609
2610 2001-11-29 Ben Stanley <bds02@uow.edu.au>
2611
2612         * LaTeX.C:
2613         * LaTeX.h Fixed bug in LaTeX class where it would not
2614         re-run latex if no depfiles were changed, but the .dvi was removed.
2615
2616 2001-11-28  André Pönitz <poenitz@gmx.net>
2617
2618         * all the files from the change on 2001/11/26:
2619         use lyx::layout_type instead of LyXTextClass::size_type
2620         use lyx::textclass_type instead of LyXTextClassList::size_type
2621
2622 2001-11-29  Juergen Vigna  <jug@sad.it>
2623
2624         * text.C: added support for paragraph::isFreeSpacing()
2625
2626         * buffer.C: same as above
2627
2628         * paragraph.h: inserted isFreeSpacing() function to enable
2629         FreeSpacing inside InsetERT.
2630
2631         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
2632         of the paragraph's in the cut/copy buffer to 0!
2633
2634         * text2.C (removeRow): remove the assert as it can!
2635
2636         * lyxtext.h: added helper function firstRow returning firstrow and
2637         made firstrow private again.
2638
2639         * BufferView2.C (lockInset): don't relock if we're already locked!
2640
2641         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
2642         the only paragraph.
2643         (removeRow): added Assert::(firstrow)
2644
2645         * debug.C: forgot to add INSETTEXT here.
2646
2647 2001-11-28  Juergen Vigna  <jug@sad.it>
2648
2649         * sp_spell.C (initialize): changed error text to more general
2650         spellchecker command use (not only ispell!)
2651
2652         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
2653
2654         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
2655
2656 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
2657
2658         * vspace.C: initialise lyxgluelength on failure
2659
2660 2001-11-28  Allan Rae  <rae@lyx.org>
2661
2662         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
2663         declaration & definition that looks like a function declaration.
2664
2665 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2666
2667         * BufferView2.C (copy):
2668         (copyEnvironment): do not clear the selection when doing a copy.
2669
2670         * text.C (paintFirstRow): compilation fix
2671
2672 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
2673
2674         * tabular.C (Latex): correct line count when writing latex.
2675
2676 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
2677
2678         * paragraph_pimpl.h:
2679         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
2680           bug a bit
2681
2682 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
2683
2684         * text.C:
2685         * LColor.h:
2686         * LColor.C: change vfillline->added_space
2687
2688         * text.C: add markers and text for added space
2689
2690         * vspace.C: fix comment
2691
2692 2001-11-28  André Pönitz <poenitz@gmx.net>
2693
2694         * paragraph.C: whitespace changes
2695         * all the other files from the change on 2001/11/26:
2696         change *::pos_type into lyx::pos_type
2697
2698 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
2699
2700         * buffer.C (parseSingleLyXformat2Token): Set the language to the
2701         language of the document when inserting error insets.
2702
2703 2001-11-26  André Pönitz <poenitz@gmx.net>
2704
2705         * BufferView_pimpl.[Ch]:
2706         *       CutAndPaste.C:
2707         * buffer.[Ch]:
2708         * lyxcursor.[Ch]:
2709         * lyxfind.C:
2710         * lyxfunc.C:
2711         * lyxrow.[Ch]:
2712         * paragraph.[Ch]:
2713         * paragraph_pimpl.[Ch]:
2714         * sp_spell.C:
2715         * text.C:
2716         * text2.C: reduce header dependencies, introduce type for positions
2717
2718 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
2719
2720         * <various>: change to use Alert.h
2721
2722 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
2723
2724         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
2725         when encountering an unknown token.
2726         (readLyXformat2): Show an error message if there were unknown tokens.
2727
2728 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
2729
2730         * BufferView2.C:
2731         * BufferView_pimpl.C:
2732         * buffer.C:
2733         * paragraph.h:
2734         * text.C:
2735         * text2.C: use par->isInset()
2736
2737 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
2738
2739         * paragraph_pimpl.h:
2740         * paragraph_pimpl.C: cleanup
2741
2742 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2743
2744         * text2.C (removeRow):
2745         * text.C (setHeightOfRow): remove useless (and costly) call to
2746         getRow.
2747
2748 2001-11-20  Allan Rae  <rae@lyx.org>
2749
2750         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
2751         Now need Inset*::checkInsertChar() to return true for appropriate
2752         cases so that the characters in the minibuffer will actually be
2753         inserted.
2754
2755 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2756
2757         * text.C: change the order of the includes.
2758         (workWidth): initialize it at once.
2759         (workWidth): make maxw unsigned
2760         (setHeightOfRow): remove unused variable (inset)
2761         (selectSelectedWord): remove unused variable (inset)
2762         (paintRowText): fix drawing of hfill characters, and clean up a bit.
2763
2764 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2765
2766         * lyxserver.C (emergencyCleanup): do not try to close pipes if
2767         server is not running.
2768         (openConnection):
2769         (closeConnection): add debug info when server is disabled.
2770
2771         * ColorHandler.C (getGCForeground): send debug message to GUI
2772         channel.
2773
2774         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
2775
2776         * kbmap.C (bind): modify because return conventions of
2777         kb_sequence::parse have changed.
2778
2779         * kbsequence.C (parse): only ignore spaces and not any stupid
2780         control character. This avoids tests like s[i] <= ' ', which are
2781         guaranteed to fail with 8bit characters and signed chars.
2782         Change return code to string::npos when there have been no error
2783         (0 was a bad idea when error is at first character)
2784
2785 2001-11-14  José Matos  <jamatos@fep.up.pt>
2786
2787         * buffer.h:
2788         * buffer.C (simpleDocBookOnePar): removed unused argument.
2789
2790 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2791
2792         * text.C (selectNextWordToSpellcheck): do not test explicitely for
2793         insets which are part of a word. Paragraph::isLetter takes care of
2794         that now. Use Paragraph::isInset to identify insets.
2795         (selectSelectedWord): do not test for hyphenation break.
2796
2797         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
2798         that protected spaces are considered as spaces.
2799
2800         * paragraph.C (isLetter): cleanup the code for ispell extras; use
2801         Inset::isLetter.
2802
2803 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
2804
2805         * lyxserver.h:
2806         * lyxserver.C: fix it. and small cleanup.
2807
2808 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
2809
2810         * BufferView_pimpl.C: use inline helpers
2811
2812         * LaTeXFeatures.h:
2813         * LaTeXFeatures.C: fix typos
2814
2815         * Spacing.h:
2816         * Spacing.C: move spacing_string into class
2817
2818         * ToolbarDefaults.C: move stuff into namespace anon
2819
2820         * layout.h: update enum
2821
2822         * lyxfunc.C: use better debug
2823
2824         * minibuffer.h: fix typo
2825
2826         * debug.h:
2827         * debug.C:
2828         * WorkArea.C: add and use Debug::WORKAREA
2829
2830         * lyxtext.h:
2831         * text.C:
2832         * text2.C: code re-organisation, inline helpers
2833
2834 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
2835
2836         * Layout.C: replaced a few cases of std::vector.size() == 0 with
2837         std::vector.empty().
2838
2839 2001-11-09  Allan Rae  <rae@lyx.org>
2840
2841         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
2842         '\n's after tables.  Tabular and ERT inset work now makes this no
2843         longer necessary.
2844
2845 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
2846
2847         * minibuffer.h:
2848         * minibuffer.C: fix crash, improve drop-down completion
2849
2850 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
2851
2852         * lyxserver.h:
2853         * lyxserver.C: invalidate fd's when doing endPipe()
2854
2855 2001-11-08  José Matos  <jamatos@fep.up.pt>
2856
2857         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
2858         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
2859
2860         * paragraph.h:
2861         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
2862
2863 2001-11-07  José Matos  <jamatos@fep.up.pt>
2864
2865         * buffer.h:
2866         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
2867         const qualifier.
2868
2869         * buffer.C (sgmlOpenTag):
2870         * buffer.C (sgmlCloseTag): removed debug info.
2871
2872         * buffer.h (sgmlOpenTag):
2873         * buffer.h (sgmlCloseTag): made public.
2874
2875 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2876
2877         * buffer.C (saveParamsAsDefaults):
2878         * lyx_cb.C (MenuLayoutSave): remove
2879
2880         * LyXAction.C (init):
2881         * commandtags.h:
2882         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
2883
2884 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2885
2886         * buffer.C (setPaperStuff): removed from here...
2887
2888         * bufferparams.C (setPaperStuff): ... and moved there.
2889
2890 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
2891
2892         * minibuffer.h:
2893         * minibuffer.C:
2894         * XFormsView.C: add support for drop-down completion
2895
2896 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
2897
2898         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
2899         commands.
2900
2901 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2902
2903         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
2904         disabled.
2905
2906 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
2907
2908         * lyx_main.C: change ref to known bugs
2909
2910 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
2911
2912         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
2913         to work around older babel problems.
2914
2915 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
2916
2917         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
2918
2919 2001-10-24  Juergen Vigna  <jug@sad.it>
2920
2921         * tabular-old.C (ReadOld): below variable changes reflected.
2922
2923         * tabular.[Ch]: added ltType struct for longtable header/footer
2924         defines and changed all instances where they are used. Added
2925         future support for double top/bottom rows.
2926
2927 2001-10-24  José Matos  <jamatos@fep.up.pt>
2928
2929         * buffer.h (docbookHandleCaption):
2930         * buffer.C (docbookHandleCaption): removed unused function.
2931         (makeDocBookFile): moved docbook supported version to v4.1.
2932
2933 2001-10-24  José Matos  <jamatos@fep.up.pt>
2934
2935         * tabular.h:
2936         * tabular.C (docbookRow): new function to export docbook code of a row.
2937         (DocBook): now honors the longtable flags.
2938
2939 2001-10-23  José Matos  <jamatos@fep.up.pt>
2940
2941         * LaTeXFeatures.h:
2942         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
2943         of the lyx defined sgml entities used in a docbook/linuxdoc document.
2944
2945         * buffer.C (makeLinuxDocFile):
2946         (makeDocBookFile): reworked the preamble, more clean, and with
2947         support for lyx defined entities. Changed the document declaration
2948         to be more XML friendly.
2949
2950         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
2951         if we need to output XML that should be done with a filter.
2952
2953 2001-10-22  Juergen Vigna  <jug@sad.it>
2954
2955         * sp_pspell.h (class PSpell): add alive function needed in the
2956         controller to see if the spellchecker could be started.
2957
2958 2001-10-22  Juergen Vigna  <jug@sad.it>
2959
2960         * buffer.C (insertStringAsLines): modify the font for inserting
2961         chars in certain conditions by calling checkInsertChar(font).
2962
2963 2001-10-19  Juergen Vigna  <jug@sad.it>
2964
2965         * text.C (workWidth): use getRow instead of wrong algorithm.
2966         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
2967
2968 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
2969
2970         * lyxserver.h:
2971         * lyxserver.C:
2972         * lyx_main.h:
2973         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
2974
2975 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2976
2977         * text.C (workWidth): do not search for the exact row when
2978         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
2979         optimization for big documents.
2980
2981 2001-10-18  Juergen Vigna  <jug@sad.it>
2982
2983         * text.C (workWidth): new function with added Inset * parameter.
2984
2985 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2986
2987         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
2988
2989         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
2990         change return type of getColumnNearX.
2991
2992
2993         * text.C (changeRegionCase): use uppercase/lowercase instead of
2994         toupper/tolower.
2995         (leftMargin):
2996         (rightMargin): simplify code by factoring out the uses of
2997         textclasslist.
2998         (labelFill):
2999         (numberOfHfills):
3000         (setHeightOfRow):
3001         (appendParagraph): use Paragraph::size_type
3002
3003 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3004
3005         * vspace.C (asLatexString): add a missing break
3006
3007 2001-10-15  Herbert Voss  <voss@perce.de>
3008
3009         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
3010
3011 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3012
3013         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
3014         is not available.
3015
3016 2001-10-10  André Pönitz <poenitz@gmx.net>
3017
3018         * lyxfunc.C: removed greek_kb_flag.
3019
3020 2001-10-10  Herbert Voss  <voss@perce.de>
3021
3022         * lyx_main.C: delete global string help_lyxdir.
3023
3024 2001-10-09  Herbert Voss  <voss@perce.de>
3025
3026         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
3027
3028         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
3029
3030         * lyx_main.C: added global string help_lyxdir.
3031
3032         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
3033
3034 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3035
3036         * lyxrc.C (set_font_norm_type): support iso8859-4
3037
3038 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
3039
3040         * LaTeX.C (deplog): add another regex for MikTeX
3041
3042 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3043
3044         * lyxrc.C (set_font_norm_type): support iso8859-3
3045
3046 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3047
3048         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
3049
3050         * LaTeXFeatures.C: remove special case of french and index
3051
3052         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
3053         before \begin{document}). This solves several incompatibilities.
3054
3055 2001-10-03  Garst Reese  <reese@isn.net>
3056
3057         * lyx_cb.C: change CheckTex error msg.
3058
3059 2001-10-03  José Matos  <jamatos@fep.up.pt>
3060
3061         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
3062
3063 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3064
3065         * .cvsignore: update
3066
3067         * lyx_main.C (commandLineVersionInfo): use new style version info.
3068
3069         * buffer.C (writeFile):
3070         (makeLaTeXFile):
3071         (makeLinuxDocFile):
3072         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
3073
3074         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
3075
3076         * version.h: update to use stuff in version.C
3077
3078         * version.C.in: new file. Contains version information determined
3079         at compile time. This is a merging of version.h and
3080         version_info.h.in.
3081
3082 2001-10-03  Juergen Vigna  <jug@sad.it>
3083
3084         * BufferView_pimpl.C (update): don't change "dirty" status in
3085         updateInset call.
3086
3087 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
3088
3089         * WorkArea.C (c-tor): re-position version string slightly.
3090
3091 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
3092
3093         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
3094         revert to previous code.
3095
3096         WorkArea.[Ch]: (show, destroySplash): methods removed.
3097
3098         WorkArea.C: rework code so that it's an amalgam of the codes before and
3099         after the splash screen was moved to WorkArea.
3100
3101 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3102
3103         * lyxrc.C (read):
3104         * vspace.C (inPixels):
3105         (lyx_advance):
3106         * kbmap.C (bind):
3107         * buffer.C (insertStringAsLines):
3108         (asciiParagraph): fix types to be large enough
3109
3110         * lyxlex_pimpl.h: change member status from short to int
3111
3112         * layout.h: fix type of endlabeltype
3113
3114         * kbmap.C (bind):
3115         * kbsequence.C (parse): change return type to string::size_type
3116
3117         * LaTeX.C (updateBibtexDependencies): comment out unneeded
3118         variable
3119
3120         * Bullet.C (bulletSize):
3121         (bulletEntry): do not use short ints as parameters
3122
3123         * BufferView2.C (insertLyXFile): change a char to an int.
3124
3125         * WorkArea.C (WorkArea): remove unneeded floats in computation
3126
3127 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
3128
3129         * buffer.C (asciiParagraph): Treat '\\' as other chars.
3130
3131         * paragraph.C (asString): Do not ignore newline/hfill chars when
3132         copying to the clipboard.
3133
3134 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
3135
3136         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
3137         after a multi-line inset.
3138
3139 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
3140
3141         * paragraph.C (validate): Set NeedLyXFootnoteCode
3142
3143 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
3144
3145         * lyxfont.C (LyXSizeNames): changed increase-error to increase
3146         and decrease-error to decrease.
3147
3148 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3149
3150         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
3151         it more readable (should be equivalent)
3152
3153 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3154
3155         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
3156
3157 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3158
3159         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
3160         of a cursor (row, etc.) after a character has been deleted
3161         (deleteEmptyParagraphMechanism): call the method above on _all_
3162         cursors held by the LyXText when a double space has been
3163         detected/deleted.
3164
3165 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
3166
3167         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
3168         pixmap.
3169         (resizeCurrentBuff): remove code to destroy the old splash dialog.
3170
3171         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
3172         background. Use greyOut() and the new show() methods to toggle between
3173         the foreground and background. Add code to remove the splash after
3174         its initial showing.
3175
3176         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
3177         (create_forms): no longer call Dialogs::showSplash.
3178
3179 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3180
3181         * .cvsignore: add version_info.h
3182
3183 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3184
3185         * version_info.h.in: new file
3186
3187         * Makefile.am: add version_info.h.in
3188
3189         * lyx_main.C (commandLineVersionInfo): use version_info defined in
3190         version_info.h instead of VERSION_INFO
3191
3192 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
3193
3194         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
3195         The ERT inset now returns string().
3196
3197 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
3198
3199         * lyxtext.h, text.C (selectNextWord): renamed as
3200         selectNextWordToSpellcheck.
3201
3202         * text.C (selectNextWordToSpellcheck): Modified to not select
3203         words inside an ERT inset.
3204
3205 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3206
3207         * lyx_cb.C (MenuLayoutSave): change a bit the question
3208
3209         * sp_base.h: include <sys/types.h>
3210
3211 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
3212
3213         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
3214
3215 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
3216
3217         * several files: fix typos in user-visible strings
3218
3219 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3220
3221         * text2.C (pasteSelection): do not set the selection, since it
3222         will be cleared later. Actually, the intent was to fix the way the
3223         selection was set, but I figured rmoving the code was just as good.
3224
3225 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
3226
3227         * FontLoader.C (available): Check if font is available without
3228         loading the font.
3229
3230 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3231
3232         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
3233
3234 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
3235
3236         * lyxrc.[Ch]: added display_graphics variable and associated code.
3237
3238 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3239
3240         * bufferparams.C (hasClassDefaults): new method. Returns true if
3241         the buffer parameters correspond to known class defaults
3242
3243 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
3244
3245         * XFormsView.C (show): set minimum size to the main window.
3246
3247 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3248
3249         * text2.C (copySelection):
3250         (cutSelection):
3251         * lyxfind.C (LyXReplace):
3252         * BufferView_pimpl.C (Dispatch): pass the correct flag to
3253         LyXText::selectionAsString.
3254
3255         * paragraph.C (asString): add "label" argument to the second form
3256
3257         * text2.C (selectionAsString): add "label" argument and pass it to
3258         Paragraph::asString.
3259
3260 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3261
3262         * lyx_main.C (commandLineHelp): remove version information
3263
3264 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
3265
3266         * lyx_main.C: add -version commandline option
3267
3268 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3269
3270         * paragraph.h: make the optional constructor arg required instead.
3271         some modifications to other files because of this.
3272
3273         * minibuffer.C (C_MiniBuffer_peek_event): make it static
3274
3275         * lyxserver.C (C_LyXComm_callback): make it static
3276
3277         * lyx_main.C (error_handler): make it static
3278
3279         * lyx_gui.C (LyX_XErrHandler): make it static
3280
3281         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
3282
3283         * WorkArea.C: make the extern "C" methods static.
3284
3285         * Makefile.am (lyx_LDADD): simplify
3286
3287 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
3288
3289         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
3290         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
3291
3292         * LyXAction.C (init):
3293         * lyxfunc.C (dispatch): associated code removal.
3294
3295 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3296
3297         * lyxfont.h (isSymbolFont): shut off warning
3298
3299         * text.C (setHeightOfRow):
3300         (getVisibleRow): fix crash with empty paragraphs which have a
3301         bottom line
3302
3303 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
3304
3305         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
3306         code.
3307
3308 2001-09-04  José Matos  <jamatos@fep.up.pt>
3309         * buffer.C
3310         * buffer.h
3311         * tabular.C (docbook): rename docBook method to docbook.
3312
3313 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
3314
3315         * Makefile.am: add dependencies to main.o.
3316
3317 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
3318
3319         * FontLoader.C (available): Return false if !lyxrc.use_gui
3320
3321 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
3322
3323         * FontInfo.C (query):
3324         * converter.C (view):
3325         * importer.C (Import):
3326         * exporter.C (Export): Can not -> cannot.
3327
3328 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
3329
3330         * BufferView_pimpl.C: allow to create index inset even if
3331           string is empty
3332
3333 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
3334
3335         * buffer.C (getLists): replace boost::tie code with an explicit pair
3336         as boost::tie can break some compilers.
3337
3338         * iterators.h: Added a std:: declaration to the return type of
3339         ParIterator::size.
3340
3341 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
3342
3343         * lyxrc.C: add help for view_dvi_paper_option, default to safe
3344           case.
3345
3346 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
3347
3348         * iterators.[Ch]: New files. Provide paragraph iterators.
3349
3350         * buffer.C (changeLanguage): Use paragraph iterators.
3351         (isMultiLingual): ditto
3352
3353         * BufferView2.C (ChangeInsets): Use paragraph iterators.
3354
3355 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
3356
3357         * FontLoader.C: Support for cmr font.
3358
3359 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
3360
3361         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
3362         (available): New method.
3363
3364         * FontInfo.C (getFontname): Use scalable fonts even when
3365         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
3366         found.
3367
3368 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
3369
3370         * converter.C (Formats::view): reverted! Incorrect fix.
3371
3372 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
3373
3374         * converter.C (Formats::view): only output the -paper option
3375         if the dvi viewer is xdvi, thereby fixing bug #233429.
3376
3377 2001-08-23  Herbert Voss  <voss@perce>
3378
3379         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
3380
3381 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
3382
3383         * Spacing.h (Spacing): Set space to Default on in the default
3384         constructor.
3385
3386 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3387
3388         * vc-backend.h (RCS::versionString): add RCS to version
3389         (CVS::versionString): add CVS to version
3390
3391         * vc-backend.C (scanMaster): do not add CVS to version.
3392         (scanMaster): do not add RCS to version
3393
3394         * lyxvc.C (versionString): new method
3395
3396         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
3397
3398 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3399
3400         * Spacing.C (set): initialize fval
3401
3402 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
3403
3404         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
3405         " or \.
3406
3407 2001-08-16  Juergen Vigna  <jug@sad.it>
3408
3409         * lyxfunc.C (dispatch): implemented the new FINISHED states.
3410
3411 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
3412
3413         * BufferView_pimpl.C:
3414         * figureForm.C:
3415         * lyxtext.h:
3416         * text2.C: setParagraph takes linespacing now
3417
3418 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
3419
3420         * LyxAction.C: add internal LFUN_CITATION_INSERT
3421
3422         * LyXView.C: actually apply fix
3423
3424         * bufferlist.C: fix open non-existent file
3425
3426         * lyxfind.C: fix indentation
3427
3428         * lyxfunc.C: remove unneeded assert, fix typo
3429
3430 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
3431
3432         * MenuBackend.C: use "Floatname List"
3433
3434 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
3435
3436         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
3437         when converting LaTeX layout to insetERT.
3438         Generate a non-collapsed float when reading old float
3439
3440 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
3441
3442         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
3443         ERT insets.
3444
3445 2001-08-13  Juergen Vigna  <jug@sad.it>
3446
3447         * text.C (fill): return 0 instead of 20 as this seems to be the more
3448         correct value.
3449
3450 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
3451
3452         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
3453         lyxrc.font_norm.
3454
3455 2001-08-13  Juergen Vigna  <jug@sad.it>
3456
3457         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
3458         casesensitive off.
3459         (SearchBackward): comment out the unlocking of the inset_owner this
3460         should not be needed!
3461
3462 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
3463
3464         * Many files: Remove inherit_language, and add latex_language
3465
3466         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
3467         collapsible insets.
3468
3469 2001-08-10  Juergen Vigna  <jug@sad.it>
3470
3471         * text.C (prepareToPrint): fixed hfill-width in draw!
3472
3473         * BufferView2.C (selectLastWord): save the selection cursor as this
3474         now is cleared in the function LyXText::clearSelection!
3475
3476 2001-08-08  Juergen Vigna  <jug@sad.it>
3477
3478         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
3479         BACKSPACE type functions.
3480
3481         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
3482         is only cutted from the document but not put in the cut-buffer, where
3483         still the old stuff should be.
3484
3485         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
3486
3487         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
3488
3489         * tabular.C (SetWidthOfCell): fixed special case where the width
3490         was not updated!
3491         (LeftLine): handle '|' in align_special.
3492         (RightLine): ditto
3493         (LeftAlreadyDrawed): ditto
3494         (SetWidthOfCell): ditto
3495
3496 2001-08-07  Juergen Vigna  <jug@sad.it>
3497
3498         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
3499
3500 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3501
3502         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
3503         * lyxlex.[hC]: ditto
3504
3505 2001-08-06  Juergen Vigna  <jug@sad.it>
3506
3507         * text.C (getVisibleRow): fix up row clearing a bit.
3508
3509 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3510
3511         * minibuffer.C: make sure the X server sees the changes in the input.
3512
3513 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3514
3515         * paragraph.C (getFont): split into...
3516         (getLabelFont): this
3517         (getLayoutFont): and this
3518         * paragraph_pimpl.C (realizeFont): calling this
3519
3520         * text2.C (getFont): split into...
3521         (getLayoutFont): this
3522         (getLabelFont): and this
3523         (realizeFont): all three calling this
3524
3525         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
3526         files where used.
3527
3528 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3529
3530         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
3531
3532 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
3533
3534         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
3535         layouts from the Quote inset insertion.
3536
3537 2001-08-03  Juergen Vigna  <jug@sad.it>
3538
3539         * BufferView_pimpl.C (update): do the fitCursor only at the end!
3540
3541         * screen.C (drawFromTo): don't call fitcursor here and do the loop
3542         only if status not is already CHANGED_IN_DRAW (second level).
3543
3544         * text.C (draw): don't set the need_break_row when inside an
3545         InsetText LyXText.
3546
3547 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3548
3549         * buffer.C (parseSingleLyXformat2Token): handle more latex
3550         conversion cases.
3551
3552         * bufferview_funcs.[hC]: change function names to
3553         begin with small char, adjust other files.
3554
3555 2001-08-02  André Pönitz <poenitz@gmx.net>
3556
3557         * lyxfunc.C:
3558         BufferView_pimpl.C: remove broken special code for math-greek
3559
3560 2001-08-02  Juergen Vigna  <jug@sad.it>
3561
3562         * BufferView_pimpl.C (update): redone this function so that we
3563         update the text again if there was a CHANGE_IN_DRAW.
3564
3565         * screen.C (cursorToggle): removed LyXText parameter and recoded.
3566         (drawFromTo): added a new internal bool which is used by draw() and
3567         redraw() function.
3568         (general): some cursor drawing problems fixed.
3569
3570 2001-08-01  Juergen Vigna  <jug@sad.it>
3571
3572         * lyxfind.C (LyXFind): fixed
3573         (SearchForward): ditto
3574         (SearchBackward): ditto
3575
3576         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
3577         spurius drawing of the cursor in the main area.
3578
3579         * text2.C (status): small fix which could lead to a segfault!
3580         (clearSelection): remove unneeded BufferView param.
3581
3582 2001-08-01  André Pönitz <poenitz@gmx.net>
3583
3584         * lyxfunc.C: small change due to changed mathed interface
3585
3586 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3587
3588         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
3589
3590 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
3591
3592         * lyxfunc.c: fail gracefully if file doesn't exist
3593
3594         * LyXSendto.C:
3595         * buffer.C:
3596         * lyxfunc.C:
3597         * BufferView_pimpl.C: IsDirWriteable() proto changed
3598
3599         * LyXView.C: fix updateWindowTitle() to store the last title
3600
3601 2001-07-31  Juergen Vigna  <jug@sad.it>
3602
3603         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
3604         the font (wrong since using of Paragraph::highestFontInRange).
3605
3606         * paragraph.C (highestFontInRange): added a default_size parameter.
3607
3608         * text.C (getVisibleRow): minor clear row changes (still not perfect).
3609         (setHeightOfRow): reformat
3610
3611 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3612
3613         * converter.[hC] + affected files: move to (inital-char)lowercase
3614         function names.
3615
3616         * ParagraphParameters.C (ParagraphParameters): remove commented code
3617
3618         * PainterBase.[Ch]: remove commented code
3619
3620         * LaTeXFeatures.h: add "bool floats" for float.sty
3621
3622         * LaTeXFeatures.C (LaTeXFeatures): init floats
3623         (require): handle float
3624         (getPackages): do it with floats
3625
3626 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3627
3628         * BufferView_pimpl.C (Dispatch): improve handling of
3629         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
3630
3631         * commandtags.h: #include lyxfont.h here temporarily to avoid
3632         keybinding bug.
3633
3634         * bufferlist.h: include LString.h here.
3635
3636 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3637
3638         * text2.C (getStringToIndex): new method.
3639
3640 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
3641
3642         * *: Reduced header file dependencies all over.
3643
3644 2001-07-30  Baruch Even  <baruch@lyx.org>
3645
3646         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
3647
3648 2001-07-29  Baruch Even  <baruch@lyx.org>
3649
3650         * buffer.C (readInset): Changed GRAPHICS to Graphics.
3651
3652 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3653
3654         * ParameterStruct.h (endif): add a default constructor to make
3655         sure that all variables is initialized.
3656
3657         * ParagraphParameters.C (ParagraphParameters): adjust
3658
3659 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3660
3661         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
3662         index; also, check that there is something to index, and that it
3663         does not span over several paragraphs.
3664         (doubleClick): use WHOLE_WORD_STRICT for double click.
3665
3666         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
3667
3668         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
3669         scheme.
3670
3671 2001-07-26  Baruch Even  <baruch@lyx.org>
3672
3673         * buffer.C (readInset): Changed to call up InsetGraphics when reading
3674         an InsetFig figure, backwards compatible reading of old figure code.
3675
3676 2001-07-27  Juergen Vigna  <jug@sad.it>
3677
3678         * text2.C: font.realize function adaption.
3679
3680         * text.C (draw): add a warnings lyxerr text if needed.
3681
3682         * layout.C: font.realize function adaption.
3683
3684         * language.C: add inherit_language and implement it's handlings
3685
3686         * bufferview_funcs.C (StyleReset): remove language parameter from
3687         font creation (should be language_inherit now).
3688
3689         * bufferparams.C (writeFile): handle ignore_language.
3690
3691         * paragraph.C (getFontSettings): the language has to be resolved
3692         otherwise we have problems in LyXFont!
3693
3694         * lyxfont.C (lyxWriteChanges): added document_language parameter
3695         (update): removed unneeded language parameter
3696
3697         * paragraph.C (validate): fixed wrong output of color-package when
3698         using interface colors for certain fonts in certain environments,
3699         which should not seen as that on the final output.
3700
3701 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
3702
3703         * BufferView_pimpl.C:
3704         * Thesaurus.h:
3705         * Thesaurus.C:
3706         * Makefile.am:
3707         * commandtags.h:
3708         * LyXAction.C: add thesaurus support
3709
3710         * lyxfind.h:
3711         * lyxfind.C: add "once" parameter, for thesaurus, to not
3712           move to the next match
3713
3714 2001-07-26  Juergen Vigna  <jug@sad.it>
3715
3716         * lyxfont.C (realize): honor ignore_language too!
3717         (resolved): ditto.
3718
3719         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
3720
3721         * text.C (draw): one place more for ignore_language to not draw
3722         itself!
3723
3724 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
3725
3726         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
3727
3728 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3729
3730         * buffer.C (parseSingleLyXformat2Token): a more general fix for
3731         the minipage conversion problem.
3732
3733 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3734
3735         * buffer.C (parseSingleLyXformat2Token): check minipage if we
3736         insert an inset.
3737
3738 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3739
3740         * BufferView.h: don't forward declare WorkArea
3741
3742         * BufferView.C: don't include WorkArea.h
3743
3744 2001-07-25  André Pönitz <poenitz@gmx.net>
3745
3746         * commandtags.h:
3747         * LyXAction.C:
3748         * lyxfunc.C:  new LFUN 'math-space'
3749
3750         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
3751
3752 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3753
3754         * text2.C (toggleInset): call open/close
3755
3756 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3757
3758         * lyxfunc.C (dispatch): add debug for the disabled case
3759
3760         * font.C (buttonText): make similar to rectText
3761
3762         * buffer.C (readInset): comment out parsing of insetlist and
3763         insttheorem
3764
3765         * PainterBase.C (rectText): small correction
3766
3767         * BufferView_pimpl.C: comment out insettheorem and insetlist
3768         * LyXAction.C: ditto
3769         * commandtags.h: ditto
3770
3771 2001-07-24  Juergen Vigna  <jug@sad.it>
3772
3773         * text.C (draw): honor the ignore_language.
3774
3775         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
3776
3777 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3778
3779         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
3780         char inset.
3781
3782 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3783
3784         * lyxtext.h: remove unused (and unimplemented) methods
3785
3786 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3787
3788         * text.C (getVisibleRow): honor background color
3789
3790         * PainterBase.h:
3791         * Painter.h: remove default color argument for fillRectangle
3792
3793         * text.C (backgroundColor): new method
3794
3795 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3796
3797         * text.C (getVisibleRow): adjust
3798
3799         * font.[Ch] (rectText): new method, metrics
3800         (buttonText): new method, metrics
3801
3802         * PainterBase.[hC]: make rectText and buttonText always draw and take
3803         fewer paramteres.
3804
3805 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3806
3807         * ToolbarDefaults.C (read):
3808         * MenuBackend.C (read): allow escaping in all strings
3809
3810         * BufferView_pimpl.C (insertAndEditInset): new method.
3811         (Dispatch): use insertAndEditInset whenever appropriate.
3812
3813         * BufferView_pimpl.C (insertNote): removed
3814
3815         * BufferView_pimpl.C (smartQuote): new method, moved from
3816         BufferView; if an insetquote cannot be inserted, insert a '"'
3817         character instead.
3818
3819         * BufferView2.C: remove insertCorrectQuote();
3820
3821         * lyxfunc.C (getStatus): Add support for all remaingin
3822         inset-insert lfuns.
3823
3824         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
3825
3826         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
3827         command (necessary to pass " as parameter of self-insert.
3828
3829         * text.C (selectWordWhenUnderCursor):
3830         (selectWord): add word_location parameter
3831         (selectWordWhenUnderCursor): same + remove special code for word
3832         boundary.
3833         (selectNextWord): use kind() to guess type of insetspecialchar,
3834         not latex().
3835
3836         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
3837         (insertErtContents): create ert insets as collapsed.
3838         (readInset): better compatibility code for Info inset.
3839
3840 2001-07-20  Juergen Vigna  <jug@sad.it>
3841
3842         * lyxfunc.C (dispatch): use always LyXFind now!
3843
3844         * text2.C (init): add a reinit flag so that the LyXText can be
3845         reinited instead of deleted and reallocated (used in InsetText).
3846
3847         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
3848
3849         * text.C: ditto
3850
3851         * text2.C: ditto
3852
3853 2001-07-18  Juergen Vigna  <jug@sad.it>
3854
3855         * text.C (selectNextWord): handle insets inside inset by calling
3856         always the bv->text functions so that we can go up the_locking_inset!
3857
3858         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
3859         in strange locations when inside an inset!
3860
3861         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
3862         handling to include insets.
3863
3864         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
3865
3866 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3867
3868         * LyXAction.C (init):
3869         * commandtags.h:
3870         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
3871         LIGATURE_BREAK, since the name is so stupid.
3872
3873 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
3874
3875         * buffer.C (readInset): enable reading of new InsetNotes as well as old
3876         InsetInfos.
3877
3878         * FontLoader.C: remove FORMS_H_LOCATION cruft.
3879
3880         * sp_form.[Ch]: remove.
3881
3882         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
3883
3884         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
3885         InsetInfo.
3886
3887         * src/buffer.C (readInset): ditto.
3888
3889 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3890
3891         * BufferView_pimpl.C (specialChar): new method. Obsoletes
3892         menuSeparator(), endOfSentenceDot(), ldots() and
3893         hyphenationPoint(), which are therefore removed.
3894         (Dispatch): handle LFUN_HYPHENATION_BREAK.
3895
3896         * LyXAction.C (init):
3897         * commandtags.h: add LFUN_HYPHENATION_BREAK.
3898
3899         * paragraph.C (getWord): removed.
3900
3901         * BufferView_pimpl.C (Dispatch): use last word or selection for
3902         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
3903
3904         * lyx_main.C (queryUserLyXDir): do not ask before creating
3905         user_dir, except if it has been named explicitely.
3906
3907 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
3908
3909         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
3910         a document of zero size.
3911
3912 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
3913
3914         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
3915         approriately in the c-tor and in require().
3916         (getPackages): output the appropriate LaTeX for natbib support.
3917
3918         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
3919         variables "use_natbib" and "use_numerical_citations" when reading the
3920         LyX file.
3921         (readInset): read the various natbib cite commands.
3922         (validate): white-space change.
3923
3924         * bufferparams.[Ch]: new variables "bool use_natbib" and
3925         "bool use_numerical_citations".
3926         (writeFile): output them in the LyX file.
3927
3928 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3929
3930         * lyxfunc.C (getStatus): add support for all the inset insertion
3931         commands.
3932
3933         * text2.C (insertInset):
3934         * paragraph.C (insetAllowed):
3935         * BufferView_pimpl.C (insertInset): update to take in account the
3936         renaming of insertInsetAllowed
3937
3938         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
3939
3940         * text2.C (getInset): new method. returns inset at cursor position.
3941
3942         * BufferView_pimpl.C (Dispatch): changes because of this.
3943
3944         * LyXAction.C (init): rename open-stuff to inset-toggle.
3945
3946         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
3947
3948         * text2.C (toggleInset): renamed from openStuff; use
3949         Inset::open().
3950
3951 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
3952
3953         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
3954
3955         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
3956
3957 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
3958
3959         * buffer.C (readLyXformat2): Add filename to the error dialog
3960
3961 2001-07-18  Juergen Vigna  <jug@sad.it>
3962
3963         * tabular.C (GetCellNumber): put an assert here instead of the check!
3964
3965 2001-07-17  Juergen Vigna  <jug@sad.it>
3966
3967         * BufferView_pimpl.C (toggleSelection): adapted too.
3968
3969         * text.C (selectNextWord): adapted for use with insets.
3970         (selectSelectedWord): ditto
3971
3972 2001-07-17  Juergen Vigna  <jug@sad.it>
3973
3974         * sp_spell.C (PSpell): fix initialitation order.
3975
3976 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3977
3978         * paragraph.C: spacing
3979
3980 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
3981
3982         * sp_spell.C: repair language selection for pspell
3983
3984 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3985
3986         * lyxfunc.h: change more methods to begin with lower char.
3987
3988 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
3989
3990         * buffer.C (parseSingleLyXformat2Token): Generate error insets
3991         for unknown layouts.
3992
3993 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
3994
3995         * buffer.C (readLyXformat2): Generate an error dialog if there are
3996         unknown layouts.
3997
3998 2001-07-16  Juergen Vigna  <jug@sad.it>
3999
4000         * sp_spell.C: always compile ISpell part.
4001
4002         * lyxrc.C: added use_pspell entry and it's handling.
4003
4004 2001-07-13  Juergen Vigna  <jug@sad.it>
4005
4006         * sp_spell.C: removed double includes.
4007
4008 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
4009
4010         Consistent use of Lsstream.h:
4011         * Lsstream.h: added using std::stringstream for consistencies sake.
4012
4013         * buffer.C: removed using std::stringstream
4014
4015         * lyxfont.C (stateText):
4016         * paragraph.C (asString):
4017         * text.C (selectNextWord, selectSelectedWord):
4018         * text2.C (setCounter):
4019         * vspace.C (asString, asLatexString):
4020         std::ostringstream -> ostringstream.
4021
4022 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
4023
4024         * LyXAction.C: add LFUN_HELP_ABOUTLYX
4025         * commandtags.h: add LFUN_HELP_ABOUTLYX
4026         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
4027
4028 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
4029
4030         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
4031         cursorToggle()
4032         * lyx_gui_misc.C: remove spellchecker
4033         * lyxfunc.C: showSpellchecker
4034         * sp_base.h: added
4035         * sp_ispell.h: added
4036         * sp_pspell.h: added
4037         * sp_spell.C: added
4038         * sp_form.[Ch]: removed
4039         * spellchecker.[Ch]: removed
4040
4041 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
4042
4043         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
4044         is set.
4045         (simpleTeXSpecialChars): Simply print the input character without
4046         any special translation if pass_thru is set.
4047
4048         * layout.h: Added bool pass_thru to layout class for being able to
4049         implement pass through of a paragraph for Literate Programming.
4050
4051         * layout.C: add LT_PASS_THRU to LayoutTags enum.
4052         * layout.C (LyXLayout): set pass_thru to flase in constructor.
4053         * layout.C (Read): add "passthru" to list of layout tags and add
4054         code to set the pass_thru boolean when it is read.
4055
4056 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4057
4058         * trans_decl.h: remove allowed from KmodInfo
4059
4060         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
4061         remove allowed code
4062         (Load): adjust
4063
4064         * paragraph_pimpl.C (erase): use boost::prior
4065
4066         * Painter.C (text): use data() instead of c_str() when length is
4067         also provided.
4068         * WorkArea.C (putClipboard): ditto
4069         * font.h (width): ditto
4070
4071         * BufferView2.C: use it-> instead of (*it). for iterators
4072         * texrow.C: ditto
4073         * paragraph_pimpl.C: ditto
4074         * paragraph.C: ditto
4075         * minibuffer.C: ditto
4076         * language.C: ditto
4077         * kbmap.C: ditto
4078         * encoding.C: ditto
4079         * counters.C: ditto
4080         * converter.C: ditto
4081         * chset.C: ditto
4082         * Variables.C: ditto
4083         * TextCache.C: ditto
4084         * MenuBackend.C: ditto
4085         * LyXAction.C: ditto
4086         * LColor.C: ditto
4087         * FloatList.C: ditto
4088         * DepTable.C: ditto
4089         * ColorHandler.C (LyXColorHandler): ditto
4090
4091 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4092
4093         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
4094
4095         * text2.C (openStuff): reintroduce this method (which had been
4096         nuked in NEW_INSETS frenzy).
4097
4098         * lyxfunc.C (Dispatch): when an action has not been handled, use
4099         its name in the error message, not its number.
4100
4101         * paragraph.C (inInset): change method name to begin with lowercase.
4102
4103         * undo_funcs.C:
4104         * text2.C: updates because of this.
4105
4106 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4107
4108         * ToolbarDefaults.C (add): add spaces in error message
4109
4110 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4111
4112         * buffer.C (readLyXformat2): initialize the ert comp. variables.
4113         (readLyXformat2): rename return_par to first_par, use lyxlex's
4114         pushToken and remove the manual push handling.
4115         (parseSingleLyXformat2Token): add another ert comp. variable:
4116         in_tabular, rename return_par to first_par. handle newlines better
4117
4118 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4119
4120         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
4121
4122 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4123
4124         * text2.C (getParFromID): removed
4125
4126         * buffer.C (getParFromID): new method moved form lyxtext.
4127         * BufferView2.C (insertErrors): adjust
4128         (setCursorFromRow): adjust
4129         * BufferView_pimpl.C (restorePosition): adjust
4130         * lyxfunc.C (Dispatch): adjust
4131         * undo_funcs.C (textUndo): adjust
4132         (textRedo): adjust
4133         (textHandleUndo): adjust
4134         (textHandleUndo): adjust
4135
4136 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4137
4138         * buffer.C: up' the LYX_FORMAT
4139
4140         * lyxfont.h: turn NO_LATEX on as default
4141
4142         * buffer.C (insertErtContents): new methods of tex style compability.
4143         (parseSingleLyXformat2Token): use it several places.
4144         * tabular.C (OldFormatRead): and here
4145
4146 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4147
4148         * text2.C: remove some commented code.
4149         reindent file.
4150
4151         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
4152         * trans.C: changes because of the above.
4153
4154 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
4155
4156         * text2.C (setCounter): Fix counters bug with bibliography layout.
4157
4158 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4159
4160         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
4161         own member functions
4162         (simpleTeXSpecialChars): ditto
4163
4164 2001-07-06  Juergen Vigna  <jug@sad.it>
4165
4166         * a lot of files: changed the access to LyXText::status and the
4167         call of undo-functions.
4168
4169         * undo.[Ch]: added a inset_id to the undo informations.
4170
4171         * undo_funcs.[Ch]: added and moved here all undo functions.
4172
4173         * lyxtext.h: give the status enum a weight, made status_ a private
4174         variable and made accessor functions for it, removed the whole bunch
4175         of undo-functions as they are now in their own file, make some
4176         functions publically available. Added function ownerParagraph with
4177         int parameter.
4178
4179         * paragraph.[Ch]: added "bool same_ids" to the constructor,
4180         made InInset() a const function, added getParFromID() function.
4181
4182         * buffer.[Ch]: added const version for inset_iterator functions,
4183         added getInsetFromID() function.
4184
4185         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
4186         changed undo functions for new version.
4187
4188 2001-07-05  Juergen Vigna  <jug@sad.it>
4189
4190         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
4191         unknow mechanism does not call the proper constructor but only this
4192         one also if I request the other!?
4193
4194 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4195
4196         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
4197
4198         * text2.C (LyXText): use initialization lists.
4199
4200         * lyxtext.h (Selection): initialize set_ and mark_
4201         (init): remove method
4202
4203 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
4204
4205         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
4206
4207 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4208
4209         * screen.[Ch]: change method names to begin with lowercase
4210
4211         * BufferView_pimpl.C (updateScrollbar): simplify further and
4212         hopefully make it a bit faster.
4213
4214 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4215
4216         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
4217         calling directly xforms functions.
4218
4219         * Painter.C (Painter):
4220         * lyx_cb.C (MenuWrite):
4221         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
4222         fl_display.
4223
4224         * lyx_gui.C: remove bogus guiruntime extern declaration.
4225
4226 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4227
4228         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
4229         in NEW_INSETS
4230         (redoDrawingOfParagraph): ditto
4231         (redoParagraphs): ditto
4232         (cutSelection): don't create a object for CutAndPaste use the
4233         static method directly
4234         (pasteSelection): ditto
4235
4236         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
4237         LyXview (+ rename)
4238
4239 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4240
4241         * modifications to some other files because of this.
4242
4243         * Makefile.am (lyx_SOURCES): add XFormsView
4244
4245         * XFormsView.[Ch]: new files
4246
4247         * LyXView.[Ch]: make LyXView a base class for the gui handling for
4248         the main window. Move the gui dependent stuff to XFormsView
4249
4250 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4251
4252         * tabular.C (GetCellInset): update cur_cell also in the row/col
4253         version of this function.
4254
4255         * lyxfunc.C: no need to include figure_form.h here.
4256
4257         * FontLoader.h:
4258         * lyxfunc.h:
4259         * lyxscreen.h:
4260         * text2.C:
4261         * lyxvc.C: no need to include forms.h here.
4262
4263 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4264
4265         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
4266
4267         * lyxfunc.C (Dispatch):
4268         * Spacing.C (set):
4269         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
4270         constructor argument.
4271
4272 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4273
4274         * paragraph.C (Paragraph): dont't clear, and just set layout.
4275         (makeSameLayout): use params's copy contructor.
4276
4277         * ParagraphParameters.[Ch] (makeSame): delete method
4278
4279 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
4280
4281         * Variables.[Ch]: fix indentation, rename set to isSet
4282
4283 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4284
4285         * lyxfunc.C (Dispatch): fix typo
4286
4287 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4288
4289         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
4290         upper_bound.
4291
4292         * bufferlist.C: include assert.h for emergencyWrite().
4293
4294 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
4295
4296         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
4297           give up at last (bug #425202) !
4298
4299 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
4300
4301         * lyx_gui_misc.C:
4302         * sp_form.h:
4303         * sp_form.C:
4304         * spellchecker.h:
4305         * spellchecker.C: strip spellchecker options and bring up
4306           preferences tab instead
4307
4308 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4309
4310         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
4311         the istringstream constructor
4312
4313 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4314
4315         * paragraph.C (getLayout): fix return value
4316
4317         * paragraph.h: do not declare getLayout as inline.
4318
4319         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
4320
4321 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4322
4323         * lyxcursor.h (operator<): new func
4324         (operator>): new func
4325         (operator>=): new func
4326         (operator<=): new func
4327
4328         * text.C (changeCase): use selection.start and selection.end
4329         (changeRegionCase): require from to be <= to. Require par to be a
4330         valid paragraph.
4331
4332         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
4333
4334 2001-06-27  Juergen Vigna  <jug@sad.it>
4335
4336         * text.C (cursorLeftOneWord): changed to return the cursor and added
4337         overlay with BufferView * parameter which calls this one.
4338         (getWord): added
4339         (selectWord): use new getWord function.
4340         (changeCase): renamed from changeWordCase as and extended to work
4341         also on selections.
4342
4343         * lyxtext.h: added enum word_location
4344
4345         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
4346         changeCase as this operates now also on selections.
4347
4348 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
4349
4350         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
4351
4352         * many files: send debug output to Debug::INFO instead of
4353         Debug::ANY.
4354
4355         * converter.C (View):
4356         (Convert):
4357         (Move): send debug output to Debug::FILES instead of console.
4358
4359 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
4360
4361         * lyxfunc.C (getStatus): use func_status
4362
4363         * func_status.h: new header, describing the results of
4364         LyXFunc::getStatus;
4365
4366         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
4367         LFUN_MATH_HALIGN.
4368
4369 2001-06-25  The LyX Project  <jug@sad.it>
4370
4371         * buffer.C (sgmlOpenTag):
4372         (sgmlCloseTag):
4373         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
4374
4375 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4376
4377         * text2.C: remove some dead code
4378
4379         * tabular.C (GetCellInset): store the last cell checked (gotten)
4380
4381         * tabular.h: add the helper for the speedup
4382
4383         * lyxtext.h: remove some dead code
4384
4385 2001-06-26  The LyX Project  <Asger>
4386
4387         * paragraph.C: Change export to LaTeX of alignment to
4388         \begin{center} and family for better roundtrip work with reLyX.
4389
4390         * Tune the math drawing a bit.
4391
4392 2001-06-25  The LyX Project  <Asger>
4393
4394         * LColor.C (LColor): New color for math background. New color
4395         for buttons.
4396
4397 2001-06-25  The LyX Project  <jug@sad.it>
4398
4399         * lyxfunc.C (MenuNew): remove extra check for .lyx file
4400
4401         * lyxfunc.C (Open):
4402         * bufferlist.C (newFile): do not restrict to files ending with
4403         .lyx
4404
4405         * BufferView_pimpl.C (MenuInsertLyXFile):
4406
4407 2001-06-24  The LyX Project  <jug@sad.it>
4408
4409         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
4410         of compare_no_case
4411
4412 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4413
4414         * lyxtext.h: rename most methods to begin with a small char.
4415         Lots of changes because of this.
4416
4417         * paragraph.C (Paragraph): do not call fitToSize
4418         (erase): call Pimpl::erase
4419         (insertChar): call Pimpl::insertChar
4420         (insertInset): call Pipl::insertInset
4421         (breakParagraph): do not call fitToSize
4422         (breakParagraphConservative): do not call fitToSize
4423         (fitToSize): remove method
4424
4425         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
4426
4427 2001-06-24  The LyX Project  <Asger>
4428
4429         * Fix Qt compilation^2
4430
4431 2001-06-24  The LyX Project  <jug@sad.it>
4432
4433         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
4434         depthHook(getDepth()-1).
4435
4436         * paragraph.h:
4437         * ParagraphParameters.h:
4438         * ParameterStruct.h: change type of depth to unsigned int ==
4439         depth_type. Many adaptations to other files before of that.
4440
4441 2001-06-24  The LyX Project  <Asger>
4442
4443         * Fix Qt compilation.
4444
4445 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4446
4447         * paragraph.h: renamed several methods to begin with small letter.
4448         several changes to many parts of the code because of this.
4449
4450 2001-06-23  The LyX Project  <jug@sad.it>
4451
4452         * text2.C (InsertStringAsLines): renamed from InsertStringA;
4453         rewritten to discard all double spaces when KeepEmpty is off
4454         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
4455         to only handle newlines but not fiddle with spaces and friends.
4456
4457         * lyxfunc.C (MenuNew): when doing 'new from template', use
4458         template_path as default directory
4459
4460 2001-06-23  The LyX Project  <Asger>
4461
4462         * Clean-up of header file includes all over
4463         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
4464
4465 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4466
4467         * paragraph.h: renamed from lyxparagraph.h
4468
4469 2001-06-23  Asger  <lyx@violet.home.sad.it>
4470
4471         * Buffer.h: Removed Buffer::resize
4472         * BufferList.h: Removed BufferList::resize
4473         * LyXView.h: Added LyXView::resize. This way, we will only reflow
4474         the document lazily when we change the width, or the font settings.
4475
4476 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
4477
4478         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
4479
4480 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
4481
4482         * buffer.h: remove out of date comment
4483
4484 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
4485
4486         * lyxscreen.h:
4487         * screen.C: fix "theoretical" GC leak
4488
4489 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4490
4491         * LaTeX.C (scanAuxFile):
4492         (deplog): remove trailing \r when reading stream (useful under
4493         win32)
4494
4495 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
4496
4497         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
4498         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
4499         and BufferView::theLockingInset(Inset*), so should use them and not
4500         access bv_->text->the_locking_inset directly.
4501
4502         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
4503
4504 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
4505
4506         * Makefile.am:
4507         * tex-defs.h: remove old unused file
4508
4509 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
4510
4511         * BufferView_pimpl.C: fix typo, remove minibuffer message
4512           when buffer has loaded
4513
4514 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4515
4516         * lyxfunc.C (Dispatch): use stringstream
4517         (MenuNew): use stringstream
4518         (Open): use stringstream
4519
4520         * importer.C (Import): use stringstream
4521
4522         * bufferview_funcs.C (CurrentState): use stringstream
4523
4524         * LaTeX.C (run): use stringstream
4525
4526         * BufferView_pimpl.C (savePosition): use stringstream
4527         (restorePosition): use stringstream
4528         (MenuInsertLyXFile): use stringstream
4529
4530 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
4531
4532         * BufferView.C:
4533         * Bullet.C:
4534         * ColorHandler.C:
4535         * FontInfo.C:
4536         * FontLoader.C:
4537         * LColor.C:
4538         * LaTeXFeatures.C:
4539         * Painter.C:
4540         * gettext.C:
4541         * lyx_gui_misc.C:
4542         * lyxserver.C:
4543         * vspace.C: removed // -*- C++ -*- as first line.
4544
4545         * lyxfind.h:
4546         * version.h: added // -*- C++ -*- as first line.
4547
4548 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4549
4550         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
4551
4552         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
4553         of string
4554
4555 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4556
4557         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
4558         of floats.
4559
4560 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4561
4562         * gettext.C: include LString.h even when --disable-nls is on.
4563
4564 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
4565
4566         * converter.h (Get): changed argument type from int to
4567         FormatList::size_type to avoid unnecessary conversion.
4568
4569         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
4570         before using it.
4571
4572 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4573
4574         * gettext.h: include LString.h even when --disable-nls is on.
4575
4576 2001-06-07  Juergen Vigna  <jug@sad.it>
4577
4578         * text.C (BreakAgain): subst spaces with tabs.
4579
4580         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
4581         (resizeInsetsLyXText): set force on resizeLyXText.
4582
4583 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4584
4585         * gettext.h (gettext_init):
4586         (locale_init): use a real definition instead of a macro
4587
4588 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
4589
4590         * Bufferview_pimpl.C:
4591         * LColor.h:
4592         * LColor.C: further lcolor tidies
4593
4594 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4595
4596         * BufferView_pimpl.C (updateScrollbar): simplify.
4597
4598         * BufferView2.C: don't include insets/insetinfo.h, change
4599         prototype for insertInset and call the Pimpl version. let
4600         updateInset call Pimpl version.
4601
4602         * BufferView.h: move inset_slept to BufferView::Pimpl, move
4603         gotoInset to BufferView::Pimpl
4604
4605 2001-06-01  Juergen Vigna  <jug@sad.it>
4606
4607         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
4608         inside a LockingInset (is the update needed at all?).
4609
4610 2001-05-31  Juergen Vigna  <jug@sad.it>
4611
4612         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
4613         here not the old one otherwise how should we compare it afterwards
4614         if it's the same!
4615
4616 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4617
4618         * lyxfont.C:
4619         * tabular.C:
4620         * tabular-old.C:
4621         * FontInfo.C: bring C functions into global namespace when
4622         necessary
4623
4624 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4625
4626         * LString.h: make sure config.h has been loaded before LString.h.
4627
4628         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
4629         (one for each char read by EatLine!).
4630
4631         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
4632         variables.
4633
4634 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4635
4636         * paragraph.C (BreakParagraph): set the inset_owner in the new par
4637         to the same as the par we break from
4638
4639 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4640
4641         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
4642
4643         * MenuBackend.C (expand): also create menu entries for wide
4644         versions of the floats.
4645
4646         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
4647
4648         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
4649
4650         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
4651         frontends/Makefile.am
4652
4653         * text2.C: adjust
4654         * text.C: adjust
4655
4656
4657         * tabular.C (getTokenValue): add std::
4658
4659         * tabular-old.C (getTokenValue): add std::
4660         (getTokenValue): ditto
4661         (getTokenValue): ditto
4662
4663         * screen.C (ToggleSelection): adjust
4664
4665         * lyxtext.h: put selection cursors inside a Selection struct.
4666
4667         * lyxfunc.C (moveCursorUpdate): adjust
4668
4669         * lyxfont.C (latexWriteStartChanges): add std::
4670
4671         * lyxfind.C: adjust
4672
4673         * font.h: delete with(char const *, LyXFont const &)
4674
4675         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
4676
4677         * FontInfo.C (getFontname): add std::
4678
4679         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4680         (workAreaButtonPress): adjust
4681         (tripleClick): adjust
4682         (update): adjust
4683         (moveCursorUpdate): adjust
4684         (Dispatch): adjust
4685
4686         * BufferView2.C (gotoInset): adjust
4687
4688 2001-05-30  Juergen Vigna  <jug@sad.it>
4689
4690         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
4691         to check pspell I add this as default as I now have new pspell
4692         libraries and they seem to use this.
4693
4694 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4695
4696         * text2.C (CutSelection): make the cursor valid before the call to
4697         ClearSelection.
4698
4699 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4700
4701         * kbsequence.C (parse): de-uglify a bit the parsing code, which
4702         relied on 0 terminated strings and other horrors. Bug found due to
4703         the new assert in lyxstring!
4704
4705         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
4706         KP_ keys.
4707
4708 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4709
4710         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
4711         to latinkeys.bind.
4712
4713         * lyxfunc.C (processKeySym): change method of getting to the
4714         self-insert char.
4715
4716         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
4717         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
4718         * BufferView_pimpl.[Ch]: here as private methods.
4719
4720 2001-05-28  Juergen Vigna  <jug@sad.it>
4721
4722         * text.C (SetHeightOfRow): added the update() call again as it is
4723         needed to initialize inset dimensions!
4724
4725 2001-05-16  Juergen Vigna  <jug@sad.it>
4726
4727         * text2.C (SetCharFont): Add new function with BufferView * and
4728         bool toggleall parameters for setting insets internal fonts.
4729         (SetFont): Freeze the undo as we may change fonts in Insets and
4730         all this change should be inside only one Undo!
4731
4732         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
4733         setting font's in insets as for them we have the SetFont function!
4734
4735 2001-05-15  Juergen Vigna  <jug@sad.it>
4736
4737         * text2.C (ClearSelection): to be sure we REALLY don't have any
4738         selection anymore!
4739
4740         * tabular.C (TeXCellPreamble): fixed the left border problem for
4741         multicolumn cells.
4742
4743 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
4744
4745         * LaTeX.C (deplog): Make sure that the main .tex file is in the
4746         dependancy file
4747
4748 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4749
4750         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
4751         LFUN_BREAKPARAGRAPH.
4752
4753         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
4754         help test to "internal only", similar for LFUN_INSERT_URL
4755
4756         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
4757         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
4758         auto_region_delete and deadkeys.
4759
4760 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
4761
4762         * LColor.h:
4763         * LColor.C: remove some dead entries, tidy a little
4764
4765 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4766
4767         * lyxfunc.C (processKeySym): comment the Escape handling, remove
4768         commented code.
4769         (Dispatch): implement LFUN_ESCAPE
4770
4771         * commandtags.h: add LFUN_ESCAPE
4772
4773         * LyXAction.C (init): add entry for LFUN_ESCAPE
4774
4775         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
4776         Remove commented code.
4777         (insertNote): moved here
4778         (open_new_inset): moved here
4779
4780         * BufferView[2].[Ch]: move insertNote and open_new_inset to
4781         BufferView_pimpl
4782
4783 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4784
4785         * kbmap.C (findbinding): clean it up and make it work correctly.
4786
4787         * lyx_main.C (init): do not pass argc and argv as parameters
4788
4789 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
4790
4791         * buffer.C: fix path for OS/2 & Win32
4792
4793         * lyx_gui.C:
4794         * lyx_main:
4795         * lyx_main.C: Added os:: class.
4796
4797         * os2_defines.h: update
4798
4799 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4800
4801         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
4802         better by trying again with reduced state.
4803
4804 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4805
4806         * lyxrc.C (read): print error about invalid key sequence only when
4807         debugging (because not all latinX keysyms are known to some X
4808         servers)
4809
4810         * kbsequence.C (getiso): add a few std:: qualifiers
4811         (getiso): comment out extra return statement.
4812
4813 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4814
4815         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
4816         handling.
4817         (Dispatch): enhance the accent inset a bit. (not perfect)
4818
4819 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4820
4821         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
4822
4823 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4824
4825         * bufferlist.C (emergencyWrite): fix assert() call
4826
4827 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
4828
4829         * text.C (InsertChar): Added trivial patch to only send the "you
4830         can not do multiple spaces this way" message once during a
4831         session.
4832
4833 2001-05-08  Baruch Even  <baruch@lyx.org>
4834
4835         * Makefile.am: Changed order of libraries to get LyX to link properly
4836         with the gnome frontend.
4837
4838 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4839
4840         * LaTeXFeatures.h: add a std:: qualifier
4841
4842 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4843
4844         * paragraph.C (String): use stringstream
4845
4846 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4847
4848         * paragraph.C (writeFile): remove footflag arg
4849
4850         * buffer.C (makeLaTeXFile): use stringstream
4851         (latexParagraphs): remove footnot gurba
4852
4853         * LaTeXFeatures.C (getPackages): use stringstream
4854         (getMacros): likewise
4855         (getTClassPreamble): likewise
4856         (getFloatDefinitions): new method
4857
4858         * paragraph.C (writeFile): reindent
4859         (Erase): reindent
4860
4861         * WorkArea.h: revert the xpos + etc changes.
4862
4863         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
4864
4865         * lyxparagraph.[Ch]: add copy constructor, remove Clone
4866
4867         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
4868         (pasteSelection): likewise
4869         * text2.C (CreateUndo): likewise
4870
4871 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4872
4873         * minibuffer.C (peek_event): temporarily reduce the functionality
4874         of the minibuffer (to allow args on lfuns)
4875
4876         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
4877         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
4878
4879         * buffer.C (readInset): add compability reading of old float
4880         lists, add reading of new style float list.
4881         (readInset): avoid reevaluation of inscmd.getCmdName()
4882         (getLists): reindent
4883
4884         * MenuBackend.C (MenuItem): implement parsing of
4885         md_floatlistinsert and md_floatinsert.
4886         (expand::LastFiles): move initalizaton of iterators out of loop,
4887         avoid reevaluation.
4888         (expand::Documents): introduce typdedef vector<string> Strings,
4889         and use it.
4890         (expand::ExportFormats): introduce typedef vector<Format const *>
4891         Formats, and use it.
4892         (expand): implement FloatListInsert and FloatInsert.
4893
4894         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
4895         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
4896         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
4897
4898         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
4899         handling.
4900         (Dispatch::LFUN_FLOAT_LIST): implement
4901
4902 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
4903
4904         * LaTeX.C (run): Fix problem with --export code.
4905
4906 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
4907
4908         * BufferView.[Ch] (workarea): removed.
4909         (getClipboard) new method; wrapper for workarea()->getClipboard()
4910
4911         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
4912         bug.
4913
4914         * WorkArea.h (width, height, xpos, ypos): These methods all
4915         returned the dimensions of the work_area sub-area of WorkArea,
4916         resulting in a position error if the WorkArea were resized. Now
4917         return the dimensions of the entire WorkArea.
4918
4919         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
4920
4921 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4922
4923         * LaTeX.C (deplog): correct the syntax of regex reg1
4924
4925 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4926
4927         * undo.C: remove !NEW_INSETS cruft
4928
4929 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4930
4931         * text2.C: remove !NEW_INSETS cruft
4932
4933         * text.C: remove !NEW_INSETS cruft
4934
4935         * tabular.C: remove !NEW_INSETS cruft
4936
4937         * spellchecker.C: remove !NEW_INSETS cruft
4938
4939         * lyxtext.h: remove !NEW_INSETS cruft
4940
4941         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
4942
4943         * lyxfunc.C: remove !NEW_INSETS cruft
4944
4945         * lyxfind.C: remove !NEW_INSETS cruft
4946
4947         * lyx_cb.C: remove !NEW_INSETS cruft
4948
4949         * figureForm.C: remove  !NEW_INSETS cruft
4950
4951         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
4952
4953         * buffer.[Ch]: remove !NEW_INSETS cruft
4954
4955         * ToolbarDefaults.C: remove !NEW_INSETS cruft
4956
4957         * CutAndPaste.C: remove !NEW_INSETS cruft
4958
4959         * BufferView_pimpl.C: remove !NEW_INSETS cruft
4960
4961         * BufferView2.C: remove !NEW_INSETS cruft
4962
4963         * BufferView.h: remove !NEW_INSETS cruft
4964
4965 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4966
4967         * Lsstream.h: include LString.h before the sstream headers to
4968         fix problem with gcc 2.95.3 and lyxstring
4969
4970 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4971
4972         * lyx_main.C: add using directives when needed for C functions
4973         declared in std:: namespace.
4974
4975 2001-04-27  Juergen Vigna  <jug@sad.it>
4976
4977         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
4978         (SetHeightOfRow): comment out the update call should not be needed!
4979
4980 2001-04-13  Juergen Vigna  <jug@sad.it>
4981
4982         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
4983         (LyXTabular): tried to minimize operator= operations (and realized
4984         hopfully Lars wish).
4985
4986 2001-04-27  Juergen Vigna  <jug@sad.it>
4987
4988         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
4989
4990 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4991
4992         * lyxfunc.C (Dispatch): hack to make listof algorithm work
4993
4994         * buffer.C (readInset): hack to make listof algorithm work
4995
4996         * BufferView_pimpl.C: hack to make listof algorithm work
4997
4998 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4999
5000         * LyXAction.C: removed all !NEW_INSETS cruft
5001         (init): moved lfun_item in method
5002
5003         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
5004
5005 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
5006
5007         * BufferView2.C (theLockingInset): white space.
5008
5009 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5010
5011         * minibuffer.C: include <iostream>
5012
5013         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
5014
5015         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
5016
5017         * commandtags.h: add LFUN_TRANSPOSE_CHARS
5018
5019         * text.[Ch] (TransposeChars): new method
5020
5021 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5022
5023         * call message directly through LyXView instead of through LyXFunc
5024         * BufferView2.C: adjust
5025         * BufferView_pimpl.C: adjust
5026         * FontLoader.C: adjust
5027         * buffer.C: adjust
5028         * bufferview_funcs.C: adjust
5029         * converter.C: adjust
5030         * figureForm.C: adjust
5031         * importer.C: adjust
5032         * lyx_cb.C: adjust
5033         * lyx_gui_misc.C: adjust
5034         * lyxfunc.C: adjust
5035         * lyxvc.C: adjust
5036         * text2.C: adjust
5037         + more files in subdirs
5038
5039         * lyxparagraph.h (size): move up int file
5040         (GetLayout): ditto
5041
5042         * adjust all uses of Assert to lyx::Assert.
5043
5044         * BufferView2.C (ChangeCitationsIfUnique): adjust for
5045         lyxfunctional in namespace lyx
5046         * layout.C (hasLayout): ditto
5047         (GetLayout): ditto
5048         (GetLayout): ditto
5049         (delete_layout): ditto
5050         (NumberOfClass): ditto
5051         * converter.C (GetFormat): ditto
5052         (GetNumber): ditto
5053         (Add): ditto
5054         (Delete): ditto
5055         (SetViewer): ditto
5056         * bufferlist.C (getFileNames): ditto
5057         (emergencyWriteAll): ditto
5058         (exists): ditto
5059         (getBuffer): ditto
5060         * MenuBackend.C (hasSubmenu): ditto
5061         (hasMenu): ditto
5062         (getMenu): ditto
5063         * BufferView_pimpl.C (getInsetByCode): ditto
5064
5065 2001-04-18  Juergen Vigna  <jug@sad.it>
5066
5067         * vspace.C (asLatexString): fixed the 100% problem.
5068
5069 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5070
5071         * lyxfunc.C (Dispatch):
5072         * minibuffer.C:
5073         * minibuffer.h: add a few std:: qualifiers
5074
5075 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5076
5077         * minibuffer.[Ch]: reimplement so that commands is initiated and
5078         run from lyxfunc, simplified som handling, and made the completion
5079         and history code for complete. wip.
5080
5081         * lyxfunc.C (processKeySym): call message
5082         (miniDispatch): new temporary method
5083         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
5084         (LFUN_MESSAGE): implement
5085         (LFUN_MESSAGE_PUSH): implement
5086         (LFUN_MESSAGE_POP): implement
5087         (initMiniBuffer): the initial/defualt minibuffer message.
5088
5089         * lyxfont.[Ch]: inline some more getters
5090
5091         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
5092
5093         * lyx_gui_misc.[Ch] (WriteStatus): remove method
5094
5095         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
5096         (AutoSave): use LFUN_MESSAGE
5097         (Reconfigure): ditto
5098
5099         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
5100
5101         * figureForm.C: use LFUN_MESSAGE
5102
5103         * converter.C (runLaTeX): use LFUN_MESSAGE
5104
5105         * bufferview_funcs.C: use LFUN_MESSAGE
5106         (Melt): ditto
5107         (changeDepth): ditto
5108
5109         * bufferparams.h: use boost::
5110
5111         * bufferlist.h: inherit privately from noncopyable
5112
5113         * bufferlist.C (loadLyXFile): remove some commented code.
5114
5115         * buffer.C (runChktex): use LFUN_MESSAGE
5116
5117         * ShareContainer.h: inherit privately from noncopyable
5118
5119         * ParagraphParameters.[hC] (depth): inline it.
5120
5121         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
5122         methods.
5123         (message): new method
5124         (messagePush): ditto
5125         (messagePop): ditto
5126         (show): init minibuffer
5127         (showState): direct call
5128
5129         * LaTeX.[Ch]: inherit privately from noncopyable
5130         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
5131         instead of WriteStatus.
5132
5133         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
5134
5135         * BufferView_pimpl.C (buffer): don't init minibuffer
5136         (workAreaButtonPress): use LFUN_MESSAGE
5137         (workAreaButtonRelease): ditto
5138         (savePosition): ditto
5139         (restorePosition): ditto
5140         (MenuInsertLyXFile): ditto
5141         (workAreaExpose): don't init minibuffer
5142         (update): remove commented code, simplify
5143
5144         * BufferView2.C (openStuff): use LFUN_MESSAGE
5145         (toggleFloat): ditto
5146         (menuUndo): ditto
5147         (menuRedo): ditto
5148         (copyEnvironment): ditto
5149         (pasteEnvironment): ditto
5150         (copy): ditto
5151         (cut): ditto
5152         (paste): ditto
5153         (gotoInset): ditto
5154         (updateInset): remove some commented code
5155
5156         * lastfiles.h: inherit privately from noncopyable
5157         * layout.h: ditto
5158         * lyx_gui.h: ditto
5159         * lyx_main.h: ditto
5160         * lyxlex.h: ditto
5161         * lyxlex_pimpl.h: ditto
5162
5163         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
5164         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
5165         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
5166
5167         * LyXAction.h: inherit privately from noncopyable, add methods
5168         func_begin, func_end, returning iterators to the func map.
5169
5170         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
5171         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
5172         (func_begin): new method
5173         (func_end): new method
5174
5175         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
5176         and not)
5177         (copySelection): ditto
5178         (pasteSelection): ditto
5179
5180         * BufferView.C: whitespace change
5181         * BufferView.h: inherit privately from noncopyable
5182
5183 2001-04-16  Allan Rae  <rae@lyx.org>
5184
5185         * tabular-old.C (l_getline):
5186         * spellchecker.C (sc_check_word):
5187         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
5188         an unrecognised preprocessor directive.  So ensure they're wrapped.
5189
5190 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
5191
5192         * src/exporter.C (Export): Give an error message when path to file
5193         contains spaces.
5194
5195 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
5196
5197         * LaTeX.C (deplog): Always check that foundfile exists.
5198
5199 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5200
5201         * lyx_main.h:
5202         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
5203
5204 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5205
5206         * tabular.[Ch] (getLabelList): implement new method
5207
5208         * minibuffer.h: comment ouf setTiimer
5209
5210         * minibuffer.C (ExecutingCB): constify res
5211         (peek_event): constify s
5212         (Set): constify ntext
5213         (Init): constify nicename
5214
5215         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
5216
5217         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
5218         (savePosition): use two params to Minibuffer::Set
5219         (restorePosition): ditto
5220
5221 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5222
5223         * lyx_main.C: include language.h
5224
5225         * Makefile.am (lyx_main.o): add language.h
5226
5227 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5228
5229         * exporter.C:
5230         * paragraph.C:
5231         * screen.C:
5232         * tabular.C:
5233         * CutAndPaste.C: include gettext.h
5234
5235         * lyxfont.h: remove old hack with ON and OFF.
5236
5237         * lyxparagraph.h:
5238         * lyxfont.h: do not include language.h...
5239
5240         * BufferView2.C:
5241         * LaTeXFeatures.C:
5242         * Painter.C:
5243         * bufferview_funcs.C:
5244         * font.C:
5245         * lyxfont.C:
5246         * text.C:
5247         * text2.C:
5248         * trans_mgr.C:
5249         * paragraph.C: ... but do it here instead
5250
5251 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5252
5253         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
5254
5255         * tabular.C: small reformat
5256
5257         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
5258         NEW_INSETS version
5259         (GetChar): ditto
5260         (BreakParagraph): ditto
5261         (SetOnlyLayout): ditto
5262         (SetLayout): ditto
5263
5264         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
5265         with one arg less.
5266
5267         * lastfiles.C: removed most using decl, add std:: where needed
5268
5269         * buffer.C: ws changes
5270
5271         * MenuBackend.C (class compare_format): put into anon namespace
5272         (expand): constify label, names, action, action2
5273         (expand):
5274
5275         * text.C (SingleWidth): constify font
5276         (IsBoundary): constify rtl2
5277         (GetVisibleRow): constify ww
5278
5279         * LaTeX.C (deplog): constify logfile
5280
5281         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
5282         start_x, end_x
5283         (workAreaExpose): constify widthChange, heightChange
5284
5285         * lyxrow.C (par): moved
5286         (height): moved
5287         (next): moved
5288         * lyxrow.h: as inlines here
5289
5290         * lyxfont.h (shape): moved from lyxfont.C
5291         (emph): moved from lyxfont.C
5292
5293         * lyxfont.C (LyXFont): use initialization list for all
5294         constructors
5295         (shape): move to lyxfont.h as inline
5296         (emph): move to lyxfont.h as inline
5297
5298
5299 2001-04-04  Juergen Vigna  <jug@sad.it>
5300
5301         * vspace.C: had to include stdio.h for use of sscanf
5302
5303 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
5304
5305         * BufferView.h:
5306         * BufferView_pimpl.h: remove xforms cruft. Both classes are
5307         independent of xforms.
5308
5309 2001-04-02  Juergen Vigna  <jug@sad.it>
5310
5311         * spellchecker.C: fixed namespace placing!
5312
5313 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
5314
5315         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
5316         the LyXParagraph * is 0.
5317
5318 2001-03-29  Juergen Vigna  <jug@sad.it>
5319
5320         * vspace.C: added support for %, c%, p%, l%.
5321         (stringFromUnit): added helper function.
5322         (asLatexString): changed to give right results for the %-values.
5323
5324         * buffer.C: convert the widthp in a width%.
5325
5326 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
5327
5328         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
5329         figureForm.[Ch].
5330
5331         * figureForm.[Ch]: stripped the FD_from_figure manipulation
5332         code out of lux_cb.[Ch], ready for its (imminent?) removal.
5333
5334         * lyx_cb.[Ch]: see above.
5335
5336         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
5337         form1.[Ch].
5338
5339         * form1.[Ch]:
5340         * lyx.[Ch]: replaced by figure_form.[Ch].
5341
5342         * lyx_gui.C:
5343         * lyx_gui_misc.C:
5344         * lyxfunc.C: changed headers associated with above changes.
5345
5346 2001-03-27  Juergen Vigna  <jug@sad.it>
5347
5348         * BufferView_pimpl.C: set the temporary cursor right!
5349
5350 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
5351
5352         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
5353
5354 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
5355
5356         * LString.h: removed "using std::getline"!
5357
5358         * BufferView_pimpl.C (Dispatch): changes due to changes in
5359         InsetInclude::Params.
5360
5361         * buffer.C (tag_name): removed redundant break statements as they were
5362         producing lots of warnings with my compiler.
5363
5364 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5365
5366         * LString.h: add "using std::getline" when using the real <string>.
5367
5368 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
5369
5370         * buffer.C: removed bitset usage.
5371         PAR_TAG moved to an anonymous name space.
5372         (tag_name): new funtion, also in the anonymous namespace.
5373         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
5374         (makeDocBookFile): clean code. Completed transition from string arrays
5375         to string vectors.
5376         (SimpleDocBookOnePar): code clean.
5377
5378 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5379
5380         * tabular.C: add some comments.
5381
5382 2001-03-22  Juergen Vigna  <jug@sad.it>
5383
5384         * buffer.C (parseSingleLyXformat2Token): redone the minipage
5385         compatibility read a bit and fixed bug with minipage in different
5386         depth.
5387
5388 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
5389
5390         * buffer.C (pop_tag): removed.
5391         (push_tag): removed.
5392         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
5393         array replaced with vector. Added support for CDATA sections.
5394         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
5395         at any nest level.
5396         (makeDocBookFile): XML conformant declaration of CDATA section,
5397         fixed bug related to <emphasis> in the first paragraph char.
5398         (sgmlOpenTag): exclude empty tags.
5399         (sgmlCloseTag): ditto.
5400
5401         * buffer.h (pop_tag): removed.
5402         (push_tag): removed.
5403
5404 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
5405
5406         * language.h (Languages): added size_type and size().
5407
5408 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5409
5410         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
5411         response on compability reading of minipages. One probliem is that
5412         the old usage of minipages was «flertydig»
5413
5414         * several files here and in subdirs: don't use static at file
5415         scope use anon namespaces instead.
5416
5417 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
5418
5419         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
5420         LaTeX output. This is necessary for Literate document
5421         processing.
5422
5423 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5424
5425         * buffer.C: insert hfill when needed.
5426
5427         * tabular.C (l_getline): use string::erase, small whitespace change.
5428
5429         * BufferView_pimpl.C: try the anon namespace.
5430         * WorkArea.C: ditto
5431
5432 2001-03-16  Juergen Vigna  <jug@sad.it>
5433
5434         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
5435         otherwise it won't open options-dialogs.
5436
5437         * buffer.C: honor pextraWidth(p) on converting minipages.
5438
5439         * tabular.C (l_getline): changed the functions to strip trailing \r.
5440
5441 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
5442
5443         * BufferView_pimpl.C:
5444         * minibuffer..C: added "using SigC::slot" declaration.
5445
5446 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5447
5448         * lyxlex_pimpl.h: noncopyable is in namespace boost.
5449
5450         * text2.C: ditto
5451
5452         * text.C: ditto
5453
5454         * paragraph.C: ditto
5455
5456         * lyxtext.h: NO_PEXTRA
5457
5458         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
5459
5460         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
5461         * ParameterStruct.h: ditto
5462         * ParagraphParameters.h: ditto
5463         * lyxparagraph.h: ditto
5464
5465 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5466
5467         * buffer.C: add compability for minipage alignment.
5468         (latexParagraphs): remove unwanted pextra check.
5469
5470         * several files: remove CXX_WORKING_NAMESPACES
5471
5472         * buffer.C (pop_tag): tie is in namespace boost
5473
5474         * BufferView.h: noncopyable is in namespace boost
5475         * lyxlex.h: ditto
5476         * lyx_main.h: ditto
5477         * lyx_gui.h: ditto
5478         * layout.h: ditto
5479         * lastfiles.h: ditto
5480         * bufferlist.h: ditto
5481         * ShareContainer.h: ditto
5482         * LyXView.h: ditto
5483         * LyXAction.h: ditto
5484         * LaTeX.h: ditto
5485
5486 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
5487
5488         * Merging changes from BRANCH_MVC back into HEAD.
5489
5490         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
5491
5492 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
5493
5494         * BufferView_pimpl.C: change from intl.C
5495
5496         * combox.h:
5497         * combox.C:
5498         * Makefile.am: move combox.*
5499
5500         * form1.h:
5501         * form1.C:
5502         * lyx_gui.C:
5503         * intl.h:
5504         * intl.C: remove dialog (covered by prefs)
5505
5506 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
5507
5508         * lyxfunc.C (Dispatch): removed redundant break statement.
5509
5510 2001-03-14  Juergen Vigna  <jug@sad.it>
5511
5512         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
5513
5514 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5515
5516         * buffer.C: add hack to fix compability reading of minipages.
5517
5518 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
5519
5520         * buffer.C (getLists): Cleanup.
5521
5522 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5523
5524         * lyxfont.C (update): don't honor toggleall on font size.
5525
5526 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
5527
5528         * bmtable.c:
5529         * bmtable.h:
5530         * Makefile.am: moved to frontends/xforms/
5531
5532         * lyx_gui_misc.C:
5533         * lyxfunc.C:
5534         * BufferView_pimpl.C: changes for moved mathpanel
5535
5536 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
5537
5538         * gettext.h: fix gettext_init() in --disable-nls
5539
5540 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5541
5542         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
5543
5544 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
5545
5546         * lyx.C:
5547         * lyx.h: strip external form
5548
5549 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
5550
5551         * BufferView_pimpl.C: add comment, destroySplash()
5552
5553 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
5554
5555         * BufferView_pimpl.C:
5556         * LyXAction.C:
5557         * buffer.C:
5558         * commandtags.h:
5559         * lyxfunc.C: use re-worked insetinclude
5560
5561 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5562
5563         * buffer.C: add using std::stringstream.
5564
5565         * lyx_cb.C: readd using std::ios.
5566
5567         * buffer.C: add using std::map.
5568
5569         * BufferView_pimpl.C: add using std::vector.
5570
5571         * ShareContainer.h: add std:: to swap.
5572
5573         * buffer.h: add some typedefs
5574         * buffer.C (getLists): use them
5575         (getLists): renamed from getTocList.
5576         add a counter for the different float types and use it in the
5577         generated string.
5578         (getLists): use the same counter for the NEW_INSETS and the "non"
5579         NEW_INSETS
5580
5581         * lyx_cb.h: remove unused items, includes, using etc.
5582
5583         * ShareContainer.h: remove some commented code, add more comments
5584         and "documentation".
5585
5586 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5587
5588         * buffer.C (getTocList): make the list also when NEW_INSETS is
5589         defined.
5590
5591         * buffer.h: remove TocType
5592
5593         * buffer.C (getTocList): change to return a map<string,
5594         vector<TocItem> >, implement for dynamic number of list.
5595
5596         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
5597         * text2.C (PasteSelection): adjust
5598         * CutAndPaste.C (pasteSelection): adjust
5599
5600         * FloatList.C (FloatList): update from the new_insets branch.
5601         * Floating.[Ch]: ditto
5602         * LaTeXFeatures.C: ditto
5603         * buffer.C: ditto
5604         * lyxlex_pimpl.C: ditto
5605
5606         * paragraph.C (Last): remove when NEW_INSETS is defined.
5607
5608         * other file: changes because of the above.
5609
5610 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5611
5612         * lyxparagraph.h: rename next to next_, previous to previous_,
5613         make them private for NEW_INSETS. Rename Next() to next(),
5614         Previous() to previous().
5615
5616         * other files: changes because of the above.
5617
5618 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
5619
5620         * BufferView.h:
5621         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
5622         problem.
5623
5624 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5625
5626         * main.C (main): pass lyx_localedir to gettext_init().
5627
5628         * gettext.h: remove locale_init and gettext_init macros
5629
5630         * gettext.C (locale_init): new function
5631         (gettext_init): new function
5632
5633         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
5634         setlocale().
5635
5636 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
5637
5638         * Moved credits to frontends:
5639         * credits.[Ch]: removed
5640         * credits_form.[Ch]: removed
5641         * lyx_gui_misc.C: remove credits stuff
5642         * Makefile.am:
5643
5644 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5645
5646         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
5647
5648         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
5649         unneeded destructor.
5650
5651         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
5652         a standalone pointer again.
5653
5654         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
5655
5656 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
5657
5658         * Makefile.am:
5659         * filedlg.h:
5660         * filedlg.C:
5661         * LyXAction.C:
5662         * ToolbarDefaults.C:
5663         * bufferlist.C:
5664         * commandtags.h:
5665         * form1.C:
5666         * form1.h:
5667         * lyx_cb.C:
5668         * lyx_cb.h:
5669         * lyxfunc.h:
5670         * lyxfunc.C:
5671         * BufferView_pimpl.C: use new file dialog in GUII
5672
5673         * lyx_cb.h:
5674         * lyx_cb.C: remove LayoutsCB to Toolbar
5675
5676 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5677
5678         * ShareContainer.h (get): add std:: qualifier
5679
5680 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5681
5682         * ShareContainer.h: define a proper ShareContainer::value_type
5683         type (and use typename to please compaq cxx)
5684
5685 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5686
5687         * lyxparagraph.h: move serveral local vars to
5688         ParameterStruct/ParagraphParameters., use ShareContainer in
5689         FontTable., make vars in FontTable private and add getter and
5690         setter.
5691
5692         * paragraph.C: changes because of the above.
5693
5694         * lyxfont.h: remove copy constructor and copy assignment. (the
5695         default ones is ok), move number inside FontBits. move inlines to
5696         lyxfont.C
5697
5698         * lyxfont.C: add number to initializaton of statics, move several
5699         inlines here. constify several local vars. some whitespace
5700         cleanup. Dont hide outerscope variables.
5701
5702         * Spacing.h: add two new constructors to match the set methods.
5703
5704         * ShareContainer.h: new file, will perhaps be moved to support
5705
5706         * ParameterStruct.h: new file
5707
5708         * ParagraphParameters.h: new file
5709
5710         * ParagraphParameters.C: new file
5711
5712         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
5713         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
5714
5715         * BufferView_pimpl.C: ParagraphParameter changes.
5716         * buffer.C: Likewise.
5717         * bufferview_funcs.C: Likewise.
5718         * text.C: Likewise.
5719         * text2.C: Likewise.
5720
5721 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5722
5723         * lyxfind.C (LyXReplace): do not redefine default argument in
5724         implementation.
5725         (IsStringInText): ditto
5726         (SearchForward): ditto
5727         (SearchBackward): ditto
5728
5729 2001-03-06  Juergen Vigna  <jug@sad.it>
5730
5731         * lyxfind.C (IsStringInText): put parentes around expressions.
5732
5733 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
5734
5735         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
5736
5737 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
5738
5739         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
5740
5741         * stl_string_fwd.h: add comment
5742
5743         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
5744
5745         * tabular.h:
5746         * tabular.C: remove unused DocBook methods
5747
5748         * intl.C:
5749         * language.C:
5750         * paragraph.C:
5751         * buffer.C:
5752         killed DO_USE_DEFAULT_LANGUAGE
5753
5754 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5755
5756         * lyx_gui.C: do not include language.h.
5757
5758         * bufferview_funcs.C (ToggleAndShow): do not provide optional
5759         arguments in function implementation.
5760
5761 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5762
5763         * BufferView_pimpl.C: add <ctime>
5764
5765 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5766
5767         * BufferView_pimpl.C: add using std::find_if
5768
5769 2001-02-27  José Matos  <jamatos@fep.up.pt>
5770
5771         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
5772         by OnlyPath.
5773
5774 2001-02-11  José Matos  <jamatos@fep.up.pt>
5775
5776         * buffer.C (makeDocBookFile): command styles now have a parameter as
5777         "title" by default.
5778
5779 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
5780
5781         * layout_forms.[Ch]: removed
5782         * lyx_cb.[Ch]: out character
5783         * lyx_gui.C: out character
5784         * lyx_gui_misc.C: out character
5785         * bufferview_funcs.C: : out character,
5786         added toggleall as parameter in ToggleAndShow
5787
5788 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
5789
5790         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
5791
5792         * text2.C (SetCurrentFont): Disable number property at boundary.
5793
5794 2001-02-26  Juergen Vigna  <jug@sad.it>
5795
5796         * lyxfunc.C (getStatus): added a string argument override function so
5797         that this is correctly called from LyXFunc::Dispatch if it contains a
5798         do_not_use_argument which is used!
5799         (Dispatch): added check for "custom" export and call appropriate func.
5800
5801 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
5802
5803         * lyxrc.C: Add language_command_local, language_use_babel and
5804         language_global_options.
5805
5806         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
5807
5808         * buffer.C (makeLaTeXFile): Use language_use_babel and
5809         language_global_options.
5810
5811 2001-02-23  Juergen Vigna  <jug@sad.it>
5812
5813         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
5814         which works with LyXText and putted it inside BufferView. Here now we
5815         only call for that part the BufferView::Dispatch() function.
5816
5817         * BufferView.C (Dispatch): added.
5818
5819         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
5820         functions which needs to use a LyXText over from LyXFunc.
5821         (MenuInsertLyXFile): added
5822         (getInsetByCode): added
5823         (moveCursorUpdate): added
5824         (static TEXT): added
5825
5826 2001-02-22  Juergen Vigna  <jug@sad.it>
5827
5828         * BufferView_pimpl.C (update): call a status update to see if LyXText
5829         needs it.
5830
5831 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5832
5833         * vc-backend.C (revert): implement for CVS
5834         (getLog): implement for CVS
5835
5836 2001-02-20  Juergen Vigna  <jug@sad.it>
5837
5838         * text2.C (ClearSelection): added BufferView param for inset_owner call
5839
5840         * lyxfunc.C (TEXT): added this function and use it instead of
5841         directly owner->view()-text of getLyXText().
5842
5843 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
5844
5845         * src/layout_forms.C: out preamble
5846         * src/layout_forms.h: out preamble
5847         * src/lyx_cb.C: out preamble
5848         * src/lyx_cb.h: out preamble
5849         * src/lyx_gui.C: out preamble
5850         * src/lyx_gui_misc.C: out preamble
5851         * src/lyxfunc.C: connect with guii preamble
5852
5853 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
5854
5855         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
5856
5857 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
5858
5859         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
5860         whether to run bibtex.
5861
5862 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
5863
5864         * Makefile.am (lyx_SOURCES): Remove BackStack.h
5865
5866 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
5867
5868         * Makefile.am (lyx_SOURCES): removed bibforms.h
5869
5870         * vspace.h: doxygen
5871
5872         * text.C (GetVisibleRow): make several local vars const
5873
5874         * tabular.C: small cleanup.
5875
5876         * lyxserver.C (callback): use compare instead of strncmp
5877
5878         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
5879         inlines to after class or to paragraph.C
5880
5881         * lyxfont.h: remove friend operator!=
5882
5883         * converter.h: move friend bool operator< to non friend and after
5884         class def.
5885
5886         * combox.h: small cleanup
5887
5888         * buffer.h: doxygen, remove unused constructor, move inclas inlies
5889         to inlines after class def.
5890
5891         * buffer.C (pop_tag): use string operations instead of strcmp
5892
5893         * bmtable.c: doxygen, small cleanup
5894
5895         * LaTeX.h: remove friend operator==
5896
5897 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
5898
5899         * screen.C:
5900         * lyxrc.[Ch]:
5901         * lyxfunc.C:
5902         * lyxfont.[Ch]:
5903         * lyx_cb.C:
5904         * intl.[Ch]:
5905         * commandtags.h:
5906         * buffer.C:
5907         * WorkArea.[Ch]:
5908         * LyXAction.C:
5909         * BufferView_pimpl.C:
5910         * BufferView.[Ch]: remove cruft
5911
5912 2001-02-14  Juergen Vigna  <jug@sad.it>
5913
5914         * lyxfunc.C: removed #if 0 unused code
5915
5916         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
5917
5918         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
5919
5920         * text2.C (SetSelection): added a BufferView * parameter
5921
5922 2001-02-13  Juergen Vigna  <jug@sad.it>
5923
5924         * lyxfunc.C (Dispatch): fixed protected blank problem.
5925         * BufferView2.C (protectedBlank): added LyxText * parameter.
5926
5927         * tabular.C (AppendRow): forgot to set row_info of newly added row.
5928         (AppendColumn): same as above for column_info.
5929
5930         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
5931         (moveCursorUpdate): use a LyXText param for support of InsetText.
5932
5933         * BufferView_pimpl.C (doubleClick): added support for InsetText.
5934         (tripleClick): ditto
5935
5936         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
5937
5938         * BufferView_pimpl.C (update): added LyXText param to honor insets.
5939
5940         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
5941
5942         * text2.C (SetSelection): set correct update status if inset_owner
5943         (ToggleFree): ditto
5944
5945 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
5946
5947         * tabular.C: remove some commented code.
5948
5949 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
5950
5951         * BufferView_pimpl.C: call hideSplash()
5952
5953         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
5954
5955         * include_form.h:
5956         * bibforms.h: remove
5957
5958         * lyxfunc.C:
5959         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
5960           add LFUN_CHILD_CREATE
5961
5962         * counters.h: fix tiny typo
5963
5964         * lyx_cb.C:
5965         * lyx.h:
5966         * lyx_gui.C:
5967         * lyx.C: move splash to frontends/xforms/
5968
5969         * lyx_gui_misc.C: move Include and Bibform to frontends
5970
5971         * lyxvc.h: clarify comment
5972
5973         * vspace.C: tiny housekeeping
5974
5975 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
5976
5977         * text.C (PrepareToPrint): RTL Fix.
5978
5979         * paragraph.C (GetUChar): New method.
5980         (String):  Use GetUChar.
5981
5982         * buffer.C (asciiParagraph): Use GetUChar.
5983
5984 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
5985
5986         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
5987
5988 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
5989
5990         * buffer.h:
5991         * buffer.C: rename to getLogName(), handle
5992           build log / latex log nicely
5993
5994 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5995
5996         * MenuBackend.C:
5997         * MenuBackend.h: remove support for reference menuitem type.
5998
5999 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
6000
6001         * BufferView_pimpl.C: housekeeping
6002         * BufferView_pimpl.h:
6003         * LyXView.h:
6004         * Makefile.am:
6005         * Timeout.C:
6006         * Timeout.h:
6007         * minibuffer.h: move Timeout GUI-I
6008
6009 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
6010
6011         * lyxrc.C (read): Update converters data-structures.
6012
6013 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
6014
6015         * LaTeX.h (operator!=): add operator != for Aux_Info
6016
6017 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
6018
6019         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
6020
6021         * LaTeXLog.C: deleted, useful code moved to Buffer
6022
6023         * buffer.h:
6024         * buffer.C: new function getLatexLogName()
6025
6026         * lyx_gui_misc.C:
6027         * lyx_gui.C:
6028         * lyxvc.C:
6029         * lyxvc.h:
6030         * lyxfunc.C: use frontends for LaTeX and VC logs
6031
6032 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6033
6034         * LaTeX.h: yet another std:: that Allan forgot.
6035
6036         * Variables.C (set): renamed from isset(), because this clashes
6037         with some HP-UX macros (grr).
6038
6039 2001-02-06  Allan Rae  <rae@lyx.org>
6040
6041         * LaTeX.h: Another bug fix.  Missing std:: this time.
6042
6043 2001-02-04  Allan Rae  <rae@lyx.org>
6044
6045         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
6046         floats problem. I've left it commented out because it's not quite
6047         correct.  It should also test that the current object is a table or
6048         figure inset.  But I haven't gotten around to figuring out how to do
6049         that.  I *think* it'll be something like: "table" == inset.type()
6050
6051         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
6052         bool.
6053
6054 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
6055
6056         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
6057         all the citation/databases/styles in the auxilary file.
6058         (run): Rerun latex if there was a babel language error.
6059
6060 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
6061
6062         * text.C (Backspace): Preserve the font when changing newline char
6063         with a space.
6064         (BreakParagraph): If the cursor is before a space, delete the space.
6065
6066         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
6067
6068 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
6069
6070         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
6071         new argument (code).
6072         (ChangeCitationsIfUnique): New method.
6073
6074         * paragraph.C (GetPositionOfInset): Handle bibkey.
6075
6076 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6077
6078         * BufferView_pimpl.h: change type of Position::par_pos to
6079         LyXParagraph::size_type.
6080
6081 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
6082
6083         * BufferView_pimpl.C (savePosition, restorePosition): Write
6084         messages to minibuffer.
6085
6086 2001-01-28  José Matos  <jamatos@fep.up.pt>
6087
6088         * buffer.C (makeDocBookFile): adds support for document language.
6089         A silly restriction on the name of LatexCommand types where removed.
6090         Added support for CDATA sections, allows to chars unescaped, used
6091         among others in code, to avoid escape < and >.
6092
6093 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
6094
6095         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
6096         saved positions instrad of a stack. Furthermore, a position is
6097         stored using paragraph id/paragraph position.
6098
6099         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
6100         Remove LFUN_REF_BACK.
6101
6102 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
6103
6104         * converter.C (dvipdfm_options): New method.
6105
6106 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
6107
6108         * vspace.C (isValidLength): Fix for empty input string.
6109
6110 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6111
6112         * LyXAction.C (init): change description of LFUN_FIGURE to
6113         "Insert Graphics"
6114
6115 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6116
6117         * LaTeX.C: add using directive
6118
6119 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
6120
6121         * MenuBackend.C (expand): Fix the sorting of the formats.
6122
6123 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
6124
6125         * lyx_main.C: tiny error message fix
6126
6127 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6128
6129         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
6130         calling fl_initialize(). This fixes the problem with ',' as
6131         decimal separator in text files.
6132
6133 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
6134
6135         * trans.C (process): Fix the keymap bug.
6136
6137 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
6138
6139         * LaTeX.C (scanAuxFiles): New method. Provides support for
6140         multiple bibliographies (when using the bibtopic/bibunits pacakges).
6141         (scanLogFile) Scan for "run BibTeX" messages.
6142
6143         * buffer.C (makeLaTeXFile): Do not load the ae package when using
6144         OT1 font encoding. Also, load the aecompl package if the ae
6145         package is loaded.
6146
6147         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
6148
6149 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6150
6151         * texrow.C (increasePos): turn two error messages into debug
6152         messages.
6153
6154 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
6155
6156         * LaTeX.C (scanAux): Handle the \@input macro.
6157         (runBibTeX): Use scanAux().
6158
6159         * language.C (latex_options_): New field.
6160
6161         * LaTeXFeatures.C (getMacros): Add language macros.
6162
6163         * buffer.C (makeLaTeXFile): Small fix.
6164
6165 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6166
6167         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
6168
6169         * text2.C: add a using directive.
6170
6171 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
6172
6173         * BufferView2.C:
6174         * lyx_gui_misc.h:
6175         * lyxfr1.C:
6176         * lyxfunc.C: kill LyXBell.
6177
6178 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
6179
6180         * text.C (IsBoundary): Remove the error message
6181
6182         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
6183
6184         * lyxrc.C (setDefaults): Correct initialization value for
6185         font_norm_type.
6186
6187 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
6188
6189         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
6190         gotoError().
6191
6192         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
6193         and GotoNextNote().
6194
6195         * src/LyXAction.C: Added reference-next.
6196
6197         * text.C (InsertChar): Use contains instead of strchr.
6198
6199         * lyx_cb.C (MenuInsertLabel): Enable default value code.
6200
6201 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
6202
6203         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
6204         alignment commands (when needed).
6205
6206         * text.C (InsertChar): Add ':' to number separator chars.