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