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