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