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