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