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