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