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