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