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