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