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