]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Fixes for smaller insets with not leftaligned paragraps and large insets
[lyx.git] / src / ChangeLog
1 2002-01-07  Juergen Vigna  <jug@sad.it>
2
3         * text.C (setHeightOfRow): small fix
4         (prepareToPrint): don't look at alignment if we don't have the place
5         for doing it.
6
7 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8
9         * box.C: New file. Move the Box methods and functions out of box.h,
10         following Lars' suggestion.
11
12 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13
14         * box.h: #include "support/LOstream.h", needed for inlined function.
15
16         * lyxtextclass.C:
17         * lyxtextclasslist.C: added some using std declarations.
18
19 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
20
21         * box.h: make signed dimensions to allow insets wider than
22           the screen (bug #162)
23
24         * BufferView_pimpl.C: add some insetHit debug
25  
26 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
27
28         * vc-backend.C: add FIXME
29  
30 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
31
32         * lyxfunc.C (getStatus): enable code for showing math font status
33         in toolbar/menu.
34
35 2002-01-07  Juergen Vigna  <jug@sad.it>
36
37         * text.C (nextBreakPoint): removed debug output not needed anymore.
38
39 2002-01-06  Juergen Vigna  <jug@sad.it>
40
41         * text.C (nextBreakPoint): fixed up this function we had this bug
42         since ever but now hopefully we break row better.
43         (insertChar): we have to check if an inset is the next char as it
44         could now happen that a large inset is causing a break.
45
46 2002-01-05  Juergen Vigna  <jug@sad.it>
47
48         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
49         if it doesn't like to be drawed.
50
51 2002-01-04  Juergen Vigna  <jug@sad.it>
52
53         * BufferView2.C (lockInset): forgot to set a cursor.
54
55         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
56
57 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
58
59         * FormMathsPanel.C:
60         * FormMathsPanel.h
61         * MathsSymbols.C:
62         * form_maths_panel.C:
63         * form_maths_panel.h:
64         * form_maths_panel.fd: implemented sub- and super- buttons in math
65         panel. 
66
67         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
68         (or ^ space) to be used as in TeX (req'd by André).
69
70         * lyxfunc.C: Allow ^ and _ again to be used both as
71         super/subscript (mathed) and as themselves (in text).
72
73 2002-01-03  Allan Rae  <rae@lyx.org>
74
75         * LyXView.C (updateWindowTitle): Setup a short icon title of either
76         "LyX" or the filename of the current buffer if it has one.  This is a
77         modified form of John Levon's patch.
78
79         * XFormsView.C (setWindowTitle): also set icon title.
80
81         * LyXView.h (setWindowTitle): signature changed.
82         * XFormsView.h (setWindowTitle): ditto.
83
84 2002-01-02  Juergen Vigna  <jug@sad.it>
85
86         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
87
88 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
89
90         * screen.C (topCursorVisible): introduce a temp var for
91         text->cursor.row(), handle the case where this row is null. (kindo
92         hachish)
93
94         * text2.C (setCursor): add a couple of asserts.
95
96         * paragraph.h (inset_iterator): add -> operator 
97
98         * paragraph.[Ch] (autoDeleteInsets): remove member function 
99
100         * BufferView2.C (removeAutoInsets): rewrite to handle the old
101         cursor pos correctly and handle inset deletion by itself.
102         (insertErrors): move iterator declaration out of for expression
103
104         * lyxtextclass.C: add <algorithm>
105
106         * Makefile.am: added the new files to sources, removed layout.C
107         
108         * layout.C: removed file
109         
110         * layout.h: remove LYX_DUMMY_LAYOUT
111
112         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
113         layout.
114
115         * lyxlayout.[Ch]:
116         * lyxtextclass.[Ch]:
117         * lyxtextclasslist.[Ch]: new files 
118
119         * include order changes to a lot of files, also changes because of
120         the six new files.
121         
122 2001-12-27  Juergen Vigna  <jug@sad.it>
123
124         * buffer.C (asciiParagraph): more fixes.
125
126         * tabular.C (ascii): make ascii export support export of only the
127         data separated by a column-delimiter.
128         (ascii): better support for ascii export.
129
130         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
131
132 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
133
134         * tabular_funcs.C: use a "using std::getline" instead of the
135         previous fix from Angus (necessary for cxx + lyxstring)
136
137 2001-12-24  Juergen Vigna  <jug@sad.it>
138
139         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
140
141         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
142         problems. First check a minipage also if we have some ert-contents
143         (not only on par->size(), second set the right depth of the paragraph
144         on the relink to the root-paragraph-list!
145
146         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
147         which then did not anymore update the main paragraphs on undo/redo!
148
149 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
150
151         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
152         code. Support all font-changing funcs (even those which are not in
153         menu currently). Support for reporting font settings in 
154         mathed (disabled until Andre provides a function on mathed's side).
155
156         * func_status.h (toggle): small helper function to set toggle
157         state on a flag.
158
159 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
160
161         * tabular_funcs.C: getline -> std::getline
162
163 2001-12-21  Juergen Vigna  <jug@sad.it>
164
165         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
166         accessed and could be 0 (I couldn't generate this but it seems
167         Michael could!).
168
169 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
170
171         * tabular_funcs.C: add LIstream.h, move write_attribute to..
172         * tabular_funcs.h: here and include iosfwd
173
174 2001-12-20  Juergen Vigna  <jug@sad.it>
175
176         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
177         inside inset but undo_par was.
178
179 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
180
181         * Thesaurus.C: always include <config.h> in sources.
182
183         * Painter.h: 
184         * lyxlookup.h: 
185         * box.h: do not include <config.h> in header files
186
187         * text.C (paintLastRow): remove unused variable
188
189         * text.C (transformChar): 
190         (insertChar): 
191         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
192
193         * Painter.C (text): 
194         * font.C (width): rewrite to use uppercase() instead of
195         islower/toupper. 
196
197         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
198
199 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
200
201         * lyxfind.C: clean up of find failure position change
202
203 2001-12-20  Juergen Vigna  <jug@sad.it>
204
205         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
206
207         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
208         (TeXRow): added to LaTeX a single tabular row.
209         (TeXLongtableHeaderFooter): added to output LT-h/f data.
210         (Latex): simplified and finally good LT-h/f support.
211         (various_functions): just small adaptions for LT-h/f support.
212
213         * tabular_funcs.[hC]: added and moved here all not classfunctions
214         of LyXTabular.
215
216 2001-12-19  Juergen Vigna  <jug@sad.it>
217
218         * tabular.[Ch]: better support for longtabular options (not finished
219         yet!)
220
221 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
222
223         * text.C (paintLastRow): use the label font instead of the font of
224         the last character to compute the size of *_BOX. This makes more
225         sense and avoids a crash with empty paragraphs.
226         Use Painter::rectangle to draw EMPTY_BOX.
227
228 2001-12-19  Juergen Vigna  <jug@sad.it>
229
230         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
231         the paragraphs if the replaced paragraph is not the first one!
232         Tried to delete not used paragraphs but does not work yet so for
233         now it's inside #ifdef's and by default off!
234
235 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
236
237         * MenuBackend.C: include "lyx_main.h" instead of declaring
238         lastfiles (actually was declared as LastFiles* instead of a
239         scoped_ptr).
240
241 2001-12-17  Juergen Vigna  <jug@sad.it>
242
243         * tabular.C (AppendColumn): applied John's fix
244
245 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
246
247         * BufferView.h: 
248         * BufferView.C:
249         * BufferView_pimpl.h:
250         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
251
252         * Makefile.am:
253         * box.h: new start of class for above
254
255         * lyxfunc.C: ignore space-only minibuffer dispatches.
256           Show the command name when it doesn't exist
257
258         * minibuffer.C: don't add empty lines to the history
259
260         * minibuffer.C: add a space on dropdown completion
261  
262 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
263
264         * text.C: fix line above/below drawing in insets
265
266 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
267
268         * lyxlength.C (LyXLength): Initialize private variables.
269
270 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
271
272         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language 
273         when inserting error insets.
274
275 2001-12-13  Juergen Vigna  <jug@sad.it>
276
277         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
278         actually sometimes the before-paragraph.
279         (setUndo): don't clear the redostack if we're not actually undoing!
280
281 2001-12-06  Juergen Vigna  <jug@sad.it>
282
283         * undo_funcs.C (textHandleUndo): well after John's hint I got here
284         and fixed redoing of main paragraph, so we can use it now ;)
285
286         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
287
288 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
289
290         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
291         Juergen's request
292
293 2001-12-13  André Pönitz <poenitz@gmx.net>
294
295         * undostack.[Ch]:
296         * undo_func.C: minor cleanup
297
298 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
299
300         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
301         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
302         font in urw-fonts package which is marked as -urw-fontspecific and
303         does not work (incidentally, changing the encoding in the
304         fonts.dir of this package to -adobe-fontspecific fixes the
305         problem).
306
307         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
308         is a crash when undoing first paragraph (Juergen, please take a
309         look). THis does not mean the undo fix is wrong, just that it
310         uncovers problems.
311
312         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
313         the (Paragraph*) version when needed instead of duplicating the
314         code.
315
316         * text.C (workWidth): use Inset::parOwner to find out where the
317         inset has been inserted. This is a huge performance gain for large
318         documents with lots of insets. If Inset::parOwner is not set, fall
319         back on the brute force method
320
321         * paragraph_pimpl.C (insertInset): 
322         * paragraph.C (Paragraph): 
323         (cutIntoMinibuffer): set parOwner of insets when
324         inserting/removing them
325
326         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
327
328 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
329
330         * commandtags.h:
331         * LyXAction.C:
332         * lyx_main.C:
333         * lyxfunc.C:
334         * mathed/formulabase.C:
335         * mathed/math_cursor.[Ch]:
336         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
337
338
339 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
340
341         * lyxlength.[Ch] (operator!=): new function
342
343 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
344
345         * text.C (workWidth): use Inset::parOwner to find out where the
346         inset has been inserted. This is a huge performance gain for large
347         documents with lots of insets. If Inset::parOwner is not set, fall
348         back on the brute force method
349
350         * paragraph_pimpl.C (insertInset): 
351         * paragraph.C (Paragraph): 
352         (cutIntoMinibuffer): set parOwner of insets when
353         inserting/removing them
354
355         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
356
357 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
358
359         * tabular-old.C (getTokenValue): 
360         * tabular.C (getTokenValue): 
361         (write_attribute): new versions for LyXLength
362         (everywhere): adjust the use of widths
363
364         * tabular.h: change the type of widths from string to LyXLength
365
366 2001-12-11  Ben Stanley <bds02@uow.edu.au>
367
368         * paragraph.C: fixed missing line number count when exporting
369         Environments to LaTeX file
370
371         * buffer.C: added informational message for checking line numbers.
372
373 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
374
375         * text2.C (deleteEmptyParagraphMechanism): if there is only one
376         paragraph, do the 'double space' part, but not the 'empty
377         paragraph' one.
378
379         * text.C (workWidth): small optimization
380         (getLengthMarkerHeight): use minimal size for negative lengths. 
381
382 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
383
384         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
385
386         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
387
388 2001-12-11  André Pönitz <poenitz@gmx.net>
389
390         * FontLoader.C:
391         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
392
393 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
394
395         * text2.C: keep selection on a setFont()
396  
397 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
398
399         * lyx_cb.C: another bv->text misuse, from insert label
400  
401 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
402
403         * kbsequence.h:
404         * kbsequence.C: re-instate nmodifier mask
405  
406 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
407
408         * lyx_main.h: make lyxGUI private.
409
410 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
411
412         * lyxfind.C: place the cursor correctly on failed search
413  
414 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
415
416         * text.C (getLengthMarkerHeight): for small heights, the arrows
417         are not always on top/bottom of the text
418         (drawLengthMarker): smaller arrows; take the left margin in
419         account; draw also vfills.
420         (paintFirstRow): 
421         (paintLastRow): remove special code for vfill and standard spaces,
422         since everything is handled in drawLengthMarker now.
423
424 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
425
426         * buffer.C (insertErtContents): try to handle font and language
427         interaction a bit better.g
428
429         * ColorHandler.C (updateColor): change the hash to cover the whole
430         LColor enum, ws cleanup
431         (getGCLinepars): ditto
432         (getGCLinepars): only lookup in the linecache once.
433
434 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
435
436         * iterators.C (operator++): Make the iterator more robust
437
438         * BufferView2.C (removeAutoInsets): Use paragraph iterators
439         (John's patch)
440         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
441
442 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
443
444         * lyxtext.h:
445         * text.C: better added space drawing
446
447 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
448
449         * LyXView.C:
450         * BufferView2.C: fix layout combo update on inset unlock
451
452 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
453
454         * Makefile.am: don't compile unused files
455
456 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
457
458         * lyxfunc.C:
459         * commandtags.h:
460         * LyXAction.C: remove old LFUN_LAYOUTNO
461
462 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
463
464         * paragraph_pimpl.h:
465         * paragraph_pimpl.C: isTextAt() doesn't need font param
466
467 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
468
469         * lyxlex.h:
470         * lyxlex.C: little cleanup
471
472 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
473
474         * BufferView_pimpl.C: fix insertAscii for insets
475  
476 2001-12-05  Juergen Vigna  <jug@sad.it>
477
478         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
479         set the right font on the "multi" paragraph paste!
480
481 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
482
483         * trans_decl.h:
484         * trans_mgr.[Ch]:
485         * trans.[Ch]:
486         * lyxgluelength.C:
487         * lyxlength.C: remove out-commented code.
488
489         * BufferView_pimpl:
490         * CutAndPaste.C: 
491         * DepTable.C:
492         * buffer.C:
493         * chset.C:
494         * lastfiles.C:
495         * lyxlex.C:
496         * lyxlex_pimpl.C:
497         * lyxserver.C:
498         * screen.C:
499         * tabular-old.C:
500         * tabular.C:
501         * text.C:
502         * trans_mgr.C:
503         * vc-backend.C: change "while(" to "while ("
504         
505         * lyxlength.[Ch]: add zero function to check if length is zero or
506         not
507         * lyxgluelength.C: use it
508         
509 2001-12-05  Allan Rae  <rae@lyx.org>
510
511         * lyxlength.C: Attempted a fix for the abs(int) header selection.
512         Works for 2.95.3, from what I understand of Garst's reports this should
513         work for other g++ versions.  We're screwed if the abs(int) definition
514         changed between bugfix releases of gcc.
515
516 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
517
518         * text.C: fix chapter label offset !
519
520 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
521
522         * lyxtext.h:
523         * text.C: fix hfill at end of line, clean up
524
525 2001-12-04  Juergen Vigna  <jug@sad.it>
526
527         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
528         that we force an update of the inset and it's owners if neccessary.
529
530 2001-12-03  Juergen Vigna  <jug@sad.it>
531
532         * text.C (rowLast): simplified code
533
534 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
535
536         * lyxfunc.C: fix show options on timeout
537  
538 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
539
540         * screen.C (topCursorVisible): scroll half a page when the cursor
541         reached top of bottom of screen
542
543 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
544
545         * minibuffer.C: deactivate on loss of focus
546  
547 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
548
549         * vspace.[Ch] (operator!=): add operator. 
550
551 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
552
553         * BufferView_pimpl.C: refuse to open an inset when
554         there's a selection.
555
556 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
557
558         * BufferView_pimpl.C: allow to click on RHS of full row insets
559  
560 2001-11-30  Juergen Vigna  <jug@sad.it>
561
562         * tabular.C (LyXTabular): add a same_id to set the same id's in the
563         insets for undo reasons.
564
565 2001-11-28  André Pönitz <poenitz@gmx.net>
566
567         * vspace.[Ch]: cosmetical changes
568
569 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
570
571         * LyXAction.h:
572         * LyXAction.C:
573         * lyxfunc.h:
574         * lyxfunc.C:
575         * kbmap.h:
576         * kbmap.C:
577         * lyxrc.C:
578         * kbsequence.h:
579         * kbsequence.C: part re-write of old kb code
580
581         * Painter.C:
582         * WorkArea.C: remove Lgb_bug_find_hack
583
584 2001-11-30  José Matos <jamatos@fep.up.pt>
585
586         * buffer.C (makeDocBookFile): add a comment to point a hack.
587         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
588         Fixed a double write of labels.
589         
590 2001-11-28  André Pönitz <poenitz@gmx.net>
591
592         * all the files from the change on 2001/11/26:
593         use lyx::layout_type instead of LyXTextClass::size_type
594         use lyx::textclass_type instead of LyXTextClassList::size_type
595
596 2001-11-29  Juergen Vigna  <jug@sad.it>
597
598         * text.C: added support for paragraph::isFreeSpacing()
599
600         * buffer.C: same as above
601
602         * paragraph.h: inserted isFreeSpacing() function to enable
603         FreeSpacing inside InsetERT.
604
605         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
606         of the paragraph's in the cut/copy buffer to 0!
607
608         * text2.C (removeRow): remove the assert as it can!
609
610         * lyxtext.h: added helper function firstRow returning firstrow and
611         made firstrow private again.
612
613         * BufferView2.C (lockInset): don't relock if we're already locked!
614
615         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
616         the only paragraph.
617         (removeRow): added Assert::(firstrow)
618
619         * debug.C: forgot to add INSETTEXT here.
620
621 2001-11-28  Juergen Vigna  <jug@sad.it>
622
623         * sp_spell.C (initialize): changed error text to more general
624         spellchecker command use (not only ispell!)
625
626         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
627
628         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
629
630 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
631
632         * vspace.C: initialise lyxgluelength on failure
633
634 2001-11-28  Allan Rae  <rae@lyx.org>
635
636         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
637         declaration & definition that looks like a function declaration.
638
639 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
640
641         * BufferView2.C (copy): 
642         (copyEnvironment): do not clear the selection when doing a copy.
643
644         * text.C (paintFirstRow): compilation fix
645
646 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
647
648         * tabular.C (Latex): correct line count when writing latex.
649
650 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
651
652         * paragraph_pimpl.h:
653         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
654           bug a bit
655
656 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
657
658         * text.C: 
659         * LColor.h:
660         * LColor.C: change vfillline->added_space
661  
662         * text.C: add markers and text for added space
663  
664         * vspace.C: fix comment
665
666 2001-11-28  André Pönitz <poenitz@gmx.net>
667
668         * paragraph.C: whitespace changes
669         * all the other files from the change on 2001/11/26:
670         change *::pos_type into lyx::pos_type
671         
672 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
673
674         * buffer.C (parseSingleLyXformat2Token): Set the language to the
675         language of the document when inserting error insets.
676
677 2001-11-26  André Pönitz <poenitz@gmx.net>
678         
679         * BufferView_pimpl.[Ch]:
680         *       CutAndPaste.C:
681         * buffer.[Ch]:
682         * lyxcursor.[Ch]:
683         * lyxfind.C:
684         * lyxfunc.C:
685         * lyxrow.[Ch]:
686         * paragraph.[Ch]:
687         * paragraph_pimpl.[Ch]:
688         * sp_spell.C:
689         * text.C:
690         * text2.C: reduce header dependencies, introduce type for positions
691
692 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
693
694         * <various>: change to use Alert.h 
695          
696 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
697
698         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
699         when encountering an unknown token.
700         (readLyXformat2): Show an error message if there were unknown tokens.
701
702 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
703
704         * BufferView2.C:
705         * BufferView_pimpl.C:
706         * buffer.C:
707         * paragraph.h:
708         * text.C: 
709         * text2.C: use par->isInset()
710          
711 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
712
713         * paragraph_pimpl.h:
714         * paragraph_pimpl.C: cleanup 
715          
716 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
717
718         * text2.C (removeRow): 
719         * text.C (setHeightOfRow): remove useless (and costly) call to
720         getRow. 
721
722 2001-11-20  Allan Rae  <rae@lyx.org>
723
724         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
725         Now need Inset*::checkInsertChar() to return true for appropriate
726         cases so that the characters in the minibuffer will actually be
727         inserted.
728
729 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
730
731         * text.C: change the order of the includes.
732         (workWidth): initialize it at once.
733         (workWidth): make maxw unsigned
734         (setHeightOfRow): remove unused variable (inset)
735         (selectSelectedWord): remove unused variable (inset)
736         (paintRowText): fix drawing of hfill characters, and clean up a bit.
737
738 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
739
740         * lyxserver.C (emergencyCleanup): do not try to close pipes if
741         server is not running.
742         (openConnection): 
743         (closeConnection): add debug info when server is disabled.
744
745         * ColorHandler.C (getGCForeground): send debug message to GUI
746         channel. 
747
748         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
749
750         * kbmap.C (bind): modify because return conventions of
751         kb_sequence::parse have changed.
752
753         * kbsequence.C (parse): only ignore spaces and not any stupid
754         control character. This avoids tests like s[i] <= ' ', which are
755         guaranteed to fail with 8bit characters and signed chars.
756         Change return code to string::npos when there have been no error
757         (0 was a bad idea when error is at first character)
758
759 2001-11-14  José Matos  <jamatos@fep.up.pt>
760
761         * buffer.h:
762         * buffer.C (simpleDocBookOnePar): removed unused argument.
763
764 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
765
766         * text.C (selectNextWordToSpellcheck): do not test explicitely for
767         insets which are part of a word. Paragraph::isLetter takes care of
768         that now. Use Paragraph::isInset to identify insets.
769         (selectSelectedWord): do not test for hyphenation break.
770
771         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
772         that protected spaces are considered as spaces.
773
774         * paragraph.C (isLetter): cleanup the code for ispell extras; use
775         Inset::isLetter. 
776
777 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
778
779         * lyxserver.h:
780         * lyxserver.C: fix it. and small cleanup.
781  
782 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
783
784         * BufferView_pimpl.C: use inline helpers
785  
786         * LaTeXFeatures.h: 
787         * LaTeXFeatures.C: fix typos
788
789         * Spacing.h:
790         * Spacing.C: move spacing_string into class 
791
792         * ToolbarDefaults.C: move stuff into namespace anon
793  
794         * layout.h: update enum
795
796         * lyxfunc.C: use better debug
797
798         * minibuffer.h: fix typo
799  
800         * debug.h:
801         * debug.C:
802         * WorkArea.C: add and use Debug::WORKAREA
803
804         * lyxtext.h:
805         * text.C: 
806         * text2.C: code re-organisation, inline helpers
807
808 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
809
810         * Layout.C: replaced a few cases of std::vector.size() == 0 with
811         std::vector.empty().
812
813 2001-11-09  Allan Rae  <rae@lyx.org>
814
815         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
816         '\n's after tables.  Tabular and ERT inset work now makes this no
817         longer necessary.
818
819 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
820
821         * minibuffer.h:
822         * minibuffer.C: fix crash, improve drop-down completion 
823  
824 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
825
826         * lyxserver.h:
827         * lyxserver.C: invalidate fd's when doing endPipe()
828  
829 2001-11-08  José Matos  <jamatos@fep.up.pt>
830
831         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
832         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
833
834         * paragraph.h:
835         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
836
837 2001-11-07  José Matos  <jamatos@fep.up.pt>
838
839         * buffer.h:
840         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
841         const qualifier.
842
843         * buffer.C (sgmlOpenTag):
844         * buffer.C (sgmlCloseTag): removed debug info.
845
846         * buffer.h (sgmlOpenTag):
847         * buffer.h (sgmlCloseTag): made public.
848
849 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
850
851         * buffer.C (saveParamsAsDefaults): 
852         * lyx_cb.C (MenuLayoutSave): remove
853
854         * LyXAction.C (init): 
855         * commandtags.h: 
856         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
857
858 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
859
860         * buffer.C (setPaperStuff): removed from here...
861
862         * bufferparams.C (setPaperStuff): ... and moved there.  
863
864 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
865
866         * minibuffer.h:
867         * minibuffer.C:
868         * XFormsView.C: add support for drop-down completion
869  
870 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
871
872         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
873         commands.
874
875 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
876
877         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
878         disabled. 
879
880 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
881
882         * lyx_main.C: change ref to known bugs
883  
884 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
885
886         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
887         to work around older babel problems.
888
889 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
890
891         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
892
893 2001-10-24  Juergen Vigna  <jug@sad.it>
894
895         * tabular-old.C (ReadOld): below variable changes reflected.
896
897         * tabular.[Ch]: added ltType struct for longtable header/footer
898         defines and changed all instances where they are used. Added
899         future support for double top/bottom rows.
900
901 2001-10-24  José Matos  <jamatos@fep.up.pt>
902
903         * buffer.h (docbookHandleCaption):
904         * buffer.C (docbookHandleCaption): removed unused function.
905         (makeDocBookFile): moved docbook supported version to v4.1.
906
907 2001-10-24  José Matos  <jamatos@fep.up.pt>
908
909         * tabular.h:
910         * tabular.C (docbookRow): new function to export docbook code of a row.
911         (DocBook): now honors the longtable flags.
912
913 2001-10-23  José Matos  <jamatos@fep.up.pt>
914
915         * LaTeXFeatures.h:
916         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
917         of the lyx defined sgml entities used in a docbook/linuxdoc document.
918
919         * buffer.C (makeLinuxDocFile):
920         (makeDocBookFile): reworked the preamble, more clean, and with
921         support for lyx defined entities. Changed the document declaration
922         to be more XML friendly.
923
924         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
925         if we need to output XML that should be done with a filter.
926         
927 2001-10-22  Juergen Vigna  <jug@sad.it>
928
929         * sp_pspell.h (class PSpell): add alive function needed in the
930         controller to see if the spellchecker could be started.
931
932 2001-10-22  Juergen Vigna  <jug@sad.it>
933
934         * buffer.C (insertStringAsLines): modify the font for inserting
935         chars in certain conditions by calling checkInsertChar(font).
936
937 2001-10-19  Juergen Vigna  <jug@sad.it>
938
939         * text.C (workWidth): use getRow instead of wrong algorithm.
940         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
941
942 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
943
944         * lyxserver.h:
945         * lyxserver.C:
946         * lyx_main.h:
947         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
948
949 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
950
951         * text.C (workWidth): do not search for the exact row when
952         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
953         optimization for big documents.
954
955 2001-10-18  Juergen Vigna  <jug@sad.it>
956
957         * text.C (workWidth): new function with added Inset * parameter.
958
959 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
960
961         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
962
963         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
964         change return type of getColumnNearX.
965         
966
967         * text.C (changeRegionCase): use uppercase/lowercase instead of
968         toupper/tolower. 
969         (leftMargin): 
970         (rightMargin): simplify code by factoring out the uses of
971         textclasslist.
972         (labelFill): 
973         (numberOfHfills): 
974         (setHeightOfRow): 
975         (appendParagraph): use Paragraph::size_type
976
977 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
978
979         * vspace.C (asLatexString): add a missing break
980
981 2001-10-15  Herbert Voss  <voss@perce.de>
982
983         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
984
985 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
986
987         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
988         is not available.
989
990 2001-10-10  André Pönitz <poenitz@gmx.net>
991
992         * lyxfunc.C: removed greek_kb_flag.
993
994 2001-10-10  Herbert Voss  <voss@perce.de>
995
996         * lyx_main.C: delete global string help_lyxdir.
997
998 2001-10-09  Herbert Voss  <voss@perce.de>
999
1000         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
1001
1002         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
1003
1004         * lyx_main.C: added global string help_lyxdir.
1005
1006         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
1007
1008 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1009
1010         * lyxrc.C (set_font_norm_type): support iso8859-4
1011
1012 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
1013
1014         * LaTeX.C (deplog): add another regex for MikTeX
1015
1016 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1017
1018         * lyxrc.C (set_font_norm_type): support iso8859-3
1019
1020 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1021
1022         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
1023
1024         * LaTeXFeatures.C: remove special case of french and index
1025
1026         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
1027         before \begin{document}). This solves several incompatibilities.
1028
1029 2001-10-03  Garst Reese  <reese@isn.net>
1030
1031         * lyx_cb.C: change CheckTex error msg.
1032
1033 2001-10-03  José Matos  <jamatos@fep.up.pt>
1034
1035         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
1036
1037 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1038
1039         * .cvsignore: update
1040
1041         * lyx_main.C (commandLineVersionInfo): use new style version info.
1042
1043         * buffer.C (writeFile):
1044         (makeLaTeXFile):
1045         (makeLinuxDocFile):
1046         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
1047
1048         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
1049
1050         * version.h: update to use stuff in version.C
1051
1052         * version.C.in: new file. Contains version information determined
1053         at compile time. This is a merging of version.h and
1054         version_info.h.in.
1055
1056 2001-10-03  Juergen Vigna  <jug@sad.it>
1057
1058         * BufferView_pimpl.C (update): don't change "dirty" status in
1059         updateInset call.
1060
1061 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
1062
1063         * WorkArea.C (c-tor): re-position version string slightly.
1064
1065 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
1066
1067         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
1068         revert to previous code.
1069
1070         WorkArea.[Ch]: (show, destroySplash): methods removed.
1071
1072         WorkArea.C: rework code so that it's an amalgam of the codes before and
1073         after the splash screen was moved to WorkArea.
1074
1075 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1076
1077         * lyxrc.C (read): 
1078         * vspace.C (inPixels): 
1079         (lyx_advance): 
1080         * kbmap.C (bind): 
1081         * buffer.C (insertStringAsLines): 
1082         (asciiParagraph): fix types to be large enough
1083
1084         * lyxlex_pimpl.h: change member status from short to int
1085
1086         * layout.h: fix type of endlabeltype
1087
1088         * kbmap.C (bind): 
1089         * kbsequence.C (parse): change return type to string::size_type
1090
1091         * LaTeX.C (updateBibtexDependencies): comment out unneeded
1092         variable
1093
1094         * Bullet.C (bulletSize): 
1095         (bulletEntry): do not use short ints as parameters
1096
1097         * BufferView2.C (insertLyXFile): change a char to an int.
1098
1099         * WorkArea.C (WorkArea): remove unneeded floats in computation
1100
1101 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
1102
1103         * buffer.C (asciiParagraph): Treat '\\' as other chars.
1104
1105         * paragraph.C (asString): Do not ignore newline/hfill chars when
1106         copying to the clipboard.
1107
1108 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
1109
1110         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
1111         after a multi-line inset.
1112
1113 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
1114
1115         * paragraph.C (validate): Set NeedLyXFootnoteCode
1116
1117 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
1118
1119         * lyxfont.C (LyXSizeNames): changed increase-error to increase
1120         and decrease-error to decrease.
1121
1122 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1123
1124         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
1125         it more readable (should be equivalent)
1126
1127 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1128
1129         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
1130
1131 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1132
1133         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
1134         of a cursor (row, etc.) after a character has been deleted
1135         (deleteEmptyParagraphMechanism): call the method above on _all_
1136         cursors held by the LyXText when a double space has been
1137         detected/deleted.
1138  
1139 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
1140
1141         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
1142         pixmap.
1143         (resizeCurrentBuff): remove code to destroy the old splash dialog.
1144
1145         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
1146         background. Use greyOut() and the new show() methods to toggle between
1147         the foreground and background. Add code to remove the splash after
1148         its initial showing.
1149
1150         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
1151         (create_forms): no longer call Dialogs::showSplash.
1152
1153 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1154
1155         * .cvsignore: add version_info.h
1156
1157 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1158
1159         * version_info.h.in: new file
1160
1161         * Makefile.am: add version_info.h.in
1162
1163         * lyx_main.C (commandLineVersionInfo): use version_info defined in
1164         version_info.h instead of VERSION_INFO
1165
1166 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
1167
1168         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
1169         The ERT inset now returns string().
1170
1171 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
1172
1173         * lyxtext.h, text.C (selectNextWord): renamed as
1174         selectNextWordToSpellcheck.
1175
1176         * text.C (selectNextWordToSpellcheck): Modified to not select
1177         words inside an ERT inset.
1178
1179 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1180
1181         * lyx_cb.C (MenuLayoutSave): change a bit the question
1182
1183         * sp_base.h: include <sys/types.h>
1184
1185 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
1186
1187         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
1188
1189 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
1190
1191         * several files: fix typos in user-visible strings
1192
1193 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1194
1195         * text2.C (pasteSelection): do not set the selection, since it
1196         will be cleared later. Actually, the intent was to fix the way the
1197         selection was set, but I figured rmoving the code was just as good.
1198
1199 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
1200
1201         * FontLoader.C (available): Check if font is available without
1202         loading the font.
1203
1204 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1205
1206         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
1207
1208 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
1209
1210         * lyxrc.[Ch]: added display_graphics variable and associated code.
1211
1212 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1213
1214         * bufferparams.C (hasClassDefaults): new method. Returns true if
1215         the buffer parameters correspond to known class defaults
1216
1217 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
1218
1219         * XFormsView.C (show): set minimum size to the main window.
1220
1221 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1222
1223         * text2.C (copySelection): 
1224         (cutSelection): 
1225         * lyxfind.C (LyXReplace): 
1226         * BufferView_pimpl.C (Dispatch): pass the correct flag to
1227         LyXText::selectionAsString. 
1228
1229         * paragraph.C (asString): add "label" argument to the second form
1230
1231         * text2.C (selectionAsString): add "label" argument and pass it to
1232         Paragraph::asString. 
1233
1234 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1235
1236         * lyx_main.C (commandLineHelp): remove version information
1237
1238 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
1239
1240         * lyx_main.C: add -version commandline option
1241
1242 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1243
1244         * paragraph.h: make the optional constructor arg required instead.
1245         some modifications to other files because of this.
1246
1247         * minibuffer.C (C_MiniBuffer_peek_event): make it static
1248
1249         * lyxserver.C (C_LyXComm_callback): make it static
1250
1251         * lyx_main.C (error_handler): make it static
1252
1253         * lyx_gui.C (LyX_XErrHandler): make it static
1254
1255         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
1256
1257         * WorkArea.C: make the extern "C" methods static.
1258
1259         * Makefile.am (lyx_LDADD): simplify
1260
1261 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
1262
1263         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
1264         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
1265
1266         * LyXAction.C (init):
1267         * lyxfunc.C (dispatch): associated code removal.
1268
1269 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1270
1271         * lyxfont.h (isSymbolFont): shut off warning
1272
1273         * text.C (setHeightOfRow):
1274         (getVisibleRow): fix crash with empty paragraphs which have a
1275         bottom line
1276
1277 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
1278
1279         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
1280         code.
1281
1282 2001-09-04  José Matos  <jamatos@fep.up.pt>
1283         * buffer.C
1284         * buffer.h
1285         * tabular.C (docbook): rename docBook method to docbook.
1286
1287 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
1288
1289         * Makefile.am: add dependencies to main.o.
1290
1291 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
1292
1293         * FontLoader.C (available): Return false if !lyxrc.use_gui
1294
1295 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
1296
1297         * FontInfo.C (query):
1298         * converter.C (view):
1299         * importer.C (Import):
1300         * exporter.C (Export): Can not -> cannot.
1301
1302 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
1303
1304         * BufferView_pimpl.C: allow to create index inset even if
1305           string is empty
1306  
1307 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
1308
1309         * buffer.C (getLists): replace boost::tie code with an explicit pair
1310         as boost::tie can break some compilers.
1311
1312         * iterators.h: Added a std:: declaration to the return type of
1313         ParIterator::size.
1314
1315 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
1316
1317         * lyxrc.C: add help for view_dvi_paper_option, default to safe
1318           case.
1319  
1320 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
1321
1322         * iterators.[Ch]: New files. Provide paragraph iterators.
1323
1324         * buffer.C (changeLanguage): Use paragraph iterators.
1325         (isMultiLingual): ditto 
1326
1327         * BufferView2.C (ChangeInsets): Use paragraph iterators.
1328
1329 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
1330
1331         * FontLoader.C: Support for cmr font.
1332
1333 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
1334
1335         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
1336         (available): New method.
1337
1338         * FontInfo.C (getFontname): Use scalable fonts even when
1339         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
1340         found.
1341
1342 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
1343
1344         * converter.C (Formats::view): reverted! Incorrect fix.
1345
1346 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
1347
1348         * converter.C (Formats::view): only output the -paper option
1349         if the dvi viewer is xdvi, thereby fixing bug #233429.
1350
1351 2001-08-23  Herbert Voss  <voss@perce>
1352
1353         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
1354
1355 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
1356
1357         * Spacing.h (Spacing): Set space to Default on in the default
1358         constructor.
1359
1360 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1361
1362         * vc-backend.h (RCS::versionString): add RCS to version 
1363         (CVS::versionString): add CVS to version 
1364
1365         * vc-backend.C (scanMaster): do not add CVS to version.
1366         (scanMaster): do not add RCS to version
1367
1368         * lyxvc.C (versionString): new method
1369
1370         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
1371
1372 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1373
1374         * Spacing.C (set): initialize fval
1375
1376 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
1377
1378         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
1379         " or \.
1380
1381 2001-08-16  Juergen Vigna  <jug@sad.it>
1382
1383         * lyxfunc.C (dispatch): implemented the new FINISHED states.
1384
1385 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
1386
1387         * BufferView_pimpl.C: 
1388         * figureForm.C:
1389         * lyxtext.h:
1390         * text2.C: setParagraph takes linespacing now
1391  
1392 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
1393
1394         * LyxAction.C: add internal LFUN_CITATION_INSERT
1395
1396         * LyXView.C: actually apply fix
1397
1398         * bufferlist.C: fix open non-existent file
1399  
1400         * lyxfind.C: fix indentation
1401  
1402         * lyxfunc.C: remove unneeded assert, fix typo
1403  
1404 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
1405
1406         * MenuBackend.C: use "Floatname List"
1407
1408 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
1409
1410         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
1411         when converting LaTeX layout to insetERT.
1412         Generate a non-collapsed float when reading old float
1413
1414 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
1415
1416         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
1417         ERT insets.
1418
1419 2001-08-13  Juergen Vigna  <jug@sad.it>
1420
1421         * text.C (fill): return 0 instead of 20 as this seems to be the more
1422         correct value.
1423
1424 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
1425
1426         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
1427         lyxrc.font_norm.
1428
1429 2001-08-13  Juergen Vigna  <jug@sad.it>
1430
1431         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
1432         casesensitive off.
1433         (SearchBackward): comment out the unlocking of the inset_owner this
1434         should not be needed!
1435
1436 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
1437
1438         * Many files: Remove inherit_language, and add latex_language
1439
1440         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
1441         collapsible insets.
1442
1443 2001-08-10  Juergen Vigna  <jug@sad.it>
1444
1445         * text.C (prepareToPrint): fixed hfill-width in draw!
1446
1447         * BufferView2.C (selectLastWord): save the selection cursor as this
1448         now is cleared in the function LyXText::clearSelection!
1449
1450 2001-08-08  Juergen Vigna  <jug@sad.it>
1451
1452         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
1453         BACKSPACE type functions.
1454
1455         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
1456         is only cutted from the document but not put in the cut-buffer, where
1457         still the old stuff should be.
1458
1459         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
1460
1461         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
1462
1463         * tabular.C (SetWidthOfCell): fixed special case where the width
1464         was not updated!
1465         (LeftLine): handle '|' in align_special.
1466         (RightLine): ditto
1467         (LeftAlreadyDrawed): ditto
1468         (SetWidthOfCell): ditto
1469
1470 2001-08-07  Juergen Vigna  <jug@sad.it>
1471
1472         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
1473
1474 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1475
1476         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
1477         * lyxlex.[hC]: ditto
1478
1479 2001-08-06  Juergen Vigna  <jug@sad.it>
1480
1481         * text.C (getVisibleRow): fix up row clearing a bit.
1482
1483 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1484
1485         * minibuffer.C: make sure the X server sees the changes in the input.
1486
1487 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1488
1489         * paragraph.C (getFont): split into...
1490         (getLabelFont): this
1491         (getLayoutFont): and this
1492         * paragraph_pimpl.C (realizeFont): calling this
1493
1494         * text2.C (getFont): split into...
1495         (getLayoutFont): this
1496         (getLabelFont): and this
1497         (realizeFont): all three calling this
1498
1499         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
1500         files where used.
1501
1502 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1503
1504         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
1505
1506 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
1507
1508         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
1509         layouts from the Quote inset insertion.
1510
1511 2001-08-03  Juergen Vigna  <jug@sad.it>
1512
1513         * BufferView_pimpl.C (update): do the fitCursor only at the end!
1514
1515         * screen.C (drawFromTo): don't call fitcursor here and do the loop
1516         only if status not is already CHANGED_IN_DRAW (second level).
1517
1518         * text.C (draw): don't set the need_break_row when inside an
1519         InsetText LyXText.
1520
1521 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1522
1523         * buffer.C (parseSingleLyXformat2Token): handle more latex
1524         conversion cases.
1525
1526         * bufferview_funcs.[hC]: change function names to
1527         begin with small char, adjust other files.
1528
1529 2001-08-02  André Pönitz <poenitz@gmx.net>
1530
1531         * lyxfunc.C:
1532         BufferView_pimpl.C: remove broken special code for math-greek
1533
1534 2001-08-02  Juergen Vigna  <jug@sad.it>
1535
1536         * BufferView_pimpl.C (update): redone this function so that we
1537         update the text again if there was a CHANGE_IN_DRAW.
1538
1539         * screen.C (cursorToggle): removed LyXText parameter and recoded.
1540         (drawFromTo): added a new internal bool which is used by draw() and
1541         redraw() function.
1542         (general): some cursor drawing problems fixed.
1543
1544 2001-08-01  Juergen Vigna  <jug@sad.it>
1545
1546         * lyxfind.C (LyXFind): fixed
1547         (SearchForward): ditto
1548         (SearchBackward): ditto
1549
1550         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
1551         spurius drawing of the cursor in the main area.
1552
1553         * text2.C (status): small fix which could lead to a segfault!
1554         (clearSelection): remove unneeded BufferView param.
1555
1556 2001-08-01  André Pönitz <poenitz@gmx.net>
1557
1558         * lyxfunc.C: small change due to changed mathed interface
1559
1560 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1561
1562         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
1563
1564 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
1565  
1566         * lyxfunc.c: fail gracefully if file doesn't exist 
1567  
1568         * LyXSendto.C:
1569         * buffer.C:
1570         * lyxfunc.C:
1571         * BufferView_pimpl.C: IsDirWriteable() proto changed 
1572  
1573         * LyXView.C: fix updateWindowTitle() to store the last title
1574
1575 2001-07-31  Juergen Vigna  <jug@sad.it>
1576
1577         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
1578         the font (wrong since using of Paragraph::highestFontInRange).
1579
1580         * paragraph.C (highestFontInRange): added a default_size parameter.
1581
1582         * text.C (getVisibleRow): minor clear row changes (still not perfect).
1583         (setHeightOfRow): reformat
1584
1585 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1586
1587         * converter.[hC] + affected files: move to (inital-char)lowercase
1588         function names.
1589
1590         * ParagraphParameters.C (ParagraphParameters): remove commented code
1591
1592         * PainterBase.[Ch]: remove commented code
1593
1594         * LaTeXFeatures.h: add "bool floats" for float.sty
1595
1596         * LaTeXFeatures.C (LaTeXFeatures): init floats
1597         (require): handle float
1598         (getPackages): do it with floats
1599
1600 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1601
1602         * BufferView_pimpl.C (Dispatch): improve handling of
1603         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
1604
1605         * commandtags.h: #include lyxfont.h here temporarily to avoid
1606         keybinding bug.
1607
1608         * bufferlist.h: include LString.h here.
1609
1610 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1611
1612         * text2.C (getStringToIndex): new method.
1613
1614 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
1615
1616         * *: Reduced header file dependencies all over.
1617
1618 2001-07-30  Baruch Even  <baruch@lyx.org>
1619
1620         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
1621
1622 2001-07-29  Baruch Even  <baruch@lyx.org>
1623
1624         * buffer.C (readInset): Changed GRAPHICS to Graphics.
1625
1626 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1627
1628         * ParameterStruct.h (endif): add a default constructor to make
1629         sure that all variables is initialized.
1630
1631         * ParagraphParameters.C (ParagraphParameters): adjust
1632
1633 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1634
1635         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
1636         index; also, check that there is something to index, and that it
1637         does not span over several paragraphs.
1638         (doubleClick): use WHOLE_WORD_STRICT for double click.
1639
1640         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
1641
1642         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
1643         scheme.
1644
1645 2001-07-26  Baruch Even  <baruch@lyx.org>
1646
1647         * buffer.C (readInset): Changed to call up InsetGraphics when reading
1648         an InsetFig figure, backwards compatible reading of old figure code.
1649
1650 2001-07-27  Juergen Vigna  <jug@sad.it>
1651
1652         * text2.C: font.realize function adaption.
1653
1654         * text.C (draw): add a warnings lyxerr text if needed.
1655
1656         * layout.C: font.realize function adaption.
1657
1658         * language.C: add inherit_language and implement it's handlings
1659
1660         * bufferview_funcs.C (StyleReset): remove language parameter from
1661         font creation (should be language_inherit now).
1662
1663         * bufferparams.C (writeFile): handle ignore_language.
1664
1665         * paragraph.C (getFontSettings): the language has to be resolved
1666         otherwise we have problems in LyXFont!
1667
1668         * lyxfont.C (lyxWriteChanges): added document_language parameter
1669         (update): removed unneeded language parameter
1670
1671         * paragraph.C (validate): fixed wrong output of color-package when
1672         using interface colors for certain fonts in certain environments,
1673         which should not seen as that on the final output.
1674
1675 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
1676
1677         * BufferView_pimpl.C:
1678         * Thesaurus.h:
1679         * Thesaurus.C:
1680         * Makefile.am:
1681         * commandtags.h:
1682         * LyXAction.C: add thesaurus support
1683
1684         * lyxfind.h:
1685         * lyxfind.C: add "once" parameter, for thesaurus, to not
1686           move to the next match
1687   
1688 2001-07-26  Juergen Vigna  <jug@sad.it>
1689
1690         * lyxfont.C (realize): honor ignore_language too!
1691         (resolved): ditto.
1692
1693         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
1694
1695         * text.C (draw): one place more for ignore_language to not draw
1696         itself!
1697
1698 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
1699
1700         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
1701
1702 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1703
1704         * buffer.C (parseSingleLyXformat2Token): a more general fix for
1705         the minipage conversion problem.
1706
1707 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1708
1709         * buffer.C (parseSingleLyXformat2Token): check minipage if we
1710         insert an inset.
1711
1712 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1713
1714         * BufferView.h: don't forward declare WorkArea
1715
1716         * BufferView.C: don't include WorkArea.h
1717
1718 2001-07-25  André Pönitz <poenitz@gmx.net>
1719
1720         * commandtags.h:
1721         * LyXAction.C:
1722         * lyxfunc.C:  new LFUN 'math-space'
1723
1724         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
1725
1726 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1727
1728         * text2.C (toggleInset): call open/close
1729
1730 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1731
1732         * lyxfunc.C (dispatch): add debug for the disabled case
1733
1734         * font.C (buttonText): make similar to rectText
1735
1736         * buffer.C (readInset): comment out parsing of insetlist and
1737         insttheorem 
1738
1739         * PainterBase.C (rectText): small correction
1740
1741         * BufferView_pimpl.C: comment out insettheorem and insetlist
1742         * LyXAction.C: ditto
1743         * commandtags.h: ditto
1744
1745 2001-07-24  Juergen Vigna  <jug@sad.it>
1746
1747         * text.C (draw): honor the ignore_language.
1748
1749         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
1750
1751 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1752
1753         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
1754         char inset.
1755
1756 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1757
1758         * lyxtext.h: remove unused (and unimplemented) methods
1759
1760 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1761
1762         * text.C (getVisibleRow): honor background color
1763
1764         * PainterBase.h:
1765         * Painter.h: remove default color argument for fillRectangle
1766
1767         * text.C (backgroundColor): new method
1768
1769 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1770
1771         * text.C (getVisibleRow): adjust
1772
1773         * font.[Ch] (rectText): new method, metrics
1774         (buttonText): new method, metrics
1775
1776         * PainterBase.[hC]: make rectText and buttonText always draw and take
1777         fewer paramteres.
1778
1779 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1780
1781         * ToolbarDefaults.C (read): 
1782         * MenuBackend.C (read): allow escaping in all strings
1783
1784         * BufferView_pimpl.C (insertAndEditInset): new method.
1785         (Dispatch): use insertAndEditInset whenever appropriate.
1786
1787         * BufferView_pimpl.C (insertNote): removed
1788
1789         * BufferView_pimpl.C (smartQuote): new method, moved from
1790         BufferView; if an insetquote cannot be inserted, insert a '"'
1791         character instead.
1792
1793         * BufferView2.C: remove insertCorrectQuote();
1794
1795         * lyxfunc.C (getStatus): Add support for all remaingin
1796         inset-insert lfuns.
1797
1798         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
1799
1800         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
1801         command (necessary to pass " as parameter of self-insert.
1802
1803         * text.C (selectWordWhenUnderCursor):
1804         (selectWord): add word_location parameter
1805         (selectWordWhenUnderCursor): same + remove special code for word
1806         boundary.
1807         (selectNextWord): use kind() to guess type of insetspecialchar,
1808         not latex().
1809         
1810         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
1811         (insertErtContents): create ert insets as collapsed.
1812         (readInset): better compatibility code for Info inset.
1813
1814 2001-07-20  Juergen Vigna  <jug@sad.it>
1815
1816         * lyxfunc.C (dispatch): use always LyXFind now!
1817
1818         * text2.C (init): add a reinit flag so that the LyXText can be
1819         reinited instead of deleted and reallocated (used in InsetText).
1820
1821         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
1822
1823         * text.C: ditto
1824
1825         * text2.C: ditto
1826
1827 2001-07-18  Juergen Vigna  <jug@sad.it>
1828
1829         * text.C (selectNextWord): handle insets inside inset by calling
1830         always the bv->text functions so that we can go up the_locking_inset!
1831
1832         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
1833         in strange locations when inside an inset!
1834
1835         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
1836         handling to include insets.
1837
1838         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
1839
1840 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1841
1842         * LyXAction.C (init): 
1843         * commandtags.h: 
1844         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
1845         LIGATURE_BREAK, since the name is so stupid.
1846
1847 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
1848
1849         * buffer.C (readInset): enable reading of new InsetNotes as well as old
1850         InsetInfos.
1851
1852         * FontLoader.C: remove FORMS_H_LOCATION cruft.
1853
1854         * sp_form.[Ch]: remove.
1855
1856         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
1857
1858         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
1859         InsetInfo.
1860
1861         * src/buffer.C (readInset): ditto.
1862
1863 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1864
1865         * BufferView_pimpl.C (specialChar): new method. Obsoletes
1866         menuSeparator(), endOfSentenceDot(), ldots() and
1867         hyphenationPoint(), which are therefore removed.
1868         (Dispatch): handle LFUN_HYPHENATION_BREAK.
1869
1870         * LyXAction.C (init): 
1871         * commandtags.h: add LFUN_HYPHENATION_BREAK.
1872
1873         * paragraph.C (getWord): removed.
1874
1875         * BufferView_pimpl.C (Dispatch): use last word or selection for
1876         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
1877
1878         * lyx_main.C (queryUserLyXDir): do not ask before creating
1879         user_dir, except if it has been named explicitely.
1880
1881 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
1882
1883         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
1884         a document of zero size.
1885
1886 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
1887
1888         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
1889         approriately in the c-tor and in require().
1890         (getPackages): output the appropriate LaTeX for natbib support.
1891
1892         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
1893         variables "use_natbib" and "use_numerical_citations" when reading the
1894         LyX file.
1895         (readInset): read the various natbib cite commands.
1896         (validate): white-space change.
1897
1898         * bufferparams.[Ch]: new variables "bool use_natbib" and
1899         "bool use_numerical_citations".
1900         (writeFile): output them in the LyX file.
1901
1902 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1903
1904         * lyxfunc.C (getStatus): add support for all the inset insertion
1905         commands.
1906
1907         * text2.C (insertInset): 
1908         * paragraph.C (insetAllowed): 
1909         * BufferView_pimpl.C (insertInset): update to take in account the
1910         renaming of insertInsetAllowed
1911
1912         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
1913
1914         * text2.C (getInset): new method. returns inset at cursor position. 
1915
1916         * BufferView_pimpl.C (Dispatch): changes because of this.
1917
1918         * LyXAction.C (init): rename open-stuff to inset-toggle.
1919
1920         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
1921
1922         * text2.C (toggleInset): renamed from openStuff; use
1923         Inset::open().
1924
1925 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
1926
1927         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
1928
1929         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
1930
1931 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
1932
1933         * buffer.C (readLyXformat2): Add filename to the error dialog
1934
1935 2001-07-18  Juergen Vigna  <jug@sad.it>
1936
1937         * tabular.C (GetCellNumber): put an assert here instead of the check!
1938
1939 2001-07-17  Juergen Vigna  <jug@sad.it>
1940
1941         * BufferView_pimpl.C (toggleSelection): adapted too.
1942
1943         * text.C (selectNextWord): adapted for use with insets.
1944         (selectSelectedWord): ditto
1945
1946 2001-07-17  Juergen Vigna  <jug@sad.it>
1947
1948         * sp_spell.C (PSpell): fix initialitation order.
1949
1950 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1951
1952         * paragraph.C: spacing
1953
1954 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
1955
1956         * sp_spell.C: repair language selection for pspell
1957
1958 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1959
1960         * lyxfunc.h: change more methods to begin with lower char.
1961
1962 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
1963
1964         * buffer.C (parseSingleLyXformat2Token): Generate error insets
1965         for unknown layouts.
1966
1967 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
1968
1969         * buffer.C (readLyXformat2): Generate an error dialog if there are
1970         unknown layouts.
1971
1972 2001-07-16  Juergen Vigna  <jug@sad.it>
1973
1974         * sp_spell.C: always compile ISpell part.
1975
1976         * lyxrc.C: added use_pspell entry and it's handling.
1977
1978 2001-07-13  Juergen Vigna  <jug@sad.it>
1979
1980         * sp_spell.C: removed double includes.
1981
1982 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1983
1984         Consistent use of Lsstream.h:
1985         * Lsstream.h: added using std::stringstream for consistencies sake.
1986
1987         * buffer.C: removed using std::stringstream
1988
1989         * lyxfont.C (stateText):
1990         * paragraph.C (asString):
1991         * text.C (selectNextWord, selectSelectedWord):
1992         * text2.C (setCounter):
1993         * vspace.C (asString, asLatexString):
1994         std::ostringstream -> ostringstream.
1995
1996 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1997
1998         * LyXAction.C: add LFUN_HELP_ABOUTLYX
1999         * commandtags.h: add LFUN_HELP_ABOUTLYX
2000         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
2001
2002 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
2003
2004         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
2005         cursorToggle()
2006         * lyx_gui_misc.C: remove spellchecker
2007         * lyxfunc.C: showSpellchecker
2008         * sp_base.h: added
2009         * sp_ispell.h: added
2010         * sp_pspell.h: added
2011         * sp_spell.C: added
2012         * sp_form.[Ch]: removed
2013         * spellchecker.[Ch]: removed
2014
2015 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
2016
2017         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
2018         is set.
2019         (simpleTeXSpecialChars): Simply print the input character without
2020         any special translation if pass_thru is set.
2021
2022         * layout.h: Added bool pass_thru to layout class for being able to
2023         implement pass through of a paragraph for Literate Programming.
2024         
2025         * layout.C: add LT_PASS_THRU to LayoutTags enum.
2026         * layout.C (LyXLayout): set pass_thru to flase in constructor.
2027         * layout.C (Read): add "passthru" to list of layout tags and add
2028         code to set the pass_thru boolean when it is read.
2029
2030 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2031
2032         * trans_decl.h: remove allowed from KmodInfo
2033
2034         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
2035         remove allowed code 
2036         (Load): adjust
2037
2038         * paragraph_pimpl.C (erase): use boost::prior
2039
2040         * Painter.C (text): use data() instead of c_str() when length is
2041         also provided.
2042         * WorkArea.C (putClipboard): ditto
2043         * font.h (width): ditto
2044
2045         * BufferView2.C: use it-> instead of (*it). for iterators
2046         * texrow.C: ditto
2047         * paragraph_pimpl.C: ditto
2048         * paragraph.C: ditto
2049         * minibuffer.C: ditto
2050         * language.C: ditto
2051         * kbmap.C: ditto
2052         * encoding.C: ditto
2053         * counters.C: ditto
2054         * converter.C: ditto
2055         * chset.C: ditto
2056         * Variables.C: ditto
2057         * TextCache.C: ditto
2058         * MenuBackend.C: ditto
2059         * LyXAction.C: ditto
2060         * LColor.C: ditto
2061         * FloatList.C: ditto
2062         * DepTable.C: ditto
2063         * ColorHandler.C (LyXColorHandler): ditto
2064
2065 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2066
2067         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
2068
2069         * text2.C (openStuff): reintroduce this method (which had been
2070         nuked in NEW_INSETS frenzy).
2071
2072         * lyxfunc.C (Dispatch): when an action has not been handled, use
2073         its name in the error message, not its number.
2074
2075         * paragraph.C (inInset): change method name to begin with lowercase.
2076
2077         * undo_funcs.C:
2078         * text2.C: updates because of this.
2079
2080 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2081
2082         * ToolbarDefaults.C (add): add spaces in error message
2083
2084 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2085
2086         * buffer.C (readLyXformat2): initialize the ert comp. variables.
2087         (readLyXformat2): rename return_par to first_par, use lyxlex's
2088         pushToken and remove the manual push handling.
2089         (parseSingleLyXformat2Token): add another ert comp. variable:
2090         in_tabular, rename return_par to first_par. handle newlines better
2091
2092 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2093
2094         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
2095
2096 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2097
2098         * text2.C (getParFromID): removed
2099
2100         * buffer.C (getParFromID): new method moved form lyxtext.
2101         * BufferView2.C (insertErrors): adjust
2102         (setCursorFromRow): adjust
2103         * BufferView_pimpl.C (restorePosition): adjust
2104         * lyxfunc.C (Dispatch): adjust
2105         * undo_funcs.C (textUndo): adjust
2106         (textRedo): adjust
2107         (textHandleUndo): adjust
2108         (textHandleUndo): adjust
2109
2110 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2111
2112         * buffer.C: up' the LYX_FORMAT
2113
2114         * lyxfont.h: turn NO_LATEX on as default
2115
2116         * buffer.C (insertErtContents): new methods of tex style compability.
2117         (parseSingleLyXformat2Token): use it several places.
2118         * tabular.C (OldFormatRead): and here
2119
2120 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2121
2122         * text2.C: remove some commented code.
2123         reindent file.
2124
2125         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
2126         * trans.C: changes because of the above.
2127
2128 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
2129
2130         * text2.C (setCounter): Fix counters bug with bibliography layout.
2131
2132 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2133
2134         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
2135         own member functions
2136         (simpleTeXSpecialChars): ditto
2137
2138 2001-07-06  Juergen Vigna  <jug@sad.it>
2139
2140         * a lot of files: changed the access to LyXText::status and the
2141         call of undo-functions.
2142         
2143         * undo.[Ch]: added a inset_id to the undo informations.
2144
2145         * undo_funcs.[Ch]: added and moved here all undo functions.
2146
2147         * lyxtext.h: give the status enum a weight, made status_ a private
2148         variable and made accessor functions for it, removed the whole bunch
2149         of undo-functions as they are now in their own file, make some
2150         functions publically available. Added function ownerParagraph with
2151         int parameter.
2152
2153         * paragraph.[Ch]: added "bool same_ids" to the constructor,
2154         made InInset() a const function, added getParFromID() function.
2155
2156         * buffer.[Ch]: added const version for inset_iterator functions,
2157         added getInsetFromID() function.
2158
2159         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
2160         changed undo functions for new version.
2161
2162 2001-07-05  Juergen Vigna  <jug@sad.it>
2163
2164         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
2165         unknow mechanism does not call the proper constructor but only this
2166         one also if I request the other!?
2167
2168 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2169
2170         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
2171
2172         * text2.C (LyXText): use initialization lists.
2173
2174         * lyxtext.h (Selection): initialize set_ and mark_
2175         (init): remove method
2176
2177 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
2178
2179         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
2180
2181 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2182
2183         * screen.[Ch]: change method names to begin with lowercase 
2184
2185         * BufferView_pimpl.C (updateScrollbar): simplify further and
2186         hopefully make it a bit faster.
2187
2188 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2189
2190         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
2191         calling directly xforms functions.
2192
2193         * Painter.C (Painter): 
2194         * lyx_cb.C (MenuWrite): 
2195         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
2196         fl_display.
2197
2198         * lyx_gui.C: remove bogus guiruntime extern declaration.
2199
2200 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2201
2202         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
2203         in NEW_INSETS
2204         (redoDrawingOfParagraph): ditto
2205         (redoParagraphs): ditto
2206         (cutSelection): don't create a object for CutAndPaste use the
2207         static method directly
2208         (pasteSelection): ditto
2209
2210         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
2211         LyXview (+ rename)
2212
2213 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2214
2215         * modifications to some other files because of this.
2216         
2217         * Makefile.am (lyx_SOURCES): add XFormsView
2218
2219         * XFormsView.[Ch]: new files
2220
2221         * LyXView.[Ch]: make LyXView a base class for the gui handling for
2222         the main window. Move the gui dependent stuff to XFormsView
2223
2224 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2225
2226         * tabular.C (GetCellInset): update cur_cell also in the row/col
2227         version of this function.
2228
2229         * lyxfunc.C: no need to include figure_form.h here.
2230
2231         * FontLoader.h: 
2232         * lyxfunc.h: 
2233         * lyxscreen.h: 
2234         * text2.C: 
2235         * lyxvc.C: no need to include forms.h here.
2236
2237 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2238
2239         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
2240
2241         * lyxfunc.C (Dispatch): 
2242         * Spacing.C (set): 
2243         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
2244         constructor argument.
2245
2246 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2247
2248         * paragraph.C (Paragraph): dont't clear, and just set layout.
2249         (makeSameLayout): use params's copy contructor.
2250
2251         * ParagraphParameters.[Ch] (makeSame): delete method
2252
2253 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
2254
2255         * Variables.[Ch]: fix indentation, rename set to isSet
2256
2257 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2258
2259         * lyxfunc.C (Dispatch): fix typo
2260
2261 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2262
2263         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
2264         upper_bound. 
2265
2266         * bufferlist.C: include assert.h for emergencyWrite().
2267
2268 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
2269
2270         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
2271           give up at last (bug #425202) !
2272  
2273 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
2274
2275         * lyx_gui_misc.C:
2276         * sp_form.h:
2277         * sp_form.C:
2278         * spellchecker.h:
2279         * spellchecker.C: strip spellchecker options and bring up
2280           preferences tab instead
2281          
2282 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2283
2284         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
2285         the istringstream constructor
2286
2287 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2288
2289         * paragraph.C (getLayout): fix return value
2290
2291         * paragraph.h: do not declare getLayout as inline.
2292
2293         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
2294
2295 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2296
2297         * lyxcursor.h (operator<): new func
2298         (operator>): new func
2299         (operator>=): new func
2300         (operator<=): new func
2301
2302         * text.C (changeCase): use selection.start and selection.end
2303         (changeRegionCase): require from to be <= to. Require par to be a
2304         valid paragraph.
2305
2306         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
2307
2308 2001-06-27  Juergen Vigna  <jug@sad.it>
2309
2310         * text.C (cursorLeftOneWord): changed to return the cursor and added
2311         overlay with BufferView * parameter which calls this one.
2312         (getWord): added
2313         (selectWord): use new getWord function.
2314         (changeCase): renamed from changeWordCase as and extended to work
2315         also on selections.
2316
2317         * lyxtext.h: added enum word_location
2318
2319         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
2320         changeCase as this operates now also on selections.
2321
2322 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
2323
2324         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
2325
2326         * many files: send debug output to Debug::INFO instead of
2327         Debug::ANY. 
2328
2329         * converter.C (View): 
2330         (Convert): 
2331         (Move): send debug output to Debug::FILES instead of console.
2332
2333 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
2334
2335         * lyxfunc.C (getStatus): use func_status
2336
2337         * func_status.h: new header, describing the results of
2338         LyXFunc::getStatus;
2339
2340         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
2341         LFUN_MATH_HALIGN.
2342
2343 2001-06-25  The LyX Project  <jug@sad.it>
2344
2345         * buffer.C (sgmlOpenTag):
2346         (sgmlCloseTag):
2347         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
2348
2349 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2350
2351         * text2.C: remove some dead code
2352
2353         * tabular.C (GetCellInset): store the last cell checked (gotten)
2354
2355         * tabular.h: add the helper for the speedup
2356
2357         * lyxtext.h: remove some dead code
2358
2359 2001-06-26  The LyX Project  <Asger>
2360
2361         * paragraph.C: Change export to LaTeX of alignment to
2362         \begin{center} and family for better roundtrip work with reLyX.
2363
2364         * Tune the math drawing a bit.
2365
2366 2001-06-25  The LyX Project  <Asger>
2367
2368         * LColor.C (LColor): New color for math background. New color
2369         for buttons.
2370
2371 2001-06-25  The LyX Project  <jug@sad.it>
2372
2373         * lyxfunc.C (MenuNew): remove extra check for .lyx file
2374
2375         * lyxfunc.C (Open): 
2376         * bufferlist.C (newFile): do not restrict to files ending with
2377         .lyx
2378
2379         * BufferView_pimpl.C (MenuInsertLyXFile): 
2380
2381 2001-06-24  The LyX Project  <jug@sad.it>
2382
2383         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
2384         of compare_no_case
2385
2386 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2387
2388         * lyxtext.h: rename most methods to begin with a small char.
2389         Lots of changes because of this.
2390
2391         * paragraph.C (Paragraph): do not call fitToSize
2392         (erase): call Pimpl::erase
2393         (insertChar): call Pimpl::insertChar
2394         (insertInset): call Pipl::insertInset
2395         (breakParagraph): do not call fitToSize
2396         (breakParagraphConservative): do not call fitToSize
2397         (fitToSize): remove method
2398
2399         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
2400
2401 2001-06-24  The LyX Project  <Asger>
2402
2403         * Fix Qt compilation^2
2404
2405 2001-06-24  The LyX Project  <jug@sad.it>
2406
2407         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
2408         depthHook(getDepth()-1).
2409
2410         * paragraph.h: 
2411         * ParagraphParameters.h: 
2412         * ParameterStruct.h: change type of depth to unsigned int ==
2413         depth_type. Many adaptations to other files before of that.
2414
2415 2001-06-24  The LyX Project  <Asger>
2416
2417         * Fix Qt compilation.
2418
2419 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2420
2421         * paragraph.h: renamed several methods to begin with small letter.
2422         several changes to many parts of the code because of this.
2423
2424 2001-06-23  The LyX Project  <jug@sad.it>
2425
2426         * text2.C (InsertStringAsLines): renamed from InsertStringA;
2427         rewritten to discard all double spaces when KeepEmpty is off
2428         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
2429         to only handle newlines but not fiddle with spaces and friends.
2430
2431         * lyxfunc.C (MenuNew): when doing 'new from template', use
2432         template_path as default directory
2433
2434 2001-06-23  The LyX Project  <Asger>
2435
2436         * Clean-up of header file includes all over
2437         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
2438         
2439 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2440
2441         * paragraph.h: renamed from lyxparagraph.h
2442
2443 2001-06-23  Asger  <lyx@violet.home.sad.it>
2444
2445         * Buffer.h: Removed Buffer::resize
2446         * BufferList.h: Removed BufferList::resize
2447         * LyXView.h: Added LyXView::resize. This way, we will only reflow 
2448         the document lazily when we change the width, or the font settings.
2449
2450 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
2451
2452         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
2453
2454 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
2455
2456         * buffer.h: remove out of date comment
2457
2458 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
2459
2460         * lyxscreen.h:
2461         * screen.C: fix "theoretical" GC leak
2462  
2463 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2464
2465         * LaTeX.C (scanAuxFile):
2466         (deplog): remove trailing \r when reading stream (useful under
2467         win32)  
2468
2469 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
2470
2471         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
2472         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
2473         and BufferView::theLockingInset(Inset*), so should use them and not
2474         access bv_->text->the_locking_inset directly.
2475
2476         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
2477
2478 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
2479
2480         * Makefile.am:
2481         * tex-defs.h: remove old unused file
2482          
2483 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
2484
2485         * BufferView_pimpl.C: fix typo, remove minibuffer message
2486           when buffer has loaded
2487
2488 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2489
2490         * lyxfunc.C (Dispatch): use stringstream
2491         (MenuNew): use stringstream
2492         (Open): use stringstream
2493
2494         * importer.C (Import): use stringstream
2495
2496         * bufferview_funcs.C (CurrentState): use stringstream
2497
2498         * LaTeX.C (run): use stringstream
2499
2500         * BufferView_pimpl.C (savePosition): use stringstream
2501         (restorePosition): use stringstream
2502         (MenuInsertLyXFile): use stringstream
2503
2504 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
2505
2506         * BufferView.C:
2507         * Bullet.C:
2508         * ColorHandler.C:
2509         * FontInfo.C:
2510         * FontLoader.C:
2511         * LColor.C:
2512         * LaTeXFeatures.C:
2513         * Painter.C:
2514         * gettext.C:
2515         * lyx_gui_misc.C:
2516         * lyxserver.C:
2517         * vspace.C: removed // -*- C++ -*- as first line.
2518
2519         * lyxfind.h:
2520         * version.h: added // -*- C++ -*- as first line.
2521
2522 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2523
2524         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
2525
2526         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
2527         of string
2528
2529 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2530
2531         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
2532         of floats.
2533
2534 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2535
2536         * gettext.C: include LString.h even when --disable-nls is on. 
2537
2538 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
2539
2540         * converter.h (Get): changed argument type from int to
2541         FormatList::size_type to avoid unnecessary conversion.
2542
2543         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
2544         before using it.
2545
2546 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2547
2548         * gettext.h: include LString.h even when --disable-nls is on. 
2549
2550 2001-06-07  Juergen Vigna  <jug@sad.it>
2551
2552         * text.C (BreakAgain): subst spaces with tabs.
2553
2554         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
2555         (resizeInsetsLyXText): set force on resizeLyXText.
2556
2557 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2558
2559         * gettext.h (gettext_init): 
2560         (locale_init): use a real definition instead of a macro
2561
2562 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
2563
2564         * Bufferview_pimpl.C:
2565         * LColor.h:
2566         * LColor.C: further lcolor tidies
2567
2568 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2569
2570         * BufferView_pimpl.C (updateScrollbar): simplify.
2571
2572         * BufferView2.C: don't include insets/insetinfo.h, change
2573         prototype for insertInset and call the Pimpl version. let
2574         updateInset call Pimpl version.
2575
2576         * BufferView.h: move inset_slept to BufferView::Pimpl, move
2577         gotoInset to BufferView::Pimpl
2578
2579 2001-06-01  Juergen Vigna  <jug@sad.it>
2580
2581         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
2582         inside a LockingInset (is the update needed at all?).
2583
2584 2001-05-31  Juergen Vigna  <jug@sad.it>
2585
2586         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
2587         here not the old one otherwise how should we compare it afterwards
2588         if it's the same!
2589
2590 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2591
2592         * lyxfont.C: 
2593         * tabular.C:
2594         * tabular-old.C: 
2595         * FontInfo.C: bring C functions into global namespace when
2596         necessary
2597
2598 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2599
2600         * LString.h: make sure config.h has been loaded before LString.h.
2601
2602         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
2603         (one for each char read by EatLine!).
2604
2605         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
2606         variables. 
2607
2608 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2609
2610         * paragraph.C (BreakParagraph): set the inset_owner in the new par
2611         to the same as the par we break from
2612
2613 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2614
2615         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
2616
2617         * MenuBackend.C (expand): also create menu entries for wide
2618         versions of the floats.
2619
2620         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
2621
2622         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
2623
2624         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
2625         frontends/Makefile.am
2626
2627         * text2.C: adjust
2628         * text.C: adjust
2629         
2630
2631         * tabular.C (getTokenValue): add std::
2632
2633         * tabular-old.C (getTokenValue): add std::
2634         (getTokenValue): ditto
2635         (getTokenValue): ditto
2636
2637         * screen.C (ToggleSelection): adjust
2638
2639         * lyxtext.h: put selection cursors inside a Selection struct.
2640
2641         * lyxfunc.C (moveCursorUpdate): adjust
2642
2643         * lyxfont.C (latexWriteStartChanges): add std::
2644
2645         * lyxfind.C: adjust
2646
2647         * font.h: delete with(char const *, LyXFont const &)
2648
2649         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
2650
2651         * FontInfo.C (getFontname): add std::
2652
2653         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2654         (workAreaButtonPress): adjust
2655         (tripleClick): adjust
2656         (update): adjust
2657         (moveCursorUpdate): adjust
2658         (Dispatch): adjust
2659
2660         * BufferView2.C (gotoInset): adjust
2661
2662 2001-05-30  Juergen Vigna  <jug@sad.it>
2663
2664         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
2665         to check pspell I add this as default as I now have new pspell
2666         libraries and they seem to use this.
2667
2668 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2669
2670         * text2.C (CutSelection): make the cursor valid before the call to
2671         ClearSelection.
2672
2673 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2674
2675         * kbsequence.C (parse): de-uglify a bit the parsing code, which
2676         relied on 0 terminated strings and other horrors. Bug found due to
2677         the new assert in lyxstring!
2678
2679         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
2680         KP_ keys.
2681
2682 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2683
2684         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
2685         to latinkeys.bind.
2686
2687         * lyxfunc.C (processKeySym): change method of getting to the
2688         self-insert char.
2689
2690         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
2691         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
2692         * BufferView_pimpl.[Ch]: here as private methods.
2693
2694 2001-05-28  Juergen Vigna  <jug@sad.it>
2695
2696         * text.C (SetHeightOfRow): added the update() call again as it is
2697         needed to initialize inset dimensions!
2698
2699 2001-05-16  Juergen Vigna  <jug@sad.it>
2700
2701         * text2.C (SetCharFont): Add new function with BufferView * and
2702         bool toggleall parameters for setting insets internal fonts.
2703         (SetFont): Freeze the undo as we may change fonts in Insets and
2704         all this change should be inside only one Undo!
2705
2706         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
2707         setting font's in insets as for them we have the SetFont function!
2708
2709 2001-05-15  Juergen Vigna  <jug@sad.it>
2710
2711         * text2.C (ClearSelection): to be sure we REALLY don't have any
2712         selection anymore!
2713
2714         * tabular.C (TeXCellPreamble): fixed the left border problem for
2715         multicolumn cells.
2716
2717 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
2718
2719         * LaTeX.C (deplog): Make sure that the main .tex file is in the
2720         dependancy file
2721
2722 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2723
2724         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
2725         LFUN_BREAKPARAGRAPH.
2726
2727         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
2728         help test to "internal only", similar for LFUN_INSERT_URL
2729
2730         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
2731         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
2732         auto_region_delete and deadkeys. 
2733
2734 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
2735
2736         * LColor.h:
2737         * LColor.C: remove some dead entries, tidy a little
2738  
2739 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2740
2741         * lyxfunc.C (processKeySym): comment the Escape handling, remove
2742         commented code.
2743         (Dispatch): implement LFUN_ESCAPE
2744
2745         * commandtags.h: add LFUN_ESCAPE
2746
2747         * LyXAction.C (init): add entry for LFUN_ESCAPE
2748
2749         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
2750         Remove commented code.
2751         (insertNote): moved here
2752         (open_new_inset): moved here
2753
2754         * BufferView[2].[Ch]: move insertNote and open_new_inset to
2755         BufferView_pimpl
2756
2757 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2758
2759         * kbmap.C (findbinding): clean it up and make it work correctly.
2760
2761         * lyx_main.C (init): do not pass argc and argv as parameters
2762
2763 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
2764
2765         * buffer.C: fix path for OS/2 & Win32
2766
2767         * lyx_gui.C:
2768         * lyx_main:
2769         * lyx_main.C: Added os:: class.
2770         
2771         * os2_defines.h: update
2772
2773 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2774
2775         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
2776         better by trying again with reduced state.
2777
2778 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2779
2780         * lyxrc.C (read): print error about invalid key sequence only when
2781         debugging (because not all latinX keysyms are known to some X
2782         servers)
2783
2784         * kbsequence.C (getiso): add a few std:: qualifiers
2785         (getiso): comment out extra return statement.
2786
2787 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2788
2789         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
2790         handling.
2791         (Dispatch): enhance the accent inset a bit. (not perfect)
2792
2793 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2794
2795         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
2796
2797 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2798
2799         * bufferlist.C (emergencyWrite): fix assert() call
2800
2801 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
2802
2803         * text.C (InsertChar): Added trivial patch to only send the "you
2804         can not do multiple spaces this way" message once during a
2805         session.
2806
2807 2001-05-08  Baruch Even  <baruch@lyx.org>
2808
2809         * Makefile.am: Changed order of libraries to get LyX to link properly
2810         with the gnome frontend.
2811
2812 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2813
2814         * LaTeXFeatures.h: add a std:: qualifier
2815
2816 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2817
2818         * paragraph.C (String): use stringstream
2819
2820 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2821
2822         * paragraph.C (writeFile): remove footflag arg
2823
2824         * buffer.C (makeLaTeXFile): use stringstream
2825         (latexParagraphs): remove footnot gurba
2826
2827         * LaTeXFeatures.C (getPackages): use stringstream
2828         (getMacros): likewise
2829         (getTClassPreamble): likewise
2830         (getFloatDefinitions): new method
2831
2832         * paragraph.C (writeFile): reindent
2833         (Erase): reindent
2834
2835         * WorkArea.h: revert the xpos + etc changes.
2836
2837         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
2838
2839         * lyxparagraph.[Ch]: add copy constructor, remove Clone
2840
2841         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
2842         (pasteSelection): likewise
2843         * text2.C (CreateUndo): likewise
2844
2845 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2846
2847         * minibuffer.C (peek_event): temporarily reduce the functionality
2848         of the minibuffer (to allow args on lfuns)
2849
2850         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
2851         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
2852
2853         * buffer.C (readInset): add compability reading of old float
2854         lists, add reading of new style float list.
2855         (readInset): avoid reevaluation of inscmd.getCmdName()
2856         (getLists): reindent
2857
2858         * MenuBackend.C (MenuItem): implement parsing of
2859         md_floatlistinsert and md_floatinsert.
2860         (expand::LastFiles): move initalizaton of iterators out of loop,
2861         avoid reevaluation.
2862         (expand::Documents): introduce typdedef vector<string> Strings,
2863         and use it. 
2864         (expand::ExportFormats): introduce typedef vector<Format const *>
2865         Formats, and use it.
2866         (expand): implement FloatListInsert and FloatInsert.
2867
2868         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
2869         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
2870         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
2871
2872         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
2873         handling. 
2874         (Dispatch::LFUN_FLOAT_LIST): implement
2875
2876 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
2877  
2878         * LaTeX.C (run): Fix problem with --export code.
2879  
2880 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
2881
2882         * BufferView.[Ch] (workarea): removed.
2883         (getClipboard) new method; wrapper for workarea()->getClipboard()
2884
2885         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
2886         bug.
2887
2888         * WorkArea.h (width, height, xpos, ypos): These methods all
2889         returned the dimensions of the work_area sub-area of WorkArea,
2890         resulting in a position error if the WorkArea were resized. Now
2891         return the dimensions of the entire WorkArea.
2892
2893         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
2894
2895 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2896
2897         * LaTeX.C (deplog): correct the syntax of regex reg1
2898
2899 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2900
2901         * undo.C: remove !NEW_INSETS cruft
2902
2903 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2904
2905         * text2.C: remove !NEW_INSETS cruft
2906
2907         * text.C: remove !NEW_INSETS cruft
2908
2909         * tabular.C: remove !NEW_INSETS cruft
2910
2911         * spellchecker.C: remove !NEW_INSETS cruft
2912
2913         * lyxtext.h: remove !NEW_INSETS cruft
2914
2915         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
2916
2917         * lyxfunc.C: remove !NEW_INSETS cruft
2918
2919         * lyxfind.C: remove !NEW_INSETS cruft
2920
2921         * lyx_cb.C: remove !NEW_INSETS cruft
2922
2923         * figureForm.C: remove  !NEW_INSETS cruft
2924
2925         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
2926
2927         * buffer.[Ch]: remove !NEW_INSETS cruft
2928
2929         * ToolbarDefaults.C: remove !NEW_INSETS cruft
2930
2931         * CutAndPaste.C: remove !NEW_INSETS cruft
2932
2933         * BufferView_pimpl.C: remove !NEW_INSETS cruft
2934
2935         * BufferView2.C: remove !NEW_INSETS cruft
2936
2937         * BufferView.h: remove !NEW_INSETS cruft
2938
2939 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2940
2941         * Lsstream.h: include LString.h before the sstream headers to
2942         fix problem with gcc 2.95.3 and lyxstring
2943
2944 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2945
2946         * lyx_main.C: add using directives when needed for C functions
2947         declared in std:: namespace.
2948
2949 2001-04-27  Juergen Vigna  <jug@sad.it>
2950
2951         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
2952         (SetHeightOfRow): comment out the update call should not be needed!
2953
2954 2001-04-13  Juergen Vigna  <jug@sad.it>
2955
2956         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
2957         (LyXTabular): tried to minimize operator= operations (and realized
2958         hopfully Lars wish).
2959
2960 2001-04-27  Juergen Vigna  <jug@sad.it>
2961
2962         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
2963
2964 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2965
2966         * lyxfunc.C (Dispatch): hack to make listof algorithm work
2967
2968         * buffer.C (readInset): hack to make listof algorithm work
2969
2970         * BufferView_pimpl.C: hack to make listof algorithm work
2971
2972 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2973
2974         * LyXAction.C: removed all !NEW_INSETS cruft
2975         (init): moved lfun_item in method
2976
2977         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
2978
2979 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
2980
2981         * BufferView2.C (theLockingInset): white space.
2982
2983 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2984
2985         * minibuffer.C: include <iostream>
2986
2987         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
2988
2989         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
2990
2991         * commandtags.h: add LFUN_TRANSPOSE_CHARS
2992
2993         * text.[Ch] (TransposeChars): new method
2994
2995 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2996
2997         * call message directly through LyXView instead of through LyXFunc
2998         * BufferView2.C: adjust
2999         * BufferView_pimpl.C: adjust
3000         * FontLoader.C: adjust
3001         * buffer.C: adjust
3002         * bufferview_funcs.C: adjust
3003         * converter.C: adjust
3004         * figureForm.C: adjust
3005         * importer.C: adjust
3006         * lyx_cb.C: adjust
3007         * lyx_gui_misc.C: adjust
3008         * lyxfunc.C: adjust
3009         * lyxvc.C: adjust
3010         * text2.C: adjust
3011         + more files in subdirs
3012         
3013         * lyxparagraph.h (size): move up int file
3014         (GetLayout): ditto
3015
3016         * adjust all uses of Assert to lyx::Assert.
3017
3018         * BufferView2.C (ChangeCitationsIfUnique): adjust for
3019         lyxfunctional in namespace lyx
3020         * layout.C (hasLayout): ditto
3021         (GetLayout): ditto
3022         (GetLayout): ditto
3023         (delete_layout): ditto
3024         (NumberOfClass): ditto
3025         * converter.C (GetFormat): ditto
3026         (GetNumber): ditto
3027         (Add): ditto
3028         (Delete): ditto
3029         (SetViewer): ditto
3030         * bufferlist.C (getFileNames): ditto
3031         (emergencyWriteAll): ditto
3032         (exists): ditto
3033         (getBuffer): ditto
3034         * MenuBackend.C (hasSubmenu): ditto
3035         (hasMenu): ditto
3036         (getMenu): ditto
3037         * BufferView_pimpl.C (getInsetByCode): ditto
3038
3039 2001-04-18  Juergen Vigna  <jug@sad.it>
3040
3041         * vspace.C (asLatexString): fixed the 100% problem.
3042
3043 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3044
3045         * lyxfunc.C (Dispatch): 
3046         * minibuffer.C: 
3047         * minibuffer.h: add a few std:: qualifiers
3048
3049 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3050
3051         * minibuffer.[Ch]: reimplement so that commands is initiated and
3052         run from lyxfunc, simplified som handling, and made the completion
3053         and history code for complete. wip. 
3054
3055         * lyxfunc.C (processKeySym): call message
3056         (miniDispatch): new temporary method
3057         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
3058         (LFUN_MESSAGE): implement
3059         (LFUN_MESSAGE_PUSH): implement
3060         (LFUN_MESSAGE_POP): implement
3061         (initMiniBuffer): the initial/defualt minibuffer message.
3062
3063         * lyxfont.[Ch]: inline some more getters
3064
3065         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
3066
3067         * lyx_gui_misc.[Ch] (WriteStatus): remove method 
3068
3069         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
3070         (AutoSave): use LFUN_MESSAGE
3071         (Reconfigure): ditto
3072
3073         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
3074
3075         * figureForm.C: use LFUN_MESSAGE
3076
3077         * converter.C (runLaTeX): use LFUN_MESSAGE
3078
3079         * bufferview_funcs.C: use LFUN_MESSAGE
3080         (Melt): ditto
3081         (changeDepth): ditto
3082
3083         * bufferparams.h: use boost::
3084
3085         * bufferlist.h: inherit privately from noncopyable
3086
3087         * bufferlist.C (loadLyXFile): remove some commented code.
3088
3089         * buffer.C (runChktex): use LFUN_MESSAGE
3090
3091         * ShareContainer.h: inherit privately from noncopyable
3092
3093         * ParagraphParameters.[hC] (depth): inline it.
3094
3095         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
3096         methods.
3097         (message): new method
3098         (messagePush): ditto
3099         (messagePop): ditto
3100         (show): init minibuffer
3101         (showState): direct call
3102
3103         * LaTeX.[Ch]: inherit privately from noncopyable
3104         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
3105         instead of WriteStatus.
3106
3107         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
3108
3109         * BufferView_pimpl.C (buffer): don't init minibuffer
3110         (workAreaButtonPress): use LFUN_MESSAGE
3111         (workAreaButtonRelease): ditto
3112         (savePosition): ditto
3113         (restorePosition): ditto
3114         (MenuInsertLyXFile): ditto
3115         (workAreaExpose): don't init minibuffer
3116         (update): remove commented code, simplify
3117
3118         * BufferView2.C (openStuff): use LFUN_MESSAGE
3119         (toggleFloat): ditto
3120         (menuUndo): ditto
3121         (menuRedo): ditto
3122         (copyEnvironment): ditto
3123         (pasteEnvironment): ditto
3124         (copy): ditto
3125         (cut): ditto
3126         (paste): ditto
3127         (gotoInset): ditto
3128         (updateInset): remove some commented code
3129
3130         * lastfiles.h: inherit privately from noncopyable
3131         * layout.h: ditto
3132         * lyx_gui.h: ditto
3133         * lyx_main.h: ditto
3134         * lyxlex.h: ditto
3135         * lyxlex_pimpl.h: ditto
3136
3137         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
3138         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
3139         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
3140
3141         * LyXAction.h: inherit privately from noncopyable, add methods
3142         func_begin, func_end, returning iterators to the func map.
3143
3144         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
3145         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
3146         (func_begin): new method
3147         (func_end): new method
3148
3149         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
3150         and not)
3151         (copySelection): ditto
3152         (pasteSelection): ditto
3153
3154         * BufferView.C: whitespace change
3155         * BufferView.h: inherit privately from noncopyable
3156
3157 2001-04-16  Allan Rae  <rae@lyx.org>
3158
3159         * tabular-old.C (l_getline): 
3160         * spellchecker.C (sc_check_word): 
3161         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
3162         an unrecognised preprocessor directive.  So ensure they're wrapped. 
3163
3164 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
3165
3166         * src/exporter.C (Export): Give an error message when path to file 
3167         contains spaces.
3168
3169 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
3170
3171         * LaTeX.C (deplog): Always check that foundfile exists.
3172
3173 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3174
3175         * lyx_main.h: 
3176         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
3177
3178 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3179
3180         * tabular.[Ch] (getLabelList): implement new method
3181
3182         * minibuffer.h: comment ouf setTiimer
3183
3184         * minibuffer.C (ExecutingCB): constify res
3185         (peek_event): constify s
3186         (Set): constify ntext
3187         (Init): constify nicename
3188
3189         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
3190
3191         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
3192         (savePosition): use two params to Minibuffer::Set
3193         (restorePosition): ditto
3194
3195 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3196
3197         * lyx_main.C: include language.h
3198
3199         * Makefile.am (lyx_main.o): add language.h
3200
3201 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3202
3203         * exporter.C: 
3204         * paragraph.C: 
3205         * screen.C: 
3206         * tabular.C: 
3207         * CutAndPaste.C: include gettext.h
3208
3209         * lyxfont.h: remove old hack with ON and OFF.
3210
3211         * lyxparagraph.h: 
3212         * lyxfont.h: do not include language.h...
3213
3214         * BufferView2.C: 
3215         * LaTeXFeatures.C: 
3216         * Painter.C: 
3217         * bufferview_funcs.C: 
3218         * font.C: 
3219         * lyxfont.C: 
3220         * text.C: 
3221         * text2.C: 
3222         * trans_mgr.C: 
3223         * paragraph.C: ... but do it here instead
3224
3225 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3226
3227         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
3228
3229         * tabular.C: small reformat
3230
3231         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
3232         NEW_INSETS version
3233         (GetChar): ditto
3234         (BreakParagraph): ditto
3235         (SetOnlyLayout): ditto
3236         (SetLayout): ditto
3237
3238         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
3239         with one arg less.
3240
3241         * lastfiles.C: removed most using decl, add std:: where needed
3242
3243         * buffer.C: ws changes
3244
3245         * MenuBackend.C (class compare_format): put into anon namespace
3246         (expand): constify label, names, action, action2
3247         (expand): 
3248
3249         * text.C (SingleWidth): constify font
3250         (IsBoundary): constify rtl2
3251         (GetVisibleRow): constify ww
3252
3253         * LaTeX.C (deplog): constify logfile
3254
3255         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
3256         start_x, end_x
3257         (workAreaExpose): constify widthChange, heightChange
3258
3259         * lyxrow.C (par): moved
3260         (height): moved
3261         (next): moved
3262         * lyxrow.h: as inlines here
3263
3264         * lyxfont.h (shape): moved from lyxfont.C
3265         (emph): moved from lyxfont.C
3266
3267         * lyxfont.C (LyXFont): use initialization list for all
3268         constructors
3269         (shape): move to lyxfont.h as inline
3270         (emph): move to lyxfont.h as inline
3271         
3272
3273 2001-04-04  Juergen Vigna  <jug@sad.it>
3274
3275         * vspace.C: had to include stdio.h for use of sscanf
3276
3277 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
3278
3279         * BufferView.h: 
3280         * BufferView_pimpl.h: remove xforms cruft. Both classes are
3281         independent of xforms.
3282
3283 2001-04-02  Juergen Vigna  <jug@sad.it>
3284
3285         * spellchecker.C: fixed namespace placing!
3286
3287 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
3288
3289         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
3290         the LyXParagraph * is 0.
3291
3292 2001-03-29  Juergen Vigna  <jug@sad.it>
3293
3294         * vspace.C: added support for %, c%, p%, l%.
3295         (stringFromUnit): added helper function.
3296         (asLatexString): changed to give right results for the %-values.
3297
3298         * buffer.C: convert the widthp in a width%.
3299
3300 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
3301
3302         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
3303         figureForm.[Ch].
3304
3305         * figureForm.[Ch]: stripped the FD_from_figure manipulation
3306         code out of lux_cb.[Ch], ready for its (imminent?) removal.
3307
3308         * lyx_cb.[Ch]: see above.
3309
3310         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
3311         form1.[Ch].
3312
3313         * form1.[Ch]:
3314         * lyx.[Ch]: replaced by figure_form.[Ch].
3315
3316         * lyx_gui.C:
3317         * lyx_gui_misc.C:
3318         * lyxfunc.C: changed headers associated with above changes.
3319
3320 2001-03-27  Juergen Vigna  <jug@sad.it>
3321
3322         * BufferView_pimpl.C: set the temporary cursor right!
3323
3324 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
3325
3326         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
3327
3328 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
3329
3330         * LString.h: removed "using std::getline"!
3331
3332         * BufferView_pimpl.C (Dispatch): changes due to changes in
3333         InsetInclude::Params.
3334
3335         * buffer.C (tag_name): removed redundant break statements as they were
3336         producing lots of warnings with my compiler.
3337
3338 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3339
3340         * LString.h: add "using std::getline" when using the real <string>.
3341
3342 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
3343
3344         * buffer.C: removed bitset usage.
3345         PAR_TAG moved to an anonymous name space.
3346         (tag_name): new funtion, also in the anonymous namespace.
3347         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
3348         (makeDocBookFile): clean code. Completed transition from string arrays
3349         to string vectors.
3350         (SimpleDocBookOnePar): code clean.
3351
3352 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3353
3354         * tabular.C: add some comments.
3355
3356 2001-03-22  Juergen Vigna  <jug@sad.it>
3357
3358         * buffer.C (parseSingleLyXformat2Token): redone the minipage
3359         compatibility read a bit and fixed bug with minipage in different
3360         depth.
3361
3362 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
3363
3364         * buffer.C (pop_tag): removed.
3365         (push_tag): removed.
3366         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
3367         array replaced with vector. Added support for CDATA sections.
3368         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
3369         at any nest level.
3370         (makeDocBookFile): XML conformant declaration of CDATA section,
3371         fixed bug related to <emphasis> in the first paragraph char.
3372         (sgmlOpenTag): exclude empty tags.
3373         (sgmlCloseTag): ditto.
3374         
3375         * buffer.h (pop_tag): removed.
3376         (push_tag): removed.
3377
3378 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
3379
3380         * language.h (Languages): added size_type and size().
3381
3382 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3383
3384         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
3385         response on compability reading of minipages. One probliem is that
3386         the old usage of minipages was «flertydig» 
3387
3388         * several files here and in subdirs: don't use static at file
3389         scope use anon namespaces instead.
3390
3391 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
3392
3393         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
3394         LaTeX output. This is necessary for Literate document
3395         processing.
3396
3397 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3398
3399         * buffer.C: insert hfill when needed.
3400
3401         * tabular.C (l_getline): use string::erase, small whitespace change.
3402
3403         * BufferView_pimpl.C: try the anon namespace.
3404         * WorkArea.C: ditto
3405
3406 2001-03-16  Juergen Vigna  <jug@sad.it>
3407
3408         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
3409         otherwise it won't open options-dialogs.
3410
3411         * buffer.C: honor pextraWidth(p) on converting minipages.
3412
3413         * tabular.C (l_getline): changed the functions to strip trailing \r.
3414
3415 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
3416
3417         * BufferView_pimpl.C:
3418         * minibuffer..C: added "using SigC::slot" declaration.
3419
3420 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3421
3422         * lyxlex_pimpl.h: noncopyable is in namespace boost.
3423
3424         * text2.C: ditto
3425
3426         * text.C: ditto
3427
3428         * paragraph.C: ditto
3429
3430         * lyxtext.h: NO_PEXTRA
3431
3432         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
3433
3434         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
3435         * ParameterStruct.h: ditto
3436         * ParagraphParameters.h: ditto 
3437         * lyxparagraph.h: ditto
3438
3439 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3440
3441         * buffer.C: add compability for minipage alignment.
3442         (latexParagraphs): remove unwanted pextra check.
3443
3444         * several files: remove CXX_WORKING_NAMESPACES
3445
3446         * buffer.C (pop_tag): tie is in namespace boost
3447
3448         * BufferView.h: noncopyable is in namespace boost
3449         * lyxlex.h: ditto
3450         * lyx_main.h: ditto
3451         * lyx_gui.h: ditto
3452         * layout.h: ditto
3453         * lastfiles.h: ditto
3454         * bufferlist.h: ditto
3455         * ShareContainer.h: ditto
3456         * LyXView.h: ditto
3457         * LyXAction.h: ditto
3458         * LaTeX.h: ditto
3459
3460 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
3461
3462         * Merging changes from BRANCH_MVC back into HEAD.
3463
3464         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
3465
3466 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
3467
3468         * BufferView_pimpl.C: change from intl.C
3469
3470         * combox.h:
3471         * combox.C:
3472         * Makefile.am: move combox.*
3473
3474         * form1.h:
3475         * form1.C:
3476         * lyx_gui.C:
3477         * intl.h:
3478         * intl.C: remove dialog (covered by prefs)
3479
3480 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
3481
3482         * lyxfunc.C (Dispatch): removed redundant break statement.
3483         
3484 2001-03-14  Juergen Vigna  <jug@sad.it>
3485
3486         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
3487
3488 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3489
3490         * buffer.C: add hack to fix compability reading of minipages.
3491
3492 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
3493
3494         * buffer.C (getLists): Cleanup.
3495
3496 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3497
3498         * lyxfont.C (update): don't honor toggleall on font size.
3499
3500 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
3501
3502         * bmtable.c:
3503         * bmtable.h:
3504         * Makefile.am: moved to frontends/xforms/
3505
3506         * lyx_gui_misc.C:
3507         * lyxfunc.C:
3508         * BufferView_pimpl.C: changes for moved mathpanel
3509
3510 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
3511
3512         * gettext.h: fix gettext_init() in --disable-nls
3513
3514 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3515
3516         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
3517
3518 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
3519
3520         * lyx.C:
3521         * lyx.h: strip external form
3522
3523 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
3524
3525         * BufferView_pimpl.C: add comment, destroySplash()
3526
3527 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
3528
3529         * BufferView_pimpl.C:
3530         * LyXAction.C:
3531         * buffer.C:
3532         * commandtags.h:
3533         * lyxfunc.C: use re-worked insetinclude
3534
3535 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3536
3537         * buffer.C: add using std::stringstream.
3538
3539         * lyx_cb.C: readd using std::ios.
3540
3541         * buffer.C: add using std::map.
3542
3543         * BufferView_pimpl.C: add using std::vector.
3544
3545         * ShareContainer.h: add std:: to swap.
3546
3547         * buffer.h: add some typedefs
3548         * buffer.C (getLists): use them
3549         (getLists): renamed from getTocList.
3550         add a counter for the different float types and use it in the
3551         generated string.
3552         (getLists): use the same counter for the NEW_INSETS and the "non"
3553         NEW_INSETS
3554
3555         * lyx_cb.h: remove unused items, includes, using etc.
3556
3557         * ShareContainer.h: remove some commented code, add more comments
3558         and "documentation".
3559
3560 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3561
3562         * buffer.C (getTocList): make the list also when NEW_INSETS is
3563         defined.
3564
3565         * buffer.h: remove TocType
3566
3567         * buffer.C (getTocList): change to return a map<string,
3568         vector<TocItem> >, implement for dynamic number of list.
3569
3570         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
3571         * text2.C (PasteSelection): adjust
3572         * CutAndPaste.C (pasteSelection): adjust
3573
3574         * FloatList.C (FloatList): update from the new_insets branch.
3575         * Floating.[Ch]: ditto
3576         * LaTeXFeatures.C: ditto
3577         * buffer.C: ditto
3578         * lyxlex_pimpl.C: ditto
3579         
3580         * paragraph.C (Last): remove when NEW_INSETS is defined.
3581
3582         * other file: changes because of the above.
3583
3584 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3585
3586         * lyxparagraph.h: rename next to next_, previous to previous_,
3587         make them private for NEW_INSETS. Rename Next() to next(),
3588         Previous() to previous().
3589
3590         * other files: changes because of the above.
3591
3592 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
3593
3594         * BufferView.h: 
3595         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
3596         problem.
3597
3598 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3599
3600         * main.C (main): pass lyx_localedir to gettext_init().
3601
3602         * gettext.h: remove locale_init and gettext_init macros
3603
3604         * gettext.C (locale_init): new function
3605         (gettext_init): new function
3606
3607         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
3608         setlocale().
3609
3610 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
3611
3612         * Moved credits to frontends:
3613         * credits.[Ch]: removed
3614         * credits_form.[Ch]: removed
3615         * lyx_gui_misc.C: remove credits stuff
3616         * Makefile.am:
3617
3618 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3619
3620         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
3621
3622         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
3623         unneeded destructor.
3624
3625         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
3626         a standalone pointer again.
3627
3628         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
3629
3630 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
3631
3632         * Makefile.am:
3633         * filedlg.h:
3634         * filedlg.C:
3635         * LyXAction.C:
3636         * ToolbarDefaults.C:
3637         * bufferlist.C:
3638         * commandtags.h:
3639         * form1.C:
3640         * form1.h:
3641         * lyx_cb.C:
3642         * lyx_cb.h:
3643         * lyxfunc.h:
3644         * lyxfunc.C:
3645         * BufferView_pimpl.C: use new file dialog in GUII
3646
3647         * lyx_cb.h:
3648         * lyx_cb.C: remove LayoutsCB to Toolbar
3649
3650 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3651
3652         * ShareContainer.h (get): add std:: qualifier
3653
3654 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3655
3656         * ShareContainer.h: define a proper ShareContainer::value_type
3657         type (and use typename to please compaq cxx)
3658
3659 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3660
3661         * lyxparagraph.h: move serveral local vars to
3662         ParameterStruct/ParagraphParameters., use ShareContainer in
3663         FontTable., make vars in FontTable private and add getter and
3664         setter.
3665
3666         * paragraph.C: changes because of the above.
3667
3668         * lyxfont.h: remove copy constructor and copy assignment. (the
3669         default ones is ok), move number inside FontBits. move inlines to
3670         lyxfont.C 
3671
3672         * lyxfont.C: add number to initializaton of statics, move several
3673         inlines here. constify several local vars. some whitespace
3674         cleanup. Dont hide outerscope variables.
3675
3676         * Spacing.h: add two new constructors to match the set methods.
3677
3678         * ShareContainer.h: new file, will perhaps be moved to support
3679
3680         * ParameterStruct.h: new file
3681
3682         * ParagraphParameters.h: new file
3683
3684         * ParagraphParameters.C: new file
3685
3686         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
3687         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
3688
3689         * BufferView_pimpl.C: ParagraphParameter changes.
3690         * buffer.C: Likewise.
3691         * bufferview_funcs.C: Likewise.
3692         * text.C: Likewise.
3693         * text2.C: Likewise.
3694         
3695 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3696
3697         * lyxfind.C (LyXReplace): do not redefine default argument in
3698         implementation. 
3699         (IsStringInText): ditto
3700         (SearchForward): ditto
3701         (SearchBackward): ditto
3702
3703 2001-03-06  Juergen Vigna  <jug@sad.it>
3704
3705         * lyxfind.C (IsStringInText): put parentes around expressions.
3706
3707 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
3708
3709         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
3710         
3711 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
3712
3713         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
3714
3715         * stl_string_fwd.h: add comment
3716
3717         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
3718
3719         * tabular.h:
3720         * tabular.C: remove unused DocBook methods
3721
3722         * intl.C:
3723         * language.C:
3724         * paragraph.C:
3725         * buffer.C:
3726         killed DO_USE_DEFAULT_LANGUAGE
3727
3728 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3729
3730         * lyx_gui.C: do not include language.h.
3731
3732         * bufferview_funcs.C (ToggleAndShow): do not provide optional
3733         arguments in function implementation.
3734
3735 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3736
3737         * BufferView_pimpl.C: add <ctime>
3738
3739 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3740
3741         * BufferView_pimpl.C: add using std::find_if
3742
3743 2001-02-27  José Matos  <jamatos@fep.up.pt>
3744         
3745         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
3746         by OnlyPath.
3747         
3748 2001-02-11  José Matos  <jamatos@fep.up.pt>
3749
3750         * buffer.C (makeDocBookFile): command styles now have a parameter as
3751         "title" by default.
3752
3753 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
3754
3755         * layout_forms.[Ch]: removed
3756         * lyx_cb.[Ch]: out character
3757         * lyx_gui.C: out character
3758         * lyx_gui_misc.C: out character
3759         * bufferview_funcs.C: : out character,
3760         added toggleall as parameter in ToggleAndShow
3761                    
3762 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
3763
3764         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
3765
3766         * text2.C (SetCurrentFont): Disable number property at boundary.
3767
3768 2001-02-26  Juergen Vigna  <jug@sad.it>
3769
3770         * lyxfunc.C (getStatus): added a string argument override function so
3771         that this is correctly called from LyXFunc::Dispatch if it contains a
3772         do_not_use_argument which is used!
3773         (Dispatch): added check for "custom" export and call appropriate func.
3774
3775 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
3776
3777         * lyxrc.C: Add language_command_local, language_use_babel and
3778         language_global_options.
3779
3780         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
3781
3782         * buffer.C (makeLaTeXFile): Use language_use_babel and 
3783         language_global_options.
3784
3785 2001-02-23  Juergen Vigna  <jug@sad.it>
3786
3787         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
3788         which works with LyXText and putted it inside BufferView. Here now we
3789         only call for that part the BufferView::Dispatch() function.
3790
3791         * BufferView.C (Dispatch): added.
3792
3793         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
3794         functions which needs to use a LyXText over from LyXFunc.
3795         (MenuInsertLyXFile): added
3796         (getInsetByCode): added
3797         (moveCursorUpdate): added
3798         (static TEXT): added
3799
3800 2001-02-22  Juergen Vigna  <jug@sad.it>
3801
3802         * BufferView_pimpl.C (update): call a status update to see if LyXText
3803         needs it.
3804
3805 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3806
3807         * vc-backend.C (revert): implement for CVS
3808         (getLog): implement for CVS
3809
3810 2001-02-20  Juergen Vigna  <jug@sad.it>
3811
3812         * text2.C (ClearSelection): added BufferView param for inset_owner call
3813
3814         * lyxfunc.C (TEXT): added this function and use it instead of
3815         directly owner->view()-text of getLyXText().
3816
3817 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
3818
3819         * src/layout_forms.C: out preamble
3820         * src/layout_forms.h: out preamble
3821         * src/lyx_cb.C: out preamble
3822         * src/lyx_cb.h: out preamble
3823         * src/lyx_gui.C: out preamble
3824         * src/lyx_gui_misc.C: out preamble
3825         * src/lyxfunc.C: connect with guii preamble
3826
3827 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
3828
3829         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
3830
3831 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
3832
3833         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
3834         whether to run bibtex.
3835
3836 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
3837
3838         * Makefile.am (lyx_SOURCES): Remove BackStack.h
3839
3840 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
3841
3842         * Makefile.am (lyx_SOURCES): removed bibforms.h
3843
3844         * vspace.h: doxygen
3845
3846         * text.C (GetVisibleRow): make several local vars const
3847
3848         * tabular.C: small cleanup.
3849
3850         * lyxserver.C (callback): use compare instead of strncmp
3851
3852         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
3853         inlines to after class or to paragraph.C
3854
3855         * lyxfont.h: remove friend operator!=
3856
3857         * converter.h: move friend bool operator< to non friend and after
3858         class def.
3859
3860         * combox.h: small cleanup
3861
3862         * buffer.h: doxygen, remove unused constructor, move inclas inlies
3863         to inlines after class def.
3864
3865         * buffer.C (pop_tag): use string operations instead of strcmp
3866
3867         * bmtable.c: doxygen, small cleanup
3868
3869         * LaTeX.h: remove friend operator==
3870
3871 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
3872
3873         * screen.C: 
3874         * lyxrc.[Ch]:
3875         * lyxfunc.C: 
3876         * lyxfont.[Ch]: 
3877         * lyx_cb.C: 
3878         * intl.[Ch]: 
3879         * commandtags.h: 
3880         * buffer.C: 
3881         * WorkArea.[Ch]: 
3882         * LyXAction.C: 
3883         * BufferView_pimpl.C:
3884         * BufferView.[Ch]: remove cruft
3885
3886 2001-02-14  Juergen Vigna  <jug@sad.it>
3887
3888         * lyxfunc.C: removed #if 0 unused code
3889
3890         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
3891
3892         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
3893
3894         * text2.C (SetSelection): added a BufferView * parameter
3895
3896 2001-02-13  Juergen Vigna  <jug@sad.it>
3897
3898         * lyxfunc.C (Dispatch): fixed protected blank problem.
3899         * BufferView2.C (protectedBlank): added LyxText * parameter.
3900
3901         * tabular.C (AppendRow): forgot to set row_info of newly added row.
3902         (AppendColumn): same as above for column_info.
3903
3904         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
3905         (moveCursorUpdate): use a LyXText param for support of InsetText.
3906
3907         * BufferView_pimpl.C (doubleClick): added support for InsetText.
3908         (tripleClick): ditto
3909
3910         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
3911
3912         * BufferView_pimpl.C (update): added LyXText param to honor insets.
3913
3914         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
3915
3916         * text2.C (SetSelection): set correct update status if inset_owner
3917         (ToggleFree): ditto
3918
3919 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
3920
3921         * tabular.C: remove some commented code.
3922
3923 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
3924
3925         * BufferView_pimpl.C: call hideSplash()
3926
3927         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
3928
3929         * include_form.h:
3930         * bibforms.h: remove
3931
3932         * lyxfunc.C:
3933         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
3934           add LFUN_CHILD_CREATE
3935
3936         * counters.h: fix tiny typo
3937         
3938         * lyx_cb.C:
3939         * lyx.h:
3940         * lyx_gui.C:
3941         * lyx.C: move splash to frontends/xforms/
3942
3943         * lyx_gui_misc.C: move Include and Bibform to frontends
3944
3945         * lyxvc.h: clarify comment
3946
3947         * vspace.C: tiny housekeeping
3948
3949 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
3950
3951         * text.C (PrepareToPrint): RTL Fix.
3952
3953         * paragraph.C (GetUChar): New method.
3954         (String):  Use GetUChar.
3955
3956         * buffer.C (asciiParagraph): Use GetUChar.
3957
3958 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
3959
3960         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
3961
3962 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
3963
3964         * buffer.h:
3965         * buffer.C: rename to getLogName(), handle
3966           build log / latex log nicely
3967
3968 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3969
3970         * MenuBackend.C: 
3971         * MenuBackend.h: remove support for reference menuitem type.
3972
3973 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
3974
3975         * BufferView_pimpl.C: housekeeping
3976         * BufferView_pimpl.h:
3977         * LyXView.h:
3978         * Makefile.am:
3979         * Timeout.C:
3980         * Timeout.h:
3981         * minibuffer.h: move Timeout GUI-I
3982                           
3983 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
3984
3985         * lyxrc.C (read): Update converters data-structures.
3986
3987 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
3988
3989         * LaTeX.h (operator!=): add operator != for Aux_Info 
3990
3991 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
3992
3993         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
3994
3995         * LaTeXLog.C: deleted, useful code moved to Buffer
3996
3997         * buffer.h:
3998         * buffer.C: new function getLatexLogName()
3999
4000         * lyx_gui_misc.C:
4001         * lyx_gui.C:
4002         * lyxvc.C:
4003         * lyxvc.h:
4004         * lyxfunc.C: use frontends for LaTeX and VC logs
4005
4006 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4007
4008         * LaTeX.h: yet another std:: that Allan forgot.
4009
4010         * Variables.C (set): renamed from isset(), because this clashes
4011         with some HP-UX macros (grr).
4012
4013 2001-02-06  Allan Rae  <rae@lyx.org>
4014
4015         * LaTeX.h: Another bug fix.  Missing std:: this time.
4016
4017 2001-02-04  Allan Rae  <rae@lyx.org>
4018
4019         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
4020         floats problem. I've left it commented out because it's not quite
4021         correct.  It should also test that the current object is a table or
4022         figure inset.  But I haven't gotten around to figuring out how to do
4023         that.  I *think* it'll be something like: "table" == inset.type()
4024
4025         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
4026         bool.
4027
4028 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
4029
4030         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
4031         all the citation/databases/styles in the auxilary file. 
4032         (run): Rerun latex if there was a babel language error.
4033
4034 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
4035
4036         * text.C (Backspace): Preserve the font when changing newline char
4037         with a space.
4038         (BreakParagraph): If the cursor is before a space, delete the space.
4039
4040         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
4041
4042 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
4043
4044         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
4045         new argument (code).
4046         (ChangeCitationsIfUnique): New method.
4047
4048         * paragraph.C (GetPositionOfInset): Handle bibkey.
4049
4050 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4051
4052         * BufferView_pimpl.h: change type of Position::par_pos to
4053         LyXParagraph::size_type. 
4054
4055 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
4056
4057         * BufferView_pimpl.C (savePosition, restorePosition): Write
4058         messages to minibuffer.
4059
4060 2001-01-28  José Matos  <jamatos@fep.up.pt>
4061
4062         * buffer.C (makeDocBookFile): adds support for document language.
4063         A silly restriction on the name of LatexCommand types where removed.
4064         Added support for CDATA sections, allows to chars unescaped, used
4065         among others in code, to avoid escape < and >.
4066         
4067 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
4068
4069         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
4070         saved positions instrad of a stack. Furthermore, a position is
4071         stored using paragraph id/paragraph position.
4072
4073         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
4074         Remove LFUN_REF_BACK.
4075
4076 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
4077
4078         * converter.C (dvipdfm_options): New method.
4079
4080 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
4081
4082         * vspace.C (isValidLength): Fix for empty input string.
4083
4084 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4085
4086         * LyXAction.C (init): change description of LFUN_FIGURE to
4087         "Insert Graphics"
4088
4089 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4090
4091         * LaTeX.C: add using directive
4092
4093 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
4094
4095         * MenuBackend.C (expand): Fix the sorting of the formats.
4096
4097 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
4098
4099         * lyx_main.C: tiny error message fix
4100
4101 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4102
4103         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
4104         calling fl_initialize(). This fixes the problem with ',' as
4105         decimal separator in text files.
4106
4107 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
4108
4109         * trans.C (process): Fix the keymap bug.
4110
4111 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
4112
4113         * LaTeX.C (scanAuxFiles): New method. Provides support for
4114         multiple bibliographies (when using the bibtopic/bibunits pacakges).
4115         (scanLogFile) Scan for "run BibTeX" messages.
4116
4117         * buffer.C (makeLaTeXFile): Do not load the ae package when using
4118         OT1 font encoding. Also, load the aecompl package if the ae
4119         package is loaded.
4120
4121         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
4122
4123 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4124
4125         * texrow.C (increasePos): turn two error messages into debug
4126         messages. 
4127
4128 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
4129
4130         * LaTeX.C (scanAux): Handle the \@input macro.
4131         (runBibTeX): Use scanAux().
4132
4133         * language.C (latex_options_): New field.
4134
4135         * LaTeXFeatures.C (getMacros): Add language macros.
4136
4137         * buffer.C (makeLaTeXFile): Small fix.
4138
4139 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4140
4141         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
4142
4143         * text2.C: add a using directive.
4144
4145 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
4146
4147         * BufferView2.C:
4148         * lyx_gui_misc.h:
4149         * lyxfr1.C:
4150         * lyxfunc.C: kill LyXBell.
4151
4152 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
4153
4154         * text.C (IsBoundary): Remove the error message
4155         
4156         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
4157
4158         * lyxrc.C (setDefaults): Correct initialization value for
4159         font_norm_type.
4160
4161 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
4162
4163         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
4164         gotoError().
4165
4166         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
4167         and GotoNextNote().
4168
4169         * src/LyXAction.C: Added reference-next.
4170
4171         * text.C (InsertChar): Use contains instead of strchr.
4172
4173         * lyx_cb.C (MenuInsertLabel): Enable default value code.
4174
4175 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
4176
4177         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
4178         alignment commands (when needed).
4179
4180         * text.C (InsertChar): Add ':' to number separator chars.