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