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