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