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