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