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