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