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