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