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