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