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