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