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