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