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